/* casumo-uk.co — UMO DECK
   Palette + type mirrored from the live Casumo UK site (casumo.com/en-gb).
   page #130031 · panel #1E0A43 · halo #32007E · CTA #FFD12B · ink #1A212C */

:root {
  --page: #130031;
  --page-2: #180a38;
  --panel: #1e0a43;
  --panel-2: #250e52;
  --halo: #32007e;
  --line: #3a1f63;
  --line-soft: #2c1550;
  --cta: #ffd12b;
  --cta-hi: #ffe27a;
  --ink: #1a212c;
  --teal: #00d4b1;
  --pink: #ff5ca8;
  --text: #efe9ff;
  --muted: #b6a8d6;
  --radius: 22px;
  --radius-s: 12px;
  --wrap: 1180px;
  --font-display: "Figtree", "Segoe UI", system-ui, sans-serif;
  --font-body: "Noto Sans", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background:
    radial-gradient(900px 520px at 82% -8%, rgba(50, 0, 126, .55), transparent 60%),
    radial-gradient(700px 460px at 4% 4%, rgba(255, 92, 168, .10), transparent 62%),
    var(--page);
  color: var(--text);
  font: 16px/1.68 var(--font-body);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--cta); text-decoration: none; }
a:hover { text-decoration: underline; }

.wrap { width: min(100% - 32px, var(--wrap)); margin-inline: auto; }

/* ── top bar ─────────────────────────────────────────────── */
.topbar {
  position: sticky; top: 0; z-index: 90;
  background: rgba(19, 0, 49, .92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line-soft);
}
.topbar-in { display: flex; align-items: center; gap: 18px; padding: 12px 0; }
.brand { display: flex; align-items: center; gap: 11px; font-family: var(--font-display); font-weight: 900; letter-spacing: -.025em; color: #fff; font-size: 21px; }
.brand:hover { text-decoration: none; }
.brand-mark {
  flex: 0 0 auto; border-radius: 12px; display: block;
  filter: drop-shadow(0 4px 12px rgba(255, 209, 43, .28));
  transition: transform .18s ease;
}
.brand:hover .brand-mark { transform: rotate(-6deg) scale(1.04); }
.brand-text { display: block; line-height: 1.08; }
.brand-uk {
  display: inline-block; margin-left: 6px; padding: 2px 7px 3px;
  border-radius: 7px; background: var(--cta); color: var(--ink);
  font-size: 12px; font-weight: 900; letter-spacing: .04em; vertical-align: 3px;
}
.brand small { display: block; margin-top: 3px; font: 400 10.5px/1 var(--font-body); color: var(--muted); letter-spacing: .08em; text-transform: uppercase; }
.nav { margin-left: auto; display: flex; gap: 4px; flex-wrap: wrap; }
.nav a { color: var(--muted); font-size: 14px; padding: 7px 11px; border-radius: 999px; }
.nav a:hover, .nav a[aria-current="page"] { background: var(--panel-2); color: #fff; text-decoration: none; }
.topbar .btn { padding: 9px 16px; font-size: 14px; }

/* ── burger + slide-down panel (mobile only) ─────────────── */
.navtoggle { position: absolute; opacity: 0; width: 1px; height: 1px; margin: 0; pointer-events: none; }
.burger {
  display: none; width: 44px; height: 44px; flex: 0 0 44px;
  border: 1px solid var(--line); border-radius: 12px; background: var(--panel);
  color: var(--text); cursor: pointer; place-items: center;
  font: 400 21px/1 var(--font-body); user-select: none;
}
.burger::before { content: "\2630"; }
.navtoggle:focus-visible ~ .topbar .burger { outline: 2px solid var(--cta); outline-offset: 2px; }
.navtoggle:checked ~ .topbar .burger { background: var(--panel-2); border-color: var(--cta); color: var(--cta); }
.navtoggle:checked ~ .topbar .burger::before { content: "\2715"; }

.navpanel { display: none; }
.navtoggle:checked ~ .navpanel {
  display: block; position: fixed; inset: var(--bar-h, 68px) 0 0; z-index: 80;
  background: var(--page-2); border-top: 1px solid var(--line-soft);
  padding: 18px 0 calc(28px + env(safe-area-inset-bottom));
  overflow-y: auto; overscroll-behavior: contain;
}
.navpanel-home { display: block; font-family: var(--font-display); font-weight: 800; color: #fff; padding: 12px 14px; border: 1px solid var(--line); border-radius: var(--radius-s); margin-bottom: 16px; }
.navpanel-home[aria-current="page"] { background: var(--panel-2); }
.navpanel-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 20px; }
.navpanel-grid h4 { font-family: var(--font-display); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--teal); margin: 0 0 8px; }
.navpanel-grid ul { list-style: none; margin: 0; padding: 0; }
.navpanel-grid li { margin: 0 0 2px; }
.navpanel-grid a { display: block; color: var(--text); font-size: 15px; padding: 9px 8px; border-radius: 9px; }
.navpanel-grid a:hover, .navpanel-grid a[aria-current="page"] { background: var(--panel-2); text-decoration: none; color: #fff; }
.navpanel-cta { width: 100%; justify-content: center; margin-top: 20px; }

/* ── buttons ─────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-display); font-weight: 800; font-size: 16px;
  padding: 14px 26px; border-radius: 999px; border: 0; cursor: pointer;
  background: var(--cta); color: var(--ink);
  box-shadow: 0 8px 0 -2px rgba(196, 150, 0, .55);
  transition: transform .12s ease, box-shadow .12s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); box-shadow: 0 10px 0 -2px rgba(196, 150, 0, .55); background: var(--cta-hi); }
.btn:active { transform: translateY(1px); box-shadow: 0 5px 0 -2px rgba(196, 150, 0, .55); }
.btn-ghost { background: transparent; color: var(--text); border: 1px solid var(--line); box-shadow: none; }
.btn-ghost:hover { background: var(--panel-2); box-shadow: none; }

/* ── hero ────────────────────────────────────────────────── */
.hero { padding: 46px 0 18px; }

/* banner variant: photo behind, copy on top */
.hero-banner { position: relative; isolation: isolate; padding-top: 40px; padding-bottom: 34px; overflow: hidden; }
.hero-banner .hero-media { position: absolute; inset: 0; z-index: -2; display: block; }
.hero-banner .hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 55%; }
.hero-banner::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(90deg, var(--page) 0%, rgba(19, 0, 49, .88) 30%, rgba(19, 0, 49, .5) 60%, rgba(19, 0, 49, .72) 100%),
    linear-gradient(180deg, rgba(19, 0, 49, .85) 0%, transparent 26%, transparent 62%, var(--page) 100%);
}
.hero-banner::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 90px; z-index: -1;
  background: linear-gradient(180deg, transparent, var(--page));
  pointer-events: none;
}
.hero-tall { padding-top: 58px; padding-bottom: 48px; }
.hero-banner h1 { text-shadow: 0 2px 22px rgba(19, 0, 49, .75); }
.hero-banner .lede { color: #d9cff2; text-shadow: 0 1px 14px rgba(19, 0, 49, .8); }
.hero-banner .crumbs { position: relative; }
.hero-banner .offer-card { background: linear-gradient(160deg, rgba(37, 14, 82, .96), rgba(30, 10, 67, .94)); backdrop-filter: blur(6px); }
.hero-grid { display: grid; grid-template-columns: 1.25fr .95fr; gap: 30px; align-items: start; }
.eyebrow { font: 700 12px/1 var(--font-display); letter-spacing: .16em; text-transform: uppercase; color: var(--teal); margin: 0 0 14px; }
h1 { font-family: var(--font-display); font-weight: 900; letter-spacing: -.03em; line-height: 1.08; font-size: clamp(30px, 4.6vw, 48px); margin: 0 0 16px; color: #fff; }
.lede { font-size: 18px; color: var(--muted); margin: 0 0 22px; max-width: 60ch; }

.offer-card {
  background: linear-gradient(160deg, var(--panel-2), var(--panel));
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px; box-shadow: 0 24px 60px -30px #000;
}
.offer-card h2 { margin: 0 0 4px; font-size: 15px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-family: var(--font-display); }
.offer-figure { font-family: var(--font-display); font-weight: 900; font-size: clamp(30px, 5vw, 42px); line-height: 1.05; color: var(--cta); margin: 6px 0 12px; letter-spacing: -.02em; }
.offer-card ul { list-style: none; margin: 0 0 18px; padding: 0; }
.offer-card li { display: flex; gap: 10px; padding: 7px 0; border-bottom: 1px dashed var(--line-soft); font-size: 15px; }
.offer-card li:last-child { border-bottom: 0; }
.offer-card li b { margin-left: auto; color: #fff; text-align: right; }
.smallprint { font-size: 12px; line-height: 1.55; color: #9d8fc0; margin: 12px 0 0; }

/* ── lobby grid under the banner ─────────────────────────── */
.lobby-strip { padding: 10px 0 6px; margin-bottom: 6px; }
.lobby-strip h2 {
  font-family: var(--font-display); font-weight: 800; font-size: 15px;
  letter-spacing: .14em; text-transform: uppercase; color: var(--muted);
  margin: 0 0 16px;
}
.gs-grid {
  display: grid; grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 14px; margin: 0 0 8px;
}
.gs-tile {
  position: relative; border-radius: 14px; overflow: hidden;
  border: 1px solid var(--line); background: var(--panel-2); line-height: 0;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.gs-tile img { width: 100%; aspect-ratio: 2 / 3; object-fit: cover; }
.gs-tile:hover, .gs-tile:focus-visible {
  transform: translateY(-4px); border-color: var(--cta);
  box-shadow: 0 14px 26px -16px #000; text-decoration: none; outline: none;
}
.gs-play {
  position: absolute; inset: 0; display: grid; place-items: center;
  background: rgba(19, 0, 49, .55); opacity: 0; transition: opacity .18s ease;
}
.gs-play::before {
  content: "Play"; padding: 7px 16px; border-radius: 999px;
  background: var(--cta); color: var(--ink); font: 800 13px/1 var(--font-display);
}
.gs-tile:hover .gs-play, .gs-tile:focus-visible .gs-play { opacity: 1; }
@media (hover: none) { .gs-play { display: none; } }

/* ── answer card (page signature) ────────────────────────── */
.answer {
  border: 1px solid var(--line); border-left: 6px solid var(--cta);
  border-radius: var(--radius); background: var(--panel);
  padding: 22px 26px; margin: 0 0 30px;
}
.answer h2 { margin: 0 0 8px; font-size: 13px; letter-spacing: .16em; text-transform: uppercase; color: var(--cta); font-family: var(--font-display); }
.answer p { margin: 0 0 10px; font-size: 17px; }
.answer p:last-child { margin-bottom: 0; }

/* ── deck layout ─────────────────────────────────────────── */
.deck { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 40px; padding: 30px 0 10px; align-items: start; }
.deck > main { min-width: 0; }
.topbar-in > .brand { min-width: 0; }
body { overflow-x: hidden; }
.rail { position: sticky; top: 84px; display: grid; gap: 18px; }
.rail-card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }
.rail-card h3 { margin: 0 0 12px; font-family: var(--font-display); font-size: 16px; color: #fff; }
.rail-card dl { margin: 0; display: grid; grid-template-columns: auto 1fr; gap: 8px 12px; font-size: 14px; }
.rail-card dt { color: var(--muted); }
.rail-card dd { margin: 0; text-align: right; color: #fff; }
.rail-card ul { margin: 0; padding-left: 18px; font-size: 14px; color: var(--muted); }
.rail-card li { margin-bottom: 6px; }

main h2 { font-family: var(--font-display); font-weight: 800; letter-spacing: -.02em; font-size: clamp(23px, 2.7vw, 30px); margin: 40px 0 14px; color: #fff; }
main h3 { font-family: var(--font-display); font-weight: 700; font-size: 19px; margin: 26px 0 10px; color: #fff; }
main p { margin: 0 0 15px; }
main ul, main ol { margin: 0 0 18px; padding-left: 22px; }
main li { margin-bottom: 8px; }
main section { scroll-margin-top: 84px; }

/* ── tables ──────────────────────────────────────────────── */
.tablewrap { overflow-x: auto; max-width: 100%; border: 1px solid var(--line); border-radius: var(--radius-s); margin: 0 0 22px; }
table { border-collapse: collapse; width: 100%; min-width: 480px; font-size: 15px; }
caption { text-align: left; padding: 12px 16px; color: var(--muted); font-size: 13px; background: var(--panel-2); }
th, td { padding: 11px 16px; border-bottom: 1px solid var(--line-soft); text-align: left; vertical-align: top; }
thead th { background: var(--panel-2); color: #fff; font-family: var(--font-display); font-size: 14px; }
tbody tr:last-child td { border-bottom: 0; }
tbody tr:nth-child(even) { background: rgba(50, 0, 126, .18); }

/* ── callouts ────────────────────────────────────────────── */
.note { border-radius: var(--radius-s); padding: 16px 18px; margin: 0 0 22px; border: 1px solid var(--line); background: var(--panel); }
.note.warn { border-color: rgba(255, 92, 168, .55); background: rgba(255, 92, 168, .09); }
.note.tip { border-color: rgba(0, 212, 177, .5); background: rgba(0, 212, 177, .08); }
.note b { color: #fff; }

/* ── steps ───────────────────────────────────────────────── */
.steps { counter-reset: s; list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 12px; }
.steps li { counter-increment: s; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius-s); padding: 14px 16px 14px 56px; position: relative; margin: 0; }
.steps li::before {
  content: counter(s); position: absolute; left: 14px; top: 13px;
  width: 28px; height: 28px; border-radius: 9px; display: grid; place-items: center;
  background: var(--cta); color: var(--ink); font: 800 15px var(--font-display);
}
.steps li b { color: #fff; display: block; margin-bottom: 2px; }

/* ── game grid ───────────────────────────────────────────── */
.games { display: grid; grid-template-columns: repeat(auto-fill, minmax(168px, 1fr)); gap: 16px; margin: 0 0 26px; }
.game-card {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius-s);
  overflow: hidden; display: flex; flex-direction: column;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.game-card:hover { border-color: var(--cta); transform: translateY(-3px); box-shadow: 0 16px 30px -18px #000; }
.game-card img { aspect-ratio: 2 / 3; object-fit: cover; width: 100%; background: var(--panel-2); transition: transform .3s ease; }
.game-card:hover img { transform: scale(1.05); }
.gc-link { display: block; position: relative; overflow: hidden; color: inherit; }
.gc-link:hover { text-decoration: none; }
.gc-play {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -46%) scale(.9);
  padding: 9px 20px; border-radius: 999px; background: var(--cta); color: var(--ink);
  font: 800 14px var(--font-display); opacity: 0; pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
  box-shadow: 0 6px 0 -2px rgba(196, 150, 0, .55);
}
.gc-play::before { content: "Play"; }
.game-card:hover .gc-play, .gc-link:focus-visible .gc-play { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.gc-link:focus-visible { outline: 2px solid var(--cta); outline-offset: -2px; }
/* touch devices have no hover: keep the affordance permanently visible */
@media (hover: none) {
  .gc-play { opacity: 1; transform: translate(-50%, -50%) scale(1); font-size: 13px; padding: 7px 16px; }
}
.game-card .gc-body { padding: 12px 13px 14px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.game-card h3 { margin: 0; font-size: 15px; font-family: var(--font-display); }
.game-card h3 a { color: #fff; }
.game-card:hover h3 a { color: var(--cta); }
.game-card p { margin: 0; font-size: 13px; color: var(--muted); line-height: 1.5; }
.game-card .gc-meta { margin-top: auto; font-size: 12px; color: var(--teal); letter-spacing: .04em; }

/* ── FAQ ─────────────────────────────────────────────────── */
.faq { display: grid; gap: 10px; margin: 0 0 26px; }
.faq details { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius-s); padding: 4px 18px; }
.faq summary { cursor: pointer; padding: 14px 0; font-family: var(--font-display); font-weight: 700; color: #fff; list-style: none; display: flex; gap: 12px; align-items: flex-start; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before { content: "+"; color: var(--cta); font-size: 20px; line-height: 1; margin-top: 2px; }
.faq details[open] summary::before { content: "–"; }
.faq details p { margin: 0 0 14px; color: var(--muted); }
.faq details p:first-of-type { margin-top: -4px; }

/* ── inline CTA band ─────────────────────────────────────── */
.band {
  margin: 34px 0; padding: 26px; border-radius: var(--radius);
  background: linear-gradient(120deg, var(--halo), var(--panel));
  border: 1px solid var(--line);
  display: flex; gap: 22px; align-items: center; flex-wrap: wrap;
}
.band h2 { margin: 0 0 6px; font-size: 22px; }
.band p { margin: 0; color: var(--muted); font-size: 15px; max-width: 46ch; }
.band .btn { margin-left: auto; }

/* ── page links / chips ──────────────────────────────────── */
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 24px; padding: 0; list-style: none; }
.chips li { margin: 0; }
.chips a { display: inline-block; padding: 8px 14px; border-radius: 999px; border: 1px solid var(--line); background: var(--panel); color: var(--text); font-size: 14px; }
.chips a:hover { background: var(--panel-2); text-decoration: none; }

.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 16px; margin: 0 0 26px; }
.card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius-s); padding: 18px; }
.card h3 { margin: 0 0 8px; font-size: 17px; }
.card p { margin: 0; font-size: 14px; color: var(--muted); }

.crumbs { font-size: 13px; color: var(--muted); padding: 16px 0 0; }
.crumbs a { color: var(--muted); }

/* ── footer ──────────────────────────────────────────────── */
footer {
  margin-top: 60px; border-top: 1px solid var(--line-soft);
  background: #0e0025; padding: 34px 0 96px; font-size: 14px; color: #9d8fc0;
}
.foot-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 26px; margin-bottom: 26px; }
footer h4 { font-family: var(--font-display); color: #fff; margin: 0 0 10px; font-size: 15px; }
footer ul { list-style: none; margin: 0; padding: 0; }
footer li { margin-bottom: 7px; }
footer a { color: #b6a8d6; }
.foot-legal { border-top: 1px solid var(--line-soft); padding-top: 18px; font-size: 12.5px; line-height: 1.7; }
.age { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; border: 2px solid var(--pink); color: var(--pink); font-weight: 800; font-size: 13px; margin-right: 10px; vertical-align: middle; }

/* ── sticky mobile CTA ───────────────────────────────────── */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
  display: none; gap: 12px; align-items: center;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  background: rgba(19, 0, 49, .96); border-top: 1px solid var(--line);
  backdrop-filter: blur(10px);
}
.sticky-cta span { font-size: 13px; color: var(--muted); line-height: 1.35; }
.sticky-cta .btn { margin-left: auto; padding: 12px 20px; font-size: 15px; white-space: nowrap; }

@media (max-width: 960px) {
  .deck { grid-template-columns: minmax(0, 1fr); gap: 26px; padding-top: 22px; }
  .rail { position: static; }
  .hero-grid { grid-template-columns: 1fr; gap: 22px; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .sticky-cta { display: flex; }
  footer { padding-bottom: 108px; }

  /* nav collapses into the burger */
  .nav { display: none; }
  .burger { display: grid; margin-left: auto; }
  .topbar-in { gap: 12px; }
  .topbar-cta { order: 2; }

  .gs-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .gs-tile:nth-child(n+13) { display: none; }
  .band { flex-direction: column; align-items: flex-start; gap: 14px; }
  .band .btn { margin-left: 0; width: 100%; justify-content: center; }
}

@media (max-width: 620px) {
  .wrap { width: min(100% - 28px, var(--wrap)); }
  .hero { padding: 26px 0 8px; }
  .hero-banner { padding: 22px 0 26px; }
  .hero-tall { padding: 26px 0 30px; }
  .hero-banner .hero-media img { object-position: 68% 60%; }
  .hero-banner::before {
    background:
      linear-gradient(180deg, rgba(19, 0, 49, .62) 0%, rgba(19, 0, 49, .72) 52%, rgba(19, 0, 49, .92) 88%, var(--page) 100%),
      linear-gradient(90deg, rgba(19, 0, 49, .45), rgba(19, 0, 49, .2));
  }
  .hero-banner .hero-media img { object-position: 60% 62%; }
  .hero-banner h1 { text-shadow: 0 2px 16px rgba(19, 0, 49, .95), 0 0 40px rgba(19, 0, 49, .8); }
  .hero-banner .lede { color: #e6dcff; text-shadow: 0 1px 12px rgba(19, 0, 49, .95); }
  h1 { font-size: clamp(27px, 8vw, 34px); letter-spacing: -.02em; }
  .lede { font-size: 16.5px; }
  main h2 { font-size: clamp(21px, 5.6vw, 25px); margin-top: 32px; }
  main h3 { font-size: 17.5px; }
  body { font-size: 16px; line-height: 1.62; }

  :root { --bar-h: 64px; }
  .topbar-in { padding: 10px 0; }
  .brand { font-size: 17px; }
  .brand-mark { width: 30px; height: 30px; border-radius: 9px; font-size: 17px; }
  .topbar-cta { display: none; }
  .navpanel-grid { grid-template-columns: 1fr; gap: 6px; }
  .navpanel-grid > div + div { border-top: 1px solid var(--line-soft); padding-top: 12px; }

  .hero .btn, .answer, .offer-card, .rail-card, .note, .band { width: 100%; }
  .hero p .btn { width: 100%; justify-content: center; margin-bottom: 10px; }
  .hero p .btn-ghost { width: 100%; justify-content: center; }
  .answer { padding: 18px 18px 18px 16px; border-left-width: 5px; }
  .answer p { font-size: 16.5px; }
  .offer-card { padding: 20px; }
  .offer-card .btn { width: 100%; justify-content: center; }
  .steps li { padding: 13px 14px 13px 50px; }
  .steps li::before { left: 12px; width: 26px; height: 26px; }
  .foot-grid { grid-template-columns: 1fr; gap: 20px; }
  .games { grid-template-columns: repeat(auto-fill, minmax(132px, 1fr)); gap: 12px; }
  .gs-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
  .gs-tile:nth-child(n+13) { display: none; }
  .lobby-strip h2 { font-size: 13px; margin-bottom: 12px; }
  .tablewrap { position: relative; }
  .tablewrap::after {
    content: "swipe →"; position: absolute; top: 0; right: 0;
    font-size: 11px; letter-spacing: .08em; text-transform: uppercase;
    color: var(--muted); background: var(--panel-2); padding: 4px 8px;
    border-bottom-left-radius: 8px; pointer-events: none;
  }
  th, td { padding: 10px 13px; font-size: 14.5px; }
  .sticky-cta span { font-size: 12px; }
  .sticky-cta .btn { padding: 11px 16px; font-size: 14px; }
}

@media (max-width: 360px) {
  .games { grid-template-columns: 1fr 1fr; }
  .gs-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gs-tile:nth-child(n+11) { display: none; }
  .sticky-cta span { display: none; }
  .sticky-cta .btn { width: 100%; justify-content: center; margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; scroll-behavior: auto !important; }
}
