/* Best Roblox Casinos — one stylesheet, no framework. */

@font-face {
  font-family: "Rubik";
  src: url("/assets/fonts/rubik-var-latin.woff2") format("woff2");
  font-weight: 300 900;
  font-display: swap;
}

:root {
  --bg: #0a0e1a;
  --bg-2: #0e1424;
  --surface: #131a2e;
  --surface-2: #1a2340;
  --surface-3: #232e52;
  --line: #28345a;
  --line-2: #34426f;
  --text: #eef1fb;
  --muted: #9aa5c6;
  --red: #ff4d4d;
  --red-d: #b82626;
  --green: #22e07a;
  --green-d: #0f9a50;
  --green-ink: #03200e;
  --gold: #ffc53d;
  --gold-d: #b8800c;
  --blue: #4d94ff;
  --radius: 16px;
  --radius-sm: 10px;
  --wrap: 1180px;
  --font: "Rubik", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --mono: "JetBrains Mono", "Cascadia Code", "SF Mono", Consolas, "Liberation Mono", "DejaVu Sans Mono", monospace;
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text);
  background-color: var(--bg);
  /* Stud grid — the "baseplate" texture. */
  background-image: radial-gradient(rgba(255, 255, 255, .04) 2px, transparent 2.6px);
  background-size: 28px 28px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
a { color: var(--text); text-decoration-color: rgba(255, 255, 255, .35); text-underline-offset: 3px; }
a:hover { color: #fff; text-decoration-color: var(--gold); }
h1, h2, h3 { line-height: 1.15; letter-spacing: -.015em; margin: 0 0 .5em; font-weight: 800; }
h1 { font-size: clamp(2.2rem, 5.5vw, 4rem); letter-spacing: -.03em; }
h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
h3 { font-size: 1.15rem; }
p { margin: 0 0 1em; }
code { font-family: var(--mono); font-size: .9em; background: var(--surface-2); padding: .1em .4em; border-radius: 6px; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; border-radius: 6px; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 16px; }
@media (min-width: 720px) { .wrap { padding-inline: 24px; } }
.section { margin-block: clamp(48px, 7vw, 88px); }
.section-head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: .25rem 1rem; margin-bottom: 1.25rem; }
.section-head h2 { margin: 0; }
.section-head p { margin: 0; }
.muted { color: var(--muted); }
.fine { font-size: .78rem; color: var(--muted); margin: .75rem 0 0; }
.eyebrow { display: block; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: .25rem; }
.lede { font-size: clamp(1.05rem, 1.6vw, 1.2rem); color: #c9d1ea; max-width: 60ch; }
.sr-only { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 8px; top: -60px; z-index: 100; background: var(--gold); color: #000; padding: .6rem 1rem; border-radius: 8px; font-weight: 700; }
.skip:focus { top: 8px; }
.i { width: 1.1em; height: 1.1em; flex: none; }

/* ------------------------------------------------ buttons & bits */
.btn {
  --edge: #000;
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font: inherit; font-weight: 700; font-size: 1rem; line-height: 1;
  padding: .85rem 1.25rem; border: 0; border-radius: 12px; cursor: pointer;
  text-decoration: none; white-space: nowrap;
  transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
}
.btn .i { transition: transform .15s ease; }
.btn:hover .i { transform: translateX(3px); }
.btn:active { transform: translateY(3px); }
.btn-go {
  color: var(--green-ink);
  background: linear-gradient(180deg, #45f596, #1fd06f);
  box-shadow: 0 4px 0 var(--green-d), 0 10px 24px -8px rgba(34, 224, 122, .55);
}
.btn-go:hover { color: var(--green-ink); filter: brightness(1.06); }
.btn-go:active { box-shadow: 0 1px 0 var(--green-d); }
.btn-ghost { color: var(--text); background: var(--surface-2); box-shadow: inset 0 0 0 2px var(--line-2), 0 4px 0 #05070e; }
.btn-ghost:hover { background: var(--surface-3); }
.btn-ghost:active { box-shadow: inset 0 0 0 2px var(--line-2), 0 1px 0 #05070e; }
.btn-lg { padding: 1.05rem 1.5rem; font-size: 1.05rem; }
.btn-sm { padding: .6rem .9rem; font-size: .9rem; border-radius: 10px; }
.btn-block { display: flex; width: 100%; }

.pill {
  display: inline-block; font-size: .72rem; font-weight: 700; letter-spacing: .02em;
  padding: .25rem .6rem; border-radius: 999px; background: rgba(77, 148, 255, .14); color: #a9c8ff;
  box-shadow: inset 0 0 0 1px rgba(77, 148, 255, .35); white-space: nowrap;
}
.pill-sample { background: rgba(255, 197, 61, .12); color: var(--gold); box-shadow: inset 0 0 0 1px rgba(255, 197, 61, .45); }

.badge-18 {
  display: inline-grid; place-items: center; font-weight: 800; font-size: .72rem;
  width: 2.2em; height: 2.2em; border-radius: 50%; background: var(--red); color: #fff; flex: none;
}
.badge-18.lg { font-size: .9rem; }
.badge-18.xl { font-size: 1.3rem; box-shadow: 0 4px 0 var(--red-d); }

.stars { --r: 80%; position: relative; display: inline-block; font-size: 1rem; line-height: 1; letter-spacing: 1px; vertical-align: -1px; }
.stars::before { content: "★★★★★"; color: #2c3860; }
.stars::after { content: "★★★★★"; color: var(--gold); position: absolute; inset: 0 auto 0 0; width: var(--r); overflow: hidden; white-space: nowrap; }

/* The score "brick": a chunky block with a 3D bottom edge. */
.score {
  display: inline-flex; align-items: baseline; justify-content: center; gap: 1px; flex: none;
  min-width: 3.6rem; padding: .5rem .6rem; border-radius: 12px;
  background: linear-gradient(180deg, #ffd978, #ffb81f); color: #2a1800;
  box-shadow: 0 4px 0 var(--gold-d), inset 0 -2px 0 rgba(0, 0, 0, .08);
  font-weight: 800; line-height: 1;
}
.score b { font-size: 1.35rem; }
.score small { font-size: .7rem; opacity: .7; font-weight: 700; }
.score-sm { min-width: 3rem; padding: .35rem .45rem; border-radius: 9px; box-shadow: 0 3px 0 var(--gold-d); }
.score-sm b { font-size: 1rem; }
.score-lg { min-width: 5rem; padding: .7rem .8rem; border-radius: 14px; }
.score-lg b { font-size: 2rem; }

.code {
  display: inline-flex; align-items: center; gap: .55rem; margin-top: .5rem;
  font: inherit; color: var(--text); cursor: pointer;
  background: #0b1120; border: 2px dashed #3e4f82; border-radius: 10px; padding: .45rem .7rem;
  transition: border-color .15s, background .15s;
}
.code span { font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.code b { font-weight: 800; font-size: 1rem; letter-spacing: .08em; font-variant-numeric: tabular-nums; color: var(--gold); }
.code .i { color: var(--muted); width: 1em; height: 1em; }
.code:hover { border-color: var(--gold); background: #10182c; }
.code.is-copied { border-color: var(--green); border-style: solid; }
.code.is-copied b { color: var(--green); }

.link-arrow { display: inline-flex; align-items: center; gap: .35rem; font-weight: 700; color: var(--gold); text-decoration: none; }
.link-arrow:hover { color: #ffd978; }
.link-arrow:hover .i { transform: translateX(3px); }
.link-arrow .i { transition: transform .15s; }

/* ------------------------------------------------ header */
.topbar { background: #070a13; border-bottom: 1px solid #161d33; font-size: .78rem; color: var(--muted); }
.topbar .wrap { display: flex; align-items: center; gap: .6rem; min-height: 36px; padding-block: 6px; }
.topbar .badge-18 { font-size: .6rem; }
.topbar a { color: #c9d1ea; }

.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(10, 14, 26, .82); backdrop-filter: saturate(1.4) blur(12px); -webkit-backdrop-filter: saturate(1.4) blur(12px);
  border-bottom: 1px solid #182039;
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 68px; }
.brand { display: inline-flex; align-items: center; gap: .6rem; text-decoration: none; }
.logo-mark { width: 38px; height: 38px; filter: drop-shadow(0 3px 0 rgba(0, 0, 0, .5)); }
.brand-text { display: flex; flex-direction: column; font-weight: 800; line-height: 1; letter-spacing: -.01em; text-transform: uppercase; }
.brand-text span:first-child { font-size: .72rem; letter-spacing: .12em; color: var(--muted); }
.brand-text span:last-child { font-size: 1.25rem; }
.site-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: .25rem; }
.site-nav a { display: block; padding: .55rem .8rem; border-radius: 10px; text-decoration: none; font-weight: 600; font-size: .95rem; color: #c9d1ea; }
.site-nav a:hover, .site-nav a[aria-current="page"] { background: var(--surface-2); color: #fff; }
.nav-toggle { display: none; background: var(--surface-2); color: var(--text); border: 0; border-radius: 10px; padding: .55rem; cursor: pointer; }
.nav-toggle .i { width: 24px; height: 24px; }

@media (max-width: 900px) {
  .nav-toggle { display: inline-flex; }
  .site-nav { display: none; position: absolute; inset: 100% 0 auto 0; background: var(--bg-2); border-bottom: 1px solid var(--line); padding: .5rem 16px 1rem; }
  .site-nav.is-open { display: block; }
  .site-nav ul { flex-direction: column; }
  .site-nav a { padding: .85rem .8rem; font-size: 1.05rem; }
  .no-js .site-nav { display: block; position: static; background: none; border: 0; padding: 0; }
  .no-js .nav-toggle { display: none; }
  .no-js .site-header .wrap { flex-wrap: wrap; }
}

/* ------------------------------------------------ hero */
.hero { position: relative; overflow: hidden; padding-block: clamp(40px, 7vw, 88px) clamp(40px, 6vw, 72px); border-bottom: 1px solid #161d33; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(600px 380px at 10% 0%, rgba(255, 77, 77, .18), transparent 70%),
    radial-gradient(700px 480px at 95% 30%, rgba(77, 148, 255, .16), transparent 70%);
}
.hero-studs {
  position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .9;
  background: url("/assets/img/hero-blocks.svg") no-repeat right -60px top 20px / 620px auto;
}
@media (max-width: 959px) { .hero-studs { display: none; } }
.hero-grid { display: grid; gap: clamp(28px, 5vw, 56px); align-items: center; }
@media (min-width: 960px) { .hero-grid { grid-template-columns: 1.15fr 1fr; } }
.hero h1 { margin-bottom: .35em; }
.accent {
  display: inline-block; background: var(--red); color: #fff; padding: 0 .22em; border-radius: .16em;
  box-shadow: 0 .09em 0 var(--red-d); transform: rotate(-2.5deg);
}
.eyebrow-pill {
  display: inline-flex; align-items: center; gap: .5rem; margin-bottom: 1.1rem;
  font-size: .85rem; font-weight: 600; padding: .35rem .8rem; border-radius: 999px;
  background: rgba(34, 224, 122, .1); color: #8ff5bd; box-shadow: inset 0 0 0 1px rgba(34, 224, 122, .35);
}
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 0 rgba(34, 224, 122, .7); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(34, 224, 122, 0); } 100% { box-shadow: 0 0 0 0 rgba(34, 224, 122, 0); } }
.hero-trust { list-style: none; padding: 0; margin: 1.25rem 0 1.75rem; display: grid; gap: .45rem; }
.hero-trust li { display: flex; align-items: center; gap: .55rem; font-weight: 500; }
.hero-trust .i { color: var(--green); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; }

.hero-pick {
  position: relative; padding: 1.5rem; padding-top: 2.1rem; border-radius: 22px;
  background: linear-gradient(180deg, #19223e, #121930);
  box-shadow: inset 0 0 0 2px rgba(255, 197, 61, .55), 0 8px 0 #060911, 0 30px 60px -20px rgba(0, 0, 0, .7);
}
.hero-pick-ribbon {
  position: absolute; top: -14px; left: 20px; padding: .35rem .8rem; border-radius: 8px;
  background: var(--gold); color: #2a1800; font-weight: 800; font-size: .8rem; letter-spacing: .06em; text-transform: uppercase;
  box-shadow: 0 3px 0 var(--gold-d); transform: rotate(-2deg);
}
.hero-pick-head { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.hero-pick-head > div { flex: 1; min-width: 0; }
.hero-pick-head h2 { margin: 0 0 .2rem; font-size: 1.6rem; }
.hero-pick-head .pill { margin-left: .4rem; }
.hero-pick-sum { color: #c9d1ea; }
.hero-pick-bonus { background: #0c1222; border-radius: 14px; padding: .9rem 1rem; margin-bottom: 1.1rem; box-shadow: inset 0 0 0 1px var(--line); }
.hero-pick-bonus strong { display: block; font-size: 1.15rem; }
.logo { border-radius: 16px; box-shadow: 0 4px 0 rgba(0, 0, 0, .45); flex: none; }

/* ------------------------------------------------ quick answer */
.quick {
  margin-top: clamp(28px, 5vw, 48px);
  background: linear-gradient(90deg, rgba(255, 197, 61, .09), rgba(255, 197, 61, .02));
  border-radius: var(--radius); padding: 1.1rem 1.25rem; box-shadow: inset 4px 0 0 var(--gold), inset 0 0 0 1px rgba(255, 197, 61, .2);
}
.quick h2 { display: flex; align-items: center; gap: .4rem; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); margin-bottom: .35rem; }
.quick p { margin: 0; font-size: 1.05rem; }

/* ------------------------------------------------ top picks */
.picks { list-style: none; margin: 0; padding: 0; display: grid; gap: 1rem; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); }
.picks li {
  position: relative; display: flex; flex-direction: column; gap: .75rem; padding: 1.25rem;
  background: var(--surface); border-radius: var(--radius); box-shadow: inset 0 0 0 1px var(--line), 0 5px 0 #060911;
  transition: transform .15s, box-shadow .15s;
}
.picks li:hover { transform: translateY(-3px); box-shadow: inset 0 0 0 1px var(--line-2), 0 8px 0 #060911; }
.picks-label { align-self: flex-start; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--red); }
.picks-head { display: flex; align-items: center; gap: .7rem; }
.picks-head h3 { flex: 1; margin: 0; }
.picks-head a { text-decoration: none; }
.picks p { flex: 1; margin: 0; color: var(--muted); font-size: .92rem; }
.picks .btn { align-self: flex-start; }

/* ------------------------------------------------ filters */
.filters { display: flex; gap: .5rem; overflow-x: auto; padding: 4px 2px 12px; margin-bottom: .5rem; scrollbar-width: none; }
.filters::-webkit-scrollbar { display: none; }
.chip {
  font: inherit; font-weight: 600; font-size: .9rem; white-space: nowrap; cursor: pointer;
  padding: .5rem 1rem; border: 0; border-radius: 999px; color: var(--text);
  background: var(--surface); box-shadow: inset 0 0 0 2px var(--line);
}
.chip:hover { box-shadow: inset 0 0 0 2px var(--line-2); }
.chip[aria-pressed="true"] { background: var(--text); color: var(--bg); box-shadow: 0 3px 0 #8d97b6; }

/* ------------------------------------------------ ranked casino cards */
.rank-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 1rem; counter-reset: none; }
.cc {
  position: relative; display: grid; gap: .9rem 1.1rem; align-items: center;
  grid-template-columns: auto 1fr;
  grid-template-areas: "logo info" "bonus bonus" "cta cta" "terms terms";
  padding: 1.1rem; border-radius: 20px;
  background: var(--surface); box-shadow: inset 0 0 0 1px var(--line), 0 5px 0 #060911;
}
.cc[hidden] { display: none; }
.cc--top { background: linear-gradient(180deg, #1b2442, #141b31); box-shadow: inset 0 0 0 2px rgba(255, 197, 61, .6), 0 5px 0 #060911, 0 20px 50px -24px rgba(255, 197, 61, .35); }
.cc-rank { position: absolute; top: -10px; left: -6px; z-index: 1; }
.cc-rank span { width: 32px !important; height: 32px !important; font-size: 1rem !important; }
.cc-rank span {
  display: grid; place-items: center; width: 40px; height: 40px; border-radius: 10px;
  font-weight: 800; font-size: 1.15rem; background: var(--surface-3); box-shadow: 0 4px 0 #0a0f1e;
}
.cc--top .cc-rank span { background: var(--gold); color: #2a1800; box-shadow: 0 4px 0 var(--gold-d); }
.cc-logo { grid-area: logo; }
.cc-logo .logo { width: 60px; height: 60px; border-radius: 14px; }
.cc-info { grid-area: info; min-width: 0; }
.cc-head { display: flex; flex-wrap: wrap; align-items: center; gap: .35rem .55rem; }
.cc-head h3 { margin: 0; font-size: 1.3rem; }
.cc-head h3 a { text-decoration: none; }
.cc-rating { display: flex; align-items: center; gap: .4rem; margin-top: .15rem; font-size: .95rem; }
.cc-rating b { font-size: 1.05rem; }
.cc-feats { list-style: none; padding: 0; margin: .5rem 0 0; display: flex; flex-wrap: wrap; gap: .3rem .9rem; font-size: .82rem; color: #c9d1ea; }
.cc-feats li { display: inline-flex; align-items: center; gap: .3rem; }
.cc-feats .i { color: var(--blue); width: 1em; height: 1em; }
.cc-feats .ok .i { color: var(--green); }
.cc-feats .warn { color: #ffb4b4; }
.cc-feats .warn .i { color: var(--red); }
.cc-bonus { grid-area: bonus; background: #0c1222; padding: .8rem 1rem; border-radius: 14px; box-shadow: inset 0 0 0 1px var(--line); }
.cc-bonus strong { display: block; font-size: 1.1rem; line-height: 1.3; }
.cc-cta { grid-area: cta; display: flex; flex-direction: column; gap: .55rem; align-items: stretch; }
.cc-review { text-align: center; font-size: .9rem; font-weight: 600; color: var(--muted); }
.cc-terms { grid-area: terms; margin: 0; font-size: .72rem; color: #6f7a9c; }

@media (min-width: 900px) {
  .cc {
    grid-template-columns: 44px 72px minmax(0, 1.35fr) minmax(0, 1fr) 190px;
    grid-template-areas: "rank logo info bonus cta" ". . terms terms terms";
    padding: 1.25rem 1.4rem .9rem;
  }
  .cc-logo .logo { width: 72px; height: 72px; }
  .cc-rank { position: static; grid-area: rank; }
  .cc-rank span { width: 40px !important; height: 40px !important; font-size: 1.15rem !important; }
  .cc-terms { margin-top: -.3rem; }
}
.filter-empty { text-align: center; padding: 2rem; }

/* ------------------------------------------------ comparison table */
.table-wrap { overflow-x: auto; border-radius: var(--radius); box-shadow: inset 0 0 0 1px var(--line); background: var(--surface); -webkit-overflow-scrolling: touch; }
table { width: 100%; border-collapse: collapse; font-size: .95rem; }
th, td { padding: .85rem 1rem; text-align: left; border-bottom: 1px solid var(--line); vertical-align: middle; }
thead th { font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); background: var(--bg-2); white-space: nowrap; }
tbody tr:last-child > * { border-bottom: 0; }
tbody tr:hover { background: rgba(255, 255, 255, .02); }
.compare { min-width: 760px; }
.compare tbody th { position: sticky; left: 0; background: var(--surface); z-index: 1; }
.t-name { display: flex; align-items: center; gap: .6rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.t-name .logo { width: 32px; height: 32px; border-radius: 8px; box-shadow: 0 2px 0 rgba(0, 0, 0, .4); }
th button { all: unset; cursor: pointer; display: inline-flex; align-items: center; gap: .35rem; }
th button:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.sort-ind::after { content: "↕"; opacity: .4; }
[aria-sort="ascending"] .sort-ind::after { content: "↑"; opacity: 1; color: var(--gold); }
[aria-sort="descending"] .sort-ind::after { content: "↓"; opacity: 1; color: var(--gold); }
.yes, .no { display: inline-flex; align-items: center; gap: .3rem; font-weight: 600; }
.yes { color: var(--green); }
.no { color: #ff8a8a; }

/* ------------------------------------------------ methodology + games */
.method { list-style: none; padding: 0; margin: 0 0 1.25rem; display: grid; gap: .75rem; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }
.method li {
  display: flex; flex-direction: column; gap: .15rem; padding: 1.1rem 1.2rem; border-radius: var(--radius);
  background: var(--surface); box-shadow: inset 0 0 0 1px var(--line), 0 5px 0 #060911;
}
.method b { font-size: 2.2rem; line-height: 1; font-weight: 800; }
.method li:nth-child(1) b { color: var(--red); }
.method li:nth-child(2) b { color: var(--gold); }
.method li:nth-child(3) b { color: var(--green); }
.method li:nth-child(4) b { color: var(--blue); }
.method li:nth-child(5) b { color: #b794ff; }
.method span { color: var(--muted); font-weight: 600; }

.games { list-style: none; padding: 0; margin: 0; display: grid; gap: 1rem; grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr)); }
.games li { padding: 1.2rem; border-radius: var(--radius); background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); }
.games-ico { width: 44px; height: 44px; padding: 9px; margin-bottom: .8rem; border-radius: 12px; color: #fff; background: var(--surface-3); box-shadow: 0 4px 0 #0a0f1e; }
.games li:nth-child(6n+1) .games-ico { background: var(--red); box-shadow: 0 4px 0 var(--red-d); }
.games li:nth-child(6n+2) .games-ico { background: #7c5cff; box-shadow: 0 4px 0 #4b32b8; }
.games li:nth-child(6n+3) .games-ico { background: var(--gold); color: #2a1800; box-shadow: 0 4px 0 var(--gold-d); }
.games li:nth-child(6n+4) .games-ico { background: var(--green); color: var(--green-ink); box-shadow: 0 4px 0 var(--green-d); }
.games li:nth-child(6n+5) .games-ico { background: var(--blue); box-shadow: 0 4px 0 #2458b8; }
.games li:nth-child(6n+6) .games-ico { background: #ff7ad9; box-shadow: 0 4px 0 #b83d94; }
.games h3 { margin-bottom: .25rem; }
.games p { margin: 0; color: var(--muted); font-size: .92rem; }

.rg-banner {
  display: flex; flex-wrap: wrap; align-items: center; gap: 1.1rem 1.5rem; padding: 1.5rem;
  border-radius: 20px; background: linear-gradient(90deg, rgba(255, 77, 77, .12), rgba(255, 77, 77, .03)); box-shadow: inset 0 0 0 1px rgba(255, 77, 77, .3);
}
.rg-banner > div { flex: 1 1 320px; }
.rg-banner h2 { font-size: 1.35rem; margin-bottom: .25rem; }
.rg-banner p { margin: 0; color: #c9d1ea; }

/* ------------------------------------------------ prose */
.prose { max-width: 74ch; }
.wrap.prose { max-width: var(--wrap); }
.wrap.prose > * { max-width: 74ch; }
.prose h2 { margin-top: 2.2em; }
.prose h3 { margin-top: 1.6em; }
.prose > :first-child { margin-top: 0; }
.prose ul, .prose ol { padding-left: 1.4rem; margin: 0 0 1.2em; }
.prose li { margin-bottom: .4em; }
.prose ul { list-style: none; padding-left: 1.3rem; }
.prose ul > li { position: relative; }
.prose ul > li::before { content: ""; position: absolute; left: -1.15rem; top: .55em; width: 9px; height: 9px; border-radius: 2px; background: var(--red); box-shadow: 0 2px 0 var(--red-d); }
.prose ol li::marker { font-weight: 800; color: var(--gold); }
.prose a { color: #ffd978; }
.prose .table-wrap { margin-bottom: 1.4em; }
.callout {
  margin: 1.5em 0; padding: 1.1rem 1.3rem; border-radius: var(--radius);
  background: var(--surface); box-shadow: inset 4px 0 0 var(--blue), inset 0 0 0 1px var(--line);
}
.callout > :last-child { margin-bottom: 0; }
.callout ul { margin-bottom: 0; }
.verdict { box-shadow: inset 4px 0 0 var(--gold), inset 0 0 0 1px rgba(255, 197, 61, .3); background: linear-gradient(90deg, rgba(255, 197, 61, .08), var(--surface)); }
.verdict p:last-child { font-size: 1.08rem; }

/* ------------------------------------------------ faq + author */
.faq { max-width: 860px; }
.faq details { border-radius: 14px; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); margin-bottom: .6rem; }
.faq summary {
  list-style: none; cursor: pointer; padding: 1rem 3rem 1rem 1.2rem; font-weight: 700; position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 1rem; top: 50%; translate: 0 -50%;
  width: 26px; height: 26px; display: grid; place-items: center; border-radius: 7px; background: var(--surface-3);
  font-size: 1.1rem; transition: rotate .2s;
}
.faq details[open] summary::after { rotate: 45deg; background: var(--red); }
.faq-a { padding: 0 1.2rem 1rem; color: #c9d1ea; }
.faq-a p { margin: 0; }
.prose .faq { margin-top: 2.5em; }

.author { display: flex; gap: 1rem; align-items: flex-start; padding: 1.25rem; border-radius: var(--radius); background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); max-width: 860px; margin-top: 2rem; }
.author-avatar { flex: none; width: 56px; height: 56px; border-radius: 14px; display: grid; place-items: center; font-weight: 800; font-size: 1.2rem; background: var(--blue); box-shadow: 0 4px 0 #2458b8; }
.author p { margin: 0 0 .3rem; font-size: .92rem; }
.author-name { font-size: 1rem !important; font-weight: 700; }
.author-date { font-size: .82rem !important; color: var(--muted); }
.author-date a { color: var(--muted); }

/* ------------------------------------------------ inner pages */
.crumbs { margin-top: 1.25rem; font-size: .85rem; }
.crumbs ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .3rem; color: var(--muted); }
.crumbs li + li::before { content: "/"; margin-right: .3rem; opacity: .5; }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--text); }
.page-head { padding-block: 1.5rem 1rem; }
.page-head h1 { font-size: clamp(2rem, 4.5vw, 3.1rem); max-width: 22ch; }
.byline { font-size: .88rem; color: var(--muted); }
.byline a { color: var(--text); }

.article-grid { display: grid; gap: 2.5rem; margin-bottom: 4rem; }
@media (min-width: 1000px) { .article-grid { grid-template-columns: minmax(0, 1fr) 300px; } }
.toc { display: flex; flex-direction: column; gap: 1rem; }
@media (min-width: 1000px) { .toc { position: sticky; top: 92px; align-self: start; } }
.toc nav, .side-card { padding: 1.2rem; border-radius: var(--radius); background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); }
.toc h2, .side-card h2 { font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: .75rem; }
.toc ol { margin: 0; padding-left: 1.2rem; font-size: .92rem; }
.toc li { margin-bottom: .4rem; }
.toc a { color: #c9d1ea; text-decoration: none; }
.toc a:hover { color: #fff; }

.mini { display: flex; align-items: center; gap: .7rem; padding: .6rem; margin: 0 -.6rem .25rem; border-radius: 12px; text-decoration: none; }
.mini:hover { background: var(--surface-2); }
.mini .logo { width: 44px; height: 44px; border-radius: 11px; }
.mini-body { flex: 1; display: flex; flex-direction: column; min-width: 0; line-height: 1.3; font-size: .9rem; }
.mini-body .muted { font-size: .8rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* ------------------------------------------------ review page */
.review-hero { display: grid; gap: 1.5rem; padding-block: 1.25rem 2rem; }
@media (min-width: 960px) { .review-hero { grid-template-columns: minmax(0, 1fr) 340px; align-items: start; } }
.review-hero-main { display: flex; gap: 1.25rem; align-items: flex-start; }
.review-hero-main > .logo { width: 72px; height: 72px; }
@media (min-width: 720px) { .review-hero-main > .logo { width: 96px; height: 96px; border-radius: 22px; } }
.review-hero h1 { font-size: clamp(1.9rem, 4.5vw, 3rem); margin-bottom: .25em; }
.review-rating { display: flex; flex-wrap: wrap; align-items: center; gap: .45rem; margin-bottom: .9rem; }
.review-rating .stars { font-size: 1.2rem; }
.review-rating b { font-size: 1.2rem; }
.review-offer {
  position: relative; padding: 1.4rem; border-radius: 20px; background: linear-gradient(180deg, #19223e, #121930);
  box-shadow: inset 0 0 0 2px rgba(34, 224, 122, .45), 0 6px 0 #060911;
}
.review-offer .score { position: absolute; top: 1.2rem; right: 1.2rem; }
.review-offer strong { display: block; font-size: 1.25rem; line-height: 1.3; padding-right: 5.5rem; margin-bottom: .2rem; }
.review-offer .code { margin-bottom: 1rem; }

.review-grid { display: grid; gap: 2.5rem; margin-bottom: 5rem; }
@media (min-width: 1000px) { .review-grid { grid-template-columns: minmax(0, 1fr) 320px; } .review-side { position: sticky; top: 92px; align-self: start; } }
.review-side { display: flex; flex-direction: column; gap: 1rem; }
.review-body > .callout:first-child { margin-top: 0; }
.facts { margin: 0 0 1rem; font-size: .9rem; }
.facts div { display: flex; justify-content: space-between; gap: 1rem; padding: .5rem 0; border-bottom: 1px dashed var(--line); }
.facts dt { color: var(--muted); }
.facts dd { margin: 0; font-weight: 600; text-align: right; }

.bars { list-style: none !important; padding: 0 !important; margin: 0 0 1.5em; display: grid; gap: .8rem; }
.bars li { display: grid; grid-template-columns: minmax(0, 1fr) 2.5rem; gap: .3rem .8rem; align-items: center; }
.bars li::before { display: none; }
.bars-label { grid-column: 1 / -1; font-size: .92rem; font-weight: 600; }
.bars-track { height: 14px; border-radius: 6px; background: var(--surface-2); box-shadow: inset 0 0 0 1px var(--line); overflow: hidden; }
.bars-fill { display: block; height: 100%; width: var(--w); border-radius: 6px; background: linear-gradient(90deg, var(--green-d), var(--green)); box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .2); }
.bars b { text-align: right; }

.proscons { display: grid; gap: 1rem; margin-top: 2rem; }
@media (min-width: 640px) { .proscons { grid-template-columns: 1fr 1fr; } }
.proscons > div { padding: 1.2rem; border-radius: var(--radius); background: var(--surface); }
.pros { box-shadow: inset 0 3px 0 var(--green), inset 0 0 0 1px var(--line); }
.cons { box-shadow: inset 0 3px 0 var(--red), inset 0 0 0 1px var(--line); }
.proscons h2 { margin: 0 0 .75rem !important; font-size: 1.15rem; }
.proscons ul { padding: 0 !important; margin: 0; }
.proscons li { display: flex; gap: .5rem; align-items: flex-start; }
.proscons li::before { display: none; }
.proscons .i { margin-top: .25em; }
.pros .i { color: var(--green); }
.cons .i { color: var(--red); }

.tags { list-style: none !important; padding: 0 !important; display: flex; flex-wrap: wrap; gap: .5rem; }
.tags li { margin: 0; padding: .4rem .8rem; border-radius: 9px; background: var(--surface-2); font-weight: 600; font-size: .9rem; box-shadow: 0 3px 0 #0a0f1e; }
.tags li::before { display: none; }

.sticky-cta {
  position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 30;
  display: flex; align-items: center; gap: .7rem; padding: .6rem .6rem .6rem .7rem; border-radius: 16px;
  background: rgba(19, 26, 46, .96); backdrop-filter: blur(10px); box-shadow: inset 0 0 0 1px var(--line-2), 0 10px 30px rgba(0, 0, 0, .5);
  transform: translateY(140%); transition: transform .25s ease;
}
.sticky-cta.is-visible { transform: none; }
.sticky-cta > span { flex: 1; display: flex; flex-direction: column; line-height: 1.25; font-size: .9rem; min-width: 0; }
.sticky-cta .muted { font-size: .78rem; }
.sticky-cta .logo { width: 36px; height: 36px; border-radius: 9px; }
@media (min-width: 1000px) { .sticky-cta { display: none; } }

/* ------------------------------------------------ index pages */
.review-cards, .guide-cards { list-style: none; padding: 0; margin: 0; display: grid; gap: 1rem; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
.review-card, .guide-card {
  display: flex; flex-direction: column; gap: .8rem; height: 100%; padding: 1.25rem; border-radius: var(--radius); text-decoration: none;
  background: var(--surface); box-shadow: inset 0 0 0 1px var(--line), 0 5px 0 #060911; transition: transform .15s;
}
.review-card:hover, .guide-card:hover { transform: translateY(-3px); color: var(--text); }
.review-card-head { display: flex; align-items: center; gap: .8rem; }
.review-card-head > span:nth-child(2) { flex: 1; display: flex; flex-direction: column; gap: .15rem; font-size: 1.15rem; }
.review-card > .muted, .guide-card > .muted { flex: 1; font-size: .92rem; }
.review-card-foot { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; }
.review-card-foot .link-arrow { margin-left: auto; font-size: .9rem; }
.guide-card b { font-size: 1.2rem; line-height: 1.25; }

.codes { list-style: none; padding: 0; margin: 0; display: grid; gap: 1rem; }
.codes-row {
  display: grid; gap: 1rem; align-items: center; grid-template-columns: auto 1fr; padding: 1.2rem; border-radius: 18px;
  background: var(--surface); box-shadow: inset 0 0 0 1px var(--line), 0 5px 0 #060911;
}
.codes-info h2 { font-size: 1.2rem; margin: 0 0 .2rem; display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; }
.codes-info h2 a { text-decoration: none; }
.codes-info strong { display: block; font-size: 1.05rem; }
.codes-info p { margin: .3rem 0 0; font-size: .88rem; }
.codes-actions { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; gap: .75rem; }
.codes-actions .code { margin: 0; }
@media (min-width: 800px) {
  .codes-row { grid-template-columns: auto 1fr auto; }
  .codes-actions { grid-column: auto; flex-direction: column; align-items: stretch; }
}
.notfound { padding-block: 5rem 7rem; text-align: center; }
.notfound h1, .notfound .lede { margin-inline: auto; }

/* ------------------------------------------------ footer */
.site-footer { margin-top: 2rem; background: #070a13; border-top: 1px solid #161d33; padding-block: 3rem 2rem; font-size: .92rem; }
.footer-grid { display: grid; gap: 2rem; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); padding-bottom: 2rem; border-bottom: 1px solid #161d33; }
.footer-brand { grid-column: span 1; }
@media (min-width: 900px) { .footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1fr; } }
.footer-brand .brand { margin-bottom: 1rem; }
.site-footer h2 { font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: .8rem; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .45rem; }
.site-footer ul a { color: #c9d1ea; text-decoration: none; }
.site-footer ul a:hover { color: #fff; text-decoration: underline; }
.footer-badges { display: flex; align-items: center; gap: .7rem; }
.footer-legal { padding-top: 1.5rem; font-size: .8rem; color: #8a94b5; }
.footer-legal strong { color: #c9d1ea; }
.footer-legal a { color: #c9d1ea; }

/* ------------------------------------------------ age gate */
.agegate {
  position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 16px;
  background: rgba(5, 7, 14, .78); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.agegate[hidden] { display: none; }
.agegate-card {
  width: 100%; max-width: 440px; text-align: center; padding: 2rem 1.5rem 1.6rem; border-radius: 24px;
  background: linear-gradient(180deg, #1b2442, #131a2e); box-shadow: inset 0 0 0 2px var(--line-2), 0 8px 0 #05070e, 0 40px 80px rgba(0, 0, 0, .6);
  animation: pop .25s ease-out;
}
@keyframes pop { from { transform: scale(.94); opacity: 0; } }
.agegate-badge {
  width: 76px; height: 76px; margin: 0 auto 1rem; display: grid; place-items: center; border-radius: 20px;
  background: var(--red); color: #fff; font-weight: 800; font-size: 1.7rem; box-shadow: 0 6px 0 var(--red-d); transform: rotate(-4deg);
}
.agegate h2 { font-size: 1.6rem; }
.agegate p { color: #c9d1ea; font-size: .95rem; }
.agegate-actions { display: grid; gap: .75rem; margin-top: 1.25rem; }
body.is-gated { overflow: hidden; }

/* ------------------------------------------------ misc */
.toast {
  position: fixed; left: 50%; bottom: 24px; z-index: 90; translate: -50% 0; padding: .7rem 1.1rem; border-radius: 12px;
  background: var(--green); color: var(--green-ink); font-weight: 700; box-shadow: 0 4px 0 var(--green-d);
  opacity: 0; transform: translateY(12px); transition: opacity .2s, transform .2s; pointer-events: none;
}
.toast.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
@media print {
  .topbar, .site-header, .site-footer, .agegate, .sticky-cta, .filters, .btn { display: none !important; }
  body { background: #fff; color: #000; }
}
