
/* ===================================================================
   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
   =================================================================== */
.description-gu{
    background-color: #1d1135;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    min-height: 100vh;
}.edge219{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.view-r29{
    min-height: 100vh;
    padding-top: 80px;
}/* ===================================================================
   Content Zone (Brand Pages)
   =================================================================== */
.row-button{
    padding: 40px 0;
}.accent-xz{
    max-width: 900px;
    margin: 0 auto;
}/* ===================================================================
   Page Heading
   =================================================================== */
.level759{
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 24px;
    padding-bottom: 16px;
    position: relative;
    color: #ffffff;
}.level759::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: #ce93d8;
    border-radius: 2px;
}/* ===================================================================
   Article Body — Typography
   =================================================================== */
.screen-am{
    font-size: 1rem;
    line-height: 1.7;
    color: #ffffff;
}.screen-am h2{
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 0.75em;
    line-height: 1.3;
    color: #ffffff;
}.screen-am h3{
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
    line-height: 1.35;
    color: #ffffff;
}.screen-am p{
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.1em;
}.screen-am ul,
.screen-am ol{
    margin: 1em 0;
    padding-left: 1.5em;
}.screen-am ul{
    list-style: disc;
}.screen-am ol{
    list-style: decimal;
}.screen-am ul li,
.screen-am ol li{
    margin-bottom: 0.5em;
    line-height: 1.6;
}.screen-am strong{
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}.screen-am a{
    color: #ce93d8;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease, text-decoration 0.2s ease;
}.screen-am a:hover{
    text-decoration: underline;
    filter: brightness(1.3);
}.screen-am img{
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5em 0;
}/* Blockquotes */
.screen-am blockquote{
    margin: 1.5em 0;
    padding: 16px 20px 16px 24px;
    border-left: 4px solid #ce93d8;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 8px 8px 0;
    font-style: italic;
    line-height: 1.7;
}.screen-am blockquote p{
    margin-bottom: 0;
}/* Tables */
.screen-am table{
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
    font-size: 0.95rem;
}.screen-am table th,
.screen-am table td{
    padding: 12px 16px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.screen-am table th{
    background: rgba(0, 0, 0, 0.3);
    font-weight: 700;
    white-space: nowrap;
}.screen-am table tr:nth-child(even){
    background: rgba(0, 0, 0, 0.15);
}.screen-am table tr:nth-child(odd){
    background: rgba(0, 0, 0, 0.05);
}.screen-am table tr:hover{
    background: rgba(206, 147, 216, 0.1);
}/* Table responsive wrapper */
.toggle-lz,
.screen-am .toggle-lz{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1.5em 0;
}.toggle-lz table{
    margin: 0;
}/* ===================================================================
   Rating Zone (Main Domain — Rating Pages)
   =================================================================== */
.modal-oz{
    padding: 30px 0 60px;
}.menu-bm{
    max-width: 1100px;
    margin: 0 auto;
}.container-pn{
    text-align: center;
    margin-bottom: 32px;
}.container-pn .level759{
    display: inline-block;
}.container-pn .level759::after{
    left: 50%;
    transform: translateX(-50%);
}.inactive-border{
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    line-height: 1.7;
}.inactive-border h2{
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 0.75em;
}.inactive-border h3{
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
}.inactive-border p{
    margin-bottom: 1.1em;
    line-height: 1.7;
}.inactive-border ul,
.inactive-border ol{
    margin: 1em 0;
    padding-left: 1.5em;
}.inactive-border ul{
    list-style: disc;
}.inactive-border ol{
    list-style: decimal;
}.inactive-border ul li,
.inactive-border ol li{
    margin-bottom: 0.5em;
}.inactive-border a{
    color: #ce93d8;
    font-weight: 600;
}.inactive-border a:hover{
    text-decoration: underline;
}.inactive-border blockquote{
    margin: 1.5em 0;
    padding: 16px 20px 16px 24px;
    border-left: 4px solid #ce93d8;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 8px 8px 0;
    font-style: italic;
}.inactive-border table{
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
}.inactive-border table th,
.inactive-border table td{
    padding: 12px 16px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.inactive-border table th{
    background: rgba(0, 0, 0, 0.3);
    font-weight: 700;
}.inactive-border table tr:nth-child(even){
    background: rgba(0, 0, 0, 0.15);
}.inactive-border img{
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5em 0;
}/* ===================================================================
   Rating Navigation Tabs
   =================================================================== */
.column-ku{
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 8px 0 16px;
    margin-bottom: 24px;
    scrollbar-width: thin;
    scrollbar-color: #ce93d8 transparent;
}.column-ku::-webkit-scrollbar{
    height: 4px;
}.column-ku::-webkit-scrollbar-track{
    background: transparent;
}.column-ku::-webkit-scrollbar-thumb{
    background: #ce93d8;
    border-radius: 2px;
}.column-ku .row270{
    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;
}.column-ku .row270:hover,
.column-ku .row270.active{
    background: #ce93d8;
    border-color: #ce93d8;
    color: #fff;
}/* ===================================================================
   Rating Cards (rt-* classes from rating-page-generator.php)
   =================================================================== */
.rating-focus{
    margin: 20px 0;
}.oval-ko{
    margin-bottom: 24px;
}.level-a87{
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px;
    list-style: none;
    margin: 0;
    padding-left: 0;
}.theme899{
    flex-shrink: 0;
}.theme899 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;
}.theme899 a:hover,
.theme899.active a{
    background: #ce93d8;
    border-color: #ce93d8;
    color: #fff;
}.corner-field{
    display: flex;
    flex-direction: column;
    gap: 16px;
}.banner-grid{
    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;
}.banner-grid:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}.component-focus{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    min-width: 48px;
    font-size: 1.3rem;
    font-weight: 800;
    background: rgba(206, 147, 216, 0.15);
    color: #ce93d8;
}.menu-lv{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    gap: 10px;
    min-width: 140px;
}.dark81 img,
.menu-lv img{
    max-width: 100px;
    max-height: 60px;
    object-fit: contain;
}.block120{
    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;
}.wrapper-py{
    background: #ce93d8;
    color: #fff;
}.wrapper-py:hover{
    filter: brightness(1.2);
    transform: scale(1.03);
}.menu-ux{
    background: linear-gradient(135deg, #ce93d8, #140d26);
    color: #fff;
}.menu-ux:hover{
    filter: brightness(1.2);
    transform: scale(1.03);
}.menu-v19{
    color: #ce93d8;
    font-size: 0.75rem;
    padding: 4px 0;
}.shadow-ak{
    flex: 1;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}.texture-ig{
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}.accent-av{
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0;
}.module946{
    font-size: 0.8rem;
    opacity: 0.7;
    display: flex;
    align-items: center;
    gap: 4px;
}.column226{
    color: #4caf50;
    font-size: 0.7rem;
}.menu673{
    display: flex;
    gap: 2px;
    font-size: 1rem;
}.disabled-foreground{
    line-height: 1;
}.state951{
    color: #ffc107;
}.star-field{
    color: #ffc107;
    opacity: 0.7;
}.edge-featured{
    color: rgba(255, 255, 255, 0.2);
}.label-rn{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 4px;
}.description20{
    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;
}.circle-vx{
    color: #4caf50;
    font-size: 0.7rem;
}.popup-s19{
    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);
}.range-gq{
    font-size: 0.8rem;
    opacity: 0.7;
    font-weight: 500;
}.offer916{
    font-size: 1.2rem;
    font-weight: 800;
    color: #ffc107;
}

/* ===================================================================
   Responsive — Mobile (max-width: 768px)
   =================================================================== */
@media (max-width: 768px) {.edge219{
        padding: 0 12px;
    }.view-r29{
        padding-top: 64px;
    }.row-button{
        padding: 24px 0;
    }.level759{
        font-size: 1.5rem;
        margin-bottom: 18px;
        padding-bottom: 12px;
    }.level759::after{
        width: 50px;
        height: 3px;
    }.screen-am{
        font-size: 0.95rem;
    }.screen-am h2{
        font-size: 1.3rem;
        margin-top: 1.6em;
    }.screen-am h3{
        font-size: 1.1rem;
        margin-top: 1.2em;
    }.screen-am p{
        font-size: 0.95rem;
        line-height: 1.65;
    }.screen-am table th,
    .screen-am table td{
        padding: 8px 10px;
        font-size: 0.85rem;
    }.screen-am blockquote{
        padding: 12px 14px 12px 18px;
    }/* Rating zone mobile */
    .modal-oz{
        padding: 20px 0 40px;
    }.container-pn{
        margin-bottom: 20px;
    }.inactive-border{
        margin-top: 28px;
        font-size: 0.95rem;
    }.inactive-border h2{
        font-size: 1.3rem;
    }.inactive-border h3{
        font-size: 1.1rem;
    }.inactive-border table th,
    .inactive-border table td{
        padding: 8px 10px;
        font-size: 0.85rem;
    }/* Rating cards mobile */
    .banner-grid{
        flex-direction: column;
    }.component-focus{
        width: 100%;
        min-width: unset;
        height: 36px;
        font-size: 1rem;
    }.menu-lv{
        min-width: unset;
        padding: 12px;
        flex-direction: row;
        justify-content: space-between;
    }.shadow-ak{
        padding: 12px;
    }.texture-ig{
        gap: 8px;
    }.accent-av{
        font-size: 1rem;
    }.popup-s19{
        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) {.level759{
        font-size: 1.3rem;
    }.screen-am h2{
        font-size: 1.15rem;
    }.screen-am h3{
        font-size: 1rem;
    }.label-rn{
        gap: 4px;
    }

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