
/* ===================================================================
   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
   =================================================================== */
.popup924{
    background-color: #191924;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    min-height: 100vh;
}.score-nv{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.container979{
    min-height: 100vh;
    padding-top: 80px;
}/* ===================================================================
   Content Zone (Brand Pages)
   =================================================================== */
.feature503{
    padding: 40px 0;
}.accordion119{
    max-width: 900px;
    margin: 0 auto;
}/* ===================================================================
   Page Heading
   =================================================================== */
.display-e65{
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 24px;
    padding-bottom: 16px;
    position: relative;
    color: #ffffff;
}.display-e65::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: #ef5350;
    border-radius: 2px;
}/* ===================================================================
   Article Body — Typography
   =================================================================== */
.banner-qc{
    font-size: 1rem;
    line-height: 1.7;
    color: #ffffff;
}.banner-qc h2{
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 0.75em;
    line-height: 1.3;
    color: #ffffff;
}.banner-qc h3{
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
    line-height: 1.35;
    color: #ffffff;
}.banner-qc p{
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.1em;
}.banner-qc ul,
.banner-qc ol{
    margin: 1em 0;
    padding-left: 1.5em;
}.banner-qc ul{
    list-style: disc;
}.banner-qc ol{
    list-style: decimal;
}.banner-qc ul li,
.banner-qc ol li{
    margin-bottom: 0.5em;
    line-height: 1.6;
}.banner-qc strong{
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}.banner-qc a{
    color: #ef5350;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease, text-decoration 0.2s ease;
}.banner-qc a:hover{
    text-decoration: underline;
    filter: brightness(1.3);
}.banner-qc img{
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5em 0;
}/* Blockquotes */
.banner-qc blockquote{
    margin: 1.5em 0;
    padding: 16px 20px 16px 24px;
    border-left: 4px solid #ef5350;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 8px 8px 0;
    font-style: italic;
    line-height: 1.7;
}.banner-qc blockquote p{
    margin-bottom: 0;
}/* Tables */
.banner-qc table{
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
    font-size: 0.95rem;
}.banner-qc table th,
.banner-qc table td{
    padding: 12px 16px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.banner-qc table th{
    background: rgba(0, 0, 0, 0.3);
    font-weight: 700;
    white-space: nowrap;
}.banner-qc table tr:nth-child(even){
    background: rgba(0, 0, 0, 0.15);
}.banner-qc table tr:nth-child(odd){
    background: rgba(0, 0, 0, 0.05);
}.banner-qc table tr:hover{
    background: rgba(239, 83, 80, 0.1);
}/* Table responsive wrapper */
.accordion-badge,
.banner-qc .accordion-badge{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1.5em 0;
}.accordion-badge table{
    margin: 0;
}/* ===================================================================
   Rating Zone (Main Domain — Rating Pages)
   =================================================================== */
.round173{
    padding: 30px 0 60px;
}.range701{
    max-width: 1100px;
    margin: 0 auto;
}.gradient-fy{
    text-align: center;
    margin-bottom: 32px;
}.gradient-fy .display-e65{
    display: inline-block;
}.gradient-fy .display-e65::after{
    left: 50%;
    transform: translateX(-50%);
}.corner-popup{
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    line-height: 1.7;
}.corner-popup h2{
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 0.75em;
}.corner-popup h3{
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
}.corner-popup p{
    margin-bottom: 1.1em;
    line-height: 1.7;
}.corner-popup ul,
.corner-popup ol{
    margin: 1em 0;
    padding-left: 1.5em;
}.corner-popup ul{
    list-style: disc;
}.corner-popup ol{
    list-style: decimal;
}.corner-popup ul li,
.corner-popup ol li{
    margin-bottom: 0.5em;
}.corner-popup a{
    color: #ef5350;
    font-weight: 600;
}.corner-popup a:hover{
    text-decoration: underline;
}.corner-popup blockquote{
    margin: 1.5em 0;
    padding: 16px 20px 16px 24px;
    border-left: 4px solid #ef5350;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 8px 8px 0;
    font-style: italic;
}.corner-popup table{
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
}.corner-popup table th,
.corner-popup table td{
    padding: 12px 16px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.corner-popup table th{
    background: rgba(0, 0, 0, 0.3);
    font-weight: 700;
}.corner-popup table tr:nth-child(even){
    background: rgba(0, 0, 0, 0.15);
}.corner-popup img{
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5em 0;
}/* ===================================================================
   Rating Navigation Tabs
   =================================================================== */
.module-pattern{
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 8px 0 16px;
    margin-bottom: 24px;
    scrollbar-width: thin;
    scrollbar-color: #ef5350 transparent;
}.module-pattern::-webkit-scrollbar{
    height: 4px;
}.module-pattern::-webkit-scrollbar-track{
    background: transparent;
}.module-pattern::-webkit-scrollbar-thumb{
    background: #ef5350;
    border-radius: 2px;
}.module-pattern .toggle-thumbnail{
    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;
}.module-pattern .toggle-thumbnail:hover,
.module-pattern .toggle-thumbnail.active{
    background: #ef5350;
    border-color: #ef5350;
    color: #fff;
}/* ===================================================================
   Rating Cards (rt-* classes from rating-page-generator.php)
   =================================================================== */
.banner778{
    margin: 20px 0;
}.action-ux{
    margin-bottom: 24px;
}.round541{
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px;
    list-style: none;
    margin: 0;
    padding-left: 0;
}.inactive605{
    flex-shrink: 0;
}.inactive605 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;
}.inactive605 a:hover,
.inactive605.active a{
    background: #ef5350;
    border-color: #ef5350;
    color: #fff;
}.highlight191{
    display: flex;
    flex-direction: column;
    gap: 16px;
}.wrapper680{
    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;
}.wrapper680:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}.option-sj{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    min-width: 48px;
    font-size: 1.3rem;
    font-weight: 800;
    background: rgba(239, 83, 80, 0.15);
    color: #ef5350;
}.tooltip-v86{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    gap: 10px;
    min-width: 140px;
}.rank940 img,
.tooltip-v86 img{
    max-width: 100px;
    max-height: 60px;
    object-fit: contain;
}.details-collapse{
    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;
}.soft493{
    background: #ef5350;
    color: #fff;
}.soft493:hover{
    filter: brightness(1.2);
    transform: scale(1.03);
}.surface438{
    background: linear-gradient(135deg, #ef5350, #10101a);
    color: #fff;
}.surface438:hover{
    filter: brightness(1.2);
    transform: scale(1.03);
}.tab-pi{
    color: #ef5350;
    font-size: 0.75rem;
    padding: 4px 0;
}.box-hover{
    flex: 1;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}.inactive603{
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}.state-dx{
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0;
}.bright838{
    font-size: 0.8rem;
    opacity: 0.7;
    display: flex;
    align-items: center;
    gap: 4px;
}.rating-component{
    color: #4caf50;
    font-size: 0.7rem;
}.toggle40{
    display: flex;
    gap: 2px;
    font-size: 1rem;
}.view-border{
    line-height: 1;
}.rating-zu{
    color: #ffc107;
}.screen599{
    color: #ffc107;
    opacity: 0.7;
}.widget-qg{
    color: rgba(255, 255, 255, 0.2);
}.level159{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 4px;
}.expand-frame{
    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;
}.style500{
    color: #4caf50;
    font-size: 0.7rem;
}.hero57{
    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);
}.disabled-wrapper{
    font-size: 0.8rem;
    opacity: 0.7;
    font-weight: 500;
}.visual-t64{
    font-size: 1.2rem;
    font-weight: 800;
    color: #ffc107;
}

/* ===================================================================
   Responsive — Mobile (max-width: 768px)
   =================================================================== */
@media (max-width: 768px) {.score-nv{
        padding: 0 12px;
    }.container979{
        padding-top: 64px;
    }.feature503{
        padding: 24px 0;
    }.display-e65{
        font-size: 1.5rem;
        margin-bottom: 18px;
        padding-bottom: 12px;
    }.display-e65::after{
        width: 50px;
        height: 3px;
    }.banner-qc{
        font-size: 0.95rem;
    }.banner-qc h2{
        font-size: 1.3rem;
        margin-top: 1.6em;
    }.banner-qc h3{
        font-size: 1.1rem;
        margin-top: 1.2em;
    }.banner-qc p{
        font-size: 0.95rem;
        line-height: 1.65;
    }.banner-qc table th,
    .banner-qc table td{
        padding: 8px 10px;
        font-size: 0.85rem;
    }.banner-qc blockquote{
        padding: 12px 14px 12px 18px;
    }/* Rating zone mobile */
    .round173{
        padding: 20px 0 40px;
    }.gradient-fy{
        margin-bottom: 20px;
    }.corner-popup{
        margin-top: 28px;
        font-size: 0.95rem;
    }.corner-popup h2{
        font-size: 1.3rem;
    }.corner-popup h3{
        font-size: 1.1rem;
    }.corner-popup table th,
    .corner-popup table td{
        padding: 8px 10px;
        font-size: 0.85rem;
    }/* Rating cards mobile */
    .wrapper680{
        flex-direction: column;
    }.option-sj{
        width: 100%;
        min-width: unset;
        height: 36px;
        font-size: 1rem;
    }.tooltip-v86{
        min-width: unset;
        padding: 12px;
        flex-direction: row;
        justify-content: space-between;
    }.box-hover{
        padding: 12px;
    }.inactive603{
        gap: 8px;
    }.state-dx{
        font-size: 1rem;
    }.hero57{
        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) {.display-e65{
        font-size: 1.3rem;
    }.banner-qc h2{
        font-size: 1.15rem;
    }.banner-qc h3{
        font-size: 1rem;
    }.level159{
        gap: 4px;
    }

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