:root {
	--navy-950: #06101f;
	--navy-900: #09182b;
	--navy-800: #10243d;
	--navy-700: #183552;
	--blue-500: #1688e5;
	--blue-100: #dcedfb;
	--gold-500: #e6b84f;
	--gold-400: #f1ca70;
	--gold-100: #fff2cf;
	--ink: #172033;
	--muted: #5d6877;
	--line: #dce2e9;
	--paper: #f5f7fa;
	--white: #fff;
	--danger: #b42318;
	--shadow: 0 22px 55px rgba(3, 14, 29, .16);
	--wrap: min(1180px, calc(100% - 40px));
	--font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--white);
	color: var(--ink);
	font-family: var(--font);
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}
body.age-gate-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--navy-800); text-underline-offset: 3px; }
a:hover { color: var(--blue-500); }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
h1, h2, h3 { margin: 0 0 .7em; color: var(--navy-950); line-height: 1.12; letter-spacing: -.025em; }
h1 { font-size: clamp(2.55rem, 5vw, 5.2rem); }
h2 { font-size: clamp(2rem, 3.2vw, 3.25rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1.25rem; }
.wrap { width: var(--wrap); margin-inline: auto; }
.wrap--narrow { width: min(820px, calc(100% - 40px)); }
.screen-reader-text {
	position: absolute !important;
	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; z-index: 10000; top: 10px; left: 10px; transform: translateY(-150%); background: var(--white); color: var(--navy-950); padding: 10px 16px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
.icon { width: 1.35em; height: 1.35em; fill: currentColor; vertical-align: -.25em; }
.eyebrow { color: var(--blue-500); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.button {
	display: inline-flex; align-items: center; justify-content: center; min-height: 52px;
	padding: 12px 24px; border: 2px solid transparent; color: var(--navy-950);
	font-size: .93rem; font-weight: 800; line-height: 1.15; text-decoration: none;
	transition: transform .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-2px); color: var(--navy-950); }
.button:active { transform: translateY(0); }
.button:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #70baff; outline-offset: 3px; }
.button--gold { background: var(--gold-500); border-color: var(--gold-500); box-shadow: 0 8px 24px rgba(230, 184, 79, .18); }
.button--gold:hover { background: var(--gold-400); border-color: var(--gold-400); }
.button--outline { background: transparent; border-color: currentColor; color: inherit; }
.button--outline:hover { background: rgba(255,255,255,.08); color: inherit; }
.button--dark { background: var(--navy-950); color: var(--white); }
.button--dark:hover { background: var(--navy-800); color: var(--white); }
.button--light { background: var(--white); color: var(--navy-950); }
.button--light:hover { background: var(--gold-100); color: var(--navy-950); }
.button--quiet { background: transparent; border-color: #bcc6d2; color: var(--ink); }
.button--quiet:hover { background: var(--paper); }
.button--small { min-height: 42px; padding: 9px 18px; font-size: .85rem; }
.button-row, .hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.text-arrow { display: inline-flex; gap: 8px; align-items: center; font-weight: 800; text-decoration: none; }
.text-arrow .icon { width: 1.1em; }

/* Header */
.site-header { position: relative; z-index: 100; background: var(--navy-950); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.1); }
.site-header__inner { min-height: 78px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.site-brand { line-height: 1; }
.wordmark { color: var(--white); font-size: 1.2rem; font-weight: 950; letter-spacing: .065em; text-decoration: none; white-space: nowrap; }
.wordmark:hover { color: var(--white); }
.wordmark span { color: var(--gold-500); }
.custom-logo-link { display: block; }
.custom-logo { width: auto; max-height: 48px; }
.primary-navigation { justify-self: center; }
.primary-navigation .menu { display: flex; gap: clamp(15px, 2vw, 30px); align-items: center; padding: 0; margin: 0; list-style: none; }
.primary-navigation a { color: #cad4e0; font-size: .88rem; font-weight: 700; text-decoration: none; }
.primary-navigation a:hover, .primary-navigation .current-menu-item > a { color: var(--white); }
.mobile-navigation__login { display: none; }
.header-actions { display: flex; align-items: center; gap: 17px; }
.header-actions .text-link { color: var(--white); font-size: .88rem; font-weight: 800; text-decoration: none; }
.menu-toggle { display: none; width: 46px; height: 42px; padding: 10px; border: 1px solid rgba(255,255,255,.25); background: transparent; color: white; }
.menu-toggle__lines, .menu-toggle__lines span { display: block; }
.menu-toggle__lines span { width: 22px; height: 2px; margin: 4px auto; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] .menu-toggle__lines span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle__lines span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] .menu-toggle__lines span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Home hero */
.hero { position: relative; overflow: hidden; min-height: 630px; background: var(--navy-950); color: var(--white); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(90deg, black, transparent 76%); }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -240px; top: -270px; border: 86px solid rgba(22,136,229,.10); border-radius: 50%; }
.hero__grid { position: relative; z-index: 1; min-height: 630px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center; }
.hero .eyebrow { color: var(--gold-400); display: flex; gap: 10px; align-items: center; }
.hero .eyebrow span { width: 28px; height: 2px; background: var(--gold-500); }
.hero h1 { max-width: 800px; color: var(--white); font-size: clamp(3rem, 5.8vw, 5.75rem); }
.hero__lead { max-width: 650px; color: #bfccda; font-size: 1.13rem; }
.hero__actions { margin-top: 30px; }
.hero__actions .button { min-width: 174px; }
.hero__note { display: flex; gap: 9px; align-items: center; margin-top: 28px; color: #9fb0c2; font-size: .86rem; }
.hero__visual { perspective: 900px; }
.table-scene { position: relative; min-height: 390px; padding: 60px 38px 34px; overflow: hidden; background: #0e4e55; border: 10px solid #9f7627; border-bottom-width: 24px; border-radius: 49% 49% 12px 12px / 34% 34% 12px 12px; box-shadow: inset 0 0 0 3px #e4bd66, inset 0 0 90px rgba(0,0,0,.35), 0 35px 80px rgba(0,0,0,.34); transform: rotateY(-8deg) rotateX(3deg); }
.table-scene::before { content: ""; position: absolute; inset: 25px; border: 2px solid rgba(255,255,255,.22); border-radius: 49% 49% 8px 8px / 32% 32% 8px 8px; }
.table-scene__top { position: relative; display: grid; grid-template-columns: 1fr .7fr 1fr; gap: 7px; text-align: center; color: rgba(255,255,255,.72); font-size: .67rem; font-weight: 800; letter-spacing: .12em; }
.table-scene__top span { padding: 18px 4px; border: 1px solid rgba(255,255,255,.22); }
.table-scene__cards { position: relative; display: flex; justify-content: center; gap: 8px; margin-top: 72px; }
.table-scene__cards i { width: 64px; height: 90px; background: #f9fafb; border: 3px solid var(--white); box-shadow: 0 7px 18px rgba(0,0,0,.25); transform: rotate(-8deg); }
.table-scene__cards i:nth-child(2) { background: var(--gold-500); transform: translateY(8px) rotate(8deg); }
.table-scene__cards b { position: absolute; top: 25px; color: var(--navy-950); font-size: 1.2rem; z-index: 2; }
.table-scene__rail { position: absolute; left: 34px; right: 34px; bottom: 19px; display: flex; justify-content: space-between; color: #ffd97f; font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.utility-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.utility-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.utility-strip__grid > div { display: flex; gap: 14px; align-items: center; min-height: 105px; padding: 20px 26px; border-right: 1px solid var(--line); }
.utility-strip__grid > div:first-child { border-left: 1px solid var(--line); }
.utility-strip .icon { color: var(--blue-500); font-size: 1.35rem; }
.utility-strip span { display: grid; color: var(--muted); font-size: .78rem; line-height: 1.35; }
.utility-strip strong { color: var(--navy-950); font-size: .95rem; }

/* Sections */
.section { padding: 110px 0; }
.section-heading { margin-bottom: 48px; }
.section-heading--split { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; }
.section-heading--split p:last-child { color: var(--muted); }
.section--games { background: var(--paper); }
.game-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #cad3de; border-left: 1px solid #cad3de; }
.game-panel { position: relative; min-height: 350px; padding: 35px 30px; background: var(--white); color: var(--ink); border-right: 1px solid #cad3de; border-bottom: 1px solid #cad3de; text-decoration: none; transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.game-panel:hover { z-index: 2; background: var(--navy-900); color: #cbd5e0; transform: translateY(-7px); box-shadow: var(--shadow); }
.game-panel:hover h3, .game-panel:hover .game-panel__link { color: var(--white); }
.game-panel__icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 70px; background: var(--blue-100); color: var(--blue-500); }
.game-panel--live .game-panel__icon, .game-panel--demo .game-panel__icon { background: var(--gold-100); color: #9b6a00; }
.game-panel__icon .icon { width: 28px; height: 28px; }
.game-panel__count { position: absolute; top: 32px; right: 28px; color: #8995a4; font-size: .72rem; letter-spacing: .14em; }
.game-panel p { min-height: 54px; color: var(--muted); font-size: .9rem; }
.game-panel:hover p { color: #aebdca; }
.game-panel__link { display: flex; gap: 8px; align-items: center; color: var(--navy-800); font-size: .82rem; font-weight: 800; }
.game-panel__link .icon { width: 1.1em; }
.section--steps { background: var(--white); }
.steps-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 110px; align-items: start; }
.steps-layout__intro { position: sticky; top: 30px; }
.steps-layout__intro > p:not(.eyebrow) { color: var(--muted); }
.steps-list { padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--line); }
.steps-list li { display: grid; grid-template-columns: 64px 1fr; gap: 25px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.steps-list li > span { display: grid; place-items: center; width: 46px; height: 46px; background: var(--navy-950); color: var(--gold-400); font-weight: 900; }
.steps-list h3 { margin-bottom: 6px; }
.steps-list p { margin: 0; color: var(--muted); font-size: .93rem; }
.section--terms { padding: 0; background: var(--gold-500); }
.terms-callout { display: grid; grid-template-columns: 130px 1fr 1.1fr; gap: 50px; align-items: center; min-height: 300px; }
.terms-callout__index { font-size: 2.4rem; font-weight: 950; letter-spacing: -.05em; }
.terms-callout .eyebrow { color: #704d00; }
.terms-callout p { color: #3f351d; }
.section--mobile { overflow: hidden; background: var(--navy-950); color: var(--white); }
.mobile-feature { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.mobile-feature h2 { color: var(--white); }
.mobile-feature__content > p:not(.eyebrow) { color: #b8c5d3; }
.phone-illustration { position: relative; justify-self: center; width: 268px; height: 485px; padding: 18px; background: #111b27; border: 4px solid #586475; border-radius: 39px; box-shadow: 40px 40px 0 rgba(22,136,229,.13), 0 25px 60px rgba(0,0,0,.35); transform: rotate(-4deg); }
.phone-illustration__speaker { position: absolute; z-index: 2; top: 11px; left: 50%; width: 76px; height: 8px; transform: translateX(-50%); background: #080d14; border-radius: 8px; }
.phone-illustration__screen { height: 100%; padding: 75px 20px 20px; background: #eef3f7; border-radius: 24px; }
.phone-illustration__screen > span { display: block; margin-bottom: 42px; color: var(--navy-950); font-size: .8rem; font-weight: 950; letter-spacing: .04em; }
.phone-illustration__screen b { color: #b78313; }
.phone-illustration__screen i { display: block; height: 70px; margin-bottom: 12px; background: white; border-left: 5px solid var(--blue-500); box-shadow: 0 5px 15px rgba(4,18,36,.08); }
.phone-illustration__screen i:nth-of-type(2) { border-left-color: var(--gold-500); }
.check-list { display: grid; gap: 11px; padding: 0; margin: 28px 0 32px; list-style: none; }
.check-list li { display: flex; gap: 10px; align-items: center; color: #e7edf4; }
.check-list .icon { color: var(--gold-400); }
.section--payments { background: var(--paper); }
.payment-track { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 4px solid var(--navy-950); }
.payment-track > div { padding: 34px 34px 22px 0; }
.payment-track > div + div { padding-left: 34px; border-left: 1px solid #cbd3dc; }
.payment-track span { display: block; margin-bottom: 32px; color: var(--blue-500); font-weight: 900; }
.payment-track p { color: var(--muted); }
.section-link { margin-top: 22px; }
.section--safety { padding: 0; background: var(--navy-900); }
.safety-grid { display: grid; grid-template-columns: 1fr 1fr; }
.safety-grid article { min-height: 470px; padding: 75px 70px; }
.safety-feature { background: var(--white); }
.support-feature { background: var(--blue-500); color: var(--white); }
.support-feature h2, .support-feature .eyebrow { color: var(--white); }
.support-feature .eyebrow { opacity: .75; }
.safety-feature__icon { display: grid; place-items: center; width: 56px; height: 56px; margin-bottom: 52px; background: var(--gold-100); color: #9b6a00; }
.support-feature .safety-feature__icon { background: rgba(255,255,255,.16); color: var(--white); }
.section--faq { background: var(--white); }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.faq-layout__intro > p:last-child { color: var(--muted); }
.faq-list { border-top: 2px solid var(--navy-950); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 48px 24px 0; color: var(--navy-950); font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 18px; right: 5px; color: var(--blue-500); font-size: 1.7rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 50px 22px 0; color: var(--muted); }
.section--editor { padding-top: 0; }
.final-cta { padding: 80px 0; background: var(--navy-950); color: var(--white); border-top: 1px solid rgba(255,255,255,.1); }
.final-cta__inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: center; }
.final-cta h2 { color: var(--white); }
.final-cta__inner > div:last-child > p { color: #b8c5d3; }

/* Inner pages */
.breadcrumbs { display: flex; gap: 9px; align-items: center; padding-top: 20px; padding-bottom: 20px; color: #728094; font-size: .79rem; }
.breadcrumbs a { color: #526175; text-decoration: none; }
.breadcrumbs--rank-math { width: var(--wrap); margin-inline: auto; }
.breadcrumbs--rank-math .rank-math-breadcrumb p { margin: 0; }
.page-hero { padding: 74px 0 78px; background: var(--navy-900); color: #becbd9; }
.page-hero h1 { max-width: 850px; color: var(--white); font-size: clamp(2.5rem, 5vw, 4.5rem); }
.page-hero p:last-child { max-width: 720px; margin-bottom: 0; }
.content-page .entry-content, .sitemap-content { padding-top: 75px; padding-bottom: 100px; }
.entry-content { font-size: 1.02rem; }
.entry-content > p:first-child { color: #3e4a5b; font-size: 1.17rem; }
.entry-content h2 { margin-top: 2.1em; margin-bottom: .65em; font-size: clamp(1.65rem, 2.5vw, 2.25rem); }
.entry-content h3 { margin-top: 1.8em; }
.entry-content li { margin-bottom: .55em; }
.entry-content dl { display: grid; grid-template-columns: minmax(140px, .42fr) 1fr; border-top: 1px solid var(--line); }
.entry-content dt, .entry-content dd { margin: 0; padding: 18px 0; border-bottom: 1px solid var(--line); }
.entry-content dt { padding-right: 22px; font-weight: 800; }
.entry-content .button { margin-top: 10px; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding: 80px 0 110px; }
.post-card { padding: 30px; border: 1px solid var(--line); }
.post-card__date { color: var(--blue-500); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.post-card h2 { font-size: 1.45rem; }
.post-card h2 a { text-decoration: none; }
.error-page { min-height: 65vh; display: grid; align-items: center; padding: 90px 0; text-align: center; }
.sitemap-list { columns: 2; gap: 40px; padding-left: 20px; }
.sitemap-list li { break-inside: avoid; }

/* Demo */
.demo-page { overflow-x: hidden; overflow-x: clip; }
.page-hero--demo { padding: 16px 0 18px; }
.page-hero--demo .eyebrow { margin-bottom: 8px; }
.page-hero--demo h1 { margin-bottom: .18em; font-size: clamp(2.4rem, 3.8vw, 3.4rem); }
.page-hero--demo p:not(.eyebrow) { max-width: 760px; margin-bottom: 16px; line-height: 1.5; }
.demo-tags { display: flex; flex-wrap: wrap; gap: 9px; padding: 0; margin: 0; list-style: none; }
.demo-tags li { padding: 7px 12px; border: 1px solid rgba(255,255,255,.22); color: #e7edf4; font-size: .72rem; font-weight: 800; letter-spacing: .04em; }
.section--demo-frame { padding: 28px 0 72px; background: #e8edf2; }
.demo-intro { display: flex; gap: 12px; align-items: baseline; padding-bottom: 12px; color: var(--muted); font-size: .82rem; }
.demo-intro strong { color: var(--navy-950); text-transform: uppercase; letter-spacing: .08em; }
.demo-frame { position: relative; width: 100%; min-height: 520px; aspect-ratio: 16 / 9; overflow: hidden; background: #02060b; border: 1px solid #15263a; box-shadow: var(--shadow); }
.demo-frame iframe { display: block; width: 100%; height: 100%; min-height: 520px; border: 0; background: #02060b; }
.demo-frame__status { position: absolute; z-index: 2; inset: 0; display: grid; place-content: center; gap: 15px; background: var(--navy-950); color: #d2dae3; text-align: center; }
.demo-frame__status[hidden], .demo-fullscreen[hidden], .demo-embed-note[hidden] { display: none; }
.demo-fullscreen { position: absolute; z-index: 3; top: 12px; right: 12px; min-height: 36px; padding: 7px 12px; border: 1px solid rgba(255,255,255,.38); background: rgba(6,16,31,.86); color: var(--white); font-size: .72rem; font-weight: 800; letter-spacing: .03em; }
.demo-fullscreen:hover { background: var(--gold-500); border-color: var(--gold-500); color: var(--navy-950); }
.loader { width: 44px; height: 44px; margin: auto; border: 3px solid rgba(255,255,255,.15); border-top-color: var(--gold-500); border-radius: 50%; animation: spin .9s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.demo-embed-note, .demo-frame__notice { padding: 14px 16px; margin: 14px 0 0; background: #fff4d6; border-left: 4px solid var(--gold-500); color: #624b13; }
.demo-placeholder { padding: 52px; background: var(--white); border: 2px dashed #9ea9b5; text-align: center; }
.demo-placeholder strong { display: block; margin-bottom: 8px; color: var(--navy-950); font-size: 1.25rem; }
.demo-placeholder p { margin: 0; color: var(--muted); }
.demo-frame:fullscreen, .demo-frame:-webkit-full-screen { width: 100vw; height: 100vh; height: 100dvh; min-height: 0; aspect-ratio: auto; border: 0; box-shadow: none; }
.demo-frame:fullscreen iframe, .demo-frame:-webkit-full-screen iframe { height: 100vh; height: 100dvh; min-height: 0; }
.demo-section { padding: 92px 0; }
.demo-section__heading { max-width: 700px; margin-bottom: 38px; }
.demo-section__heading .eyebrow { margin-bottom: 10px; }
.demo-section__heading h2 { margin-bottom: 0; }
.round-steps { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; margin: 0; list-style: none; border-top: 3px solid var(--navy-950); }
.round-steps li { min-height: 245px; padding: 28px 24px 24px 0; border-bottom: 1px solid var(--line); }
.round-steps li + li { padding-left: 24px; border-left: 1px solid var(--line); }
.round-steps li > span { display: block; margin-bottom: 44px; color: var(--blue-500); font-size: .78rem; font-weight: 900; }
.round-steps h3 { margin-bottom: 8px; }
.round-steps p { margin: 0; color: var(--muted); font-size: .92rem; }
.demo-section--values { background: var(--navy-950); color: #c2ceda; }
.demo-values { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.demo-section--values h2 { color: var(--white); }
.demo-values__content { display: grid; grid-template-columns: 1fr .8fr; gap: 35px; align-items: start; }
.value-list { padding: 0; margin: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.value-list li { position: relative; padding: 15px 0 15px 24px; border-bottom: 1px solid rgba(255,255,255,.13); }
.value-list li::before { content: ""; position: absolute; top: 25px; left: 2px; width: 6px; height: 6px; background: var(--gold-500); }
.baccarat-example { padding: 27px; background: var(--gold-500); color: var(--navy-950); }
.baccarat-example span { display: block; margin-bottom: 25px; font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.baccarat-example strong { display: block; font-size: 2rem; line-height: 1.1; }
.baccarat-example p { margin: 8px 0 0; color: #4d3a0b; }
.demo-section--choices { background: var(--white); }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.choice-grid article { min-height: 230px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.choice-grid article > span { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 37px; background: var(--blue-100); color: var(--blue-500); font-weight: 950; }
.choice-grid article:nth-child(2) > span { background: var(--gold-100); color: #8c6100; }
.choice-grid article:nth-child(3) > span { background: var(--navy-950); color: var(--white); }
.choice-grid h3 { margin-bottom: 7px; }
.choice-grid p { margin: 0; color: var(--muted); }
.choice-note { padding: 20px 24px; margin: 22px 0 0; background: var(--paper); border-left: 4px solid var(--blue-500); color: #465365; }
.demo-section--drawing { background: var(--paper); }
.drawing-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 26px; align-items: start; }
.drawing-table { background: var(--white); border-top: 4px solid var(--navy-950); }
.drawing-table h3 { padding: 22px 24px 17px; margin: 0; }
.drawing-table table, .payout-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.drawing-table th, .drawing-table td, .payout-table th, .payout-table td { padding: 14px 18px; border-top: 1px solid var(--line); text-align: left; vertical-align: top; }
.drawing-table thead th, .payout-table thead th { background: #edf2f6; color: #4d5c6f; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.drawing-table tbody th, .payout-table tbody th { width: 38%; color: var(--navy-950); font-weight: 800; }
.drawing-table tbody td, .payout-table tbody td { color: var(--muted); }
.drawing-note { padding: 20px 23px; margin: 24px 0 0; background: var(--navy-950); color: var(--white); }
.demo-section--payouts { background: var(--white); }
.demo-payouts { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.payout-table { border: 1px solid var(--line); }
.payout-note { margin: 20px 0 0; color: var(--muted); font-size: .92rem; }
.demo-section--faq { background: #eef2f6; }
.demo-faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.demo-faq .demo-section__heading { margin-bottom: 0; }
.demo-reminder { padding: 55px 0; background: var(--gold-500); }
.demo-reminder__inner { display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; }
.demo-reminder__inner > div:first-child { display: grid; place-items: center; width: 62px; height: 62px; background: var(--navy-950); color: var(--gold-500); }
.demo-reminder h2 { margin-bottom: 6px; font-size: 1.55rem; }
.demo-reminder p { margin: 0; color: #4b3a12; }

/* Footer */
.site-footer { padding: 70px 0 28px; background: #040c17; color: #99a9ba; }
.site-footer__grid { display: grid; grid-template-columns: 1.1fr .9fr .8fr; gap: 70px; }
.site-footer__brand p { max-width: 360px; margin-top: 23px; }
.footer-navigation .menu { columns: 2; gap: 30px; padding: 0; margin: 0; list-style: none; }
.footer-navigation li { margin-bottom: 10px; }
.footer-navigation a { color: #c9d3de; text-decoration: none; }
.site-footer__help h2 { color: var(--white); font-size: 1.25rem; }
.site-footer__help .button + .button { margin-left: 7px; }
.site-footer__legal { display: flex; justify-content: space-between; gap: 40px; padding-top: 30px; margin-top: 55px; border-top: 1px solid rgba(255,255,255,.1); font-size: .76rem; }
.site-footer__legal p:first-child { max-width: 760px; }
.mobile-actions { display: none; }

/* Age gate */
.age-gate[hidden] { display: none; }
.age-gate { position: fixed; z-index: 9999; inset: 0; display: grid; place-items: center; padding: 20px; }
.age-gate__backdrop { position: absolute; inset: 0; background: rgba(2,7,14,.84); backdrop-filter: blur(4px); }
.age-gate__dialog { position: relative; width: min(510px, 100%); padding: 48px; background: var(--white); border-top: 7px solid var(--gold-500); box-shadow: 0 35px 90px rgba(0,0,0,.5); text-align: center; }
.age-gate__mark { display: grid; place-items: center; width: 68px; height: 68px; margin: 0 auto 24px; background: var(--navy-950); color: var(--gold-500); font-size: 1.25rem; font-weight: 950; border-radius: 50%; }
.age-gate__dialog h2 { font-size: 2rem; }
.age-gate__dialog > p { color: var(--muted); }
.age-gate__actions { display: grid; gap: 10px; margin-top: 28px; }
.age-gate__note { margin: 18px 0 0 !important; font-size: .75rem; }

@media (max-width: 1100px) {
	.site-header__inner { gap: 17px; }
	.primary-navigation .menu { gap: 14px; }
	.header-actions .text-link { display: none; }
	.hero__grid { gap: 35px; }
	.game-panel { padding: 28px 22px; }
	.steps-layout, .faq-layout { gap: 55px; }
	.safety-grid article { padding: 65px 48px; }
}

@media (max-width: 980px) {
	body.bk888-mobile-menu-open { position: fixed; inset-inline: 0; width: 100%; overflow: hidden; overscroll-behavior: none; }
	.site-header__inner { grid-template-columns: 1fr auto auto; }
	.menu-toggle { display: block; grid-column: 2; }
	.header-actions { grid-column: 3; }
	.primary-navigation { position: fixed; z-index: 90; top: var(--bk888-mobile-menu-top, 78px); right: 0; bottom: var(--bk888-mobile-menu-bottom, 0px); left: 0; width: 100%; height: calc(100vh - var(--bk888-mobile-menu-top, 78px) - var(--bk888-mobile-menu-bottom, 0px)); height: calc(100dvh - var(--bk888-mobile-menu-top, 78px) - var(--bk888-mobile-menu-bottom, 0px)); max-height: none; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; background: var(--navy-950); border-top: 1px solid rgba(255,255,255,.1); box-shadow: none; }
	.js .primary-navigation { display: none; }
	.js .primary-navigation.is-open { display: block; }
	html:not(.js) .primary-navigation { position: static; grid-column: 1 / -1; width: auto; height: auto; max-height: none; overflow: visible; }
	.primary-navigation .menu { width: var(--wrap); display: grid; gap: 0; margin: 0 auto; padding: 15px 0 25px; }
	.primary-navigation li { border-bottom: 1px solid rgba(255,255,255,.1); }
	.primary-navigation a { display: block; padding: 14px 4px; color: var(--white); }
	.mobile-navigation__login { display: block; width: var(--wrap); margin: -10px auto 0; padding: 0 0 34px; }
	.mobile-navigation__login a { padding: 18px 4px; border-bottom: 1px solid rgba(255,255,255,.1); color: var(--gold-400); }
	.mobile-navigation__login a:hover { color: var(--white); }
	.hero__grid { min-height: auto; grid-template-columns: 1fr; padding: 85px 0; }
	.hero { min-height: auto; }
	.hero__visual { display: none; }
	.hero h1 { max-width: 780px; }
	.utility-strip__grid { grid-template-columns: repeat(2, 1fr); }
	.game-grid { grid-template-columns: repeat(2, 1fr); }
	.game-panel { min-height: 315px; }
	.steps-layout, .faq-layout { grid-template-columns: 1fr; }
	.steps-layout__intro { position: static; }
	.terms-callout { grid-template-columns: 90px 1fr; padding: 50px 0; }
	.terms-callout > div:last-child { grid-column: 2; }
	.mobile-feature { gap: 60px; }
	.payment-track { grid-template-columns: 1fr; }
	.payment-track > div { display: grid; grid-template-columns: 50px 1fr; column-gap: 15px; padding: 25px 0; border-bottom: 1px solid #cbd3dc; }
	.payment-track > div + div { padding-left: 0; border-left: 0; }
	.payment-track span { grid-row: span 2; margin: 0; }
	.payment-track h3 { margin-bottom: 4px; }
	.payment-track p { margin: 0; }
	.safety-grid { width: 100%; grid-template-columns: 1fr 1fr; }
	.final-cta__inner { gap: 45px; }
	.site-footer__grid { grid-template-columns: 1fr 1fr; }
	.site-footer__help { grid-column: 1 / -1; }
	.demo-section { padding: 80px 0; }
	.round-steps { grid-template-columns: repeat(2, 1fr); }
	.round-steps li:nth-child(3) { border-left: 0; }
	.demo-values, .demo-payouts, .demo-faq { grid-template-columns: 1fr; gap: 36px; }
	.demo-values .demo-section__heading, .demo-payouts .demo-section__heading, .demo-faq .demo-section__heading { margin-bottom: 0; }
	.drawing-grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
	:root { --wrap: min(100% - 28px, 1180px); }
	body { padding-bottom: 61px; }
	h1 { font-size: 2.65rem; }
	h2 { font-size: 2rem; }
	.section { padding: 75px 0; }
	.site-header__inner { min-height: 68px; grid-template-columns: 1fr auto; }
	.primary-navigation { top: var(--bk888-mobile-menu-top, 68px); bottom: var(--bk888-mobile-menu-bottom, 61px); height: calc(100vh - var(--bk888-mobile-menu-top, 68px) - var(--bk888-mobile-menu-bottom, 61px)); height: calc(100dvh - var(--bk888-mobile-menu-top, 68px) - var(--bk888-mobile-menu-bottom, 61px)); }
	.header-actions { display: none; }
	.menu-toggle { grid-column: 2; }
	.wordmark { font-size: 1.02rem; }
	.custom-logo { max-height: 40px; max-width: 200px; }
	.hero__grid { padding: 65px 0 70px; }
	.hero h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
	.hero__lead { font-size: 1rem; }
	.hero__actions { display: grid; }
	.hero__actions .button { width: 100%; }
	.utility-strip__grid { grid-template-columns: 1fr 1fr; width: 100%; }
	.utility-strip__grid > div { min-height: 92px; padding: 16px 14px; border-left: 0 !important; }
	.utility-strip__grid > div:nth-child(odd) { border-left: 0; }
	.section-heading--split { grid-template-columns: 1fr; gap: 10px; }
	.game-grid { grid-template-columns: 1fr; }
	.game-panel { min-height: 270px; }
	.game-panel__icon { margin-bottom: 42px; }
	.steps-layout { gap: 38px; }
	.steps-list li { grid-template-columns: 50px 1fr; gap: 14px; }
	.terms-callout { grid-template-columns: 1fr; gap: 8px; padding: 55px 0; }
	.terms-callout__index { font-size: 1.3rem; }
	.terms-callout > div:last-child { grid-column: 1; }
	.mobile-feature { grid-template-columns: 1fr; }
	.phone-illustration { display: none; }
	.mobile-feature .button-row { display: grid; }
	.safety-grid { grid-template-columns: 1fr; }
	.safety-grid article { min-height: 0; padding: 60px 28px; }
	.faq-layout { gap: 30px; }
	.final-cta__inner { grid-template-columns: 1fr; gap: 20px; }
	.final-cta .button-row { display: grid; }
	.entry-content dl { grid-template-columns: 1fr; }
	.entry-content dt { padding-bottom: 0; border-bottom: 0; }
	.entry-content dd { padding-top: 5px; }
	.page-hero { padding: 55px 0 58px; }
	.page-hero--demo { padding: 18px 0 20px; }
	.page-hero--demo h1 { font-size: 2.4rem; }
	.page-hero--demo p:not(.eyebrow) { margin-bottom: 14px; }
	.demo-tags { gap: 7px; }
	.demo-tags li { padding: 6px 9px; font-size: .66rem; }
	.post-grid { grid-template-columns: 1fr; }
	.sitemap-list { columns: 1; }
	.section--demo-frame { padding: 22px 0 55px; }
	.demo-intro { align-items: flex-start; flex-direction: column; gap: 1px; padding-bottom: 10px; }
	.demo-frame { height: 68vh; height: 68dvh; min-height: 500px; aspect-ratio: auto; border-width: 1px; }
	.demo-frame iframe { height: 100%; min-height: 500px; }
	.demo-fullscreen { top: 8px; right: 8px; min-height: 34px; padding: 6px 9px; }
	.demo-placeholder { padding: 38px 20px; }
	.demo-section { padding: 65px 0; }
	.demo-section__heading { margin-bottom: 28px; }
	.round-steps { grid-template-columns: 1fr; }
	.round-steps li, .round-steps li + li { min-height: 0; padding: 23px 0; border-left: 0; }
	.round-steps li > span { margin-bottom: 20px; }
	.demo-values__content { grid-template-columns: 1fr; }
	.choice-grid { grid-template-columns: 1fr; }
	.choice-grid article { min-height: 0; padding: 25px; }
	.choice-grid article > span { margin-bottom: 25px; }
	.choice-note { padding: 17px 18px; }
	.drawing-table h3 { padding: 19px 16px 14px; }
	.drawing-table th, .drawing-table td, .payout-table th, .payout-table td { padding: 12px 10px; font-size: .84rem; overflow-wrap: anywhere; }
	.drawing-table tbody th, .payout-table tbody th { width: 36%; }
	.drawing-note { padding: 17px 18px; }
	.demo-faq { gap: 28px; }
	.demo-reminder__inner { grid-template-columns: auto 1fr; }
	.demo-reminder__inner .button { grid-column: 1 / -1; }
	.site-footer { padding-top: 55px; }
	.site-footer__grid { grid-template-columns: 1fr; gap: 38px; }
	.site-footer__help { grid-column: auto; }
	.site-footer__legal { display: block; }
	.mobile-actions { position: fixed; z-index: 500; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1.25fr 1fr; background: var(--navy-950); border-top: 1px solid rgba(255,255,255,.16); box-shadow: 0 -8px 24px rgba(0,0,0,.18); }
	.mobile-action { display: grid; place-items: center; min-height: 61px; color: #d7e0e9; font-size: .73rem; font-weight: 800; text-decoration: none; border-right: 1px solid rgba(255,255,255,.12); }
	.mobile-action:hover { color: var(--white); background: var(--navy-800); }
	.mobile-action--primary { background: var(--gold-500); color: var(--navy-950); }
	.mobile-action--primary:hover { background: var(--gold-400); color: var(--navy-950); }
	.age-gate__dialog { padding: 34px 22px 28px; }
	.age-gate__mark { width: 58px; height: 58px; margin-bottom: 18px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
