/* Polaris Poker — marketing site. © 2026 Polaris Poker. All rights reserved. Proprietary and confidential. */
:root {
  color-scheme: dark;
  --bg: #080706;
  --bg-2: #0D0B09;
  --surface: #120F0C;
  --surface-2: #17130F;
  --line: rgba(212, 175, 106, .16);
  --line-2: rgba(212, 175, 106, .32);
  --ink: #F6F1E7;
  --ink-2: #BDB3A2;
  --ink-3: #857B6B;
  --gold-1: #F6E3B4;
  --gold-2: #D9B56E;
  --gold-3: #A67C3A;
  --gold: linear-gradient(180deg, #F6E3B4 0%, #D9B56E 48%, #A67C3A 100%);
  --gold-text: linear-gradient(180deg, #FFF3D1 0%, #E8C682 45%, #B88A42 100%);
  --accent: #D9B56E;
  --accent-ink: #1A1206;
  --accent-soft: rgba(217, 181, 110, .12);
  --felt: #3DDC97;
  --warn: #F0C15A;
  --danger: #EE6A5F;
  --info: #7FA6EE;
  --radius: 16px;
  --wrap: 1200px;
  --gutter: clamp(16px, 4vw, 40px);
  --font: 'Archivo', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --serif: 'Bodoni Moda', 'Didot', 'Bodoni 72', Georgia, serif;
}
* { box-sizing: border-box; }
html { background: var(--bg); scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--font); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img { max-width: 100%; display: block; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--gold-2); outline-offset: 3px; border-radius: 6px; }
.num { font-variant-numeric: tabular-nums; }
.wrap { width: 100%; max-width: calc(var(--wrap) + 2 * var(--gutter)); margin: 0 auto; padding-inline: var(--gutter); }
.skip { position: absolute; left: -999px; top: 8px; background: var(--gold-2); color: var(--accent-ink); padding: 8px 14px; border-radius: 8px; z-index: 50; font-weight: 700; }
.skip:focus { left: 8px; }

/* type scale */
.display { font-family: var(--serif); font-weight: 600; font-size: clamp(46px, 7.6vw, 104px); line-height: .96; letter-spacing: -.02em; text-wrap: balance; margin: 0; }
.display em, .h2 em { font-style: italic; background: var(--gold-text); -webkit-background-clip: text; background-clip: text; color: transparent; padding-right: .06em; }
.h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(34px, 4.6vw, 58px); line-height: 1.02; letter-spacing: -.015em; text-wrap: balance; margin: 0; }
.h3 { font-weight: 700; font-size: clamp(20px, 2vw, 24px); line-height: 1.2; letter-spacing: -.015em; margin: 0; }
.lead { font-size: clamp(17px, 1.6vw, 20px); color: var(--ink-2); max-width: 36em; margin: 0; text-wrap: pretty; }
.body { color: var(--ink-2); margin: 0; max-width: 34em; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 600; letter-spacing: .32em; text-transform: uppercase; color: var(--gold-2); margin: 0; }
.eyebrow::before, .center .eyebrow::after { content: ""; width: 28px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold-2)); }
.center .eyebrow::after { background: linear-gradient(90deg, var(--gold-2), transparent); }
.center { text-align: center; }
.center .lead, .center .body { margin-inline: auto; }
.center .eyebrow { justify-content: center; }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 52px; padding: 0 24px; border-radius: 12px; font: 700 16px/1 var(--font); text-decoration: none; white-space: nowrap; transition: transform .15s ease, background .15s ease, border-color .15s ease; }
.btn:active { transform: translateY(1px); }
.btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.btn-primary { background: var(--gold); color: var(--accent-ink); border: 1px solid #F6E3B4; box-shadow: inset 0 1px 0 rgba(255,255,255,.55), inset 0 -2px 0 rgba(120,80,20,.35), 0 2px 0 #6B4E1F; letter-spacing: .02em; }
.btn-primary:hover { filter: brightness(1.06); }
.btn-ghost { background: transparent; color: var(--gold-1); border: 1px solid var(--line-2); }
.btn-ghost:hover { border-color: var(--gold-2); }
.btn-sm { height: 42px; padding: 0 18px; font-size: 14px; }
.store { display: inline-flex; align-items: center; gap: 12px; height: 52px; padding: 0 18px 0 14px; border-radius: 12px; background: #000; border: 1px solid var(--line-2); color: #fff; text-decoration: none; }
.store:hover { border-color: var(--gold-2); }
.store svg { color: var(--gold-2); }
.store svg { width: 22px; height: 22px; }
.store span { display: flex; flex-direction: column; line-height: 1.1; }
.store small { font-size: 10px; color: #B8C0CC; letter-spacing: .02em; }
.store b { font-size: 16px; font-weight: 700; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.center .actions { justify-content: center; }

/* header */
.site-header { position: sticky; top: env(safe-area-inset-top, 0px); z-index: 20; background: var(--bg); border-bottom: 1px solid transparent; }
.site-header.scrolled { border-bottom-color: var(--line); }
.nav { display: flex; align-items: center; gap: 40px; height: 76px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 38px; height: 38px; }
.brand span { font-weight: 700; font-size: 17px; letter-spacing: .32em; background: var(--gold-text); -webkit-background-clip: text; background-clip: text; color: transparent; }
.nav-links { display: flex; gap: 30px; margin: 0; padding: 0; list-style: none; }
.nav-links a { text-decoration: none; font-size: 14px; font-weight: 500; color: var(--ink-2); }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--ink); }
.nav-end { margin-left: auto; display: flex; align-items: center; gap: 18px; }
.nav-end .signin { font-size: 14px; font-weight: 600; text-decoration: none; }
.menu-btn { display: none; margin-left: auto; width: 44px; height: 44px; border-radius: 10px; border: 1px solid var(--line-2); background: transparent; color: var(--ink); cursor: pointer; }
.menu-btn svg { width: 20px; height: 20px; }
.mobile-menu { display: none; }

/* hero */
.hero { padding-top: clamp(40px, 7vw, 88px); display: grid; gap: 22px; justify-items: center; text-align: center; }
.pill-note { display: inline-flex; align-items: center; gap: 10px; height: 34px; padding: 0 14px 0 6px; border: 1px solid var(--line-2); border-radius: 17px; font-size: 13px; font-weight: 600; color: var(--ink-2); }
.pill-note b { height: 22px; padding: 0 9px; border-radius: 11px; background: var(--gold); color: var(--accent-ink); font-size: 11px; font-weight: 800; letter-spacing: .04em; display: inline-flex; align-items: center; }
.hero .lead { max-width: 34em; }
.stage { position: relative; width: 100%; max-width: 1120px; margin-top: 36px; padding-right: clamp(0px, 9%, 110px); }
.frame { border-radius: 14px; overflow: hidden; background: #0B0E13; border: 1px solid #5A4526; box-shadow: 0 0 0 1px #000, 0 0 0 5px #15110B, 0 0 0 6px #6B522B, 0 50px 90px -24px rgba(0,0,0,.85); box-shadow: 0 40px 80px -20px rgba(0,0,0,.7); }
.frame-bar { height: 34px; display: flex; align-items: center; gap: 8px; padding: 0 6px 0 12px; border-bottom: 1px solid var(--line); background: #090C11; }
.frame-bar img { width: 16px; height: 16px; flex-shrink: 0; }
.frame-bar span { font-size: 12px; font-weight: 600; color: var(--ink-3); letter-spacing: .02em; }
.frame-bar .ctl { margin-left: auto; display: flex; }
.frame-bar .ctl i { width: 36px; height: 24px; display: grid; place-items: center; }
.frame-bar .ctl i::before { content: ""; width: 10px; height: 1.5px; background: var(--ink-3); }
.frame-bar .ctl i:nth-child(2)::before { width: 9px; height: 9px; background: none; border: 1.5px solid var(--ink-3); border-radius: 1px; }
.frame-bar .ctl i:nth-child(3)::before { width: 12px; height: 1.5px; transform: rotate(45deg); box-shadow: none; }
.frame-bar .ctl i:nth-child(3) { position: relative; }
.frame-bar .ctl i:nth-child(3)::after { content: ""; position: absolute; width: 12px; height: 1.5px; background: var(--ink-3); transform: rotate(-45deg); }
.platforms { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.plat { padding: 26px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); display: grid; gap: 14px; align-content: start; }
.plat svg.pi { width: 30px; height: 30px; color: var(--ink); }
.plat p { margin: 0; font-size: 14px; color: var(--ink-3); }
.frame > img { width: 100%; height: auto; }
.phone { width: 100%; padding: 7px; border-radius: 34px; background: linear-gradient(160deg, #3A2D18, #0B0906 30%, #0B0906 70%, #3A2D18); border: 1px solid #8A6A36; box-shadow: 0 30px 60px -10px rgba(0,0,0,.7); }
.phone img { border-radius: 28px; width: 100%; height: auto; }
.stage .phone { position: absolute; right: 0; bottom: -40px; width: clamp(150px, 22%, 250px); }

/* trust */
.trust { margin-top: clamp(80px, 9vw, 120px); border-block: 1px solid var(--line); padding-block: 22px; display: flex; flex-wrap: wrap; gap: 14px 34px; justify-content: center; }
.trust li { list-style: none; display: inline-flex; align-items: center; gap: 9px; font-size: 14px; color: var(--ink-2); }
.trust svg { width: 16px; height: 16px; color: var(--gold-2); }
ul.trust { margin-inline: 0; padding-inline: 0; }

/* sections */
.section { padding-block: clamp(80px, 10vw, 136px); }
.section-head { display: grid; gap: 16px; margin-bottom: clamp(36px, 5vw, 56px); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { position: relative; padding: 32px; border-radius: var(--radius); background: linear-gradient(180deg, var(--surface-2), var(--surface)); border: 1px solid var(--line); display: grid; gap: 14px; align-content: start; }
.card::before, .card::after { content: ""; position: absolute; width: 14px; height: 14px; border-color: var(--gold-3); border-style: solid; opacity: .8; }
.card::before { top: 10px; left: 10px; border-width: 1px 0 0 1px; border-top-left-radius: 4px; }
.card::after { bottom: 10px; right: 10px; border-width: 0 1px 1px 0; border-bottom-right-radius: 4px; }
.card .ico { width: 48px; height: 48px; border-radius: 50%; background: var(--accent-soft); border: 1px solid var(--line-2); display: grid; place-items: center; color: var(--gold-1); }
.card .ico svg { width: 22px; height: 22px; }

.split { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(40px, 6vw, 88px); align-items: center; }
.split.flip > :first-child { order: 2; }
.split .copy { display: grid; gap: 18px; }
.ticks { list-style: none; padding: 0; margin: 6px 0 0; display: grid; gap: 12px; }
.ticks li { display: flex; gap: 12px; color: var(--ink-2); }
.ticks svg { width: 18px; height: 18px; flex-shrink: 0; margin-top: 4px; color: var(--gold-2); }
.ticks b { color: var(--ink); font-weight: 650; }
.pair { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: end; max-width: 560px; justify-self: center; width: 100%; }
.pair .phone { aspect-ratio: 720 / 1599; overflow: hidden; }
.pair .phone img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.pair .phone:first-child { transform: translateY(-36px); }
.duo { position: relative; padding-bottom: 40px; }
.duo .phone { position: absolute; right: -10px; bottom: 0; width: 34%; }

/* security */
.secure { position: relative; border-radius: 28px; background: linear-gradient(180deg, #14100C, #0D0B09); border: 1px solid var(--line-2); box-shadow: inset 0 0 0 6px #0D0B09, inset 0 0 0 7px var(--line); padding: clamp(28px, 5vw, 64px); display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.shield-mark { width: 56px; height: 56px; border-radius: 50%; background: var(--accent-soft); border: 1px solid var(--line-2); display: grid; place-items: center; color: var(--gold-1); }
.shield-mark svg { width: 26px; height: 26px; }
.feed { border-radius: 20px; background: var(--surface); border: 1px solid var(--line); overflow: hidden; }
.feed-head { display: flex; align-items: center; gap: 10px; padding: 16px 20px; border-bottom: 1px solid var(--line); font-weight: 700; font-size: 14px; }
.feed-head > svg { width: 18px; height: 18px; color: var(--gold-2); flex-shrink: 0; }
.live { display: inline-flex; align-items: center; gap: 7px; margin-left: auto; font-size: 12px; font-weight: 700; color: var(--felt); }
.live i { width: 7px; height: 7px; border-radius: 50%; background: var(--felt); animation: pulse 1.8s ease-out infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(61,220,151,.5); } 70% { box-shadow: 0 0 0 7px rgba(61,220,151,0); } 100% { box-shadow: 0 0 0 0 rgba(61,220,151,0); } }
.flag { display: grid; grid-template-columns: 36px 1fr auto; gap: 14px; align-items: center; padding: 16px 20px; border-bottom: 1px solid var(--line); }
.flag:last-child { border-bottom: 0; }
.flag .fi { width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; }
.flag .fi svg { width: 18px; height: 18px; }
.flag p { margin: 0; font-size: 14px; font-weight: 600; line-height: 1.4; }
.flag small { display: block; font-size: 12px; color: var(--ink-3); font-weight: 500; margin-top: 2px; }
.tag { height: 24px; padding: 0 10px; border-radius: 12px; display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; white-space: nowrap; }
.tag::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.t-red { color: var(--danger); background: rgba(242,100,100,.12); } .fi.t-red { background: rgba(242,100,100,.12); }
.t-amber { color: var(--warn); background: rgba(245,196,81,.12); } .fi.t-amber { background: rgba(245,196,81,.12); }
.t-blue { color: var(--info); background: rgba(107,155,242,.12); } .fi.t-blue { background: rgba(107,155,242,.12); }
.t-green { color: var(--felt); background: rgba(61,220,151,.12); } .fi.t-green { background: rgba(61,220,151,.12); }
.flag .fi::before { display: none; }
.stats { display: flex; flex-wrap: wrap; gap: 28px 0; }
.stat { padding-right: 28px; margin-right: 28px; border-right: 1px solid var(--line); display: grid; gap: 2px; }
.stat:last-child { border-right: 0; margin-right: 0; padding-right: 0; }
.stat b { font-family: var(--serif); font-size: 34px; font-weight: 600; font-style: italic; background: var(--gold-text); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat span { font-size: 13px; color: var(--ink-3); }

/* themes */
.themes { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 16px; }
.theme { position: relative; border-radius: var(--radius); border: 1px solid var(--line-2); overflow: hidden; min-height: 300px; display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; background: var(--surface); }
.theme img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top; }
.theme .shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,9,13,0) 40%, rgba(7,9,13,.92) 100%); }
.theme h3, .theme p { position: relative; margin: 0; }
.theme p { font-size: 13px; color: var(--ink-3); margin-top: 4px; }
.theme .soon { position: absolute; top: 18px; left: 18px; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }
.th-sports { background: #0D1A2C; } .th-sports h3 { font-style: italic; font-weight: 800; font-size: 30px; letter-spacing: -.02em; }
.th-west { background: #1B1109; } .th-west h3 { font-family: 'Bitter', Georgia, serif; font-weight: 700; font-size: 28px; color: #E9C08A; }
.th-cel { background: #0A1330; } .th-cel h3 { font-family: 'Cinzel', Georgia, serif; font-weight: 700; font-size: 26px; letter-spacing: .06em; color: #E8D29A; }
.th-contemp h3 { font-size: 28px; font-weight: 800; }

/* CTA band */
.band { border-radius: 28px; border: 1px solid var(--line-2); background: linear-gradient(180deg, #16120D, #0F0C09); box-shadow: inset 0 0 0 6px #0F0C09, inset 0 0 0 7px var(--line); padding: clamp(36px, 6vw, 72px); display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; }

/* faq */
.faq { display: grid; gap: 0; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 24px 0; display: flex; justify-content: space-between; gap: 20px; font-family: var(--serif); font-size: 22px; font-weight: 600; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--font); font-size: 24px; font-weight: 300; color: var(--gold-2); line-height: 1; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: 0 0 22px; color: var(--ink-2); max-width: 44em; }

/* tables */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); }
table { width: 100%; border-collapse: collapse; min-width: 640px; }
th, td { text-align: left; padding: 16px 20px; border-bottom: 1px solid var(--line); font-size: 15px; }
th { font-size: 11px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--gold-2); background: var(--bg-2); }
tr:last-child td { border-bottom: 0; }
td.num, th.num { text-align: right; }

/* page hero (inner pages) */
.page-hero { padding-block: clamp(56px, 8vw, 104px) clamp(32px, 5vw, 56px); display: grid; gap: 20px; }
.prose { max-width: 720px; }
.prose h2 { font-size: 24px; letter-spacing: -.015em; margin: 44px 0 12px; }
.prose p, .prose li { color: var(--ink-2); }
.draft { border: 1px dashed var(--warn); color: var(--warn); border-radius: 12px; padding: 14px 18px; font-size: 14px; }

/* footer */
.site-footer { border-top: 1px solid var(--line); margin-top: clamp(80px, 10vw, 120px); padding-block: 56px 36px; }
.foot { display: grid; grid-template-columns: 1.3fr repeat(4, 1fr); gap: 32px; }
.foot h4 { margin: 0 0 14px; font-size: 13px; }
.foot ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.foot a { text-decoration: none; color: var(--ink-2); font-size: 14px; }
.foot a:hover { color: var(--ink); }
.foot .about { display: grid; gap: 14px; align-content: start; }
.foot .about p { margin: 0; font-size: 13px; color: var(--ink-3); max-width: 30em; }
.legal { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 12px; color: var(--ink-3); }

/* responsive */
@media (max-width: 980px) {
  .nav-links, .nav-end { display: none; }
  .menu-btn { display: inline-grid; place-items: center; }
  .mobile-menu.open { display: grid; gap: 4px; padding-block: 8px 20px; border-top: 1px solid var(--line); }
  .mobile-menu a { padding: 12px 0; text-decoration: none; font-weight: 600; }
  .cards, .themes, .platforms { grid-template-columns: 1fr 1fr; }
  .split, .secure, .band { grid-template-columns: 1fr; }
  .split.flip > :first-child { order: 0; }
  .foot { grid-template-columns: 1fr 1fr; }
  .foot .about { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  .cards, .themes, .platforms { grid-template-columns: 1fr; }
  .stage { padding-right: 0; }
  .stage .phone { width: 34%; bottom: -24px; right: -4px; }
  .stat { padding-right: 18px; margin-right: 18px; }
  .stat b { font-size: 24px; }
  .flag { grid-template-columns: 32px 1fr; }
  .flag .tag { grid-column: 2; justify-self: start; }
  .actions .btn, .actions .store { flex: 1 1 100%; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .live i { animation: none; }
  .btn { transition: none; }
}

/* ---- glamour layer ---- */
.hero { position: relative; isolation: isolate; }
.sunburst { position: absolute; z-index: -1; left: 50%; top: -40px; width: min(1400px, 140vw); height: 760px; transform: translateX(-50%); pointer-events: none; }
.suits { display: flex; justify-content: center; align-items: center; gap: 18px; color: var(--gold-3); font-size: 14px; letter-spacing: .2em; }
.suits::before, .suits::after { content: ""; flex: 0 1 180px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold-3)); }
.suits::after { background: linear-gradient(90deg, var(--gold-3), transparent); }
.rule-gold { height: 1px; border: 0; margin: 0; background: linear-gradient(90deg, transparent, var(--gold-3) 20%, var(--gold-2) 50%, var(--gold-3) 80%, transparent); }
.trust { border-block: 0; position: relative; }
.trust::before, .trust::after { content: ""; position: absolute; left: var(--gutter); right: var(--gutter); height: 1px; background: linear-gradient(90deg, transparent, var(--gold-3) 20%, var(--gold-2) 50%, var(--gold-3) 80%, transparent); }
.trust::before { top: 0; } .trust::after { bottom: 0; }
.site-header.scrolled { border-bottom-color: var(--line); }
.site-footer { border-top: 0; position: relative; }
.site-footer::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--gold-3) 20%, var(--gold-2) 50%, var(--gold-3) 80%, transparent); }
.foot h4 { color: var(--gold-2); letter-spacing: .2em; text-transform: uppercase; font-size: 11px; font-weight: 600; }
.pill-note { border-color: var(--line-2); color: var(--gold-1); }
.theme h3 { font-family: var(--serif); }
.th-contemp h3 { font-family: var(--serif); font-weight: 600; font-size: 30px; }
.th-sports h3 { font-family: var(--font); }

/* ---- playing cards ---- */
.pc { position: relative; display: inline-grid; place-items: center; width: 46px; height: 64px; border-radius: 7px; background: #FBF8F1; border: 1px solid #E7DFCC; box-shadow: 0 2px 0 rgba(0,0,0,.35), 0 8px 18px -6px rgba(0,0,0,.6); font-family: var(--font); line-height: 1; flex-shrink: 0; }
.pc b { position: absolute; top: 6px; left: 7px; font-size: 15px; font-weight: 800; letter-spacing: -.03em; }
.pc i { font-style: normal; font-size: 24px; margin-top: 12px; }
.pc.red { color: #C8323C; } .pc.blk { color: #16171B; }
.pc.back { background: linear-gradient(135deg, #1A140C 0 25%, #221A0F 25% 50%, #1A140C 50% 75%, #221A0F 75%) 0 0 / 8px 8px; border: 1px solid #8A6A36; box-shadow: inset 0 0 0 3px #120E08, inset 0 0 0 4px #6B522B, 0 8px 18px -6px rgba(0,0,0,.6); }

/* ---- games wall ---- */
.games { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.game { position: relative; overflow: hidden; border-radius: var(--radius); border: 1px solid var(--line); background: radial-gradient(120% 90% at 50% 120%, var(--felt-a, #0F4A33) 0%, var(--felt-b, #07231A) 55%, #0B0906 100%); min-height: 220px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; }
.game h3 { margin: 0; font-family: var(--serif); font-weight: 600; font-size: 26px; line-height: 1.05; letter-spacing: -.01em; }
.game p { margin: 6px 0 0; font-size: 13px; color: var(--ink-2); max-width: 22em; }
.game .fan { display: flex; justify-content: center; padding-top: 14px; }
.game .fan .pc { margin-left: -14px; transform: rotate(calc((var(--i) - (var(--n) - 1) / 2) * 7deg)) translateY(calc(var(--d, 0) * 1px)); transform-origin: 50% 120%; }
.game .fan .pc:first-child { margin-left: 0; }
.game.wide { grid-column: span 2; }
.game .kicker { font-size: 11px; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; color: var(--gold-2); }
.g-blue { --felt-a: #163C7A; --felt-b: #0A1B3A; } .g-wine { --felt-a: #6E1A28; --felt-b: #2B0A10; } .g-slate { --felt-a: #2C3442; --felt-b: #11151C; } .g-teal { --felt-a: #0F5560; --felt-b: #062329; } .g-plum { --felt-a: #4A2466; --felt-b: #1C0D28; }
.big-num { font-family: var(--serif); font-style: italic; font-weight: 600; font-size: clamp(88px, 12vw, 168px); line-height: .85; background: var(--gold-text); -webkit-background-clip: text; background-clip: text; color: transparent; letter-spacing: -.04em; }

/* ---- verifier ---- */
.verifier { border-radius: 24px; border: 1px solid var(--line-2); background: linear-gradient(180deg, #14100C, #0D0B09); padding: clamp(22px, 3vw, 32px); display: grid; gap: 18px; box-shadow: inset 0 0 0 6px #0D0B09, inset 0 0 0 7px var(--line); }
.verifier form { display: flex; gap: 10px; flex-wrap: wrap; }
.verifier label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.verifier input { flex: 1 1 220px; height: 52px; border-radius: 12px; background: #0A0806; border: 1px solid var(--line-2); color: var(--ink); padding: 0 16px; font: 600 16px var(--font); letter-spacing: .04em; }
.verifier input:focus { outline: 2px solid var(--gold-2); outline-offset: 1px; }
.v-samples { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; font-size: 13px; color: var(--ink-3); }
.v-samples button { height: 30px; padding: 0 12px; border-radius: 15px; border: 1px solid var(--line-2); background: transparent; color: var(--gold-1); font: 600 12px var(--font); cursor: pointer; }
.v-samples button:hover { border-color: var(--gold-2); }
[data-out] { display: grid; gap: 12px; min-height: 40px; }
.v-row { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-bottom: 10px; border-bottom: 1px solid var(--line); font-size: 13px; color: var(--ink-3); }
.v-row code { font: 600 13px ui-monospace, 'SF Mono', Menlo, Consolas, monospace; color: var(--gold-1); }
.v-deck { display: flex; flex-wrap: wrap; gap: 6px; padding: 6px 0; }
.v-deck .pc { animation: deal .45s cubic-bezier(.2,.8,.2,1) both; animation-delay: calc(var(--i) * 45ms); }
.v-deck .more { align-self: center; margin-left: 6px; font-size: 13px; color: var(--ink-3); }
@keyframes deal { from { transform: translateY(-14px) rotate(-6deg); opacity: .0; } to { transform: none; opacity: 1; } }
.v-result { margin: 0; font-weight: 700; font-size: 15px; }
.v-result.ok { color: var(--felt); } .v-result.bad { color: var(--danger); }
.v-msg { margin: 0; color: var(--ink-2); font-size: 14px; }

/* ---- elsewhere vs polaris ---- */
.versus { display: grid; grid-template-columns: 1fr 1fr; border-radius: 24px; overflow: hidden; border: 1px solid var(--line-2); }
.versus > div { padding: clamp(24px, 4vw, 44px); display: grid; gap: 4px; align-content: start; }
.versus .else { background: #0C0B0A; }
.versus .us { background: linear-gradient(180deg, #17120B, #0F0C08); border-left: 1px solid var(--line-2); }
.versus h3 { margin: 0 0 14px; font-size: 12px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--ink-3); }
.versus .us h3 { color: var(--gold-2); }
.versus p { margin: 0; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 16px; line-height: 1.5; }
.versus p:last-child { border-bottom: 0; }
.versus .else p { color: var(--ink-3); }
.versus .us p { color: var(--ink); }
.versus .us p b { font-family: var(--serif); font-style: italic; font-weight: 600; font-size: 19px; color: var(--gold-1); }

/* ---- chapters ---- */
.chapter { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(40px, 6vw, 88px); align-items: center; }
.chapter.flip > :first-child { order: 2; }
.chapter .copy { display: grid; gap: 20px; }
.chapter .body { font-size: 17px; }
.proof { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 4px; }
.proof a { font-size: 14px; font-weight: 600; color: var(--gold-1); text-decoration: none; border-bottom: 1px solid var(--line-2); padding-bottom: 2px; }
.proof a:hover { border-color: var(--gold-2); }
.quote { font-family: var(--serif); font-style: italic; font-weight: 500; font-size: clamp(24px, 3vw, 34px); line-height: 1.25; color: var(--gold-1); margin: 0; max-width: 28em; }
.changelog { display: grid; gap: 0; border-top: 1px solid var(--line); }
.changelog article { display: grid; grid-template-columns: 180px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.changelog time { font-size: 13px; color: var(--gold-2); letter-spacing: .12em; text-transform: uppercase; font-weight: 600; }
.changelog ul { margin: 8px 0 0; padding-left: 18px; color: var(--ink-2); }
@media (max-width: 980px) {
  .games { grid-template-columns: 1fr 1fr; }
  .chapter, .versus { grid-template-columns: 1fr; }
  .chapter.flip > :first-child { order: 0; }
  .versus .us { border-left: 0; border-top: 1px solid var(--line-2); }
  .changelog article { grid-template-columns: 1fr; gap: 6px; }
}
@media (max-width: 620px) {
  .games { grid-template-columns: 1fr; }
  .game.wide { grid-column: auto; }
  .pc { width: 38px; height: 54px; } .pc b { font-size: 13px; } .pc i { font-size: 20px; }
}
@media (prefers-reduced-motion: reduce) { .v-deck .pc { animation: none; } }
.chapter .games { grid-template-columns: 1fr 1fr; }
.chapter .games .game.wide { grid-column: span 2; }
.theme .shade { background: linear-gradient(180deg, rgba(8,7,6,.15) 0%, rgba(8,7,6,.7) 55%, rgba(8,7,6,.97) 100%); }
.theme .glyph { position: absolute; right: -10px; top: 20px; font-family: var(--serif); font-size: 190px; line-height: 1; color: transparent; -webkit-text-stroke: 1px rgba(217,181,110,.35); pointer-events: none; }
@media (max-width: 620px) { .chapter .games { grid-template-columns: 1fr; } .chapter .games .game.wide { grid-column: auto; } }
.suits { white-space: nowrap; }
.games.draw { grid-template-columns: 1.3fr 1fr 1fr; }
.games.draw .game { min-height: 280px; border-color: var(--line-2); }
.games.draw .game.wide { grid-column: auto; }
.games.draw .game h3 { font-size: 34px; }
@media (max-width: 980px) { .games.draw { grid-template-columns: 1fr; } }
.tablet { width: 100%; padding: 10px; border-radius: 26px; background: linear-gradient(160deg, #3A2D18, #0B0906 30%, #0B0906 70%, #3A2D18); border: 1px solid #8A6A36; box-shadow: 0 30px 60px -10px rgba(0,0,0,.75); }
.tablet img { width: 100%; height: auto; border-radius: 16px; }
.stage { padding-left: clamp(0px, 9%, 110px); }
.stage .tablet { position: absolute; left: 0; bottom: -56px; width: clamp(180px, 32%, 360px); }
@media (max-width: 620px) { .stage { padding-left: 0; } .stage .tablet { width: 44%; left: -4px; bottom: -30px; } }
