:root {
  --bg: #080b1c;
  --panel: #101536;
  --panel-2: #181f49;
  --ink: #f7f8ff;
  --muted: #c8cee8;
  --soft: #929ac6;
  --line: rgba(255, 255, 255, 0.16);
  --brand: #ff7a1a;
  --accent: #7c5cff;
  --ok: #43d68d;
  --danger: #ff5b6c;
  --max: 1160px;
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: radial-gradient(680px 360px at 15% 0%, rgba(255,122,26,.22), transparent 62%), radial-gradient(760px 380px at 90% 10%, rgba(124,92,255,.28), transparent 60%), var(--bg);
  font-size: 16px;
  line-height: 1.62;
}
body::before { content: ""; position: fixed; inset: 0; z-index: -1; background: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 52px 52px; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
p, h1, h2, h3, h4 { margin: 0; }
p { color: var(--muted); }
ul, ol { margin: 0; padding: 0; }
.wrap { width: min(100% - 32px, var(--max)); margin: 0 auto; }
.skip-link { position: absolute; left: 14px; top: -80px; z-index: 100; padding: 10px 14px; background: var(--brand); color: #1a0900; font-weight: 800; }
.skip-link:focus { top: 14px; }
:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; box-shadow: 0 0 0 4px rgba(255,122,26,.25); }
:focus:not(:focus-visible) { outline: none; }
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--line); background: rgba(8, 11, 28, .9); backdrop-filter: blur(14px); }
.masthead { display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 72px; gap: 14px; }
.brand, .mh-right, .mh-cats { display: flex; align-items: center; min-width: 0; }
.brand { gap: 10px; padding: 5px 8px 5px 6px; border: 1px solid transparent; border-radius: 8px; background: transparent; font-weight: 850; }
.brand:hover, .brand:focus-visible { border-color: var(--line); background: rgba(255,255,255,.055); }
.brand img { width: 68px; height: 34px; object-fit: contain; }
.mh-spacer { min-width: 0; }
/* 18+ pill in dark header: #170800 text on brand #ff7a1a = 7.52:1 (≥4.5:1) */
.mh-age { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; padding: 3px 8px; border-radius: 999px; background: var(--brand); color: #170800; font-size: .74rem; font-weight: 900; line-height: 1; letter-spacing: .02em; }
.mh-right { gap: 8px; }
.mh-cats { gap: 4px; }
.mh-cats a, .btn, .menu-toggle { min-height: 44px; border: 1px solid var(--line); border-radius: 8px; }
.mh-cats a { display: inline-flex; align-items: center; padding: 9px 11px; color: var(--muted); font-weight: 750; }
.mh-cats a:hover, .mh-cats a:focus-visible, .mh-cats a.is-active { background: rgba(255,255,255,.08); color: var(--ink); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 14px; font-weight: 850; white-space: nowrap; }
.btn-primary { border-color: transparent; background: var(--brand); color: #170800; }
.btn-secondary, .btn-outline { background: rgba(255,255,255,.06); color: var(--ink); }
.btn:hover, .btn:focus-visible { transform: translateY(-1px); }
.btn:active { transform: translateY(1px); }
.btn-icon { display: none; }
.menu-toggle { display: none; width: 64px; background: rgba(255,255,255,.06); color: var(--ink); cursor: pointer; }
.hero { padding: 42px 0 34px; border-bottom: 1px solid var(--line); }
.crumbs { padding: 14px 0 0; color: var(--soft); font-size: .92rem; }
.crumbs ol { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.crumbs li + li::before { content: "/"; margin-right: 8px; color: var(--soft); }
.crumbs a { display: inline-block; min-height: 24px; padding: 4px 2px; line-height: 1.5; color: var(--muted); text-decoration: underline; text-decoration-color: transparent; }
.crumbs a:hover, .crumbs a:focus-visible { text-decoration-color: currentColor; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(310px, .98fr); gap: 28px; align-items: center; min-width: 0; }
.eyebrow { display: inline-flex; width: fit-content; min-height: 32px; align-items: center; padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: rgba(255,255,255,.06); font-weight: 800; font-size: .88rem; }
h1 { max-width: 820px; margin-top: 14px; font-size: clamp(2.2rem, 5vw, 4.65rem); line-height: 1.03; letter-spacing: 0; overflow-wrap: anywhere; }
h2 { font-size: clamp(1.45rem, 3vw, 2.35rem); line-height: 1.12; letter-spacing: 0; }
h3 { font-size: 1.08rem; line-height: 1.25; }
.lede { max-width: 760px; margin-top: 16px; font-size: 1.08rem; }
.hero-ctas, .actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.badges, .pill-grid { display: flex; flex-wrap: wrap; gap: 9px; list-style: none; }
.badges { margin-top: 18px; }
.badge, .pill { min-height: 34px; padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: rgba(255,255,255,.06); }
.media-stack { position: relative; min-width: 0; }
.media-main { border: 1px solid var(--line); border-radius: 8px; background: var(--panel); box-shadow: 0 24px 70px rgba(0,0,0,.34); overflow: hidden; }
.media-main img { display: block; width: 100%; }
.hero-media { margin: 0; min-width: 0; }
.hero-media img { height: auto; aspect-ratio: 720 / 430; object-fit: cover; }
.hero-media.logo-hero img { object-fit: contain; padding: 40px; background: linear-gradient(135deg, rgba(16,21,54,.98), rgba(58,24,72,.9)); }
.score-card { position: absolute; right: 18px; bottom: -20px; width: min(220px, 55%); padding: 16px; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; background: linear-gradient(160deg, #1b2251, #101536); box-shadow: 0 18px 46px rgba(0,0,0,.34); }
.score { display: block; color: var(--brand); font-size: 2.8rem; font-weight: 950; line-height: 1; }
.section { padding: 48px 0; }
.section.alt { background: rgba(255,255,255,.035); border-block: 1px solid var(--line); }
.section-head { display: flex; justify-content: space-between; gap: 22px; align-items: end; margin-bottom: 20px; }
.section-head p { max-width: 520px; }
.split { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: 18px; align-items: start; }
.copy-flow { display: grid; gap: 12px; }
.info-list { display: grid; gap: 10px; }
.info-row { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 12px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.045); }
.info-row span { color: var(--soft); }
.provider-strip { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.provider { min-height: 62px; display: grid; place-items: center; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.055); color: var(--muted); font-weight: 900; text-align: center; }
.grid { display: grid; gap: 14px; }
.top-gap { margin-top: 14px; }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card, .panel, .fact, details { border: 1px solid var(--line); border-radius: 8px; background: rgba(16,21,54,.78); }
.card, .panel, .fact { padding: 18px; min-width: 0; }
.fact span { display: block; color: var(--soft); font-size: .86rem; }
.fact strong { display: block; margin-top: 5px; font-size: 1.02rem; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 26px; align-items: start; }
.article { display: grid; gap: 22px; min-width: 0; }
.article section { scroll-margin-top: 96px; }
.article p + p, .article p + .table-wrap, .article .actions + p { margin-top: 12px; }
.toc { position: sticky; top: 92px; display: grid; gap: 8px; padding: 14px; border: 1px solid var(--line); border-radius: 8px; background: rgba(8,11,28,.82); }
.toc a { min-height: 36px; display: flex; align-items: center; padding: 7px 9px; border-radius: 6px; color: var(--muted); }
.toc a:hover { background: rgba(255,255,255,.08); color: var(--ink); }
.plain-list, .content-list { padding-left: 1.2rem; color: var(--muted); }
.plain-list li + li, .content-list li + li { margin-top: 8px; }
.tbl-wrap { overflow-x: auto; margin-top: 14px; }
table { width: 100%; min-width: 620px; border-collapse: collapse; color: var(--muted); }
caption { text-align: left; color: var(--ink); font-weight: 800; margin-bottom: 8px; }
th, td { padding: 11px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: var(--ink); background: rgba(255,255,255,.06); }
details { padding: 0; }
details + details { margin-top: 10px; }
summary { min-height: 48px; padding: 13px 16px; cursor: pointer; color: var(--ink); font-weight: 850; }
details p { padding: 0 16px 16px; }
.warning { border-left: 4px solid var(--danger); }
.ok { border-left: 4px solid var(--ok); }
.lobby-nav { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; list-style: none; }
.lobby-nav a { display: flex; align-items: center; justify-content: space-between; min-height: 76px; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.055); font-size: 1.08rem; font-weight: 900; }
.lobby-nav a:hover, .lobby-nav a:focus-visible { background: rgba(255,255,255,.1); }
.casino-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 20px; }
.filters { display: flex; flex-wrap: wrap; gap: 10px; }
.filter { min-height: 44px; display: inline-flex; align-items: center; padding: 9px 14px; border: 1px solid var(--line); border-radius: 8px; color: var(--muted); background: rgba(255,255,255,.06); font: inherit; font-weight: 850; cursor: pointer; }
.filter.active { border-color: transparent; background: #ef4770; color: #18020a; }
.payment-rail { display: grid; grid-template-columns: repeat(10, minmax(72px, 1fr)); gap: 18px 22px; align-items: center; padding: 24px 0 30px; border-block: 1px solid rgba(255,255,255,.14); }
.payment-logo { display: grid; place-items: center; min-height: 44px; min-width: 0; }
.payment-logo img { display: block; max-width: 100%; max-height: 34px; object-fit: contain; filter: drop-shadow(0 8px 18px rgba(0,0,0,.22)); }
.payment-note { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 16px; color: var(--muted); }
.payment-note strong { color: var(--ink); }
.game-grid { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 12px; }
.game-card { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: rgba(8,11,28,.82); min-width: 0; }
.game-card[hidden] { display: none; }
.game-art { position: relative; aspect-ratio: 1 / 1; background: linear-gradient(160deg, rgba(239,71,112,.28), rgba(124,92,255,.18)); }
.game-art img { display: block; width: 100%; height: 100%; object-fit: cover; }
/* a11y: white text on #c22b3c = 5.67:1 (≥4.5:1 WCAG AA); was #f4545d=3.35:1 */
.jackpot-tag { position: absolute; left: 10px; top: 10px; z-index: 1; min-height: 30px; padding: 5px 9px; border-radius: 7px; background: #c22b3c; color: #fff; font-weight: 900; }
.game-meta { padding: 10px; }
.game-meta h3 { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: .92rem; }
.game-meta p { margin-top: 3px; color: var(--soft); }
.promotion-grid, .feature-grid, .step-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.prize { margin-top: 8px; color: var(--brand); font-size: 1.5rem; font-weight: 950; }
.feature-card, .promotion-card, .step-card { min-width: 0; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: rgba(16,21,54,.78); }
.quote-card { min-width: 0; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.05); }
.quote-card blockquote { margin: 0; color: var(--muted); }
.quote-card cite { display: block; margin-top: 12px; color: var(--soft); font-style: normal; font-weight: 850; }
.update-panel { display: grid; gap: 10px; padding: 18px; border: 1px solid rgba(255,122,26,.4); border-radius: 8px; background: rgba(255,122,26,.08); }
.promo-panel { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px; align-items: center; padding: 20px; border: 1px solid rgba(255,122,26,.5); border-radius: 8px; background: linear-gradient(135deg, rgba(255,122,26,.18), rgba(124,92,255,.16)); }
.app-download-ref { display: grid; grid-template-columns: minmax(0, .95fr) minmax(320px, 1fr); gap: 22px; align-items: center; }
.app-download-ref h2 { margin-top: 12px; }
.app-download-ref p { margin-top: 8px; }
.app-download-strip { display: grid; grid-template-columns: 58px minmax(0, 1fr) auto; gap: 14px; align-items: center; min-height: 86px; padding: 14px 18px 14px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; background: rgba(35,40,73,.8); box-shadow: 0 18px 42px rgba(91,46,253,.22); }
.app-icon-frame { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 12px; background: #101536; box-shadow: 0 10px 24px rgba(0,0,0,.3); overflow: hidden; }
.app-icon-frame img { width: 46px; height: 46px; object-fit: contain; border-radius: 10px; }
.app-download-strip strong { min-width: 0; color: var(--ink); font-size: 1.08rem; line-height: 1.22; }
.app-download-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 9px 18px; border-radius: 999px; background: var(--brand); color: #170800; font-weight: 900; white-space: nowrap; box-shadow: 0 8px 22px rgba(255,122,26,.28); }
.feature-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 10px; border-radius: 8px; background: rgba(255,122,26,.16); color: var(--brand); font-weight: 950; }
.promotion-art { margin: -18px -18px 14px; background: var(--panel-2); overflow: hidden; }
.promotion-art img { display: block; width: 100%; height: auto; aspect-ratio: 420 / 180; object-fit: cover; }
.step-card span { display: inline-grid; place-items: center; width: 32px; height: 32px; margin-bottom: 10px; border-radius: 50%; background: var(--brand); color: #170800; font-weight: 950; }
.compact-copy { max-width: 760px; }
.compact-copy p { margin-top: 8px; }
.site-footer { border-top: 1px solid var(--line); padding: 34px 0 22px; background: #07091a; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr)); gap: 20px; }
.site-footer a { display: block; min-height: 32px; color: var(--muted); }
/* footer column titles use <h2> (a11y heading order); keep small visual size, not content-h2 */
.site-footer h2 { margin-bottom: 8px; color: var(--ink); font-size: 1rem; line-height: 1.3; font-weight: 850; letter-spacing: 0; }
.age-badge { display: inline-grid; place-items: center; width: 46px; height: 46px; margin-bottom: 10px; border: 2px solid var(--brand); border-radius: 50%; color: var(--brand); font-weight: 950; }
.footer-bottom { margin-top: 24px; font-size: .92rem; }
@media (max-width: 1100px) { .mh-secondary { display: none; } .article-layout { grid-template-columns: 1fr; } .toc { position: static; } }
@media (max-width: 1100px) { .lobby-nav { grid-template-columns: repeat(3, minmax(0, 1fr)); } .payment-rail { grid-template-columns: repeat(5, minmax(72px, 1fr)); } .game-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } .promotion-grid, .feature-grid, .step-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 860px) { .menu-toggle { display: inline-flex; align-items: center; justify-content: center; } .mh-cats { position: absolute; left: 16px; right: 16px; top: 76px; display: none; padding: 10px; border: 1px solid var(--line); border-radius: 8px; background: #101536; flex-direction: column; align-items: stretch; } .mh-cats.is-open { display: flex; } .hero-grid, .grid-3, .grid-4, .footer-grid { grid-template-columns: 1fr; } .section-head, .casino-head { display: block; } .section-head p, .filters { margin-top: 8px; } }
@media (max-width: 720px) { .game-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .payment-rail { grid-template-columns: repeat(3, minmax(72px, 1fr)); gap: 14px; } .lobby-nav, .promotion-grid, .feature-grid, .step-grid, .app-download-ref, .split, .provider-strip, .promo-panel { grid-template-columns: 1fr; } .lobby-nav a { min-height: 58px; } }
@media (max-width: 560px) { .app-download-strip { grid-template-columns: 58px minmax(0, 1fr); } .app-download-btn { grid-column: 1 / -1; } }
@media (max-width: 640px) { .wrap { width: min(100% - 24px, var(--max)); } .brand span { display: none; } .btn-full { display: none; } .btn-icon { display: inline; } .mh-primary { width: 44px; padding: 0; } .hero { padding-top: 28px; } .score-card { position: static; width: 100%; margin-top: 10px; } .site-footer a { display: inline-flex; align-items: center; min-height: 44px; } }
@media (max-width: 480px) { h1 { font-size: 26px; line-height: 1.18; } .lede { font-size: 1rem; } .masthead { min-height: 64px; } .menu-toggle { width: 54px; } .payment-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); } .card, .panel, .fact { padding: 15px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; } }

@view-transition { navigation: auto; }
::view-transition-old(root), ::view-transition-new(root) { animation-duration: 220ms; }

.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; }
.byline { color: var(--muted, #aeb6e0); font-size: .9rem; margin: 6px 0 0; }

.share-page[hidden]{display:none!important}
