:root {
    --navy-950: #061f3b;
    --navy-900: #082b50;
    --navy-800: #0a3b69;
    --blue-700: #0867ad;
    --blue-600: #0875c1;
    --blue-100: #dceffc;
    --blue-50: #f0f8fe;
    --green-700: #087d3e;
    --green-600: #0a984b;
    --amber: #f5aa13;
    --ink: #142235;
    --muted: #52677e;
    --line: #d8e5ef;
    --surface: #ffffff;
    --page: #f4f8fb;
    --shadow: 0 8px 28px rgba(7, 42, 76, .08);
    --radius: 9px;
    --wrap: 1450px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--page);
    font: 16px/1.5 Arial, Helvetica, sans-serif;
}
a { color: var(--blue-700); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--navy-950); }
button, input { font: inherit; }
.wrap { width: min(calc(100% - 48px), var(--wrap)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 14px; color: #fff; background: var(--green-700); }
.skip-link:focus { top: 16px; }

h1, h2, h3, .brand span { font-family: Georgia, 'Times New Roman', serif; }
h1, h2, h3, p { margin-top: 0; }
h2 { margin-bottom: 7px; color: var(--navy-900); font-size: clamp(1.5rem, 2.2vw, 2.25rem); line-height: 1.12; }
.eyebrow { margin-bottom: 8px; color: #a7d7f8; font-size: .76rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow.dark { color: var(--blue-700); }

.site-header { color: #fff; background: linear-gradient(100deg, var(--navy-950), #064c84); box-shadow: 0 2px 10px rgba(0,0,0,.2); }
.topbar { display: grid; grid-template-columns: 410px minmax(300px, 1fr) auto 58px; gap: 24px; align-items: center; min-height: 106px; }
.brand { display: inline-flex; flex-direction: column; color: #fff; text-decoration: none; }
.brand img { display: block; width: min(100%, 360px); height: auto; }
.brand small { margin-top: 7px; font-size: .69rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.search { display: flex; overflow: hidden; border: 1px solid rgba(255,255,255,.42); border-radius: 5px; background: #fff; }
.search input { width: 100%; min-height: 44px; border: 0; padding: 0 14px; color: var(--ink); outline: 0; }
.search:focus-within { box-shadow: 0 0 0 3px rgba(134,202,246,.38); }
.search button { width: 50px; border: 0; color: var(--navy-900); background: #fff; font-size: 1.7rem; cursor: pointer; }
.utility-nav { display: flex; gap: 16px; white-space: nowrap; }
.utility-nav a { color: #fff; font-size: .86rem; text-decoration: none; }
.utility-nav a + a { padding-left: 16px; border-left: 1px solid rgba(255,255,255,.4); }
.age-mark { display: inline-grid; width: 48px; height: 48px; place-items: center; border: 2px solid #fff; border-radius: 50%; color: #fff; font-weight: 800; }
.menu-toggle { display: none; border: 1px solid rgba(255,255,255,.5); border-radius: 5px; padding: 8px 12px; color: #fff; background: transparent; }
.main-nav { border-top: 1px solid rgba(255,255,255,.18); background: rgba(2,24,47,.36); }
.main-nav .wrap { display: flex; justify-content: space-between; align-items: center; min-height: 54px; }
.main-nav a { padding: 17px 10px; color: #fff; font-size: .9rem; font-weight: 700; text-decoration: none; }
.main-nav a:hover { background: rgba(255,255,255,.1); }

.hero { position: relative; overflow: hidden; color: #fff; background: var(--navy-950) url('../images/casino-bg.jpg') center/cover no-repeat; }
.hero::before { position: absolute; inset: 0; content: ''; background: linear-gradient(90deg, rgba(5,31,58,.98) 0%, rgba(5,43,80,.88) 48%, rgba(5,43,80,.32) 100%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1fr 390px; gap: 70px; align-items: center; min-height: 320px; padding-block: 34px; }
.hero-copy { max-width: 900px; }
.hero h1 { margin-bottom: 14px; font-size: clamp(3rem, 5vw, 5.15rem); line-height: .91; letter-spacing: -.045em; }
.lead { max-width: 780px; margin-bottom: 24px; font-size: 1.25rem; line-height: 1.4; }
.hero-stats { display: grid; grid-template-columns: repeat(4, auto); gap: 28px; max-width: 850px; }
.hero-stats div { display: flex; flex-direction: column; padding-left: 14px; border-left: 3px solid #73c0ef; }
.hero-stats strong { font-size: 1.15rem; }
.hero-stats span { color: #d9ecf8; font-size: .78rem; }
.hero-card { padding: 24px; border: 1px solid rgba(137,200,240,.65); border-radius: var(--radius); background: rgba(5,31,58,.78); box-shadow: 0 18px 38px rgba(0,0,0,.2); }
.hero-card ul { display: grid; gap: 12px; margin: 0 0 20px; padding: 0; list-style: none; }
.hero-card li::before { display: inline-grid; width: 21px; height: 21px; margin-right: 10px; place-items: center; border-radius: 50%; content: '✓'; color: #fff; background: var(--green-600); font-size: .78rem; font-weight: 800; }
.hero-card a { display: block; border-radius: 5px; padding: 14px 18px; color: #fff; background: linear-gradient(#12a553, #07833f); font-weight: 800; text-align: center; text-decoration: none; }

.paid-preview { margin-top: 14px; border: 1px solid #cbddea; border-radius: var(--radius); padding: 14px 16px 11px; background: #fff; box-shadow: 0 5px 18px rgba(7,42,76,.05); }
.paid-preview-heading { display: flex; justify-content: space-between; gap: 16px; align-items: center; margin-bottom: 10px; }
.paid-preview-heading > div { display: flex; gap: 10px; align-items: center; }
.paid-preview-heading h2 { margin: 0; font-family: Arial, Helvetica, sans-serif; font-size: .92rem; }
.paid-disclosure { border-radius: 999px; padding: 4px 8px; color: #5d6f81; background: #edf3f7; font-size: .62rem; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; }
.paid-logo-link { display: block; width: 48px; height: 48px; overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
.paid-logo-link img { width: 100%; height: 100%; object-fit: contain; }
.paid-compact-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; }
.paid-compact-card { display: grid; grid-template-columns: 48px minmax(0,1fr) auto; gap: 11px; align-items: center; border: 1px solid var(--line); border-radius: 7px; padding: 10px 12px; background: #f8fbfd; }
.paid-compact-card strong,.paid-compact-card small { display: block; }
.paid-compact-card strong { color: var(--navy-900); font-size: .9rem; }
.paid-compact-card strong a { color: inherit; text-decoration: none; }
.paid-compact-card strong a:hover { color: var(--blue-700); text-decoration: underline; }
.paid-compact-card small { color: var(--muted); font-size: .74rem; line-height: 1.3; }
.paid-cta { border-radius: 4px; padding: 8px 10px; color: #fff; background: var(--green-700); font-size: .72rem; font-weight: 800; white-space: nowrap; }
.paid-cta:hover { color: #fff; background: var(--green-600); }
.paid-preview-note { margin: 8px 0 0; color: #6a7d8e; font-size: .62rem; text-align: right; }

.topic-nav { display: grid; grid-template-columns: repeat(7, 1fr); gap: 7px; padding-block: 13px; }
.topic-nav a { display: grid; min-height: 50px; place-items: center; border: 1px solid #e0edf6; border-radius: 5px; padding: 8px; color: var(--navy-900); background: #eaf4fb; font-size: .8rem; font-weight: 800; text-align: center; text-decoration: none; }
.topic-nav a.active, .topic-nav a:hover { color: #fff; background: linear-gradient(90deg, var(--navy-900), var(--blue-700)); }

.section-card { border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.comparison-section { padding: 22px; }
.section-heading { display: flex; justify-content: space-between; gap: 24px; align-items: end; }
.section-heading p { margin-bottom: 0; color: var(--muted); }
.section-heading > a { flex: none; margin-bottom: 9px; font-weight: 700; }
.table-tabs { display: flex; gap: 8px; margin-top: 18px; border-bottom: 1px solid var(--line); }
.table-tabs button { border: 0; border-bottom: 3px solid transparent; padding: 11px 18px; color: var(--muted); background: transparent; font-weight: 800; cursor: pointer; }
.table-tabs button[aria-selected="true"] { border-color: var(--blue-600); color: var(--navy-900); }
.table-scroll { overflow-x: auto; }
table { width: 100%; border-collapse: separate; border-spacing: 0; margin-top: 12px; font-size: .83rem; }
th { padding: 11px 10px; color: var(--navy-900); background: #eaf4fb; font-size: .72rem; text-align: left; }
th:first-child { border-radius: 5px 0 0 0; }
th:last-child { border-radius: 0 5px 0 0; }
td { border-bottom: 1px solid var(--line); padding: 10px; vertical-align: middle; }
.rank { width: 42px; color: var(--navy-900); font-weight: 800; text-align: center; }
.casino-cell { min-width: 190px; }
.casino-wrap { display: flex; gap: 12px; align-items: center; }
.casino-cell img { flex: none; object-fit: contain; border: 1px solid #dfe7ee; border-radius: 8px; background: #081625; }
.casino-cell strong, .casino-cell span, .score strong, .score span, .bonus strong, .bonus span, .wager strong, .wager span { display: block; }
.casino-logo-link { display: block; flex: 0 0 auto; border-radius: 9px; }
.casino-logo-link:focus-visible { outline: 3px solid rgba(14,87,148,.28); outline-offset: 3px; }
.casino-name-link { color: var(--navy-900); text-decoration: none; }
.casino-name-link:hover, .casino-name-link:focus-visible { color: var(--blue-700); text-decoration: underline; text-underline-offset: 3px; }
.casino-cell strong { color: var(--navy-900); }
.casino-cell span, .bonus span, .wager span { color: var(--muted); font-size: .7rem; }
.score { min-width: 100px; }
.score strong { color: var(--navy-900); font-size: 1.03rem; }
.score span { color: var(--amber); letter-spacing: .02em; }
.bonus { min-width: 170px; }
.actions { width: 155px; text-align: center; }
.review-link { display: block; margin-bottom: 7px; font-size: .75rem; }
.visit-button { display: block; border-radius: 4px; padding: 8px 10px; color: #fff; background: var(--green-600); font-weight: 800; text-decoration: none; white-space: nowrap; }
.visit-button:hover { color: #fff; background: var(--green-700); }
.table-panel:not(.expanded) .casino-row:nth-child(n+6) { display: none; }
.table-panel.popular-panel:not(.expanded) .casino-row:nth-child(n+6) { display: table-row; }
.table-panel.popular-panel:not(.expanded) .casino-row:nth-child(n+9) { display: none; }
.show-more { display: block; margin: 15px auto 2px; border: 1px solid #b8d4e8; border-radius: 5px; padding: 9px 15px; color: var(--navy-900); background: #fff; font-weight: 800; cursor: pointer; }
.affiliate-note { margin: 15px 0 0; color: var(--muted); font-size: .72rem; }

.latest-section { padding-block: 32px 24px; }
.latest-heading { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 16px; }
.latest-heading h2 { margin-bottom: 0; }
.latest-heading > a { flex: none; margin-bottom: 6px; font-weight: 800; }
.latest-grid { display: grid; grid-template-columns: minmax(290px, .8fr) minmax(0, 1.7fr); gap: 16px; }
.latest-review-card { display: flex; min-width: 0; flex-direction: column; border-radius: var(--radius); padding: 25px; color: #fff; background: linear-gradient(135deg, var(--navy-950), #07558f); box-shadow: var(--shadow); }
.latest-label { margin: 0 0 14px; color: #a8d9f7; font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.latest-review-main { display: grid; grid-template-columns: 82px minmax(0, 1fr); gap: 15px; align-items: center; }
.latest-review-main img { width: 82px; height: 82px; object-fit: contain; border: 1px solid rgba(255,255,255,.24); border-radius: 12px; background: #081625; }
.latest-review-main h3 { margin: 0 0 4px; color: #fff; font-size: 1.55rem; overflow-wrap: anywhere; }
.latest-score { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; margin: 0; }
.latest-score strong { font-size: 1.05rem; }
.latest-score span { color: var(--amber); font-size: .72rem; letter-spacing: .03em; }
.latest-review-card > p:not(.latest-label):not(.latest-bonus) { color: #dceefa; font-size: .87rem; }
.latest-bonus { margin-top: auto; border: 1px solid rgba(255,255,255,.2); border-radius: 6px; padding: 11px 13px; color: #fff; background: rgba(3,29,55,.42); font-size: .82rem; font-weight: 800; }
.latest-card-footer { display: flex; justify-content: space-between; gap: 14px; align-items: center; margin-top: 12px; font-size: .75rem; }
.latest-card-footer time { color: #bcd8ea; }
.latest-card-footer a { color: #fff; font-weight: 900; }
.latest-articles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.latest-article-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 5px 18px rgba(7,42,76,.06); }
.article-visual { display: grid; height: 126px; overflow: hidden; place-items: center; color: #fff; background: linear-gradient(135deg, var(--navy-900), var(--blue-600)); text-decoration: none; }
.article-visual img { width: 100%; height: 100%; object-fit: cover; }
.article-visual span { font-family: Georgia, 'Times New Roman', serif; font-size: 3.25rem; font-weight: 700; }
.latest-article-copy { display: flex; min-height: 240px; flex: 1; flex-direction: column; padding: 17px; }
.latest-article-card .article-meta-line { margin: 0 0 8px; color: var(--blue-700); font-size: .68rem; font-weight: 800; }
.latest-article-card .article-meta-line time::before { margin: 0 6px; color: #9cb1c4; content: '•'; }
.latest-article-card h3 { margin: 0 0 9px; font-size: 1.12rem; line-height: 1.18; }
.latest-article-card h3 a { color: var(--navy-900); text-decoration: none; }
.latest-article-copy > p { margin: 0 0 14px; color: var(--muted); font-size: .8rem; }
.latest-article-copy > .article-read-more { margin-top: auto; font-size: .78rem; font-weight: 900; }

.category-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; padding-block: 18px; }
.category-grid a { display: flex; min-height: 145px; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: var(--radius); padding: 16px 10px; color: var(--navy-900); background: #fff; box-shadow: 0 5px 18px rgba(7,42,76,.05); text-align: center; text-decoration: none; }
.category-grid a:hover { transform: translateY(-2px); border-color: #9bc7e5; box-shadow: var(--shadow); }
.category-icon { display: grid; width: 48px; height: 48px; margin-bottom: 7px; place-items: center; border-radius: 50%; color: #fff; background: var(--navy-800); font-family: Georgia, serif; font-size: 1.8rem; }
.category-grid strong { font-size: .92rem; }
.category-grid small { margin-top: 7px; color: var(--blue-700); }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature { position: relative; min-height: 195px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; background: linear-gradient(120deg, #fff 0%, #fff 58%, #dceffc 100%); box-shadow: var(--shadow); }
.feature::after { position: absolute; right: -34px; bottom: -52px; width: 170px; height: 170px; border: 26px solid rgba(9,80,138,.09); border-radius: 50%; content: ''; }
.feature h2, .feature p, .feature a { position: relative; z-index: 1; max-width: 78%; }
.feature p { color: var(--muted); }
.feature a { font-weight: 800; }
.feature-dark, .feature-blue { color: #fff; border-color: transparent; background: linear-gradient(120deg, var(--navy-950), #07558f); }
.feature-dark h2, .feature-blue h2, .feature-dark p, .feature-blue p, .feature-dark a, .feature-blue a { color: #fff; }
.tag { position: absolute; top: 18px; right: 18px; border-radius: 5px; padding: 6px 10px; color: #fff; background: #ef5b2a; font-size: .72rem; font-weight: 900; }

.trust-section { display: grid; grid-template-columns: 1fr 380px; gap: 34px; margin-block: 18px; padding: 24px; }
.trust-section p { color: var(--muted); }
.trust-section > div > a { font-weight: 800; }
.trust-section aside { border-radius: 7px; padding: 20px; background: var(--blue-50); }
.trust-section h3 { margin-bottom: 10px; color: var(--navy-900); font-size: 1.35rem; }
.trust-section ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.trust-section li::before { margin-right: 9px; content: '✓'; color: var(--green-600); font-weight: 900; }

.editorial-section { margin-bottom: 18px; padding: 30px; }
.editorial-section > header { max-width: 980px; margin-bottom: 24px; }
.editorial-intro { margin-bottom: 0; color: var(--muted); font-size: 1.03rem; }
.editorial-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px; }
.editorial-columns h3 { margin: 24px 0 8px; color: var(--navy-900); font-size: 1.3rem; }
.editorial-columns h3:first-child { margin-top: 0; }
.editorial-columns p { color: #344b63; }
.editorial-columns a { font-weight: 700; }

.content-grid { display: grid; grid-template-columns: 1fr 1fr 1.05fr; gap: 16px; margin-bottom: 24px; }
.content-grid article { padding: 22px; }
.content-grid h2 { font-size: 1.42rem; }
.link-list { margin: 0; padding: 0; list-style: none; }
.link-list li { border-top: 1px solid var(--line); }
.link-list a { display: block; padding: 9px 3px; color: var(--navy-900); text-decoration: none; }
.link-list a::before { margin-right: 9px; content: '›'; color: var(--blue-600); font-weight: 900; }
.game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.game-grid a { display: grid; min-height: 54px; place-items: center; border-radius: 5px; padding: 9px; color: #fff; background: linear-gradient(135deg, var(--navy-800), var(--blue-600)); font-size: .82rem; font-weight: 800; text-align: center; text-decoration: none; }
details { border-top: 1px solid var(--line); }
summary { padding: 10px 2px; color: var(--navy-900); font-weight: 700; cursor: pointer; }
details p { margin: 0 0 12px; color: var(--muted); font-size: .86rem; }

.breadcrumb { display: flex; gap: 9px; align-items: center; padding-block: 14px; color: var(--muted); font-size: .78rem; }
.breadcrumb a { color: var(--blue-700); text-decoration: none; }
.subpage-hero { color: #fff; background: linear-gradient(110deg, var(--navy-950), #07558f); }
.subpage-hero-inner { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 60px; align-items: center; padding-block: 48px; }
.subpage-hero h1 { max-width: 900px; margin-bottom: 14px; font-size: clamp(2.7rem, 5vw, 4.7rem); line-height: .98; letter-spacing: -.035em; }
.subpage-hero .lead { max-width: 850px; margin-bottom: 18px; }
.hero-info-box { border: 1px solid rgba(255,255,255,.3); border-radius: var(--radius); padding: 22px; background: rgba(3,29,55,.42); box-shadow: 0 18px 38px rgba(0,0,0,.14); }
.hero-info-box strong { display: block; color: #fff; font-family: Georgia,'Times New Roman',serif; font-size: 1.3rem; }
.hero-info-box p { margin: 8px 0 14px; color: #dceefa; }
.hero-info-box a { color: #fff; font-weight: 800; }
.article-meta { display: flex; flex-wrap: wrap; gap: 9px 22px; color: #cfe7f7; font-size: .76rem; }
.article-meta span + span::before { margin-right: 22px; content: '•'; }
.hero-summary { border: 1px solid rgba(255,255,255,.3); border-radius: var(--radius); padding: 22px; background: rgba(3,29,55,.42); }
.hero-summary strong { font-family: Georgia, 'Times New Roman', serif; font-size: 1.3rem; }
.hero-summary p { margin: 8px 0 0; color: #dceefa; }
.article-shell { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 24px; align-items: start; padding-block: 24px 34px; }
.article-content { padding: clamp(22px, 4vw, 48px); }
.article-content > section { padding-top: 12px; }
.article-content h2 { margin-top: 24px; font-size: clamp(1.6rem, 2.6vw, 2.25rem); }
.article-content h3 { color: var(--navy-900); }
.article-content p { color: #344b63; }
.legacy-article-hero .subpage-hero-inner { grid-template-columns: minmax(0, 1fr) 280px; }
.legacy-article-content { overflow-wrap: anywhere; }
.legacy-article-content > :first-child { margin-top: 0; }
.legacy-article-content img { max-width: 100%; height: auto; border-radius: 14px; }
.legacy-article-content center { display: block; max-width: 100%; }
.legacy-article-content li { margin-bottom: 8px; color: #344b63; }
.legacy-article-content a { color: var(--blue-700); }
.rules-library { padding-block: 30px; }
.rules-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.rules-card { overflow: hidden; }
.rules-card-media { display: grid; min-height: 148px; place-items: center; background: linear-gradient(135deg, var(--navy-900), var(--blue-600)); }
.rules-card-media img { width: 92px; height: 92px; object-fit: contain; border-radius: 18px; background: #fff; padding: 8px; }
.rules-card-media span { color: #fff; font-size: 3rem; }
.rules-card > div { padding: 20px; }
.rules-card h3 { margin: 0 0 10px; font-size: 1.25rem; }
.rules-card h3 a { color: var(--navy-900); text-decoration: none; }
.rules-card p { color: #536a80; font-size: .94rem; }
.rules-specialist { margin-block: 0 30px; padding: clamp(22px, 4vw, 38px); }
.rules-specialist h2 { margin-top: 4px; }
.rules-link-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.rules-link-grid a { display: flex; justify-content: space-between; gap: 16px; padding: 14px 16px; border: 1px solid #d8e4ef; border-radius: 9px; color: var(--navy-900); text-decoration: none; background: #f7fbff; }
.rules-link-grid span { color: var(--blue-700); white-space: nowrap; }
.rules-overview-copy { padding-top: 0; }
.game-guide-content table { max-width: 100%; border-collapse: collapse; }
.game-guide-content td, .game-guide-content th { padding: 8px; }
.guide-top-casinos { padding-bottom: 38px; }
.guide-top-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.guide-top-card { position: relative; display: grid; grid-template-columns: 64px 1fr; gap: 14px; align-items: center; padding: 18px; }
.guide-top-card img { width: 64px; height: 64px; object-fit: contain; border-radius: 12px; }
.guide-top-card h3 { margin: 0 0 4px; font-size: 1.05rem; }
.guide-top-card h3 a { color: var(--navy-900); text-decoration: none; }
.guide-top-card .button { grid-column: 1 / -1; text-align: center; }
.guide-top-position { position: absolute; top: 8px; left: 8px; display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; color: #fff; background: var(--navy-900); font-size: .75rem; font-weight: 800; }
.key-points { border-left: 5px solid var(--blue-600); border-radius: 6px; padding: 20px 22px; background: var(--blue-50); }
.key-points h2 { margin: 0 0 8px; font-size: 1.35rem; }
.key-points ul { display: grid; gap: 6px; margin: 0; padding-left: 20px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.process-grid div { position: relative; border: 1px solid var(--line); border-radius: 7px; padding: 18px; background: #fff; }
.process-grid span { display: grid; width: 34px; height: 34px; margin-bottom: 10px; place-items: center; border-radius: 50%; color: #fff; background: var(--navy-800); font-weight: 900; }
.process-grid h3 { margin-bottom: 6px; font-size: 1.05rem; }
.process-grid p { margin: 0; font-size: .86rem; }
.guide-table-wrap { overflow-x: auto; }
.guide-table { min-width: 680px; font-size: .86rem; }
.guide-table th { font-size: .76rem; }
.article-callout { margin-block: 26px 10px; border-radius: 7px; padding: 18px 20px; color: #fff; background: var(--navy-800); }
.article-faq details p { font-size: .95rem; }
.article-sidebar { position: sticky; top: 18px; display: grid; gap: 14px; }
.toc, .sidebar-card { padding: 20px; }
.toc strong { display: block; margin-bottom: 10px; color: var(--navy-900); font-family: Georgia, 'Times New Roman', serif; font-size: 1.2rem; }
.toc a, .sidebar-card > a { display: block; border-top: 1px solid var(--line); padding: 9px 0; color: var(--navy-900); font-size: .84rem; text-decoration: none; }
.sidebar-help { border-radius: var(--radius); padding: 20px; color: #fff; background: linear-gradient(135deg, var(--navy-950), #07558f); }
.sidebar-help p { margin: 6px 0 12px; color: #dceefa; font-size: .85rem; }
.sidebar-help a { color: #fff; font-weight: 800; }

.ranking-hero { color: #fff; background: linear-gradient(112deg, var(--navy-950), #07558f); }
.ranking-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 370px; gap: 60px; align-items: center; padding-block: 48px; }
.ranking-hero h1 { max-width: 920px; margin-bottom: 14px; font-size: clamp(2.8rem, 5vw, 4.8rem); line-height: .96; letter-spacing: -.04em; }
.ranking-scorecard { border: 1px solid rgba(255,255,255,.3); border-radius: var(--radius); padding: 22px; background: rgba(3,29,55,.42); }
.ranking-scorecard strong { font-family: Georgia, 'Times New Roman', serif; font-size: 1.3rem; }
.ranking-scorecard p { color: #dceefa; }
.ranking-scorecard a { color: #fff; font-weight: 800; }
.top-picks { padding-block: 10px 18px; }
.top-picks > header { margin-bottom: 14px; }
.top-pick-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.top-pick { position: relative; display: grid; grid-template-columns: 72px 1fr; gap: 14px; align-items: center; padding: 20px; }
.top-pick-rank { position: absolute; top: 10px; right: 12px; color: #9cb1c4; font-weight: 900; }
.top-pick img { object-fit: contain; border: 1px solid var(--line); border-radius: 9px; background: #081625; }
.top-pick h3 { margin: 0 0 3px; font-size: 1.2rem; }
.top-pick p { margin: 0; color: var(--muted); font-size: .8rem; }
.top-pick-score { font-weight: 900; }
.top-pick-score span { color: var(--amber); font-size: .7rem; }
.top-pick > a { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 10px; font-size: .82rem; font-weight: 800; }
.toplist-section { margin-bottom: 18px; }
.toplist-table .casino-cell a { display: block; color: var(--blue-700); font-size: .72rem; font-weight: 700; text-decoration: none; }
.toplist-table .rank span { display: inline-grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; color: #fff; background: var(--navy-800); }
.new-casino-table .new-date strong, .new-casino-table .new-date span { display: block; }
.new-casino-table .new-date strong { color: var(--navy-900); font-size: .86rem; white-space: nowrap; }
.new-casino-table .new-date span { margin-top: 3px; color: var(--muted); font-size: .7rem; }
.new-casino-page .ranking-hero .article-meta a { color: #fff; }
.method-section { margin-bottom: 18px; padding: 28px; }
.method-section > header { max-width: 850px; }
.method-section > header p:last-child { color: var(--muted); }
.method-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 20px; }
.method-grid article { border-top: 4px solid var(--blue-600); border-radius: 5px; padding: 17px; background: var(--blue-50); }
.method-grid span { color: var(--blue-700); font-size: .72rem; font-weight: 900; }
.method-grid h3 { margin: 5px 0 8px; font-size: 1rem; }
.method-grid p { margin: 0; color: var(--muted); font-size: .8rem; }
.method-link { margin: 18px 0 0; font-weight: 800; }
.ranking-guide { margin-bottom: 18px; padding: 30px; }
.ranking-guide > header { max-width: 940px; margin-bottom: 22px; }
.ranking-guide > header > p:last-child { color: var(--muted); font-size: 1.02rem; }
.ranking-guide-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 38px; }
.ranking-guide-grid article { border-top: 1px solid var(--line); padding-block: 20px; }
.ranking-guide-grid h3 { margin: 0 0 8px; font-size: 1.25rem; }
.ranking-guide-grid p { margin: 0; color: #344b63; }
.ranking-guide-grid a { font-weight: 700; }
.ranking-content { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 18px; margin-bottom: 18px; }
.ranking-content > * { padding: 26px; }
.ranking-content p { color: #344b63; }
.ranking-content h3 { margin-top: 24px; }
.ranking-links a { display: block; border-top: 1px solid var(--line); padding: 13px 0; color: var(--navy-900); text-decoration: none; }
.ranking-links a strong, .ranking-links a span { display: block; }
.ranking-links a span { margin-top: 3px; color: var(--blue-700); font-size: .76rem; }
.ranking-faq { margin-bottom: 28px; padding: 26px; }
.ranking-faq details p { font-size: .95rem; }

.review-hero { color: #fff; background: linear-gradient(112deg, var(--navy-950), #07558f); }
.review-status-alert { display: flex; justify-content: space-between; gap: 28px; align-items: center; margin-bottom: 18px; border: 2px solid #d0921d; border-radius: var(--radius); padding: 20px 24px; color: var(--navy-950); background: #fff5d8; }
.review-status-alert h2 { margin: 2px 0 5px; color: var(--navy-950); font-size: 1.45rem; }
.review-status-alert p { margin: 0; color: #493710; }
.review-status-alert > a { flex: 0 0 auto; border-radius: 5px; padding: 11px 16px; color: #fff; background: var(--navy-900); font-weight: 800; text-decoration: none; }
.review-hero-grid { display: grid; grid-template-columns: minmax(360px, 430px) minmax(0, 1fr) 260px; gap: 32px; align-items: center; padding-block: 38px; }
.review-brand-panel { display: flex; min-width: 0; gap: 20px; align-items: center; }
.review-brand-panel img, .review-side-card img { object-fit: contain; border: 1px solid rgba(255,255,255,.24); border-radius: 14px; background: #081625; }
.review-brand-panel h1 { margin: 2px 0 5px; color: #fff; font-size: clamp(2.25rem, 3vw, 3.2rem); line-height: .98; overflow-wrap: break-word; }
.review-rating strong { margin-right: 8px; font-size: 1.35rem; }
.review-rating span, .side-stars { color: var(--amber); letter-spacing: .04em; }
.review-hero-copy .lead { margin-bottom: 14px; font-size: 1.08rem; }
.review-hero .article-meta a { color: #fff; }
.review-offer { display: grid; gap: 7px; border: 1px solid rgba(255,255,255,.3); border-radius: var(--radius); padding: 20px; background: rgba(3,29,55,.52); }
.review-offer small { color: #cfe7f7; }
.review-offer strong { font-size: 1.25rem; }
.review-offer > span { color: #dceefa; font-size: .82rem; }
.review-offer em { color: #cfe7f7; font-size: .67rem; font-style: normal; text-align: center; }
.review-offer.is-stopped { border-color: #ffd271; background: rgba(41,28,5,.58); }
.review-offer.is-stopped > span { font-size: .78rem; line-height: 1.45; }
.review-rating.is-historical strong { font-size: 1rem; }
.review-jump { display: flex; gap: 8px; overflow-x: auto; padding-block: 13px; }
.review-jump a { flex: 1 0 auto; border: 1px solid #d3e5f2; border-radius: 5px; padding: 9px 14px; color: var(--navy-900); background: #eaf4fb; font-size: .78rem; font-weight: 800; text-align: center; text-decoration: none; }
.review-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 20px; align-items: start; margin-bottom: 20px; }
.review-main { display: grid; min-width: 0; gap: 18px; }
.review-summary, .review-section, .review-verdict { padding: clamp(22px, 4vw, 36px); }
.review-summary > div:first-child { max-width: 880px; }
.review-summary p, .review-section p { color: #344b63; }
.pros-cons { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 22px; }
.pros-cons > div { border-radius: 7px; padding: 18px; }
.pros { border: 1px solid #bce5cd; background: #f0fbf4; }
.cons { border: 1px solid #f0d2c8; background: #fff6f3; }
.pros-cons h3 { margin-bottom: 8px; font-size: 1.1rem; }
.pros-cons ul { display: grid; gap: 5px; margin: 0; padding-left: 19px; font-size: .86rem; }
.review-section h2, .review-summary h2, .review-verdict h2, .review-screenshot h2 { font-size: clamp(1.65rem, 2.8vw, 2.3rem); }
.review-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; margin-top: 20px; }
.review-facts div { border-radius: 6px; padding: 14px; background: var(--blue-50); }
.review-facts span, .review-facts strong { display: block; }
.review-facts span { color: var(--muted); font-size: .7rem; }
.review-facts strong { margin-top: 3px; color: var(--navy-900); }
.terms-table-wrap { overflow-x: auto; }
.terms-table { min-width: 560px; }
.terms-table th { width: 215px; }
.experience-table th { width: auto; }
.experience-table td:last-child { color: var(--navy-900); font-weight: 800; }
.provider-box { margin: 20px 0; border: 1px solid #c7deed; border-radius: 8px; padding: 18px; background: var(--blue-50); }
.provider-box > strong { display: block; margin-bottom: 12px; color: var(--navy-900); font-family: Georgia, 'Times New Roman', serif; font-size: 1.08rem; }
.provider-list { display: flex; flex-wrap: wrap; gap: 8px; }
.provider-list span { border: 1px solid #bed6e7; border-radius: 999px; padding: 6px 10px; color: var(--navy-800); background: #fff; font-size: .75rem; font-weight: 800; }
.review-section .article-callout, .review-section .article-callout a { color: #fff; }
.review-verdict { display: grid; grid-template-columns: 1fr 180px; gap: 28px; align-items: center; color: #fff; background: linear-gradient(120deg, var(--navy-950), #07558f); }
.review-verdict h2 { color: #fff; }
.review-verdict p { color: #dceefa; }
.review-sidebar { position: sticky; top: 16px; display: grid; gap: 14px; }
.review-side-card { display: grid; justify-items: center; padding: 22px; text-align: center; }
.review-side-card > strong { margin-top: 9px; font-size: 1.25rem; }
.side-score { color: var(--navy-900); font-size: 1.2rem; font-weight: 900; }
.review-side-card p { margin: 8px 0 12px; color: var(--muted); font-size: .8rem; }
.review-side-card .visit-button { width: 100%; }
.review-side-card small { margin-top: 8px; color: var(--muted); font-size: .65rem; }
.review-side-note { border-radius: var(--radius); padding: 18px; color: #fff; background: var(--navy-800); }
.review-side-note p { margin: 6px 0 0; color: #dceefa; font-size: .78rem; }
.review-screenshot { display: grid; grid-template-columns: 1fr 450px; gap: 34px; align-items: center; margin-bottom: 28px; padding: 26px; }
.review-screenshot p { color: var(--muted); }
.review-screenshot figure { margin: 0; }
.review-screenshot img { display: block; width: 100%; height: auto; border: 1px solid var(--line); border-radius: 8px; }
.review-screenshot figcaption { margin-top: 6px; color: var(--muted); font-size: .68rem; }

.directory-hero h1 { margin-bottom: 14px; font-size: clamp(2.8rem, 5vw, 4.7rem); line-height: .98; }
.letter-nav { display: flex; flex-wrap: wrap; gap: 7px; padding-block: 16px; }
.letter-nav a { display: grid; min-width: 38px; height: 38px; place-items: center; border: 1px solid var(--line); border-radius: 6px; color: var(--navy-900); background: #fff; font-weight: 800; text-decoration: none; }
.letter-nav a:hover,.letter-nav a:focus { color: #fff; background: var(--blue-700); }
.directory-intro { display: grid; grid-template-columns: 360px 1fr; gap: 36px; align-items:center; margin-bottom: 28px; padding: 24px 28px; }
.directory-intro p:last-child { margin: 0; color: var(--muted); }
.casino-directory { padding-bottom: 42px; }
.directory-group { scroll-margin-top: 18px; margin-bottom: 34px; }
.directory-group > h2 { margin-bottom: 12px; border-bottom: 3px solid var(--blue-700); padding-bottom: 7px; }
.directory-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.directory-card { display: grid; grid-template-columns: 64px minmax(0,1fr); gap: 12px 14px; align-items:center; margin: 0; padding: 16px; }
.directory-card img { width: 64px; height: 64px; object-fit: contain; border-radius: 10px; background: var(--navy-950); }
.directory-card h3 { overflow-wrap:anywhere; margin: 0 0 3px; color: var(--navy-900); font-size: 1rem; }
.directory-card p { margin: 0; font-size: .82rem; }
.directory-card p span { color: var(--amber); letter-spacing: -.08em; }
.directory-card > a { grid-column: 1/-1; border-top: 1px solid var(--line); padding-top: 10px; font-size: .82rem; font-weight: 800; text-decoration: none; }
.software-overview { margin-block: 22px 42px; padding: 28px; }
.software-directory { margin-top: 20px; }
.software-mark { display:grid; place-items:center; width:64px; height:64px; border-radius:10px; background:var(--navy-900); color:#fff; font-family:Georgia,serif; font-size:1.25rem; font-weight:800; text-transform:uppercase; }
.software-directory .directory-card { grid-template-columns:120px minmax(0,1fr); }
.software-directory .software-logo { width:120px; height:64px; padding:7px; object-fit:contain; border:1px solid var(--line); border-radius:10px; background:#fff; }
.software-directory .software-mark { width:120px; font-family:inherit; font-size:.9rem; text-transform:none; }
.legacy-software-copy { padding:28px; }
.legacy-software-copy::after { content:""; display:block; clear:both; }
.legacy-software-copy img { float:left; max-width:min(220px,42%); height:auto; margin:0 20px 14px 0; object-fit:contain; }
.legacy-software-copy h2, .legacy-software-copy h3 { clear:both; }
.legacy-software-copy table { display:block; max-width:100%; overflow-x:auto; }
.software-casinos { padding:28px; }
.legacy-poker-copy { padding:28px; overflow:hidden; }
.legacy-poker-copy img { max-width:100%; height:auto; }
.legacy-poker-copy table { display:block; max-width:100%; overflow-x:auto; border-collapse:collapse; }
.legacy-poker-copy td, .legacy-poker-copy th { padding:8px; border:1px solid var(--line); }
.legacy-poker-copy center { text-align:left; }
.legacy-commercial-reference { color:inherit; font-weight:inherit; }
.legacy-slot-copy { padding:28px; overflow:hidden; }
.legacy-slot-copy img { max-width:100%; height:auto; }
.legacy-slot-copy table { display:block; max-width:100%; overflow-x:auto; border-collapse:collapse; }
.legacy-slot-copy td, .legacy-slot-copy th { padding:8px; border:1px solid var(--line); vertical-align:top; }
.legacy-slot-copy center { display:block; max-width:100%; }
.legacy-archive-title { color:inherit; font-weight:700; }
.legacy-bingo-copy { padding:28px; overflow:hidden; }
.legacy-bingo-copy img { max-width:100%; height:auto; border-radius:12px; }
.legacy-bingo-copy center { display:block; max-width:100%; }
.archive-stop-notice { margin-bottom:16px; border:1px solid #e7c184; border-left:5px solid #c88722; border-radius:8px; padding:18px 20px; background:#fff8e9; color:#243b53; }
.archive-stop-notice p { margin:6px 0 0; }
.legacy-jackpot-copy { padding:28px; overflow:hidden; }
.legacy-jackpot-copy img { max-width:100%; height:auto; }
.legacy-jackpot-copy table { display:block; max-width:100%; overflow-x:auto; border-collapse:collapse; }
.legacy-jackpot-copy td, .legacy-jackpot-copy th { padding:8px; vertical-align:top; }
.legacy-jackpot-copy center { display:block; max-width:100%; }

/* Article archive */
.article-index-hero h1 { margin-bottom: 14px; font-size: clamp(2.8rem, 5vw, 4.7rem); line-height: .98; }
.article-featured { padding-block: 34px 18px; }
.article-featured-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 16px; }
.article-feature-card, .article-archive-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; }
.article-index-image, .article-index-placeholder { display: grid; width: 100%; height: 190px; place-items: center; overflow: hidden; background: linear-gradient(135deg, var(--navy-950), #0a659f); text-decoration: none; }
.article-feature-card-main .article-index-image, .article-feature-card-main .article-index-placeholder { height: 240px; }
.article-index-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.article-index-image:hover img { transform: scale(1.025); }
.article-index-placeholder span { display: grid; width: 74px; height: 74px; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #fff; font-family: Georgia,serif; font-size: 1.25rem; font-weight: 800; letter-spacing: .08em; }
.article-index-copy { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.article-index-copy .article-meta-line { display: flex; flex-wrap: wrap; gap: 6px 14px; margin-bottom: 10px; color: var(--blue-700); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.article-index-copy h3 { margin: 0 0 10px; font-size: 1.3rem; line-height: 1.16; }
.article-feature-card-main .article-index-copy h3 { font-size: 1.65rem; }
.article-index-copy h3 a { color: var(--navy-900); text-decoration: none; }
.article-index-copy > p { margin: 0 0 18px; color: var(--muted); font-size: .86rem; }
.article-index-copy .article-read-more { margin-top: auto; font-size: .82rem; font-weight: 900; text-decoration: none; }
.article-category-nav { display: flex; gap: 8px; overflow-x: auto; padding-block: 18px 24px; scrollbar-width: thin; }
.article-category-nav a { flex: none; border: 1px solid #bfd2e1; border-radius: 999px; padding: 9px 13px; color: var(--navy-900); background: #fff; font-size: .78rem; font-weight: 800; text-decoration: none; }
.article-category-nav a:first-child, .article-category-nav a:hover { border-color: var(--blue-700); color: #fff; background: var(--blue-700); }
.article-category-nav span { margin-left: 4px; opacity: .72; }
.article-archive { padding-bottom: 48px; scroll-margin-top: 16px; }
.article-archive-heading { display: flex; justify-content: space-between; gap: 28px; align-items: end; margin-bottom: 18px; }
.article-archive-heading h2 { margin-bottom: 0; }
.article-archive-heading > p { max-width: 480px; margin: 0 0 4px; color: var(--muted); font-size: .85rem; text-align: right; }
.article-archive-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; }
.article-archive-card { scroll-margin-top: 16px; }
.article-archive-card .article-index-image, .article-archive-card .article-index-placeholder { height: 150px; }
.article-archive-card .article-index-copy { padding: 17px; }
.article-archive-card .article-index-copy h3 { font-size: 1.08rem; }
.article-archive-card .article-index-copy > p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }

/* Preserved legacy FAQ */
.faq-hero h1 span { display: inline-block; margin-top: 8px; color: #bfe5fb; font-size: .48em; letter-spacing: -.01em; }
.faq-shell { align-items: start; padding-block: 30px 48px; }
.faq-content { line-height: 1.68; }
.faq-content .inn { margin: 20px 0 34px; border: 1px solid var(--line); border-radius: 10px; padding: 20px 20px 20px 42px; background: #f4f9fc; }
.faq-content .inn li { margin: 5px 0; }
.faq-content .inn a { font-weight: 700; text-decoration: none; }
.faq-content > a[name] { display: block; scroll-margin-top: 18px; }
.faq-content > a[name] + b { display: block; margin: 25px 0 8px; border-top: 1px solid var(--line); padding-top: 21px; color: var(--navy-900); font-family: Georgia,serif; font-size: 1.28rem; line-height: 1.25; }

.bonus-layout { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 22px; align-items: start; padding-block: 24px 36px; }
.bonus-layout > * { min-width: 0; }
.bonus-main { display: grid; min-width: 0; grid-template-columns: minmax(0,1fr); gap: 18px; }
.bonus-main > * { min-width: 0; }
.no-deposit-section,.bonus-copy { padding: clamp(22px,4vw,38px); }
.no-deposit-section .section-heading { margin-bottom: 16px; }
.no-deposit-table { min-width: 900px; }
.no-deposit-table td > span,.table-note { display: block; margin-top: 3px; color: var(--muted); font-size: .7rem; }
.no-offers { border: 1px solid #b8d4e8; border-radius: 8px; padding: 24px; background: var(--blue-50); }
.no-offers strong { display: block; margin-bottom: 6px; color: var(--navy-900); font-family: Georgia,'Times New Roman',serif; font-size: 1.25rem; }
.no-offers p { margin: 0; color: var(--muted); }
.bonus-copy > p { color: #344b63; }
.bonus-copy .process-grid { margin-top: 22px; }
.bonus-copy .article-callout { margin-top: 22px; }
.bonus-sidebar { position: sticky; top: 16px; display: grid; gap: 14px; }

.site-footer { padding-block: 30px; color: #fff; background: linear-gradient(100deg, var(--navy-950), #063f70); }
.footer-grid { display: grid; grid-template-columns: 370px 1fr 50px; gap: 30px; align-items: center; }
.site-footer nav { display: flex; justify-content: center; gap: 24px; }
.site-footer nav a { color: #fff; font-size: .8rem; text-decoration: none; }
.footer-notice { margin-top: 24px; border-top: 1px solid rgba(255,255,255,.2); padding-top: 20px; color: #c9d9e7; font-size: .75rem; line-height: 1.65; }
.footer-notice p { margin: 0 0 8px; }
.footer-notice p:last-child { margin-bottom: 0; }
.footer-notice a { color: #fff; }

/* 404 */
.not-found-page { min-height: 62vh; }
.not-found-hero { color: #fff; background: linear-gradient(110deg, var(--navy-950), #07518d); }
.not-found-hero-inner { display: grid; grid-template-columns: auto minmax(0,720px); justify-content: center; align-items: center; gap: 44px; padding-block: 54px; }
.not-found-hero h1 { margin: 5px 0 12px; color: #fff; }
.not-found-hero .lead { max-width: 680px; margin: 0; color: #e8f4fd; }
.not-found-code { margin: 0; color: #fff; font-family: Georgia,serif; font-size: clamp(5rem,12vw,9rem); font-weight: 800; line-height: .8; opacity: .2; }
.not-found-content { padding-block: 30px 48px; }
.not-found-search { max-width: 850px; margin: 0 auto 36px; padding: 24px; text-align: center; }
.not-found-search h2 { margin-top: 0; }
.not-found-search form { display: flex; max-width: 650px; margin: 0 auto; overflow: hidden; border: 1px solid var(--line); border-radius: 5px; }
.not-found-search input { flex: 1; min-width: 0; border: 0; padding: 13px 15px; outline: 0; }
.not-found-search form:focus-within { box-shadow: 0 0 0 3px rgba(23,116,180,.22); }
.not-found-search button { border: 0; padding: 0 26px; color: #fff; background: var(--green-600); font-weight: 800; cursor: pointer; }
.not-found-heading { margin-bottom: 16px; text-align: center; }
.not-found-heading h2 { margin-top: 3px; }
.not-found-links { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.not-found-links a { display: flex; min-height: 125px; flex-direction: column; justify-content: center; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; color: var(--ink); background: var(--surface); box-shadow: var(--shadow); text-decoration: none; transition: transform .15s,border-color .15s; }
.not-found-links a:hover { border-color: var(--blue-600); transform: translateY(-2px); }
.not-found-links strong { margin-bottom: 7px; color: var(--navy-900); font-family: Georgia,serif; font-size: 1.15rem; }
.not-found-links span { color: var(--blue-700); font-size: .86rem; }
.archive-review-hero { padding-block: 34px; color: #fff; background: linear-gradient(110deg,var(--navy-950),#07518d); }
.archive-review-hero h1 { margin: 4px 0 8px; color: #fff; }
.archive-review-hero p:last-child { max-width: 760px; margin-bottom: 0; color: #e8f4fd; }
.legacy-archive-review-copy { overflow: hidden; padding: clamp(22px,4vw,38px); }
.legacy-archive-review-copy img { display: block; max-width: 100%; height: auto; margin: 18px auto; }
.legacy-archive-review-copy table { width: 100% !important; max-width: 100%; margin-block: 18px; border-collapse: collapse; }
.legacy-archive-review-copy td { border: 1px solid var(--line); padding: 8px; }
.legacy-commercial-reference { color: inherit; font-weight: 600; }

/* About and contact */
.about-stats { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; margin: 24px 0; }
.about-stats div { border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; background: #fff; box-shadow: var(--shadow); text-align: center; }
.about-stats strong, .about-stats span { display: block; }
.about-stats strong { color: var(--navy-900); font-family: Georgia,'Times New Roman',serif; font-size: 1.7rem; }
.about-stats span { margin-top: 5px; color: var(--muted); font-size: .8rem; }
.about-copy hr { height: 1px; margin: 32px 0; border: 0; background: var(--line); }
.contact-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; margin: 26px 0 22px; }
.contact-grid .section-card { margin: 0; padding: clamp(24px,3vw,38px); }
.contact-grid .section-card > p:not(.eyebrow) { color: #344b63; }
.contact-email { display: inline-block; margin-top: 8px; color: var(--blue-700); font-size: clamp(1rem,2vw,1.25rem); font-weight: 900; overflow-wrap: anywhere; }
.contact-note { margin-bottom: 34px; padding: clamp(24px,3vw,38px); }
.contact-note p { max-width: 980px; margin-bottom: 0; color: #344b63; }

@media (max-width: 1120px) {
    .topbar { grid-template-columns: 330px 1fr 50px; }
    .utility-nav { display: none; }
    .main-nav .wrap { overflow-x: auto; justify-content: flex-start; }
    .main-nav a { flex: none; }
    .hero-grid { grid-template-columns: 1fr 330px; gap: 35px; }
    .topic-nav { grid-template-columns: repeat(4, 1fr); }
    .latest-grid { grid-template-columns: 1fr; }
    .category-grid { grid-template-columns: repeat(3, 1fr); }
    .content-grid { grid-template-columns: 1fr 1fr; }
    .content-grid article:last-child { grid-column: 1 / -1; }
    .directory-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .article-featured-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .article-feature-card-main { grid-column: 1/-1; }
    .article-archive-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 760px) {
    .about-stats { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .contact-grid { grid-template-columns: 1fr; }
    .not-found-hero-inner { grid-template-columns: 1fr; gap: 10px; padding-block: 38px; text-align: center; }
    .not-found-code { font-size: 5rem; }
    .not-found-links { grid-template-columns: 1fr 1fr; }
    .not-found-search form { flex-direction: column; }
    .not-found-search button { padding-block: 12px; }
    .rules-card-grid, .rules-link-grid, .guide-top-grid { grid-template-columns: 1fr; }
    .wrap { width: min(calc(100% - 24px), var(--wrap)); }
    .topbar { grid-template-columns: 1fr auto; min-height: 76px; gap: 12px; }
    .brand img { width: 245px; }
    .brand small { font-size: .51rem; }
    .search, .topbar > .age-mark { display: none; }
    .menu-toggle { display: block; }
    .main-nav { display: none; }
    .main-nav.open { display: block; }
    .main-nav .wrap { flex-direction: column; align-items: stretch; padding-block: 8px; }
    .main-nav a { padding: 10px 2px; }
    .hero-grid { grid-template-columns: 1fr; min-height: auto; padding-block: 32px; }
    .hero h1 { font-size: 2.85rem; }
    .lead { font-size: 1rem; }
    .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .hero-card { display: none; }
    .paid-preview { width: 100%; margin-top: 8px; border-right: 0; border-left: 0; border-radius: 0; padding-inline: 12px; }
    .paid-preview-heading { align-items: flex-start; }
    .paid-preview-heading > div { display: block; }
    .paid-preview-heading h2 { margin-top: 4px; }
    .paid-compact-grid { display: flex; overflow-x: auto; }
    .paid-compact-card { min-width: 265px; }
    .paid-preview-note { text-align: left; }
    .subpage-hero-inner { grid-template-columns: minmax(0, 1fr); gap: 20px; padding-block: 32px; }
    .subpage-hero-inner > * { min-width: 0; }
    .subpage-hero h1 { max-width: 100%; font-size: clamp(2rem, 9vw, 2.75rem); overflow-wrap: anywhere; }
    .article-meta { display: grid; gap: 4px; }
    .article-meta span + span::before { display: none; }
    .article-shell { grid-template-columns: 1fr; }
    .article-sidebar { position: static; }
    .process-grid { grid-template-columns: 1fr; }
    .ranking-hero-grid, .ranking-content, .ranking-guide-grid, .review-hero-grid, .review-layout, .review-screenshot, .bonus-layout { grid-template-columns: 1fr; gap: 20px; }
    .ranking-hero-grid { padding-block: 32px; }
    .ranking-hero h1 { font-size: 2.75rem; }
    .top-pick-grid { grid-template-columns: 1fr; }
    .method-grid { grid-template-columns: 1fr; }
    .method-section { padding: 22px 18px; }
    .ranking-guide { padding: 22px 18px; }
    .review-hero-grid { padding-block: 28px; }
    .review-status-alert { display: grid; gap: 14px; padding: 18px; }
    .review-status-alert > a { text-align: center; }
    .review-hero-copy { grid-row: 2; }
    .review-offer { grid-row: 3; }
    .review-sidebar { position: static; }
    .review-side-card { display: none; }
    .pros-cons, .review-facts { grid-template-columns: 1fr; }
    .review-main > *, .review-summary > div { min-width: 0; }
    .review-verdict { grid-template-columns: 1fr; }
    .directory-intro { grid-template-columns: 1fr; gap: 8px; padding: 20px; }
    .directory-grid { grid-template-columns: 1fr; }
    .article-featured-grid, .article-archive-grid { grid-template-columns: 1fr; }
    .article-feature-card-main { grid-column: auto; }
    .article-feature-card-main .article-index-image, .article-feature-card-main .article-index-placeholder { height: 190px; }
    .article-archive-heading { display: block; }
    .article-archive-heading > p { margin-top: 8px; text-align: left; }
    .bonus-sidebar { position: static; }
    .topic-nav { display: flex; overflow-x: auto; }
    .topic-nav a { min-width: 128px; }
    .comparison-section { width: 100%; border-radius: 0; padding: 15px 12px; }
    .latest-section { padding-block: 26px 18px; }
    .latest-heading { align-items: start; }
    .latest-heading > a { display: none; }
    .latest-articles { grid-template-columns: 1fr; }
    .latest-article-card { display: grid; grid-template-columns: 112px minmax(0, 1fr); }
    .article-visual { width: 112px; height: 100%; min-height: 175px; }
    .latest-article-copy { min-height: 175px; padding: 15px; }
    .section-heading { align-items: start; }
    .section-heading > a { display: none; }
    .table-tabs { overflow-x: auto; }
    .table-tabs button { flex: none; padding-inline: 12px; }
    table, tbody { display: block; }
    thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
    tr.casino-row { display: grid; grid-template-columns: 26px minmax(130px, 1fr) 112px; gap: 8px; align-items: center; border-bottom: 1px solid var(--line); padding-block: 12px; }
    .table-panel:not(.expanded) .casino-row:nth-child(n+6) { display: none; }
    .table-panel.popular-panel:not(.expanded) .casino-row:nth-child(n+6) { display: grid; }
    .table-panel.popular-panel:not(.expanded) .casino-row:nth-child(n+9) { display: none; }
    td { display: block; border: 0; padding: 0; }
    .rank { width: auto; }
    .casino-cell { min-width: 0; }
    .casino-wrap { gap: 8px; }
    .casino-cell img { width: 44px; height: 44px; }
    .casino-cell span { display: none; }
    .score { min-width: 0; text-align: right; }
    .score span { font-size: .62rem; }
    .bonus { grid-column: 2 / 3; padding-left: 56px; }
    .bonus strong { font-size: .76rem; }
    .wager { display: none; }
    .actions { grid-column: 3; grid-row: 2; width: auto; }
    .new-casino-table .score { grid-column: 3; grid-row: 1; }
    .new-casino-table .new-date { grid-column: 2; grid-row: 2; padding-left: 52px; }
    .new-casino-table .bonus { grid-column: 2 / 4; grid-row: 3; padding-left: 52px; }
    .new-casino-table .actions { grid-column: 3; grid-row: 2; }
    .review-link { display: none; }
    .visit-button { padding: 8px 6px; font-size: .73rem; }
    .category-grid { display: flex; overflow-x: auto; }
    .category-grid a { min-width: 155px; min-height: 125px; }
    .feature-grid, .trust-section, .editorial-columns, .content-grid { grid-template-columns: 1fr; }
    .trust-section { gap: 18px; }
    .editorial-section { padding: 22px 18px; }
    .content-grid article:last-child { grid-column: auto; }
    .footer-grid { grid-template-columns: 1fr auto; }
    .site-footer nav { grid-column: 1 / -1; grid-row: 2; flex-wrap: wrap; justify-content: flex-start; gap: 12px 20px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
.bonus-sort { display: flex; align-items: center; flex-wrap: wrap; gap: .55rem; margin: 1rem 0 .5rem; }
.bonus-sort > span { font-weight: 800; color: var(--navy-900); margin-right: .2rem; }
.bonus-sort button { border: 1px solid #cbdceb; border-radius: 999px; background: #fff; color: var(--navy-900); padding: .62rem .9rem; font: inherit; font-weight: 700; cursor: pointer; }
.bonus-sort button:hover, .bonus-sort button:focus-visible { border-color: var(--blue-700); color: var(--blue-700); }
.bonus-sort button.active { background: var(--navy-900); border-color: var(--navy-900); color: #fff; }
.bonus-sort-note { margin: 0 0 1rem; color: var(--slate-600); font-size: .92rem; }
