/* ============================
   Review Site — style.css (generated)
   ============================ */
/* --- Self-hosted Font --- */
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url(/fonts/font-latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url(/fonts/font-latin-ext.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
    --bg: #ffffff;
    --bg-alt: #f7f8fc;
    --text: #1a1a2e;
    --text-secondary: #5a5a7a;
    --accent: #8b5cf6;
    --accent-hover: #7c3aed;
    --accent-light: #dbeafe;
    --accent-gradient: linear-gradient(135deg, #8b5cf6 0%, #4f46e5 100%);
    --green: #10b981;
    --green-light: #d1fae5;
    --gold: #f59e0b;
    --gold-light: #fef3c7;
    --red: #ef4444;
    --border: #e5e7eb;
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
    --shadow-md: 0 4px 16px rgba(0,0,0,0.08);
    --shadow-lg: 0 8px 32px rgba(0,0,0,0.12);
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 20px;
    --sidebar-width: 240px;
    --max-width: 1200px;
    --header-height: 64px;
    --font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); }
body {
    font-family: var(--font);
    background: var(--bg);
    color: var(--text);
    line-height: 1.65;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--accent-hover); }
ul { list-style: none; }
h1, h2, h3, h4 { line-height: 1.3; color: var(--text); }
h2 { font-size: 1.75rem; margin-bottom: 0.75rem; }
h3 { font-size: 1.25rem; margin-bottom: 0.5rem; }

.ojmi_section-subtitle {
    color: var(--text-secondary);
    font-size: 1.05rem;
    margin-bottom: 2rem;
    max-width: 700px;
}

/* --- Fonts --- */

/* ===========================
   HEADER
   =========================== */
.web56site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
    height: var(--header-height);
}
.header-innera3a93 {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    height: 100%;
    gap: 32px;
}
.wjb-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--text);
    white-space: nowrap;
    text-decoration: none;
}
.ced_logo-icon { display: flex; flex-shrink: 0; }
.logo-img-mainIve { height: 52px; width: auto; }
.e954_logo-text { color: var(--text); font-weight: 400; font-size: 1.15rem; }
.e954_logo-text strong { font-weight: 800; color: var(--accent); }
.yq3mMain-nav {
    display: flex;
    gap: 4px;
    flex: 1;
}
.web89-nav-link {
    padding: 6px 12px;
    border-radius: var(--radius-sm);
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--text-secondary);
    transition: all 0.2s;
    white-space: nowrap;
    letter-spacing: 0.3px;
}
.web89-nav-link:hover {
    color: var(--accent);
    background: var(--accent-light);
}
.web89-nav-link.active {
    color: var(--accent);
    background: transparent;
    font-weight: 700;
    position: relative;
}
.web89-nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 3px;
    border-radius: 3px 3px 0 0;
    background: var(--accent-gradient);
}
.layerRowmobile-sidebar-links { display: none; }
.f609a-header-cta { flex-shrink: 0; }
.f609a-header-cta .fc3_btn-primary {
    display: inline-flex;
    padding: 8px 20px;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: var(--radius-sm);
    background: var(--accent-gradient);
    color: #fff;
    white-space: nowrap;
    transition: transform 0.2s, box-shadow 0.2s;
}
.f609a-header-cta .fc3_btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(37,99,235,0.35);
    color: #fff;
}

/* Burger */
.wrap46burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    z-index: 1001;
}
.wrap46burger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text);
    border-radius: 2px;
    transition: all 0.3s;
}
.wrap46burger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.wrap46burger.active span:nth-child(2) { opacity: 0; }
.wrap46burger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ===========================
   HERO
   =========================== */
.core60Hero-section {
    background: linear-gradient(135deg, #f0f4ff 0%, #e8edf8 50%, #f5f0ff 100%);
    padding: 56px 24px 48px;
    text-align: center;
}
.hero-inner-a5c0 {
    max-width: 760px;
    margin: 0 auto;
}
.core60Hero-section h1 {
    font-size: 2.25rem;
    font-weight: 800;
    margin-bottom: 20px;
    background: linear-gradient(135deg, var(--text) 0%, #4338ca 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.uiBar-hero-author {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}
.author-avatar-etf { width: 40px; height: 40px; border-radius: 50%; overflow: hidden; flex-shrink: 0; }
.author-avatar-etf img, .author-avatar-etf svg { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.author-info-kqu {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.aupq-author-name { font-weight: 600; font-size: 0.9rem; color: var(--text); }
.coreBar-author-date { font-size: 0.8rem; color: var(--text-secondary); }
.sdqhero-intro {
    font-size: 1.1rem;
    color: var(--text-secondary);
    margin-bottom: 28px;
    line-height: 1.7;
}
.fn9tbtn-hero {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: var(--accent-gradient);
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    border-radius: var(--radius-md);
    transition: transform 0.2s, box-shadow 0.2s;
}
.fn9tbtn-hero:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37,99,235,0.35);
    color: #fff;
}

/* ===========================
   LAYOUT WITH SIDEBAR
   =========================== */
.dxm_layout-with-sidebar {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: var(--sidebar-width) 1fr;
    gap: 32px;
    align-items: start;
}

/* --- Sidebar --- */
.sidebar_rj9z {
    position: sticky;
    top: calc(var(--header-height) + 16px);
    padding: 16px 0;
    max-height: calc(100vh - var(--header-height) - 32px);
    overflow-y: auto;
}
.sidebar_rj9z::-webkit-scrollbar { width: 3px; }
.sidebar_rj9z::-webkit-scrollbar-track { background: transparent; }
.sidebar_rj9z::-webkit-scrollbar-thumb { background: var(--border); border-radius: 3px; }
.sidebar-header_jgt {
    padding: 0 12px 12px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 8px;
}
.sidebar-header_jgt h3 {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-secondary);
    font-weight: 600;
}
.ohyw-sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.box67Sidebar-link {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: var(--radius-sm);
    font-size: 0.72rem;
    font-weight: 500;
    color: var(--text-secondary);
    transition: all 0.2s;
    line-height: 1.3;
}
.box67Sidebar-link:hover {
    color: var(--accent);
    background: var(--accent-light);
}
.box67Sidebar-link.active {
    color: var(--accent);
    background: var(--accent-light);
    font-weight: 600;
    border-left: 3px solid var(--accent);
    padding-left: 9px;
}
.dmw_sidebar-icon {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    display: flex;
}
.dmw_sidebar-icon svg {
    width: 100%;
    height: 100%;
}

/* Sidebar Expert Mini Card */
.kah_sidebar-expert {
    margin-top: 16px;
    padding: 16px 12px;
    border-top: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
}
.sidebar-expert-avatar-d9331 { width: 48px; height: 48px; margin-bottom: 4px; }
.sidebar-expert-avatar-d9331 img, .sidebar-expert-avatar-d9331 svg { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.appErSidebar-expert-name { font-size: 0.8rem; font-weight: 700; color: var(--text); }
.mod91-sidebar-expert-role { font-size: 0.72rem; color: var(--text-secondary); }
.sidebar-expert-badge-bnuw {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--accent);
    margin-top: 2px;
}

/* --- Main Content Area --- */
.main-contentboxCell {
    min-width: 0;
    padding-top: 8px;
}
.main-contentboxCell > section,
.main-contentboxCell > .seo-content-sections {
    margin-top: 40px;
    margin-bottom: 40px;
}
.main-contentboxCell > section:first-child {
    margin-top: 24px;
}

/* --- Topic Page Styles --- */
.til-topic-header {
    padding-bottom: 24px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 24px;
}
.topic-breadcrumb_app60 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    color: var(--text-secondary);
    margin-bottom: 16px;
}
.topic-breadcrumb_app60 a { color: var(--accent); font-weight: 500; }
.til-topic-header h1 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 12px;
}
.a98-topic-meta {
    display: flex;
    gap: 16px;
    font-size: 0.85rem;
    color: var(--text-secondary);
}
.f990_topic-author { font-weight: 500; }
.topic-content-dom74 {
    margin-top: 32px;
}
.topic-content-dom74 .plyvt_content-section {
    margin-bottom: 40px;
}
.topic-content-dom74 h2 {
    margin-top: 32px;
}
.topic-content-dom74 h2:first-child {
    margin-top: 0;
}
.topic-content-dom74 p {
    margin-bottom: 16px;
    color: var(--text-secondary);
    line-height: 1.75;
}
.topic-content-dom74 ul, .topic-content-dom74 ol {
    margin-bottom: 16px;
    padding-left: 20px;
}
.topic-content-dom74 ul { list-style: disc; }
.topic-content-dom74 ol { list-style: decimal; }
.topic-content-dom74 li {
    margin-bottom: 8px;
    color: var(--text-secondary);
    line-height: 1.65;
}

/* --- Mini Casino List (topic pages) --- */
.mini-casino-list_site53 {
    background: var(--bg-alt);
    border-radius: var(--radius-md);
    padding: 20px;
    margin-bottom: 32px;
}
.mini-casino-list_site53 h3 {
    font-size: 0.95rem;
    margin-bottom: 14px;
    color: var(--text);
}
.app54Mini-casino-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
}
.app54Mini-casino-card:last-child { border-bottom: none; }
.cf163_mini-rank {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--accent-gradient);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.75rem;
    flex-shrink: 0;
}
.mini-casino-info_daa70 {
    flex: 1;
    min-width: 0;
}
.mini-casino-name_kitIc {
    display: block;
    font-size: 0.9rem;
    color: var(--text);
}
.msrwbMini-casino-bonus {
    font-size: 0.75rem;
    color: var(--green);
    font-weight: 500;
}
.domBar-mini-casino-rating {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 0.8rem;
    font-weight: 600;
    flex-shrink: 0;
}
.mini-stars-sus { color: var(--gold); }
.mini-btn_cot {
    display: inline-flex;
    padding: 6px 14px;
    background: var(--accent);
    color: #fff;
    font-weight: 600;
    font-size: 0.75rem;
    border-radius: var(--radius-sm);
    transition: background 0.2s;
    flex-shrink: 0;
    white-space: nowrap;
}
.mini-btn_cot:hover { background: var(--accent-hover); color: #fff; }

/* ===========================
   REVIEW MAIN (legacy, kept for compat)
   =========================== */
.iruq-review-main {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
}
.iruq-review-main > section,
.iruq-review-main > .seo-content-sections {
    margin-top: 48px;
    margin-bottom: 48px;
}

/* ===========================
   CASINO CARDS
   =========================== */
.site5_casino-list-section h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 8px;
}
.site5_casino-list-section > .ojmi_section-subtitle {
    text-align: center;
    margin: 0 auto 32px;
}
.view17casino-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.cd9Casino-card {
    display: grid;
    grid-template-columns: 56px 160px 1fr 180px;
    gap: 20px;
    align-items: center;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 24px;
    transition: box-shadow 0.25s, transform 0.25s;
    position: relative;
}
.cd9Casino-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-2px);
}
.cd9Casino-card:first-child {
    border: 2px solid var(--accent);
    background: linear-gradient(135deg, #fafbff 0%, #f0f4ff 100%);
}

/* Rank Badge */
.fhzn-casino-card-rank { display: flex; justify-content: center; }
.rank-badgeceecb {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1rem;
    color: #fff;
    background: var(--accent-gradient);
    box-shadow: 0 2px 8px rgba(37,99,235,0.3);
}
.cd9Casino-card:first-child .rank-badgeceecb {
    background: linear-gradient(135deg, #f59e0b, #f97316);
    box-shadow: 0 2px 8px rgba(245,158,11,0.4);
    width: 46px;
    height: 46px;
    font-size: 1.1rem;
}

/* Casino Logo */
.modCell-casino-card-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.casino-logo-img-euwx {
    max-width: 120px;
    max-height: 60px;
    object-fit: contain;
    border-radius: var(--radius-sm);
}
.pageArea_casino-logo-placeholder {
    width: 140px;
    height: 64px;
    background: linear-gradient(135deg, #1a1a2e, #2d2d50);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 0.8rem;
    text-align: center;
    padding: 8px;
    line-height: 1.2;
}

/* Casino Info */
.wx7e_casino-card-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.casino-card-headere6c {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.site80-casino-name {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0;
}
.casino-ratingbe22 {
    display: flex;
    align-items: center;
    gap: 6px;
}
.starsyhm { display: flex; gap: 2px; }
.box19_star { width: 16px; height: 16px; color: var(--gold); }
.e42d-star-empty { color: #ddd; }
.b0d_rating-number {
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--text);
}
.casino-bonus-text_bev {
    font-size: 1rem;
    font-weight: 600;
    color: var(--green);
    background: var(--green-light);
    padding: 6px 12px;
    border-radius: var(--radius-sm);
    display: inline-block;
    width: fit-content;
}
.rpdaqcasino-pros {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 16px;
}
.rpdaqcasino-pros li {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.875rem;
    color: var(--text-secondary);
}
.check-icon-r6hf {
    width: 16px;
    height: 16px;
    color: var(--green);
    flex-shrink: 0;
}
.o1ad_casino-meta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.meta-item_panelEr {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.web70meta-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-secondary);
    font-weight: 500;
}
.meta-valuext7r {
    font-weight: 600;
    font-size: 0.875rem;
}
.iwecasino-payments {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}
.fe5_payment-icon {
    width: 40px;
    height: 26px;
    border-radius: 4px;
}

/* CTA Column */
.casino-card-cta-tgva {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.jy0ybtn-play {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    background: var(--accent-gradient);
    color: #fff;
    font-weight: 800;
    font-size: 0.9rem;
    border-radius: var(--radius-md);
    letter-spacing: 0.5px;
    transition: transform 0.2s, box-shadow 0.2s;
    text-align: center;
    width: 100%;
    white-space: nowrap;
}
.jy0ybtn-play:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37,99,235,0.4);
    color: #fff;
}
.boxArea-cta-terms {
    font-size: 0.7rem;
    color: var(--text-secondary);
    text-align: center;
}

/* ===========================
   EXPERT BLOCK
   =========================== */
.viewAl_expert-block {
    background: var(--bg-alt);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 32px;
    margin-bottom: 40px;
}
.wglexpert-card {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}
.mod20-expert-avatar {
    position: relative;
    flex-shrink: 0;
    width: 80px;
    height: 80px;
}
.mod20-expert-avatar img, .mod20-expert-avatar svg { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; }
.expert-badge_ba0t {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 24px;
    height: 24px;
    display: block;
}
.expert-badge_ba0t svg { width: 24px; height: 24px; border-radius: 50%; }
.ecnqpExpert-info { flex: 1; min-width: 0; }
.expert-name-rowz3bb {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 2px;
}
.expert-namebase17 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text);
    margin: 0;
}
.core85expert-verified {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--accent);
    background: var(--accent-light);
    padding: 2px 10px;
    border-radius: 20px;
}
.c5cdExpert-title {
    display: block;
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 10px;
}
.expert-bio_mod37 {
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 16px;
}
.appIc-expert-stats {
    display: flex;
    gap: 24px;
}
.expert-statatiz {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.site48-stat-number {
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--accent);
    line-height: 1;
}
.stat-label_site48 {
    font-size: 0.75rem;
    color: var(--text-secondary);
    text-align: center;
    white-space: nowrap;
}
.expert-quote-review_fk9l {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--border);
    position: relative;
    padding-left: 0;
    border-left: none;
    font-style: normal;
}
.expert-quote-review_fk9l .quote-icon-oy8t {
    width: 28px;
    height: 28px;
    color: var(--accent);
    opacity: 0.25;
    margin-bottom: 8px;
}
.expert-quote-review_fk9l p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--text);
    font-style: italic;
    margin: 0 0 10px;
}
.expert-quote-review_fk9l cite {
    display: block;
    font-style: normal;
    font-size: 0.85rem;
    color: var(--text-secondary);
    font-weight: 500;
}
@media (max-width: 768px) {
    .viewAl_expert-block { padding: 20px; }
    .wglexpert-card { flex-direction: column; align-items: center; text-align: center; gap: 16px; }
    .expert-name-rowz3bb { justify-content: center; }
    .appIc-expert-stats { justify-content: center; }
    .expert-bio_mod37 { text-align: center; }
}

/* ===========================
   COMPARISON TABLE
   =========================== */
.b5acd_comparison-section h2 { text-align: center; }
.b5acd_comparison-section > .ojmi_section-subtitle { text-align: center; margin: 0 auto 24px; }
.comparison-table-wrapper_bdb4a {
    overflow-x: auto;
    border-radius: var(--radius-md);
    border: 1px solid var(--border);
}
.comparison-table-gidrm {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}
.comparison-table-gidrm th {
    background: var(--bg-alt);
    padding: 14px 16px;
    text-align: left;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-secondary);
    border-bottom: 2px solid var(--border);
    white-space: nowrap;
}
.comparison-table-gidrm td {
    padding: 14px 16px;
    border-bottom: 1px solid var(--border);
    white-space: nowrap;
}
.comparison-table-gidrm tbody tr:hover { background: var(--bg-alt); }
.comparison-table-gidrm tbody tr:first-child { background: #f0f4ff; }
.td-rank {
    font-weight: 800;
    color: var(--accent);
    text-align: center;
}
.f92_btn-table {
    display: inline-block;
    padding: 6px 16px;
    background: var(--accent);
    color: #fff;
    font-weight: 600;
    font-size: 0.8rem;
    border-radius: var(--radius-sm);
    transition: background 0.2s;
    white-space: nowrap;
}
.f92_btn-table:hover { background: var(--accent-hover); color: #fff; }

/* Methods Table (same base style) */
.methods-table-wrapper {
    overflow-x: auto;
    border-radius: var(--radius-md);
    border: 1px solid var(--border);
    margin: 20px 0;
}
.methods-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}
.methods-table th {
    background: var(--bg-alt);
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-secondary);
    border-bottom: 2px solid var(--border);
}
.methods-table td {
    padding: 12px 16px;
    border-bottom: 1px solid var(--border);
}
.methods-table tbody tr:hover { background: var(--bg-alt); }

/* ===========================
   SEO CONTENT SECTIONS
   =========================== */
.seo-content-sections { display: flex; flex-direction: column; gap: 48px; }
.plyvt_content-section p {
    margin-bottom: 16px;
    color: var(--text-secondary);
    font-size: 1rem;
    line-height: 1.75;
}
.plyvt_content-section h3 {
    margin-top: 24px;
}

/* Criteria Grid */
.criteria-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-top: 24px;
}
.criteria-card {
    background: var(--bg-alt);
    border-radius: var(--radius-md);
    padding: 24px;
    transition: box-shadow 0.2s;
}
.criteria-card:hover { box-shadow: var(--shadow-md); }
.criteria-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
    color: var(--accent);
}
.criteria-icon svg { width: 100%; height: 100%; }
.criteria-card h3 { font-size: 1rem; margin-top: 0; }
.criteria-card p { font-size: 0.9rem; margin: 0; }

/* Highlight Boxes */
.f09f_highlight-box {
    border-radius: var(--radius-md);
    padding: 20px 24px;
    margin: 20px 0;
}
.f09f_highlight-box h4 { margin-bottom: 10px; font-size: 1rem; }
.f09f_highlight-box ul { padding-left: 0; }
.f09f_highlight-box li {
    padding: 4px 0;
    padding-left: 16px;
    position: relative;
    color: var(--text-secondary);
    font-size: 0.95rem;
}
.f09f_highlight-box li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.c510b-highlight-box-info, .f09f_highlight-box.grid28_highlight-info {
    background: #eff6ff;
    border-left: 4px solid var(--accent);
}
.c510b-highlight-box-info h4, .f09f_highlight-box.grid28_highlight-info h4,
.c510b-highlight-box-info strong, .f09f_highlight-box.grid28_highlight-info strong { color: var(--accent); }
.c510b-highlight-box-info li::before, .f09f_highlight-box.grid28_highlight-info li::before { background: var(--accent); }
.upbih-highlight-box-warning, .f09f_highlight-box.li0u-highlight-warning {
    background: #fffbeb;
    border-left: 4px solid var(--gold);
}
.upbih-highlight-box-warning h4, .f09f_highlight-box.li0u-highlight-warning h4,
.upbih-highlight-box-warning strong, .f09f_highlight-box.li0u-highlight-warning strong { color: #b45309; }
.upbih-highlight-box-warning p, .f09f_highlight-box.li0u-highlight-warning p { margin: 0; }
.bf1_highlight-box-success, .f09f_highlight-box.highlight-success_dcj {
    background: #ecfdf5;
    border-left: 4px solid var(--green);
}
.bf1_highlight-box-success h4, .f09f_highlight-box.highlight-success_dcj h4,
.bf1_highlight-box-success strong, .f09f_highlight-box.highlight-success_dcj strong { color: var(--green); }
.bf1_highlight-box-success li::before, .f09f_highlight-box.highlight-success_dcj li::before { background: var(--green); }

/* Responsible Gaming Tips */
.responsible-tips {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin: 20px 0;
}
.tip-card {
    background: var(--bg-alt);
    border-radius: var(--radius-md);
    padding: 20px;
    border-left: 3px solid var(--green);
}
.tip-card h4 { font-size: 0.95rem; margin-bottom: 6px; color: var(--text); }
.tip-card p { font-size: 0.875rem; margin: 0; color: var(--text-secondary); }

/* ===========================
   REVIEWS / TESTIMONIALS GRID
   =========================== */
.reviews-section h2, .testimonials-section-app80 h2 { text-align: center; }
.reviews-section > .ojmi_section-subtitle, .testimonials-section-app80 > .ojmi_section-subtitle { text-align: center; margin: 0 auto 24px; }
.reviews-grid, .b059b-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
}
.review-card, .v7wu-testimonial-card {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 24px;
    transition: transform 0.2s, box-shadow 0.2s;
}
.review-card:hover, .v7wu-testimonial-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}
.review-header, .testimonial-header_vs1v {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.reviewer-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--accent-gradient);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    flex-shrink: 0;
}
.reviewer-info {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.reviewer-name, .fgmTestimonial-author { font-weight: 600; font-size: 0.9rem; }
.reviewer-date { font-size: 0.75rem; color: var(--text-secondary); }
.review-rating, .figjrtestimonial-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text);
}
.stars-small, .mini-stars-sus { color: var(--gold); letter-spacing: 1px; }
.review-casino, .testimonial-casino_qljz {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--accent);
    margin-bottom: 8px;
    display: block;
}
.review-text, .appFyTestimonial-text {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.6;
    font-style: italic;
}

/* ===========================
   FAQ ACCORDION
   =========================== */
.mod57faq-section h2 { text-align: center; margin-bottom: 28px; }
.ju3dAccordion {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.e5624Accordion-item {
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: border-color 0.2s;
}
.e5624Accordion-item.open { border-color: var(--accent); }
.webIve_accordion-header {
    width: 100%;
    background: var(--bg);
    border: none;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text);
    text-align: left;
    font-family: var(--font);
    transition: background 0.2s;
}
.webIve_accordion-header:hover { background: var(--bg-alt); }
.eu9xAccordion-arrow {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    color: var(--text-secondary);
    transition: transform 0.3s;
}
.e5624Accordion-item.open .eu9xAccordion-arrow { transform: rotate(180deg); color: var(--accent); }
.eo8eAccordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 20px;
}
.e5624Accordion-item.open .eo8eAccordion-body {
    max-height: 300px;
    padding: 0 20px 18px;
}
.eo8eAccordion-body p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.7;
}

/* ===========================
   FOOTER
   =========================== */
.domEdSite-footer {
    background: #0f172a;
    color: #94a3b8;
    margin-top: 64px;
    padding: 48px 24px 0;
}
.footer-inner_je4z {
    max-width: var(--max-width);
    margin: 0 auto;
}
.yru_footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #1e293b;
}
.uyzfooter-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 1rem;
    color: #e2e8f0;
    margin-bottom: 12px;
}
.uyzfooter-logo .ced_logo-icon { display: flex; flex-shrink: 0; }
.uyzfooter-logo strong { color: #60a5fa; }
.c1mt-footer-desc { font-size: 0.875rem; line-height: 1.7; }
.ta1v-footer-col h3 {
    color: #e2e8f0;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 16px;
}
.ta1v-footer-col ul { display: flex; flex-direction: column; gap: 8px; }
.ta1v-footer-col li a {
    color: #94a3b8;
    font-size: 0.875rem;
    transition: color 0.2s;
}
.ta1v-footer-col li a:hover { color: #e2e8f0; }
.ba9_trust-badges {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}
.main35trust-badge {
    width: 44px;
    height: 44px;
    color: #64748b;
    transition: color 0.2s;
}
.main35trust-badge:hover { color: #94a3b8; }
.main35trust-badge svg { width: 100%; height: 100%; }
.dda6d-footer-warning {
    font-size: 0.8rem;
    color: #ef4444;
    font-weight: 500;
}
.h5pv_footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    font-size: 0.8rem;
}
.ps6r-footer-legal {
    display: flex;
    align-items: center;
    gap: 8px;
}
.ps6r-footer-legal a { color: #94a3b8; }
.ps6r-footer-legal a:hover { color: #e2e8f0; }
.rtw_age-badge {
    background: #ef4444;
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 0.75rem;
}
.main59_footer-disclaimer {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 20px 0;
    border-top: 1px solid #1e293b;
}
.main59_footer-disclaimer p {
    font-size: 0.75rem;
    line-height: 1.7;
    color: #64748b;
}
.main59_footer-disclaimer a { color: #60a5fa; }

/* ===========================
   PROMO BAR
   =========================== */
.w1zb-promo-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border-top: 1px solid #334155;
    padding: 12px 24px;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
}
.promo-bar-innervgykz {
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.z0tpPromo-bar-text {
    color: #e2e8f0;
    font-size: 0.95rem;
}
.zgx_promo-bar-btn {
    display: inline-flex;
    padding: 10px 24px;
    background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    border-radius: var(--radius-sm);
    white-space: nowrap;
    transition: transform 0.2s;
}
.zgx_promo-bar-btn:hover { transform: scale(1.03); color: #fff; }
.enri_promo-bar-close {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #64748b;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 4px;
    line-height: 1;
}
.enri_promo-bar-close:hover { color: #e2e8f0; }

/* Back to top */
.back-to-top_jvlg {
    position: fixed;
    bottom: 72px;
    right: 24px;
    z-index: 998;
    width: 44px;
    height: 44px;
    background: var(--accent);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: var(--shadow-md);
    transition: transform 0.2s;
}
.back-to-top_jvlg:hover { transform: translateY(-2px); }

/* ===========================
   CHART COMPONENTS
   =========================== */

/* --- Horizontal Bar Chart --- */
.c6rd_chart-bar {
    margin: 24px 0;
}
.chart-bar-title_dqp {
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: 16px;
    color: var(--text);
}
.chart-bar-item_qhbgs {
    margin-bottom: 14px;
}
.dc30_chart-bar-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
    font-size: 0.9rem;
    font-weight: 500;
}
.dc30_chart-bar-label span:last-child {
    font-weight: 700;
    color: var(--accent);
}
.f0362Chart-bar-track {
    height: 12px;
    background: var(--bg-alt);
    border-radius: 6px;
    overflow: hidden;
}
.gridFy-chart-bar-fill {
    height: 100%;
    border-radius: 6px;
    background: var(--accent-gradient);
    transition: width 0.8s ease;
}
.gridFy-chart-bar-fill.green, .gridFy-chart-bar-fill.sb8y-chart-bar-green { background: linear-gradient(90deg, #10b981, #34d399); }
.gridFy-chart-bar-fill.gold, .gridFy-chart-bar-fill.chart-bar-gold_df1c { background: linear-gradient(90deg, #f59e0b, #fbbf24); }
.gridFy-chart-bar-fill.red, .gridFy-chart-bar-fill.chart-bar-redsiteZone { background: linear-gradient(90deg, #ef4444, #f87171); }
.gridFy-chart-bar-fill.purple, .gridFy-chart-bar-fill.chart-bar-purple { background: linear-gradient(90deg, #7c3aed, #a78bfa); }
.c5bk_chart-bar-value {
    font-weight: 700;
    font-size: 0.88rem;
    color: var(--accent);
}

/* --- Donut Chart (CSS-only) --- */
.chart-donut-wrap {
    display: flex;
    align-items: center;
    gap: 32px;
    margin: 24px 0;
    padding: 24px;
    background: var(--bg-alt);
    border-radius: var(--radius-md);
}
.chart-donutwebItem {
    position: relative;
    width: 160px;
    height: 160px;
    min-width: 160px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chart-donut-center {
    position: absolute;
    width: 90px;
    height: 90px;
    background: var(--bg-alt);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}
.chart-donut-center .donut-value {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--text);
    line-height: 1.1;
}
.chart-donut-center .donut-label {
    font-size: 0.7rem;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.chart-donut-legend {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}
.chart-donut-legend-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
}
.legend-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
}
.legend-dot.blue { background: var(--accent); }
.legend-dot.green { background: var(--green); }
.legend-dot.gold { background: var(--gold); }
.legend-dot.red { background: var(--red); }
.legend-dot.purple { background: #7c3aed; }
.legend-dot.gray { background: #94a3b8; }
.legend-dot.teal { background: #0ea5e9; }
.legend-dot.orange { background: #f97316; }

/* --- Stat Cards Grid --- */
.r3ha_stat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 16px;
    margin: 24px 0;
}
.stat-card_bf384 {
    background: var(--bg-alt);
    border-radius: var(--radius-md);
    padding: 20px 16px;
    text-align: center;
    border: 1px solid var(--border);
    transition: transform 0.2s, box-shadow 0.2s;
}
.stat-card_bf384:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}
.stat-card-icon {
    font-size: 1.8rem;
    margin-bottom: 8px;
    display: block;
}
.stat-card-value {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--accent);
    line-height: 1.2;
}
.stat-card-label {
    font-size: 0.8rem;
    color: var(--text-secondary);
    margin-top: 4px;
}
.stat-card_bf384.accent, .stat-card_bf384.nav96Stat-accent { border-top: 3px solid var(--accent); }
.stat-card_bf384.green, .stat-card_bf384.k8wkStat-green { border-top: 3px solid var(--green); }
.stat-card_bf384.gold, .stat-card_bf384.stat-goldf9dw { border-top: 3px solid var(--gold); }
.stat-card_bf384.red, .stat-card_bf384.stat-red { border-top: 3px solid var(--red); }
.stat-card_bf384.purple, .stat-card_bf384.b6a1c_stat-purple { border-top: 3px solid #7c3aed; }

/* --- Process / Timeline --- */
.zo4x-process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0;
    margin: 24px 0;
    position: relative;
}
.process-step {
    position: relative;
    padding: 24px 16px;
    text-align: center;
}
.process-step::after {
    content: '';
    position: absolute;
    top: 38px;
    right: 0;
    width: 50%;
    height: 2px;
    background: var(--border);
}
.process-step:last-child::after { display: none; }
.process-step::before {
    content: '';
    position: absolute;
    top: 38px;
    left: 0;
    width: 50%;
    height: 2px;
    background: var(--border);
}
.process-step:first-child::before { display: none; }
.step-number {
    width: 40px;
    height: 40px;
    background: var(--accent-gradient);
    color: #fff;
    font-weight: 800;
    font-size: 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    position: relative;
    z-index: 2;
}
.step-title {
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 6px;
    color: var(--text);
}
.step-desc {
    font-size: 0.82rem;
    color: var(--text-secondary);
    line-height: 1.4;
}

/* --- Comparison Cards --- */
.boxZone-compare-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
    margin: 24px 0;
}
.compare-card {
    background: var(--bg-alt);
    border-radius: var(--radius-md);
    padding: 24px;
    border: 1px solid var(--border);
    position: relative;
    overflow: hidden;
}
.compare-card.recommended {
    border-color: var(--accent);
    box-shadow: 0 0 0 1px var(--accent);
}
.compare-card.recommended::before {
    content: 'Recommandé';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: var(--accent-gradient);
    color: #fff;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.compare-card.recommended { padding-top: 40px; }
.compare-card-title {
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: 4px;
    color: var(--text);
}
.compare-card-subtitle {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 16px;
}
.compare-card-features {
    list-style: none;
    padding: 0;
    margin: 0;
}
.compare-card-features li {
    padding: 8px 0;
    border-top: 1px solid var(--border);
    font-size: 0.88rem;
    display: flex;
    align-items: center;
    gap: 8px;
}
.compare-card-features li::before {
    content: '';
    width: 18px;
    height: 18px;
    background: var(--green-light);
    border-radius: 50%;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2310b981' stroke-width='3'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
}
.compare-card-features li.con::before {
    background-color: #fee2e2;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ef4444' stroke-width='3'%3E%3Cpath d='M18 6L6 18M6 6l12 12'/%3E%3C/svg%3E");
}

/* --- Score Gauge --- */
.score-gauge {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    background: var(--bg-alt);
    border-radius: var(--radius-md);
    margin: 12px 0;
}
.score-gauge-bar {
    flex: 1;
    height: 10px;
    background: #e5e7eb;
    border-radius: 5px;
    overflow: hidden;
}
.score-gauge-fill {
    height: 100%;
    border-radius: 5px;
    transition: width 0.8s ease;
}
.score-gauge-fill.excellent { background: var(--green); }
.score-gauge-fill.good { background: #22c55e; }
.score-gauge-fill.average { background: var(--gold); }
.score-gauge-fill.poor { background: var(--red); }
.score-gauge-label {
    font-size: 0.88rem;
    font-weight: 500;
    min-width: 120px;
}
.score-gauge-value {
    font-size: 0.95rem;
    font-weight: 800;
    min-width: 50px;
    text-align: right;
}
.score-gauge-value.excellent { color: var(--green); }
.score-gauge-value.good { color: #22c55e; }
.score-gauge-value.average { color: var(--gold); }
.score-gauge-value.poor { color: var(--red); }

/* --- Info Row / Key-Value --- */
.siteArea_info-row-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
    margin: 24px 0;
}
.info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: var(--bg-alt);
    border-radius: var(--radius-sm);
    border-left: 3px solid var(--accent);
}
.info-row-label {
    font-size: 0.85rem;
    color: var(--text-secondary);
}
.info-row-value {
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--text);
}

/* --- Badge Group --- */
.badge-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0;
}
.badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.82rem;
    font-weight: 600;
}
.badge.blue { background: var(--accent-light); color: var(--accent); }
.badge.green { background: var(--green-light); color: var(--green); }
.badge.gold { background: var(--gold-light); color: #b45309; }
.badge.red { background: #fee2e2; color: var(--red); }
.badge.purple { background: #ede9fe; color: #7c3aed; }
.badge.gray { background: #f1f5f9; color: #64748b; }

/* ===========================
   LLM GENERIC CLASS FALLBACKS
   (LLM sometimes uses .card/.step/.bar-item instead of full class names)
   =========================== */

/* stat-grid > .card fallback */
.r3ha_stat-grid > .card {
    background: var(--bg-alt);
    border-radius: var(--radius-md);
    padding: 20px 16px;
    text-align: center;
    border: 1px solid var(--border);
    transition: transform 0.2s, box-shadow 0.2s;
}
.r3ha_stat-grid > .card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.r3ha_stat-grid > .card h4 { font-size: 0.85rem; color: var(--text-secondary); margin-bottom: 8px; }
.r3ha_stat-grid > .card p { font-size: 1.6rem; font-weight: 800; color: var(--accent); line-height: 1.2; margin: 0; }
.r3ha_stat-grid > .card span { font-size: 0.75rem; color: var(--text-secondary); }

/* stat-number / stat-label inside generic .card */
.r3ha_stat-grid > .card .site48-stat-number { font-size: 1.6rem; font-weight: 800; color: var(--accent); line-height: 1.2; }
.r3ha_stat-grid > .card .stat-label_site48 { font-size: 0.8rem; color: var(--text-secondary); margin-top: 4px; }

/* process-steps > .step fallback */
.zo4x-process-steps > .step { position: relative; padding: 24px 16px; text-align: center; }
.zo4x-process-steps > .step h3 { font-size: 1rem; margin-bottom: 8px; }
.zo4x-process-steps > .step p { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.6; }

/* chart-bar generic .bar-item / .bar fallback */
.c6rd_chart-bar .bar-item { margin-bottom: 14px; }
.c6rd_chart-bar .bar-item > span:first-child { display: block; font-size: 0.9rem; font-weight: 500; margin-bottom: 6px; }
.c6rd_chart-bar .bar-item > span:last-child { display: block; font-weight: 700; font-size: 0.88rem; color: var(--accent); margin-top: 4px; }
.c6rd_chart-bar .bar { height: 12px; background: var(--accent-gradient); border-radius: 6px; transition: width 0.8s ease; }

/* info-row-grid > .info-item fallback */
.siteArea_info-row-grid > .info-item {
    display: flex;
    flex-direction: column;
    padding: 16px;
    background: var(--bg-alt);
    border-radius: var(--radius-sm);
    border-left: 3px solid var(--accent);
}
.siteArea_info-row-grid > .info-item h3 { font-size: 0.95rem; font-weight: 600; margin-bottom: 8px; color: var(--text); }
.siteArea_info-row-grid > .info-item p { font-size: 0.88rem; color: var(--text-secondary); line-height: 1.6; margin: 0; }

/* highlight-box generic .info / .warning modifier */
.f09f_highlight-box.info { background: #eff6ff; border-left: 4px solid var(--accent); }
.f09f_highlight-box.info strong, .f09f_highlight-box.info h4 { color: var(--accent); }
.f09f_highlight-box.warning { background: #fffbeb; border-left: 4px solid var(--gold); }
.f09f_highlight-box.warning strong, .f09f_highlight-box.warning h4 { color: #b45309; }
.f09f_highlight-box.success { background: #f0fdf4; border-left: 4px solid var(--green); }
.f09f_highlight-box.success strong, .f09f_highlight-box.success h4 { color: var(--green); }

/* accordion-title (used inside accordion-header) */
.accordion-title-ilgr { flex: 1; font-size: inherit; font-weight: inherit; color: inherit; }

/* mini-stars (used in testimonials) */
.mini-stars-sus { color: var(--gold); letter-spacing: 1px; }

/* ===========================
   RESPONSIVE
   =========================== */
@media (max-width: 1024px) {
    .dxm_layout-with-sidebar {
        grid-template-columns: 1fr;
    }
    .sidebar_rj9z {
        display: none;
    }
}

@media (max-width: 900px) {
    .cd9Casino-card {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 16px;
        padding: 24px 20px;
    }
    .fhzn-casino-card-rank { order: -1; }
    .rank-badgeceecb { margin: 0 auto; }
    .pageArea_casino-logo-placeholder { margin: 0 auto; }
    .casino-card-headere6c { justify-content: center; }
    .casino-bonus-text_bev { margin: 0 auto; }
    .rpdaqcasino-pros { justify-content: center; }
    .o1ad_casino-meta { justify-content: center; }
    .iwecasino-payments { justify-content: center; }
    .casino-card-cta-tgva { width: 100%; }
    .jy0ybtn-play { max-width: 280px; margin: 0 auto; }

    .yru_footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
    .core60Hero-section h1 { font-size: 1.75rem; }
    .til-topic-header h1 { font-size: 1.5rem; }
}

@media (max-width: 768px) {
    .logo-img-mainIve { width: 52px; height: 52px; }
    .yq3mMain-nav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255,255,255,0.98);
        backdrop-filter: blur(20px);
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
        z-index: 999;
        padding: 60px 24px 24px;
        overflow-y: auto;
    }
    .yq3mMain-nav.show { display: flex; }
    .yq3mMain-nav .web89-nav-link {
        font-size: 1.1rem;
        padding: 10px 20px;
    }
    /* Show sidebar links in mobile menu */
    .yq3mMain-nav .layerRowmobile-sidebar-links {
        display: flex;
        flex-direction: column;
        gap: 2px;
        width: 100%;
        max-width: 320px;
        border-top: 1px solid var(--border);
        margin-top: 8px;
        padding-top: 12px;
    }
    .yq3mMain-nav .mobile-sidebar-linksn9k {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 8px 16px;
        border-radius: var(--radius-sm);
        font-size: 0.9rem;
        color: var(--text-secondary);
        transition: all 0.2s;
    }
    .yq3mMain-nav .mobile-sidebar-linksn9k:hover,
    .yq3mMain-nav .mobile-sidebar-linksn9k.active {
        color: var(--accent);
        background: var(--accent-light);
    }
    .yq3mMain-nav .mobile-sidebar-linksn9k .dmw_sidebar-icon {
        width: 16px;
        height: 16px;
    }
    .f609a-header-cta { display: none; }
    .wrap46burger { display: flex; }

    .core60Hero-section { padding: 40px 16px 32px; }
    .core60Hero-section h1 { font-size: 1.5rem; }
    .sdqhero-intro { font-size: 1rem; }

    .dxm_layout-with-sidebar { padding: 0 16px; }
    .iruq-review-main { padding: 0 16px; }
    .iruq-review-main > section,
    .iruq-review-main > .seo-content-sections {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .criteria-grid { grid-template-columns: 1fr; }
    .responsible-tips { grid-template-columns: 1fr; }
    .reviews-grid, .b059b-testimonials-grid { grid-template-columns: 1fr; }

    .app54Mini-casino-card { flex-wrap: wrap; }
    .domBar-mini-casino-rating { order: 3; width: 100%; justify-content: flex-start; padding-left: 40px; margin-top: -4px; }

    .yru_footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .h5pv_footer-bottom { flex-direction: column; gap: 12px; text-align: center; }

    .promo-bar-innervgykz { flex-direction: column; gap: 10px; }
    .z0tpPromo-bar-text { font-size: 0.85rem; text-align: center; }
    .enri_promo-bar-close { top: 8px; right: 8px; transform: none; }

    /* Charts responsive */
    .chart-donut-wrap { flex-direction: column; text-align: center; gap: 20px; }
    .chart-donutwebItem { margin: 0 auto; width: 140px; height: 140px; min-width: 140px; }
    .chart-donut-center { width: 76px; height: 76px; }
    .chart-donut-center .donut-value { font-size: 1.25rem; }
    .chart-donut-legend { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 8px; }
    .zo4x-process-steps { grid-template-columns: 1fr 1fr; gap: 8px; }
    .process-step::after, .process-step::before { display: none; }
    .boxZone-compare-grid { grid-template-columns: 1fr; }
    .r3ha_stat-grid { grid-template-columns: repeat(2, 1fr); }
    .siteArea_info-row-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .zo4x-process-steps { grid-template-columns: 1fr; }
    .r3ha_stat-grid { grid-template-columns: repeat(2, 1fr); }
    h2 { font-size: 1.4rem; }
    .comparison-table-gidrm { font-size: 0.8rem; }
    .comparison-table-gidrm th, .comparison-table-gidrm td { padding: 10px 8px; }
    .til-topic-header h1 { font-size: 1.3rem; }
}

/* === BASE CASINO CARD STYLES (added for compatibility) === */
/* ===========================
   CASINO CARDS
   =========================== */
.casino-list-section h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 8px;
}
.casino-list-section > .section-subtitle {
    text-align: center;
    margin: 0 auto 32px;
}
.casino-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.casino-card {
    display: grid;
    grid-template-columns: 56px 160px 1fr 180px;
    gap: 20px;
    align-items: center;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 24px;
    transition: box-shadow 0.25s, transform 0.25s;
    position: relative;
}
.casino-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-2px);
}
.casino-card:first-child {
    border: 2px solid var(--accent);
    background: linear-gradient(135deg, #fafbff 0%, #f0f4ff 100%);
}

/* Rank Badge */
.casino-card-rank { display: flex; justify-content: center; }
.rank-badge {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1rem;
    color: #fff;
    background: var(--accent-gradient);
    box-shadow: 0 2px 8px rgba(37,99,235,0.3);
}
.casino-card:first-child .rank-badge {
    background: linear-gradient(135deg, #f59e0b, #f97316);
    box-shadow: 0 2px 8px rgba(245,158,11,0.4);
    width: 46px;
    height: 46px;
    font-size: 1.1rem;
}

/* Casino Logo */
.casino-card-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.casino-logo-placeholder {
    width: 140px;
    height: 64px;
    background: linear-gradient(135deg, #1a1a2e, #2d2d50);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 0.8rem;
    text-align: center;
    padding: 8px;
    line-height: 1.2;
}

/* Casino Info */
.casino-card-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.casino-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.casino-name {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0;
}
.casino-rating {
    display: flex;
    align-items: center;
    gap: 6px;
}
.stars { display: flex; gap: 2px; }
.star { width: 16px; height: 16px; color: var(--gold); }
.star-empty { color: #ddd; }
.rating-number {
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--text);
}
.casino-bonus-text {
    font-size: 1rem;
    font-weight: 600;
    color: var(--green);
    background: var(--green-light);
    padding: 6px 12px;
    border-radius: var(--radius-sm);
    display: inline-block;
    width: fit-content;
}
.casino-pros {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 16px;
}
.casino-pros li {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.875rem;
    color: var(--text-secondary);
}
.check-icon {
    width: 16px;
    height: 16px;
    color: var(--green);
    flex-shrink: 0;
}
.casino-meta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.meta-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.meta-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-secondary);
    font-weight: 500;
}
.meta-value {
    font-weight: 600;
    font-size: 0.875rem;
}
.casino-payments {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}
.payment-icon {
    width: 40px;
    height: 26px;
    border-radius: 4px;
}

/* CTA Column */
.casino-card-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.btn-play {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    background: var(--accent-gradient);
    color: #fff;
    font-weight: 800;
    font-size: 0.9rem;
    border-radius: var(--radius-md);
    letter-spacing: 0.5px;
    transition: transform 0.2s, box-shadow 0.2s;
    text-align: center;
    width: 100%;
    white-space: nowrap;
}
.btn-play:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37,99,235,0.4);
    color: #fff;
}
.cta-terms {
    font-size: 0.7rem;
    color: var(--text-secondary);
    text-align: center;
}

.casino-logo-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 12px;
}
.casino-logo-img { margin: 0 auto; }

@media (max-width: 900px) {
    .casino-card {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 16px;
        padding: 24px 20px;
    }
    .casino-card-rank { order: -1; }
    .rank-badge { margin: 0 auto; }
    .casino-logo-placeholder { margin: 0 auto; }
    .casino-logo-img { margin: 0 auto; }
    .casino-card-header { justify-content: center; }
    .casino-bonus-text { margin: 0 auto; }
    .casino-pros { justify-content: center; }
    .casino-meta { justify-content: center; }
    .casino-payments { justify-content: center; }
    .casino-card-cta { width: 100%; }
    .btn-play { max-width: 280px; margin: 0 auto; }
}


/* === FIX: Missing highlight-icon/content, step-content, accordion-icon rules === */

/* Highlight box with icon: flex layout */
[class*="highlight-box"]:has([class*="highlight-icon"]),
[class*="highlight-box"]:has([class*="Highlight-icon"]) {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

/* Highlight icon */
[class*="highlight-box"] [class*="highlight-icon"],
[class*="highlight-box"] [class*="Highlight-icon"] {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    color: var(--accent);
}
[class*="highlight-box"] [class*="highlight-icon"] svg,
[class*="highlight-box"] [class*="Highlight-icon"] svg {
    width: 32px;
    height: 32px;
}
[class*="highlight-warning"] [class*="highlight-icon"],
[class*="highlight-warning"] [class*="Highlight-icon"] { color: #b45309; }
[class*="highlight-success"] [class*="highlight-icon"],
[class*="highlight-success"] [class*="Highlight-icon"] { color: #059669; }

/* Highlight content */
[class*="highlight-content"],
[class*="Highlight-content"] {
    flex: 1;
}
[class*="highlight-content"] p,
[class*="Highlight-content"] p {
    margin: 4px 0 0;
    font-size: 0.93rem;
    color: var(--text-secondary);
}

/* Process steps vertical layout when using step-content */
[class*="process-steps"]:has(.step-content) {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.process-step:has(.step-content) {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    text-align: left;
    padding: 16px 0;
    border-bottom: 1px solid var(--border);
}
.process-step:has(.step-content):last-child {
    border-bottom: none;
}
.process-step:has(.step-content)::before,
.process-step:has(.step-content)::after {
    display: none;
}
.process-step:has(.step-content) .step-number {
    margin: 0;
    flex-shrink: 0;
}
.step-content {
    flex: 1;
}
.step-content h4 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 4px;
    color: var(--text);
}
.step-content p {
    font-size: 0.9rem;
    margin: 0;
    color: var(--text-secondary);
}

/* Accordion icon (chevron rotation) */
[class*="accordion-icon"] {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    color: var(--text-secondary);
}
[class*="accordion-icon"] svg {
    width: 20px;
    height: 20px;
}
[class*="accordion-item"].open [class*="accordion-icon"] {
    transform: rotate(180deg);
    color: var(--accent);
}

/* Mobile responsive */
@media (max-width: 768px) {
    [class*="highlight-box"]:has([class*="highlight-icon"]),
    [class*="highlight-box"]:has([class*="Highlight-icon"]) {
        flex-direction: column;
        gap: 12px;
    }
}


/* === FIX: Per-page FAQ uses .accordion-content instead of .accordion-body === */
.accordion-content,
[class*="accordion-content"] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 20px;
}
[class*="accordion-item"].open .accordion-content,
[class*="accordion-item"].open [class*="accordion-content"] {
    max-height: 500px;
    padding: 0 20px 18px;
}
.accordion-content p,
[class*="accordion-content"] p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.7;
}


/* === FIX: Gap between FAQ accordion items === */
[class*="accordion-item"] + [class*="accordion-item"] {
    margin-top: 8px;
}
