/* gagame.studio — implements the design handoff BUILD-SPEC (2026-08-29) exactly.
   Tokens: 19 colours, 25 type roles, no media queries (cqw against a
   container-type wrapper), no radius, glows + solid bottom edges only. */

/* Self-hosted fonts (OFL-licensed; latin subsets from Google Fonts, D-W08) —
   zero third-party requests, which is what lets the CSP lock to 'self'. */
@font-face { font-family: 'Chakra Petch'; font-style: normal; font-weight: 500; font-display: swap; src: url('/assets/fonts/chakra-petch-500.woff2') format('woff2'); }
@font-face { font-family: 'Chakra Petch'; font-style: normal; font-weight: 600; font-display: swap; src: url('/assets/fonts/chakra-petch-600.woff2') format('woff2'); }
@font-face { font-family: 'Chakra Petch'; font-style: normal; font-weight: 700; font-display: swap; src: url('/assets/fonts/chakra-petch-700.woff2') format('woff2'); }
@font-face { font-family: 'IBM Plex Mono'; font-style: normal; font-weight: 400; font-display: swap; src: url('/assets/fonts/ibm-plex-mono-400.woff2') format('woff2'); }
@font-face { font-family: 'IBM Plex Mono'; font-style: normal; font-weight: 500; font-display: swap; src: url('/assets/fonts/ibm-plex-mono-500.woff2') format('woff2'); }
@font-face { font-family: 'IBM Plex Sans'; font-style: normal; font-weight: 400 500; font-display: swap; src: url('/assets/fonts/ibm-plex-sans.woff2') format('woff2'); }

* { box-sizing: border-box; }

:root {
  --void: #04070E;
  --recessed: #080D16;
  --panel: #0A1220;
  --rule: #16233A;
  --border: #1C2942;
  --border-lit: #234065;
  --border-sealed: #2C3E56;
  --t-head: #E8F1FF;
  --t-body: #C9D6E8;
  --t-2nd: #7C8DA4;
  --t-muted: #4A5A70;
  --t-off: #334357;
  --blue: #3B8FE0;
  --blue-hov: #6FB6F5;
  --blue-sh: #1F6BB8;
  --green: #8CC63F;
  --gold: #F2C230;
  --red: #D9432B;
  --purple: #8B5CD6;
  --gutter: clamp(16px, 4cqw, 36px);
  --mono: 'IBM Plex Mono', monospace;
  --disp: 'Chakra Petch', sans-serif;
}

html { scroll-padding-top: 80px; }
body {
  margin: 0; background: var(--void); color: var(--t-body);
  font-family: 'IBM Plex Sans', system-ui, sans-serif;
  font-size: 16px; line-height: 1.7;
  overflow-x: hidden;
}
a { color: var(--blue-hov); text-decoration: none; }
a:hover { color: #9BD0FF; }
::selection { background: var(--blue); color: var(--void); }
img { max-width: 100%; }
.pix { image-rendering: pixelated; }

@keyframes pulse { 0%, 100% { opacity: .55; } 50% { opacity: 1; } }
@keyframes blink { 0%, 93% { opacity: 1; } 94%, 98% { opacity: .25; } 99%, 100% { opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

/* ---- background field (fixed, two layers, no grid) ---- */
.bgf1 {
  position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(ellipse 70% 50% at 12% -5%, rgba(59,143,224,.16) 0%, transparent 60%),
    radial-gradient(ellipse 55% 45% at 92% 22%, rgba(139,92,214,.09) 0%, transparent 62%),
    radial-gradient(ellipse 80% 40% at 50% 108%, rgba(140,198,63,.07) 0%, transparent 60%);
}
.bgf2 {
  position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background: linear-gradient(to bottom, rgba(4,7,14,0) 0%, rgba(4,7,14,.55) 55%, #04070E 100%);
}

.cq { container-type: inline-size; }
main { position: relative; z-index: 1; display: block; }

/* ---- containers & sections ---- */
.wrap    { max-width: 1160px; margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.wrap-820 { max-width: 820px; margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.wrap-760 { max-width: 760px; margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.sec  { padding-top: clamp(48px, 7cqw, 88px); }
.sec-end { padding-bottom: clamp(48px, 8cqw, 96px); }

/* ---- type roles ---- */
.h1-hero { margin: 0; font-family: var(--disp); font-weight: 700; font-size: clamp(42px, 9cqw, 76px); line-height: .98; letter-spacing: .01em; text-transform: uppercase; color: var(--t-head); }
.h1-page { margin: 0 0 12px; font-family: var(--disp); font-weight: 700; font-size: clamp(36px, 7cqw, 58px); line-height: 1; letter-spacing: .02em; text-transform: uppercase; color: var(--t-head); }
.h1-404  { margin: 0; font-family: var(--disp); font-weight: 700; font-size: clamp(64px, 20cqw, 140px); line-height: .86; letter-spacing: .01em; color: var(--t-head); text-shadow: 0 0 44px rgba(217,67,43,.4); }
.h2-sec  { margin: 0; font-family: var(--disp); font-weight: 700; font-size: clamp(26px, 5cqw, 36px); line-height: 1.06; letter-spacing: .02em; text-transform: uppercase; color: var(--t-head); }
.h2-art  { margin: 0 0 8px; font-family: var(--disp); font-weight: 700; font-size: 26px; line-height: 1.1; letter-spacing: .02em; text-transform: uppercase; color: var(--t-head); }
.h3-card { margin: 0; font-family: var(--disp); font-weight: 700; font-size: 22px; line-height: 1.15; letter-spacing: .02em; text-transform: uppercase; color: var(--t-head); }
.h3-sm   { margin: 0; font-family: var(--disp); font-weight: 600; font-size: 18px; line-height: 1.2; letter-spacing: .03em; text-transform: uppercase; color: var(--t-head); }
.statement { margin: 0; font-family: var(--disp); font-weight: 500; font-size: clamp(20px, 4.4cqw, 27px); line-height: 1.32; color: var(--t-body); text-wrap: pretty; }
.lead { font-size: 18px; line-height: 1.7; }
.eyebrow { font-family: var(--mono); font-size: 11px; line-height: 1; letter-spacing: .18em; text-transform: uppercase; }
.chip { font-family: var(--mono); font-size: 11px; line-height: 1; letter-spacing: .13em; text-transform: uppercase; color: var(--t-2nd); border: 1px solid var(--border); padding: 7px 11px; }
.caption { font-family: var(--mono); font-size: 11px; line-height: 1.6; color: var(--t-muted); }
.meta-date { font-family: var(--mono); font-size: 11px; line-height: 1; letter-spacing: .08em; color: var(--t-muted); }
.counter { font-family: var(--mono); font-size: 10px; line-height: 1; letter-spacing: .1em; color: var(--t-muted); }
.mono-link { font-family: var(--mono); font-size: 12px; letter-spacing: .1em; color: var(--blue-hov); background: none; border: 0; padding: 0; cursor: pointer; }
.mono-link:hover { color: #9BD0FF; }
p { margin: 0 0 16px; }
.p2 { color: var(--t-2nd); }
.tw { text-wrap: pretty; }

/* ---- signature marks ---- */
.loz {
  width: 132px; height: 4px; --ac: var(--blue);
  background: radial-gradient(ellipse at center, var(--ac) 0%, transparent 72%);
  box-shadow: 0 0 20px 3px color-mix(in srgb, var(--ac) 50%, transparent);
}
.octa { clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%); }
.dotmark { width: 8px; height: 8px; --ac: var(--blue); background: var(--ac); box-shadow: 0 0 10px var(--ac); }
.sec-head { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; margin-bottom: clamp(24px, 3.5cqw, 36px); }
.sec-head .loz { margin-top: 10px; }
.eyerow { display: flex; align-items: center; gap: 11px; margin-bottom: 12px; }

/* ---- badges ---- */
.badge {
  display: inline-flex; align-items: center; gap: 7px; --ac: var(--gold);
  font-family: var(--mono); font-size: 11px; line-height: 1; letter-spacing: .13em; text-transform: uppercase;
  color: var(--ac); border: 1px solid color-mix(in srgb, var(--ac) 50%, transparent); padding: 4px 8px;
}
.badge .dot { width: 6px; height: 6px; background: var(--ac); box-shadow: 0 0 8px var(--ac); }

/* ---- buttons ----
   Primary and secondary share EXACT geometry (51px tall incl. the 4px edge)
   so swapping one for the other never shifts the layout (BUILD-SPEC §6). */
.btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 51px;
  font-family: var(--disp); font-weight: 700; font-size: 15px; line-height: 1;
  letter-spacing: .1em; text-transform: uppercase; color: var(--void); background: var(--blue);
  border: 0; border-bottom: 4px solid var(--blue-sh); padding: 0 26px; cursor: pointer;
  box-shadow: 0 0 30px rgba(59,143,224,.36); text-align: center;
}
.btn:hover { background: var(--blue-hov); color: var(--void); box-shadow: 0 0 40px rgba(59,143,224,.55); }
.btn:active { transform: translateY(3px); border-bottom-color: transparent; }
.btn-2 {
  display: inline-flex; align-items: center; justify-content: center; min-height: 51px;
  font-family: var(--disp); font-weight: 600; font-size: 15px; line-height: 1;
  letter-spacing: .09em; text-transform: uppercase; color: var(--t-body); background: rgba(13,23,40,.7);
  border: 1px solid var(--border); border-bottom: 4px solid var(--border); padding: 0 25px; cursor: pointer; text-align: center;
}
.btn-2:hover { border-color: var(--blue); color: var(--blue-hov); }
.btn-2:active { transform: translateY(3px); border-bottom-color: transparent; }
.btn-store { display: inline-flex; flex-direction: column; gap: 3px; font-family: var(--disp); font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--void); background: var(--blue); border: 0; border-bottom: 4px solid var(--blue-sh); padding: 14px 24px; box-shadow: 0 0 30px rgba(59,143,224,.36); }
.btn-store:hover { color: var(--void); background: var(--blue-hov); box-shadow: 0 0 40px rgba(59,143,224,.55); }
.btn-store:active { transform: translateY(3px); border-bottom-color: transparent; }
.btn-store .l1 { font-size: 15px; line-height: 1.1; }
.btn-store .l2 { font-family: var(--mono); font-weight: 400; font-size: 11px; line-height: 1.1; letter-spacing: .1em; opacity: .8; }

/* ---- header ---- */
.hdr { position: sticky; top: 0; z-index: 40; background: rgba(4,7,14,.92); backdrop-filter: blur(8px); border-bottom: 1px solid var(--rule); }
.hdr-in { max-width: 1160px; margin: 0 auto; padding: 12px var(--gutter); display: flex; align-items: center; gap: 10px 18px; flex-wrap: wrap; }
.hdr-logo { flex: 0 0 auto; display: block; }
.hdr-logo img { width: 132px; height: 36px; display: block; }
.hdr nav { display: flex; gap: 4px; align-items: center; flex-wrap: wrap; margin-left: auto; }
.nav-tab {
  position: relative; display: inline-block; padding: 9px 12px;
  font-family: var(--disp); font-weight: 600; font-size: 13px; line-height: 1; letter-spacing: .13em;
  text-transform: uppercase; color: var(--t-2nd);
}
.nav-tab:hover { color: var(--t-body); }
.nav-tab.on { color: var(--t-body); }
.nav-tab.on::after { content: ''; position: absolute; left: 8px; right: 8px; bottom: 2px; height: 2px; background: var(--blue); box-shadow: 0 0 10px var(--blue); }
.btn-hdr {
  margin-left: 6px; display: inline-block; font-family: var(--disp); font-weight: 700; font-size: 13px; line-height: 1;
  letter-spacing: .11em; text-transform: uppercase; color: var(--void); background: var(--blue);
  border: 0; border-bottom: 3px solid var(--blue-sh); padding: 11px 16px; white-space: nowrap;
  box-shadow: 0 0 22px rgba(59,143,224,.3);
}
.btn-hdr:hover { background: var(--blue-hov); color: var(--void); box-shadow: 0 0 30px rgba(59,143,224,.5); }
.btn-hdr:active { transform: translateY(2px); border-bottom-color: transparent; }

/* ---- hero decorations ---- */
.hero-band { position: relative; overflow: hidden; border-bottom: 1px solid var(--rule); }
.trace-v { position: absolute; width: 2px; background: linear-gradient(to bottom, transparent, rgba(59,143,224,.45), transparent); box-shadow: 0 0 12px rgba(59,143,224,.45); }
.trace-h { position: absolute; height: 2px; background: linear-gradient(to right, rgba(59,143,224,.5), transparent); box-shadow: 0 0 12px rgba(59,143,224,.4); }
.node { position: absolute; --ac: var(--blue); background: var(--ac); box-shadow: 0 0 18px var(--ac); animation: pulse 3.4s ease-in-out infinite; }
.glow-wrap { position: relative; }
.glow-wrap::before { content: ''; position: absolute; inset: -24px; --gl: rgba(242,169,59,.16); background: radial-gradient(ellipse at center, var(--gl) 0%, transparent 70%); pointer-events: none; }
.glow-wrap > * { position: relative; }
.blinker { animation: blink 6s steps(1) infinite; }

/* ---- cards & tiles ---- */
.card { background: var(--panel); border: 1px solid var(--border); padding: 24px 22px; }
.card-acc { --ac: var(--blue); border-bottom: 3px solid var(--ac); }
.tile-tint {
  --ac: var(--blue);
  background: linear-gradient(180deg, color-mix(in srgb, var(--ac) 8%, transparent), color-mix(in srgb, var(--ac) 1.5%, transparent)), var(--panel);
  border: 2px solid color-mix(in srgb, var(--ac) 42%, transparent);
  border-bottom: 4px solid var(--ac);
  transition: box-shadow .18s, transform .18s;
}
.tile-tint:hover { box-shadow: 0 0 34px color-mix(in srgb, var(--ac) 28%, transparent); }
.tile-lift:hover { transform: translateY(-3px); }
.tile-locked { background: var(--recessed); border: 1px solid var(--rule); border-bottom: 3px solid var(--rule); padding: 24px 22px; }
.panel-top { --ac: var(--blue); background: var(--panel); border: 1px solid var(--border); border-top: 2px solid var(--ac); padding: clamp(24px, 4cqw, 40px); }
.grid-fit { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.grid-fit-260 { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.grid-fit-280 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; }
.grid-fit-300 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 16px; }
/* Symmetric grids: never leave an orphan card on its own row.
   3-item grids render 1 or 3 across; 4-item grids render 1, 2 or 4 across. */
.grid-3 { display: grid; grid-template-columns: 1fr; gap: 16px; }
.grid-4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); gap: 16px; }
.grid-5 { display: grid; grid-template-columns: 1fr; gap: 16px; }
@container (min-width: 960px)  { .grid-3 { grid-template-columns: repeat(3, 1fr); } }
@container (min-width: 1160px) { .grid-5 { grid-template-columns: repeat(5, 1fr); } }
/* 4-up only once each column can hold the 260px mode-card spec width:
   1160 container - 72 gutters - 48 gaps = 4 x 260 exactly. */
@container (min-width: 1160px) { .grid-4 { grid-template-columns: repeat(4, 1fr); } }
/* Two-column text lists (BUILD-SPEC: "two-column text lists use 18px 32px") —
   caps at 2 columns so 4 bullets sit 2×2 and 6 bullets sit 2×3, always even. */
.grid-text { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); gap: 18px 32px; }
/* The one hard layout switch (BUILD-SPEC §4): the featured card's secondary
   screenshot slider exists only at >= 900px of container width. */
.wide-only { display: none; }
@container (min-width: 900px) { .wide-only { display: flex; } }
.bullet { display: flex; gap: 13px; align-items: flex-start; }
.bullet .bdot { flex: 0 0 auto; width: 7px; height: 7px; background: var(--green); box-shadow: 0 0 8px var(--green); margin-top: 8px; }
.bullet p { margin: 0; }

/* ---- news cards ---- */
.news-card { display: block; text-align: left; background: var(--panel); border: 1px solid var(--border); --ac: var(--blue); border-bottom: 3px solid var(--ac); padding: 24px 22px; transition: box-shadow .18s; }
.news-card:hover { box-shadow: 0 0 30px color-mix(in srgb, var(--ac) 24%, transparent); }
.news-card h3, .news-card h2 { margin: 0 0 10px; font-family: var(--disp); font-weight: 600; font-size: 22px; line-height: 1.15; letter-spacing: .02em; color: var(--t-head); text-transform: none; }
.tag { font-family: var(--mono); font-size: 11px; line-height: 1; letter-spacing: .13em; text-transform: uppercase; --ac: var(--blue); color: var(--ac); border: 1px solid color-mix(in srgb, var(--ac) 50%, transparent); padding: 4px 8px; }

/* ---- sliders ---- */
.slider { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.slider-frame { position: relative; }
.slider-arrow {
  position: absolute; top: 50%; margin-top: -22px; width: 44px; height: 44px; --ac: var(--blue);
  background: rgba(4,7,14,.85); border: 1px solid color-mix(in srgb, var(--ac) 50%, transparent);
  color: var(--t-body); cursor: pointer; font-family: var(--mono); font-size: 16px; line-height: 1;
}
.slider-arrow:hover { border-color: var(--ac); color: var(--ac); }
.slider-arrow.prev { left: -14px; }
.slider-arrow.next { right: -14px; }
.slider-arrow.wide.prev { left: -18px; }
.slider-arrow.wide.next { right: -18px; }
.dots { display: flex; align-items: center; gap: 8px; }
.dot-bar { width: 22px; height: 7px; border: 0; padding: 0; cursor: pointer; background: rgba(201,214,232,.22); }
.dot-bar.big { width: 26px; height: 8px; }
.dot-bar.on { --ac: var(--blue); background: var(--ac); }
.slider-cap { margin: 0; max-width: 32ch; text-align: center; }

/* ---- gallery strip ---- */
.strip {
  max-width: 1160px; margin: 0 auto; display: flex; gap: 14px; overflow-x: auto;
  padding: 0 var(--gutter) 10px; scroll-snap-type: x mandatory; scroll-padding-left: var(--gutter);
  -webkit-overflow-scrolling: touch;
}
.strip figure { margin: 0; flex: 0 0 auto; scroll-snap-align: start; width: 216px; }
.strip img { width: 216px; height: 432px; display: block; border: 1px solid var(--border); }
.strip figcaption { margin-top: 10px; }
.strip-btn { width: 44px; height: 44px; background: rgba(4,7,14,.7); border: 1px solid rgba(140,198,63,.45); color: var(--t-body); cursor: pointer; font-family: var(--mono); font-size: 16px; line-height: 1; }
.strip-btn:hover { border-color: var(--green); color: var(--green); }

/* ---- stat bar ---- */
.statbar { border-bottom: 1px solid var(--rule); background: rgba(10,18,32,.6); }
.statbar-in { max-width: 1160px; margin: 0 auto; padding: 18px var(--gutter); display: flex; flex-wrap: wrap; gap: 14px 32px; align-items: center; justify-content: space-between; }
.stat { display: flex; align-items: baseline; gap: 10px; }
.stat b { font-family: var(--disp); font-weight: 700; font-size: 26px; line-height: 1; --ac: var(--green); color: var(--ac); text-shadow: 0 0 18px color-mix(in srgb, var(--ac) 50%, transparent); }
.stat span { font-family: var(--mono); font-size: 11px; letter-spacing: .15em; text-transform: uppercase; color: var(--t-2nd); }

/* ---- FAQ ---- */
.faq-list { border-top: 1px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item summary {
  list-style: none; display: flex; gap: 16px; align-items: center; min-height: 48px;
  padding: 20px 0; cursor: pointer;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item .q { flex: 1 1 auto; font-family: var(--disp); font-weight: 600; font-size: 18px; line-height: 1.35; letter-spacing: .02em; color: var(--t-head); }
.faq-item .sign { flex: 0 0 auto; font-family: var(--mono); font-size: 18px; line-height: 1; color: var(--blue); }
.faq-item .sign::before { content: '+'; }
.faq-item[open] .sign::before { content: '−'; }
.faq-item .a { margin: 0; padding: 0 0 24px; max-width: 70ch; line-height: 1.75; color: var(--t-2nd); text-wrap: pretty; }

/* ---- pull quote ---- */
.pullquote { background: var(--panel); border: 1px solid var(--border); --ac: var(--blue); border-left: 3px solid var(--ac); padding: 24px 26px; }
.pullquote p { margin: 0; font-family: var(--disp); font-weight: 600; font-size: clamp(19px, 4cqw, 24px); line-height: 1.35; letter-spacing: .02em; color: var(--t-head); }

/* ---- email panel ---- */
.email-panel { background: var(--panel); border: 2px solid rgba(59,143,224,.4); border-bottom: 4px solid var(--blue); padding: clamp(20px, 3.5cqw, 28px); display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.email-panel .addr { flex: 1 1 auto; font-family: var(--disp); font-weight: 600; font-size: clamp(19px, 4cqw, 26px); letter-spacing: .01em; color: var(--blue-hov); word-break: break-all; }
.copy-btn { flex: 0 0 auto; font-family: var(--mono); font-size: 12px; letter-spacing: .11em; text-transform: uppercase; color: var(--t-body); background: rgba(4,7,14,.6); border: 1px solid var(--border); padding: 11px 15px; cursor: pointer; min-height: 44px; }
.copy-btn:hover { border-color: var(--blue); color: var(--blue-hov); }

/* ---- footer ---- */
footer.site { position: relative; z-index: 1; border-top: 1px solid var(--rule); background: rgba(10,18,32,.5); }
.ftr-in { max-width: 1160px; margin: 0 auto; padding: clamp(32px, 5cqw, 52px) var(--gutter); display: flex; flex-wrap: wrap; gap: clamp(28px, 5cqw, 64px); }
.ftr-tag { margin: 0 0 16px; font-family: var(--disp); font-weight: 600; font-size: 18px; letter-spacing: .03em; text-transform: uppercase; color: var(--t-body); }
.ftr-cols { display: flex; flex-wrap: wrap; gap: clamp(28px, 5cqw, 56px); }
.ftr-col { display: flex; flex-direction: column; gap: 11px; align-items: flex-start; }
.ftr-eyebrow { font-family: var(--mono); font-size: 10px; line-height: 1; letter-spacing: .2em; text-transform: uppercase; color: var(--t-muted); margin-bottom: 3px; }
.ftr-col a { font-size: 16px; color: var(--t-2nd); }
.ftr-col a:hover { color: var(--t-body); }
.ftr-base { border-top: 1px solid var(--rule); }
.ftr-base-in { max-width: 1160px; margin: 0 auto; padding: 16px var(--gutter); display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between; font-family: var(--mono); font-size: 11px; color: var(--t-muted); }

/* ---- consent bar ---- */
.consent { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; background: rgba(10,18,32,.97); backdrop-filter: blur(8px); border-top: 2px solid var(--blue); box-shadow: 0 -8px 40px rgba(59,143,224,.18); }
.consent-in { max-width: 1160px; margin: 0 auto; padding: 15px 20px; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.consent p { margin: 0; flex: 1 1 240px; }
.consent .btn-yes { font-family: var(--disp); font-weight: 700; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--void); background: var(--blue); border: 0; border-bottom: 3px solid var(--blue-sh); padding: 12px 18px; cursor: pointer; min-height: 44px; }
.consent .btn-yes:hover { background: var(--blue-hov); }
.consent .btn-yes:active { transform: translateY(2px); }
.consent .btn-no { font-family: var(--disp); font-weight: 600; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--t-body); background: transparent; border: 1px solid var(--border); padding: 12px 18px; cursor: pointer; min-height: 44px; }
.consent .btn-no:hover { border-color: var(--blue); color: var(--blue-hov); }

/* ---- privacy / article ---- */
.a-h2 { margin: 44px 0 8px; font-family: var(--disp); font-weight: 700; font-size: 26px; line-height: 1.1; letter-spacing: .02em; text-transform: uppercase; color: var(--t-head); }
.loz-sm { margin-bottom: 24px; box-shadow: 0 0 18px 2px color-mix(in srgb, var(--ac) 40%, transparent); }
.pv-lede { font-size: 18px; line-height: 1.7; color: var(--t-body); margin: 0 0 28px; text-wrap: pretty; }
.pv-short { background: var(--panel); border: 1px solid var(--border); border-left: 3px solid var(--green); padding: 22px 24px; margin-bottom: 12px; }
.pv-short p { margin: 0; color: var(--t-head); }
.pv-list { padding-left: 1.25rem; margin: 0 0 16px; }
.pv-list li { margin: .5rem 0; color: var(--t-2nd); }
.pv-list li::marker { color: var(--green); }
.pv-table { border-collapse: collapse; width: 100%; margin: .75rem 0 16px; font-size: 15px; background: var(--panel); border: 1px solid var(--border); }
.pv-table th, .pv-table td { text-align: left; padding: 14px 16px; border-bottom: 1px solid var(--rule); vertical-align: top; }
.pv-table th { font-family: var(--disp); font-weight: 600; font-size: 15px; letter-spacing: .04em; text-transform: uppercase; color: var(--green); border-bottom: 2px solid var(--border); }
.pv-table td { color: var(--t-2nd); }
.pv-table strong, .pv-list strong, .privacy-body strong { color: var(--t-head); }
.privacy-body p { color: var(--t-2nd); text-wrap: pretty; }
.privacy-body code { background: #0A1220; color: #9EC4F4; padding: 2px 8px; border: 1px solid var(--border); font-size: .9em; font-family: var(--mono); }
.privacy-body small { color: var(--t-muted); }

/* ---- article (news post) ---- */
.art-body .figure { margin: 0 0 34px; }
.art-bullets { display: flex; flex-direction: column; gap: 13px; margin: 0 0 34px; }
