:root {
  --background: oklch(0.9751 0.0127 244.2507);
  --foreground: oklch(0.3729 0.0306 259.7328);
  --card: oklch(1.0000 0 0);
  --card-foreground: oklch(0.3729 0.0306 259.7328);
  --popover: oklch(1.0000 0 0);
  --popover-foreground: oklch(0.3729 0.0306 259.7328);
  --primary: oklch(0.7227 0.1920 149.5793);
  --primary-foreground: oklch(1.0000 0 0);
  --secondary: oklch(0.9514 0.0250 236.8242);
  --secondary-foreground: oklch(0.4461 0.0263 256.8018);
  --muted: oklch(0.9670 0.0029 264.5419);
  --muted-foreground: oklch(0.5510 0.0234 264.3637);
  --accent: oklch(0.9505 0.0507 163.0508);
  --accent-foreground: oklch(0.3729 0.0306 259.7328);
  --destructive: oklch(0.6368 0.2078 25.3313);
  --destructive-foreground: oklch(1.0000 0 0);
  --border: oklch(0.9276 0.0058 264.5313);
  --input: oklch(0.9276 0.0058 264.5313);
  --ring: oklch(0.7227 0.1920 149.5793);
  --chart-1: oklch(0.7227 0.1920 149.5793);
  --chart-2: oklch(0.6959 0.1491 162.4796);
  --chart-3: oklch(0.5960 0.1274 163.2254);
  --chart-4: oklch(0.5081 0.1049 165.6121);
  --chart-5: oklch(0.4318 0.0865 166.9128);
  --font-sans: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  --font-serif: Lora, ui-serif, Georgia, serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  --radius: 0.5rem;
  --shadow-sm: 0px 4px 8px -1px hsl(0 0% 0% / 0.10), 0px 1px 2px -2px hsl(0 0% 0% / 0.10);
  --shadow: 0px 4px 8px -1px hsl(0 0% 0% / 0.10), 0px 1px 2px -2px hsl(0 0% 0% / 0.10);
  --shadow-md: 0px 4px 8px -1px hsl(0 0% 0% / 0.10), 0px 2px 4px -2px hsl(0 0% 0% / 0.10);
  --shadow-lg: 0px 4px 8px -1px hsl(0 0% 0% / 0.10), 0px 4px 6px -2px hsl(0 0% 0% / 0.10);

  /* Page semantic aliases */
  --bg-base: var(--background);
  --bg-elevated: var(--secondary);
  --bg-surface: var(--card);
  --bg-surface-strong: var(--muted);
  --accent-primary: var(--primary);
  --accent-primary-strong: var(--chart-3);
  --accent-primary-soft: var(--chart-2);
  --accent-tertiary: var(--chart-2);
  --text-primary: var(--foreground);
  --text-secondary: var(--secondary-foreground);
  --text-muted: var(--muted-foreground);
  --text-on-accent: var(--primary-foreground);
  --border-subtle: color-mix(in oklch, var(--border) 70%, transparent);
  --border-default: var(--border);
  --border-strong: color-mix(in oklch, var(--primary) 35%, var(--border));
  --success: var(--chart-2);
  --warning: oklch(0.75 0.15 85);
  --danger: var(--destructive);
  --container: 1120px;
  --logo-w: 140px;
  --logo-h: 72px;
  --radius-sm: calc(var(--radius) - 4px);
  --radius-md: calc(var(--radius) - 2px);
  --radius-lg: var(--radius);
  --radius-xl: calc(var(--radius) + 4px);
  --font: var(--font-sans);
}

.dark {
  --background: oklch(0.2077 0.0398 265.7549);
  --foreground: oklch(0.8717 0.0093 258.3382);
  --card: oklch(0.2795 0.0368 260.0310);
  --card-foreground: oklch(0.8717 0.0093 258.3382);
  --popover: oklch(0.2795 0.0368 260.0310);
  --popover-foreground: oklch(0.8717 0.0093 258.3382);
  --primary: oklch(0.7729 0.1535 163.2231);
  --primary-foreground: oklch(0.2077 0.0398 265.7549);
  --secondary: oklch(0.3351 0.0331 260.9120);
  --secondary-foreground: oklch(0.7118 0.0129 286.0665);
  --muted: oklch(0.2463 0.0275 259.9628);
  --muted-foreground: oklch(0.5510 0.0234 264.3637);
  --accent: oklch(0.3729 0.0306 259.7328);
  --accent-foreground: oklch(0.7118 0.0129 286.0665);
  --destructive: oklch(0.6368 0.2078 25.3313);
  --destructive-foreground: oklch(0.2077 0.0398 265.7549);
  --border: oklch(0.4461 0.0263 256.8018);
  --input: oklch(0.4461 0.0263 256.8018);
  --ring: oklch(0.7729 0.1535 163.2231);
  --chart-1: oklch(0.7729 0.1535 163.2231);
  --chart-2: oklch(0.7845 0.1325 181.9120);
  --chart-3: oklch(0.7227 0.1920 149.5793);
  --chart-4: oklch(0.6959 0.1491 162.4796);
  --chart-5: oklch(0.5960 0.1274 163.2254);
}

* { box-sizing: border-box; border-color: var(--border); }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  background: var(--background);
  color: var(--foreground);
  line-height: 1.6;
  font-size: 1rem;
  letter-spacing: 0;
}
a { color: var(--chart-3); text-decoration: none; }
a:hover { color: var(--primary); }
a:focus-visible, .btn:focus-visible, .pick:focus-visible, .brand:focus-visible, .brand-note:focus-visible, .card-fold > summary:focus-visible, .game-carousel-btn:focus-visible, .game-carousel-range:focus-visible, .nav-toggle-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px color-mix(in oklch, var(--ring) 45%, transparent);
  border-radius: var(--radius-md);
}
.btn:focus-visible, .game-carousel-btn:focus-visible { border-radius: var(--radius-lg); }
img { max-width: 100%; display: block; }
.container { width: min(100% - 40px, var(--container)); margin-inline: auto; }
.narrow { max-width: 42rem; }
.skip-link {
  position: absolute; left: 16px; top: 12px; z-index: 100;
  padding: 10px 16px; border-radius: var(--radius-lg);
  background: var(--primary); color: var(--primary-foreground);
  font-weight: 600; font-size: 0.875rem;
  transform: translateY(-160%);
  transition: transform .15s ease;
}
.skip-link:focus { transform: translateY(0); color: var(--primary-foreground); }
.skip-link:focus-visible { box-shadow: 0 0 0 3px color-mix(in oklch, var(--ring) 55%, transparent); }
section[id], article[id], .block[id], h4[id] { scroll-margin-top: 88px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.glow {
  position: absolute;
  inset: auto;
  width: min(70vw, 900px);
  height: min(70vw, 900px);
  border-radius: 50%;
  background: radial-gradient(ellipse at center, color-mix(in oklch, var(--primary) 28%, transparent) 0%, color-mix(in oklch, var(--accent) 40%, transparent) 42%, transparent 70%);
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}

/* Nav */
.topbar {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(16px) saturate(140%);
  background: color-mix(in oklch, var(--background) 82%, transparent);
  border-bottom: 1px solid var(--border);
}
.topbar-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "brand nav cta";
  align-items: center;
  gap: 10px 20px;
  padding-block: 10px;
  min-height: 64px;
}
.brand {
  grid-area: brand;
  color: var(--foreground); font-weight: 800; letter-spacing: -0.03em; font-size: 1.05rem;
}
.brand span { color: var(--primary); }
.topbar-inner > .btn { grid-area: cta; justify-self: end; }
.nav-toggle { position: absolute; opacity: 0; pointer-events: none; }
.nav-toggle-btn {
  display: none;
  grid-area: toggle;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--card);
  cursor: pointer;
}
.nav-toggle-bars,
.nav-toggle-bars::before,
.nav-toggle-bars::after {
  display: block;
  width: 18px; height: 2px;
  background: var(--foreground);
  border-radius: 1px;
  position: relative;
}
.nav-toggle-bars::before,
.nav-toggle-bars::after {
  content: "";
  position: absolute;
  left: 0;
}
.nav-toggle-bars::before { top: -6px; }
.nav-toggle-bars::after { top: 6px; }
.nav-links {
  grid-area: nav;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 4px 8px;
  min-width: 0;
}
.nav-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 6px 10px;
  color: var(--secondary-foreground);
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
  border-radius: var(--radius-md);
  transition: color .15s ease, background .15s ease;
}
.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--foreground);
  background: var(--accent);
}
@media (max-width: 860px) {
  .topbar-inner {
    grid-template-columns: 1fr auto auto;
    grid-template-areas: "brand toggle cta";
  }
  .nav-toggle-btn { display: inline-flex; }
  .nav-links {
    display: none;
    grid-area: menu;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 8px 0 6px;
    border-top: 1px solid var(--border);
  }
  .nav-toggle:checked ~ .nav-links { display: flex; }
  .topbar-inner:has(.nav-toggle:checked) {
    grid-template-areas:
      "brand toggle cta"
      "menu menu menu";
  }
  .nav-links a {
    justify-content: flex-start;
    min-height: 44px;
    padding: 10px 12px;
  }
}

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; padding: 12px 20px; border-radius: var(--radius-lg);
  font-weight: 600; font-size: 0.9375rem; letter-spacing: -0.01em;
  border: 1px solid transparent; cursor: pointer; text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn-primary {
  color: var(--primary-foreground);
  background: var(--primary);
  box-shadow: var(--shadow-sm);
}
.btn-primary:hover {
  color: var(--primary-foreground);
  background: var(--chart-3);
  box-shadow: var(--shadow-md);
  transform: translateY(-1px);
}
.btn-ghost {
  color: var(--foreground);
  background: transparent;
  border-color: var(--border);
}
.btn-ghost:hover {
  border-color: color-mix(in oklch, var(--primary) 35%, var(--border));
  color: var(--foreground);
  background: var(--accent);
}
.btn-sm { padding: 10px 16px; font-size: 0.875rem; }

/* Hero */
.hero {
  position: relative; overflow: hidden;
  padding: 72px 0 64px;
  text-align: center;
}
.hero .glow { top: -10%; left: 50%; transform: translateX(-50%); }
.hero-inner { position: relative; z-index: 1; }
.author-bar {
  display: inline-flex; align-items: center; gap: 12px;
  margin: 0 auto 24px; padding: 8px 14px;
  border: 1px solid var(--border);
  background: var(--card);
  border-radius: 999px;
  font-size: 0.8125rem; color: var(--secondary-foreground);
  box-shadow: var(--shadow-xs, var(--shadow-sm));
}
.author-dot {
  width: 28px; height: 28px; border-radius: 50%;
  flex-shrink: 0;
  object-fit: cover;
  background: var(--muted);
  border: 1px solid var(--border);
}
span.author-dot {
  background: linear-gradient(135deg, var(--primary), var(--chart-2));
  display: grid; place-items: center; color: var(--primary-foreground); font-weight: 700; font-size: 0.7rem;
}
img.author-dot { display: block; }
h1 {
  margin: 0 auto 16px; max-width: 18ch;
  color: var(--foreground);
  font-family: var(--font-serif);
  font-size: clamp(2.25rem, 4.5vw, 3.5rem);
  line-height: 1.1; letter-spacing: -0.025em; font-weight: 700;
}
.hero-lead {
  margin: 0 auto 28px; max-width: 42rem;
  font-size: 1.125rem; line-height: 1.65; color: var(--secondary-foreground);
}
.cta-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.trust-line {
  margin: 20px auto 0; font-size: 0.8125rem; color: var(--muted-foreground);
}

/* Sections */
section { padding: 96px 0; position: relative; }
section.alt { background: var(--secondary); }
h2 {
  margin: 0 0 12px;
  color: var(--foreground);
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.15; letter-spacing: -0.02em; font-weight: 700;
}
.section-intro {
  margin: 0 0 40px; max-width: 42rem;
  color: var(--secondary-foreground); font-size: 1.0625rem;
}
h3 {
  margin: 0 0 10px;
  color: var(--foreground);
  font-size: 1.25rem; font-weight: 600; letter-spacing: -0.01em; line-height: 1.3;
}
h4 {
  margin: 18px 0 8px;
  color: var(--foreground);
  font-size: 1.05rem; font-weight: 600;
}
p { margin: 0 0 14px; }
ul, ol { margin: 0 0 16px; padding-left: 1.2rem; }
li { margin: 6px 0; }
.muted { color: var(--muted-foreground); }
.center { text-align: center; }
.center .section-intro { margin-left: auto; margin-right: auto; }

.glass {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
}

/* Picks grid */
.picks {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 40px;
}
.pick {
  display: block;
  padding: 18px 16px;
  text-align: left;
  color: inherit;
  transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.pick:hover {
  border-color: color-mix(in oklch, var(--primary) 35%, var(--border));
  color: inherit;
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}
.pick .label { font-size: 0.75rem; color: var(--chart-3); font-weight: 600; letter-spacing: 0.02em; text-transform: uppercase; margin-bottom: 8px; }
.pick strong { display: block; color: var(--foreground); margin-bottom: 6px; }
.pick p { margin: 0; font-size: 0.875rem; color: var(--secondary-foreground); }

/* Casino cards */
.casino-list { display: grid; gap: 16px; }
.casino-card {
  display: grid;
  grid-template-columns: var(--logo-w) minmax(0, 1fr) auto;
  grid-template-areas:
    "brand body actions"
    "brand fold actions";
  gap: 18px;
  align-items: start;
  padding: 22px;
}
.casino-brand {
  grid-area: brand;
  position: relative;
  width: var(--logo-w);
  overflow: visible;
}
.casino-body { grid-area: body; min-width: 0; }
.casino-card > .card-fold { grid-area: fold; margin-top: 0; }
.casino-logo-wrap {
  width: var(--logo-w);
  height: var(--logo-h);
  padding: 6px 10px;
  border-radius: var(--radius-md);
  background: #050505;
  display: grid;
  place-items: center;
  overflow: hidden;
  flex-shrink: 0;
}
.casino-logo-wrap.logo-on-light {
  background: transparent;
  padding: 4px 6px;
}
.casino-logo {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}
.rank {
  position: absolute;
  left: -8px;
  top: -8px;
  width: 28px; height: 28px; border-radius: var(--radius-sm);
  display: grid; place-items: center;
  background: var(--accent);
  color: var(--chart-3); font-weight: 800; font-size: 0.75rem;
  border: 1px solid color-mix(in oklch, var(--primary) 35%, var(--border));
  margin: 0;
}
.pick .casino-logo-wrap {
  width: var(--logo-w);
  height: var(--logo-h);
  margin-bottom: 12px;
}
.table-casino a { color: inherit; font-weight: 600; }
.table-casino a:hover { color: var(--primary); }
.table-casino .casino-logo-wrap {
  width: 88px;
  height: 48px;
  padding: 4px 6px;
}
.casino-card .bonus {
  color: var(--chart-3); font-weight: 700; font-size: 0.95rem; margin: 4px 0 6px;
}
.casino-card .meta { font-size: 0.8125rem; color: var(--muted-foreground); margin: 0; }
.casino-card .card-blurb {
  margin: 8px 0 0;
  font-size: 0.9rem;
  color: var(--secondary-foreground);
  line-height: 1.5;
}
.list-label {
  margin: 0 0 8px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--foreground);
}
.casino-actions {
  grid-area: actions;
  display: flex; flex-direction: column; gap: 8px; align-items: stretch; min-width: 140px;
  position: sticky; top: 80px;
}
.score { font-size: 0.8125rem; color: var(--warning); font-weight: 600; font-family: var(--font-mono); }

.card-fold { margin-top: 12px; }
.card-fold > summary {
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 2px;
  cursor: pointer;
  user-select: none;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--chart-3);
  border-radius: var(--radius-md);
  transition: color .15s ease;
}
.card-fold > summary::-webkit-details-marker { display: none; }
.card-fold > summary::after {
  content: "";
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='black' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round' d='M2.5 4.5 L6 8 L9.5 4.5'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='black' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round' d='M2.5 4.5 L6 8 L9.5 4.5'/%3E%3C/svg%3E") center / contain no-repeat;
  transition: transform .2s cubic-bezier(0.16, 1, 0.3, 1);
}
.card-fold[open] > summary::after { transform: rotate(180deg); }
.card-fold > summary:hover { color: var(--primary); }
.card-fold-open { display: none; }
.card-fold[open] > summary .card-fold-closed { display: none; }
.card-fold[open] > summary .card-fold-open { display: inline; }
.casino-card .card-fold .block {
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  animation: card-fold-in .28s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes card-fold-in {
  from { opacity: 0; filter: blur(4px); transform: translateY(-6px); }
  to { opacity: 1; filter: blur(0); transform: none; }
}

.block { margin-top: 36px; }
.pros-cons {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 12px;
}
.pros-cons .glass { padding: 18px 20px; }
.pros-cons .list-label { margin-top: 0; }
.pros li::marker { color: var(--chart-2); }
.cons li::marker { color: var(--destructive); }

/* Table */
.table-wrap {
  overflow-x: auto; border-radius: var(--radius-xl); border: 1px solid var(--border);
  -webkit-overflow-scrolling: touch;
  box-shadow: var(--shadow-sm);
}
.table-wrap:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px color-mix(in oklch, var(--ring) 45%, transparent);
}
table {
  width: 100%; border-collapse: collapse; min-width: 720px;
  background: var(--card);
}
caption {
  text-align: left; padding: 14px 16px 0;
  color: var(--muted-foreground); font-size: 0.8125rem;
}
th, td {
  padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--border);
  font-size: 0.9rem;
}
th { color: var(--foreground); font-weight: 600; background: var(--muted); }
td { color: var(--secondary-foreground); }
tr:last-child td { border-bottom: 0; }

.criteria {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px;
}
.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}
.info-grid:has(> :nth-child(3):last-child) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.criteria article,
.info-grid article {
  position: relative;
  padding: 20px 22px;
  transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.info-grid article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 12px;
  row-gap: 12px;
  align-items: center;
  padding: 18px 20px 20px;
}
.info-grid article:not(:has(> .info-icon)) {
  grid-template-columns: minmax(0, 1fr);
}
.info-icon {
  grid-column: 1;
  grid-row: 1;
  width: 40px;
  height: 40px;
  border-radius: var(--radius-md);
  display: grid;
  place-items: center;
  background: var(--accent);
  color: var(--chart-3);
  flex-shrink: 0;
  transition: background .15s ease;
}
.info-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}
.info-grid article > h3,
.info-grid article > h4,
.criteria article > h4 {
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  justify-self: start;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 0.5rem 1.35rem 0.5rem 0.95rem;
  color: var(--foreground);
  line-height: 1.25;
  isolation: isolate;
}
.info-grid article > h3,
.info-grid article > h4 {
  grid-column: 2;
  grid-row: 1;
}
.info-grid article:not(:has(> .info-icon)) > h3,
.info-grid article:not(:has(> .info-icon)) > h4 {
  grid-column: 1;
}
.info-grid article > h3::before,
.info-grid article > h4::before,
.criteria article > h4::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 0.2rem 0 0.4rem;
  background: var(--accent);
  border-radius: 4px;
  transform: skewX(-18deg);
  transform-origin: center;
  box-shadow:
    inset 0 1px 0 color-mix(in oklch, white 55%, transparent),
    inset 0 -1px 0 color-mix(in oklch, var(--chart-3) 14%, transparent);
  transition: background .15s ease, box-shadow .15s ease;
}
.info-grid article > p {
  grid-column: 2;
  margin: 0;
  color: var(--secondary-foreground);
  font-size: 0.9375rem;
  line-height: 1.55;
}
.info-grid article:not(:has(> .info-icon)) > p {
  grid-column: 1;
}
.criteria article > h4 { margin-bottom: 10px; }
.criteria article p {
  margin: 0;
  color: var(--secondary-foreground);
  font-size: 0.9375rem;
  line-height: 1.55;
}
.criteria article:hover,
.info-grid article:hover {
  border-color: color-mix(in oklch, var(--primary) 35%, var(--border));
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}
.info-grid article:hover .info-icon {
  background: color-mix(in oklch, var(--primary) 18%, var(--accent));
}
.info-grid article:hover > h3::before,
.info-grid article:hover > h4::before,
.criteria article:hover > h4::before {
  background: color-mix(in oklch, var(--primary) 16%, var(--accent));
}

.steps { counter-reset: step; list-style: none; padding: 0; }
.steps li {
  counter-increment: step;
  position: relative;
  padding: 16px 16px 16px 64px;
  margin: 0 0 12px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--card);
  box-shadow: var(--shadow-xs, var(--shadow-sm));
}
.steps li::before {
  content: counter(step);
  position: absolute; left: 16px; top: 16px;
  width: 32px; height: 32px; border-radius: var(--radius-sm);
  display: grid; place-items: center;
  background: var(--accent);
  color: var(--chart-3); font-weight: 700;
  font-family: var(--font-mono);
}

.faq-item {
  border: 1px solid var(--border);
  background: var(--card);
  border-radius: var(--radius-lg);
  padding: 18px 20px;
  margin-bottom: 10px;
  box-shadow: var(--shadow-xs, var(--shadow-sm));
}
.faq-item h3 { font-size: 1.05rem; margin-bottom: 8px; }
.faq-item p:last-child { margin-bottom: 0; }

.verdict {
  padding: 40px 32px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
}
.verdict .glow {
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
  opacity: .7;
}
.verdict > :not(.glow) { position: relative; z-index: 1; }
#verdict:has(.verdict-mascot) { padding-top: 0; }
.verdict:has(.verdict-mascot) { padding-top: 24px; }
.verdict-mascot {
  width: min(240px, 58%);
  height: auto;
  margin: 0 auto 16px;
}
.verdict-featured {
  display: flex;
  justify-content: center;
  margin: 8px 0 14px;
}
.verdict-featured .casino-logo-wrap {
  width: min(320px, 85%);
  height: auto;
  padding: 8px 0;
  overflow: visible;
}
.verdict-featured .casino-logo {
  width: 100%;
  height: auto;
  max-height: none;
  filter:
    drop-shadow(0 0 1px color-mix(in oklch, oklch(0.86 0.14 85) 90%, white))
    drop-shadow(0 0 6px color-mix(in oklch, oklch(0.78 0.16 82) 70%, transparent))
    drop-shadow(0 0 16px color-mix(in oklch, oklch(0.72 0.14 78) 45%, transparent));
}

.toc {
  display: flex; flex-wrap: wrap; gap: 10px 16px;
  margin: 0 0 8px; padding: 0; list-style: none;
  font-size: 0.8125rem;
}
.toc a { color: var(--muted-foreground); }
.toc a:hover { color: var(--primary); }

footer {
  padding: 64px 0 40px;
  border-top: 1px solid var(--border);
  background: var(--secondary);
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) repeat(2, minmax(0, 1fr));
  gap: 32px 28px;
  margin-bottom: 32px;
  align-items: start;
}
.footer-brand .brand {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--foreground);
}
.footer-brand .muted {
  margin: 0;
  max-width: 36ch;
}
.footer-heading {
  margin: 0 0 10px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--foreground);
}
.footer-col .footer-heading:not(:first-child) {
  margin-top: 22px;
}
footer ul { list-style: none; padding: 0; margin: 0; }
footer li { margin: 6px 0; }
footer a { color: var(--muted-foreground); font-size: 0.875rem; }
.disclaimer {
  font-size: 0.8125rem; color: var(--muted-foreground);
  border-top: 1px solid var(--border);
  padding-top: 20px;
}
.disclaimer p { margin: 0 0 10px; }

@media (max-width: 960px) {
  .picks { grid-template-columns: 1fr 1fr; }
  .casino-card {
    grid-template-columns: var(--logo-w) minmax(0, 1fr);
    grid-template-areas:
      "brand body"
      "actions actions"
      "fold fold";
  }
  .casino-brand,
  .casino-card .casino-logo-wrap { width: var(--logo-w); }
  .casino-actions {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    position: static;
    min-width: 0;
  }
  .casino-actions .btn { flex: 1 1 auto; min-height: 44px; }
  .criteria { grid-template-columns: 1fr; }
  .info-grid,
  .info-grid:has(> :nth-child(3):last-child),
  .pros-cons { grid-template-columns: 1fr; }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand { grid-column: 1 / -1; }
  section { padding: 72px 0; }
}
@media (max-width: 560px) {
  .picks { grid-template-columns: 1fr; }
  h1 { max-width: none; }
  .cta-row { flex-direction: column; }
  .cta-row .btn { width: 100%; min-height: 44px; }
  .casino-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "body"
      "actions"
      "fold";
  }
  .footer-grid { gap: 28px 16px; }
}


/* Review page */
.review-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 40px;
  align-items: start;
}
.review-main { min-width: 0; }
.review-main > .narrow-copy { max-width: 42rem; }
.snapshot {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 40px;
}
.snapshot article {
  padding: 16px 18px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.snapshot .k {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--muted-foreground);
  margin-bottom: 6px;
}
.snapshot .v {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--foreground);
  font-family: var(--font-mono);
  letter-spacing: -0.01em;
}
.side-card {
  padding: 22px;
  position: sticky;
  top: 88px;
}
.side-card .casino-logo-wrap {
  width: var(--logo-w);
  height: var(--logo-h);
  margin: 8px 0 12px;
}
.side-card .bonus {
  color: var(--chart-3);
  font-weight: 700;
  font-size: 0.95rem;
  margin: 8px 0 6px;
}
.side-card .meta {
  font-size: 0.8125rem;
  color: var(--muted-foreground);
  margin: 0 0 16px;
}
.side-card .score {
  display: block;
  margin-bottom: 12px;
  font-size: 1rem;
}
.crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 20px;
  font-size: 0.8125rem;
  color: var(--muted-foreground);
}
.crumb a { color: var(--muted-foreground); }
.crumb a:hover { color: var(--primary); }
.crumb span[aria-hidden="true"] { color: var(--border-strong); }
.hero-review { text-align: left; padding-top: 56px; }
.hero-review h1 { margin-left: 0; max-width: 22ch; }
.hero-review .hero-lead { margin-left: 0; }
.hero-review .cta-row { justify-content: flex-start; }
.hero-review .author-bar { margin-left: 0; }
.hero-review .trust-line { margin-left: 0; }
.hero-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin: 0 0 16px;
}
.hero-heading h1 { margin: 0; }
.hero-logo {
  display: block;
  width: var(--logo-w);
  height: var(--logo-h);
  max-width: min(var(--logo-w), 82vw);
  object-fit: contain;
  object-position: center;
  background: #050505;
  padding: 6px 10px;
  border-radius: var(--radius-md);
}
.hero-logo.logo-on-light {
  background: transparent;
}
.score-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 28px;
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: var(--card);
  font-size: 0.8125rem;
  color: var(--secondary-foreground);
  box-shadow: var(--shadow-xs, var(--shadow-sm));
}
.chip strong {
  color: var(--foreground);
  font-family: var(--font-mono);
  font-weight: 600;
}
@media (max-width: 960px) {
  .review-layout { grid-template-columns: 1fr; }
  .side-card {
    position: static;
    order: -1;
  }
  .snapshot { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .snapshot { grid-template-columns: 1fr; }
}

/* Brand vs brand */
.compare-pair {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: stretch;
  margin: 16px 0 20px;
}
.compare-brand {
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
}
.compare-brand.is-current {
  border-color: color-mix(in oklch, var(--primary) 35%, var(--border));
}
.compare-brand .casino-logo-wrap {
  width: var(--logo-w);
  height: var(--logo-h);
  margin: 0 0 12px;
}
.compare-brand .label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--chart-3);
  margin: 0 0 6px;
}
.compare-brand h3 {
  margin: 0 0 6px;
  font-size: 1.1rem;
}
.compare-brand .bonus {
  color: var(--chart-3);
  font-weight: 700;
  font-size: 0.875rem;
  margin: 0 0 6px;
}
.compare-brand .meta {
  font-size: 0.8125rem;
  color: var(--muted-foreground);
  margin: 0 0 10px;
}
.compare-brand .score { margin: 0 0 14px; }
.compare-brand .btn { margin-top: auto; width: 100%; }
.compare-vs {
  display: grid;
  place-items: center;
  align-self: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--muted);
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted-foreground);
}
.compare-table-wrap table { min-width: 0; }
.compare-table-wrap th,
.compare-table-wrap td {
  padding: 12px 14px;
  font-size: 0.85rem;
  vertical-align: top;
}
.compare-table-wrap th:first-child,
.compare-table-wrap td:first-child {
  color: var(--muted-foreground);
  font-weight: 600;
  width: 26%;
  white-space: nowrap;
}
@media (max-width: 720px) {
  .compare-pair { grid-template-columns: 1fr; }
  .compare-vs {
    width: 36px;
    height: 36px;
    justify-self: center;
  }
  .compare-table-wrap th:first-child,
  .compare-table-wrap td:first-child { white-space: normal; }
}

/* Brands hub */
.brand-ledger {
  display: grid;
  gap: 12px;
}
.brand-entry {
  display: grid;
  grid-template-columns: var(--logo-w) minmax(0, 1fr) auto;
  gap: 20px;
  align-items: start;
  padding: 22px;
}
.brand-entry .casino-logo-wrap {
  width: var(--logo-w);
  height: var(--logo-h);
}
.brand-entry-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
  margin: 0 0 6px;
}
.brand-entry h3 { margin: 0; }
.brand-entry .score { margin: 0; }
.brand-entry .bonus {
  color: var(--chart-3);
  font-weight: 700;
  font-size: 0.95rem;
  margin: 0 0 8px;
}
.brand-entry .meta {
  font-size: 0.8125rem;
  color: var(--muted-foreground);
  margin: 0 0 12px;
}
.brand-entry .excerpt {
  margin: 0;
  max-width: 46rem;
  font-size: 0.9375rem;
  color: var(--secondary-foreground);
}
.brand-entry .casino-actions { min-width: 148px; }
.brand-note {
  display: grid;
  grid-template-columns: var(--logo-w) minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 16px 18px;
  color: inherit;
  transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.brand-note:hover {
  border-color: color-mix(in oklch, var(--primary) 35%, var(--border));
  color: inherit;
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}
.brand-note .casino-logo-wrap {
  width: var(--logo-w);
  height: var(--logo-h);
  margin: 0;
}
.brand-note strong { display: block; color: var(--foreground); margin-bottom: 2px; }
.brand-note p { margin: 0; font-size: 0.875rem; color: var(--secondary-foreground); }
.brand-note .note-link {
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
  color: var(--chart-3);
}
.brand-note:hover .note-link { color: var(--primary); }

/* Author page */
a.author-bar {
  color: inherit;
}
a.author-bar:hover {
  color: inherit;
  border-color: color-mix(in oklch, var(--primary) 35%, var(--border));
}
.author-identity {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
}
.author-identity-compact {
  margin: 0;
  align-items: flex-start;
}
.author-role {
  margin: 0 0 8px;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--chart-3);
}
.author-identity .author-bar { margin: 0; }
.author-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  flex-shrink: 0;
  object-fit: cover;
  background: var(--muted);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-md);
}
span.author-avatar {
  background: linear-gradient(135deg, var(--primary), var(--chart-2));
  display: grid;
  place-items: center;
  color: var(--primary-foreground);
  font-weight: 800;
  font-size: 1.25rem;
}
img.author-avatar { display: block; }
.author-avatar-lg {
  width: 112px;
  height: 112px;
}
.author-avatar-sm {
  width: 44px;
  height: 44px;
  font-size: 0.85rem;
  box-shadow: var(--shadow-sm);
}
.side-card .author-identity strong {
  display: block;
  color: var(--foreground);
  font-size: 1.05rem;
}
@media (max-width: 960px) {
  .brand-entry,
  .brand-note {
    grid-template-columns: var(--logo-w) 1fr;
  }
  .brand-entry .casino-logo-wrap { width: var(--logo-w); }
  .brand-entry .casino-actions,
  .brand-note .note-link {
    grid-column: 1 / -1;
  }
  .brand-entry .casino-actions {
    flex-direction: row;
    flex-wrap: wrap;
    position: static;
    min-width: 0;
  }
  .brand-entry .casino-actions .btn { flex: 1 1 auto; min-height: 44px; }
  .brand-note .note-link { display: none; }
}

/* Games / pokies */
.game-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.game-card {
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  color: inherit;
  transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
a.game-card:hover {
  border-color: color-mix(in oklch, var(--primary) 35%, var(--border));
  color: inherit;
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}
.game-art {
  aspect-ratio: 16 / 10;
  background: #0b1220;
  overflow: hidden;
}
.game-art img,
.game-art svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.game-body {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.game-body .label {
  font-size: 0.75rem;
  color: var(--chart-3);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.game-body .meta {
  font-size: 0.8125rem;
  color: var(--muted-foreground);
  margin: 4px 0 0;
}
.game-body strong {
  display: block;
  color: var(--foreground);
  font-size: 1.05rem;
  letter-spacing: -0.01em;
}
.game-body p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--secondary-foreground);
}
.game-hero-art {
  width: min(100%, 420px);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  margin: 0 0 8px;
}
.related-games {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}
.related-games .game-card .game-art { aspect-ratio: 16 / 9; }
@media (max-width: 960px) {
  .game-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .game-grid,
  .related-games { grid-template-columns: 1fr; }
}

/* Games carousel */
.game-carousel {
  --carousel-gap: 16px;
  --carousel-visible: 2.72;
  margin: 8px 0 32px;
}
.game-carousel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 18px 0 8px;
}
.game-carousel-heading h4 { margin: 0; }
.game-carousel-nav {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}
.game-carousel-btn {
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: var(--card);
  color: var(--foreground);
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color .15s ease, background .15s ease, opacity .15s ease;
}
.game-carousel-btn:hover:not(:disabled) {
  border-color: color-mix(in oklch, var(--primary) 35%, var(--border));
  background: var(--accent);
}
.game-carousel-btn:disabled {
  opacity: 0.38;
  cursor: default;
}
.game-carousel-scroller {
  display: flex;
  align-items: stretch;
  gap: var(--carousel-gap);
  overflow-x: auto;
  overflow-anchor: none;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 2px;
  scrollbar-width: none;
  padding: 6px 2px 8px;
  margin-inline: -2px;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
}
.game-carousel.is-jumping .game-carousel-scroller {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.game-carousel-scroller::-webkit-scrollbar { display: none; }
.game-carousel-scroller > .game-card {
  flex: 0 0 calc((100% - (var(--carousel-visible) - 1) * var(--carousel-gap)) / var(--carousel-visible));
  min-width: 0;
  scroll-snap-align: start;
}
.game-carousel-slider {
  display: flex;
  align-items: center;
  margin-top: 10px;
  min-height: 44px;
}
.game-carousel-range {
  --chip: url("../images/casino-chip.svg");
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  margin: 0;
  background: transparent;
  cursor: pointer;
}
.game-carousel-range::-webkit-slider-runnable-track {
  height: 8px;
  margin-top: 16px;
  background: var(--border);
  border-radius: 999px;
}
.game-carousel-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 40px;
  height: 40px;
  margin-top: -16px;
  border: 0;
  border-radius: 50%;
  background: var(--chip) center / 100% 100% no-repeat;
  background-color: #c0392b;
  box-shadow:
    0 1px 0 #7a1828,
    0 3px 0 #5c101e,
    0 6px 12px rgba(80, 12, 22, 0.32);
  cursor: grab;
}
.game-carousel-range::-moz-range-track {
  height: 8px;
  background: var(--border);
  border-radius: 999px;
  border: none;
}
.game-carousel-range::-moz-range-thumb {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: var(--chip) center / 100% 100% no-repeat;
  background-color: #c0392b;
  box-shadow:
    0 1px 0 #7a1828,
    0 3px 0 #5c101e,
    0 6px 12px rgba(80, 12, 22, 0.32);
  cursor: grab;
}
.game-carousel-range:hover::-webkit-slider-thumb,
.game-carousel-range:active::-webkit-slider-thumb,
.game-carousel-range:hover::-moz-range-thumb,
.game-carousel-range:active::-moz-range-thumb {
  filter: brightness(1.08);
  box-shadow:
    0 2px 0 #7a1828,
    0 5px 0 #5c101e,
    0 10px 16px rgba(80, 12, 22, 0.38);
}
.game-carousel-range:active::-webkit-slider-thumb,
.game-carousel-range:active::-moz-range-thumb {
  cursor: grabbing;
}
@media (min-width: 600px) {
  .game-carousel-nav { display: none; }
}
@media (max-width: 960px) {
  .game-carousel { --carousel-visible: 1.82; }
}
@media (max-width: 560px) {
  .game-carousel { --carousel-visible: 1.12; }
  .game-carousel-heading { align-items: flex-start; }
}

/* Review screenshot gallery */
.shot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 8px 0 0;
}
.shot-card {
  margin: 0;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.shot-card a,
.shot-card > img {
  display: block;
  aspect-ratio: 16 / 10;
  background: #0b0f14;
  overflow: hidden;
}
.shot-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.35s ease;
}
.shot-card a:hover img,
.shot-card a:focus-visible img {
  transform: scale(1.03);
}
.shot-card figcaption {
  padding: 10px 12px 12px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--secondary-foreground);
}
.shot-inline {
  max-width: 42rem;
  margin: 16px 0 8px;
}
.shot-inline figcaption {
  font-weight: 500;
  color: var(--muted-foreground);
  line-height: 1.45;
}
@media (max-width: 720px) {
  .shot-grid { grid-template-columns: 1fr; }
}

/* Scoring weights + brand difference matrix */
.weight-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 16px 0 8px;
}
.weight-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px 12px;
}
.weight-card .k { display: block; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--muted-foreground); }
.weight-card .v { display: block; margin-top: 4px; font-size: 1.5rem; font-weight: 700; letter-spacing: -0.03em; color: var(--foreground); }
.diff-table td, .diff-table th { font-size: 0.875rem; }
.offer-asof {
  margin: 6px 0 0;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--muted-foreground);
}
.legal-copy { max-width: 42rem; }
.legal-copy h2 { margin-top: 2.25rem; }
.legal-copy p, .legal-copy li { color: var(--secondary-foreground); }

/* Author test evidence */
.evidence-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.evidence-card {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.evidence-card .shot-card {
  box-shadow: none;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.evidence-body {
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.evidence-kicker {
  margin: 0 0 6px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--chart-3);
}
.evidence-body h3 { margin-bottom: 8px; }
.evidence-body > p {
  margin: 0 0 4px;
  font-size: 0.9375rem;
  color: var(--secondary-foreground);
}
.evidence-log {
  list-style: none;
  margin: 12px 0 16px;
  padding: 0;
}
.evidence-log li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-top: 1px solid var(--border);
  font-size: 0.875rem;
}
.evidence-log .k { color: var(--muted-foreground); }
.evidence-log .v {
  color: var(--foreground);
  font-weight: 600;
  text-align: right;
}
.evidence-body .btn { margin-top: auto; width: 100%; }
@media (max-width: 720px) {
  .weight-grid { grid-template-columns: 1fr 1fr; }
  .evidence-grid { grid-template-columns: 1fr; }
}

/* Game page: pick a cashier by job, not by “who stocks the title” */
.play-fork {
  list-style: none;
  margin: 16px 0 20px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  counter-reset: fork;
}
.play-fork-card {
  display: flex;
  flex-direction: column;
  padding: 20px 20px 18px;
  margin: 0;
  counter-increment: fork;
}
.play-fork-if {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 14px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--chart-3);
  line-height: 1.35;
}
.play-fork-if::before {
  content: counter(fork);
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  display: grid;
  place-items: center;
  border-radius: var(--radius-sm);
  background: var(--accent);
  color: var(--chart-3);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0;
}
.play-fork-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 12px;
}
.play-fork-brand .casino-logo-wrap {
  width: var(--logo-w);
  height: var(--logo-h);
  margin: 0;
  flex-shrink: 0;
}
.play-fork-brand h3 {
  margin: 0;
  font-size: 1.05rem;
}
.play-fork-brand .bonus {
  margin: 4px 0 0;
  color: var(--chart-3);
  font-size: 0.8125rem;
  font-weight: 700;
}
.play-fork-card > p {
  margin: 0 0 10px;
  font-size: 0.9375rem;
  color: var(--secondary-foreground);
  line-height: 1.55;
}
.play-fork-not {
  margin-top: auto !important;
  padding-top: 8px;
  border-top: 1px solid var(--border);
  font-size: 0.8125rem !important;
  color: var(--muted-foreground) !important;
}
.play-fork-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 14px;
}
.play-fork-actions .btn { width: 100%; }
.play-fork-skip {
  padding: 18px 20px;
}
.play-fork-skip h4 { margin: 0 0 8px; }
.play-fork-skip p {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--secondary-foreground);
}
.side-fork {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}
.side-fork li {
  padding: 12px 0;
  border-top: 1px solid var(--border);
}
.side-fork li:first-child { border-top: 0; padding-top: 0; }
.side-fork .k {
  display: block;
  margin: 0 0 4px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--chart-3);
}
.side-fork strong { display: block; margin: 0 0 8px; }
.side-fork .btn { width: 100%; }
@media (max-width: 960px) {
  .play-fork { grid-template-columns: 1fr; }
}
