
/* ===================================================================
   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
   =================================================================== */
.component32{
    background-color: #0d1b2a;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    min-height: 100vh;
}.level-bh{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.sharp-tg{
    min-height: 100vh;
    padding-top: 80px;
}/* ===================================================================
   Content Zone (Brand Pages)
   =================================================================== */
.link-sz{
    padding: 40px 0;
}.hover-hv{
    max-width: 900px;
    margin: 0 auto;
}/* ===================================================================
   Page Heading
   =================================================================== */
.round-k98{
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 24px;
    padding-bottom: 16px;
    position: relative;
    color: #ffffff;
}.round-k98::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: #48cae4;
    border-radius: 2px;
}/* ===================================================================
   Article Body — Typography
   =================================================================== */
.element-fr{
    font-size: 1rem;
    line-height: 1.7;
    color: #ffffff;
}.element-fr h2{
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 0.75em;
    line-height: 1.3;
    color: #ffffff;
}.element-fr h3{
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
    line-height: 1.35;
    color: #ffffff;
}.element-fr p{
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.1em;
}.element-fr ul,
.element-fr ol{
    margin: 1em 0;
    padding-left: 1.5em;
}.element-fr ul{
    list-style: disc;
}.element-fr ol{
    list-style: decimal;
}.element-fr ul li,
.element-fr ol li{
    margin-bottom: 0.5em;
    line-height: 1.6;
}.element-fr strong{
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}.element-fr a{
    color: #48cae4;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease, text-decoration 0.2s ease;
}.element-fr a:hover{
    text-decoration: underline;
    filter: brightness(1.3);
}.element-fr img{
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5em 0;
}/* Blockquotes */
.element-fr blockquote{
    margin: 1.5em 0;
    padding: 16px 20px 16px 24px;
    border-left: 4px solid #48cae4;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 8px 8px 0;
    font-style: italic;
    line-height: 1.7;
}.element-fr blockquote p{
    margin-bottom: 0;
}/* Tables */
.element-fr table{
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
    font-size: 0.95rem;
}.element-fr table th,
.element-fr table td{
    padding: 12px 16px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.element-fr table th{
    background: rgba(0, 0, 0, 0.3);
    font-weight: 700;
    white-space: nowrap;
}.element-fr table tr:nth-child(even){
    background: rgba(0, 0, 0, 0.15);
}.element-fr table tr:nth-child(odd){
    background: rgba(0, 0, 0, 0.05);
}.element-fr table tr:hover{
    background: rgba(72, 202, 228, 0.1);
}/* Table responsive wrapper */
.collapse142,
.element-fr .collapse142{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1.5em 0;
}.collapse142 table{
    margin: 0;
}/* ===================================================================
   Rating Zone (Main Domain — Rating Pages)
   =================================================================== */
.grid266{
    padding: 30px 0 60px;
}.popup915{
    max-width: 1100px;
    margin: 0 auto;
}.game722{
    text-align: center;
    margin-bottom: 32px;
}.game722 .round-k98{
    display: inline-block;
}.game722 .round-k98::after{
    left: 50%;
    transform: translateX(-50%);
}.display-hb{
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    line-height: 1.7;
}.display-hb h2{
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 0.75em;
}.display-hb h3{
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
}.display-hb p{
    margin-bottom: 1.1em;
    line-height: 1.7;
}.display-hb ul,
.display-hb ol{
    margin: 1em 0;
    padding-left: 1.5em;
}.display-hb ul{
    list-style: disc;
}.display-hb ol{
    list-style: decimal;
}.display-hb ul li,
.display-hb ol li{
    margin-bottom: 0.5em;
}.display-hb a{
    color: #48cae4;
    font-weight: 600;
}.display-hb a:hover{
    text-decoration: underline;
}.display-hb blockquote{
    margin: 1.5em 0;
    padding: 16px 20px 16px 24px;
    border-left: 4px solid #48cae4;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 8px 8px 0;
    font-style: italic;
}.display-hb table{
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
}.display-hb table th,
.display-hb table td{
    padding: 12px 16px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.display-hb table th{
    background: rgba(0, 0, 0, 0.3);
    font-weight: 700;
}.display-hb table tr:nth-child(even){
    background: rgba(0, 0, 0, 0.15);
}.display-hb img{
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5em 0;
}/* ===================================================================
   Rating Navigation Tabs
   =================================================================== */
.pattern941{
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 8px 0 16px;
    margin-bottom: 24px;
    scrollbar-width: thin;
    scrollbar-color: #48cae4 transparent;
}.pattern941::-webkit-scrollbar{
    height: 4px;
}.pattern941::-webkit-scrollbar-track{
    background: transparent;
}.pattern941::-webkit-scrollbar-thumb{
    background: #48cae4;
    border-radius: 2px;
}.pattern941 .media-b72{
    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;
}.pattern941 .media-b72:hover,
.pattern941 .media-b72.active{
    background: #48cae4;
    border-color: #48cae4;
    color: #fff;
}/* ===================================================================
   Rating Cards (rt-* classes from rating-page-generator.php)
   =================================================================== */
.action-edge{
    margin: 20px 0;
}.element-status{
    margin-bottom: 24px;
}.card-background{
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px;
    list-style: none;
    margin: 0;
    padding-left: 0;
}.deal27{
    flex-shrink: 0;
}.deal27 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;
}.deal27 a:hover,
.deal27.active a{
    background: #48cae4;
    border-color: #48cae4;
    color: #fff;
}.media-rh{
    display: flex;
    flex-direction: column;
    gap: 16px;
}.feature941{
    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;
}.feature941:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}.pattern-player{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    min-width: 48px;
    font-size: 1.3rem;
    font-weight: 800;
    background: rgba(72, 202, 228, 0.15);
    color: #48cae4;
}.carousel631{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    gap: 10px;
    min-width: 140px;
}.element348 img,
.carousel631 img{
    max-width: 100px;
    max-height: 60px;
    object-fit: contain;
}.wrapper-wo{
    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;
}.modal-wk{
    background: #48cae4;
    color: #fff;
}.modal-wk:hover{
    filter: brightness(1.2);
    transform: scale(1.03);
}.interface867{
    background: linear-gradient(135deg, #48cae4, #1b2838);
    color: #fff;
}.interface867:hover{
    filter: brightness(1.2);
    transform: scale(1.03);
}.toggle-badge{
    color: #48cae4;
    font-size: 0.75rem;
    padding: 4px 0;
}.carousel-ci{
    flex: 1;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}.design-hc{
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}.range-q11{
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0;
}.block-q20{
    font-size: 0.8rem;
    opacity: 0.7;
    display: flex;
    align-items: center;
    gap: 4px;
}.text66{
    color: #4caf50;
    font-size: 0.7rem;
}.visual842{
    display: flex;
    gap: 2px;
    font-size: 1rem;
}.slider-thumbnail{
    line-height: 1;
}.control364{
    color: #ffc107;
}.switch-style{
    color: #ffc107;
    opacity: 0.7;
}.component-grid{
    color: rgba(255, 255, 255, 0.2);
}.light-a59{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 4px;
}.secondary-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;
}.border-cp{
    color: #4caf50;
    font-size: 0.7rem;
}.dim822{
    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);
}.bright581{
    font-size: 0.8rem;
    opacity: 0.7;
    font-weight: 500;
}.content-fw{
    font-size: 1.2rem;
    font-weight: 800;
    color: #ffc107;
}

/* ===================================================================
   Responsive — Mobile (max-width: 768px)
   =================================================================== */
@media (max-width: 768px) {.level-bh{
        padding: 0 12px;
    }.sharp-tg{
        padding-top: 64px;
    }.link-sz{
        padding: 24px 0;
    }.round-k98{
        font-size: 1.5rem;
        margin-bottom: 18px;
        padding-bottom: 12px;
    }.round-k98::after{
        width: 50px;
        height: 3px;
    }.element-fr{
        font-size: 0.95rem;
    }.element-fr h2{
        font-size: 1.3rem;
        margin-top: 1.6em;
    }.element-fr h3{
        font-size: 1.1rem;
        margin-top: 1.2em;
    }.element-fr p{
        font-size: 0.95rem;
        line-height: 1.65;
    }.element-fr table th,
    .element-fr table td{
        padding: 8px 10px;
        font-size: 0.85rem;
    }.element-fr blockquote{
        padding: 12px 14px 12px 18px;
    }/* Rating zone mobile */
    .grid266{
        padding: 20px 0 40px;
    }.game722{
        margin-bottom: 20px;
    }.display-hb{
        margin-top: 28px;
        font-size: 0.95rem;
    }.display-hb h2{
        font-size: 1.3rem;
    }.display-hb h3{
        font-size: 1.1rem;
    }.display-hb table th,
    .display-hb table td{
        padding: 8px 10px;
        font-size: 0.85rem;
    }/* Rating cards mobile */
    .feature941{
        flex-direction: column;
    }.pattern-player{
        width: 100%;
        min-width: unset;
        height: 36px;
        font-size: 1rem;
    }.carousel631{
        min-width: unset;
        padding: 12px;
        flex-direction: row;
        justify-content: space-between;
    }.carousel-ci{
        padding: 12px;
    }.design-hc{
        gap: 8px;
    }.range-q11{
        font-size: 1rem;
    }.dim822{
        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) {.round-k98{
        font-size: 1.3rem;
    }.element-fr h2{
        font-size: 1.15rem;
    }.element-fr h3{
        font-size: 1rem;
    }.light-a59{
        gap: 4px;
    }

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