/* BingoPlus — mall bingo hall on your phone.
   Hall-black ground, incandescent lamps, newsprint cards, corn-kernel marks. */

@font-face {
  font-family: "Big Shoulders Display";
  src: url(../fonts/big-shoulders-latin.woff2) format("woff2");
  font-weight: 600 900; font-style: normal; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Big Shoulders Display";
  src: url(../fonts/big-shoulders-latin-ext.woff2) format("woff2");
  font-weight: 600 900; font-style: normal; font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Libre Franklin";
  src: url(../fonts/libre-franklin-latin.woff2) format("woff2");
  font-weight: 400 800; font-style: normal; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Libre Franklin";
  src: url(../fonts/libre-franklin-latin-ext.woff2) format("woff2");
  font-weight: 400 800; font-style: normal; font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --hall: #12110f;
  --hall-2: #1b1916;
  --hall-3: #26231f;
  --hall-line: #3a352e;
  --text: #efebe3;
  --text-2: #b8b0a1;
  --text-3: #968d7f;

  --lamp: #ffb020;
  --lamp-hi: #ffe4a6;
  --lamp-lo: #c77800;
  --lamp-ink: #2a1700;
  --lamp-off: #211e1a;
  --lamp-off-ink: #5c554a;
  --call: #e23b2e;

  --paper: #dcdbd3;
  --paper-2: #cfcdc4;
  --paper-3: #aeaba1;
  --paper-hi: #ebeae4;
  --ink: #181715;
  --ink-2: #47443e;

  --red: #bd2530;
  --blue: #1c4d99;
  --green: #1b6f40;
  --kernel: #f2c12e;
  --kernel-lo: #b98510;

  --r-sm: 6px;
  --r: 10px;
  --r-lg: 16px;
  --gut: 16px;
  --dock-h: 64px;
  --ease: cubic-bezier(.16, 1, .3, 1);

  --f-display: "Big Shoulders Display", "Arial Narrow", "Roboto Condensed", sans-serif;
  --f-text: "Libre Franklin", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 .1 0 0 0 0 .1 0 0 0 0 .09 0 0 0 .09 0'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: smooth; scrollbar-color: var(--hall-line) var(--hall); }
body {
  margin: 0; background: var(--hall); color: var(--text);
  font: 400 16px/1.55 var(--f-text);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  caret-color: var(--lamp);
}
::selection { background: var(--lamp); color: var(--lamp-ink); }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-underline-offset: .2em; text-decoration-thickness: 1px; }
h1, h2, h3, h4 { font-family: var(--f-display); font-weight: 800; line-height: 1; letter-spacing: 0; margin: 0; text-wrap: balance; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--lamp); outline-offset: 2px; border-radius: 4px; }
.sr, .skip:not(:focus) { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.skip:focus { position: fixed; top: 8px; left: 8px; z-index: 100; background: var(--lamp); color: var(--lamp-ink); padding: 10px 14px; border-radius: var(--r-sm); font-weight: 700; }
.i { width: 20px; height: 20px; flex: none; }
.wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 var(--gut); }
.main { padding-bottom: 24px; }
.num, .rt, .seg { font-variant-numeric: tabular-nums; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 48px; padding: 0 20px; border-radius: var(--r); border: 0;
  font: 800 18px/1 var(--f-display); letter-spacing: .04em; text-transform: uppercase;
  text-decoration: none; cursor: pointer; white-space: nowrap;
  transition: transform .15s var(--ease), box-shadow .2s var(--ease), background-color .2s;
}
.btn:active { transform: translateY(1px); }
.btn-sm { min-height: 40px; padding: 0 14px; font-size: 16px; }
.btn-lamp {
  background: var(--lamp); color: var(--lamp-ink);
}
.btn-lamp:hover { background: #ffc04d; }
.btn-lamp:active { background: #f0a000; }
.btn-ghost { background: transparent; color: var(--text); box-shadow: inset 0 0 0 1.5px var(--hall-line); }
.btn-ghost:hover { box-shadow: inset 0 0 0 1.5px var(--text-3); }
.btn-ink { background: var(--card-ink, var(--ink)); color: #fff; }
.btn-ink:hover { filter: brightness(1.12); }
.btn-ink:active { filter: brightness(.9); }
.btn[aria-disabled="true"], .btn:disabled { opacity: .45; pointer-events: none; }
.btn-block { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 4px; font-weight: 700; color: var(--lamp); text-decoration: none; }
.text-link .i { width: 18px; height: 18px; transition: transform .2s var(--ease); }
.text-link:hover .i { transform: translateX(3px); }
.icon-btn { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; border: 0; background: transparent; cursor: pointer; color: inherit; }
.icon-btn:hover { background: var(--hall-3); }

/* ---------- wordmark ---------- */
.wm { display: inline-flex; align-items: center; gap: 8px; font: 900 23px/1 var(--f-display); text-transform: uppercase; letter-spacing: .02em; }
.wm-lamp {
  display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%;
  background: radial-gradient(circle at 38% 32%, var(--lamp-hi), var(--lamp) 50%, var(--lamp-lo));
  color: var(--lamp-ink); font: 900 20px/1 var(--f-display); padding-bottom: 2px;
  box-shadow: 0 2px 10px -2px rgba(255, 170, 0, .6);
}
.wm-text b { color: var(--lamp); font-weight: 900; }

/* ---------- header ---------- */
.top { position: sticky; top: 0; z-index: 30; background: rgba(18, 17, 15, .96); border-bottom: 1px solid var(--hall-line); }
@supports (backdrop-filter: blur(8px)) { .top { background: rgba(18, 17, 15, .85); backdrop-filter: blur(10px) saturate(1.2); } }
.top-in { display: flex; align-items: center; gap: 12px; height: 56px; max-width: 1200px; margin: 0 auto; padding: 0 8px 0 var(--gut); }
.brand { text-decoration: none; margin-right: auto; }
.top-nav { display: none; }
.top-act { display: flex; align-items: center; gap: 6px; }
.age-chip { display: none; }
.wallet-chip {
  display: inline-flex; align-items: center; gap: 6px; height: 36px; padding: 0 10px; border-radius: 999px;
  background: var(--hall-3); color: var(--text-2); text-decoration: none; font: 700 16px/1 var(--f-display); letter-spacing: .02em;
}
.wallet-chip .i { width: 18px; height: 18px; color: var(--lamp); }
.ghost-dash { color: var(--text-3); margin-left: 2px; }
.menu-btn { display: inline-grid; place-items: center; width: 44px; height: 44px; border: 0; background: transparent; color: var(--text); border-radius: 50%; cursor: pointer; }
.menu-btn .i { width: 24px; height: 24px; }
@media (max-width: 359px) { .wallet-chip { display: none; } }

/* ---------- menu (dialog) ---------- */
.menu {
  margin: 0 0 0 auto; height: 100%; max-height: 100%; width: min(92vw, 380px); max-width: none;
  border: 0; padding: 0; background: var(--hall-2); color: var(--text);
  box-shadow: -20px 0 40px -10px rgba(0, 0, 0, .6);
}
.menu::backdrop { background: rgba(8, 7, 6, .7); }
.menu[open] { animation: menu-in .35s var(--ease); }
@keyframes menu-in { from { transform: translateX(30px); opacity: 0; } }
.menu-in { padding: 8px var(--gut) 32px; }
.menu-top { display: flex; align-items: center; justify-content: space-between; height: 56px; }
.menu-cta { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 12px 0 20px; }
.menu-h { margin: 18px 0 4px; font: 800 14px/1 var(--f-display); letter-spacing: .12em; text-transform: uppercase; color: var(--lamp); }
.menu-list { list-style: none; margin: 0; padding: 0; }
.menu-list a { display: flex; align-items: center; justify-content: space-between; min-height: 48px; border-bottom: 1px solid var(--hall-line); text-decoration: none; font-weight: 600; }
.menu-list .i { width: 18px; height: 18px; color: var(--text-3); }
.menu-note { margin-top: 24px; font-size: 14px; color: var(--text-2); }

/* ---------- crumbs + page head ---------- */
.crumbs { max-width: 1200px; margin: 0 auto; padding: 12px var(--gut) 0; font-size: 13px; color: var(--text-3); }
.crumbs ol { display: flex; flex-wrap: wrap; gap: 4px; list-style: none; margin: 0; padding: 0; }
.crumbs li + li::before { content: "/"; margin-right: 4px; color: var(--hall-line); }
.crumbs a { text-decoration: none; color: var(--text-2); }
.crumbs a:hover { color: var(--text); }
.ph { padding: 16px 0 20px; }
.ph-t { font-size: clamp(40px, 11vw, 76px); line-height: .92; font-weight: 800; }
.ph-lead { margin-top: 14px; max-width: 60ch; color: var(--text-2); font-size: 17px; }
.ph-lead strong { color: var(--text); }

/* ---------- sections ---------- */
.sec { padding: 36px 0; }
.sec-h { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 6px 16px; margin-bottom: 16px; }
.sec-t { font-size: clamp(30px, 8vw, 48px); line-height: .95; }
.sec-x { color: var(--text-2); max-width: 62ch; margin: 12px 0 18px; }
.sec-h + .sec-x { margin-top: -4px; }
.sec-h .text-link { flex: none; padding-bottom: 4px; }

/* ---------- newsprint sheet ---------- */
.sheet {
  background: var(--paper) var(--grain); color: var(--ink);
  border-radius: 4px; box-shadow: 0 14px 30px -18px rgba(0, 0, 0, .9);
}
.sheet a:not(.btn) { color: var(--ink); }
.sheet .text-link { color: var(--ink); text-decoration: underline; text-decoration-color: var(--red); text-decoration-thickness: 2px; }
.sheet-pad { padding: 20px 16px; }
.band-paper { background: var(--paper) var(--grain); color: var(--ink); }
.band-paper .sec-x { color: var(--ink-2); }
.band-paper .text-link { color: var(--red); }

/* ---------- hall board ---------- */
.board {
  --cell: 1fr;
  background: #0c0b0a; border-radius: var(--r-lg); padding: 12px 10px 12px 8px;
  box-shadow: inset 0 0 0 1px #2c2822, inset 0 2px 0 rgba(255, 255, 255, .03), 0 18px 40px -24px rgba(0, 0, 0, .9);
}
.board-head { display: flex; align-items: center; gap: 12px; padding: 0 4px 12px 6px; }
.lastball {
  flex: none; width: 58px; height: 58px; border-radius: 50%; display: grid; place-content: center; text-align: center;
  background: radial-gradient(circle at 36% 30%, #34302a, #191713 70%); color: var(--lamp-off-ink);
  box-shadow: inset 0 -2px 4px rgba(0, 0, 0, .7), inset 0 0 0 2px #2b2721;
}
.lastball .lb-l { font: 800 12px/1 var(--f-display); letter-spacing: .1em; }
.lastball .lb-n { font: 900 26px/.9 var(--f-display); }
.lastball.on { background: radial-gradient(circle at 36% 30%, #ff8a73, var(--call) 55%, #8f1c14); color: #fff; box-shadow: 0 6px 20px -6px rgba(226, 59, 46, .8); }
.board-meta { flex: 1; min-width: 0; }
.bm-game { margin: 0; font: 800 20px/1.05 var(--f-display); color: var(--text); }
.bm-count { margin: 2px 0 0; font-size: 13px; color: var(--text-3); }
.bm-count .seg { font: 800 16px/1 var(--f-display); color: var(--lamp); letter-spacing: .04em; }
.board:not(.is-live) .bm-count .seg { color: var(--lamp-off-ink); }
.board-link { display: inline-flex; align-items: center; gap: 2px; font: 800 15px/1 var(--f-display); letter-spacing: .06em; text-transform: uppercase; color: var(--lamp); text-decoration: none; min-height: 44px; }
.board-link .i { width: 16px; height: 16px; }
.board-grid { display: grid; gap: 3px; }
.brow { display: grid; grid-template-columns: 16px repeat(15, minmax(0, 1fr)); gap: 3px; align-items: center; }
.brow-l { font: 900 17px/1 var(--f-display); color: var(--lamp); text-align: center; text-shadow: 0 0 8px rgba(255, 176, 32, .45); }
.lamp {
  position: relative; isolation: isolate; aspect-ratio: 1; border-radius: 50%;
  display: grid; place-items: center; overflow: hidden;
  font: 700 clamp(9px, 2.55vw, 15px)/1 var(--f-display); color: var(--lamp-off-ink);
  background: radial-gradient(circle at 36% 30%, #2e2a25, #181613 72%);
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, .7);
}
.lamp::after {
  content: ""; position: absolute; inset: 0; z-index: -1; border-radius: 50%; opacity: 0;
  background: radial-gradient(circle at 40% 35%, rgba(255, 246, 225, .55), rgba(255, 246, 225, .08) 70%);
  animation: chase .9s var(--ease) calc(var(--i) * 13ms + 200ms) 1 both;
}
.lamp.on { color: var(--lamp-ink); background: radial-gradient(circle at 38% 32%, var(--lamp-hi), var(--lamp) 50%, var(--lamp-lo)); box-shadow: 0 2px 8px -1px rgba(255, 166, 0, .55); }
.lamp.last { color: #fff; background: radial-gradient(circle at 38% 32%, #ff9c88, var(--call) 55%, #99201a); }
.lamp.on::after { display: none; }
@keyframes chase { 0% { opacity: 0; } 18% { opacity: .7; } 100% { opacity: 0; } }

/* ---------- home hero ---------- */
.hero { padding: 18px 0 8px; }
.hero-cta { display: flex; gap: 8px; margin: 18px 0 20px; }
.hero-cta .btn { flex: 1; }
.facts { margin-bottom: 20px !important; display: flex; flex-wrap: wrap; gap: 6px 14px; margin: 14px 0 0; padding: 0; list-style: none; font-size: 13px; color: var(--text-2); }
.facts li { display: inline-flex; align-items: center; gap: 6px; }
.facts .i { width: 16px; height: 16px; color: var(--lamp); }

/* ---------- game cards (newsprint) ---------- */
.ink-red { --card-ink: var(--red); }
.ink-blue { --card-ink: var(--blue); }
.ink-green { --card-ink: var(--green); }
.cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 12px; }
.card {
  position: relative; display: flex; flex-direction: column; min-width: 0;
  background: var(--paper) var(--grain); color: var(--ink); border-radius: 4px; overflow: hidden;
  box-shadow: 0 12px 24px -16px rgba(0, 0, 0, .95);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.card:hover { transform: translateY(-2px); box-shadow: 0 18px 30px -16px rgba(0, 0, 0, .95); }
.card-cover { position: relative; display: block; aspect-ratio: 1; background: var(--paper-2); }
.card-cover img { width: 100%; height: 100%; object-fit: cover; }
.stamp {
  position: absolute; left: 8px; bottom: -10px; z-index: 1;
  padding: 3px 7px 2px; border: 2px solid var(--card-ink); border-radius: 3px;
  background: var(--paper); color: var(--card-ink);
  font: 900 13px/1 var(--f-display); letter-spacing: .1em; text-transform: uppercase;
  transform: rotate(-4deg);
}
.card-body { display: flex; flex-direction: column; flex: 1; padding: 18px 12px 12px; }
.card-t { font-size: 21px; line-height: 1; font-weight: 800; margin-bottom: 10px; }
.card-t a { text-decoration: none; }
.card-t a::after { content: ""; position: absolute; inset: 0; z-index: 0; }
.lamps { margin: 0 0 12px; display: grid; gap: 0; font-size: 12px; }
.lc { display: flex; align-items: baseline; justify-content: space-between; gap: 6px; padding: 5px 0; border-bottom: 1px dotted var(--paper-3); }
.lc dt { color: var(--ink-2); text-transform: uppercase; letter-spacing: .06em; font-weight: 600; font-size: 11px; }
.lc dd { margin: 0; font: 800 15px/1 var(--f-display); letter-spacing: .02em; color: var(--paper-3); text-align: right; }
.lc.on dd { color: var(--ink); }
.lc dd small { display: block; font: 600 11px/1.2 var(--f-text); color: var(--ink-2); }
.card-join { position: relative; z-index: 1; margin-top: auto; width: 100%; min-height: 44px; }

/* featured xl card */

.card-xl .card-cover { aspect-ratio: auto; padding-top: 34px; }
.card-xl .card-cover img { aspect-ratio: 16 / 10; object-position: center 22%; }
.card-band { position: absolute; left: 0; right: 0; top: 0; z-index: 2; display: flex; justify-content: space-around; background: var(--card-ink); color: #fff; font: 900 20px/1 var(--f-display); padding: 7px 0 6px; }
.card-band i { font-style: normal; }
.card-xl .card-body { padding: 20px 16px 16px; }
.card-xl .card-t { font-size: 34px; }
.card-xl .card-lead { color: var(--ink-2); margin: -2px 0 14px; font-size: 15px; }
.card-xl .lamps { grid-template-columns: repeat(3, 1fr); gap: 6px; }
.card-xl .lc { flex-direction: column; align-items: flex-start; gap: 6px; padding: 8px 10px; border: 1px solid var(--paper-3); border-radius: var(--r-sm); background: rgba(255, 255, 255, .25); }
.card-xl .lc dd { font-size: 20px; text-align: left; }
.card-xl .card-join { min-height: 52px; font-size: 20px; }

/* rail */
.rail { scroll-padding-inline: var(--gut); display: grid; grid-auto-flow: column; grid-auto-columns: 164px; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px var(--gut) 18px; margin: 0 calc(var(--gut) * -1); scrollbar-width: none; }
.rail::-webkit-scrollbar { display: none; }
.rail > * { scroll-snap-align: start; }

/* ---------- status marks ---------- */
.st { display: inline-flex; align-items: center; gap: 6px; font: 700 11px/1 var(--f-text); letter-spacing: .07em; text-transform: uppercase; white-space: nowrap; }
.st i { width: 10px; height: 10px; border-radius: 50%; flex: none; border: 2px solid currentColor; }
.st-live { color: var(--call); }
.st-live i { background: currentColor; box-shadow: 0 0 0 3px rgba(226, 59, 46, .25); animation: pulse 1.6s ease-in-out infinite; }
.st-open { color: #8a5a00; }
.st-open i { background: var(--lamp); border-color: #8a5a00; }
.st-upcoming { color: var(--ink-2); }
.st-closed, .st-settled, .st-maintenance { color: var(--ink-2); }
.st-closed i, .st-settled i, .st-maintenance i { background: repeating-linear-gradient(45deg, currentColor 0 2px, transparent 2px 4px); }
.st-void i, .st-cancelled i { border-radius: 2px; background: linear-gradient(45deg, transparent 40%, currentColor 40% 60%, transparent 60%), linear-gradient(-45deg, transparent 40%, currentColor 40% 60%, transparent 60%); border: 0; }
.st-void, .st-cancelled { color: var(--red); }
.st-active { color: var(--green); }
.st-active i { background: currentColor; }
.st-none { color: var(--paper-3); font: 800 15px/1 var(--f-display); }
@keyframes pulse { 50% { box-shadow: 0 0 0 5px rgba(226, 59, 46, 0); } }

/* ---------- unlit (no data) ---------- */
.unlit { border: 1px dashed var(--hall-line); border-radius: var(--r-lg); padding: 22px 18px; text-align: left; }
.unlit-lamps { display: flex; gap: 6px; margin-bottom: 14px; }
.unlit-lamps i { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; font: 900 15px/1 var(--f-display); font-style: normal; color: var(--lamp-off-ink); background: radial-gradient(circle at 36% 30%, #2e2a25, #181613 72%); box-shadow: inset 0 -1px 2px rgba(0, 0, 0, .7); }
.unlit-t { margin: 0 0 4px; font: 800 22px/1.05 var(--f-display); }
.unlit-x { color: var(--text-2); font-size: 15px; max-width: 52ch; margin-bottom: 10px; }
.unlit-paper { border-color: var(--paper-3); }
.unlit-paper .unlit-lamps i { color: var(--paper-hi); background: var(--paper-2); box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15); }
.unlit-paper .unlit-x { color: var(--ink-2); }
.unlit-paper .text-link { color: var(--ink); }

/* ---------- tables (schedule, results, payments) ---------- */
.rt { width: 100%; border-collapse: collapse; }
.rt th { text-align: left; font: 700 11px/1 var(--f-text); letter-spacing: .08em; text-transform: uppercase; color: var(--ink-2); padding: 10px 8px; border-bottom: 2px solid var(--ink); }
.rt td { padding: 12px 8px; border-bottom: 1px dotted var(--paper-3); vertical-align: middle; }
.rt-time { font: 800 22px/1 var(--f-display); white-space: nowrap; }
.rt-date { font-weight: 600; font-size: 14px; white-space: nowrap; }
.rt-game { font-weight: 700; }
.rt-game > span { display: block; }
.rt-game small { display: block; font-weight: 500; font-size: 13px; color: var(--ink-2); }
.rt-game img { float: left; width: 40px; height: 40px; border-radius: 4px; margin-right: 10px; }
.rt-join { text-align: right; }
@media (max-width: 719px) {
  .rt thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .rt tr { display: grid; grid-template-columns: 76px minmax(0, 1fr) auto; grid-template-areas: "time game join" "date st join"; column-gap: 12px; row-gap: 6px; padding: 12px 0; border-bottom: 1px dotted var(--paper-3); }
  .rt td { padding: 0; border: 0; }
  .rt-time { grid-area: time; }
  .rt-date { grid-area: date; font-size: 12px; color: var(--ink-2); }
  .rt-game { grid-area: game; }
  .rt-st { grid-area: st; }
  .rt-join { grid-area: join; align-self: center; }
  .rt-game img { display: none; }
  .rt-results tr { grid-template-areas: "time game st" "date res res"; grid-template-columns: 76px minmax(0, 1fr) auto; }
  .rt-results .rt-res { grid-area: res; }
  .rt-results .rt-st { grid-area: st; align-self: start; }
}
.balls { display: flex; flex-wrap: wrap; gap: 4px; }
.ball { display: inline-grid; place-content: center; width: 30px; height: 30px; border-radius: 50%; background: var(--ink); color: var(--paper-hi); font: 800 14px/.9 var(--f-display); text-align: center; }
.ball small { font-size: 8px; letter-spacing: .05em; color: var(--lamp); }
.yes { display: inline-flex; align-items: center; gap: 4px; font-weight: 700; color: var(--green); }
.yes .i { width: 16px; height: 16px; }
.no { color: var(--ink-2); }

/* ---------- tabs & chips (chosen = kernel) ---------- */
.chips { scroll-padding-inline: var(--gut); display: flex; gap: 8px; overflow-x: auto; padding: 2px var(--gut) 12px; margin: 0 calc(var(--gut) * -1); scrollbar-width: none; }
.chips::-webkit-scrollbar { display: none; }
.chip {
  display: inline-flex; align-items: center; gap: 8px; flex: none; min-height: 40px; padding: 0 14px; border-radius: 999px;
  border: 1.5px solid var(--hall-line); background: transparent; color: var(--text); cursor: pointer; text-decoration: none;
  font: 800 16px/1 var(--f-display); letter-spacing: .05em; text-transform: uppercase;
}
.chip b { font-weight: 600; font-family: var(--f-text); font-size: 12px; color: var(--text-3); letter-spacing: 0; }
.chip[aria-pressed="true"], .chip[aria-selected="true"], .chip[aria-current="page"] { background: var(--text); color: var(--hall); border-color: var(--text); }
.chip[aria-pressed="true"] b, .chip[aria-selected="true"] b, .chip[aria-current="page"] b { color: var(--hall-3); }
.chip[aria-pressed="true"]::before, .chip[aria-selected="true"]::before, .chip[aria-current="page"]::before { content: ""; width: 9px; height: 12px; background: var(--kernel); border-radius: 50% 50% 45% 45% / 62% 62% 38% 38%; box-shadow: inset 0 -2px 0 var(--kernel-lo); }
.sheet .chip, .band-paper .chip { border-color: var(--paper-3); color: var(--ink); }
.sheet .chip[aria-selected="true"], .band-paper .chip[aria-selected="true"] { background: var(--ink); color: var(--paper-hi); border-color: var(--ink); }

/* ---------- pattern board ---------- */
.pat { display: inline-grid; grid-template-columns: repeat(5, 1fr); gap: 2px; width: 62px; padding: 5px; border-radius: 6px; background: #0c0b0a; vertical-align: middle; }
.pat i { aspect-ratio: 1; border-radius: 50%; background: #2a2622; }
.pat i.on { background: var(--lamp); }
.pat-ink { background: var(--paper-hi); box-shadow: inset 0 0 0 1px var(--paper-3); }
.pat-ink i { background: var(--paper-2); }
.pat-ink i.on { background: var(--card-ink, var(--ink)); }

/* ---------- how to play steps (called balls) ---------- */
.calls { list-style: none; margin: 0; padding: 0; counter-reset: call; display: grid; gap: 0; }
.calls li { position: relative; display: grid; grid-template-columns: 52px 1fr; gap: 14px; padding: 0 0 22px; }
.calls li::before {
  counter-increment: call; content: counter(call);
  display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%;
  font: 900 26px/1 var(--f-display); color: var(--lamp-ink);
  background: radial-gradient(circle at 38% 32%, var(--lamp-hi), var(--lamp) 50%, var(--lamp-lo));
  box-shadow: 0 4px 14px -6px rgba(255, 166, 0, .7);
}
.calls li::after { content: ""; position: absolute; left: 25px; top: 56px; bottom: 4px; width: 2px; background: repeating-linear-gradient(var(--hall-line) 0 4px, transparent 4px 8px); }
.calls li:last-child::after { display: none; }
.calls h2, .calls h3 { font-size: 24px; padding-top: 4px; margin-bottom: 4px; }
.calls p { color: var(--text-2); margin: 0; font-size: 15px; }
.band-paper .calls li::before, .sheet .calls li::before { background: var(--ink); color: var(--paper-hi); box-shadow: none; }
.band-paper .calls li::after, .sheet .calls li::after { background: repeating-linear-gradient(var(--paper-3) 0 4px, transparent 4px 8px); }
.band-paper .calls p, .sheet .calls p { color: var(--ink-2); }

/* compact horizontal version for the home page */
.calls-rail { scroll-padding-inline: var(--gut); display: grid; grid-auto-flow: column; grid-auto-columns: 200px; gap: 12px; overflow-x: auto; padding: 4px var(--gut) 16px; margin: 0 calc(var(--gut) * -1); scroll-snap-type: x mandatory; scrollbar-width: none; }
.calls-rail li { grid-template-columns: 1fr; padding: 0; scroll-snap-align: start; gap: 10px; }
.calls-rail li::after { display: none; }
.calls-rail li::before { width: 44px; height: 44px; font-size: 22px; }
.calls-rail h2, .calls-rail h3 { font-size: 21px; padding: 0; }

/* ---------- split panels (wallet / mobile) ---------- */
.split { display: grid; gap: 14px; }
.panel { position: relative; background: var(--hall-2); border-radius: var(--r-lg); padding: 22px 18px; box-shadow: inset 0 0 0 1px var(--hall-line); overflow: hidden; }
.panel h2, .panel h3 { font-size: 30px; margin-bottom: 8px; }
.panel p { color: var(--text-2); }
.panel .i-big { width: 34px; height: 34px; color: var(--lamp); margin-bottom: 14px; }
.ledger { list-style: none; margin: 16px 0; padding: 0; display: grid; gap: 0; }
.ledger li { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 10px 0; border-bottom: 1px dotted var(--hall-line); }
.ledger b { font: 800 19px/1 var(--f-display); letter-spacing: .02em; }
.ledger span { color: var(--text-3); font-size: 14px; text-align: right; }

/* ---------- responsible gaming band ---------- */
.rg-band { background: #0c0b0a; border-top: 1px solid var(--hall-line); border-bottom: 1px solid var(--hall-line); }
.rg-grid { display: grid; gap: 22px; }
.rg-age { display: flex; align-items: center; gap: 14px; }
.age-disc { display: flex; align-items: center; justify-content: center; flex: none; width: 88px; height: 88px; border-radius: 50%; border: 4px solid var(--call); color: var(--text); font: 900 40px/1 var(--f-display); letter-spacing: -.02em; }
.age-disc small { font-size: 28px; color: var(--call); align-self: flex-start; margin-top: 20px; }
.helpline { display: flex; flex-wrap: wrap; gap: 6px 18px; margin: 0; padding: 14px 0 0; border-top: 1px dotted var(--hall-line); font-size: 14px; color: var(--text-2); }
.helpline a { color: var(--text); font-weight: 700; }

/* ---------- prose (legal, long reads) ---------- */
.prose { max-width: 70ch; font-size: 16.5px; line-height: 1.65; }
.prose h2 { font-size: 30px; margin: 1.6em 0 .5em; }
.prose h3 { font-size: 22px; margin: 1.4em 0 .4em; }
.prose h2:first-child, .prose h3:first-child { margin-top: 0; }
.prose ul, .prose ol { padding-left: 1.2em; margin: 0 0 1em; }
.prose li { margin: .3em 0; }
.prose li::marker { color: var(--red); }
.prose a { font-weight: 600; text-decoration-color: var(--red); text-decoration-thickness: 2px; }
.prose table { width: 100%; border-collapse: collapse; margin: 0 0 1.2em; font-size: 15px; }
.prose th, .prose td { text-align: left; padding: 8px 6px; border-bottom: 1px dotted var(--paper-3); vertical-align: top; }
.prose th { border-bottom: 2px solid var(--ink); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.updated { font-size: 13px; color: var(--ink-2); margin-bottom: 1.4em; }
.toc { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 24px; padding: 0; list-style: none; }
.toc a { display: inline-flex; min-height: 36px; align-items: center; padding: 0 12px; border-radius: 999px; box-shadow: inset 0 0 0 1.5px var(--paper-3); text-decoration: none; font-weight: 600; font-size: 14px; }
.note { display: flex; gap: 10px; padding: 14px; border-radius: var(--r); background: var(--paper-hi); box-shadow: inset 0 0 0 1px var(--paper-3); font-size: 15px; margin: 0 0 1.2em; }
.note .i { color: var(--red); margin-top: 2px; }
.dark-note { display: flex; gap: 10px; padding: 14px; border-radius: var(--r); background: var(--hall-2); box-shadow: inset 0 0 0 1px var(--hall-line); font-size: 15px; color: var(--text-2); }
.dark-note .i { color: var(--lamp); margin-top: 2px; }
.dark-note strong { color: var(--text); }

/* ---------- faq (details) ---------- */
.faq { border-bottom: 1px dotted var(--paper-3); }
.faq summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 56px; padding: 12px 0; cursor: pointer; font-weight: 700; font-size: 16.5px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .i { flex: none; transition: transform .25s var(--ease); color: var(--red); }
.faq[open] summary .i { transform: rotate(180deg); }
.faq-a { padding: 0 0 16px; color: var(--ink-2); max-width: 66ch; }
.faq-a a { color: var(--ink); font-weight: 600; }
.help-cat { scroll-margin-top: 72px; }
.help-cat + .help-cat { margin-top: 28px; }
.help-cat h2 { display: flex; align-items: center; gap: 10px; font-size: 28px; margin-bottom: 4px; }
.help-cat h2 .i { color: var(--red); width: 24px; height: 24px; }
.search { position: relative; margin: 0 0 16px; }
.search .i { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--text-3); pointer-events: none; }
.search input { width: 100%; height: 52px; padding: 0 16px 0 44px; border-radius: 999px; border: 1.5px solid var(--hall-line); background: var(--hall-2); color: var(--text); font-size: 16px; }
.search input::placeholder { color: var(--text-3); }
.search input:focus { outline: none; border-color: var(--lamp); }
.no-hits { display: none; padding: 16px 0; color: var(--ink-2); }

/* ---------- forms (entry slips) ---------- */
.form { display: grid; gap: 14px; }
.field { display: grid; gap: 6px; }
.field > label, .legend { font-weight: 700; font-size: 14px; }
.field .hint { font-size: 13px; color: var(--ink-2); }
.input, .select, .textarea {
  width: 100%; min-height: 50px; padding: 12px 14px; border-radius: var(--r-sm);
  border: 1.5px solid var(--ink-2); background: var(--paper-hi); color: var(--ink); font-size: 16px;
  transition: border-color .15s, box-shadow .15s;
}
.textarea { min-height: 140px; resize: vertical; line-height: 1.5; }
.select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--ink) 50%), linear-gradient(135deg, var(--ink) 50%, transparent 50%); background-position: calc(100% - 20px) 22px, calc(100% - 15px) 22px; background-size: 5px 5px; background-repeat: no-repeat; padding-right: 36px; }
.input::placeholder, .textarea::placeholder { color: #6e6a62; }
.input:focus, .select:focus, .textarea:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 3px rgba(255, 176, 32, .75); }
.input:disabled, .select:disabled, .textarea:disabled { background: var(--paper-2); color: var(--ink-2); border-style: dashed; }
.field.bad .input, .field.bad .select, .field.bad .textarea { border-color: var(--red); }
.err { display: none; color: var(--red); font-size: 13px; font-weight: 600; }
.field.bad .err { display: block; }
.row2 { display: grid; gap: 14px; }
.phone { display: flex; }
.phone .cc { display: grid; place-items: center; padding: 0 12px; border: 1.5px solid var(--ink-2); border-right: 0; border-radius: var(--r-sm) 0 0 var(--r-sm); background: var(--paper-2); font-weight: 700; }
.phone .input { border-radius: 0 var(--r-sm) var(--r-sm) 0; }
.check { position: relative; display: grid; grid-template-columns: 26px 1fr; gap: 12px; align-items: start; cursor: pointer; font-size: 15px; line-height: 1.45; padding: 4px 0; }
.check input { position: absolute; opacity: 0; width: 26px; height: 26px; margin: 0; cursor: pointer; }
.check .box { width: 26px; height: 26px; border-radius: 5px; border: 2px solid var(--ink); background: var(--paper-hi); display: grid; place-items: center; }
.check .box::after { content: ""; width: 12px; height: 16px; background: var(--kernel); border-radius: 50% 50% 45% 45% / 62% 62% 38% 38%; box-shadow: inset 0 -3px 0 var(--kernel-lo), inset 2px 2px 0 rgba(255, 255, 255, .45); transform: scale(0) rotate(-12deg); transition: transform .25s var(--ease); }
.check input:checked + .box::after { transform: scale(1) rotate(-12deg); }
.check input:focus-visible + .box { outline: 2px solid var(--lamp); outline-offset: 2px; }
.check a { font-weight: 600; }
.form-msg { display: none; gap: 10px; padding: 12px 14px; border-radius: var(--r-sm); font-size: 15px; font-weight: 600; }
.form-msg.show { display: flex; }
.form-msg.bad { background: #f3d6d4; color: #7a1219; }
.form-msg.good { background: #d3e8d9; color: #0f4a28; }
.form-msg .i { flex: none; margin-top: 1px; }
.hp { position: absolute; left: -9999px; }

/* slip: the paper card forms live on */
.slip { background: var(--paper) var(--grain); color: var(--ink); border-radius: 4px; padding: 22px 16px 20px; box-shadow: 0 16px 34px -20px rgba(0, 0, 0, .9); position: relative; }
.slip::before { content: ""; position: absolute; left: 0; right: 0; top: -6px; height: 12px; background: radial-gradient(circle at 8px 0, var(--hall) 5px, transparent 5.5px) 0 0 / 16px 12px repeat-x; }
.slip h2 { font-size: 30px; margin-bottom: 6px; }
.slip .sub { color: var(--ink-2); font-size: 15px; margin-bottom: 18px; }
.slip-foot { margin-top: 16px; padding-top: 14px; border-top: 1px dotted var(--paper-3); font-size: 14px; color: var(--ink-2); }
.slip-foot a { color: var(--ink); font-weight: 700; }

/* stepper */
.stepper { display: flex; gap: 4px; list-style: none; margin: 0 0 16px; padding: 0; }
.stepper li { flex: 1; height: 6px; border-radius: 3px; background: var(--hall-3); }
.stepper li.done { background: var(--lamp); }
.stepper li.now { background: linear-gradient(90deg, var(--lamp) 50%, var(--hall-3) 50%); }
.step-label { font-size: 13px; color: var(--text-2); margin: -8px 0 14px; }
.step[hidden] { display: none; }

/* OTP lamps */
.otp { position: relative; }
.otp input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; font-size: 16px; cursor: text; }
.otp-cells { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; pointer-events: none; }
.otp-cells span { display: grid; place-items: center; aspect-ratio: 1 / 1.15; border-radius: 10px; background: var(--paper-hi); box-shadow: inset 0 0 0 1.5px var(--ink-2); font: 900 30px/1 var(--f-display); color: var(--ink); }
.otp-cells span.on { background: radial-gradient(circle at 38% 30%, var(--lamp-hi), var(--lamp) 60%, #f09a00); box-shadow: inset 0 0 0 1.5px var(--lamp-lo); color: var(--lamp-ink); }
.otp input:focus + .otp-cells span.cur { box-shadow: inset 0 0 0 2.5px var(--ink), 0 0 0 3px rgba(255, 176, 32, .75); }

/* status list (account status / verification) */
.statuses { list-style: none; margin: 0; padding: 0; }
.statuses li { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px dotted var(--paper-3); }
.statuses .dot { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; flex: none; background: var(--paper-2); color: var(--ink-2); }
.statuses .dot .i { width: 16px; height: 16px; }
.statuses .ok .dot { background: var(--green); color: #fff; }
.statuses .wait .dot { background: var(--kernel); color: var(--lamp-ink); }
.statuses .lock .dot { background: var(--ink); color: var(--paper-hi); }
.statuses b { display: block; }
.statuses small { color: var(--ink-2); font-size: 13px; }

/* ---------- account ---------- */
.acct-bar { display: flex; align-items: center; gap: 12px; padding: 14px 16px; margin-bottom: 16px; border-radius: var(--r-lg); background: var(--hall-2); box-shadow: inset 0 0 0 1px var(--hall-line); }
.acct-bar p { margin: 0; flex: 1; font-size: 15px; color: var(--text-2); }
.acct-bar strong { color: var(--text); display: block; font-size: 16px; }
.acct-bar .i { color: var(--lamp); width: 26px; height: 26px; }
.acct-nav { display: flex; gap: 8px; overflow-x: auto; padding: 0 var(--gut) 14px; margin: 0 calc(var(--gut) * -1); scrollbar-width: none; }
.acct-nav::-webkit-scrollbar { display: none; }
.bal { display: flex; align-items: baseline; gap: 8px; margin: 4px 0 16px; }
.bal b { font: 900 56px/1 var(--f-display); color: var(--paper-3); }
.bal span { font-size: 14px; color: var(--ink-2); }
.kv { margin: 0; display: grid; }
.kv div { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px dotted var(--paper-3); }
.kv dt { color: var(--ink-2); font-size: 14px; }
.kv dd { margin: 0; font-weight: 700; text-align: right; }
.kv dd.nil { color: var(--paper-3); font-family: var(--f-display); font-size: 18px; }

/* ---------- misc blocks ---------- */
.types { display: grid; gap: 14px; }
.type { background: var(--paper) var(--grain); color: var(--ink); border-radius: 4px; overflow: hidden; box-shadow: 0 14px 28px -18px #000; }
.type-head { display: flex; gap: 14px; align-items: flex-start; padding: 18px 16px 12px; }
.type-head h2, .type-head h3 { font-size: 32px; margin-bottom: 6px; }
.type-head p { color: var(--ink-2); margin: 0; font-size: 15px; }
.type-body { padding: 0 16px 18px; }
.type-body h3, .type-body h4 { font-size: 19px; margin: 14px 0 6px; letter-spacing: .02em; }
.type-body ol { margin: 0; padding-left: 1.2em; }
.type-body li { margin: .35em 0; font-size: 15px; }
.type-body li::marker { color: var(--card-ink); font-weight: 800; }
.type-titles { display: flex; gap: 8px; overflow-x: auto; padding: 4px 16px 16px; scrollbar-width: none; }
.type-titles::-webkit-scrollbar { display: none; }
.type-titles a { flex: none; width: 76px; text-decoration: none; font-size: 11px; font-weight: 600; line-height: 1.2; }
.type-titles img { width: 76px; height: 76px; border-radius: 4px; margin-bottom: 4px; }
.type-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 16px; border-top: 1px dotted var(--paper-3); }
.type-foot .lc { border: 0; padding: 0; display: block; }

.pill-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.pill-row li { display: inline-flex; align-items: center; gap: 6px; padding: 8px 12px; border-radius: 999px; background: var(--hall-2); box-shadow: inset 0 0 0 1px var(--hall-line); font-size: 14px; font-weight: 600; }
.pill-row .i { width: 16px; height: 16px; color: var(--lamp); }

.spec { display: grid; gap: 0; margin: 0; }
.spec div { display: grid; grid-template-columns: 40% 1fr; gap: 12px; padding: 12px 0; border-bottom: 1px dotted var(--hall-line); }
.spec dt { color: var(--text-3); font-size: 14px; }
.spec dd { margin: 0; font-weight: 600; }

.grid2 { display: grid; gap: 14px; }
.legal-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.legal-list a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 16px; border-radius: 4px; background: var(--paper) var(--grain); color: var(--ink); text-decoration: none; box-shadow: 0 10px 20px -16px #000; }
.legal-list b { font: 800 24px/1 var(--f-display); display: block; margin-bottom: 4px; }
.legal-list span { font-size: 14px; color: var(--ink-2); }
.legal-list .i { color: var(--red); }

.operator { margin: 0; border-radius: var(--r); box-shadow: inset 0 0 0 1px var(--hall-line); padding: 4px 16px; }
.operator div { display: grid; grid-template-columns: 96px 1fr; gap: 12px; align-items: baseline; padding: 12px 0; }
.operator div + div { border-top: 1px dotted var(--hall-line); }
.operator dt { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: var(--text-3); font-weight: 700; }
.operator dd { margin: 0; font: 800 21px/1.1 var(--f-display); }

.big-404 { font: 900 clamp(120px, 40vw, 260px)/.8 var(--f-display); color: var(--lamp-off-ink); letter-spacing: -.02em; }

/* ---------- footer: the tear-off stub ---------- */
.foot { padding: 28px 0 0; }
.foot-sheet { position: relative; background: var(--paper) var(--grain); color: var(--ink); }
.foot-sheet::before { content: ""; position: absolute; left: 0; right: 0; top: -7px; height: 14px; background: radial-gradient(circle at 9px 0, var(--hall) 6px, transparent 6.5px) 0 7px / 18px 14px repeat-x; }
.foot-sheet::after { content: ""; position: absolute; left: 0; right: 0; top: 14px; border-top: 2px dashed var(--paper-3); }
.foot-in { max-width: 1200px; margin: 0 auto; padding: 40px var(--gut) calc(var(--dock-h) + 28px + env(safe-area-inset-bottom)); display: grid; gap: 22px; }
.foot-age { display: flex; align-items: flex-start; font: 900 110px/.78 var(--f-display); color: var(--red); letter-spacing: -.03em; }
.foot-age i { font-style: normal; font-size: 64px; line-height: .9; margin-left: 2px; }
.foot-brand { margin-bottom: 10px !important; }
.foot-brand .wm-text b { color: var(--red); }
.foot-legal p { margin: 0 0 8px; font-size: 15px; line-height: 1.5; }
.foot-rg { font-size: 18px !important; }
.foot-nav { display: flex; flex-wrap: wrap; gap: 0 22px; font-size: 15px; font-weight: 600; }
.foot-nav a { text-decoration: none; padding: 6px 0; min-height: 36px; display: inline-flex; align-items: center; }
.foot-nav a:hover { text-decoration: underline; text-decoration-color: var(--red); text-decoration-thickness: 2px; }
.foot-help { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.foot-help p { width: 100%; margin: 4px 0 0; font-size: 14px; color: var(--ink-2); }
.foot-help a { color: var(--ink); font-weight: 700; }
.foot-pill { display: inline-flex; align-items: center; gap: 6px; min-height: 40px; padding: 0 14px; border-radius: 999px; box-shadow: inset 0 0 0 1.5px var(--ink); text-decoration: none; font-size: 14px; }
.foot-pill .i { width: 15px; height: 15px; }
.foot-fine { font-size: 13px; color: var(--ink-2); margin: 0; padding-top: 16px; border-top: 1px dotted var(--paper-3); }

/* ---------- dock (bottom navigation) ---------- */
.dock {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
  background: rgba(14, 13, 11, .97); border-top: 1px solid var(--hall-line);
  padding-bottom: env(safe-area-inset-bottom);
}
@supports (backdrop-filter: blur(8px)) { .dock { background: rgba(14, 13, 11, .88); backdrop-filter: blur(12px) saturate(1.2); } }
.dock ul { display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; margin: 0 auto; padding: 0; max-width: 560px; height: var(--dock-h); }
.dock a { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; height: 100%; text-decoration: none; color: var(--text-3); }
.dock-ic .i { width: 23px; height: 23px; }
.dock-l { font: 700 11px/1 var(--f-text); letter-spacing: .03em; }
.dock a[aria-current="page"] { color: var(--lamp); }
.dock a[aria-current="page"]::before { content: ""; position: absolute; top: 6px; width: 6px; height: 6px; border-radius: 50%; background: var(--lamp); box-shadow: 0 0 8px 1px rgba(255, 176, 32, .7); }
.dock a[aria-current="page"] .dock-ic { transform: translateY(2px); }

/* ---------- home helpers ---------- */
.pt0 { padding-top: 0; }
.mb0 { margin-bottom: 0; }
.rg-x { margin: 16px 0 0; color: var(--text-2); }
.operator { margin-top: 20px; }
.grid3 { display: grid; gap: 12px; }
.tcard {
  display: grid; grid-template-columns: auto 1fr; grid-template-areas: "band band" "pat t" "pat x" "pat n"; column-gap: 14px; row-gap: 4px; overflow: hidden;
  padding: 16px; border-radius: 4px; text-decoration: none; color: var(--ink);
  background: var(--paper-hi); box-shadow: 0 10px 22px -16px rgba(0, 0, 0, .6);
  transition: transform .25s var(--ease);
}
.tcard:hover { transform: translateY(-2px); }
.tcard .pat { grid-area: pat; align-self: start; width: 70px; }
.tcard-t { grid-area: t; font: 800 26px/1 var(--f-display); }
.tcard-x { grid-area: x; font-size: 14px; color: var(--ink-2); line-height: 1.45; }
.tcard-n { grid-area: n; display: inline-flex; align-items: center; gap: 6px; margin-top: 6px; font: 800 15px/1 var(--f-display); letter-spacing: .06em; text-transform: uppercase; color: var(--card-ink); }
.tcard-n .i { width: 16px; height: 16px; transition: transform .2s var(--ease); }
.tcard:hover .tcard-n .i { transform: translateX(3px); }
.btn-ghost-ink { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 1.5px var(--ink); }
.btn-ghost-ink:hover { background: rgba(0, 0, 0, .05); }
.join-aside { padding: 24px 4px 0; }
.big-q { font: 800 clamp(26px, 6vw, 40px)/1.02 var(--f-display); margin-bottom: 16px; color: var(--text-2); }
@media (min-width: 720px) {
  .grid3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .tcard { grid-template-columns: 1fr; grid-template-areas: "band" "pat" "t" "x" "n"; row-gap: 8px; }
  .tcard .pat { margin-bottom: 6px; width: 84px; }
}
@media (min-width: 1024px) {
  .join-aside { padding: 40px 0 0; }
}

/* blank printed sheet: table structure with nothing printed yet */
.blank { padding: 16px 16px 20px; }
.blank-head { display: flex; gap: 8px; padding: 0 0 10px; border-bottom: 2px solid var(--ink); font: 700 11px/1 var(--f-text); letter-spacing: .08em; text-transform: uppercase; color: var(--ink-2); }
.blank-head span { flex: 1; }
.blank-head span:first-child { flex: 0 0 22%; }
.blank-lines { height: 132px; background: repeating-linear-gradient(transparent 0 43px, var(--paper-3) 43px 44px); background-size: 100% 44px; position: relative; }
.blank-note { display: flex; gap: 12px; align-items: flex-start; margin-top: 14px; }
.blank-note .i { color: var(--red); margin-top: 3px; flex: none; }
.blank-t { margin: 0 0 2px; font: 800 21px/1.05 var(--f-display); }
.blank-x { margin: 0; color: var(--ink-2); font-size: 15px; }
.feature-row { display: grid; gap: 28px; }

/* ---------- inner pages ---------- */
.small { font-size: 13.5px; }
.ink2 { color: var(--ink-2); }
.hint { color: var(--ink-2); margin: 0; }
.linkish { border: 0; background: none; padding: 8px 0; min-height: 44px; font-weight: 700; text-decoration: underline; text-underline-offset: .2em; cursor: pointer; color: inherit; }
.row-links { display: flex; justify-content: space-between; gap: 12px; }
.ticks { list-style: none; margin: 0 0 16px; padding: 0; }
.ticks li { position: relative; padding: 8px 0 8px 30px; border-bottom: 1px dotted var(--hall-line); }
.ticks li::before { content: ""; position: absolute; left: 4px; top: 13px; width: 10px; height: 13px; background: var(--kernel); border-radius: 50% 50% 45% 45% / 62% 62% 38% 38%; box-shadow: inset 0 -2px 0 var(--kernel-lo); }
.band-paper .ticks li, .sheet .ticks li { border-color: var(--paper-3); }
.plain { margin: 0 0 12px; padding-left: 1.1em; }
.plain li { margin: .3em 0; }

/* lobby */
.lobby-bar { margin-bottom: 8px; }
.lobby-count { margin: 0 0 16px; font-size: 13px; color: var(--text-3); }
.lobby-count span { color: var(--text); font-weight: 700; }
.lobby-foot { margin-top: 28px; }

/* formats */
.type-small { font-size: 13.5px; color: var(--ink-2); margin-top: 8px; }
.type-body p { font-size: 15px; }
.type-live { display: flex; gap: 18px; margin: 0; }
.type-live .lc dd { text-align: left; margin-top: 4px; }
.type-live .lc dd small { display: inline; }
.types > .dark-note { margin-top: 6px; }

/* schedule / results */
.daypart { font-size: 22px; letter-spacing: .04em; text-transform: uppercase; color: var(--lamp); margin: 22px 0 10px; }
.daypart:first-child { margin-top: 4px; }
.legend { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 10px; margin-top: 20px; padding: 14px 16px; border-radius: var(--r); background: var(--paper-hi); color: var(--ink); font-size: 13px; }
.legend span:not(.st) { margin-right: 10px; color: var(--ink-2); }
.pager { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 16px; color: var(--text-2); font-size: 14px; }
.res-notes, .pay-notes, .av-foot { margin-top: 20px; }

/* how to play */
.htp .calls { max-width: 760px; }
.htp .calls li > div { padding-top: 6px; }
.htp .calls p a { color: var(--lamp); font-weight: 600; }
.rules-grid { display: grid; gap: 28px; }
.rules-grid .prose { max-width: 60ch; }
.bcard { margin: 0 0 20px; background: var(--paper-hi); border-radius: 4px; overflow: hidden; box-shadow: 0 16px 30px -18px rgba(0, 0, 0, .7); max-width: 420px; }
.bcard-head, .bcard-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.bcard-head { background: var(--red); color: #fff; font: 900 30px/1 var(--f-display); text-align: center; padding: 8px 0 6px; }
.bcard-grid { gap: 1px; background: var(--paper-3); border-bottom: 1px solid var(--paper-3); }
.bcard-grid span { position: relative; display: grid; place-items: center; aspect-ratio: 1; background: var(--paper-hi); font: 800 clamp(22px, 6vw, 32px)/1 var(--f-display); color: var(--ink); }
.bcard-grid span.free { font-size: 14px; letter-spacing: .08em; color: var(--red); }
.bcard-grid span.mk::after { content: ""; position: absolute; width: 38%; height: 48%; background: var(--kernel); border-radius: 50% 50% 45% 45% / 62% 62% 38% 38%; box-shadow: inset 0 -4px 0 var(--kernel-lo), inset 3px 3px 0 rgba(255, 255, 255, .5), 0 3px 6px rgba(0, 0, 0, .25); transform: rotate(-14deg) translate(18%, 12%); }
.bcard figcaption { padding: 10px 14px 12px; font-size: 13.5px; color: var(--ink-2); }
.patterns { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.patterns li { display: flex; align-items: center; gap: 10px; padding: 10px; border-radius: var(--r); background: var(--paper-hi); box-shadow: inset 0 0 0 1px var(--paper-3); font: 800 17px/1.1 var(--f-display); }
.patterns .pat { width: 52px; flex: none; --card-ink: var(--red); }
.patterns small { display: block; font: 500 12px/1.3 var(--f-text); color: var(--ink-2); margin-top: 3px; }

/* mobile access */
.access .btn { margin-top: 6px; }
.access-tip, .access-warn { display: flex; gap: 10px; align-items: flex-start; padding: 12px; border-radius: var(--r); background: var(--hall-3); font-size: 14px; color: var(--text-2); }
.access-tip .i { color: var(--lamp); flex: none; }
.access-warn .i { color: var(--call); flex: none; }
.access-tip b { color: var(--text); }
.dl-row { display: flex; flex-wrap: wrap; gap: 8px; }
.sha { font-size: 12px; color: var(--text-3); word-break: break-all; margin-top: 10px; }

/* wallet */
.wallet-top { display: grid; gap: 24px; }
.ws-label { margin: 0; font: 700 12px/1 var(--f-text); letter-spacing: .1em; text-transform: uppercase; color: var(--ink-2); }
.ws-bal { margin: 6px 0 4px; font: 900 64px/1 var(--f-display); color: var(--ink); }
.ws-bal span { color: var(--paper-3); margin-left: 4px; }
.ws-note { font-size: 14px; color: var(--ink-2); }
.ws-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 14px; }
.wallet-prose h2 { font-size: 30px; }
.wallet-prose p { color: var(--text-2); }
.wallet-prose a, .prose-dark a { color: var(--lamp); text-decoration-color: var(--lamp); }

/* payments table on phones */
.pay-m { display: flex; align-items: center; gap: 10px; }
.pay-m img { border-radius: 6px; }
@media (max-width: 719px) {
  .rt.pay tr { grid-template-columns: 1fr 1fr; grid-template-areas: "m m" "a b" "c d"; }
  .rt.pay td { grid-area: auto; }
  .rt.pay .pay-m { grid-area: m; font-size: 18px; }
  .rt.pay td[data-l]::before { content: attr(data-l); display: block; font-size: 11px; text-transform: uppercase; letter-spacing: .07em; color: var(--ink-2); margin-bottom: 3px; }
  .rt.status-t tr { grid-template-columns: 1fr; grid-template-areas: none; row-gap: 4px; }
  .rt.status-t td { grid-area: auto; }
  .rt.status-t td:first-child { font-size: 17px; }
  .rt.status-t td:last-child { color: var(--ink-2); font-size: 14px; }
}

/* verification steps */
.vsteps { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.vsteps > li { display: grid; grid-template-columns: 48px 1fr; gap: 14px; padding: 18px 16px; border-radius: var(--r-lg); background: var(--hall-2); box-shadow: inset 0 0 0 1px var(--hall-line); scroll-margin-top: 72px; }
.vsteps h2 { font-size: 26px; margin: 4px 0 8px; }
.vsteps p, .vsteps li li { color: var(--text-2); }
.vs-n { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: radial-gradient(circle at 38% 32%, var(--lamp-hi), var(--lamp) 50%, var(--lamp-lo)); color: var(--lamp-ink); }
.vs-n .i { width: 22px; height: 22px; }
.vs-age { font: 900 18px/1 var(--f-display); }
.pill-paper { margin: 12px 0; }
.pill-paper li { background: var(--hall-3); }
.status-t td b { font-family: var(--f-display); font-size: 18px; font-weight: 800; }

/* responsible gaming */
.rg-head-in { display: grid; gap: 18px; align-items: center; }
.age-disc-xl { width: 110px; height: 110px; font-size: 52px; border-width: 5px; }
.age-disc-xl small { font-size: 34px; margin-top: 24px; }
.toc-dark a { box-shadow: inset 0 0 0 1.5px var(--hall-line); color: var(--text); }
.toc-dark a:hover { box-shadow: inset 0 0 0 1.5px var(--lamp); }
.excl-card { scroll-margin-top: 72px; background: var(--paper-hi); border-radius: 4px; padding: 20px 18px; box-shadow: 0 12px 24px -18px rgba(0, 0, 0, .6); }
.excl-card h3 { display: flex; align-items: center; gap: 10px; font-size: 30px; margin-bottom: 10px; }
.excl-card h3 .i { color: var(--red); width: 26px; height: 26px; }
.excl-card p { color: var(--ink-2); font-size: 15px; }
.excl-card a { color: var(--ink); font-weight: 700; }
.periods { list-style: none; margin: 0 0 14px; padding: 0; display: flex; gap: 8px; }
.periods li { flex: 1; text-align: center; padding: 12px 6px; border-radius: var(--r-sm); background: var(--ink); color: var(--paper-hi); font: 800 20px/1 var(--f-display); }
.excl-src { margin-top: 18px; font-size: 14px; color: var(--ink-2); }
#ndrp, #risks { scroll-margin-top: 72px; }
.helpcards { list-style: none; margin: 0 0 18px; padding: 0; display: grid; gap: 10px; }
.helpcards li { display: flex; flex-direction: column; gap: 6px; padding: 16px; border-radius: var(--r); background: var(--hall-2); box-shadow: inset 0 0 0 1px var(--hall-line); }
.helpcards span { font-size: 13px; color: var(--text-3); }
.helpcards a { font: 800 24px/1.1 var(--f-display); color: var(--lamp); text-decoration: none; word-break: break-word; }
.rg-x a { color: var(--text); font-weight: 600; }

/* about */
.operator-lg { max-width: 760px; }
.operator-lg dd { font-size: 26px; }
.operator-lg div { grid-template-columns: 130px 1fr; }
.prose-dark { color: var(--text-2); }
.prose-dark h2 { color: var(--text); }
.prose-dark b, .prose-dark strong { color: var(--text); }
.prose-dark li::marker { color: var(--lamp); }

/* help centre */
.help-nav { display: flex; gap: 8px; overflow-x: auto; padding: 0 var(--gut) 14px; margin: 0 calc(var(--gut) * -1); scrollbar-width: none; }
.help-nav::-webkit-scrollbar { display: none; }
.legal-note { margin-top: 18px; }

/* auth */
.auth-page { padding-top: 16px; padding-bottom: 12px; }
.auth-intro { margin-bottom: 22px; }
.auth-facts { margin-top: 18px !important; }
.auth-tabs { margin: 0 0 16px; padding: 0; }
.auth-h { font-size: 28px; }
.reg-map { display: none; }
.reg .slip { scroll-margin-top: 72px; }
.gate-top { display: flex; align-items: center; gap: 14px; margin-bottom: 10px; }
.gate-top h2 { font-size: 40px; font-weight: 900; margin: 0; }
.gate-top .age-disc { width: 66px; height: 66px; font-size: 30px; border-width: 3px; color: var(--ink); }
.gate-top .age-disc small { font-size: 20px; margin-top: 12px; }
.gate .form { gap: 12px; margin-bottom: 18px; }
.upload { position: relative; display: flex; align-items: center; gap: 14px; min-height: 64px; padding: 12px 14px; border-radius: var(--r-sm); border: 1.5px dashed var(--ink-2); background: var(--paper-hi); cursor: pointer; }
.upload .i { width: 26px; height: 26px; color: var(--red); flex: none; }
.upload small { display: block; font-size: 13px; color: var(--ink-2); }
.upload input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.upload:focus-within { box-shadow: 0 0 0 3px rgba(255, 176, 32, .75); }
.field.bad .upload { border-color: var(--red); }
.auth-alt { margin-top: 16px; font-size: 14px; color: var(--text-2); }
.auth-alt a { color: var(--lamp); font-weight: 700; }
.contact-side { display: grid; gap: 14px; align-content: start; margin-top: 24px; }
.btn[aria-busy="true"] { opacity: .7; cursor: progress; }

/* account */
.acct .ph { padding-bottom: 12px; }
.acct-h { font-size: 24px; margin: 22px 0 10px; }
.acct-h.ink { color: var(--ink); margin-top: 6px; }
.fs { border: 0; margin: 0; padding: 0; min-width: 0; display: grid; gap: 14px; }
.fs .acct-h.ink:not(:first-child) { margin-top: 12px; }
.row3 { display: grid; gap: 12px; }
.acct-main > .sheet + .acct-h { margin-top: 26px; }
.acct-dash { display: grid; gap: 16px; }
.acct-new { margin-top: 22px; color: var(--text-2); }
.acct-new a { color: var(--lamp); font-weight: 700; }
.vs-dot { font: 900 12px/1 var(--f-display); }
.support-tile { display: flex; flex-direction: column; gap: 6px; padding: 18px 16px; border-radius: 4px; background: var(--paper) var(--grain); color: var(--ink); text-decoration: none; box-shadow: 0 10px 20px -16px #000; }
.support-tile .i { color: var(--red); width: 26px; height: 26px; margin-bottom: 4px; }
.support-tile b { font: 800 22px/1 var(--f-display); }
.support-tile span { font-size: 14px; color: var(--ink-2); }

/* 404 */
.nf { padding-top: 24px; padding-bottom: 24px; }
.big-404 { margin: 0 0 8px; }

/* narrow phones (320–359) */
.wallet-top > *, .acct-dash > *, .split > *, .grid2 > *, .auth-grid > * { min-width: 0; }
.hero-cta { flex-wrap: wrap; }
.blank-head span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.prose th, .prose td { overflow-wrap: anywhere; }
@media (max-width: 359px) {
  :root { --gut: 12px; }
  .ws-actions .btn, .hero-cta .btn { padding: 0 12px; font-size: 16px; }
  .blank-head { font-size: 9.5px; letter-spacing: .04em; gap: 4px; }
  .prose table { font-size: 13px; }
  .lamp { font-size: 8px; }
  .brow { gap: 2px; grid-template-columns: 13px repeat(15, minmax(0, 1fr)); }
  .board-grid { gap: 2px; }
  .brow-l { font-size: 14px; }
}

/* printed card header: the B-I-N-G-O strip in the card's ink */
.type::before, .tcard::before {
  content: "B I N G O"; display: block; background: var(--card-ink); color: rgba(255, 255, 255, .92);
  font: 900 12px/18px var(--f-display); letter-spacing: .02em; padding: 0 12px;
  text-align: justify; text-align-last: justify;
}
.tcard::before { grid-area: band; margin: -16px -16px 8px; }
.type::before { grid-area: band; font-size: 14px; line-height: 22px; padding: 0 16px; }

/* ---------- home: the hall ---------- */
.hall { padding: 12px 0 0; }
.hall-t { font-size: clamp(26px, 7.3vw, 58px); font-weight: 900; line-height: 1; margin: 0 0 12px; white-space: nowrap; }
.hall-t em { font-style: normal; color: var(--lamp); }
.feature { padding-top: 16px; }
.lc-none { display: flex; align-items: center; gap: 8px; margin: 0 0 12px; padding: 8px 0; border-top: 1px dotted var(--paper-3); border-bottom: 1px dotted var(--paper-3); font-size: 12.5px; font-weight: 600; color: var(--ink-2); line-height: 1.35; }
.lc-none i { flex: none; width: 12px; height: 12px; border-radius: 50%; background: var(--paper-2); box-shadow: inset 0 1px 2px rgba(0, 0, 0, .25); }
.card-xl .lc-none { font-size: 14px; padding: 10px 0; }
@media (max-width: 719px) {
  .card-xl .card-cover { padding-top: 28px; }
  .card-xl .card-band { font-size: 16px; padding: 6px 0 5px; }
  .card-xl .card-cover img { aspect-ratio: 16 / 8; object-position: center 8%; }
  .card-xl .card-lead { display: none; }
  .card-xl .card-body { padding: 16px 14px 14px; }
  .card-xl .card-t { font-size: 28px; }
  .card-xl .lc-none { font-size: 13px; }
  .card-xl .card-join { min-height: 48px; }
}

/* home responsible-gaming list */
.rg-list { list-style: none; margin: 0; padding: 0; border-top: 1px dotted var(--hall-line); }
.rg-list a { display: flex; align-items: center; gap: 12px; min-height: 54px; padding: 8px 0; border-bottom: 1px dotted var(--hall-line); text-decoration: none; font-weight: 700; }
.rg-list a::after { content: ""; margin-left: auto; width: 8px; height: 8px; border-right: 2px solid var(--text-3); border-top: 2px solid var(--text-3); transform: rotate(45deg); }
.rg-list a:hover { color: var(--lamp); }
.rg-list .i { color: var(--lamp); width: 22px; height: 22px; }

/* my account ledger */
.acct-ledger { padding: 6px 16px 10px; }
.al-h { margin: 14px 0 2px; font: 800 14px/1 var(--f-display); letter-spacing: .12em; text-transform: uppercase; color: var(--red); }
.al { list-style: none; margin: 0; padding: 0; }
.al a { display: grid; grid-template-columns: 24px 1fr auto 16px; gap: 12px; align-items: center; min-height: 60px; padding: 8px 0; border-bottom: 1px dotted var(--paper-3); text-decoration: none; color: var(--ink); }
.al li:last-child a { border-bottom: 0; }
.al .i { width: 22px; height: 22px; color: var(--ink-2); }
.al b { display: block; font: 800 20px/1 var(--f-display); }
.al small { display: block; font-size: 13px; color: var(--ink-2); margin-top: 3px; }
.al-v { font: 800 18px/1 var(--f-display); font-style: normal; color: var(--paper-3); }
.al a > .i:last-child { width: 16px; height: 16px; color: var(--paper-3); }
.al a:hover b { text-decoration: underline; text-decoration-color: var(--red); text-decoration-thickness: 2px; }

.card-rules { display: none; }
@media (min-width: 1024px) {
  .card-xl .card-lead { display: none; }
  .card-xl .card-t { font-size: 30px; }
  .card-xl .card-body { padding: 18px 18px 16px; }
  .card-xl .card-rules { display: block; margin: 0 0 14px; padding-left: 1.1em; font-size: 13.5px; line-height: 1.45; color: var(--ink-2); }
  .card-xl .card-rules li { margin: .3em 0; }
  .card-xl .card-rules li::marker { color: var(--card-ink); font-weight: 800; }
}

/* language switch: EN / FIL */
.lang { display: inline-flex; padding: 3px; border-radius: 999px; box-shadow: inset 0 0 0 1.5px var(--hall-line); }
.lang a { display: inline-grid; place-items: center; min-width: 38px; height: 30px; padding: 0 8px; border-radius: 999px; text-decoration: none; font: 800 14px/1 var(--f-display); letter-spacing: .06em; color: var(--text-2); }
.lang a[aria-current="true"] { background: var(--text); color: var(--hall); }
.lang a:not([aria-current="true"]):hover { color: var(--text); }
.top-lang { display: none; }
.menu-lang { margin: 4px 0 8px; }
.menu-lang a { height: 36px; min-width: 56px; }
.foot-lang { box-shadow: inset 0 0 0 1.5px var(--ink); }
.foot-lang a { color: var(--ink); height: 34px; }
.foot-lang a[aria-current="true"] { background: var(--ink); color: var(--paper-hi); }
@media (min-width: 560px) { .top-lang { display: inline-flex; } }

/* ---------- ≥ 560 ---------- */
@media (min-width: 560px) {
  :root { --gut: 24px; }
  .row2 { grid-template-columns: 1fr 1fr; }
  .age-chip { display: inline-grid; place-items: center; height: 32px; padding: 0 8px; border-radius: 999px; border: 2px solid var(--call); font: 900 15px/1 var(--f-display); text-decoration: none; color: var(--text); }
}

/* ---------- ≥ 720 ---------- */
@media (min-width: 720px) {
  .cards { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px 16px; }
  .split, .grid2 { grid-template-columns: 1fr 1fr; }
  .slip { padding: 28px 28px 24px; }
  .sheet-pad { padding: 28px; }
  .types { grid-template-columns: 1fr; }
  .lamp { font-size: 14px; }
  .brow { grid-template-columns: 22px repeat(15, minmax(0, 1fr)); gap: 5px; }
  .board-grid { gap: 5px; }
  .brow-l { font-size: 22px; }
  .lastball { width: 72px; height: 72px; }
  .lastball .lb-n { font-size: 34px; }
  .board { padding: 16px 16px 16px 12px; }
  .foot-in { grid-template-columns: auto 1fr; column-gap: 40px; }
  .foot-age { grid-row: span 2; font-size: 170px; }
  .foot-age i { font-size: 96px; }
  .foot-nav, .foot-help, .foot-fine { grid-column: 1 / -1; }
}

/* ---------- ≥ 1024: desktop hall ---------- */
@media (min-width: 1024px) {
  :root { --gut: 32px; }
  .top-in { height: 64px; padding-right: var(--gut); }
  .brand { margin-right: 28px; }
  .top-nav { display: flex; gap: 2px; margin-right: auto; }
  .top-nav a { display: inline-flex; align-items: center; height: 40px; padding: 0 12px; border-radius: 999px; text-decoration: none; font: 800 16px/1 var(--f-display); letter-spacing: .06em; text-transform: uppercase; color: var(--text-2); }
  .top-nav a:hover { color: var(--text); background: var(--hall-3); }
  .top-nav a[aria-current="page"] { color: var(--lamp); }
  .top-act { gap: 10px; }
  .menu-btn { display: inline-grid; }
  .dock { display: none; }
  .foot-in { padding-bottom: 40px; }
  .cards { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .hero { padding: 40px 0 16px; }
  .hall { padding-top: 22px; }
  .hall-t { margin-bottom: 16px; }
  .board { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 20px; padding: 16px 24px 16px 20px; }
  .board-head { flex-direction: column; align-items: flex-start; justify-content: center; gap: 14px; padding: 0 20px 0 0; border-right: 1px solid #2c2822; }
  .lastball { width: 150px; height: 150px; }
  .lastball .lb-l { font-size: 22px; }
  .lastball .lb-n { font-size: 72px; }
  .bm-game { font-size: 28px; }
  .brow { grid-template-columns: 30px repeat(15, minmax(0, 1fr)); gap: 6px; }
  .board-grid { gap: 6px; align-content: center; }
  .brow-l { font-size: 30px; }
  .lamp { font-size: 17px; }
  .feature { padding-top: 20px; }
  .hero-cta .btn { flex: 0 0 auto; min-width: 180px; }
  .feature-row { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 24px; align-items: stretch; }
  .card-xl { flex-direction: row; }
  .card-xl .card-cover { flex: 0 0 46%; }
  .card-xl .card-cover img { aspect-ratio: auto; height: 100%; }
  .rail { grid-auto-flow: row; grid-template-columns: repeat(6, minmax(0, 1fr)); overflow: visible; margin: 0; padding: 4px 0 18px; }
  .card-xl .stamp { bottom: 14px; left: 14px; }
  .calls-rail { grid-auto-flow: row; grid-template-columns: repeat(7, 1fr); overflow: visible; }
  .calls-rail li { grid-template-rows: auto auto 1fr; }
  .sec { padding: 56px 0; }
  .rg-grid { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 48px; align-items: start; }
  .with-aside { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 40px; align-items: start; }
  .aside-sticky { position: sticky; top: 88px; }
  .acct-nav { flex-direction: column; overflow: visible; margin: 0; padding: 0; }
  .acct-nav .chip { justify-content: flex-start; }
  .auth-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 480px); gap: 56px; align-items: start; }
  .types { grid-template-columns: 1fr; }
  .type { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-areas: "band band" "head body" "titles body" "foot body"; }
  .type-head { grid-area: head; padding: 24px 24px 12px; }
  .type-body { grid-area: body; padding: 24px; border-left: 1px dotted var(--paper-3); }
  .type-titles { grid-area: titles; padding: 4px 24px 16px; flex-wrap: wrap; overflow: visible; }
  .type-foot { grid-area: foot; padding: 16px 24px; align-self: end; }
}

@media (min-width: 720px) {
  .rules-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 420px); align-items: start; }
  .wallet-top { grid-template-columns: minmax(0, 380px) minmax(0, 1fr); align-items: start; }
  .row3 { grid-template-columns: repeat(3, 1fr); }
  .rg-head-in { grid-template-columns: auto 1fr; gap: 28px; }
  .helpcards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .acct-dash { grid-template-columns: minmax(0, 340px) minmax(0, 1fr); align-items: start; }
  .contact-side { margin-top: 0; }
  .vsteps > li { padding: 22px 24px; grid-template-columns: 56px 1fr; }
  .vs-n { width: 56px; height: 56px; }
}
@media (min-width: 1024px) {
  .help-nav { flex-wrap: wrap; overflow: visible; margin: 0; padding: 0; }
  .helpcards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .auth-page { padding-top: 48px; }
  .reg-map { display: grid; gap: 0; list-style: none; counter-reset: rm; margin: 28px 0 0; padding: 0; max-width: 340px; }
  .reg-map li { counter-increment: rm; display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px dotted var(--hall-line); color: var(--text-2); font-weight: 600; }
  .reg-map li::before { content: counter(rm); display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--hall-3); color: var(--lamp); font: 800 16px/1 var(--f-display); }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .age-chip { display: none; }
}
@media (min-width: 1280px) {
  .lamp { font-size: 15px; }
}

/* ---------- motion safety ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

/* ---------- print ---------- */
@media print {
  .top, .dock, .menu, .foot-help { display: none !important; }
  body { background: #fff; color: #000; }
}
