
/* ===================================================================
   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
   =================================================================== */
.square947{
    background-color: #1b1b1b;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    min-height: 100vh;
}.menu-yt{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.special822{
    min-height: 100vh;
    padding-top: 80px;
}/* ===================================================================
   Content Zone (Brand Pages)
   =================================================================== */
.row-wp{
    padding: 40px 0;
}.outline-circle{
    max-width: 900px;
    margin: 0 auto;
}/* ===================================================================
   Page Heading
   =================================================================== */
.form-thumbnail{
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 24px;
    padding-bottom: 16px;
    position: relative;
    color: #ffffff;
}.form-thumbnail::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: #ffd54f;
    border-radius: 2px;
}/* ===================================================================
   Article Body — Typography
   =================================================================== */
.corner-visual{
    font-size: 1rem;
    line-height: 1.7;
    color: #ffffff;
}.corner-visual h2{
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 0.75em;
    line-height: 1.3;
    color: #ffffff;
}.corner-visual h3{
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
    line-height: 1.35;
    color: #ffffff;
}.corner-visual p{
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.1em;
}.corner-visual ul,
.corner-visual ol{
    margin: 1em 0;
    padding-left: 1.5em;
}.corner-visual ul{
    list-style: disc;
}.corner-visual ol{
    list-style: decimal;
}.corner-visual ul li,
.corner-visual ol li{
    margin-bottom: 0.5em;
    line-height: 1.6;
}.corner-visual strong{
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}.corner-visual a{
    color: #ffd54f;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease, text-decoration 0.2s ease;
}.corner-visual a:hover{
    text-decoration: underline;
    filter: brightness(1.3);
}.corner-visual img{
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5em 0;
}/* Blockquotes */
.corner-visual blockquote{
    margin: 1.5em 0;
    padding: 16px 20px 16px 24px;
    border-left: 4px solid #ffd54f;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 8px 8px 0;
    font-style: italic;
    line-height: 1.7;
}.corner-visual blockquote p{
    margin-bottom: 0;
}/* Tables */
.corner-visual table{
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
    font-size: 0.95rem;
}.corner-visual table th,
.corner-visual table td{
    padding: 12px 16px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.corner-visual table th{
    background: rgba(0, 0, 0, 0.3);
    font-weight: 700;
    white-space: nowrap;
}.corner-visual table tr:nth-child(even){
    background: rgba(0, 0, 0, 0.15);
}.corner-visual table tr:nth-child(odd){
    background: rgba(0, 0, 0, 0.05);
}.corner-visual table tr:hover{
    background: rgba(255, 213, 79, 0.1);
}/* Table responsive wrapper */
.shadow-k22,
.corner-visual .shadow-k22{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1.5em 0;
}.shadow-k22 table{
    margin: 0;
}/* ===================================================================
   Rating Zone (Main Domain — Rating Pages)
   =================================================================== */
.gradient-vy{
    padding: 30px 0 60px;
}.element-star{
    max-width: 1100px;
    margin: 0 auto;
}.box522{
    text-align: center;
    margin-bottom: 32px;
}.box522 .form-thumbnail{
    display: inline-block;
}.box522 .form-thumbnail::after{
    left: 50%;
    transform: translateX(-50%);
}.widget-jd{
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    line-height: 1.7;
}.widget-jd h2{
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 0.75em;
}.widget-jd h3{
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
}.widget-jd p{
    margin-bottom: 1.1em;
    line-height: 1.7;
}.widget-jd ul,
.widget-jd ol{
    margin: 1em 0;
    padding-left: 1.5em;
}.widget-jd ul{
    list-style: disc;
}.widget-jd ol{
    list-style: decimal;
}.widget-jd ul li,
.widget-jd ol li{
    margin-bottom: 0.5em;
}.widget-jd a{
    color: #ffd54f;
    font-weight: 600;
}.widget-jd a:hover{
    text-decoration: underline;
}.widget-jd blockquote{
    margin: 1.5em 0;
    padding: 16px 20px 16px 24px;
    border-left: 4px solid #ffd54f;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 8px 8px 0;
    font-style: italic;
}.widget-jd table{
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
}.widget-jd table th,
.widget-jd table td{
    padding: 12px 16px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.widget-jd table th{
    background: rgba(0, 0, 0, 0.3);
    font-weight: 700;
}.widget-jd table tr:nth-child(even){
    background: rgba(0, 0, 0, 0.15);
}.widget-jd img{
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5em 0;
}/* ===================================================================
   Rating Navigation Tabs
   =================================================================== */
.foreground411{
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 8px 0 16px;
    margin-bottom: 24px;
    scrollbar-width: thin;
    scrollbar-color: #ffd54f transparent;
}.foreground411::-webkit-scrollbar{
    height: 4px;
}.foreground411::-webkit-scrollbar-track{
    background: transparent;
}.foreground411::-webkit-scrollbar-thumb{
    background: #ffd54f;
    border-radius: 2px;
}.foreground411 .option-ay{
    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;
}.foreground411 .option-ay:hover,
.foreground411 .option-ay.active{
    background: #ffd54f;
    border-color: #ffd54f;
    color: #fff;
}/* ===================================================================
   Rating Cards (rt-* classes from rating-page-generator.php)
   =================================================================== */
.sharp-xf{
    margin: 20px 0;
}.block-vv{
    margin-bottom: 24px;
}.featured-u12{
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px;
    list-style: none;
    margin: 0;
    padding-left: 0;
}.window-fk{
    flex-shrink: 0;
}.window-fk 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;
}.window-fk a:hover,
.window-fk.active a{
    background: #ffd54f;
    border-color: #ffd54f;
    color: #fff;
}.thumbnail-sl{
    display: flex;
    flex-direction: column;
    gap: 16px;
}.menu-m15{
    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;
}.menu-m15:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}.hard408{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    min-width: 48px;
    font-size: 1.3rem;
    font-weight: 800;
    background: rgba(255, 213, 79, 0.15);
    color: #ffd54f;
}.hard-accordion{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    gap: 10px;
    min-width: 140px;
}.subtitle-kr img,
.hard-accordion img{
    max-width: 100px;
    max-height: 60px;
    object-fit: contain;
}.view90{
    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;
}.menu-zi{
    background: #ffd54f;
    color: #fff;
}.menu-zi:hover{
    filter: brightness(1.2);
    transform: scale(1.03);
}.foreground473{
    background: linear-gradient(135deg, #ffd54f, #262626);
    color: #fff;
}.foreground473:hover{
    filter: brightness(1.2);
    transform: scale(1.03);
}.description-k94{
    color: #ffd54f;
    font-size: 0.75rem;
    padding: 4px 0;
}.meta26{
    flex: 1;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}.game-list{
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}.panel776{
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0;
}.nav351{
    font-size: 0.8rem;
    opacity: 0.7;
    display: flex;
    align-items: center;
    gap: 4px;
}.template97{
    color: #4caf50;
    font-size: 0.7rem;
}.card-f26{
    display: flex;
    gap: 2px;
    font-size: 1rem;
}.enabled-g29{
    line-height: 1;
}.toggle477{
    color: #ffc107;
}.link-ne{
    color: #ffc107;
    opacity: 0.7;
}.feature-tn{
    color: rgba(255, 255, 255, 0.2);
}.design184{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 4px;
}.panel645{
    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;
}.field-e49{
    color: #4caf50;
    font-size: 0.7rem;
}.play125{
    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);
}.special-c63{
    font-size: 0.8rem;
    opacity: 0.7;
    font-weight: 500;
}.rank750{
    font-size: 1.2rem;
    font-weight: 800;
    color: #ffc107;
}

/* ===================================================================
   Responsive — Mobile (max-width: 768px)
   =================================================================== */
@media (max-width: 768px) {.menu-yt{
        padding: 0 12px;
    }.special822{
        padding-top: 64px;
    }.row-wp{
        padding: 24px 0;
    }.form-thumbnail{
        font-size: 1.5rem;
        margin-bottom: 18px;
        padding-bottom: 12px;
    }.form-thumbnail::after{
        width: 50px;
        height: 3px;
    }.corner-visual{
        font-size: 0.95rem;
    }.corner-visual h2{
        font-size: 1.3rem;
        margin-top: 1.6em;
    }.corner-visual h3{
        font-size: 1.1rem;
        margin-top: 1.2em;
    }.corner-visual p{
        font-size: 0.95rem;
        line-height: 1.65;
    }.corner-visual table th,
    .corner-visual table td{
        padding: 8px 10px;
        font-size: 0.85rem;
    }.corner-visual blockquote{
        padding: 12px 14px 12px 18px;
    }/* Rating zone mobile */
    .gradient-vy{
        padding: 20px 0 40px;
    }.box522{
        margin-bottom: 20px;
    }.widget-jd{
        margin-top: 28px;
        font-size: 0.95rem;
    }.widget-jd h2{
        font-size: 1.3rem;
    }.widget-jd h3{
        font-size: 1.1rem;
    }.widget-jd table th,
    .widget-jd table td{
        padding: 8px 10px;
        font-size: 0.85rem;
    }/* Rating cards mobile */
    .menu-m15{
        flex-direction: column;
    }.hard408{
        width: 100%;
        min-width: unset;
        height: 36px;
        font-size: 1rem;
    }.hard-accordion{
        min-width: unset;
        padding: 12px;
        flex-direction: row;
        justify-content: space-between;
    }.meta26{
        padding: 12px;
    }.game-list{
        gap: 8px;
    }.panel776{
        font-size: 1rem;
    }.play125{
        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) {.form-thumbnail{
        font-size: 1.3rem;
    }.corner-visual h2{
        font-size: 1.15rem;
    }.corner-visual h3{
        font-size: 1rem;
    }.design184{
        gap: 4px;
    }

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