
/* ===================================================================
   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
   =================================================================== */
.overlay-yc{
    background-color: #11163c;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    min-height: 100vh;
}.dropdown-range{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.media-disabled{
    min-height: 100vh;
    padding-top: 80px;
}/* ===================================================================
   Content Zone (Brand Pages)
   =================================================================== */
.preview-kf{
    padding: 40px 0;
}.section-dark{
    max-width: 900px;
    margin: 0 auto;
}/* ===================================================================
   Page Heading
   =================================================================== */
.graphic-ho{
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 24px;
    padding-bottom: 16px;
    position: relative;
    color: #ffffff;
}.graphic-ho::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: #f62524;
    border-radius: 2px;
}/* ===================================================================
   Article Body — Typography
   =================================================================== */
.dropdown-d43{
    font-size: 1rem;
    line-height: 1.7;
    color: #ffffff;
}.dropdown-d43 h2{
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 0.75em;
    line-height: 1.3;
    color: #ffffff;
}.dropdown-d43 h3{
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
    line-height: 1.35;
    color: #ffffff;
}.dropdown-d43 p{
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.1em;
}.dropdown-d43 ul,
.dropdown-d43 ol{
    margin: 1em 0;
    padding-left: 1.5em;
}.dropdown-d43 ul{
    list-style: disc;
}.dropdown-d43 ol{
    list-style: decimal;
}.dropdown-d43 ul li,
.dropdown-d43 ol li{
    margin-bottom: 0.5em;
    line-height: 1.6;
}.dropdown-d43 strong{
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}.dropdown-d43 a{
    color: #f62524;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease, text-decoration 0.2s ease;
}.dropdown-d43 a:hover{
    text-decoration: underline;
    filter: brightness(1.3);
}.dropdown-d43 img{
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5em 0;
}/* Blockquotes */
.dropdown-d43 blockquote{
    margin: 1.5em 0;
    padding: 16px 20px 16px 24px;
    border-left: 4px solid #f62524;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 8px 8px 0;
    font-style: italic;
    line-height: 1.7;
}.dropdown-d43 blockquote p{
    margin-bottom: 0;
}/* Tables */
.dropdown-d43 table{
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
    font-size: 0.95rem;
}.dropdown-d43 table th,
.dropdown-d43 table td{
    padding: 12px 16px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.dropdown-d43 table th{
    background: rgba(0, 0, 0, 0.3);
    font-weight: 700;
    white-space: nowrap;
}.dropdown-d43 table tr:nth-child(even){
    background: rgba(0, 0, 0, 0.15);
}.dropdown-d43 table tr:nth-child(odd){
    background: rgba(0, 0, 0, 0.05);
}.dropdown-d43 table tr:hover{
    background: rgba(246, 37, 36, 0.1);
}/* Table responsive wrapper */
.display-t39,
.dropdown-d43 .display-t39{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1.5em 0;
}.display-t39 table{
    margin: 0;
}/* ===================================================================
   Rating Zone (Main Domain — Rating Pages)
   =================================================================== */
.star-featured{
    padding: 30px 0 60px;
}.container400{
    max-width: 1100px;
    margin: 0 auto;
}.surface616{
    text-align: center;
    margin-bottom: 32px;
}.surface616 .graphic-ho{
    display: inline-block;
}.surface616 .graphic-ho::after{
    left: 50%;
    transform: translateX(-50%);
}.secondary-header{
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    line-height: 1.7;
}.secondary-header h2{
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 0.75em;
}.secondary-header h3{
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
}.secondary-header p{
    margin-bottom: 1.1em;
    line-height: 1.7;
}.secondary-header ul,
.secondary-header ol{
    margin: 1em 0;
    padding-left: 1.5em;
}.secondary-header ul{
    list-style: disc;
}.secondary-header ol{
    list-style: decimal;
}.secondary-header ul li,
.secondary-header ol li{
    margin-bottom: 0.5em;
}.secondary-header a{
    color: #f62524;
    font-weight: 600;
}.secondary-header a:hover{
    text-decoration: underline;
}.secondary-header blockquote{
    margin: 1.5em 0;
    padding: 16px 20px 16px 24px;
    border-left: 4px solid #f62524;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 8px 8px 0;
    font-style: italic;
}.secondary-header table{
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
}.secondary-header table th,
.secondary-header table td{
    padding: 12px 16px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.secondary-header table th{
    background: rgba(0, 0, 0, 0.3);
    font-weight: 700;
}.secondary-header table tr:nth-child(even){
    background: rgba(0, 0, 0, 0.15);
}.secondary-header img{
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5em 0;
}/* ===================================================================
   Rating Navigation Tabs
   =================================================================== */
.widget-rp{
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 8px 0 16px;
    margin-bottom: 24px;
    scrollbar-width: thin;
    scrollbar-color: #f62524 transparent;
}.widget-rp::-webkit-scrollbar{
    height: 4px;
}.widget-rp::-webkit-scrollbar-track{
    background: transparent;
}.widget-rp::-webkit-scrollbar-thumb{
    background: #f62524;
    border-radius: 2px;
}.widget-rp .dropdown536{
    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;
}.widget-rp .dropdown536:hover,
.widget-rp .dropdown536.active{
    background: #f62524;
    border-color: #f62524;
    color: #fff;
}/* ===================================================================
   Rating Cards (rt-* classes from rating-page-generator.php)
   =================================================================== */
.option-ea{
    margin: 20px 0;
}.thumbnail902{
    margin-bottom: 24px;
}.tab-wn{
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px;
    list-style: none;
    margin: 0;
    padding-left: 0;
}.element-rating{
    flex-shrink: 0;
}.element-rating 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;
}.element-rating a:hover,
.element-rating.active a{
    background: #f62524;
    border-color: #f62524;
    color: #fff;
}.component-za{
    display: flex;
    flex-direction: column;
    gap: 16px;
}.popular-meta{
    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;
}.popular-meta:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}.gallery421{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    min-width: 48px;
    font-size: 1.3rem;
    font-weight: 800;
    background: rgba(246, 37, 36, 0.15);
    color: #f62524;
}.game-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    gap: 10px;
    min-width: 140px;
}.hard-nav img,
.game-section img{
    max-width: 100px;
    max-height: 60px;
    object-fit: contain;
}.modal-ja{
    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;
}.component-zz{
    background: #f62524;
    color: #fff;
}.component-zz:hover{
    filter: brightness(1.2);
    transform: scale(1.03);
}.badge-wk{
    background: linear-gradient(135deg, #f62524, #0a0e29);
    color: #fff;
}.badge-wk:hover{
    filter: brightness(1.2);
    transform: scale(1.03);
}.special-box{
    color: #f62524;
    font-size: 0.75rem;
    padding: 4px 0;
}.light-m40{
    flex: 1;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}.header715{
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}.gradient245{
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0;
}.text813{
    font-size: 0.8rem;
    opacity: 0.7;
    display: flex;
    align-items: center;
    gap: 4px;
}.media-star{
    color: #4caf50;
    font-size: 0.7rem;
}.thumbnail-fz{
    display: flex;
    gap: 2px;
    font-size: 1rem;
}.shadow-tw{
    line-height: 1;
}.gradient-dark{
    color: #ffc107;
}.disabled-mn{
    color: #ffc107;
    opacity: 0.7;
}.tag163{
    color: rgba(255, 255, 255, 0.2);
}.highlight-lt{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 4px;
}.icon-ph{
    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;
}.design-nk{
    color: #4caf50;
    font-size: 0.7rem;
}.oval623{
    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);
}.element-pq{
    font-size: 0.8rem;
    opacity: 0.7;
    font-weight: 500;
}.state871{
    font-size: 1.2rem;
    font-weight: 800;
    color: #ffc107;
}

/* ===================================================================
   Responsive — Mobile (max-width: 768px)
   =================================================================== */
@media (max-width: 768px) {.dropdown-range{
        padding: 0 12px;
    }.media-disabled{
        padding-top: 64px;
    }.preview-kf{
        padding: 24px 0;
    }.graphic-ho{
        font-size: 1.5rem;
        margin-bottom: 18px;
        padding-bottom: 12px;
    }.graphic-ho::after{
        width: 50px;
        height: 3px;
    }.dropdown-d43{
        font-size: 0.95rem;
    }.dropdown-d43 h2{
        font-size: 1.3rem;
        margin-top: 1.6em;
    }.dropdown-d43 h3{
        font-size: 1.1rem;
        margin-top: 1.2em;
    }.dropdown-d43 p{
        font-size: 0.95rem;
        line-height: 1.65;
    }.dropdown-d43 table th,
    .dropdown-d43 table td{
        padding: 8px 10px;
        font-size: 0.85rem;
    }.dropdown-d43 blockquote{
        padding: 12px 14px 12px 18px;
    }/* Rating zone mobile */
    .star-featured{
        padding: 20px 0 40px;
    }.surface616{
        margin-bottom: 20px;
    }.secondary-header{
        margin-top: 28px;
        font-size: 0.95rem;
    }.secondary-header h2{
        font-size: 1.3rem;
    }.secondary-header h3{
        font-size: 1.1rem;
    }.secondary-header table th,
    .secondary-header table td{
        padding: 8px 10px;
        font-size: 0.85rem;
    }/* Rating cards mobile */
    .popular-meta{
        flex-direction: column;
    }.gallery421{
        width: 100%;
        min-width: unset;
        height: 36px;
        font-size: 1rem;
    }.game-section{
        min-width: unset;
        padding: 12px;
        flex-direction: row;
        justify-content: space-between;
    }.light-m40{
        padding: 12px;
    }.header715{
        gap: 8px;
    }.gradient245{
        font-size: 1rem;
    }.oval623{
        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) {.graphic-ho{
        font-size: 1.3rem;
    }.dropdown-d43 h2{
        font-size: 1.15rem;
    }.dropdown-d43 h3{
        font-size: 1rem;
    }.highlight-lt{
        gap: 4px;
    }

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