:root {
  --bg: #0b1311;
  --panel: #13201c;
  --panel-2: #1b2d27;
  --ink: #eef4f0;
  --muted: #b6c5be;
  --soft: #84988e;
  --line: rgba(236, 245, 240, .14);
  --brand: #e6b24a;
  --accent: #1eb6a6;
  --pink: #c75c7a;
  --ok: #3bbf83;
  --danger: #e0574f;
  --radius: 12px;
  --max: 1120px;
  color-scheme: dark;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(680px 360px at 15% 0%, rgba(230,178,74,.24), transparent 62%),
    radial-gradient(760px 380px at 90% 10%, rgba(30,182,166,.28), transparent 60%),
    var(--bg);
  font-size: 16px;
  line-height: 1.62;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 52px 52px;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
p, h1, h2, h3, h4 { margin: 0; }
p { color: var(--muted); }
ul, ol { margin: 0; padding: 0; }
.shell { width: min(100% - 32px, var(--max)); margin: 0 auto; }
.skip { position: absolute; left: 14px; top: -80px; z-index: 100; padding: 10px 14px; background: var(--brand); color: #1a1503; font-weight: 900; }
.skip:focus { top: 14px; }
:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; box-shadow: 0 0 0 4px rgba(230,178,74,.25); }
:focus:not(:focus-visible) { outline: none; }
.topbar { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid var(--line); background: rgba(8,11,28,.9); backdrop-filter: blur(14px); }
.topbar-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 72px; gap: 14px; }
.brandmark, .topbar-end, .menu { display: flex; align-items: center; min-width: 0; }
.brandmark { gap: 10px; padding: 0; border: 0; border-radius: 0; background: transparent; font-weight: 900; }
.brandmark-img { width: 92px; height: auto; object-fit: contain; }
.topbar-gap { min-width: 0; }
.topbar-end { gap: 8px; }
.menu { gap: 4px; }
.menu a, .act, .burger { min-height: 44px; border: 1px solid var(--line); border-radius: 12px; }
.menu a { display: inline-flex; align-items: center; padding: 9px 11px; color: var(--muted); font-weight: 750; }
.menu a:hover, .menu a.current { background: rgba(255,255,255,.08); color: var(--ink); }
.act { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 14px; font-weight: 900; white-space: nowrap; cursor: pointer; }
.act-go { border-color: transparent; background: var(--brand); color: #1a1503; }
.act-soft, .act-line { background: rgba(255,255,255,.06); color: var(--ink); }
.act:hover { transform: translateY(-1px); }
.act-mark { display: none; }
.burger { display: none; width: 64px; background: rgba(255,255,255,.06); color: var(--ink); font: inherit; font-weight: 900; cursor: pointer; }
.trail { padding: 14px 0 0; color: var(--soft); font-size: .92rem; }
.trail ol { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.trail li + li::before { content: "/"; margin-right: 8px; color: var(--soft); }
.lead { padding: 34px 0 42px; border-bottom: 1px solid var(--line); }
.lead-row { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(310px, .98fr); gap: 28px; align-items: center; min-width: 0; }
.kicker { display: inline-flex; width: fit-content; min-height: 32px; align-items: center; padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: rgba(255,255,255,.06); font-weight: 850; font-size: .88rem; }
h1 { max-width: 820px; margin-top: 14px; font-size: clamp(2.2rem, 5vw, 4.65rem); line-height: 1.03; letter-spacing: 0; overflow-wrap: anywhere; }
h2 { font-size: clamp(1.45rem, 3vw, 2.35rem); line-height: 1.12; letter-spacing: 0; }
h3 { font-size: 1.08rem; line-height: 1.25; }
.standfirst { max-width: 760px; margin-top: 16px; font-size: 1.08rem; }
.lead-acts, .act-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.taglist, .pillrow { display: flex; flex-wrap: wrap; gap: 9px; list-style: none; }
.taglist { margin-top: 18px; }
.tagchip, .pillchip { min-height: 34px; padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: rgba(255,255,255,.06); }
.framed { border: 1px solid var(--line); border-radius: 12px; background: var(--panel); box-shadow: 0 24px 70px rgba(0,0,0,.34); overflow: hidden; }
.shotbox { margin: 0; min-width: 0; }
.shotbox img { width: 100%; aspect-ratio: 720 / 430; object-fit: cover; }
.shotbox-bonus img { object-fit: cover; background: #0e1916; }
.verdict { position: absolute; right: 18px; bottom: -20px; width: min(220px, 55%); padding: 16px; border: 1px solid rgba(255,255,255,.22); border-radius: 12px; background: linear-gradient(160deg, #22332e, #13201c); box-shadow: 0 18px 46px rgba(0,0,0,.34); }
.shot-stack { position: relative; min-width: 0; }
.verdict-score { display: block; color: var(--brand); font-size: 2.8rem; font-weight: 950; line-height: 1; }
.slab { padding: 48px 0; }
.slab.tinted { background: rgba(255,255,255,.035); border-block: 1px solid var(--line); }
.slab-head { display: flex; justify-content: space-between; gap: 22px; align-items: end; margin-bottom: 20px; }
.slab-head p { max-width: 560px; }
.matrix { display: grid; gap: 14px; }
.matrix-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.matrix-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.matrix-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pair { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: 18px; align-items: start; }
.runtext { display: grid; gap: 12px; }
.cardlet, .board, .metric, details { border: 1px solid var(--line); border-radius: 12px; background: rgba(16,21,54,.78); }
.cardlet, .board, .metric { padding: 18px; min-width: 0; }
.metric span { display: block; color: var(--soft); font-size: .86rem; }
.metric strong { display: block; margin-top: 5px; font-size: 1.02rem; }
.lobby { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.lobby-item { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: rgba(8,11,28,.82); min-width: 0; }
.lobby-item[hidden] { display: none; }
.lobby-art { position: relative; aspect-ratio: 1 / 1; background: linear-gradient(160deg, rgba(199,92,122,.28), rgba(30,182,166,.18)); }
.lobby-art img { width: 100%; height: 100%; object-fit: cover; }
.hot-flag { position: absolute; left: 10px; top: 10px; z-index: 1; min-height: 30px; padding: 5px 9px; border-radius: 7px; background: #b1304c; color: white; font-weight: 900; }
.lobby-meta { padding: 10px; }
.lobby-meta h3 { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: .92rem; }
.lobby-meta p { margin-top: 3px; color: var(--soft); }
.lobby-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.lobby-tab { min-height: 44px; display: inline-flex; align-items: center; padding: 9px 14px; border: 1px solid var(--line); border-radius: 12px; color: var(--muted); background: rgba(255,255,255,.06); font: inherit; font-weight: 850; cursor: pointer; }
.lobby-tab.on { border-color: transparent; background: var(--pink); color: #160a04; }
.spec { display: grid; gap: 10px; }
.spec-row { display: grid; grid-template-columns: 160px minmax(0, 1fr); gap: 12px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.045); }
.spec-row span { color: var(--soft); }
.studios { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.studio { min-height: 62px; display: grid; place-items: center; padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.055); color: var(--muted); font-weight: 900; text-align: center; }
.pay-rail { display: grid; grid-template-columns: repeat(10, minmax(72px, 1fr)); gap: 18px 22px; align-items: center; padding: 24px 0 30px; border-block: 1px solid rgba(255,255,255,.14); }
.pay-mark { display: grid; place-items: center; min-height: 44px; min-width: 0; }
.pay-mark img { max-width: 100%; max-height: 34px; object-fit: contain; filter: drop-shadow(0 8px 18px rgba(0,0,0,.22)); }
.pay-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 18px; }
.pay-card { padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: rgba(16,21,54,.78); min-width: 0; }
.pay-card h3 { margin-bottom: 7px; }
.xscroll { overflow-x: auto; margin-top: 16px; }
table { width: 100%; min-width: 680px; border-collapse: collapse; color: var(--muted); }
caption { text-align: left; color: var(--ink); font-weight: 900; margin-bottom: 8px; }
th, td { padding: 11px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: var(--ink); background: rgba(255,255,255,.06); }
.offers, .perks, .steps, .voices { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.offer, .perk, .step, .voice { min-width: 0; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: rgba(16,21,54,.78); }
.offer-art { margin: -18px -18px 14px; background: #13201c; overflow: hidden; }
.offer-art img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; background: #13201c; }
.step span, .perk-ico { display: inline-grid; place-items: center; width: 36px; height: 36px; margin-bottom: 10px; border-radius: 12px; background: rgba(230,178,74,.16); color: var(--brand); font-weight: 950; }
.appref { display: grid; grid-template-columns: minmax(0, .95fr) minmax(320px, 1fr); gap: 22px; align-items: center; }
.appref p { margin-top: 8px; }
.appbar { display: grid; grid-template-columns: 58px minmax(0, 1fr) auto; gap: 14px; align-items: center; min-height: 86px; padding: 14px 18px 14px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(35,40,73,.8); box-shadow: 0 18px 42px rgba(30,182,166,.22); }
.appbar-ico { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 12px; background: transparent; box-shadow: none; overflow: hidden; }
.appbar-ico img { width: 46px; height: 46px; object-fit: contain; border-radius: 10px; }
.appbar-go { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 9px 18px; border-radius: 999px; background: var(--brand); color: #1a1503; font-weight: 900; white-space: nowrap; }
details + details { margin-top: 10px; }
summary { min-height: 48px; padding: 13px 16px; cursor: pointer; color: var(--ink); font-weight: 850; }
details p { padding: 0 16px 16px; }
.voice blockquote { margin: 0; color: var(--muted); }
.voice cite { display: block; margin-top: 12px; color: var(--soft); font-style: normal; font-weight: 850; }
.revnote { display: grid; gap: 10px; padding: 18px; border: 1px solid rgba(230,178,74,.4); border-radius: 12px; background: rgba(230,178,74,.08); }
.dock { position: sticky; bottom: 14px; z-index: 35; margin: 24px auto; }
.dock-row { display: grid; grid-template-columns: 72px minmax(0, 1fr) auto auto; gap: 14px; align-items: center; padding: 14px; border: 1px solid rgba(230,178,74,.5); border-radius: 12px; background: linear-gradient(135deg, rgba(230,178,74,.22), rgba(30,182,166,.24)), #15241f; box-shadow: 0 18px 52px rgba(0,0,0,.34); }
.dock-row img { width: 72px; height: 36px; object-fit: contain; }
.dock-x { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.07); color: var(--ink); font-size: 20px; cursor: pointer; }
.foot { border-top: 1px solid var(--line); padding: 34px 0 22px; background: #0a1310; }
.foot-row { display: grid; grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr)); gap: 20px; }
.foot a { display: block; min-height: 32px; color: var(--muted); }
.foot-adult { display: inline-grid; place-items: center; width: 46px; height: 46px; margin-bottom: 10px; border: 2px solid var(--brand); border-radius: 50%; color: var(--brand); font-weight: 950; }
.foot-fine { margin-top: 24px; font-size: .92rem; }
@media (max-width: 1100px) {
  .menu-alt { display: none; }
  .lobby { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .pay-rail { grid-template-columns: repeat(5, minmax(72px, 1fr)); }
  .offers, .perks, .steps, .voices, .pay-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
  .burger { display: inline-flex; align-items: center; justify-content: center; }
  .menu { position: absolute; left: 16px; right: 16px; top: 76px; display: none; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: #13201c; flex-direction: column; align-items: stretch; }
  .menu.open { display: flex; }
  .lead-row, .matrix-2, .matrix-3, .matrix-4, .pair, .foot-row { grid-template-columns: 1fr; }
  .slab-head { display: block; }
  .slab-head p { margin-top: 8px; }
}
@media (max-width: 720px) {
  .lobby { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pay-rail { grid-template-columns: repeat(3, minmax(72px, 1fr)); gap: 14px; }
  .studios, .offers, .perks, .steps, .voices, .appref, .dock-row, .pay-cards { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .shell { width: min(100% - 24px, var(--max)); }
  .act-text { display: none; }
  .act-mark { display: inline; }
  .menu-go { width: 44px; padding: 0; }
  .brandmark-img { width: 74px; }
  .lead { padding-top: 28px; }
  .verdict { position: static; width: 100%; margin-top: 10px; }
  .appbar { grid-template-columns: 58px minmax(0, 1fr); }
  .appbar-go { grid-column: 1 / -1; }
}
@media (max-width: 480px) {
  h1 { font-size: 26px; line-height: 1.18; }
  .standfirst { font-size: 1rem; }
  .topbar-row { min-height: 64px; }
  .burger { width: 54px; }
  .pay-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .spec-row { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}

h1, h2, h3 { font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif; letter-spacing: -.01em; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.adult-pill { display: inline-grid; place-items: center; min-height: 44px; padding: 0 10px; border: 1px solid var(--line); border-radius: 8px; color: var(--brand); font-weight: 900; font-size: .9rem; }
.act:active { transform: translateY(0); }
.lobby-tab:active, .burger:active { transform: scale(.98); }
.related { margin-top: 22px; padding: 16px 18px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(236, 245, 240, .04); }
.related p { margin: 0; color: var(--muted); }
.related a { color: var(--brand); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.byline { margin: 6px 0 0; color: var(--soft); font-size: .92rem; }
@view-transition{navigation:auto}
::view-transition-old(root),::view-transition-new(root){animation-duration:220ms}
@media (prefers-reduced-motion:reduce){::view-transition-old(root),::view-transition-new(root){animation:none}}
