
/* ===================================================================
   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
   =================================================================== */
.feature-zd{
    background-color: #0f2027;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    min-height: 100vh;
}.light721{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.range-wr{
    min-height: 100vh;
    padding-top: 80px;
}/* ===================================================================
   Content Zone (Brand Pages)
   =================================================================== */
.outline-le{
    padding: 40px 0;
}.grid-hk{
    max-width: 900px;
    margin: 0 auto;
}/* ===================================================================
   Page Heading
   =================================================================== */
.circle-active{
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 24px;
    padding-bottom: 16px;
    position: relative;
    color: #ffffff;
}.circle-active::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: #00bcd4;
    border-radius: 2px;
}/* ===================================================================
   Article Body — Typography
   =================================================================== */
.panel-inactive{
    font-size: 1rem;
    line-height: 1.7;
    color: #ffffff;
}.panel-inactive h2{
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 0.75em;
    line-height: 1.3;
    color: #ffffff;
}.panel-inactive h3{
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
    line-height: 1.35;
    color: #ffffff;
}.panel-inactive p{
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.1em;
}.panel-inactive ul,
.panel-inactive ol{
    margin: 1em 0;
    padding-left: 1.5em;
}.panel-inactive ul{
    list-style: disc;
}.panel-inactive ol{
    list-style: decimal;
}.panel-inactive ul li,
.panel-inactive ol li{
    margin-bottom: 0.5em;
    line-height: 1.6;
}.panel-inactive strong{
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}.panel-inactive a{
    color: #00bcd4;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease, text-decoration 0.2s ease;
}.panel-inactive a:hover{
    text-decoration: underline;
    filter: brightness(1.3);
}.panel-inactive img{
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5em 0;
}/* Blockquotes */
.panel-inactive blockquote{
    margin: 1.5em 0;
    padding: 16px 20px 16px 24px;
    border-left: 4px solid #00bcd4;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 8px 8px 0;
    font-style: italic;
    line-height: 1.7;
}.panel-inactive blockquote p{
    margin-bottom: 0;
}/* Tables */
.panel-inactive table{
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
    font-size: 0.95rem;
}.panel-inactive table th,
.panel-inactive table td{
    padding: 12px 16px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.panel-inactive table th{
    background: rgba(0, 0, 0, 0.3);
    font-weight: 700;
    white-space: nowrap;
}.panel-inactive table tr:nth-child(even){
    background: rgba(0, 0, 0, 0.15);
}.panel-inactive table tr:nth-child(odd){
    background: rgba(0, 0, 0, 0.05);
}.panel-inactive table tr:hover{
    background: rgba(0, 188, 212, 0.1);
}/* Table responsive wrapper */
.component856,
.panel-inactive .component856{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1.5em 0;
}.component856 table{
    margin: 0;
}/* ===================================================================
   Rating Zone (Main Domain — Rating Pages)
   =================================================================== */
.dropdown-hw{
    padding: 30px 0 60px;
}.switch914{
    max-width: 1100px;
    margin: 0 auto;
}.dropdown741{
    text-align: center;
    margin-bottom: 32px;
}.dropdown741 .circle-active{
    display: inline-block;
}.dropdown741 .circle-active::after{
    left: 50%;
    transform: translateX(-50%);
}.popup-yq{
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    line-height: 1.7;
}.popup-yq h2{
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 0.75em;
}.popup-yq h3{
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
}.popup-yq p{
    margin-bottom: 1.1em;
    line-height: 1.7;
}.popup-yq ul,
.popup-yq ol{
    margin: 1em 0;
    padding-left: 1.5em;
}.popup-yq ul{
    list-style: disc;
}.popup-yq ol{
    list-style: decimal;
}.popup-yq ul li,
.popup-yq ol li{
    margin-bottom: 0.5em;
}.popup-yq a{
    color: #00bcd4;
    font-weight: 600;
}.popup-yq a:hover{
    text-decoration: underline;
}.popup-yq blockquote{
    margin: 1.5em 0;
    padding: 16px 20px 16px 24px;
    border-left: 4px solid #00bcd4;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 8px 8px 0;
    font-style: italic;
}.popup-yq table{
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
}.popup-yq table th,
.popup-yq table td{
    padding: 12px 16px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.popup-yq table th{
    background: rgba(0, 0, 0, 0.3);
    font-weight: 700;
}.popup-yq table tr:nth-child(even){
    background: rgba(0, 0, 0, 0.15);
}.popup-yq img{
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5em 0;
}/* ===================================================================
   Rating Navigation Tabs
   =================================================================== */
.gradient-list{
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 8px 0 16px;
    margin-bottom: 24px;
    scrollbar-width: thin;
    scrollbar-color: #00bcd4 transparent;
}.gradient-list::-webkit-scrollbar{
    height: 4px;
}.gradient-list::-webkit-scrollbar-track{
    background: transparent;
}.gradient-list::-webkit-scrollbar-thumb{
    background: #00bcd4;
    border-radius: 2px;
}.gradient-list .field-e1{
    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;
}.gradient-list .field-e1:hover,
.gradient-list .field-e1.active{
    background: #00bcd4;
    border-color: #00bcd4;
    color: #fff;
}/* ===================================================================
   Rating Cards (rt-* classes from rating-page-generator.php)
   =================================================================== */
.field618{
    margin: 20px 0;
}.border-nl{
    margin-bottom: 24px;
}.button-r24{
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px;
    list-style: none;
    margin: 0;
    padding-left: 0;
}.carousel-tertiary{
    flex-shrink: 0;
}.carousel-tertiary 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;
}.carousel-tertiary a:hover,
.carousel-tertiary.active a{
    background: #00bcd4;
    border-color: #00bcd4;
    color: #fff;
}.frame323{
    display: flex;
    flex-direction: column;
    gap: 16px;
}.feature-fp{
    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;
}.feature-fp:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}.rank-round{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    min-width: 48px;
    font-size: 1.3rem;
    font-weight: 800;
    background: rgba(0, 188, 212, 0.15);
    color: #00bcd4;
}.text-rank{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    gap: 10px;
    min-width: 140px;
}.overlay-design img,
.text-rank img{
    max-width: 100px;
    max-height: 60px;
    object-fit: contain;
}.range-sx{
    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;
}.preview-frame{
    background: #00bcd4;
    color: #fff;
}.preview-frame:hover{
    filter: brightness(1.2);
    transform: scale(1.03);
}.window-cn{
    background: linear-gradient(135deg, #00bcd4, #1a3040);
    color: #fff;
}.window-cn:hover{
    filter: brightness(1.2);
    transform: scale(1.03);
}.item830{
    color: #00bcd4;
    font-size: 0.75rem;
    padding: 4px 0;
}.edge-k46{
    flex: 1;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}.layout-status{
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}.accent-light{
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0;
}.section-xg{
    font-size: 0.8rem;
    opacity: 0.7;
    display: flex;
    align-items: center;
    gap: 4px;
}.container417{
    color: #4caf50;
    font-size: 0.7rem;
}.offer-l40{
    display: flex;
    gap: 2px;
    font-size: 1rem;
}.thumbnail-c5{
    line-height: 1;
}.feature-ei{
    color: #ffc107;
}.screen-mw{
    color: #ffc107;
    opacity: 0.7;
}.accordion-p50{
    color: rgba(255, 255, 255, 0.2);
}.play757{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 4px;
}.select960{
    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;
}.bright902{
    color: #4caf50;
    font-size: 0.7rem;
}.design86{
    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);
}.tertiary814{
    font-size: 0.8rem;
    opacity: 0.7;
    font-weight: 500;
}.dark915{
    font-size: 1.2rem;
    font-weight: 800;
    color: #ffc107;
}

/* ===================================================================
   Responsive — Mobile (max-width: 768px)
   =================================================================== */
@media (max-width: 768px) {.light721{
        padding: 0 12px;
    }.range-wr{
        padding-top: 64px;
    }.outline-le{
        padding: 24px 0;
    }.circle-active{
        font-size: 1.5rem;
        margin-bottom: 18px;
        padding-bottom: 12px;
    }.circle-active::after{
        width: 50px;
        height: 3px;
    }.panel-inactive{
        font-size: 0.95rem;
    }.panel-inactive h2{
        font-size: 1.3rem;
        margin-top: 1.6em;
    }.panel-inactive h3{
        font-size: 1.1rem;
        margin-top: 1.2em;
    }.panel-inactive p{
        font-size: 0.95rem;
        line-height: 1.65;
    }.panel-inactive table th,
    .panel-inactive table td{
        padding: 8px 10px;
        font-size: 0.85rem;
    }.panel-inactive blockquote{
        padding: 12px 14px 12px 18px;
    }/* Rating zone mobile */
    .dropdown-hw{
        padding: 20px 0 40px;
    }.dropdown741{
        margin-bottom: 20px;
    }.popup-yq{
        margin-top: 28px;
        font-size: 0.95rem;
    }.popup-yq h2{
        font-size: 1.3rem;
    }.popup-yq h3{
        font-size: 1.1rem;
    }.popup-yq table th,
    .popup-yq table td{
        padding: 8px 10px;
        font-size: 0.85rem;
    }/* Rating cards mobile */
    .feature-fp{
        flex-direction: column;
    }.rank-round{
        width: 100%;
        min-width: unset;
        height: 36px;
        font-size: 1rem;
    }.text-rank{
        min-width: unset;
        padding: 12px;
        flex-direction: row;
        justify-content: space-between;
    }.edge-k46{
        padding: 12px;
    }.layout-status{
        gap: 8px;
    }.accent-light{
        font-size: 1rem;
    }.design86{
        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) {.circle-active{
        font-size: 1.3rem;
    }.panel-inactive h2{
        font-size: 1.15rem;
    }.panel-inactive h3{
        font-size: 1rem;
    }.play757{
        gap: 4px;
    }

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