
/* ===================================================================
   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
   =================================================================== */
.tertiary-tab{
    background-color: #1a1d23;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    min-height: 100vh;
}.popular-pz{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.details410{
    min-height: 100vh;
    padding-top: 80px;
}/* ===================================================================
   Content Zone (Brand Pages)
   =================================================================== */
.rating-highlight{
    padding: 40px 0;
}.tab-status{
    max-width: 900px;
    margin: 0 auto;
}/* ===================================================================
   Page Heading
   =================================================================== */
.secondary630{
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 24px;
    padding-bottom: 16px;
    position: relative;
    color: #ffffff;
}.secondary630::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: #26c6da;
    border-radius: 2px;
}/* ===================================================================
   Article Body — Typography
   =================================================================== */
.card-wo{
    font-size: 1rem;
    line-height: 1.7;
    color: #ffffff;
}.card-wo h2{
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 0.75em;
    line-height: 1.3;
    color: #ffffff;
}.card-wo h3{
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
    line-height: 1.35;
    color: #ffffff;
}.card-wo p{
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.1em;
}.card-wo ul,
.card-wo ol{
    margin: 1em 0;
    padding-left: 1.5em;
}.card-wo ul{
    list-style: disc;
}.card-wo ol{
    list-style: decimal;
}.card-wo ul li,
.card-wo ol li{
    margin-bottom: 0.5em;
    line-height: 1.6;
}.card-wo strong{
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}.card-wo a{
    color: #26c6da;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease, text-decoration 0.2s ease;
}.card-wo a:hover{
    text-decoration: underline;
    filter: brightness(1.3);
}.card-wo img{
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5em 0;
}/* Blockquotes */
.card-wo blockquote{
    margin: 1.5em 0;
    padding: 16px 20px 16px 24px;
    border-left: 4px solid #26c6da;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 8px 8px 0;
    font-style: italic;
    line-height: 1.7;
}.card-wo blockquote p{
    margin-bottom: 0;
}/* Tables */
.card-wo table{
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
    font-size: 0.95rem;
}.card-wo table th,
.card-wo table td{
    padding: 12px 16px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.card-wo table th{
    background: rgba(0, 0, 0, 0.3);
    font-weight: 700;
    white-space: nowrap;
}.card-wo table tr:nth-child(even){
    background: rgba(0, 0, 0, 0.15);
}.card-wo table tr:nth-child(odd){
    background: rgba(0, 0, 0, 0.05);
}.card-wo table tr:hover{
    background: rgba(38, 198, 218, 0.1);
}/* Table responsive wrapper */
.description157,
.card-wo .description157{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1.5em 0;
}.description157 table{
    margin: 0;
}/* ===================================================================
   Rating Zone (Main Domain — Rating Pages)
   =================================================================== */
.round-re{
    padding: 30px 0 60px;
}.state931{
    max-width: 1100px;
    margin: 0 auto;
}.dark65{
    text-align: center;
    margin-bottom: 32px;
}.dark65 .secondary630{
    display: inline-block;
}.dark65 .secondary630::after{
    left: 50%;
    transform: translateX(-50%);
}.icon-d19{
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    line-height: 1.7;
}.icon-d19 h2{
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 0.75em;
}.icon-d19 h3{
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
}.icon-d19 p{
    margin-bottom: 1.1em;
    line-height: 1.7;
}.icon-d19 ul,
.icon-d19 ol{
    margin: 1em 0;
    padding-left: 1.5em;
}.icon-d19 ul{
    list-style: disc;
}.icon-d19 ol{
    list-style: decimal;
}.icon-d19 ul li,
.icon-d19 ol li{
    margin-bottom: 0.5em;
}.icon-d19 a{
    color: #26c6da;
    font-weight: 600;
}.icon-d19 a:hover{
    text-decoration: underline;
}.icon-d19 blockquote{
    margin: 1.5em 0;
    padding: 16px 20px 16px 24px;
    border-left: 4px solid #26c6da;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 8px 8px 0;
    font-style: italic;
}.icon-d19 table{
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
}.icon-d19 table th,
.icon-d19 table td{
    padding: 12px 16px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.icon-d19 table th{
    background: rgba(0, 0, 0, 0.3);
    font-weight: 700;
}.icon-d19 table tr:nth-child(even){
    background: rgba(0, 0, 0, 0.15);
}.icon-d19 img{
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5em 0;
}/* ===================================================================
   Rating Navigation Tabs
   =================================================================== */
.meta530{
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 8px 0 16px;
    margin-bottom: 24px;
    scrollbar-width: thin;
    scrollbar-color: #26c6da transparent;
}.meta530::-webkit-scrollbar{
    height: 4px;
}.meta530::-webkit-scrollbar-track{
    background: transparent;
}.meta530::-webkit-scrollbar-thumb{
    background: #26c6da;
    border-radius: 2px;
}.meta530 .design94{
    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;
}.meta530 .design94:hover,
.meta530 .design94.active{
    background: #26c6da;
    border-color: #26c6da;
    color: #fff;
}/* ===================================================================
   Rating Cards (rt-* classes from rating-page-generator.php)
   =================================================================== */
.focus786{
    margin: 20px 0;
}.bright-ux{
    margin-bottom: 24px;
}.wrapper-design{
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px;
    list-style: none;
    margin: 0;
    padding-left: 0;
}.media-ps{
    flex-shrink: 0;
}.media-ps 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;
}.media-ps a:hover,
.media-ps.active a{
    background: #26c6da;
    border-color: #26c6da;
    color: #fff;
}.bright163{
    display: flex;
    flex-direction: column;
    gap: 16px;
}.tag411{
    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;
}.tag411:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}.grid-pc{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    min-width: 48px;
    font-size: 1.3rem;
    font-weight: 800;
    background: rgba(38, 198, 218, 0.15);
    color: #26c6da;
}.hover-offer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    gap: 10px;
    min-width: 140px;
}.graphic-l31 img,
.hover-offer img{
    max-width: 100px;
    max-height: 60px;
    object-fit: contain;
}.light-oy{
    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;
}.frame923{
    background: #26c6da;
    color: #fff;
}.frame923:hover{
    filter: brightness(1.2);
    transform: scale(1.03);
}.edge639{
    background: linear-gradient(135deg, #26c6da, #12151a);
    color: #fff;
}.edge639:hover{
    filter: brightness(1.2);
    transform: scale(1.03);
}.widget454{
    color: #26c6da;
    font-size: 0.75rem;
    padding: 4px 0;
}.hover-dropdown{
    flex: 1;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}.primary42{
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}.menu414{
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0;
}.point255{
    font-size: 0.8rem;
    opacity: 0.7;
    display: flex;
    align-items: center;
    gap: 4px;
}.preview685{
    color: #4caf50;
    font-size: 0.7rem;
}.dropdown858{
    display: flex;
    gap: 2px;
    font-size: 1rem;
}.score-action{
    line-height: 1;
}.description-tw{
    color: #ffc107;
}.layout420{
    color: #ffc107;
    opacity: 0.7;
}.rank-column{
    color: rgba(255, 255, 255, 0.2);
}.badge-h60{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 4px;
}.content658{
    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;
}.outline-primary{
    color: #4caf50;
    font-size: 0.7rem;
}.point-play{
    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);
}.featured419{
    font-size: 0.8rem;
    opacity: 0.7;
    font-weight: 500;
}.info-nk{
    font-size: 1.2rem;
    font-weight: 800;
    color: #ffc107;
}

/* ===================================================================
   Responsive — Mobile (max-width: 768px)
   =================================================================== */
@media (max-width: 768px) {.popular-pz{
        padding: 0 12px;
    }.details410{
        padding-top: 64px;
    }.rating-highlight{
        padding: 24px 0;
    }.secondary630{
        font-size: 1.5rem;
        margin-bottom: 18px;
        padding-bottom: 12px;
    }.secondary630::after{
        width: 50px;
        height: 3px;
    }.card-wo{
        font-size: 0.95rem;
    }.card-wo h2{
        font-size: 1.3rem;
        margin-top: 1.6em;
    }.card-wo h3{
        font-size: 1.1rem;
        margin-top: 1.2em;
    }.card-wo p{
        font-size: 0.95rem;
        line-height: 1.65;
    }.card-wo table th,
    .card-wo table td{
        padding: 8px 10px;
        font-size: 0.85rem;
    }.card-wo blockquote{
        padding: 12px 14px 12px 18px;
    }/* Rating zone mobile */
    .round-re{
        padding: 20px 0 40px;
    }.dark65{
        margin-bottom: 20px;
    }.icon-d19{
        margin-top: 28px;
        font-size: 0.95rem;
    }.icon-d19 h2{
        font-size: 1.3rem;
    }.icon-d19 h3{
        font-size: 1.1rem;
    }.icon-d19 table th,
    .icon-d19 table td{
        padding: 8px 10px;
        font-size: 0.85rem;
    }/* Rating cards mobile */
    .tag411{
        flex-direction: column;
    }.grid-pc{
        width: 100%;
        min-width: unset;
        height: 36px;
        font-size: 1rem;
    }.hover-offer{
        min-width: unset;
        padding: 12px;
        flex-direction: row;
        justify-content: space-between;
    }.hover-dropdown{
        padding: 12px;
    }.primary42{
        gap: 8px;
    }.menu414{
        font-size: 1rem;
    }.point-play{
        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) {.secondary630{
        font-size: 1.3rem;
    }.card-wo h2{
        font-size: 1.15rem;
    }.card-wo h3{
        font-size: 1rem;
    }.badge-h60{
        gap: 4px;
    }

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