
/* ===================================================================
   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
   =================================================================== */
.nav327{
    background-color: #151b2e;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    min-height: 100vh;
}.highlight880{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.star736{
    min-height: 100vh;
    padding-top: 80px;
}/* ===================================================================
   Content Zone (Brand Pages)
   =================================================================== */
.foreground463{
    padding: 40px 0;
}.image-link{
    max-width: 900px;
    margin: 0 auto;
}/* ===================================================================
   Page Heading
   =================================================================== */
.header183{
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 24px;
    padding-bottom: 16px;
    position: relative;
    color: #ffffff;
}.header183::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: #089e4e;
    border-radius: 2px;
}/* ===================================================================
   Article Body — Typography
   =================================================================== */
.container-popup{
    font-size: 1rem;
    line-height: 1.7;
    color: #ffffff;
}.container-popup h2{
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 0.75em;
    line-height: 1.3;
    color: #ffffff;
}.container-popup h3{
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
    line-height: 1.35;
    color: #ffffff;
}.container-popup p{
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.1em;
}.container-popup ul,
.container-popup ol{
    margin: 1em 0;
    padding-left: 1.5em;
}.container-popup ul{
    list-style: disc;
}.container-popup ol{
    list-style: decimal;
}.container-popup ul li,
.container-popup ol li{
    margin-bottom: 0.5em;
    line-height: 1.6;
}.container-popup strong{
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}.container-popup a{
    color: #089e4e;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease, text-decoration 0.2s ease;
}.container-popup a:hover{
    text-decoration: underline;
    filter: brightness(1.3);
}.container-popup img{
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5em 0;
}/* Blockquotes */
.container-popup blockquote{
    margin: 1.5em 0;
    padding: 16px 20px 16px 24px;
    border-left: 4px solid #089e4e;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 8px 8px 0;
    font-style: italic;
    line-height: 1.7;
}.container-popup blockquote p{
    margin-bottom: 0;
}/* Tables */
.container-popup table{
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
    font-size: 0.95rem;
}.container-popup table th,
.container-popup table td{
    padding: 12px 16px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.container-popup table th{
    background: rgba(0, 0, 0, 0.3);
    font-weight: 700;
    white-space: nowrap;
}.container-popup table tr:nth-child(even){
    background: rgba(0, 0, 0, 0.15);
}.container-popup table tr:nth-child(odd){
    background: rgba(0, 0, 0, 0.05);
}.container-popup table tr:hover{
    background: rgba(8, 158, 78, 0.1);
}/* Table responsive wrapper */
.surface-graphic,
.container-popup .surface-graphic{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1.5em 0;
}.surface-graphic table{
    margin: 0;
}/* ===================================================================
   Rating Zone (Main Domain — Rating Pages)
   =================================================================== */
.sharp-progress{
    padding: 30px 0 60px;
}.game226{
    max-width: 1100px;
    margin: 0 auto;
}.theme-ms{
    text-align: center;
    margin-bottom: 32px;
}.theme-ms .header183{
    display: inline-block;
}.theme-ms .header183::after{
    left: 50%;
    transform: translateX(-50%);
}.primary4{
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    line-height: 1.7;
}.primary4 h2{
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 0.75em;
}.primary4 h3{
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
}.primary4 p{
    margin-bottom: 1.1em;
    line-height: 1.7;
}.primary4 ul,
.primary4 ol{
    margin: 1em 0;
    padding-left: 1.5em;
}.primary4 ul{
    list-style: disc;
}.primary4 ol{
    list-style: decimal;
}.primary4 ul li,
.primary4 ol li{
    margin-bottom: 0.5em;
}.primary4 a{
    color: #089e4e;
    font-weight: 600;
}.primary4 a:hover{
    text-decoration: underline;
}.primary4 blockquote{
    margin: 1.5em 0;
    padding: 16px 20px 16px 24px;
    border-left: 4px solid #089e4e;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 8px 8px 0;
    font-style: italic;
}.primary4 table{
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
}.primary4 table th,
.primary4 table td{
    padding: 12px 16px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.primary4 table th{
    background: rgba(0, 0, 0, 0.3);
    font-weight: 700;
}.primary4 table tr:nth-child(even){
    background: rgba(0, 0, 0, 0.15);
}.primary4 img{
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5em 0;
}/* ===================================================================
   Rating Navigation Tabs
   =================================================================== */
.progress-tl{
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 8px 0 16px;
    margin-bottom: 24px;
    scrollbar-width: thin;
    scrollbar-color: #089e4e transparent;
}.progress-tl::-webkit-scrollbar{
    height: 4px;
}.progress-tl::-webkit-scrollbar-track{
    background: transparent;
}.progress-tl::-webkit-scrollbar-thumb{
    background: #089e4e;
    border-radius: 2px;
}.progress-tl .round-vh{
    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;
}.progress-tl .round-vh:hover,
.progress-tl .round-vh.active{
    background: #089e4e;
    border-color: #089e4e;
    color: #fff;
}/* ===================================================================
   Rating Cards (rt-* classes from rating-page-generator.php)
   =================================================================== */
.icon-nt{
    margin: 20px 0;
}.collapse-he{
    margin-bottom: 24px;
}.texture-x56{
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px;
    list-style: none;
    margin: 0;
    padding-left: 0;
}.play-meta{
    flex-shrink: 0;
}.play-meta 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;
}.play-meta a:hover,
.play-meta.active a{
    background: #089e4e;
    border-color: #089e4e;
    color: #fff;
}.popular134{
    display: flex;
    flex-direction: column;
    gap: 16px;
}.surface810{
    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;
}.surface810:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}.bright-sx{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    min-width: 48px;
    font-size: 1.3rem;
    font-weight: 800;
    background: rgba(8, 158, 78, 0.15);
    color: #089e4e;
}.active-xd{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    gap: 10px;
    min-width: 140px;
}.game616 img,
.active-xd img{
    max-width: 100px;
    max-height: 60px;
    object-fit: contain;
}.shadow-header{
    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;
}.text768{
    background: #089e4e;
    color: #fff;
}.text768:hover{
    filter: brightness(1.2);
    transform: scale(1.03);
}.hover871{
    background: linear-gradient(135deg, #089e4e, #090f1e);
    color: #fff;
}.hover871:hover{
    filter: brightness(1.2);
    transform: scale(1.03);
}.option-x77{
    color: #089e4e;
    font-size: 0.75rem;
    padding: 4px 0;
}.design-info{
    flex: 1;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}.carousel-bq{
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}.square633{
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0;
}.smooth-sc{
    font-size: 0.8rem;
    opacity: 0.7;
    display: flex;
    align-items: center;
    gap: 4px;
}.circle489{
    color: #4caf50;
    font-size: 0.7rem;
}.rating-ko{
    display: flex;
    gap: 2px;
    font-size: 1rem;
}.outline-ns{
    line-height: 1;
}.play542{
    color: #ffc107;
}.player774{
    color: #ffc107;
    opacity: 0.7;
}.expand-ge{
    color: rgba(255, 255, 255, 0.2);
}.popup527{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 4px;
}.block926{
    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;
}.inactive-select{
    color: #4caf50;
    font-size: 0.7rem;
}.progress478{
    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);
}.column-u92{
    font-size: 0.8rem;
    opacity: 0.7;
    font-weight: 500;
}.card-nd{
    font-size: 1.2rem;
    font-weight: 800;
    color: #ffc107;
}

/* ===================================================================
   Responsive — Mobile (max-width: 768px)
   =================================================================== */
@media (max-width: 768px) {.highlight880{
        padding: 0 12px;
    }.star736{
        padding-top: 64px;
    }.foreground463{
        padding: 24px 0;
    }.header183{
        font-size: 1.5rem;
        margin-bottom: 18px;
        padding-bottom: 12px;
    }.header183::after{
        width: 50px;
        height: 3px;
    }.container-popup{
        font-size: 0.95rem;
    }.container-popup h2{
        font-size: 1.3rem;
        margin-top: 1.6em;
    }.container-popup h3{
        font-size: 1.1rem;
        margin-top: 1.2em;
    }.container-popup p{
        font-size: 0.95rem;
        line-height: 1.65;
    }.container-popup table th,
    .container-popup table td{
        padding: 8px 10px;
        font-size: 0.85rem;
    }.container-popup blockquote{
        padding: 12px 14px 12px 18px;
    }/* Rating zone mobile */
    .sharp-progress{
        padding: 20px 0 40px;
    }.theme-ms{
        margin-bottom: 20px;
    }.primary4{
        margin-top: 28px;
        font-size: 0.95rem;
    }.primary4 h2{
        font-size: 1.3rem;
    }.primary4 h3{
        font-size: 1.1rem;
    }.primary4 table th,
    .primary4 table td{
        padding: 8px 10px;
        font-size: 0.85rem;
    }/* Rating cards mobile */
    .surface810{
        flex-direction: column;
    }.bright-sx{
        width: 100%;
        min-width: unset;
        height: 36px;
        font-size: 1rem;
    }.active-xd{
        min-width: unset;
        padding: 12px;
        flex-direction: row;
        justify-content: space-between;
    }.design-info{
        padding: 12px;
    }.carousel-bq{
        gap: 8px;
    }.square633{
        font-size: 1rem;
    }.progress478{
        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) {.header183{
        font-size: 1.3rem;
    }.container-popup h2{
        font-size: 1.15rem;
    }.container-popup h3{
        font-size: 1rem;
    }.popup527{
        gap: 4px;
    }

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