:root {
  --bg: #171a28;
  --surface: #212535;
  --surface-2: #333645;
  --border: #4a4d5d;
  --text: #ffffff;
  --muted: #9caabd;
  --accent: #d67414;
  --accent-2: #8fafc1;
  --login-fill: #333645;
  --radius: 10px;
  --font-heading: Arial, system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-body: Arial, system-ui, -apple-system, "Segoe UI", sans-serif;
  --container: 1180px;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--bg); color: var(--text); font-family: var(--font-body); font-size: 16px; line-height: 1.55; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .16; background-image: radial-gradient(rgba(255,255,255,.08) .6px, transparent .6px); background-size: 5px 5px; mix-blend-mode: soft-light; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a, input, textarea { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--accent-2); outline-offset: 3px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 99; transform: translateY(-160%); background: var(--accent); color: #fff; padding: 8px 14px; border-radius: 6px; }
.skip-link:focus { transform: translateY(0); }
.container { width: min(var(--container), calc(100% - 36px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 20; height: 72px; background: rgba(23,26,40,.94); border-bottom: 1px solid rgba(255,255,255,.07); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 28px; }
.logo { display: inline-flex; align-items: center; flex: 0 0 auto; }
.logo img { width: 112px; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 22px; margin-right: auto; }
.primary-nav a { color: var(--muted); font-size: 14px; transition: color 160ms ease-out; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: #fff; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.btn { min-height: 42px; display: inline-flex; justify-content: center; align-items: center; padding: 0 16px; border: 0; border-radius: 6px; font-size: 14px; font-weight: 600; cursor: pointer; transition: transform 160ms ease-out, background-color 160ms ease-out, color 160ms ease-out; }
.btn:active { transform: scale(.97); }
.btn-secondary { background: var(--login-fill); color: #fff; }
.btn-secondary:hover { background: #414557; }
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 8px 24px rgba(214,116,20,.25); }
.btn-primary:hover { background: #ea8422; }
.btn-quiet { color: var(--accent-2); padding-inline: 0; }
.btn-quiet:hover { color: #fff; }
.menu-toggle { display: none; color: #fff; background: transparent; border: 0; padding: 8px; }

.hero { min-height: 470px; display: flex; align-items: end; position: relative; overflow: hidden; background-color: #11131e; }
.hero-media { position: absolute; z-index: 0; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero::before { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(10,11,18,1) 0%, rgba(10,11,18,.98) 38%, rgba(10,11,18,.68) 58%, rgba(10,11,18,.12) 100%), linear-gradient(0deg, rgba(23,26,40,.94) 0%, rgba(23,26,40,.18) 52%, transparent 100%); }
.hero::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(120deg, rgba(214,116,20,.13), transparent 36%); }
.hero-content { position: relative; z-index: 2; width: min(680px, 100%); padding: 104px 0 112px; }
.hero h1 { margin: 0 0 16px; max-width: 560px; font-family: var(--font-heading); font-size: 64px; line-height: .98; letter-spacing: 0; }
.hero p { max-width: 560px; margin: 0 0 28px; color: #d2d8e1; font-size: 17px; line-height: 1.55; }
.hero .btn { min-height: 48px; padding-inline: 22px; }
.hero-mark { position: absolute; right: 7%; bottom: 12%; z-index: 1; width: 140px; opacity: .22; transform: rotate(-11deg); }

main { position: relative; }
.lobby-body { padding: 34px 0 74px; }
.flow { display: grid; gap: 36px; }
.flow-section { margin: 0; }
.flow h2, .page-content h2 { margin: 0 0 12px; font-family: var(--font-heading); font-size: clamp(25px, 4vw, 34px); line-height: 1.08; letter-spacing: -.03em; }
.flow h3, .page-content h3 { margin: 26px 0 6px; font-size: 19px; line-height: 1.2; }
.lede { margin: -2px 0 20px; color: var(--muted); max-width: 760px; }
.muted { color: var(--muted); }
.editorial { max-width: 820px; }
.editorial p { margin: 0 0 15px; color: #c8cfdb; }
.editorial p:last-child { margin-bottom: 0; }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 14px; }
.section-head h2 { margin-bottom: 0; }
.tabs { display: flex; gap: 4px; overflow-x: auto; padding-bottom: 8px; scrollbar-width: thin; }
.tab { appearance: none; white-space: nowrap; border: 0; border-bottom: 2px solid transparent; background: transparent; color: var(--muted); padding: 8px 12px; cursor: pointer; transition: color 160ms ease-out, border-color 160ms ease-out; }
.tab:hover, .tab[aria-pressed="true"] { color: #fff; }
.tab[aria-pressed="true"] { border-color: var(--accent); }
.game-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.game-card { min-width: 0; position: relative; display: block; overflow: hidden; border-radius: 8px; background: var(--surface); transition: transform 180ms var(--ease-out), background-color 180ms ease-out; }
.game-card:hover { transform: translateY(-3px); background: #2b3041; }
.game-card:active { transform: scale(.985); }
.game-card img { width: 100%; aspect-ratio: 1.42; object-fit: cover; }
.game-card-copy { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 2px 8px; padding: 9px 10px 11px; }
.game-name { grid-column: 1 / -1; display: block; overflow: hidden; color: #fff; font-size: 14px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.game-provider { grid-column: 1; display: block; min-width: 0; margin-top: 2px; overflow: hidden; color: var(--muted); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.game-play { grid-column: 2; grid-row: 2; display: inline-flex; align-items: center; justify-content: center; min-height: 28px; padding: 0 10px; border-radius: 5px; background: var(--accent); color: #fff; font-size: 12px; font-weight: 700; transition: background-color 160ms ease-out, transform 160ms ease-out; }
.game-card:hover .game-play { background: #ea8422; }
.game-card[hidden] { display: none; }
.view-all { display: inline-flex; margin-top: 16px; color: var(--accent-2); font-size: 14px; }
.view-all:hover { color: #fff; }

.data-table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; color: #dbe1ea; font-size: 14px; }
th, td { padding: 12px 14px; border-bottom: 1px solid rgba(255,255,255,.1); text-align: left; vertical-align: top; }
th { color: var(--muted); font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
tbody tr:hover { background: rgba(255,255,255,.025); }
.facts-table { max-width: 850px; }
.facts-table th[scope="row"] { width: 30%; color: var(--muted); font-size: 14px; letter-spacing: 0; text-transform: none; }
.logo-strip { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 22px; color: #c6cedb; }
.provider-logo { display: inline-flex; align-items: center; min-height: 32px; font-size: 14px; }
.provider-logo img { max-width: 92px; max-height: 32px; object-fit: contain; }
.provider-overview { max-width: 930px; }
.provider-overview td:first-child { width: 28%; color: #fff; font-weight: 600; }

.steps { display: grid; gap: 10px; max-width: 780px; margin: 0; padding-left: 27px; color: #cbd3df; }
.steps li { padding-left: 8px; }
.steps a, .text-link { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.steps a:hover, .text-link:hover { color: #f09232; }
.inline-note { margin-top: 14px; color: var(--muted); }
.method-strip { display: flex; flex-wrap: wrap; gap: 8px; }
.method { display: inline-flex; align-items: center; min-height: 34px; padding: 0 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 6px; color: #dce2eb; font-size: 13px; }
.app-teaser { display: flex; align-items: center; justify-content: space-between; gap: 28px; max-width: 940px; }
.app-teaser p { max-width: 660px; margin: 0; color: #c8cfdb; }
.app-teaser .btn { flex: 0 0 auto; }
.faq-list { max-width: 900px; }
details { border-bottom: 1px solid rgba(255,255,255,.1); }
details:first-child { border-top: 1px solid rgba(255,255,255,.1); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 0; cursor: pointer; list-style: none; font-weight: 600; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--accent); font-size: 22px; font-weight: 400; transition: transform 180ms ease-out; }
details[open] summary::after { transform: rotate(45deg); }
details p { max-width: 760px; margin: -4px 0 16px; color: var(--muted); }

.page-hero { padding: 60px 0 32px; background: linear-gradient(180deg, rgba(214,116,20,.1), transparent 82%); }
.page-hero h1 { margin: 0; font-size: 52px; letter-spacing: 0; }
.page-content { padding: 0 0 76px; }
.page-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; align-items: start; gap: 48px; }
.page-layout-single { grid-template-columns: minmax(0, 1fr); }
.content-column { min-width: 0; }
.article-block { max-width: 800px; margin-bottom: 32px; }
.article-block p { margin: 0 0 15px; color: #c8cfdb; }
.content-column > h2 { margin-top: 34px; }

.payment-logo-strip { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.payment-logo { display: inline-flex; align-items: center; justify-content: center; min-width: 76px; min-height: 42px; padding: 0 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 7px; background: rgba(255,255,255,.035); color: #f1f3f6; font-size: 14px; font-weight: 700; letter-spacing: .04em; }
.payment-logo.visa { color: #8fb8ff; font-style: italic; }
.payment-logo.mastercard { color: #ffb36d; }
.payment-logo.apple, .payment-logo.google { font-weight: 600; letter-spacing: 0; }
.payment-logo.crypto { color: #f3b85d; }
.provider-logo { gap: 9px; color: #f2f4f8; font-weight: 600; letter-spacing: -.02em; }
.provider-logo:not(:has(img)) { padding: 4px 0; }
.provider-logo:nth-child(3n) { color: #c8d2df; }
.app-showcase { display: grid; grid-template-columns: minmax(0, 1fr) 320px; align-items: center; gap: 34px; max-width: 920px; }
.app-visual { margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--surface); box-shadow: 0 18px 40px rgba(0,0,0,.25); }
.app-visual img { width: 100%; aspect-ratio: 1.78; object-fit: cover; object-position: center; }
.store-buttons { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.store-button { min-width: 190px; min-height: 60px; display: inline-flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 2px; padding: 9px 16px 10px 44px; position: relative; border: 1px solid rgba(255,255,255,.26); border-radius: 8px; background: #050608; color: #fff; text-align: left; opacity: 1; cursor: not-allowed; box-shadow: 0 5px 14px rgba(0,0,0,.18); }
.store-button::before { content: ""; position: absolute; left: 16px; top: 50%; width: 19px; height: 23px; transform: translateY(-50%); border: 2px solid #fff; border-radius: 5px; }
.store-button strong { font-size: 16px; line-height: 1.1; letter-spacing: -.02em; }
.store-button small { color: #b6becb; font-size: 10px; line-height: 1.2; }
.offer-list { display: grid; gap: 12px; }
.offer { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 20px; padding: 19px 20px; background: var(--surface); border-radius: var(--radius); }
.offer h2 { margin: 0 0 4px; font-size: 18px; letter-spacing: -.02em; }
.offer p { margin: 0; color: var(--muted); font-size: 14px; }
.offer-amount { display: block; margin-top: 8px; color: var(--accent); font-size: 14px; font-weight: 700; }
.offer .btn { min-width: 116px; }

.form-shell { max-width: 560px; padding: 24px; background: var(--surface); border-radius: var(--radius); }
.form-shell h2 { margin-top: 0; }
.form-grid { display: grid; gap: 15px; }
.field { display: grid; gap: 6px; }
.field label { color: #dfe4ec; font-size: 14px; font-weight: 600; }
.field input, .field textarea { width: 100%; border: 1px solid rgba(255,255,255,.18); border-radius: 6px; background: #171a28; color: #fff; padding: 11px 12px; transition: border-color 160ms ease-out, box-shadow 160ms ease-out; }
.field input { min-height: 45px; }
.field textarea { min-height: 135px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--accent-2); box-shadow: 0 0 0 3px rgba(143,175,193,.15); outline: 0; }
.checkbox { display: flex; align-items: start; gap: 9px; color: var(--muted); font-size: 13px; }
.checkbox input { margin-top: 5px; accent-color: var(--accent); }
.form-help { margin: 15px 0 0; color: var(--muted); font-size: 14px; }

.breadcrumbs { margin: 0 0 20px; color: var(--muted); font-size: 13px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li + li::before { content: "/"; margin-right: 6px; color: var(--border); }
.breadcrumbs a { color: var(--accent-2); }
.not-found { max-width: 560px; padding: 36px 0 100px; }
.not-found h1 { font-size: clamp(48px, 9vw, 88px); line-height: .9; letter-spacing: -.08em; }
.not-found p { color: var(--muted); }
.not-found-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }

.site-footer { border-top: 1px solid rgba(255,255,255,.1); padding: 36px 0 30px; background: #141722; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 32px; }
.footer-brand p { max-width: 320px; color: var(--muted); font-size: 14px; }
.footer-title { margin: 0 0 12px; color: #fff; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: 14px; }
.footer-links a:hover { color: #fff; }
.footer-meta { display: flex; justify-content: space-between; gap: 28px; margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); color: #8290a3; font-size: 12px; }
.trust-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; margin-top: 18px; }
.trust-row a, .trust-row span { display: inline-flex; align-items: center; min-height: 30px; }
.trust-row img { width: auto; max-width: 86px; max-height: 28px; object-fit: contain; }
.responsible { max-width: 340px; margin: 0; }
.mobile-sticky { display: none; }

@media (max-width: 1050px) {
  .primary-nav { gap: 14px; }
  .game-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}
@media (max-width: 800px) {
  .site-header { height: 64px; }
  .header-inner { gap: 12px; }
  .logo img { width: 98px; }
  .primary-nav { position: absolute; left: 18px; right: 18px; top: calc(100% + 8px); display: none; padding: 10px; background: #202432; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; box-shadow: 0 16px 35px rgba(0,0,0,.3); }
  .primary-nav.is-open { display: grid; gap: 0; }
  .primary-nav a { padding: 11px 10px; }
  .menu-toggle { display: inline-flex; order: 2; }
  .header-actions { margin-left: auto; order: 1; }
  .header-actions .btn { min-height: 38px; padding-inline: 11px; font-size: 12px; }
  .menu-toggle { order: 3; }
  .hero { min-height: 430px; }
  .hero-media img { object-position: 100% center; }
  .hero-content { padding: 92px 0 68px; }
  .hero h1 { font-size: 52px; }
  .hero p { font-size: 16px; }
  .hero-mark { display: none; }
  .game-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; }
  .game-card-copy { padding: 8px; }
  .game-name { font-size: 12px; }
  .game-provider { font-size: 11px; }
  .section-head { align-items: start; display: block; }
  .section-head h2 { margin-bottom: 10px; }
  .page-layout { grid-template-columns: 1fr; gap: 10px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .mobile-sticky { position: fixed; z-index: 19; left: 10px; right: 10px; bottom: 10px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 7px; background: rgba(33,37,53,.94); border: 1px solid rgba(255,255,255,.14); border-radius: 9px; box-shadow: 0 12px 30px rgba(0,0,0,.35); backdrop-filter: blur(14px); }
  .mobile-sticky .btn { min-height: 42px; }
  .app-showcase { grid-template-columns: 1fr; gap: 20px; }
  .app-visual { max-width: 480px; }
}
@media (max-width: 500px) {
  body { font-size: 15px; padding-bottom: 66px; }
  .container { width: min(var(--container), calc(100% - 24px)); }
  .header-actions .btn-secondary { display: none; }
  .hero { min-height: 440px; }
  .hero::before { background: linear-gradient(90deg, rgba(10,11,18,1) 0%, rgba(10,11,18,.97) 44%, rgba(10,11,18,.52) 78%, rgba(10,11,18,.18) 100%), linear-gradient(0deg, rgba(23,26,40,.96), transparent 64%); }
  .hero-content { padding-bottom: 62px; }
  .hero h1 { max-width: 260px; }
  .lobby-body { padding-top: 28px; }
  .flow { gap: 30px; }
  .game-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .game-card img { aspect-ratio: 1.55; }
  .facts-table th[scope="row"] { width: 42%; }
  .page-hero h1 { font-size: 40px; }
  th, td { padding: 10px 8px; }
  .offer { grid-template-columns: 1fr; gap: 14px; padding: 16px; }
  .offer .btn { width: 100%; }
  .app-teaser { display: grid; gap: 16px; }
  .app-teaser .btn { justify-self: start; }
  .form-shell { padding: 18px 15px; }
  .footer-grid { grid-template-columns: 1fr; gap: 22px; }
  .footer-brand { grid-column: auto; }
  .footer-meta { display: grid; gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
