
/* ===================================================================
   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
   =================================================================== */
.level689{
    background-color: #152028;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    min-height: 100vh;
}.background940{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.special616{
    min-height: 100vh;
    padding-top: 80px;
}/* ===================================================================
   Content Zone (Brand Pages)
   =================================================================== */
.style-point{
    padding: 40px 0;
}.accent186{
    max-width: 900px;
    margin: 0 auto;
}/* ===================================================================
   Page Heading
   =================================================================== */
.primary-banner{
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 24px;
    padding-bottom: 16px;
    position: relative;
    color: #ffffff;
}.primary-banner::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: #66bb6a;
    border-radius: 2px;
}/* ===================================================================
   Article Body — Typography
   =================================================================== */
.rank20{
    font-size: 1rem;
    line-height: 1.7;
    color: #ffffff;
}.rank20 h2{
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 0.75em;
    line-height: 1.3;
    color: #ffffff;
}.rank20 h3{
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
    line-height: 1.35;
    color: #ffffff;
}.rank20 p{
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.1em;
}.rank20 ul,
.rank20 ol{
    margin: 1em 0;
    padding-left: 1.5em;
}.rank20 ul{
    list-style: disc;
}.rank20 ol{
    list-style: decimal;
}.rank20 ul li,
.rank20 ol li{
    margin-bottom: 0.5em;
    line-height: 1.6;
}.rank20 strong{
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}.rank20 a{
    color: #66bb6a;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease, text-decoration 0.2s ease;
}.rank20 a:hover{
    text-decoration: underline;
    filter: brightness(1.3);
}.rank20 img{
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5em 0;
}/* Blockquotes */
.rank20 blockquote{
    margin: 1.5em 0;
    padding: 16px 20px 16px 24px;
    border-left: 4px solid #66bb6a;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 8px 8px 0;
    font-style: italic;
    line-height: 1.7;
}.rank20 blockquote p{
    margin-bottom: 0;
}/* Tables */
.rank20 table{
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
    font-size: 0.95rem;
}.rank20 table th,
.rank20 table td{
    padding: 12px 16px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.rank20 table th{
    background: rgba(0, 0, 0, 0.3);
    font-weight: 700;
    white-space: nowrap;
}.rank20 table tr:nth-child(even){
    background: rgba(0, 0, 0, 0.15);
}.rank20 table tr:nth-child(odd){
    background: rgba(0, 0, 0, 0.05);
}.rank20 table tr:hover{
    background: rgba(102, 187, 106, 0.1);
}/* Table responsive wrapper */
.banner814,
.rank20 .banner814{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1.5em 0;
}.banner814 table{
    margin: 0;
}/* ===================================================================
   Rating Zone (Main Domain — Rating Pages)
   =================================================================== */
.badge474{
    padding: 30px 0 60px;
}.inactive-us{
    max-width: 1100px;
    margin: 0 auto;
}.rank97{
    text-align: center;
    margin-bottom: 32px;
}.rank97 .primary-banner{
    display: inline-block;
}.rank97 .primary-banner::after{
    left: 50%;
    transform: translateX(-50%);
}.component-s17{
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    line-height: 1.7;
}.component-s17 h2{
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 0.75em;
}.component-s17 h3{
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
}.component-s17 p{
    margin-bottom: 1.1em;
    line-height: 1.7;
}.component-s17 ul,
.component-s17 ol{
    margin: 1em 0;
    padding-left: 1.5em;
}.component-s17 ul{
    list-style: disc;
}.component-s17 ol{
    list-style: decimal;
}.component-s17 ul li,
.component-s17 ol li{
    margin-bottom: 0.5em;
}.component-s17 a{
    color: #66bb6a;
    font-weight: 600;
}.component-s17 a:hover{
    text-decoration: underline;
}.component-s17 blockquote{
    margin: 1.5em 0;
    padding: 16px 20px 16px 24px;
    border-left: 4px solid #66bb6a;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 8px 8px 0;
    font-style: italic;
}.component-s17 table{
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
}.component-s17 table th,
.component-s17 table td{
    padding: 12px 16px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.component-s17 table th{
    background: rgba(0, 0, 0, 0.3);
    font-weight: 700;
}.component-s17 table tr:nth-child(even){
    background: rgba(0, 0, 0, 0.15);
}.component-s17 img{
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5em 0;
}/* ===================================================================
   Rating Navigation Tabs
   =================================================================== */
.square-b82{
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 8px 0 16px;
    margin-bottom: 24px;
    scrollbar-width: thin;
    scrollbar-color: #66bb6a transparent;
}.square-b82::-webkit-scrollbar{
    height: 4px;
}.square-b82::-webkit-scrollbar-track{
    background: transparent;
}.square-b82::-webkit-scrollbar-thumb{
    background: #66bb6a;
    border-radius: 2px;
}.square-b82 .column-window{
    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;
}.square-b82 .column-window:hover,
.square-b82 .column-window.active{
    background: #66bb6a;
    border-color: #66bb6a;
    color: #fff;
}/* ===================================================================
   Rating Cards (rt-* classes from rating-page-generator.php)
   =================================================================== */
.status-rating{
    margin: 20px 0;
}.info-cx{
    margin-bottom: 24px;
}.dark-item{
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px;
    list-style: none;
    margin: 0;
    padding-left: 0;
}.layer-sc{
    flex-shrink: 0;
}.layer-sc 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;
}.layer-sc a:hover,
.layer-sc.active a{
    background: #66bb6a;
    border-color: #66bb6a;
    color: #fff;
}.badge-r5{
    display: flex;
    flex-direction: column;
    gap: 16px;
}.switch-km{
    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;
}.switch-km:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}.design-bq{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    min-width: 48px;
    font-size: 1.3rem;
    font-weight: 800;
    background: rgba(102, 187, 106, 0.15);
    color: #66bb6a;
}.dim-wx{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    gap: 10px;
    min-width: 140px;
}.surface-uc img,
.dim-wx img{
    max-width: 100px;
    max-height: 60px;
    object-fit: contain;
}.panel-nh{
    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;
}.dropdown-wq{
    background: #66bb6a;
    color: #fff;
}.dropdown-wq:hover{
    filter: brightness(1.2);
    transform: scale(1.03);
}.field592{
    background: linear-gradient(135deg, #66bb6a, #0f171e);
    color: #fff;
}.field592:hover{
    filter: brightness(1.2);
    transform: scale(1.03);
}.point-secondary{
    color: #66bb6a;
    font-size: 0.75rem;
    padding: 4px 0;
}.pattern747{
    flex: 1;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}.texture-up{
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}.bright-xb{
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0;
}.tab76{
    font-size: 0.8rem;
    opacity: 0.7;
    display: flex;
    align-items: center;
    gap: 4px;
}.tooltip-mg{
    color: #4caf50;
    font-size: 0.7rem;
}.info-jv{
    display: flex;
    gap: 2px;
    font-size: 1rem;
}.row-carousel{
    line-height: 1;
}.list-ui{
    color: #ffc107;
}.player422{
    color: #ffc107;
    opacity: 0.7;
}.card590{
    color: rgba(255, 255, 255, 0.2);
}.progress814{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 4px;
}.outline302{
    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;
}.focus-x37{
    color: #4caf50;
    font-size: 0.7rem;
}.hard-surface{
    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);
}.module-e99{
    font-size: 0.8rem;
    opacity: 0.7;
    font-weight: 500;
}.list-zr{
    font-size: 1.2rem;
    font-weight: 800;
    color: #ffc107;
}

/* ===================================================================
   Responsive — Mobile (max-width: 768px)
   =================================================================== */
@media (max-width: 768px) {.background940{
        padding: 0 12px;
    }.special616{
        padding-top: 64px;
    }.style-point{
        padding: 24px 0;
    }.primary-banner{
        font-size: 1.5rem;
        margin-bottom: 18px;
        padding-bottom: 12px;
    }.primary-banner::after{
        width: 50px;
        height: 3px;
    }.rank20{
        font-size: 0.95rem;
    }.rank20 h2{
        font-size: 1.3rem;
        margin-top: 1.6em;
    }.rank20 h3{
        font-size: 1.1rem;
        margin-top: 1.2em;
    }.rank20 p{
        font-size: 0.95rem;
        line-height: 1.65;
    }.rank20 table th,
    .rank20 table td{
        padding: 8px 10px;
        font-size: 0.85rem;
    }.rank20 blockquote{
        padding: 12px 14px 12px 18px;
    }/* Rating zone mobile */
    .badge474{
        padding: 20px 0 40px;
    }.rank97{
        margin-bottom: 20px;
    }.component-s17{
        margin-top: 28px;
        font-size: 0.95rem;
    }.component-s17 h2{
        font-size: 1.3rem;
    }.component-s17 h3{
        font-size: 1.1rem;
    }.component-s17 table th,
    .component-s17 table td{
        padding: 8px 10px;
        font-size: 0.85rem;
    }/* Rating cards mobile */
    .switch-km{
        flex-direction: column;
    }.design-bq{
        width: 100%;
        min-width: unset;
        height: 36px;
        font-size: 1rem;
    }.dim-wx{
        min-width: unset;
        padding: 12px;
        flex-direction: row;
        justify-content: space-between;
    }.pattern747{
        padding: 12px;
    }.texture-up{
        gap: 8px;
    }.bright-xb{
        font-size: 1rem;
    }.hard-surface{
        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) {.primary-banner{
        font-size: 1.3rem;
    }.rank20 h2{
        font-size: 1.15rem;
    }.rank20 h3{
        font-size: 1rem;
    }.progress814{
        gap: 4px;
    }

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