/* Purrnap — purrnap.games
   Colours are the launcher's own: sky #3d4478→#272c52, night #12142a/#1c2040, gold #ffd23f/#ffb830,
   card white #fbfbfd/#f1f2f6 with the #c9ceda edge, ink #161a2b, muted #6d7488. */

@font-face {
  font-family: 'Baloo 2';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(/fonts/baloo2-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --night: #12142a;
  --night-2: #1c2040;
  --sky-0: #3d4478;
  --sky-2: #272c52;
  --gold: #ffd23f;
  --gold-2: #ffb830;
  --gold-deep: #9a5a07;
  --ink: #161a2b;
  --muted: #6d7488;
  --card: #fbfbfd;
  --card-2: #f1f2f6;
  --edge: #c9ceda;
  --on-sky: #f3efff;
  --on-sky-2: #bdb8e0;
  --line: rgba(255, 255, 255, .14);
  --radius: 24px;
  --font: 'Baloo 2', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --measure: 34rem;
  --gutter: clamp(16px, 4vw, 40px);
  --edge-h: 7px;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--sky-2);
  color: var(--on-sky);
  font-family: var(--font);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.no-js { background: linear-gradient(#3d4478, #313764 50%, #272c52); }

a { color: inherit; }
img { display: block; max-width: 100%; }
button { font: inherit; color: inherit; cursor: pointer; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 6px; }

.skip { position: absolute; left: 12px; top: -60px; z-index: 50; background: var(--gold); color: var(--ink); padding: 10px 14px; border-radius: 999px; font-weight: 800; text-decoration: none; }
.skip:focus { top: 12px; }

/* ---------- the sky: one fixed canvas, the launcher's drawBackground, rendered at half resolution ---------- */
#sky { position: fixed; inset: 0; width: 100vw; height: 100vh; height: 100dvh; z-index: 0; pointer-events: none; }

.wrap { position: relative; z-index: 1; width: min(1160px, 100% - 2 * var(--gutter)); margin-inline: auto; }

/* ---------- top bar ---------- */
.top { position: relative; z-index: 2; display: flex; align-items: center; gap: 18px; padding: 16px 0 6px; }
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.brand img { width: 60px; height: 60px; border-radius: 16px; box-shadow: 0 4px 0 rgba(0, 0, 0, .4), 0 14px 30px -10px rgba(0, 0, 0, .8); }
.brand-t { display: grid; line-height: 1.02; }
.brand-t b { font-size: 26px; font-weight: 800; letter-spacing: -.01em; }
.brand-t i { font-style: normal; font-size: 13px; font-weight: 700; color: var(--gold); }
/* Google Play badge */
.gp { display: inline-flex; align-items: center; gap: 9px; padding: 6px 14px 6px 9px; border-radius: 9px; background: #000; color: #fff; border: 1px solid #5f6368; text-decoration: none; line-height: 1; box-shadow: 0 10px 24px -10px rgba(0, 0, 0, .8); transition: transform .15s, box-shadow .15s; }
.gp:hover { transform: translateY(-2px); box-shadow: 0 16px 28px -10px rgba(0, 0, 0, .8), 0 0 0 1px #8a8f96; }
.gp-logo { width: 26px; height: 26px; }
.gp-t { display: grid; gap: 2px; font-weight: 700; font-size: 17px; letter-spacing: -.01em; }
.gp-t small { font-size: 9px; font-weight: 700; letter-spacing: .06em; color: #ddd; }
.gp-big { padding: 8px 18px 8px 12px; border-radius: 11px; }
.gp-big .gp-logo { width: 34px; height: 34px; } .gp-big .gp-t { font-size: 22px; } .gp-big .gp-t small { font-size: 10px; }
.gp-top { margin-left: auto; }
.top nav { margin-left: 0; }
.gp-mini { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; white-space: nowrap; }
@media (max-width: 440px) { .peek-row .ghost { padding: 10px 11px; font-size: 14px; } .peek-row { gap: 6px; } } .gp-mini .gp-logo { width: 18px; height: 18px; }
.live { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: clamp(20px, 4vw, 48px); align-items: center; }
.live-icon { width: clamp(120px, 16vw, 180px); height: auto; border-radius: 22%; box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .8), 0 0 0 1px rgba(255, 255, 255, .12); }
.live-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin: 0; }
.soon .mail { margin-top: 0; }
@media (max-width: 700px) { .live { grid-template-columns: 1fr; } .live-icon { width: 120px; } }
.top nav { display: flex; gap: 4px; margin-left: auto; }
.top nav a { text-decoration: none; padding: 8px 12px; border-radius: 999px; font-weight: 700; color: var(--on-sky-2); }
.top nav a:hover { color: var(--on-sky); background: rgba(255, 255, 255, .07); }
.signal { display: inline-flex; align-items: center; gap: 7px; padding: 6px 10px 6px 8px; border-radius: 999px; background: rgba(0, 0, 0, .28); border: 1px solid var(--line); font-size: 13px; font-weight: 700; color: var(--on-sky-2); }
.signal svg { width: 18px; height: 18px; }
.signal .slash { opacity: 0; transition: opacity .2s; }
body.signal-off .signal .slash { opacity: 1; }
body.signal-off .signal .arcs { opacity: .35; }
@media (max-width: 760px) { .top { flex-wrap: wrap; gap: 8px 10px; } .brand img { width: 46px; height: 46px; border-radius: 12px; } .brand-t b { font-size: 21px; } .brand-t i { font-size: 12px; } .top nav { order: 3; width: 100%; } .top nav a { padding: 6px 9px 6px 0; font-size: 15px; } .signal span { display: none; } .signal { padding: 6px 8px; } .gp-top { padding: 5px 10px 5px 7px; } .gp-top .gp-t { font-size: 14px; } .gp-top .gp-logo { width: 20px; height: 20px; } }

/* ---------- hero ---------- */
.hero { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: clamp(24px, 4vw, 64px); align-items: center; padding: clamp(6px, 2vw, 24px) 0 clamp(56px, 8vw, 96px); }
.hero-stage { position: relative; aspect-ratio: 2 / 1; width: 100%; max-width: 560px; margin: 0 0 4px -10px; }
.momo-hit { left: 18%; top: 4%; width: 46%; height: 62%; }
/* the phone: the real launcher in a 390×844 frame, scaled to fit, tilting toward the pointer */
.phone-wrap { perspective: 1400px; width: min(100%, 360px); margin-inline: auto; }
.phone-outer { position: relative; aspect-ratio: 410 / 884; transform-style: preserve-3d; transition: transform .35s cubic-bezier(.2, .9, .3, 1); will-change: transform; }
.phone { position: absolute; left: 0; top: 0; width: 410px; height: 884px; transform-origin: 0 0; border-radius: 52px; background: linear-gradient(160deg, #2c303c, #0a0b10 60%, #1a1d26); box-shadow: 0 0 0 1.5px #3a3f4e, 0 60px 90px -30px rgba(0, 0, 0, .85), 0 0 120px -20px rgba(180, 155, 255, .35); }
.phone::before { content: ''; position: absolute; inset: 0; border-radius: 52px; background: linear-gradient(115deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, .1)); pointer-events: none; }
.phone .btn { position: absolute; right: -3px; width: 3px; border-radius: 2px; background: #3a3f4e; }
.phone .btn.p { top: 200px; height: 78px; } .phone .btn.v { top: 300px; height: 118px; }
.phone .screen { position: absolute; left: 10px; top: 30px; width: 390px; height: 844px; overflow: hidden; background: #1c2040; }
.phone .corners { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 3; }
.phone .screen iframe { display: block; width: 390px; height: 844px; border: 0; background: #1c2040; }
.phone .cam { position: absolute; left: 50%; top: 10px; width: 10px; height: 10px; margin-left: -5px; border-radius: 50%; background: radial-gradient(circle at 40% 40%, #2a3a5a, #05060a 70%); box-shadow: 0 0 0 2px #1a1d26; z-index: 2; }
.phone .spk { position: absolute; left: 50%; top: 13px; width: 54px; height: 4px; margin-left: 12px; border-radius: 2px; background: #05060a; }
.phone .boot { position: absolute; inset: 0; border-radius: 42px; display: grid; place-items: center; color: var(--on-sky-2); font-weight: 800; background: radial-gradient(circle at 50% 30%, #2c3158, #12142a 72%); transition: opacity .5s; }
.phone .boot.gone { opacity: 0; pointer-events: none; }
.phone-cap { margin: 14px 0 0; text-align: center; font-size: 14px; color: var(--on-sky-2); font-weight: 700; }
.phone-cap b { color: #8fe9c8; }
.hero .greet { margin-top: 6px; }
#hero { display: block; width: 100%; height: 100%; touch-action: manipulation; }
.momo-hit { position: absolute; left: 19%; top: 8%; width: 44%; height: 58%; background: none; border: 0; border-radius: 40%; }
.momo-hit:focus-visible { outline-offset: -4px; }
.greet { margin: 0 0 8px; color: var(--gold); font-weight: 800; font-size: 17px; }
.hero h1 { margin: 0 0 16px; font-size: clamp(32px, 4.4vw, 50px); font-weight: 800; line-height: 1.02; letter-spacing: -.015em; text-wrap: balance; max-width: 12ch; }
.hero .lede { margin: 0 0 26px; max-width: var(--measure); font-size: clamp(17px, 1.5vw, 20px); color: var(--on-sky-2); }
.switch-row { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 18px; margin: 0 0 22px; }
.switch { display: inline-flex; align-items: center; gap: 12px; padding: 6px 16px 6px 6px; border: 1px solid var(--line); background: rgba(0, 0, 0, .28); border-radius: 999px; font-weight: 800; font-size: 16px; }
.switch .track { position: relative; width: 52px; height: 30px; border-radius: 999px; background: var(--gold); transition: background .25s; }
.switch .knob { position: absolute; top: 3px; left: 25px; width: 24px; height: 24px; border-radius: 50%; background: #fff; box-shadow: 0 2px 4px rgba(0, 0, 0, .35); transition: left .25s cubic-bezier(.3, 1.4, .5, 1); }
.switch[aria-checked="false"] .track { background: #4a4f78; }
.switch[aria-checked="false"] .knob { left: 3px; }
.switch-note { font-weight: 700; color: var(--on-sky-2); }
body.signal-off .switch-note { color: #8fe9c8; }
.store { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; margin: 0; font-size: 15px; color: var(--on-sky-2); }
.store .pill { display: inline-flex; align-items: center; gap: 9px; padding: 9px 16px 9px 12px; border-radius: 999px; background: linear-gradient(#ffe08a, #ffc247 50%, #f59c1a); color: #3a2204; font-weight: 800; font-size: 15px; box-shadow: 0 4px 0 var(--gold-deep), 0 14px 28px -8px rgba(255, 170, 50, .55); }
.store .pill svg { width: 18px; height: 18px; }
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 26px; min-height: 0; padding-top: 0; }
  .hero-stage { max-width: 520px; margin: 0 auto 4px; aspect-ratio: 2 / 1; }
  .hero h1 { max-width: none; }
  .phone-wrap { width: min(100%, 320px); }
}

/* page-load: the copy rises once, after the sign has landed (JS adds .ready) */
.hero-copy > * { opacity: 0; transform: translateY(14px); }
body.ready .hero-copy > * { opacity: 1; transform: none; transition: opacity .5s ease-out, transform .7s cubic-bezier(.2, 1, .3, 1); }
body.ready .hero-copy > :nth-child(2) { transition-delay: .35s; } body.ready .hero-copy > :nth-child(3) { transition-delay: .45s; } body.ready .hero-copy > :nth-child(4) { transition-delay: .55s; } body.ready .hero-copy > :nth-child(5) { transition-delay: .65s; }
body.no-js .hero-copy > * { opacity: 1; transform: none; }

/* ---------- section heads ---------- */
.head { display: grid; gap: 10px; margin: 0 0 26px; max-width: 44rem; }
.head h2 { margin: 0; font-size: clamp(26px, 3.4vw, 40px); font-weight: 800; line-height: 1.08; letter-spacing: -.012em; text-wrap: balance; }
.head p { margin: 0; color: var(--on-sky-2); max-width: var(--measure); }
section { padding-bottom: clamp(56px, 8vw, 110px); }

/* ---------- wall filter chips ---------- */
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 22px; padding: 0; list-style: none; }
.chip { padding: 8px 15px; border-radius: 999px; border: 1px solid var(--line); background: rgba(0, 0, 0, .28); font-weight: 800; font-size: 15px; color: var(--on-sky-2); }
.chip:hover { color: var(--on-sky); border-color: rgba(255, 255, 255, .3); }
.chip[aria-pressed="true"] { background: var(--gold); color: #3a2204; border-color: var(--gold); box-shadow: 0 3px 0 var(--gold-deep); }
.cards li.off { display: none; }

/* ---------- the wall: the launcher's cards, at web scale ---------- */
.cards { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(14px, 2.4vw, 24px); }
@media (max-width: 599px) { .card .label { height: 58px; padding: 0 12px; gap: 0; grid-template-columns: minmax(0, 1fr); } .card .name { font-size: 14.5px; } .card .status { font-size: 11.5px; } .card .play { display: none; } }
@media (min-width: 600px) { .cards { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 900px) { .cards { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (min-width: 1160px) { .cards { grid-template-columns: repeat(5, minmax(0, 1fr)); } }
.card { position: relative; display: block; width: 100%; padding: 0; border: 0; text-align: left; border-radius: var(--radius); background: var(--card); color: var(--ink); box-shadow: 0 var(--edge-h) 0 var(--edge), 0 30px 30px -14px rgba(0, 0, 0, .6); transform: translateY(0); transition: transform .12s ease-out, box-shadow .12s ease-out; -webkit-tap-highlight-color: transparent; }
.card { opacity: 0; transform: translateY(26px) scale(.82); }
.card.in { opacity: 1; transform: translateY(0) scale(1); transition: opacity .3s ease-out, transform .62s cubic-bezier(.34, 1.45, .64, 1), box-shadow .12s ease-out; transition-delay: calc(var(--d, 0) * 55ms), calc(var(--d, 0) * 55ms), 0s; }
body.no-js .card { opacity: 1; transform: none; }
.card.in:hover { transition-delay: 0s; transform: translateY(-3px); box-shadow: 0 calc(var(--edge-h) + 3px) 0 var(--edge), 0 34px 34px -14px rgba(0, 0, 0, .6); }
.card.in:active { transition-delay: 0s; transform: translateY(5px); box-shadow: 0 2px 0 var(--edge), 0 16px 20px -12px rgba(0, 0, 0, .6); }
.card .art { display: block; position: relative; aspect-ratio: 1; overflow: hidden; background: transparent; }
.card .art::before, .card .art::after { border-radius: var(--radius) var(--radius) 0 0; }
.card .art canvas { display: block; width: 100%; height: 100%; }
.card .art::after { content: ''; position: absolute; inset: 0 0 auto; height: 14px; background: linear-gradient(rgba(255, 255, 255, .45), rgba(255, 255, 255, 0)); pointer-events: none; }
/* the launcher's "pop" shine, on hover and focus */
.card .art::before { content: ''; position: absolute; inset: -20% -60%; z-index: 1; background: linear-gradient(105deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, .42) 50%, rgba(255, 255, 255, 0) 60%); transform: translateX(-70%); pointer-events: none; }
.card:hover .art::before, .card:focus-visible .art::before { transition: transform .7s cubic-bezier(.2, .8, .3, 1); transform: translateX(70%); }
.card .label { box-sizing: border-box; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 8px; height: 64px; padding: 0 14px 0 15px; border-top: 1px solid rgba(10, 12, 30, .22); background: linear-gradient(#fff, var(--card-2)); border-radius: 0 0 var(--radius) var(--radius); }
.card .name { display: block; color: var(--ink); font-size: 15.5px; font-weight: 800; line-height: 1.15; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.card .status { display: block; margin-top: 2px; font-size: 12px; font-weight: 700; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.card .play { width: 26px; height: 26px; border-radius: 50%; background: linear-gradient(color-mix(in srgb, var(--accent) 75%, #fff), var(--accent)); box-shadow: 0 3px 0 color-mix(in srgb, var(--accent) 65%, #000), 0 6px 10px -2px color-mix(in srgb, var(--accent) 45%, transparent); position: relative; }
.card .play::after { content: ''; position: absolute; left: 10px; top: 7.5px; border-left: 9px solid #fff; border-top: 5.5px solid transparent; border-bottom: 5.5px solid transparent; }
.card.paused .art::before { content: ''; position: absolute; inset: 0; z-index: 1; }
.telemetry { margin: -10px 0 22px; min-height: 1.5em; color: #8fe9c8; font-weight: 700; font-size: 15px; }
.wall-foot { margin: 22px 0 0; color: var(--on-sky-2); font-size: 15px; max-width: var(--measure); }
.wall-foot code { font-family: inherit; font-weight: 800; color: var(--on-sky); }

/* ---------- three plain facts ---------- */
.facts { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.fact { padding: 26px 24px 24px; border-radius: var(--radius); background: rgba(9, 10, 28, .5); border: 1px solid var(--line); }
@media (hover: hover) { .fact { background: rgba(9, 10, 28, .42); backdrop-filter: blur(6px); } }
.fact h3 { margin: 0 0 8px; font-size: 24px; font-weight: 800; line-height: 1.1; letter-spacing: -.01em; }
.fact p { margin: 0; color: var(--on-sky-2); }
.fact canvas { display: block; width: 84px; height: 84px; margin: 0 0 14px -6px; }

/* ---------- Momo's wardrobe ---------- */
.wardrobe { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: clamp(20px, 4vw, 56px); align-items: center; }
.momo-stage { position: relative; aspect-ratio: 1; width: 100%; max-width: 440px; margin-inline: auto; border-radius: 32px; background: radial-gradient(circle at 50% 35%, #2c3158, #12142a 72%); box-shadow: inset 0 0 0 1px var(--line), 0 40px 60px -30px rgba(0, 0, 0, .8); }
#momo-canvas { display: block; width: 100%; height: 100%; touch-action: manipulation; }
.momo-stage .momo-hit { left: 12%; top: 14%; width: 62%; height: 62%; }
.hats { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 0; padding: 0; list-style: none; }
.hat { padding: 9px 15px; border-radius: 999px; border: 1px solid var(--line); background: rgba(0, 0, 0, .28); font-weight: 800; font-size: 15px; color: var(--on-sky-2); }
.hat:hover { color: var(--on-sky); border-color: rgba(255, 255, 255, .3); }
.hat[aria-pressed="true"] { background: var(--gold); color: #3a2204; border-color: var(--gold); box-shadow: 0 3px 0 var(--gold-deep); }
.wardrobe-copy p { color: var(--on-sky-2); max-width: var(--measure); }
.wardrobe-copy h2 { margin: 0 0 12px; font-size: clamp(26px, 3.4vw, 40px); font-weight: 800; line-height: 1.08; letter-spacing: -.012em; }
.purrs { min-height: 1.5em; color: var(--gold); font-weight: 800; }
@media (max-width: 820px) { .wardrobe { grid-template-columns: 1fr; } }

/* ---------- soon + footer ---------- */
.soon { border-top: 1px solid var(--line); padding-top: clamp(40px, 6vw, 72px); }
.soon .head { max-width: 40rem; }
.soon .mail { display: inline-block; margin-top: 8px; padding: 12px 20px; border-radius: 999px; background: rgba(0, 0, 0, .3); border: 1px solid var(--line); text-decoration: none; font-weight: 800; }
.soon .mail:hover { border-color: rgba(255, 255, 255, .35); }
footer { position: relative; z-index: 1; background: var(--night); color: var(--on-sky-2); font-size: 15px; }
footer .wrap { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 22px; padding: 26px 0 34px; }
footer a { text-decoration: none; font-weight: 700; color: var(--on-sky); }
footer a:hover { text-decoration: underline; }
footer .spacer { flex: 1 1 auto; }

/* ---------- peek dialog: the launcher's launch screen ---------- */
dialog.peek { overflow: visible; opacity: 0; transform: scale(.94); transition: transform .48s cubic-bezier(.2, .9, .3, 1), opacity .25s ease-out, border-radius .48s; transform-origin: center; width: min(100vw - 24px, 440px); max-height: min(100dvh - 24px, 860px); margin: auto; padding: 0; border: 0; border-radius: 30px; background: var(--night-2); color: var(--on-sky); box-shadow: 0 50px 100px -30px rgba(0, 0, 0, .9); }
dialog.peek.open { opacity: 1; transform: none; }
dialog.peek::backdrop { background: rgba(8, 9, 22, .78); animation: fadein .3s ease-out; }
@media (hover: hover) { dialog.peek::backdrop { background: rgba(8, 9, 22, .72); backdrop-filter: blur(4px); } }
@keyframes fadein { from { opacity: 0; } }
.peek-canvas { display: block; width: 100%; aspect-ratio: 1 / 1.08; }
.peek-body { padding: 4px 24px 22px; border-radius: 0 0 30px 30px; background: var(--night-2); }
.peek-body p { margin: 0 0 16px; color: var(--on-sky-2); }
.peek-row { display: flex; align-items: center; gap: 8px; }
.peek-row .ghost { padding: 10px 14px; border-radius: 999px; border: 1px solid var(--line); background: rgba(255, 255, 255, .06); font-weight: 800; font-size: 15px; }
.peek-row .ghost:hover { background: rgba(255, 255, 255, .12); }
.peek-row .close { margin-left: auto; }
.peek-x { position: absolute; top: 12px; right: 12px; width: 40px; height: 40px; border-radius: 50%; border: 0; background: rgba(0, 0, 0, .45); color: #fff; font-size: 22px; line-height: 1; }
.peek-x:hover { background: rgba(0, 0, 0, .65); }

/* ---------- toast ---------- */
.toast { position: fixed; left: 50%; bottom: 20px; z-index: 40; transform: translate(-50%, 140%); max-width: min(92vw, 460px); padding: 12px 18px; border-radius: 16px; background: var(--card); color: var(--ink); font-weight: 700; box-shadow: 0 6px 0 var(--edge), 0 30px 40px -16px rgba(0, 0, 0, .7); transition: transform .35s cubic-bezier(.2, 1.2, .4, 1); }
.toast.show { transform: translate(-50%, 0); }

/* ---------- privacy page ---------- */
.doc { padding: clamp(10px, 3vw, 30px) 0 80px; }
.doc article { max-width: 42rem; }
.doc h1 { font-size: clamp(34px, 5vw, 54px); font-weight: 800; line-height: 1.02; letter-spacing: -.015em; margin: 0 0 8px; }
.doc .updated { color: var(--on-sky-2); margin: 0 0 32px; }
.doc h2 { font-size: 24px; font-weight: 800; line-height: 1.15; margin: 36px 0 10px; }
.doc p, .doc li { color: #e3dfff; }
.doc ul { padding-left: 22px; }
.doc li { margin: 6px 0; }
.doc table { border-collapse: collapse; width: 100%; margin: 12px 0 8px; font-size: 16px; }
.doc th, .doc td { text-align: left; vertical-align: top; padding: 10px 12px 10px 0; border-bottom: 1px solid var(--line); }
.doc th { color: var(--on-sky); font-weight: 800; }
.doc .note { padding: 16px 20px; border-radius: 18px; background: rgba(9, 10, 28, .42); border: 1px solid var(--line); }

/* ---------- reduced motion: static frames, no transitions ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .card, .hero-copy > *, dialog.peek { opacity: 1 !important; transform: none !important; }
  .card.in:hover { transform: none !important; }
}
