/* Yono Arcade — V10 brand-app profile
   Light-first pale-mint product desk
   Manrope + dark green wordmark + single warm orange action
   Cache-busted via ?v=12
*/

:root {
  --paper:        #F1F7F2;   /* body */
  --paper-2:      #E8F2EA;   /* tonal layer */
  --paper-3:      #FFFFFF;   /* elevated card */
  --paper-ink:    #0B1F18;   /* deep ink for dark accents */
  --ink:          #0E2A22;   /* primary text */
  --ink-2:        #1B3A2F;
  --muted:        #4A5A52;   /* secondary text AA on paper */
  --muted-2:      #6E7E76;
  --line:         #D4E3D8;   /* quiet border */
  --line-2:       #BBD0BF;

  --brand:        #0E4D3A;   /* dark green wordmark */
  --brand-2:      #0A3A2C;   /* deeper green */
  --brand-3:      #2E7A5E;   /* mint accent */

  --action:       #E8641B;   /* warm orange CTA */
  --action-2:     #C9520F;   /* hover */
  --action-3:     #FFB07A;   /* soft orange */

  --tint-amber:   #FCE7C9;
  --tint-rose:    #F4D7DA;
  --tint-sky:     #D6E6F0;
  --tint-mint:    #D5EAD9;
  --tint-lemon:   #F5EDB5;
  --tint-lilac:   #E4D6EB;
  --tint-peach:   #FBDFCB;

  --r-sm:  8px;
  --r-md:  14px;
  --r-lg:  22px;
  --r-xl:  32px;

  --shadow-1: 0 1px 2px rgba(11,31,24,.04), 0 2px 6px rgba(11,31,24,.04);
  --shadow-2: 0 4px 12px rgba(11,31,24,.06), 0 8px 24px rgba(11,31,24,.06);
  --shadow-3: 0 8px 28px rgba(11,31,24,.10), 0 16px 48px rgba(11,31,24,.08);

  --content-w: 1240px;
  --gutter: 20px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: 'Manrope', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--brand-2); text-decoration: none; }
a:hover { color: var(--brand); }
button { font-family: inherit; cursor: pointer; }
hr { border: 0; height: 1px; background: var(--line); margin: 0; }

/* === Layout primitives === */
.shell {
  width: 100%;
  max-width: var(--content-w);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.section { padding: 64px 0; }
.section--tight { padding: 40px 0; }
.section--alt   { background: var(--paper-2); }
.section--ink   { background: var(--paper-ink); color: #E6F1EA; }
.section--ink .eyebrow { color: var(--action-3); }
.section--ink h1, .section--ink h2, .section--ink h3 { color: #fff; }
.section--ink .muted { color: #A4BDB0; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--brand-3);
  font-weight: 700;
}
.eyebrow::before {
  content: ""; width: 18px; height: 1.5px; background: var(--action);
  display: inline-block; border-radius: 2px;
}
h1, h2, h3, h4 { font-family: inherit; color: var(--ink); margin: 0; line-height: 1.12; letter-spacing: -0.01em; font-weight: 800; }
h1 { font-size: clamp(34px, 5.4vw, 60px); line-height: 1.05; }
h2 { font-size: clamp(26px, 3.4vw, 40px); line-height: 1.1; }
h3 { font-size: clamp(20px, 2.2vw, 26px); }
h4 { font-size: 18px; }
p  { margin: 0 0 1em; }
.lead { font-size: 18px; color: var(--muted); line-height: 1.55; max-width: 60ch; }
.muted { color: var(--muted); }

/* === Top utility bar === */
.util {
  background: var(--paper-ink);
  color: #C7DAD0;
  font-size: 12.5px;
}
.util a { color: #E6F1EA; }
.util .shell { display: flex; align-items: center; justify-content: space-between; min-height: 36px; gap: 12px; flex-wrap: wrap; }
.util .util-left, .util .util-right { display: flex; gap: 14px; align-items: center; }
.util .pill { display: inline-flex; align-items: center; gap: 6px; padding: 3px 9px; border-radius: 999px; background: rgba(255,255,255,.06); }
.util .dot { width: 6px; height: 6px; border-radius: 50%; background: #4FD491; display: inline-block; }

/* === Header === */
.header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(241,247,242,.92);
  backdrop-filter: saturate(1.1) blur(10px);
  -webkit-backdrop-filter: saturate(1.1) blur(10px);
  border-bottom: 1px solid var(--line);
}
.header .shell { display: flex; align-items: center; justify-content: space-between; min-height: 68px; gap: 16px; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--brand); }
.brand .brand-mark { width: 38px; height: 38px; flex: 0 0 38px; }
.brand .brand-mark img { width: 38px; height: 38px; border-radius: 10px; display: block; }
.brand .brand-text { display: flex; flex-direction: column; line-height: 1; gap: 3px; }
.brand .brand-name { font-weight: 800; font-size: 17px; letter-spacing: -0.01em; color: var(--brand); }
.brand .brand-tag  { font-size: 11px; color: var(--muted); letter-spacing: .08em; text-transform: uppercase; }

.main-nav { display: none; gap: 6px; align-items: center; }
.main-nav > a, .main-nav .nav-trigger {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 9px 12px; border-radius: 10px;
  color: var(--ink-2); font-weight: 600; font-size: 14.5px;
  background: transparent; border: 0; cursor: pointer; white-space: nowrap;
}
.main-nav > a:hover, .main-nav .nav-trigger:hover { background: var(--paper-2); color: var(--brand); }
.main-nav .has-caret::after { content: ""; width: 7px; height: 7px; border-right: 1.6px solid currentColor; border-bottom: 1.6px solid currentColor; transform: translateY(-2px) rotate(45deg); opacity: .6; }
.main-nav .nav-cta {
  background: var(--action); color: #fff; padding: 10px 16px; border-radius: 999px; font-weight: 700;
}
.main-nav .nav-cta:hover { background: var(--action-2); color: #fff; }

.header-cta { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; background: var(--action); color: #fff; border-radius: 999px; font-weight: 700; font-size: 14px; border: 0; }
.header-cta:hover { background: var(--action-2); color: #fff; }

.hamburger {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 12px; background: var(--paper-2);
  border: 1px solid var(--line); cursor: pointer;
  position: relative; z-index: 80;
}
.hamburger span { display: block; width: 18px; height: 2px; background: var(--ink); border-radius: 2px; position: relative; }
.hamburger span::before, .hamburger span::after { content: ""; position: absolute; left: 0; width: 18px; height: 2px; background: var(--ink); border-radius: 2px; }
.hamburger span::before { top: -6px; }
.hamburger span::after  { top:  6px; }

/* === Drawer === */
.drawer {
  position: fixed; inset: 0; z-index: 70;
  background: rgba(11,31,24,.45);
  opacity: 0; pointer-events: none; transition: opacity .2s ease;
}
.drawer.is-open { opacity: 1; pointer-events: auto; }
.drawer .drawer-panel {
  position: absolute; right: 0; top: 0; bottom: 0; width: min(380px, 86vw);
  background: var(--paper-3); padding: 24px 20px 32px; overflow-y: auto;
  transform: translateX(100%); transition: transform .25s ease;
  display: flex; flex-direction: column; gap: 6px;
  visibility: hidden;
}
.drawer.is-open .drawer-panel { transform: translateX(0); visibility: visible; }
.drawer .drawer-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 12px; border-bottom: 1px solid var(--line); margin-bottom: 8px; }
.drawer .drawer-head .brand-mark { width: 36px; height: 36px; }
.drawer .drawer-close { width: 40px; height: 40px; border-radius: 10px; background: var(--paper-2); border: 1px solid var(--line); display: inline-flex; align-items: center; justify-content: center; font-size: 22px; color: var(--ink); cursor: pointer; }
.drawer .drawer-section { padding: 10px 0 6px; font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); font-weight: 700; }
.drawer .drawer-link { display: flex; align-items: center; justify-content: space-between; padding: 12px 12px; border-radius: 10px; color: var(--ink); font-weight: 600; font-size: 16px; }
.drawer .drawer-link:hover, .drawer .drawer-link:focus { background: var(--paper-2); color: var(--brand); }
.drawer .drawer-cta { margin-top: 14px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 18px; border-radius: 12px; background: var(--action); color: #fff; font-weight: 800; font-size: 16px; }
.drawer .drawer-cta:hover { background: var(--action-2); color: #fff; }
.drawer .drawer-foot { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); display: flex; gap: 10px; flex-wrap: wrap; }
.drawer .drawer-foot .pill { padding: 6px 10px; background: var(--paper-2); border-radius: 999px; font-size: 12.5px; color: var(--muted); }

/* === Mega menu (desktop) === */
.mega {
  position: absolute; left: 0; right: 0; top: 100%;
  background: var(--paper-3); border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow-2);
  display: none;
}
.mega.is-open { display: block; }
.mega-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; padding: 28px 0; }
.mega-col h4 { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 12px; }
.mega-col a { display: block; padding: 8px 0; color: var(--ink); font-weight: 600; border-radius: 6px; }
.mega-col a:hover { color: var(--brand); }
.mega-col .desc { font-size: 12.5px; color: var(--muted); margin-top: 2px; }

/* === Hero (asymmetric-split) === */
.hero { padding: 56px 0 40px; }
.hero-grid {
  display: grid; grid-template-columns: 1fr; gap: 32px; align-items: center;
  min-width: 0;
}
.hero-left { display: flex; flex-direction: column; gap: 18px; min-width: 0; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--brand); }
.hero-eyebrow .seal { width: 22px; height: 22px; border-radius: 6px; background: var(--brand); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 12px; }
.hero h1 { font-size: clamp(34px, 5.6vw, 56px); line-height: 1.05; }
.hero h1 .accent { color: var(--brand); }
.hero h1 .underline { background: linear-gradient(180deg, transparent 70%, var(--tint-amber) 70%); padding: 0 4px; }
.hero-sub { font-size: 17px; color: var(--muted); line-height: 1.55; max-width: 56ch; }

.hero-cta-row { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 22px; border-radius: 12px; font-weight: 700; font-size: 15px; line-height: 1;
  border: 1px solid transparent; cursor: pointer; transition: background .15s ease, color .15s ease, border-color .15s ease;
  white-space: nowrap;
}
.btn-primary { background: var(--action); color: #fff; }
.btn-primary:hover { background: var(--action-2); color: #fff; }
.btn-ghost { background: transparent; color: var(--brand-2); border-color: var(--line-2); }
.btn-ghost:hover { background: var(--paper-2); color: var(--brand); }
.btn-dark { background: var(--paper-ink); color: #fff; }
.btn-dark:hover { background: #000; color: #fff; }
.btn-sm { padding: 10px 16px; font-size: 14px; border-radius: 10px; }

.hero-fact-strip {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px;
  padding: 14px; border: 1px solid var(--line); background: var(--paper-3); border-radius: var(--r-md);
}
.hero-fact-strip .fact { display: flex; flex-direction: column; gap: 2px; padding: 6px 8px; }
.hero-fact-strip .fact .k { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted-2); font-weight: 700; }
.hero-fact-strip .fact .v { font-size: 14px; color: var(--ink); font-weight: 700; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 16px; color: var(--muted); font-size: 13px; }
.hero-trust .ok { display: inline-flex; align-items: center; gap: 6px; }
.hero-trust .ok::before { content: "✓"; color: var(--brand-3); font-weight: 800; }
.hero-cta-verify { display: inline-flex; align-items: center; gap: 6px; padding: 6px 10px; border-radius: 999px; background: rgba(35, 99, 64, 0.10); color: var(--brand-3); font-size: 12px; font-weight: 700; letter-spacing: .02em; border: 1px solid rgba(35, 99, 64, 0.30); }
.hero-cta-verify svg { color: var(--brand-3); }

/* Right column: phone mockup rail */
.hero-right { position: relative; min-width: 0; }
.screenshot-rail {
  position: relative;
  display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 6px 2px 18px;
  -webkit-overflow-scrolling: touch; scrollbar-width: none;
  min-width: 0; max-width: 100%;
}
.screenshot-rail::-webkit-scrollbar { display: none; }
.phone-card {
  position: relative; flex: 0 0 auto;
  width: 200px; aspect-ratio: 9/19.5;
  background: var(--paper-ink);
  border-radius: 28px;
  padding: 8px;
  box-shadow: var(--shadow-3);
  scroll-snap-align: start;
}
.phone-card .screen {
  position: relative; width: 100%; height: 100%;
  border-radius: 22px; overflow: hidden; background: var(--paper-2);
  display: flex; align-items: stretch; justify-content: stretch;
}
.phone-card .screen img { width: 100%; height: 100%; object-fit: cover; display: block; }
.phone-card .meta {
  position: absolute; left: 12px; right: 12px; bottom: 14px;
  color: #fff; font-size: 12px; line-height: 1.2;
  background: rgba(11,31,24,.55); padding: 6px 8px; border-radius: 8px;
  backdrop-filter: blur(6px);
}
.phone-card .meta b { font-weight: 800; }

/* Ticker */
.ticker {
  background: var(--paper-ink); color: #E6F1EA; border-radius: var(--r-lg);
  padding: 14px 18px; display: flex; align-items: center; gap: 14px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.06);
}
.ticker .ticker-label {
  display: inline-flex; align-items: center; gap: 6px; flex: 0 0 auto;
  font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; font-weight: 800;
  color: var(--action-3);
}
.ticker .ticker-label .pulse { width: 8px; height: 8px; background: var(--action); border-radius: 50%; box-shadow: 0 0 0 0 rgba(232,100,27,.5); animation: pulse 1.6s infinite; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(232,100,27,.5);} 70%{box-shadow:0 0 0 12px rgba(232,100,27,0);} 100%{box-shadow:0 0 0 0 rgba(232,100,27,0);} }
.ticker .ticker-rail { display: flex; gap: 28px; flex: 1 1 auto; min-width: 0; overflow: hidden; }
.ticker .ticker-rail .item { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: #E6F1EA; white-space: nowrap; }
.ticker .ticker-rail .item .tag { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: #A4BDB0; padding: 3px 8px; background: rgba(255,255,255,.06); border-radius: 999px; }
.ticker .ticker-rail .item .body { font-weight: 600; }
.ticker .ticker-arrow { display: inline-flex; }

/* Evidence desk (tabs) */
.evidence {
  display: grid; grid-template-columns: 1fr; gap: 16px;
  background: var(--paper-3); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 20px;
}
.tabs { display: flex; gap: 6px; border-bottom: 1px solid var(--line); padding-bottom: 0; flex-wrap: wrap; }
.tabs .tab {
  appearance: none; background: transparent; border: 0; border-bottom: 2px solid transparent;
  padding: 10px 14px; font-weight: 700; font-size: 14px; color: var(--muted); cursor: pointer;
  border-radius: 8px 8px 0 0;
}
.tabs .tab[aria-selected="true"] { color: var(--brand); border-color: var(--action); }
.tabs .tab:hover { color: var(--brand); }
.evidence-panel { display: none; padding-top: 18px; }
.evidence-panel.is-active { display: block; }
.evidence-panel .row { display: grid; grid-template-columns: 1fr; gap: 10px; }
.evidence-panel .row + .row { margin-top: 14px; }
.evidence-panel .key { font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); font-weight: 700; }
.evidence-panel .val { font-size: 15px; color: var(--ink); font-weight: 600; }
.evidence-panel .shots { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.evidence-panel .shots img { width: 100%; aspect-ratio: 9/16; object-fit: cover; border-radius: 12px; border: 1px solid var(--line); }

/* Bento product surface */
.bento { display: grid; grid-template-columns: 1fr; gap: 16px; }
.bento .b { background: var(--paper-3); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px; }
.bento .b--wide { padding: 26px; }
.bento h3 { font-size: 20px; }
.bento .ico { width: 36px; height: 36px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; background: var(--paper-2); color: var(--brand); font-weight: 800; }
.bento ul { margin: 0; padding: 0; list-style: none; }
.bento li { padding: 6px 0; color: var(--ink-2); display: flex; align-items: flex-start; gap: 8px; }
.bento li::before { content: "•"; color: var(--action); font-weight: 800; }

/* 3-tile cluster */
.tile-row { display: grid; grid-template-columns: 1fr; gap: 14px; }
.tile { background: var(--paper-3); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px; display: flex; flex-direction: column; gap: 10px; }
.tile .tile-eyebrow { font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; color: var(--brand-3); }
.tile h3 { font-size: 18px; }

/* Horizontal-snap rail (games by provider) */
.rail { position: relative; }
.rail-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 14px; }
.rail-head .left h2 { font-size: 22px; }
.rail-head .left p { color: var(--muted); font-size: 14px; margin: 4px 0 0; }
.rail-controls { display: none; gap: 8px; }
.rail-controls button { width: 38px; height: 38px; border-radius: 50%; background: var(--paper-3); border: 1px solid var(--line); color: var(--ink); }
.rail-controls button:hover { background: var(--paper-2); }
.rail-track {
  display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px 2px 14px;
  -webkit-overflow-scrolling: touch; scrollbar-width: none;
}
.rail-track::-webkit-scrollbar { display: none; }

/* App tile (YONO apps) */
.app-tile {
  flex: 0 0 200px; scroll-snap-align: start;
  background: var(--paper-3); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 16px; display: flex; flex-direction: column; gap: 10px; align-items: center; text-align: center;
  text-decoration: none; color: var(--ink);
}
.app-tile:hover { border-color: var(--brand-3); color: var(--ink); }
.app-tile .ico-wrap {
  width: 96px; height: 96px; border-radius: 22px;
  background: var(--paper-2); border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.app-tile .ico-wrap img { width: 84px; height: 84px; object-fit: cover; border-radius: 16px; }
.app-tile .name { font-weight: 800; font-size: 14px; }
.app-tile .cat { font-size: 11.5px; color: var(--muted-2); letter-spacing: .08em; text-transform: uppercase; }

/* Game card */
.game-card {
  flex: 0 0 188px; scroll-snap-align: start;
  background: var(--paper-3); border: 1px solid var(--line); border-radius: var(--r-lg);
  text-decoration: none; color: var(--ink);
  display: flex; flex-direction: column; gap: 10px; padding: 12px;
}
.game-card:hover { border-color: var(--brand-3); color: var(--ink); }
.game-card .thumb {
  aspect-ratio: 1/1; border-radius: 12px; background: var(--paper-2); overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.game-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.game-card .name { font-weight: 800; font-size: 14px; line-height: 1.25; min-height: 2.6em; }
.game-card .meta { display: flex; align-items: center; justify-content: space-between; font-size: 11.5px; color: var(--muted-2); }
.game-card .meta .prv { font-weight: 700; color: var(--brand-3); }
.game-card .meta .rtp { font-weight: 700; color: var(--ink-2); }

/* Promotions desk */
.promo-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.promo {
  background: var(--paper-3); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 22px; display: flex; flex-direction: column; gap: 12px;
}
.promo .promo-eyebrow { font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; color: var(--brand-3); }
.promo h3 { font-size: 19px; }
.promo .terms { font-size: 13px; color: var(--muted); line-height: 1.55; }
.promo .terms b { color: var(--ink-2); }
.promo .footer-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; flex-wrap: wrap; }

/* News feed */
.news-row { display: grid; grid-template-columns: 1fr; gap: 16px; }
.news-card {
  background: var(--paper-3); border: 1px solid var(--line); border-radius: var(--r-lg);
  overflow: hidden; display: flex; flex-direction: column; color: var(--ink);
}
.news-card:hover { color: var(--ink); }
.news-card .cover { aspect-ratio: 16/9; background: var(--paper-2); overflow: hidden; }
.news-card .cover img { width: 100%; height: 100%; object-fit: cover; }
.news-card .body { padding: 16px 18px 20px; display: flex; flex-direction: column; gap: 8px; }
.news-card .tag { font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; color: var(--brand-3); }
.news-card h3 { font-size: 18px; line-height: 1.25; }
.news-card .meta { font-size: 12.5px; color: var(--muted-2); }

/* Sidebar (support panel) */
.support {
  background: var(--paper-ink); color: #E6F1EA; border-radius: var(--r-lg);
  padding: 22px; display: flex; flex-direction: column; gap: 12px;
}
.support h3 { color: #fff; font-size: 18px; }
.support p { color: #A4BDB0; font-size: 14px; }
.support .btn-primary { width: 100%; }

/* FAQ */
.faq { display: flex; flex-direction: column; gap: 10px; }
.faq details {
  background: var(--paper-3); border: 1px solid var(--line); border-radius: 14px; padding: 16px 18px;
}
.faq details[open] { border-color: var(--brand-3); }
.faq summary { cursor: pointer; font-weight: 700; color: var(--ink); list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 22px; color: var(--brand); transition: transform .2s ease; }
.faq details[open] summary::after { content: "–"; }
.faq details .answer { margin-top: 10px; color: var(--muted); line-height: 1.6; }
.faq details .answer a { color: var(--brand-2); text-decoration: underline; text-underline-offset: 2px; }

/* Setup steps (Android install) */
.steps { display: flex; flex-direction: column; gap: 12px; counter-reset: stp; }
.step {
  background: var(--paper-3); border: 1px solid var(--line); border-radius: 14px;
  padding: 18px 20px; display: flex; gap: 14px; align-items: flex-start;
  counter-increment: stp;
}
.step::before {
  content: counter(stp); flex: 0 0 36px; width: 36px; height: 36px; border-radius: 50%;
  background: var(--brand); color: #fff; display: inline-flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 15px;
}
.step h4 { font-size: 16px; margin-bottom: 4px; }
.step p { margin: 0; color: var(--muted); font-size: 14.5px; }

/* Tables */
.tbl { width: 100%; border-collapse: collapse; font-size: 14px; }
.tbl th, .tbl td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line); }
.tbl th { font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); font-weight: 800; }
.tbl tr:last-child td { border-bottom: 0; }
.tbl-wrap { background: var(--paper-3); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 8px; overflow-x: auto; }

/* Footer */
.footer {
  background: var(--paper-ink); color: #C7DAD0; padding: 56px 0 28px; margin-top: 0;
}
.footer a { color: #E6F1EA; }
.footer a:hover { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 28px; }
.footer-grid h4 { color: #fff; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 14px; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { padding: 5px 0; }
.footer-grid .footer-brand .brand-name { color: #fff; font-size: 20px; font-weight: 800; }
.footer-grid .footer-brand .brand-tag  { color: #A4BDB0; }
.footer-grid .legal-row { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: space-between; }
.footer-grid .legal-row .legal-links { display: flex; gap: 14px; flex-wrap: wrap; }
.footer-grid .legal-row .legal-links a { font-size: 13px; color: #C7DAD0; }
.footer-grid .legal-row .legal-links a:hover { color: #fff; }
.footer-grid .copyright { color: #8FA89A; font-size: 12.5px; }

.socials { display: flex; gap: 8px; }
.socials a { width: 34px; height: 34px; border-radius: 10px; background: rgba(255,255,255,.06); display: inline-flex; align-items: center; justify-content: center; }
.socials a:hover { background: rgba(255,255,255,.14); }
.socials svg { width: 16px; height: 16px; fill: #E6F1EA; }

/* Cookie banner */
.cookie-banner {
  position: fixed; left: 16px; right: 16px; bottom: 92px; z-index: 50;
  background: var(--paper-3); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 16px 18px; box-shadow: var(--shadow-3);
  display: none;
}
.cookie-banner.is-open { display: block; }
.cookie-banner .row { display: flex; gap: 12px; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; }
.cookie-banner p { margin: 0; font-size: 13.5px; color: var(--muted); max-width: 60ch; }
.cookie-banner .actions { display: flex; gap: 8px; flex-wrap: wrap; }
.cookie-banner .btn { padding: 10px 14px; font-size: 13.5px; }

/* Cookie settings panel */
.cookie-modal {
  position: fixed; inset: 0; z-index: 90; background: rgba(11,31,24,.55);
  display: none; align-items: center; justify-content: center; padding: 16px;
}
.cookie-modal.is-open { display: flex; }
.cookie-modal .modal-panel { background: var(--paper-3); border-radius: var(--r-lg); padding: 24px; max-width: 540px; width: 100%; max-height: 88vh; overflow-y: auto; }
.cookie-modal h2 { font-size: 20px; margin-bottom: 6px; }
.cookie-modal .group { padding: 12px 0; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.cookie-modal .group:last-of-type { border-bottom: 0; }
.cookie-modal .group h3 { font-size: 15px; }
.cookie-modal .group p { margin: 2px 0 0; color: var(--muted); font-size: 13.5px; max-width: 60ch; }
.cookie-modal .actions { display: flex; gap: 8px; justify-content: flex-end; margin-top: 14px; flex-wrap: wrap; }

/* Switch */
.switch { position: relative; width: 42px; height: 24px; }
.switch input { position: absolute; opacity: 0; pointer-events: none; }
.switch span { position: absolute; inset: 0; background: var(--line-2); border-radius: 999px; transition: background .2s ease; }
.switch span::before { content: ""; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; background: #fff; border-radius: 50%; box-shadow: var(--shadow-1); transition: transform .2s ease; }
.switch input:checked + span { background: var(--brand); }
.switch input:checked + span::before { transform: translateX(18px); }
.switch input:disabled + span { background: var(--brand-3); opacity: .6; }

/* Mobile sticky CTA */
.sticky-cta {
  position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 55;
  display: flex;
}
.sticky-cta a {
  flex: 1 1 auto;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--action); color: #fff; font-weight: 800; font-size: 15px;
  padding: 14px 18px; border-radius: 14px; box-shadow: var(--shadow-3);
  white-space: nowrap;
}
.sticky-cta a:hover { background: var(--action-2); color: #fff; }
.sticky-cta .ico { width: 18px; height: 18px; }
@media (min-width: 900px) { .sticky-cta { display: none; } }
body { padding-bottom: 84px; }
@media (min-width: 900px) { body { padding-bottom: 0; } }

/* Skip link */
.skip {
  position: absolute; left: -9999px; top: -9999px;
}
.skip:focus {
  position: fixed; left: 16px; top: 16px; z-index: 100;
  background: var(--brand); color: #fff; padding: 10px 14px; border-radius: 8px; font-weight: 700;
}

/* Breadcrumbs */
.crumbs { display: flex; gap: 6px; flex-wrap: wrap; color: var(--muted); font-size: 13px; padding: 14px 0; }
.crumbs a { color: var(--muted); }
.crumbs a:hover { color: var(--brand); }
.crumbs .sep { color: var(--muted-2); }

/* Prose */
.prose { color: var(--ink-2); line-height: 1.7; font-size: 16px; }
.prose h2 { margin-top: 28px; margin-bottom: 10px; }
.prose h3 { margin-top: 22px; margin-bottom: 8px; }
.prose p, .prose ul, .prose ol { margin: 0 0 1em; }
.prose ul, .prose ol { padding-left: 22px; }
.prose a { text-decoration: underline; text-underline-offset: 2px; }

/* === Game detail layout === */
.detail-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
.detail-grid .game-art { aspect-ratio: 1/1; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); background: var(--paper-2); }
.detail-grid .game-art img { width: 100%; height: 100%; object-fit: cover; }
.detail-grid .game-info { display: flex; flex-direction: column; gap: 14px; }
.fact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.fact-grid .fact { background: var(--paper-3); border: 1px solid var(--line); border-radius: 12px; padding: 10px 12px; }
.fact-grid .fact .k { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted-2); font-weight: 700; }
.fact-grid .fact .v { font-size: 14px; color: var(--ink); font-weight: 700; margin-top: 2px; }

/* === Filter bar (games index) === */
.filter-bar { display: flex; gap: 8px; overflow-x: auto; padding: 4px 2px 10px; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.filter-bar::-webkit-scrollbar { display: none; }
.filter-bar .chip {
  flex: 0 0 auto; padding: 8px 14px; border-radius: 999px; background: var(--paper-3);
  border: 1px solid var(--line); color: var(--ink-2); font-size: 13px; font-weight: 600; cursor: pointer;
  white-space: nowrap;
}
.filter-bar .chip:hover { border-color: var(--brand-3); }
.filter-bar .chip.is-active { background: var(--brand); color: #fff; border-color: var(--brand); }

/* === Grids === */
.cards-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.cards-grid .game-card { flex: 1 1 auto; }
@media (min-width: 720px) { .cards-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .cards-grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1280px) { .cards-grid { grid-template-columns: repeat(5, 1fr); } }

/* === Responsive === */
@media (min-width: 720px) {
  .hero { padding: 72px 0 56px; }
  .hero-grid { grid-template-columns: 1.05fr .95fr; gap: 40px; }
  .hero-fact-strip { grid-template-columns: repeat(4, 1fr); }
  .evidence-panel .row { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .evidence-panel .shots { grid-template-columns: repeat(3, 1fr); }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .bento .b--wide { grid-column: 1 / -1; }
  .tile-row { grid-template-columns: repeat(3, 1fr); }
  .promo-grid { grid-template-columns: repeat(3, 1fr); }
  .news-row { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
  .detail-grid { grid-template-columns: 0.8fr 1.2fr; gap: 32px; }
}
@media (min-width: 1024px) {
  .main-nav { display: flex; }
  .hamburger { display: none; }
  .header-cta { display: none; }
  .section { padding: 80px 0; }
  .hero { padding: 88px 0 64px; }
  .rail-controls { display: inline-flex; }
  .bento { grid-template-columns: repeat(6, 1fr); }
  .bento .b--wide { grid-column: span 4; }
  .bento .b--narrow { grid-column: span 2; }
  .bento .b--third { grid-column: span 2; }
  .bento .b--third.b--last { grid-column: span 3; }
}

/* Safe area for mobile notches */
@supports (padding: max(0px)) {
  .shell { padding-left: max(var(--gutter), env(safe-area-inset-left)); padding-right: max(var(--gutter), env(safe-area-inset-right)); }
  .sticky-cta { left: max(12px, env(safe-area-inset-left)); right: max(12px, env(safe-area-inset-right)); bottom: max(12px, env(safe-area-inset-bottom)); }
}

/* Visually-hidden (for accessible labels) */
.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;
}

/* Code / pre */
code { font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace; background: var(--paper-2); padding: 1px 6px; border-radius: 6px; font-size: 13px; }

/* Hero image (LCP) */
.hero-lcp {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(241,247,242,0) 0%, rgba(241,247,242,.5) 60%, var(--paper) 100%);
}

/* Decorative blobs (light, no neon) */
.blob {
  position: absolute; border-radius: 50%; filter: blur(60px); opacity: .55; pointer-events: none;
  z-index: 0;
}
.blob--a { background: var(--tint-mint); width: 360px; height: 360px; top: -90px; right: -120px; }
.blob--b { background: var(--tint-amber); width: 280px; height: 280px; bottom: -120px; left: -80px; opacity: .4; }

/* Featured chip (HOT) */
.chip-hot {
  display: inline-flex; align-items: center; gap: 6px; padding: 3px 9px; border-radius: 999px;
  background: var(--action); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
}

/* Trusted badge */
.badge {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; background: var(--paper-3);
  border: 1px solid var(--line); border-radius: 999px; font-size: 12.5px; color: var(--muted); font-weight: 600;
}
.badge::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--brand-3); }
.badge.warn::before { background: var(--action); }
.badge.cool::before { background: var(--tint-sky); border: 1px solid #7AA7C5; }

/* Hero article */
.article-head { padding: 32px 0 12px; }
.article-head h1 { font-size: clamp(28px, 4.4vw, 44px); line-height: 1.1; }
.article-cover { aspect-ratio: 16/9; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); }
.article-cover img { width: 100%; height: 100%; object-fit: cover; }
.byline { color: var(--muted); font-size: 13.5px; display: flex; gap: 12px; flex-wrap: wrap; }

/* Policy pages */
.policy { max-width: 760px; margin: 0 auto; }
.policy h2 { font-size: 22px; margin-top: 26px; }
.policy h3 { font-size: 17px; margin-top: 20px; }

/* VIP ladder */
.vip-ladder { display: grid; grid-template-columns: 1fr; gap: 10px; }
.vip-row { background: var(--paper-3); border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; display: grid; grid-template-columns: 80px 1fr; gap: 12px; align-items: center; }
.vip-row .lvl { font-weight: 800; color: var(--brand); font-size: 16px; }
.vip-row .lvl small { display: block; color: var(--muted-2); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.vip-row .vrow-meta { font-size: 13.5px; color: var(--muted); display: flex; gap: 12px; flex-wrap: wrap; }
.vip-row .vrow-meta b { color: var(--ink); }
.vip-row.is-current { border-color: var(--action); background: linear-gradient(180deg, var(--tint-peach), #fff); }

/* In-page TOC */
.toc { background: var(--paper-2); border-radius: var(--r-md); padding: 14px 18px; margin: 16px 0 24px; }
.toc h4 { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 6px; }
.toc ol { margin: 0; padding-left: 18px; }
.toc a { color: var(--ink-2); }
