
/* ===================================================================
   CSS Reset
   =================================================================== */
*, *::before, *::after{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}html, body{
    overflow-x: hidden;
    max-width: 100%;
}body{
    font-size: 16px;
    line-height: 1.6;
}img{
    max-width: 100%;
    height: auto;
    display: block;
}a{
    text-decoration: none;
    color: inherit;
}ul, ol{
    list-style: none;
}/* ===================================================================
   Site Body & Layout
   =================================================================== */
.link-mu{
    background-color: #151515;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    min-height: 100vh;
}.subtitle243{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.template-dx{
    min-height: 100vh;
    padding-top: 80px;
}/* ===================================================================
   Content Zone (Brand Pages)
   =================================================================== */
.hard-hw{
    padding: 40px 0;
}.secondary-banner{
    max-width: 900px;
    margin: 0 auto;
}/* ===================================================================
   Page Heading
   =================================================================== */
.star-pv{
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 24px;
    padding-bottom: 16px;
    position: relative;
    color: #ffffff;
}.star-pv::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: #00bfa5;
    border-radius: 2px;
}/* ===================================================================
   Article Body — Typography
   =================================================================== */
.subtitle-promo{
    font-size: 1rem;
    line-height: 1.7;
    color: #ffffff;
}.subtitle-promo h2{
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 0.75em;
    line-height: 1.3;
    color: #ffffff;
}.subtitle-promo h3{
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
    line-height: 1.35;
    color: #ffffff;
}.subtitle-promo p{
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.1em;
}.subtitle-promo ul,
.subtitle-promo ol{
    margin: 1em 0;
    padding-left: 1.5em;
}.subtitle-promo ul{
    list-style: disc;
}.subtitle-promo ol{
    list-style: decimal;
}.subtitle-promo ul li,
.subtitle-promo ol li{
    margin-bottom: 0.5em;
    line-height: 1.6;
}.subtitle-promo strong{
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}.subtitle-promo a{
    color: #00bfa5;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease, text-decoration 0.2s ease;
}.subtitle-promo a:hover{
    text-decoration: underline;
    filter: brightness(1.3);
}.subtitle-promo img{
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5em 0;
}/* Blockquotes */
.subtitle-promo blockquote{
    margin: 1.5em 0;
    padding: 16px 20px 16px 24px;
    border-left: 4px solid #00bfa5;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 8px 8px 0;
    font-style: italic;
    line-height: 1.7;
}.subtitle-promo blockquote p{
    margin-bottom: 0;
}/* Tables */
.subtitle-promo table{
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
    font-size: 0.95rem;
}.subtitle-promo table th,
.subtitle-promo table td{
    padding: 12px 16px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.subtitle-promo table th{
    background: rgba(0, 0, 0, 0.3);
    font-weight: 700;
    white-space: nowrap;
}.subtitle-promo table tr:nth-child(even){
    background: rgba(0, 0, 0, 0.15);
}.subtitle-promo table tr:nth-child(odd){
    background: rgba(0, 0, 0, 0.05);
}.subtitle-promo table tr:hover{
    background: rgba(0, 191, 165, 0.1);
}/* Table responsive wrapper */
.modal-r45,
.subtitle-promo .modal-r45{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1.5em 0;
}.modal-r45 table{
    margin: 0;
}/* ===================================================================
   Rating Zone (Main Domain — Rating Pages)
   =================================================================== */
.design28{
    padding: 30px 0 60px;
}.special509{
    max-width: 1100px;
    margin: 0 auto;
}.rank-qm{
    text-align: center;
    margin-bottom: 32px;
}.rank-qm .star-pv{
    display: inline-block;
}.rank-qm .star-pv::after{
    left: 50%;
    transform: translateX(-50%);
}.module-ky{
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    line-height: 1.7;
}.module-ky h2{
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 0.75em;
}.module-ky h3{
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
}.module-ky p{
    margin-bottom: 1.1em;
    line-height: 1.7;
}.module-ky ul,
.module-ky ol{
    margin: 1em 0;
    padding-left: 1.5em;
}.module-ky ul{
    list-style: disc;
}.module-ky ol{
    list-style: decimal;
}.module-ky ul li,
.module-ky ol li{
    margin-bottom: 0.5em;
}.module-ky a{
    color: #00bfa5;
    font-weight: 600;
}.module-ky a:hover{
    text-decoration: underline;
}.module-ky blockquote{
    margin: 1.5em 0;
    padding: 16px 20px 16px 24px;
    border-left: 4px solid #00bfa5;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 8px 8px 0;
    font-style: italic;
}.module-ky table{
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
}.module-ky table th,
.module-ky table td{
    padding: 12px 16px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.module-ky table th{
    background: rgba(0, 0, 0, 0.3);
    font-weight: 700;
}.module-ky table tr:nth-child(even){
    background: rgba(0, 0, 0, 0.15);
}.module-ky img{
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5em 0;
}/* ===================================================================
   Rating Navigation Tabs
   =================================================================== */
.featured-q20{
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 8px 0 16px;
    margin-bottom: 24px;
    scrollbar-width: thin;
    scrollbar-color: #00bfa5 transparent;
}.featured-q20::-webkit-scrollbar{
    height: 4px;
}.featured-q20::-webkit-scrollbar-track{
    background: transparent;
}.featured-q20::-webkit-scrollbar-thumb{
    background: #00bfa5;
    border-radius: 2px;
}.featured-q20 .button143{
    flex-shrink: 0;
    padding: 10px 20px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: background 0.2s ease, border-color 0.2s ease;
    text-decoration: none;
}.featured-q20 .button143:hover,
.featured-q20 .button143.active{
    background: #00bfa5;
    border-color: #00bfa5;
    color: #fff;
}/* ===================================================================
   Rating Cards (rt-* classes from rating-page-generator.php)
   =================================================================== */
.button-kc{
    margin: 20px 0;
}.hard-badge{
    margin-bottom: 24px;
}.wrapper-o82{
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px;
    list-style: none;
    margin: 0;
    padding-left: 0;
}.toggle592{
    flex-shrink: 0;
}.toggle592 a{
    display: block;
    padding: 10px 20px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: background 0.2s ease, border-color 0.2s ease;
}.toggle592 a:hover,
.toggle592.active a{
    background: #00bfa5;
    border-color: #00bfa5;
    color: #fff;
}.module-li{
    display: flex;
    flex-direction: column;
    gap: 16px;
}.edge-s25{
    display: flex;
    align-items: stretch;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}.edge-s25:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}.widget-rank{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    min-width: 48px;
    font-size: 1.3rem;
    font-weight: 800;
    background: rgba(0, 191, 165, 0.15);
    color: #00bfa5;
}.carousel-banner{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    gap: 10px;
    min-width: 140px;
}.section-panel img,
.carousel-banner img{
    max-width: 100px;
    max-height: 60px;
    object-fit: contain;
}.screen798{
    display: inline-block;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background 0.2s ease, transform 0.15s ease;
    cursor: pointer;
    border: none;
    text-decoration: none;
}.popup887{
    background: #00bfa5;
    color: #fff;
}.popup887:hover{
    filter: brightness(1.2);
    transform: scale(1.03);
}.block-bg{
    background: linear-gradient(135deg, #00bfa5, #1e1e1e);
    color: #fff;
}.block-bg:hover{
    filter: brightness(1.2);
    transform: scale(1.03);
}.shadow-or{
    color: #00bfa5;
    font-size: 0.75rem;
    padding: 4px 0;
}.highlight974{
    flex: 1;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}.media233{
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}.expand118{
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0;
}.rating155{
    font-size: 0.8rem;
    opacity: 0.7;
    display: flex;
    align-items: center;
    gap: 4px;
}.slider474{
    color: #4caf50;
    font-size: 0.7rem;
}.play131{
    display: flex;
    gap: 2px;
    font-size: 1rem;
}.form-pf{
    line-height: 1;
}.round-rg{
    color: #ffc107;
}.info267{
    color: #ffc107;
    opacity: 0.7;
}.round925{
    color: rgba(255, 255, 255, 0.2);
}.module-nr{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 4px;
}.badge-sn{
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 8px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.06);
    font-size: 0.75rem;
    font-weight: 500;
}.action-dropdown{
    color: #4caf50;
    font-size: 0.7rem;
}.dropdown-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    min-width: 180px;
    text-align: center;
    gap: 6px;
    background: rgba(0, 0, 0, 0.1);
}.deal-accordion{
    font-size: 0.8rem;
    opacity: 0.7;
    font-weight: 500;
}.meta716{
    font-size: 1.2rem;
    font-weight: 800;
    color: #ffc107;
}

/* ===================================================================
   Responsive — Mobile (max-width: 768px)
   =================================================================== */
@media (max-width: 768px) {.subtitle243{
        padding: 0 12px;
    }.template-dx{
        padding-top: 64px;
    }.hard-hw{
        padding: 24px 0;
    }.star-pv{
        font-size: 1.5rem;
        margin-bottom: 18px;
        padding-bottom: 12px;
    }.star-pv::after{
        width: 50px;
        height: 3px;
    }.subtitle-promo{
        font-size: 0.95rem;
    }.subtitle-promo h2{
        font-size: 1.3rem;
        margin-top: 1.6em;
    }.subtitle-promo h3{
        font-size: 1.1rem;
        margin-top: 1.2em;
    }.subtitle-promo p{
        font-size: 0.95rem;
        line-height: 1.65;
    }.subtitle-promo table th,
    .subtitle-promo table td{
        padding: 8px 10px;
        font-size: 0.85rem;
    }.subtitle-promo blockquote{
        padding: 12px 14px 12px 18px;
    }/* Rating zone mobile */
    .design28{
        padding: 20px 0 40px;
    }.rank-qm{
        margin-bottom: 20px;
    }.module-ky{
        margin-top: 28px;
        font-size: 0.95rem;
    }.module-ky h2{
        font-size: 1.3rem;
    }.module-ky h3{
        font-size: 1.1rem;
    }.module-ky table th,
    .module-ky table td{
        padding: 8px 10px;
        font-size: 0.85rem;
    }/* Rating cards mobile */
    .edge-s25{
        flex-direction: column;
    }.widget-rank{
        width: 100%;
        min-width: unset;
        height: 36px;
        font-size: 1rem;
    }.carousel-banner{
        min-width: unset;
        padding: 12px;
        flex-direction: row;
        justify-content: space-between;
    }.highlight974{
        padding: 12px;
    }.media233{
        gap: 8px;
    }.expand118{
        font-size: 1rem;
    }.dropdown-card{
        min-width: unset;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        padding: 12px;
        gap: 8px;
    }

    .rt-bonus-amount {
        font-size: 1rem;
    }
}

/* ===================================================================
   Responsive — Small Phones (max-width: 480px)
   =================================================================== */
@media (max-width: 480px) {.star-pv{
        font-size: 1.3rem;
    }.subtitle-promo h2{
        font-size: 1.15rem;
    }.subtitle-promo h3{
        font-size: 1rem;
    }.module-nr{
        gap: 4px;
    }

    .rt-badge {
        font-size: 0.7rem;
        padding: 2px 6px;
    }
}
