:root {
  --bg: #171a28;
  --surface: #212535;
  --surface-2: #333645;
  --border: #d67414;
  --text: #ffffff;
  --muted: #8fafc1;
  --accent: #d67414;
  --accent-2: #8fafc1;
  --radius: 10px;
  --font-heading: Arial, system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-body: Arial, system-ui, -apple-system, "Segoe UI", sans-serif;
  --login-fill: #8fafc1;
  --header-h: 68px;
  --container: 1180px;
  --focus: #ffb460;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; background: var(--bg); color: var(--text); font: 16px/1.58 var(--font-body); -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: -1; background: radial-gradient(circle at 50% 0, rgba(143,175,193,.06), transparent 34rem); }
img { max-width: 100%; display: block; }
a { color: var(--accent); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: #f2963b; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; background: #fff; color: #111; border-radius: 6px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 50; height: var(--header-h); background: rgba(23,26,40,.96); border-bottom: 1px solid rgba(143,175,193,.16); backdrop-filter: blur(14px); }
.header-inner { height: 100%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; flex: 0 0 auto; }
.brand img { width: 118px; height: 34px; object-fit: contain; object-position: left center; }
.primary-nav { display: flex; align-items: center; gap: 22px; justify-content: center; }
.primary-nav a { color: #dfe4eb; text-decoration: none; font-size: 14px; font-weight: 600; white-space: nowrap; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: #fff; }
.primary-nav a[aria-current="page"] { box-shadow: inset 0 -2px var(--accent); padding-block: 23px 21px; }
.header-actions { display: flex; gap: 8px; }
.btn, .btn-primary, .btn-secondary { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 18px; border: 0; border-radius: 6px; font-weight: 600; text-decoration: none; white-space: nowrap; cursor: pointer; transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .1s ease; }
.btn:active, .btn-primary:active, .btn-secondary:active { transform: translateY(1px); }
.btn-primary { background: var(--accent); color: #171a28; }
.btn-primary:hover { background: #ee8219; color: #171a28; }
.btn-secondary { background: #526676; color: #fff; }
.btn-secondary:hover { background: #647b8c; color: #fff; }
.btn-soft { background: transparent; border: 1px solid rgba(143,175,193,.45); color: #fff; }
.btn-soft:hover { border-color: var(--accent); color: #fff; }
.mobile-menu { display: none; }
.mobile-sticky { display: none; }
.hero { min-height: 440px; max-height: 72vh; display: flex; align-items: center; position: relative; isolation: isolate; background: linear-gradient(90deg, rgba(10,12,20,.94) 0%, rgba(10,12,20,.76) 42%, rgba(10,12,20,.26) 75%), url('/media/banner.webp') center 42%/cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 90px; z-index: -1; background: linear-gradient(transparent, var(--bg)); }
.hero-content { padding-block: 68px 78px; }
.hero h1 { margin: 0 0 14px; display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px 18px; font: 700 clamp(40px, 5vw, 56px)/1 var(--font-heading); letter-spacing: -.035em; text-transform: lowercase; }
.hero-offer { color: #fff; font-size: clamp(18px, 2vw, 24px); font-weight: 600; letter-spacing: -.015em; line-height: 1.2; text-transform: none; }
.hero p { max-width: 600px; margin: 0 0 25px; color: #dbe2e8; font-size: clamp(17px, 2vw, 20px); line-height: 1.5; }
.lobby-body { padding-block: 26px 64px; }
.flow-section { padding-block: 17px; background: transparent; }
.flow-section + .flow-section { margin-top: 3px; }
h1, h2, h3 { font-family: var(--font-heading); color: #fff; }
h2 { margin: 0 0 14px; font-size: clamp(26px, 4vw, 34px); line-height: 1.14; letter-spacing: -.025em; }
h3 { margin: 0 0 9px; font-size: 19px; line-height: 1.3; }
p { margin: 0 0 16px; color: #c4cbd3; }
.lede { font-size: 18px; max-width: 760px; color: #d7dde4; }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; margin-bottom: 15px; }
.section-heading h2 { margin: 0; }
.text-link { color: var(--muted); font-weight: 600; white-space: nowrap; }
.tabs { display: flex; gap: 0; overflow-x: auto; border-bottom: 1px solid rgba(143,175,193,.24); margin-bottom: 16px; scrollbar-width: none; }
.tabs::-webkit-scrollbar { display: none; }
.tab { appearance: none; border: 0; border-bottom: 3px solid transparent; background: transparent; color: var(--muted); padding: 12px 18px 10px; font-weight: 700; cursor: pointer; white-space: nowrap; }
.tab:hover { color: #fff; }
.tab[aria-selected="true"] { color: #fff; border-bottom-color: var(--accent); }
.game-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.game-card { min-width: 0; display: block; color: #fff; text-decoration: none; background: var(--surface); border-radius: var(--radius); overflow: hidden; transition: background-color .18s ease; }
.game-card:hover { background: #2a2f42; color: #fff; }
.game-card[hidden] { display: none; }
.game-media { position: relative; display: block; aspect-ratio: 16/10; overflow: hidden; background: var(--surface-2); }
.game-thumb { width: 100%; height: 100%; object-fit: cover; background: var(--surface-2); transition: filter .18s ease, transform .18s ease; }
.game-hover-action { position: absolute; left: 50%; top: 50%; min-height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; border-radius: 6px; background: var(--accent); color: #171a28; font-weight: 700; white-space: nowrap; opacity: 0; pointer-events: none; transform: translate(-50%, -46%) scale(.96); transition: opacity .18s ease, transform .18s ease; }
.game-card:hover .game-thumb, .game-card:focus-visible .game-thumb { filter: brightness(.48); transform: scale(1.025); }
.game-card:hover .game-hover-action, .game-card:focus-visible .game-hover-action { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.game-meta { padding: 11px 12px 13px; }
.game-name { display: block; font-weight: 700; line-height: 1.25; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.game-provider { display: block; margin-top: 4px; color: var(--muted); font-size: 13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.table-wrap { overflow-x: auto; border-radius: var(--radius); background: var(--surface); }
table { width: 100%; border-collapse: collapse; min-width: 590px; }
th, td { padding: 14px 16px; text-align: left; border-bottom: 1px solid rgba(143,175,193,.14); vertical-align: top; }
th { color: #fff; font-size: 13px; letter-spacing: .02em; background: rgba(255,255,255,.025); }
td { color: #c6ced7; }
tbody tr:last-child td { border-bottom: 0; }
.provider-strip, .payment-strip { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 22px; }
.provider-name, .payment-name { color: #d7dfe7; font-weight: 700; padding-block: 7px; }
.provider-logo { height: 32px; width: 108px; object-fit: contain; filter: grayscale(1) brightness(1.8); opacity: .85; }
.step-list { margin: 0; padding-left: 24px; color: #d4dbe2; max-width: 820px; }
.step-list li { padding: 5px 0 5px 9px; }
.step-list li::marker { color: var(--accent); font-weight: 700; }
.article-copy { max-width: 840px; }
.article-copy h2 { margin-top: 26px; }
.article-copy h2:first-child { margin-top: 0; }
.faq-list { max-width: 900px; }
.faq-list details { background: var(--surface); border-radius: var(--radius); margin: 8px 0; }
.faq-list summary { cursor: pointer; list-style: none; padding: 17px 48px 17px 18px; font-weight: 700; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 18px; top: 13px; color: var(--accent); font-size: 25px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 18px 18px; margin: 0; }
.notice { padding: 15px 17px; border-left: 3px solid var(--accent); background: rgba(214,116,20,.09); color: #d7dde5; border-radius: 0 var(--radius) var(--radius) 0; }
.page-head { padding: 54px 0 30px; background: linear-gradient(180deg, rgba(51,54,69,.55), transparent); }
.page-head h1 { margin: 0 0 12px; font-size: clamp(36px, 5vw, 50px); line-height: 1.05; letter-spacing: -.035em; }
.page-head p { max-width: 740px; font-size: 18px; }
.inner-main { padding-bottom: 68px; }
.inner-main .article-copy { padding-block: 10px 22px; }
.bonus-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.bonus-card { background: var(--surface); border: 1px solid rgba(143,175,193,.14); border-radius: var(--radius); padding: 22px; display: flex; flex-direction: column; align-items: flex-start; }
.bonus-card h2 { font-size: 22px; margin-bottom: 7px; }
.bonus-amount { color: #fff; font-size: 18px; font-weight: 700; }
.bonus-terms { font-size: 14px; color: var(--muted); margin-bottom: 18px; }
.bonus-card .btn-primary { margin-top: auto; }
.form-shell { max-width: 620px; background: var(--surface); border-radius: var(--radius); padding: 24px; }
.form-row { margin-bottom: 16px; }
.form-row label { display: block; margin-bottom: 7px; color: #fff; font-weight: 700; }
.form-row input, .form-row textarea { width: 100%; min-height: 48px; border: 1px solid rgba(143,175,193,.42); border-radius: 6px; color: #fff; background: #151824; padding: 11px 13px; }
.form-row textarea { min-height: 150px; resize: vertical; }
.form-row input::placeholder, .form-row textarea::placeholder { color: #8696a5; }
.form-row input:focus, .form-row textarea:focus { border-color: var(--accent); outline: 2px solid rgba(214,116,20,.32); }
.check-row { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 18px; color: #d6dce3; }
.check-row input { width: 20px; height: 20px; accent-color: var(--accent); }
.form-note { font-size: 14px; color: var(--muted); }
.soft-cta { margin-top: 24px; display: inline-flex; }
.site-footer { padding: 38px 0 92px; background: #11131d; border-top: 1px solid rgba(143,175,193,.15); }
.footer-top { display: grid; grid-template-columns: 170px 1fr; gap: 28px; align-items: start; }
.footer-brand img { width: 130px; height: 38px; object-fit: contain; object-position: left; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 10px 22px; }
.footer-nav a { color: #c7cfd7; text-decoration: none; font-size: 14px; }
.responsible { margin: 25px 0 18px; max-width: 850px; color: #9ca8b5; font-size: 14px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.trust-row img { height: 34px; width: auto; max-width: 124px; object-fit: contain; filter: grayscale(1) brightness(1.45); opacity: .78; }
.copyright { margin-top: 20px; color: #768594; font-size: 13px; }
.not-found { min-height: calc(100dvh - var(--header-h)); display: grid; place-items: center; text-align: center; padding: 48px 16px 120px; }
.not-found strong { display: block; color: var(--accent); font-size: 18px; margin-bottom: 8px; }
.not-found h1 { margin: 0 0 12px; font-size: clamp(42px, 7vw, 68px); }
.not-found p { max-width: 520px; }
.not-found-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
@media (max-width: 1050px) {
  .header-inner { grid-template-columns: auto 1fr; }
  .primary-nav, .header-actions { display: none; }
  .mobile-menu { display: block; justify-self: end; position: relative; }
  .mobile-menu summary { cursor: pointer; list-style: none; color: #fff; font-weight: 700; padding: 10px 0 10px 18px; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav { position: absolute; right: 0; top: 49px; width: min(290px, calc(100vw - 32px)); background: var(--surface); border: 1px solid rgba(143,175,193,.2); border-radius: var(--radius); padding: 8px; box-shadow: 0 20px 50px rgba(0,0,0,.38); }
  .mobile-menu nav a { display: block; padding: 11px 12px; color: #fff; text-decoration: none; border-radius: 6px; }
  .mobile-menu nav a:hover { background: var(--surface-2); }
  .mobile-sticky { position: fixed; z-index: 60; display: grid; grid-template-columns: 1fr 1.25fr; gap: 8px; left: 0; right: 0; bottom: 0; padding: 9px 12px max(9px, env(safe-area-inset-bottom)); background: rgba(17,19,29,.97); border-top: 1px solid rgba(143,175,193,.2); }
  .site-footer { padding-bottom: 112px; }
  .game-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .hero { min-height: 360px; background-position: 62% center; }
  .hero-content { padding-block: 52px 62px; }
  .hero h1 { font-size: 40px; }
  .hero p { max-width: 330px; font-size: 17px; }
  .game-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
  .game-meta { padding: 9px 10px 11px; }
  .game-name { font-size: 14px; }
  .section-heading { align-items: flex-end; }
  .section-heading .text-link { font-size: 14px; }
  .bonus-grid { grid-template-columns: 1fr; }
  .page-head { padding-top: 38px; }
  .form-shell { padding: 18px; }
  .footer-top { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
.locale-switch { display: inline-flex; align-items: center; gap: 3px; padding: 3px; border: 1px solid rgba(143,175,193,.3); border-radius: 6px; }
.locale-switch a { min-width: 34px; padding: 5px 7px; color: #c9d2db; text-align: center; text-decoration: none; font-size: 12px; font-weight: 700; border-radius: 4px; }
.locale-switch a[aria-current="true"] { background: var(--surface-2); color: #fff; }
.mobile-menu .locale-switch { display: grid; grid-template-columns: 1fr 1fr; margin: 8px; }
.brand-logo-grid { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 18px; }
.brand-logo-tile { width: 132px; height: 58px; display: grid; place-items: center; padding: 12px 14px; border-radius: var(--radius); background: #f7f8fa; }
.brand-logo-tile img { width: 100%; max-height: 32px; object-fit: contain; }
.brand-logo-tile.dark-asset { background: var(--surface); border: 1px solid rgba(143,175,193,.18); }
.brand-logo-tile.dark-asset img { max-height: 38px; }
.payment-logo-grid { margin-top: 22px; }
.app-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(440px, 1.2fr); gap: clamp(28px, 5vw, 64px); align-items: start; padding-top: 16px; }
.app-showcase { min-height: 0; display: grid; place-items: center; padding: 30px 24px; overflow: hidden; border-radius: var(--radius); background: linear-gradient(145deg, var(--surface), #11131d); }
.phone-preview { width: min(100%, 340px); margin: 0; padding: 8px; border-radius: 32px; background: #08090e; box-shadow: 0 26px 54px rgba(0,0,0,.36); }
.phone-preview img { width: 100%; height: auto; aspect-ratio: 390/844; border-radius: 25px; object-fit: cover; object-position: top; }
.store-buttons { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 14px 0 8px; }
.store-button { min-width: 154px; height: 52px; display: inline-grid; place-items: center; padding: 0; border: 1px solid rgba(143,175,193,.36); border-radius: 7px; background: #000; cursor: pointer; opacity: 1; text-decoration: none; transition: border-color .18s ease, transform .1s ease; }
.store-button:hover { border-color: var(--accent); transform: translateY(-1px); }
.store-button:active { transform: translateY(1px); }
.store-button img { max-width: 152px; max-height: 52px; object-fit: contain; }
.payment-method { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-weight: 700; white-space: nowrap; }
.payment-method img { width: 46px; height: 26px; padding: 5px 6px; border-radius: 5px; background: #f7f8fa; object-fit: contain; }
@media (max-width: 760px) {
  .brand-logo-tile { width: calc(33.333% - 7px); min-width: 96px; }
  .app-layout { grid-template-columns: minmax(0, 1fr); }
  .app-showcase { padding: 18px 12px; overflow: visible; }
  .phone-preview { width: min(100%, 340px); }
}
