
/* ===================================================================
   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
   =================================================================== */
.enabled-ae{
    background-color: #1a1625;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    min-height: 100vh;
}.component-status{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.hover-description{
    min-height: 100vh;
    padding-top: 80px;
}/* ===================================================================
   Content Zone (Brand Pages)
   =================================================================== */
.icon-bf{
    padding: 40px 0;
}.image906{
    max-width: 900px;
    margin: 0 auto;
}/* ===================================================================
   Page Heading
   =================================================================== */
.surface-dropdown{
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 24px;
    padding-bottom: 16px;
    position: relative;
    color: #ffffff;
}.surface-dropdown::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: #bb86fc;
    border-radius: 2px;
}/* ===================================================================
   Article Body — Typography
   =================================================================== */
.surface-badge{
    font-size: 1rem;
    line-height: 1.7;
    color: #ffffff;
}.surface-badge h2{
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 0.75em;
    line-height: 1.3;
    color: #ffffff;
}.surface-badge h3{
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
    line-height: 1.35;
    color: #ffffff;
}.surface-badge p{
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.1em;
}.surface-badge ul,
.surface-badge ol{
    margin: 1em 0;
    padding-left: 1.5em;
}.surface-badge ul{
    list-style: disc;
}.surface-badge ol{
    list-style: decimal;
}.surface-badge ul li,
.surface-badge ol li{
    margin-bottom: 0.5em;
    line-height: 1.6;
}.surface-badge strong{
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}.surface-badge a{
    color: #bb86fc;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease, text-decoration 0.2s ease;
}.surface-badge a:hover{
    text-decoration: underline;
    filter: brightness(1.3);
}.surface-badge img{
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5em 0;
}/* Blockquotes */
.surface-badge blockquote{
    margin: 1.5em 0;
    padding: 16px 20px 16px 24px;
    border-left: 4px solid #bb86fc;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 8px 8px 0;
    font-style: italic;
    line-height: 1.7;
}.surface-badge blockquote p{
    margin-bottom: 0;
}/* Tables */
.surface-badge table{
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
    font-size: 0.95rem;
}.surface-badge table th,
.surface-badge table td{
    padding: 12px 16px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.surface-badge table th{
    background: rgba(0, 0, 0, 0.3);
    font-weight: 700;
    white-space: nowrap;
}.surface-badge table tr:nth-child(even){
    background: rgba(0, 0, 0, 0.15);
}.surface-badge table tr:nth-child(odd){
    background: rgba(0, 0, 0, 0.05);
}.surface-badge table tr:hover{
    background: rgba(187, 134, 252, 0.1);
}/* Table responsive wrapper */
.expand-fh,
.surface-badge .expand-fh{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1.5em 0;
}.expand-fh table{
    margin: 0;
}/* ===================================================================
   Rating Zone (Main Domain — Rating Pages)
   =================================================================== */
.outline-qc{
    padding: 30px 0 60px;
}.gallery30{
    max-width: 1100px;
    margin: 0 auto;
}.special-n23{
    text-align: center;
    margin-bottom: 32px;
}.special-n23 .surface-dropdown{
    display: inline-block;
}.special-n23 .surface-dropdown::after{
    left: 50%;
    transform: translateX(-50%);
}.special-me{
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    line-height: 1.7;
}.special-me h2{
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 0.75em;
}.special-me h3{
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
}.special-me p{
    margin-bottom: 1.1em;
    line-height: 1.7;
}.special-me ul,
.special-me ol{
    margin: 1em 0;
    padding-left: 1.5em;
}.special-me ul{
    list-style: disc;
}.special-me ol{
    list-style: decimal;
}.special-me ul li,
.special-me ol li{
    margin-bottom: 0.5em;
}.special-me a{
    color: #bb86fc;
    font-weight: 600;
}.special-me a:hover{
    text-decoration: underline;
}.special-me blockquote{
    margin: 1.5em 0;
    padding: 16px 20px 16px 24px;
    border-left: 4px solid #bb86fc;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 8px 8px 0;
    font-style: italic;
}.special-me table{
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
}.special-me table th,
.special-me table td{
    padding: 12px 16px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.special-me table th{
    background: rgba(0, 0, 0, 0.3);
    font-weight: 700;
}.special-me table tr:nth-child(even){
    background: rgba(0, 0, 0, 0.15);
}.special-me img{
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5em 0;
}/* ===================================================================
   Rating Navigation Tabs
   =================================================================== */
.featured882{
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 8px 0 16px;
    margin-bottom: 24px;
    scrollbar-width: thin;
    scrollbar-color: #bb86fc transparent;
}.featured882::-webkit-scrollbar{
    height: 4px;
}.featured882::-webkit-scrollbar-track{
    background: transparent;
}.featured882::-webkit-scrollbar-thumb{
    background: #bb86fc;
    border-radius: 2px;
}.featured882 .secondary355{
    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;
}.featured882 .secondary355:hover,
.featured882 .secondary355.active{
    background: #bb86fc;
    border-color: #bb86fc;
    color: #fff;
}/* ===================================================================
   Rating Cards (rt-* classes from rating-page-generator.php)
   =================================================================== */
.nav-sa{
    margin: 20px 0;
}.level-select{
    margin-bottom: 24px;
}.outline371{
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px;
    list-style: none;
    margin: 0;
    padding-left: 0;
}.disabled-h76{
    flex-shrink: 0;
}.disabled-h76 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;
}.disabled-h76 a:hover,
.disabled-h76.active a{
    background: #bb86fc;
    border-color: #bb86fc;
    color: #fff;
}.edge429{
    display: flex;
    flex-direction: column;
    gap: 16px;
}.enabled47{
    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;
}.enabled47:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}.edge-on{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    min-width: 48px;
    font-size: 1.3rem;
    font-weight: 800;
    background: rgba(187, 134, 252, 0.15);
    color: #bb86fc;
}.window319{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    gap: 10px;
    min-width: 140px;
}.light-tf img,
.window319 img{
    max-width: 100px;
    max-height: 60px;
    object-fit: contain;
}.block-design{
    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;
}.module860{
    background: #bb86fc;
    color: #fff;
}.module860:hover{
    filter: brightness(1.2);
    transform: scale(1.03);
}.foreground768{
    background: linear-gradient(135deg, #bb86fc, #120e1a);
    color: #fff;
}.foreground768:hover{
    filter: brightness(1.2);
    transform: scale(1.03);
}.element-display{
    color: #bb86fc;
    font-size: 0.75rem;
    padding: 4px 0;
}.card196{
    flex: 1;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}.box934{
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}.background-dx{
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0;
}.surface657{
    font-size: 0.8rem;
    opacity: 0.7;
    display: flex;
    align-items: center;
    gap: 4px;
}.shadow-badge{
    color: #4caf50;
    font-size: 0.7rem;
}.collapse-tt{
    display: flex;
    gap: 2px;
    font-size: 1rem;
}.shadow-o89{
    line-height: 1;
}.texture-overlay{
    color: #ffc107;
}.player-g80{
    color: #ffc107;
    opacity: 0.7;
}.carousel872{
    color: rgba(255, 255, 255, 0.2);
}.bright-ak{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 4px;
}.collapse-qv{
    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;
}.content421{
    color: #4caf50;
    font-size: 0.7rem;
}.primary-zw{
    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);
}.label-jj{
    font-size: 0.8rem;
    opacity: 0.7;
    font-weight: 500;
}.expand-offer{
    font-size: 1.2rem;
    font-weight: 800;
    color: #ffc107;
}

/* ===================================================================
   Responsive — Mobile (max-width: 768px)
   =================================================================== */
@media (max-width: 768px) {.component-status{
        padding: 0 12px;
    }.hover-description{
        padding-top: 64px;
    }.icon-bf{
        padding: 24px 0;
    }.surface-dropdown{
        font-size: 1.5rem;
        margin-bottom: 18px;
        padding-bottom: 12px;
    }.surface-dropdown::after{
        width: 50px;
        height: 3px;
    }.surface-badge{
        font-size: 0.95rem;
    }.surface-badge h2{
        font-size: 1.3rem;
        margin-top: 1.6em;
    }.surface-badge h3{
        font-size: 1.1rem;
        margin-top: 1.2em;
    }.surface-badge p{
        font-size: 0.95rem;
        line-height: 1.65;
    }.surface-badge table th,
    .surface-badge table td{
        padding: 8px 10px;
        font-size: 0.85rem;
    }.surface-badge blockquote{
        padding: 12px 14px 12px 18px;
    }/* Rating zone mobile */
    .outline-qc{
        padding: 20px 0 40px;
    }.special-n23{
        margin-bottom: 20px;
    }.special-me{
        margin-top: 28px;
        font-size: 0.95rem;
    }.special-me h2{
        font-size: 1.3rem;
    }.special-me h3{
        font-size: 1.1rem;
    }.special-me table th,
    .special-me table td{
        padding: 8px 10px;
        font-size: 0.85rem;
    }/* Rating cards mobile */
    .enabled47{
        flex-direction: column;
    }.edge-on{
        width: 100%;
        min-width: unset;
        height: 36px;
        font-size: 1rem;
    }.window319{
        min-width: unset;
        padding: 12px;
        flex-direction: row;
        justify-content: space-between;
    }.card196{
        padding: 12px;
    }.box934{
        gap: 8px;
    }.background-dx{
        font-size: 1rem;
    }.primary-zw{
        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) {.surface-dropdown{
        font-size: 1.3rem;
    }.surface-badge h2{
        font-size: 1.15rem;
    }.surface-badge h3{
        font-size: 1rem;
    }.bright-ak{
        gap: 4px;
    }

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