/* Generated by _src/build.mjs from the files named below: edit those, not this one. */
/* ---- assets/fonts/fonts.css ---- */
/* Generated by _src/fonts.mjs: self-hosted variable fonts under the SIL Open Font License 1.1; the licence of each family is next to this file (<family>-OFL.txt). */
@font-face{font-family:'Sora';font-style:normal;font-weight:500 800;font-display:swap;src:url(../fonts/sora-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}
@font-face{font-family:'Sora';font-style:normal;font-weight:500 800;font-display:swap;src:url(../fonts/sora-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}
@font-face{font-family:'Geist';font-style:normal;font-weight:400 700;font-display:swap;src:url(../fonts/geist-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}
@font-face{font-family:'Geist';font-style:normal;font-weight:400 700;font-display:swap;src:url(../fonts/geist-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}
@font-face{font-family:'Geist Mono';font-style:normal;font-weight:400 500;font-display:swap;src:url(../fonts/geist-mono-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}
@font-face{font-family:'Geist Mono';font-style:normal;font-weight:400 500;font-display:swap;src:url(../fonts/geist-mono-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}
/* ---- ../shared/pry.css ---- */
/* PryVPN design system — shared by web, app and admin mockups.
 * Concept: "the seal". The ring of the P is open while exposed and closes when protected.
 * Theme: tokens on :root (light); dark via prefers-color-scheme or [data-theme="dark"]. */

:root {
  /* brand */
  --seal: #3340FF;          /* protected / primary */
  --seal-strong: #2430E0;
  --seal-soft: #E4E6FF;
  --seal-ink: #FFFFFF;
  --ember: #D9580A;         /* exposed / not protected */
  --ember-soft: #FFEADB;
  --tunnel: #0A0C24;        /* deep indigo ground used in dark and hero art */
  --tunnel-2: #11143A;
  --aqua: #2FB5FF;          /* secondary light in the protected aurora */
  --violet: #7B5CFF;
  --grad-seal: linear-gradient(135deg, #3340FF 0%, #5B4BFF 45%, #2FB5FF 100%);
  --grad-ember: linear-gradient(135deg, #FF9A3D 0%, #FF5E4D 100%);
  --grad-text: linear-gradient(100deg, #FFFFFF 10%, #C7CCFF 45%, #8FE0FF 90%);

  /* neutrals (cool, indigo-tinted) */
  --bg: #F3F4FA;
  --surface: #FFFFFF;
  --surface-2: #ECEEF7;
  --surface-3: #E1E4F1;
  --ink: #14163A;
  --ink-2: #474B75;
  --ink-3: #6E7298;
  --line: #D8DBEA;
  --line-strong: #BCC0D8;

  /* status (reserved for state, always paired with icon + label) */
  --ok: #0B8A5F;   --ok-soft: #DDF5EA;
  --warn: #9A6700; --warn-soft: #FFF1CC;
  --bad: #C92A3A;  --bad-soft: #FFE1E3;
  --maint: #5B4FC4;--maint-soft: #E9E6FF;

  /* type */
  --f-display: "Sora", "Avenir Next", "Segoe UI", system-ui, sans-serif;
  --f-body: "Geist", "Segoe UI", system-ui, -apple-system, sans-serif;
  --f-mono: "Geist Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;

  /* shape & motion */
  --r-s: 8px; --r-m: 14px; --r-l: 22px; --r-xl: 32px;
  --ease: cubic-bezier(.2, .8, .2, 1);
  --focus: 0 0 0 3px var(--bg), 0 0 0 5px var(--seal);
  --shadow: 0 1px 2px rgba(20, 22, 58, .06), 0 8px 24px -12px rgba(20, 22, 58, .18);
  color-scheme: light;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --seal: #6470FF; --seal-strong: #7F89FF; --seal-soft: #20266E; --seal-ink: #FFFFFF;
    --ember: #FF8A3D; --ember-soft: #3A2218;
    --bg: #0C0E26; --surface: #14173A; --surface-2: #1B1F48; --surface-3: #242956;
    --ink: #EEF0FF; --ink-2: #B4B8DC; --ink-3: #8589B4; --line: #282D5A; --line-strong: #3A4074;
    --ok: #3DD69A; --ok-soft: #10352B; --warn: #F2B23A; --warn-soft: #3A2E12;
    --bad: #FF6B78; --bad-soft: #3E1622; --maint: #A99EFF; --maint-soft: #2A2560;
    --shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 12px 32px -16px rgba(0, 0, 0, .6);
    color-scheme: dark;
  }
}
:root[data-theme="dark"] {
  --seal: #6470FF; --seal-strong: #7F89FF; --seal-soft: #20266E; --seal-ink: #FFFFFF;
  --ember: #FF8A3D; --ember-soft: #3A2218;
  --bg: #0C0E26; --surface: #14173A; --surface-2: #1B1F48; --surface-3: #242956;
  --ink: #EEF0FF; --ink-2: #B4B8DC; --ink-3: #8589B4; --line: #282D5A; --line-strong: #3A4074;
  --ok: #3DD69A; --ok-soft: #10352B; --warn: #F2B23A; --warn-soft: #3A2E12;
  --bad: #FF6B78; --bad-soft: #3E1622; --maint: #A99EFF; --maint-soft: #2A2560;
  --shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 12px 32px -16px rgba(0, 0, 0, .6);
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font: 400 15px/1.55 var(--f-body);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img, svg { max-width: 100%; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
a { color: var(--seal); }
:focus-visible { outline: none; box-shadow: var(--focus); border-radius: 6px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
[hidden] { display: none !important; }
.tnum { font-variant-numeric: tabular-nums; }
.mono { font-family: var(--f-mono); font-size: .88em; letter-spacing: -.01em; }

/* ---------- brand mark ---------- */
.pry-logo { display: inline-flex; align-items: center; gap: 0; font: 700 1.2rem/1 var(--f-display); letter-spacing: -.03em; color: var(--ink); text-decoration: none; }
.pry-logo .pry-mark { color: var(--seal); margin-right: .38em; overflow: visible; }
.pry-logo b { font-weight: 500; opacity: .72; margin-left: .02em; letter-spacing: -.01em; }
.pry-mark .ring { transition: stroke-dasharray .7s var(--ease); }
.pry-mark:not(.is-open) .ring { stroke-dasharray: 100 0; }
.pry-mark.is-open .ring { stroke-dasharray: 80 20; }
.pry-mark .core { transition: fill .5s, transform .5s var(--ease); transform-origin: 18.5px 13px; }
.pry-mark.is-open .core { fill: #FF8A3D; transform: scale(1.12); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  min-height: 44px; padding: 0 1.15em; border-radius: 999px; border: 1px solid transparent;
  font-weight: 600; font-size: .95rem; text-decoration: none; white-space: nowrap;
  transition: background .2s, border-color .2s, transform .15s var(--ease), color .2s;
}
.btn:active { transform: scale(.97); }
.btn-primary { background: var(--grad-seal); background-size: 160% 100%; background-position: 0 0; color: #fff; box-shadow: 0 8px 24px -10px rgba(51, 64, 255, .7), inset 0 1px 0 rgba(255,255,255,.22); transition: background-position .5s var(--ease), box-shadow .3s, transform .15s var(--ease); }
.btn-primary:hover { background-position: 100% 0; box-shadow: 0 12px 30px -10px rgba(51, 64, 255, .85), inset 0 1px 0 rgba(255,255,255,.3); }
.btn-glass { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.16); backdrop-filter: blur(12px); }
.btn-glass:hover { background: rgba(255,255,255,.14); }
.btn-lg { min-height: 54px; padding: 0 1.6em; font-size: 1.02rem; }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn-ghost:hover { background: var(--surface-2); }
.btn-quiet { background: var(--surface-2); color: var(--ink); }
.btn-quiet:hover { background: var(--surface-3); }
.btn-danger { background: var(--bad-soft); color: var(--bad); }
.btn-sm { min-height: 34px; padding: 0 .85em; font-size: .85rem; }
.btn[disabled] { opacity: .5; cursor: not-allowed; }

/* ---------- status chips (icon + label, never colour alone) ---------- */
.chip {
  display: inline-flex; align-items: center; gap: .4em; padding: .2em .65em .2em .5em;
  border-radius: 999px; font-size: .78rem; font-weight: 600; white-space: nowrap;
  background: var(--surface-2); color: var(--ink-2);
}
.chip::before { content: ""; width: .5em; height: .5em; border-radius: 50%; background: currentColor; flex: none; }
.chip.ok { background: var(--ok-soft); color: var(--ok); }
.chip.warn { background: var(--warn-soft); color: var(--warn); }
.chip.bad { background: var(--bad-soft); color: var(--bad); }
.chip.maint { background: var(--maint-soft); color: var(--maint); }
.chip.maint::before { border-radius: 1px; transform: rotate(45deg); }
.chip.bad::before { border-radius: 1px; }
.chip.brand { background: var(--seal-soft); color: var(--seal); }
.chip.plain::before { display: none; }

/* ---------- switch ---------- */
.switch { position: relative; width: 46px; height: 28px; flex: none; }
.switch input { position: absolute; inset: 0; opacity: 0; margin: 0; cursor: pointer; z-index: 1; }
.switch span { position: absolute; inset: 0; border-radius: 999px; background: var(--line-strong); transition: background .2s; }
.switch span::after { content: ""; position: absolute; top: 3px; left: 3px; width: 22px; height: 22px; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.25); transition: transform .25s var(--ease); }
.switch input:checked + span { background: var(--seal); }
.switch input:checked + span::after { transform: translateX(18px); }
.switch input:focus-visible + span { box-shadow: var(--focus); }
.switch input:disabled + span { opacity: .5; }

/* ---------- meter ---------- */
.meter { height: 6px; border-radius: 3px; background: var(--surface-3); overflow: hidden; min-width: 48px; }
.meter i { display: block; height: 100%; border-radius: 3px; background: var(--seal); }
.meter.warn i { background: var(--warn); }
.meter.bad i { background: var(--bad); }

/* ---------- THE SEAL: connection state visual ---------- */
.seal { position: relative; aspect-ratio: 1; width: 100%; display: grid; place-items: center; --ring: var(--ember); }
.seal > svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.seal .s-depth { fill: none; stroke: var(--seal); stroke-width: 1.2; opacity: 0; transform-origin: 100px 100px; transform: scale(.7); transition: opacity .7s var(--ease), transform .9s var(--ease); }
.seal .s-track { fill: none; stroke: var(--line); stroke-width: 10; }
.seal .s-ring {
  fill: none; stroke: var(--ring); stroke-width: 10; stroke-linecap: round;
  stroke-dasharray: 74 26; transform-origin: 100px 100px; transform: rotate(-38deg);
  transition: stroke-dasharray .8s var(--ease), stroke .5s, transform .8s var(--ease);
}
.seal .s-gap { fill: var(--ember); transform-origin: 100px 100px; transition: opacity .3s; }
.seal[data-state="off"] .s-gap { animation: gapPulse 2.4s ease-in-out infinite; }
.seal[data-state="connecting"] { --ring: var(--seal); }
.seal[data-state="connecting"] .s-ring { stroke-dasharray: 34 66; animation: sealSpin 1.1s linear infinite; }
.seal[data-state="connecting"] .s-gap,
.seal[data-state="on"] .s-gap,
.seal[data-state="reconnecting"] .s-gap { opacity: 0; }
.seal[data-state="on"] { --ring: var(--seal); }
.seal[data-state="on"] .s-ring { stroke-dasharray: 100 0; stroke-linecap: butt; transform: rotate(-90deg); }
.seal[data-state="on"] .s-depth { opacity: .55; transform: scale(1); }
.seal[data-state="on"] .s-depth.d2 { opacity: .32; transition-delay: .08s; }
.seal[data-state="on"] .s-depth.d3 { opacity: .16; transition-delay: .16s; }
.seal[data-state="on"] .s-wave { animation: wave 3.6s var(--ease) infinite; }
.seal .s-wave { fill: none; stroke: var(--seal); stroke-width: 1; opacity: 0; transform-origin: 100px 100px; }
.seal[data-state="reconnecting"] { --ring: var(--seal); }
.seal[data-state="reconnecting"] .s-ring { stroke-dasharray: 88 12; animation: sealSpin 2.4s linear infinite; }
.seal[data-state="reconnecting"] .s-depth { opacity: .2; transform: scale(1); }
.seal[data-state="error"] { --ring: var(--bad); }
.seal[data-state="error"] .s-ring { stroke-dasharray: 60 40; }
.seal[data-state="error"] .s-gap { fill: var(--bad); }
.seal[data-state="paused"] { --ring: var(--ink-3); }
.seal[data-state="paused"] .s-ring { stroke-dasharray: 46 4 46 4; transform: rotate(-90deg); }
.seal[data-state="paused"] .s-gap { opacity: 0; }
@keyframes sealSpin { from { transform: rotate(-38deg); } to { transform: rotate(322deg); } }
@keyframes gapPulse { 0%, 100% { opacity: .35; } 50% { opacity: 1; } }
@keyframes wave { 0% { opacity: .45; transform: scale(.72); } 100% { opacity: 0; transform: scale(1.12); } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}
/* off screen (a website section, the app prototype in a frame): CSS animations wait until it is back */
.anim-off, .anim-off *, .anim-off *::before, .anim-off *::after { animation-play-state: paused !important; }

/* ---------- icons ---------- */
.i { width: 1.25em; height: 1.25em; flex: none; vertical-align: -.25em; }

/* ---------- theme switcher (shared) ---------- */
.theme-switch { display: inline-flex; padding: 3px; gap: 2px; border-radius: 999px; background: var(--surface-2); }
.theme-switch button { display: grid; place-items: center; width: 32px; height: 32px; border: 0; border-radius: 999px; background: transparent; color: var(--ink-3); }
.theme-switch button[aria-pressed="true"] { background: var(--surface); color: var(--ink); box-shadow: var(--shadow); }


/* ---------- v2: depth, glass, texture ---------- */
.glass { background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12); backdrop-filter: blur(18px) saturate(140%); -webkit-backdrop-filter: blur(18px) saturate(140%); box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 30px 60px -30px rgba(0, 0, 10, .6); }
.noise { position: relative; }
.noise::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .07; mix-blend-mode: overlay; z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(../../../shared/%23n)'/%3E%3C/svg%3E"); }
.grad-text { background: var(--grad-text); -webkit-background-clip: text; background-clip: text; color: transparent; }
.kbd { display: inline-grid; place-items: center; min-width: 22px; height: 22px; padding: 0 6px; border-radius: 6px; border: 1px solid var(--line-strong); border-bottom-width: 2px; font: 600 .72rem var(--f-body); color: var(--ink-2); background: var(--surface); }
.globe-canvas { --g-dot: #8C96FF; --g-sphere: #0B0E30; --g-rim: #3340FF; --g-seal: #6F7BFF; --g-ember: #FF8A3D; --g-node: #D5D9FF; --g-warn: #F2B23A; --g-bad: #FF6B78; --g-maint: #A99EFF; display: block; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ok); box-shadow: 0 0 0 0 color-mix(in srgb, var(--ok) 60%, transparent); animation: livePulse 1.8s infinite; flex: none; }
@keyframes livePulse { 0% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--ok) 55%, transparent); } 100% { box-shadow: 0 0 0 9px transparent; } }
.spot { position: relative; overflow: hidden; }
.spot::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0; transition: opacity .3s; background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%), color-mix(in srgb, var(--seal) 14%, transparent), transparent 60%); }
.spot:hover::before { opacity: 1; }
::selection { background: color-mix(in srgb, var(--seal) 35%, transparent); }
* { scrollbar-width: thin; scrollbar-color: var(--line-strong) transparent; }
/* ---- assets/site.css ---- */
/* pryvpn.com — site chrome and page templates shared by every page of the website.
 * One fixed theme: bright content sections framed by dark "night" scenes.
 * Never follows the visitor's system dark mode. Builds on ../shared/pry.css. */

:root, :root[data-theme] {
  --bg: #F6F7FC; --surface: #FFFFFF; --surface-2: #EEF0F9; --surface-3: #E3E6F3;
  --ink: #0F1235; --ink-2: #43487A; --ink-3: #676C96; --line: #DFE2F0; --line-strong: #C6CADF;
  --seal: #3340FF; --seal-strong: #2430E0; --seal-soft: #E7E9FF; --aqua: #1AA3F0;
  --ember: #D9580A; --ember-soft: #FFEBDD;
  --ok: #0B8A5F; --ok-soft: #DDF5EA; --bad: #C92A3A; --bad-soft: #FFE1E3; --warn: #9A6700; --warn-soft: #FFF1CC;
  --night: #070920;
  --shadow: 0 1px 2px rgba(15,18,53,.05), 0 18px 40px -24px rgba(15,18,53,.28);
  color-scheme: light;
}
html { scroll-padding-top: 100px; scroll-behavior: smooth; }
body { font-size: 17px; line-height: 1.6; overflow-x: hidden; background: var(--bg); color: var(--ink); }
/* Mobile browsers widen the layout viewport to any content wider than the screen (overflow-x on body does not stop
 * it), and the fixed nav, sized from that viewport, then loses its menu button off the right edge. Content never
 * pushes the page wider: clip (not a scroll container, so sticky elements keep working). */
main, .site-foot { overflow-x: clip; }
.wrap { width: min(1240px, 100% - 40px); margin-inline: auto; }
.narrow { width: min(820px, 100% - 40px); margin-inline: auto; }
h1, h2, h3, h4 { font-family: var(--f-display); letter-spacing: -.035em; line-height: 1.06; margin: 0; font-weight: 700; text-wrap: balance; }
h2 { font-size: clamp(2.05rem, 4.3vw, 3.4rem); }
h3 { font-size: 1.24rem; font-weight: 600; letter-spacing: -.02em; line-height: 1.22; }
p { margin: 0; text-wrap: pretty; }
.nw { white-space: nowrap; }
a.sr-only:focus-visible { position: fixed; left: 16px; top: calc(16px + env(safe-area-inset-top, 0px)); width: auto; height: auto; clip: auto; z-index: 200; padding: 10px 16px; border-radius: 12px; background: #fff; color: #0B0E2E; font-weight: 600; box-shadow: 0 10px 30px -10px rgba(0,0,0,.4); }
a { color: var(--seal); }
.lede { font-size: clamp(1.06rem, 1.35vw, 1.2rem); color: var(--ink-2); max-width: 60ch; line-height: 1.62; }
section { position: relative; padding-block: clamp(84px, 10.5vw, 140px); }
.sec-head { display: grid; gap: 18px; margin-bottom: clamp(38px, 5vw, 60px); }
.sec-head.center { justify-items: center; text-align: center; }
.sec-head.center h2 { max-width: 21ch; }
.sec-head.center .lede { margin-inline: auto; }
.kicker { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: .9rem; color: var(--seal); }
.kicker .i { width: 18px; height: 18px; }
.kicker.ember { color: var(--ember); }
.dark-scene { --bg: #070920; --surface: rgba(255,255,255,.045); --surface-2: rgba(255,255,255,.08); --surface-3: rgba(255,255,255,.12); --ink: #F1F2FF; --ink-2: #B9BEE6; --ink-3: #8A8FBE; --line: rgba(255,255,255,.1); --line-strong: rgba(255,255,255,.2); --seal: #7C87FF; --seal-strong: #9AA2FF; --seal-soft: rgba(116,128,255,.16); --ember: #FF8A3D; --ember-soft: rgba(255,138,61,.14); --ok: #3DD69A; --bad: #FF6B78; --warn: #F2B23A; background: var(--bg); color: var(--ink); color-scheme: dark; }
.dark-scene a:not(.btn) { color: #AEB5FF; }
.gborder { position: relative; }
.gborder::after { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px; background: linear-gradient(135deg, rgba(124,135,255,.8), rgba(124,135,255,.05) 40%, rgba(47,181,255,.6)); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }
.btn { font-family: var(--f-body); }
.btn-lg { min-height: 54px; padding: 0 1.5em; font-size: 1.02rem; }
.btn-light { background: #fff; color: #0F1235; }
.btn-light:hover { background: #EEF0FF; }

/* ---------------- NAV ---------------- */
.progress { position: fixed; top: 0; left: 0; height: 3px; width: 100%; z-index: 95; background: var(--grad-seal); transform-origin: 0 50%; transform: scaleX(0); pointer-events: none; }
body[data-safety="exposed"] .progress { background: var(--grad-ember); }
.nav { position: fixed; top: calc(12px + env(safe-area-inset-top, 0px)); left: 50%; transform: translateX(-50%); z-index: 90; width: min(1236px, calc(100% - 24px)); display: flex; align-items: center; gap: 12px; padding: 8px 8px 8px 18px; border-radius: 999px; background: rgba(9, 11, 34, .82); border: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(18px) saturate(150%); -webkit-backdrop-filter: blur(18px) saturate(150%); color: #F1F2FF; transition: background .3s, box-shadow .3s; }
.nav.scrolled { background: rgba(9, 11, 34, .92); box-shadow: 0 20px 40px -20px rgba(0,0,0,.5); }
.nav .pry-logo { color: #fff; flex: none; }
.nav .pry-logo .pry-mark { color: #8C96FF; }
.nav-links { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.nav-links > a, .nav-links > .dd > button { display: inline-flex; align-items: center; gap: 5px; padding: 9px 12px; border-radius: 999px; color: #B9BEE6; text-decoration: none; font-weight: 500; font-size: .92rem; background: none; border: 0; transition: color .2s, background .2s; }
.nav-links > a:hover, .nav-links > .dd > button:hover, .nav-links > .dd > button[aria-expanded="true"] { color: #fff; background: rgba(255,255,255,.07); }
.nav-links a[aria-current="page"] { color: #fff; }
.nav-links .dd { position: relative; }
.nav-links .dd > button .i { width: 14px; height: 14px; transition: transform .25s var(--ease); }
.nav-links .dd > button[aria-expanded="true"] .i { transform: rotate(180deg); }
.mega { position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-50%); width: 640px; padding: 12px; border-radius: 24px; background: #0D1036; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 40px 80px -30px rgba(0,0,0,.7); display: none; grid-template-columns: 1fr 1fr; gap: 4px; }
.mega.open { display: grid; animation: menuIn .22s var(--ease); }
@keyframes menuIn { from { opacity: 0; transform: translate(-50%, -6px); } }
.mega a { display: grid; grid-template-columns: 40px 1fr; gap: 12px; align-items: start; padding: 12px; border-radius: 16px; text-decoration: none; color: #F1F2FF; }
.mega a:hover, .mega a:focus-visible { background: rgba(255,255,255,.06); }
.mega .ic { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: rgba(124,135,255,.16); color: #AEB5FF; }
.mega b { display: block; font-weight: 600; font-size: .95rem; }
.mega small { display: block; color: #8A8FBE; font-size: .82rem; line-height: 1.4; margin-top: 2px; }
.mega .foot { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-top: 4px; padding: 12px 14px; border-radius: 16px; background: rgba(255,255,255,.04); font-size: .85rem; color: #B9BEE6; }
.mega .foot a { display: inline-flex; align-items: center; padding: 7px 14px; border-radius: 999px; background: rgba(124,135,255,.16); color: #DCE0FF; font-weight: 600; white-space: nowrap; }
.mega .foot a:hover, .mega .foot a:focus-visible { background: rgba(124,135,255,.28); }
.nav-state { display: inline-flex; align-items: center; gap: 8px; font-size: .78rem; font-weight: 600; color: #FFB27A; padding: 6px 12px; border-radius: 999px; background: rgba(255,138,61,.12); white-space: nowrap; transition: all .4s; text-decoration: none; }
.nav-state i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 8px currentColor; }
body[data-safety="sealed"] .nav-state { color: #C3C9FF; background: rgba(116,128,255,.18); }
.menu-btn { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; place-items: center; flex: none; }
.lang { position: relative; flex: none; }
.lang-btn { display: inline-flex; align-items: center; gap: 6px; height: 40px; padding: 0 12px; border-radius: 999px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.05); color: #E4E6FF; font-weight: 600; font-size: .84rem; }
.lang-btn:hover { background: rgba(255,255,255,.1); }
.lang-btn .i { width: 17px; height: 17px; }
.lang-btn .i:last-child { width: 14px; height: 14px; opacity: .7; }
.lang-menu { position: absolute; right: 0; top: calc(100% + 12px); width: 280px; padding: 8px; border-radius: 20px; background: #0D1036; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 30px 60px -20px rgba(0,0,0,.6); display: none; z-index: 5; color: #E4E6FF; }
.lang-menu.up { top: auto; bottom: calc(100% + 12px); }
.lang-menu.open { display: block; animation: fade .2s var(--ease); }
@keyframes fade { from { opacity: 0; } }
.lang-menu p { font-size: .74rem; color: #8A8FBE; padding: 6px 10px 8px; }
.lang-menu button, .lang-menu a { width: 100%; display: flex; align-items: center; gap: 10px; padding: 9px 10px; border: 0; background: none; border-radius: 12px; color: #E4E6FF; text-align: left; font-size: .9rem; text-decoration: none; }
.lang-menu button:hover, .lang-menu button:focus-visible, .lang-menu a:hover, .lang-menu a:focus-visible { background: rgba(255,255,255,.07); }
.lang-menu a[aria-checked="true"] { background: rgba(116,128,255,.12); }
.lang-menu .code { width: 44px; flex: none; font: 500 .72rem var(--f-mono); color: #8A8FBE; }
.lang-menu .soon { margin-left: auto; font-size: .68rem; font-weight: 600; padding: 2px 8px; border-radius: 999px; background: rgba(255,255,255,.07); color: #8A8FBE; }
.lang-menu [aria-checked="true"] .soon { background: rgba(116,128,255,.25); color: #C3C9FF; }
.lang-menu [aria-disabled="true"] { color: #8A8FBE; }
@media (max-width: 1140px) {
  .nav-links { display: none; position: absolute; top: calc(100% + 8px); left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 2px; padding: 10px; background: rgba(9, 11, 34, .97); border-radius: 24px; border: 1px solid rgba(255,255,255,.1); max-height: calc(100dvh - 100px); overflow-y: auto; }
  .nav-links.open { display: flex; }
  .nav-links > a, .nav-links > .dd > button { padding: 14px 16px; width: 100%; justify-content: space-between; }
  .mega { position: static; transform: none; width: auto; grid-template-columns: 1fr; margin: 4px 0 8px; }
  .mega.open { animation: none; }
  .menu-btn { display: grid; }
  .nav .nav-state { display: none; }
  .nav .lang { margin-left: auto; }
}
@media (max-width: 560px) { .nav .nav-cta { display: none; } .nav .lang-btn .lbl { display: none; } }

/* ---------------- CTA (beta form / Play badge) ---------------- */
.cta-block { max-width: 540px; }
.join { display: flex; gap: 6px; padding: 6px; border-radius: 999px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); transition: border-color .2s, box-shadow .2s; }
.join:focus-within { border-color: #7C87FF; box-shadow: 0 0 0 4px rgba(124,135,255,.22); }
.join input { flex: 1; min-width: 0; border: 0; background: transparent; color: #fff; padding: 0 18px; outline: none; font-size: 1rem; }
.join input::placeholder { color: #8A8FBE; }
.join input:focus-visible { box-shadow: none; }
.join .btn { min-height: 50px; padding: 0 22px; }
.join.light { background: #fff; border-color: var(--line-strong); }
.join.light input { color: var(--ink); } .join.light input::placeholder { color: var(--ink-3); }
.cta-note { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; margin-top: 12px; font-size: .84rem; color: var(--ink-3); }
.cta-note .msg { width: 100%; min-height: 1.3em; color: #C3C9FF; }
.cta-note .msg:empty { display: none; }
.cta-note .msg.err { color: #FFB27A; }
:not(.dark-scene) > .cta-block .cta-note .msg { color: var(--seal); }
.play-badge { display: inline-flex; align-items: center; gap: 10px; padding: 7px 15px 7px 11px; border-radius: 13px; background: #000; color: #fff; text-decoration: none; text-align: left; line-height: 1.15; border: 1px solid rgba(255,255,255,.28); transition: transform .2s var(--ease), border-color .2s; }
.play-badge small { display: block; font-size: .62rem; opacity: .8; }
.play-badge b { font: 600 .95rem var(--f-display); }
/* "Coming soon to Google Play": plain text, no Google logo, not a link (Google's badge only once the listing is public) */
.play-badge.soon { background: transparent; border-style: dashed; border-color: rgba(255,255,255,.3); cursor: default; }
:not(.dark-scene) > .cta-block .play-badge.soon { color: var(--ink-2); border-color: var(--line-strong); }
/* Google's official badge (assets/play/badge-<lang>.png, unmodified; the PNG carries part of the clear space) */
.play-official { display: inline-block; margin: -8px; line-height: 0; border-radius: 12px; }
.play-official img { height: 64px; width: auto; }
.play-also { margin-top: 18px; }
@media (max-width: 520px) { .join { flex-direction: column; border-radius: 24px; } .join input { min-height: 48px; } .join .btn { width: 100%; } }

/* ---------------- shared blocks ---------------- */
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.gchip { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px 8px 10px; border-radius: 999px; font-size: .86rem; font-weight: 500; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); color: #E4E6FF; }
.gchip .i { width: 16px; height: 16px; color: #9AA2FF; }
.trust { display: flex; flex-wrap: wrap; gap: 10px 24px; padding: 0; margin: 28px 0 0; list-style: none; color: var(--ink-2); font-size: .88rem; }
.trust li { display: flex; align-items: center; gap: 8px; }
.trust .i { color: var(--seal); width: 18px; height: 18px; }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: 26px; padding: clamp(22px, 2.6vw, 30px); box-shadow: var(--shadow); }
.dark-scene .card { box-shadow: none; }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.cards.n5 { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.cards.n6 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.cards .card { display: grid; gap: 10px; align-content: start; }
.cards .card .ic { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: var(--seal-soft); color: var(--seal); }
.cards .card .ic .i { width: 22px; height: 22px; }
.cards .card p { color: var(--ink-2); font-size: .96rem; }
.cards .card.ember .ic { background: var(--ember-soft); color: var(--ember); }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 80px); align-items: center; }
.split .body { display: grid; gap: 16px; color: var(--ink-2); }
.split .body p { max-width: 60ch; }
.ticks { list-style: none; padding: 0; margin: 4px 0 0; display: grid; gap: 12px; }
.ticks li { display: grid; grid-template-columns: 26px 1fr; gap: 10px; color: var(--ink-2); }
.ticks li .i { color: var(--seal); margin-top: 3px; }
.ticks li b { color: var(--ink); font-weight: 600; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } }
.cmp { width: 100%; border-collapse: separate; border-spacing: 0; font-size: .95rem; background: var(--surface); border: 1px solid var(--line); border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); }
.cmp th, .cmp td { padding: 15px 18px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.cmp tr:last-child td, .cmp tr:last-child th { border-bottom: 0; }
.cmp thead th { font: 600 .86rem var(--f-body); color: var(--ink-3); background: var(--surface); }
.cmp thead th.us { color: #fff; background: var(--grad-seal); }
.cmp tbody th { font-weight: 600; color: var(--ink); }
.cmp td.us { background: rgba(51,64,255,.05); font-weight: 600; color: var(--ink); }
.cmp td { color: var(--ink-2); }
.cmp td .i { width: 18px; height: 18px; vertical-align: -4px; margin-right: 6px; }
.cmp .y .i, .cmp td.us .i { color: var(--seal); } .cmp .n .i { color: var(--ember); } .cmp .m .i { color: var(--ink-3); }
@media (max-width: 560px) { .cmp { font-size: .86rem; } .cmp th, .cmp td { padding: 12px 10px; } .cmp td .i { width: 15px; height: 15px; margin-right: 4px; } }
.table-scroll { overflow-x: auto; border-radius: 24px; }
.steps3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; counter-reset: st; }
.steps3 li { list-style: none; position: relative; padding: 26px; border-radius: 24px; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); }
.steps3 li::before { counter-increment: st; content: counter(st); display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--grad-seal); color: #fff; font: 700 1.05rem var(--f-display); margin-bottom: 14px; }
.steps3 li p { color: var(--ink-2); margin-top: 6px; font-size: .96rem; }
.steps3 { padding: 0; margin: 0; }
@media (max-width: 820px) { .steps3 { grid-template-columns: 1fr; } }
.callout { display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 22px 24px; border-radius: 24px; background: var(--seal-soft); color: var(--ink); }
.callout .ic { width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; background: #fff; color: var(--seal); }
.callout b { display: block; margin-bottom: 4px; font-weight: 600; }
.callout p { color: var(--ink-2); }
.callout.ember { background: var(--ember-soft); } .callout.ember .ic { color: var(--ember); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 22px 0; font: 600 1.06rem/1.35 var(--f-body); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .pm { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--surface-2); flex: none; transition: transform .35s var(--ease), background .3s, color .3s; }
.faq details[open] summary .pm { transform: rotate(45deg); background: var(--seal); color: #fff; }
.faq .ans { overflow: hidden; }
.faq .ans p { padding: 0 50px 22px 0; color: var(--ink-2); line-height: 1.68; }
.faq-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(32px, 6vw, 80px); }
.help-card { margin-top: 30px; padding: 22px; border-radius: 24px; background: var(--surface); border: 1px solid var(--line); display: grid; gap: 8px; }
.help-card span { color: var(--ink-2); font-size: .94rem; }
@media (max-width: 900px) { .faq-grid { grid-template-columns: 1fr; } }
.links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 14px; }
.link-card { display: grid; gap: 8px; padding: 22px; border-radius: 24px; background: var(--surface); border: 1px solid var(--line); text-decoration: none; color: var(--ink); transition: transform .25s var(--ease), border-color .25s, box-shadow .25s; box-shadow: var(--shadow); }
.link-card:hover { transform: translateY(-3px); border-color: var(--seal); box-shadow: 0 24px 50px -26px rgba(51,64,255,.5); }
.link-card .tag { font-size: .76rem; font-weight: 600; color: var(--seal); display: inline-flex; align-items: center; gap: 6px; }
.link-card .tag .i { width: 15px; height: 15px; }
.link-card p { color: var(--ink-2); font-size: .94rem; }
.link-card .go { font-weight: 600; font-size: .9rem; color: var(--seal); margin-top: 4px; }

/* ---------------- sub-page hero ---------------- */
.page-hero { padding: calc(130px + env(safe-area-inset-top, 0px)) 0 clamp(64px, 8vw, 96px); overflow: hidden; isolation: isolate; }
.page-hero .glow { position: absolute; inset: 0; z-index: -1; background: radial-gradient(50% 70% at 78% 40%, rgba(70,84,255,.4), transparent 70%), radial-gradient(40% 50% at 8% 100%, rgba(47,181,255,.14), transparent 70%), #070920; }
.page-hero .grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(28px, 5vw, 64px); align-items: center; }
.page-hero h1 { font-size: clamp(2.5rem, 5.2vw, 4.4rem); letter-spacing: -.045em; line-height: 1.02; margin-top: 18px; }
.page-hero .lede { margin-top: 22px; }
.page-hero .cta-block { margin-top: 30px; }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: .84rem; color: var(--ink-3); list-style: none; padding: 0; margin: 0 0 18px; }
.crumbs a { color: var(--ink-3); text-decoration: none; } .crumbs a:hover { color: var(--ink); text-decoration: underline; }
.crumbs li + li::before { content: "/"; margin-right: 8px; opacity: .5; }
.hero-art { position: relative; width: min(420px, 100%); aspect-ratio: 1; margin-inline: auto; }
.hero-art .seal { position: absolute; inset: 0; }
.hero-art .seal .s-ring, .hero-art .seal .s-track { stroke-width: 7; }
.hero-art .core { position: absolute; inset: 33%; border-radius: 50%; display: grid; place-items: center; background: radial-gradient(circle at 30% 25%, #5B67FF, #2430E0 70%); color: #fff; box-shadow: 0 30px 70px -20px rgba(51,64,255,.9), inset 0 1px 0 rgba(255,255,255,.3); }
.hero-art .core .i { width: 42%; height: 42%; }
.hero-art .orb { position: absolute; display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px 9px 10px; border-radius: 14px; font-size: .84rem; font-weight: 500; color: #F1F2FF; background: rgba(10,12,40,.62); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(12px); white-space: nowrap; animation: bob 6s ease-in-out infinite; }
.hero-art .orb .i { width: 16px; height: 16px; color: #9AA2FF; }
.hero-art .orb:nth-of-type(1) { top: 6%; left: -4%; } .hero-art .orb:nth-of-type(2) { top: 44%; right: -10%; animation-delay: -2s; } .hero-art .orb:nth-of-type(3) { bottom: 6%; left: 4%; animation-delay: -4s; }
@keyframes bob { 50% { translate: 0 -8px; } }
@media (max-width: 900px) { .page-hero .grid { grid-template-columns: minmax(0, 1fr); } .hero-art { width: min(320px, 80%); } .hero-art .orb:nth-of-type(2) { right: -4%; } }
.lp-section + .lp-section { padding-top: 0; }
.band { padding-block: clamp(70px, 9vw, 110px); text-align: center; overflow: hidden; isolation: isolate; }
.band .glow { position: absolute; inset: 0; z-index: -1; background: radial-gradient(50% 80% at 50% 50%, rgba(70,84,255,.38), transparent 70%), #070920; }
.band h2 { max-width: 18ch; margin: 0 auto; }
.band .lede { margin: 18px auto 0; }
.band .cta-block { margin: 30px auto 0; }
.band .cta-note { justify-content: center; }

/* ---------------- article (guides) ---------------- */
.art-hero { padding: calc(128px + env(safe-area-inset-top, 0px)) 0 44px; background: linear-gradient(180deg, #EEF0FF, var(--bg)); }
.art-hero h1 { font-size: clamp(2.3rem, 4.6vw, 3.8rem); letter-spacing: -.04em; max-width: 22ch; }
.art-hero .dek { font-size: 1.2rem; color: var(--ink-2); max-width: 62ch; margin-top: 18px; }
.art-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center; margin-top: 22px; font-size: .88rem; color: var(--ink-3); }
.art-meta .by { display: inline-flex; align-items: center; gap: 8px; color: var(--ink-2); font-weight: 500; }
.art-meta .by .av { width: 28px; height: 28px; border-radius: 50%; background: var(--grad-seal); display: grid; place-items: center; color: #fff; }
.art-meta .by .av .pry-mark { color: #fff; }
.art-layout { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 56px; align-items: start; padding-block: 20px 100px; }
.prose { font-size: 1.08rem; line-height: 1.75; color: var(--ink-2); max-width: 70ch; }
.prose h2 { font-size: clamp(1.6rem, 2.8vw, 2.1rem); color: var(--ink); margin: 1.8em 0 .6em; scroll-margin-top: 110px; }
.prose h3 { color: var(--ink); margin: 1.4em 0 .4em; }
.prose p { margin: 0 0 1.1em; }
.prose ul, .prose ol { margin: 0 0 1.2em; padding-left: 1.3em; }
.prose li { margin: .35em 0; }
.prose strong { color: var(--ink); }
.prose .callout { margin: 1.6em 0; font-size: 1rem; line-height: 1.6; }
.prose .table-scroll { margin: 1.4em 0 1.8em; font-size: .95rem; line-height: 1.5; }
.prose .inline-cta { margin: 2em 0; padding: 24px; border-radius: 24px; background: #0B0E30; color: #F1F2FF; display: grid; grid-template-columns: 56px 1fr auto; gap: 16px; align-items: center; }
.prose .inline-cta .mk { width: 56px; height: 56px; border-radius: 16px; background: var(--grad-seal); display: grid; place-items: center; }
.prose .inline-cta .mk .pry-mark { color: #fff; }
.prose .inline-cta b { display: block; font: 600 1.05rem var(--f-display); }
.prose .inline-cta span { color: #B9BEE6; font-size: .92rem; }
.prose .takeaways { margin: 2em 0; padding: 24px 26px; border-radius: 24px; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); }
.prose .takeaways h2 { margin-top: 0; font-size: 1.3rem; }
.prose .takeaways ul { margin: 0; list-style: none; padding: 0; display: grid; gap: 10px; }
.prose .takeaways li { display: grid; grid-template-columns: 24px 1fr; gap: 10px; margin: 0; }
.prose .takeaways li .i { color: var(--seal); margin-top: 5px; }
.toc { position: sticky; top: 110px; padding: 20px; border-radius: 22px; background: var(--surface); border: 1px solid var(--line); font-size: .9rem; }
.toc b { display: block; font-size: .8rem; color: var(--ink-3); margin-bottom: 10px; font-weight: 600; }
.toc ol { margin: 0; padding: 0; list-style: none; display: grid; gap: 4px; }
.toc a { display: block; padding: 6px 10px; border-radius: 10px; color: var(--ink-2); text-decoration: none; line-height: 1.35; border-left: 2px solid transparent; }
.toc a:hover { background: var(--surface-2); color: var(--ink); }
.toc a.on { color: var(--seal); border-left-color: var(--seal); background: var(--seal-soft); border-radius: 0 10px 10px 0; }
.toc .toc-cta { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); display: grid; gap: 10px; }
@media (max-width: 980px) { .art-layout { grid-template-columns: minmax(0, 1fr); } .toc { display: none; } .prose .inline-cta { grid-template-columns: 1fr; } }
.draft { display: flex; gap: 12px; align-items: flex-start; padding: 14px 18px; border-radius: 18px; background: var(--warn-soft); color: var(--ink); font-size: .92rem; margin-top: 22px; max-width: 70ch; }
.draft .i { color: var(--warn); margin-top: 2px; flex: none; }

/* ---------------- footer ---------------- */
.site-foot { background: #05061A; color: #B9BEE6; padding: 84px 0 32px; overflow: hidden; font-size: .93rem; }
.foot-top { display: grid; grid-template-columns: 1.3fr repeat(4, 1fr); gap: 32px; }
.foot-top h2 { font: 600 .9rem var(--f-body); color: #fff; margin-bottom: 14px; letter-spacing: 0; }
.foot-top ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.foot-top a { color: #B9BEE6; text-decoration: none; }
.foot-top a:hover { color: #fff; text-decoration: underline; }
.foot-top .pry-logo { color: #fff; }
.foot-top .pry-logo .pry-mark { color: #8C96FF; }
.foot-top .about { margin-top: 14px; max-width: 34ch; }
.status-ok { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; padding: 8px 14px; border-radius: 999px; background: rgba(61,214,154,.1); color: #7CE3B4; font-size: .84rem; font-weight: 500; text-decoration: none; }
.status-ok .live-dot { background: #3DD69A; }
.wordmark { font: 800 clamp(5rem, 20vw, 18rem)/.8 var(--f-display); letter-spacing: -.06em; text-align: center; margin: 70px 0 30px; color: transparent; background: linear-gradient(180deg, rgba(140,150,255,.30) 0%, rgba(124,135,255,.12) 50%, transparent 90%); -webkit-background-clip: text; background-clip: text; user-select: none; }
.foot-base { display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; align-items: center; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08); font-size: .84rem; }
@media (max-width: 980px) { .foot-top { grid-template-columns: 1fr 1fr; } .foot-top > div:first-child { grid-column: 1 / -1; } }
/* the newsletter line (ADR-062): the footer's own size and colours, no block of its own; the answer takes the place of
 * the fields in the same line */
.foot-news { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; min-height: 34px; margin-top: 40px; font-size: .84rem; color: #B9BEE6; }
.foot-news .fn-fields { display: contents; }
.foot-news .fn-label { color: #fff; font-weight: 600; }
.foot-news input[type="email"] { width: min(250px, 100%); height: 32px; padding: 0 12px; border-radius: 999px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.04); color: #fff; font: inherit; }
.foot-news input[type="email"]::placeholder { color: #8A8FBE; }
.foot-news button { height: 32px; padding: 0 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,.22); background: transparent; color: #fff; font: inherit; font-weight: 600; cursor: pointer; }
.foot-news button:hover, .foot-news button:focus-visible { border-color: #fff; }
.foot-news button:disabled { opacity: .6; cursor: progress; }
.foot-news .fn-consent { display: inline-flex; align-items: center; gap: 7px; cursor: pointer; }
.foot-news .fn-consent input { width: 15px; height: 15px; margin: 0; accent-color: #7C87FF; flex: none; }
.foot-news .fn-consent a { color: #B9BEE6; text-decoration: underline; }
.foot-news .fn-consent a:hover { color: #fff; }
.foot-news [aria-invalid="true"] { outline: 2px solid #FF9AA4; outline-offset: 2px; }
.foot-news .fn-hp { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.foot-news .fn-msg:empty { display: none; }
.foot-news .fn-msg.err { color: #FF9AA4; }
.foot-news .fn-msg.ok { color: #fff; }
.foot-news .fn-msg b { font-weight: 600; }
.foot-news.is-done .fn-fields { display: none; }
.foot-news .fn-again { height: auto; padding: 0; border: 0; background: none; color: #B9BEE6; font-weight: 400; text-decoration: underline; }
.foot-news .fn-again[hidden] { display: none; }
@media (max-width: 520px) { .foot-news input[type="email"] { flex: 1 1 180px; } }

/* ---------------- misc ---------------- */
.sticky-cta { position: fixed; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom, 0px)); z-index: 85; display: none; align-items: center; gap: 12px; padding: 10px 10px 10px 16px; border-radius: 20px; background: rgba(9, 11, 34, .94); backdrop-filter: blur(16px); color: #fff; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 20px 40px -16px rgba(0,0,0,.6); transform: translateY(140%); transition: transform .4s var(--ease); }
.sticky-cta.show { transform: none; }
.sticky-cta b { display: block; font-size: .92rem; font-weight: 600; } .sticky-cta span { font-size: .76rem; color: #B9BEE6; }
.sticky-cta .btn { margin-left: auto; }
@media (max-width: 760px) { .sticky-cta { display: flex; } }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.toast { position: fixed; left: 50%; bottom: calc(24px + env(safe-area-inset-bottom, 0px)); transform: translate(-50%, 20px); opacity: 0; background: #11133A; color: #fff; padding: 12px 20px; border-radius: 999px; font-weight: 500; font-size: .95rem; transition: .3s var(--ease); z-index: 99; pointer-events: none; max-width: calc(100% - 32px); text-align: center; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.cv { content-visibility: auto; contain-intrinsic-size: auto 900px; }

/* ---------- beta confirmation pages ---------- */
.notice-hero { min-height: 86vh; display: flex; align-items: center; }
.notice { text-align: center; display: grid; justify-items: center; gap: 18px; }
.notice h1 { margin-top: 0; }
.notice .lede { margin: 0 auto; max-width: 52ch; }
.notice .btn-row { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-top: 8px; }
.notice-seal { position: relative; width: min(220px, 56vw); aspect-ratio: 1; margin-bottom: 6px; }
.notice-seal .seal { position: absolute; inset: 0; }
.notice-seal .seal .s-ring, .notice-seal .seal .s-track { stroke-width: 6; }
.notice-seal .core { position: absolute; inset: 28%; border-radius: 50%; display: grid; place-items: center; color: #fff; background: radial-gradient(circle at 30% 25%, #5B67FF, #2430E0 70%); box-shadow: 0 30px 70px -20px rgba(51,64,255,.9), inset 0 1px 0 rgba(255,255,255,.3); }
.notice-seal .core .pry-mark { color: #fff; }
.notice-note { color: var(--ink-3); font-size: .88rem; max-width: 52ch; }
.status-ok.warn { background: rgba(242,178,58,.12); color: #F6CD7C; } .status-ok.warn .live-dot { background: #F2B23A; }
.notice[hidden] { display: none; }
.notice-seal.open .core { background: radial-gradient(circle at 30% 25%, #FFB27A, #D9580A 72%); box-shadow: 0 30px 70px -20px rgba(255,122,40,.75), inset 0 1px 0 rgba(255,255,255,.3); }
/* "You're in": the two steps into the Google Play test (site.js fills in the links) */
.notice-in { gap: 16px; }
.notice-in .notice-seal { width: min(150px, 40vw); margin-bottom: 0; }
.beta-steps { list-style: none; margin: 10px 0 0; padding: 0; display: grid; gap: 14px; width: min(640px, 100%); text-align: left; }
.beta-step { position: relative; display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 22px 24px; border-radius: var(--r-l, 22px); background: var(--surface); border: 1px solid var(--line); transition: border-color .3s, background .3s; }
.beta-step::before { content: ""; position: absolute; left: 46px; top: 70px; bottom: -16px; width: 2px; background: linear-gradient(var(--line-strong), transparent); }
.beta-step:last-child::before { display: none; }
.bs-n { position: relative; width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, #3340FF, #2FB5FF); box-shadow: 0 14px 30px -12px rgba(51,64,255,.9), inset 0 1px 0 rgba(255,255,255,.3); transition: background .3s; }
.bs-n b { font: 700 1.15rem var(--f-display); }
.bs-n .i { position: absolute; width: 22px; height: 22px; opacity: 0; transform: scale(.6); transition: opacity .3s, transform .3s var(--ease); }
.bs-body h2 { font-size: 1.22rem; line-height: 1.25; letter-spacing: -.02em; margin: 9px 0 6px; }
.bs-body p { color: var(--ink-2); font-size: .96rem; margin-bottom: 16px; max-width: 46ch; }
.bs-body .btn .i { width: 19px; height: 19px; }
.beta-step.done { border-color: rgba(61,214,154,.4); }
.beta-step.done .bs-n { background: linear-gradient(135deg, #0FA870, #3DD69A); box-shadow: 0 14px 30px -12px rgba(61,214,154,.8); }
.beta-step.done .bs-n b { opacity: 0; }
.beta-step.done .bs-n .i { opacity: 1; transform: none; }
.beta-step.done + .beta-step { border-color: rgba(124,135,255,.55); background: rgba(124,135,255,.1); }
.beta-warn { display: flex; gap: 12px; align-items: flex-start; width: min(640px, 100%); padding: 14px 18px; border-radius: 16px; background: rgba(242,178,58,.1); border: 1px solid rgba(242,178,58,.3); color: #F6DDA6; font-size: .92rem; line-height: 1.55; text-align: left; }
.beta-warn .i { width: 20px; height: 20px; flex: none; margin-top: 2px; color: #F2B23A; }
/* open testing (ADR-041): one glowing card with the one button into Google Play */
.beta-open { display: grid; justify-items: center; gap: 14px; width: min(640px, 100%); margin-top: 6px; padding: 28px 24px 24px; border-radius: var(--r-l, 22px); border: 1px solid rgba(61,214,154,.35); background: radial-gradient(120% 140% at 50% 0%, rgba(61,214,154,.18), rgba(124,135,255,.08) 55%, transparent 80%), var(--surface); box-shadow: 0 30px 80px -40px rgba(61,214,154,.6); }
.beta-open p { margin: 0; max-width: 46ch; color: var(--ink-2); font-size: .96rem; }
.beta-open .btn { position: relative; }
.beta-open .btn::after { content: ""; position: absolute; inset: -6px; border: 2px solid rgba(61,214,154,.6); border-radius: inherit; pointer-events: none; animation: bsRing 2.4s var(--ease) infinite; }
@keyframes bsRing { 0% { opacity: .9; transform: scale(.96); } 70%, 100% { opacity: 0; transform: scale(1.1); } }
.beta-elsewhere { display: flex; gap: 12px; align-items: flex-start; width: min(640px, 100%); padding: 14px 18px; border-radius: 16px; background: rgba(124,135,255,.1); border: 1px solid rgba(124,135,255,.3); color: var(--ink-2); font-size: .92rem; line-height: 1.55; text-align: left; }
.beta-elsewhere .i { width: 20px; height: 20px; flex: none; margin-top: 2px; color: #9AA3FF; }
@media (prefers-reduced-motion: reduce) { .beta-open .btn::after { display: none; } }
@media (max-width: 560px) {
  .beta-step { grid-template-columns: 1fr; gap: 12px; padding: 20px 18px; }
  .beta-step::before { display: none; }
  .bs-body h2 { margin-top: 0; }
  .bs-body .btn, .bs-body .play-badge { width: 100%; justify-content: center; }
}

/* ================= abuse and transparency pages ================= */
.hero-btns { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.hero-facts { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 10px; max-width: 520px; }
.hero-facts li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: center; color: var(--ink-2); font-size: .94rem; }
.hero-facts li .i { width: 34px; height: 34px; padding: 8px; border-radius: 11px; background: rgba(124,135,255,.14); color: #AEB5FF; }
.hero-facts b { color: var(--ink); font-weight: 600; }

/* hero: a server's guard rail, with its defaults lighting up in turn */
.guard { position: relative; width: min(480px, 100%); margin-inline: auto; aspect-ratio: 1 / 1.02; }
.guard-core { position: absolute; left: 0; top: 0; width: 74%; aspect-ratio: 1; }
.guard-core .seal { position: absolute; inset: 0; }
.guard-core .seal .s-ring, .guard-core .seal .s-track { stroke-width: 6; }
.guard-core .core { position: absolute; inset: 32%; border-radius: 50%; display: grid; place-items: center; background: radial-gradient(circle at 30% 25%, #5B67FF, #2430E0 70%); color: #fff; box-shadow: 0 30px 70px -20px rgba(51,64,255,.9), inset 0 1px 0 rgba(255,255,255,.3); }
.guard-core .core .i { width: 40%; height: 40%; }
.guard-core::before { content: ""; position: absolute; inset: -8%; border-radius: 50%; background: conic-gradient(from 0deg, transparent 0 78%, rgba(124,135,255,.55) 92%, transparent); -webkit-mask: radial-gradient(closest-side, transparent 88%, #000 89% 100%); mask: radial-gradient(closest-side, transparent 88%, #000 89% 100%); animation: sweep 6s linear infinite; }
@keyframes sweep { to { transform: rotate(1turn); } }
.guard-feed { position: absolute; right: 0; bottom: 0; width: 72%; padding: 14px; border-radius: 22px; background: rgba(13,16,54,.78); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: 0 40px 80px -30px rgba(0,0,0,.8); }
.gf-head { display: flex; align-items: center; gap: 8px; font-size: .8rem; font-weight: 600; color: #E4E6FF; padding: 2px 6px 10px; }
.gf-head .live-dot { background: #3DD69A; }
.gf-head small { margin-left: auto; font: 500 .7rem var(--f-mono); color: #8A8FBE; }
.guard-feed ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; }
.guard-feed li { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 8px 10px; border-radius: 12px; font-size: .82rem; color: #B9BEE6; transition: background .5s, color .5s; }
.guard-feed li span { display: inline-flex; align-items: center; gap: 8px; }
.guard-feed li .i { width: 16px; height: 16px; color: #8C96FF; }
.guard-feed li b { font: 500 .74rem var(--f-mono); color: #C3C9FF; white-space: nowrap; }
.guard-feed li.hot { background: rgba(124,135,255,.16); color: #fff; }
.guard-feed li.hot b { color: #7CE3B4; }
@media (max-width: 900px) { .guard { width: min(400px, 100%); } }
@media (max-width: 480px) { .guard { aspect-ratio: auto; display: grid; gap: 0; } .guard-core { position: relative; width: 70%; margin-inline: auto; } .guard-feed { position: relative; width: 100%; margin-top: -6%; } }

/* the life of a strike */
.esc-sec { overflow: hidden; isolation: isolate; }
.esc-sec .glow { position: absolute; inset: 0; z-index: -1; background: radial-gradient(40% 60% at 20% 30%, rgba(70,84,255,.28), transparent 70%), radial-gradient(40% 50% at 85% 80%, rgba(255,138,61,.12), transparent 70%), #070920; }
.esc { position: relative; padding: clamp(22px, 3vw, 34px); border-radius: 32px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.1); --p: 0; --tone: #7C87FF; }
.esc[data-tone="warn"] { --tone: #F2B23A; } .esc[data-tone="bad"] { --tone: #FF8A3D; } .esc[data-tone="ok"] { --tone: #3DD69A; }
.esc-track { position: relative; }
.esc-rail { position: absolute; left: calc((100% - 48px) / 10); right: calc((100% - 48px) / 10); top: 27px; height: 4px; border-radius: 4px; background: rgba(255,255,255,.1); }
.esc-fill { position: absolute; inset: 0 auto 0 0; width: calc(var(--p) * 100%); border-radius: inherit; background: linear-gradient(90deg, #7C87FF, var(--tone)); transition: width .8s var(--ease), background .6s; }
.esc-pulse { position: absolute; top: 50%; left: calc(var(--p) * 100%); width: 18px; height: 18px; margin: -9px 0 0 -9px; border-radius: 50%; background: var(--tone); box-shadow: 0 0 0 6px color-mix(in srgb, var(--tone) 25%, transparent), 0 0 24px var(--tone); transition: left .8s var(--ease), background .6s; }
.esc-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; position: relative; }
.esc-steps li { display: grid; gap: 12px; align-content: start; justify-items: center; text-align: center; }
.esc-steps button { display: grid; justify-items: center; gap: 4px; background: none; border: 0; padding: 0 4px 4px; color: var(--ink-2); cursor: pointer; border-radius: 16px; }
.esc-steps .n { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #0D1036; border: 1px solid rgba(255,255,255,.16); color: #8A8FBE; transition: all .5s var(--ease); margin-bottom: 8px; }
.esc-steps .n .i { width: 24px; height: 24px; }
.esc-steps b { font: 600 1.02rem var(--f-display); color: var(--ink); }
.esc-steps small { font: 500 .76rem var(--f-mono); color: var(--ink-3); }
.esc-steps p { font-size: .9rem; color: var(--ink-3); line-height: 1.5; padding: 14px; border-radius: 18px; border: 1px solid transparent; transition: all .5s var(--ease); max-width: 30ch; }
.esc-steps li.on .n { background: var(--tone); color: #070920; border-color: transparent; box-shadow: 0 0 0 8px color-mix(in srgb, var(--tone) 18%, transparent), 0 16px 40px -10px var(--tone); transform: scale(1.08); }
.esc-steps li.on small { color: var(--tone); }
.esc-steps li.on p { color: var(--ink-2); background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.1); }
.esc-steps li.done .n { color: var(--ink); border-color: rgba(124,135,255,.5); }
.esc-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; margin-top: 22px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); font-size: .88rem; color: var(--ink-3); }
.esc-clock { display: inline-flex; align-items: center; gap: 10px; padding: 8px 14px; border-radius: 999px; background: rgba(255,255,255,.06); }
.esc-clock i { width: 16px; height: 16px; border-radius: 50%; background: conic-gradient(var(--tone) calc(var(--t, 0) * 1turn), rgba(255,255,255,.14) 0); transition: background .3s; }
.esc-clock b { font: 500 .9rem var(--f-mono); color: var(--ink); min-width: 5ch; }
.esc-note { flex: 1 1 260px; }
.esc-play { margin-left: auto; gap: 6px; }
.esc-play .i { width: 15px; height: 15px; }
@media (max-width: 860px) {
  .esc-rail { left: 27px; right: auto; top: 29px; bottom: 29px; width: 4px; height: auto; }
  .esc-fill { inset: 0 0 auto 0; width: auto; height: calc(var(--p) * 100%); transition: height .8s var(--ease); }
  .esc-pulse { left: 50%; top: calc(var(--p) * 100%); transition: top .8s var(--ease); }
  .esc-steps { grid-template-columns: 1fr; gap: 8px; }
  .esc-steps li { grid-template-columns: 58px 1fr; justify-items: start; text-align: left; column-gap: 14px; row-gap: 0; }
  .esc-steps button { display: contents; }
  .esc-steps .n { grid-row: span 3; margin: 0; }
  .esc-steps b { align-self: end; padding-top: 6px; } .esc-steps small { align-self: start; }
  .esc-steps p { grid-column: 2; display: none; margin-top: 8px; max-width: none; }
  .esc-steps li.on p { display: block; }
}

/* what we can't do */
.cant-card h3 { display: flex; align-items: center; gap: 10px; }
.have { list-style: none; padding: 0; margin: 18px 0 16px; display: grid; gap: 8px; }
.have li { display: grid; grid-template-columns: 30px 1fr; gap: 12px; align-items: start; padding: 12px 14px; border-radius: 16px; background: var(--surface-2); }
.have li .i { width: 30px; height: 30px; padding: 6px; border-radius: 10px; }
.have .yes .i { background: var(--ok-soft); color: var(--ok); }
.have .no .i { background: var(--ember-soft); color: var(--ember); }
.have b { display: block; color: var(--ink); font-weight: 600; font-size: .96rem; }
.have span { color: var(--ink-3); font-size: .86rem; line-height: 1.45; }
.have .no b { text-decoration: line-through; text-decoration-color: color-mix(in srgb, var(--ember) 60%, transparent); text-decoration-thickness: 2px; }
.cant-card .more { font-weight: 600; font-size: .92rem; }
.kicker .i { flex: none; }

/* report form */
.report-sec { background: linear-gradient(180deg, var(--bg), #ECEEFB 40%, var(--bg)); }
.lp-section + .report-sec { padding-top: clamp(84px, 10.5vw, 140px); }
.report-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(32px, 5vw, 72px); align-items: start; }
.report-intro { position: sticky; top: 110px; display: grid; gap: 16px; }
.report-intro .lede { margin-top: 2px; }
.need { list-style: none; counter-reset: need; padding: 0; margin: 8px 0 0; display: grid; gap: 10px; }
.need li { counter-increment: need; display: grid; grid-template-columns: 34px 1fr; column-gap: 12px; }
.need li::before { content: counter(need); grid-row: span 2; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: var(--seal-soft); color: var(--seal); font: 700 .86rem var(--f-display); }
.need b { font-weight: 600; } .need span { color: var(--ink-3); font-size: .92rem; }
.report-mail { font-size: .94rem; color: var(--ink-2); padding: 14px 16px; border-radius: 16px; border: 1px dashed var(--line-strong); }
.report-card { position: relative; padding: clamp(22px, 3vw, 36px); border-radius: 30px; background: var(--surface); border: 1px solid var(--line); box-shadow: 0 1px 2px rgba(15,18,53,.05), 0 40px 80px -40px rgba(51,64,255,.45); }
.report-card::before { content: ""; position: absolute; inset: 0 24px auto; height: 3px; border-radius: 0 0 3px 3px; background: var(--grad-seal); }
.report-nojs { display: grid; gap: 12px; }
.report-nojs .ic { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; background: var(--seal-soft); color: var(--seal); }
.report-nojs .ic .i { width: 24px; height: 24px; }
.report-nojs p { color: var(--ink-2); }
.report-form { display: grid; gap: 20px; }
.report-form[hidden], .report-done[hidden], .report-nojs[hidden] { display: none; }
.form-hint { font-size: .84rem; color: var(--ink-3); }
.fld { display: grid; gap: 7px; min-width: 0; align-content: start; }
.fld-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 16px; }
.fld label { font-weight: 600; font-size: .94rem; color: var(--ink); }
.fld .req { color: var(--bad); margin-left: 2px; }
.fld .opt { margin-left: 6px; font-weight: 500; font-size: .76rem; color: var(--ink-3); padding: 2px 8px; border-radius: 999px; background: var(--surface-2); }
.fld input, .fld select, .fld textarea { width: 100%; min-height: 50px; padding: 12px 14px; border-radius: 14px; border: 1px solid var(--line-strong); background: #fff; color: var(--ink); font-size: 1rem; transition: border-color .2s, box-shadow .2s; }
.fld textarea { resize: vertical; min-height: 150px; line-height: 1.5; }
.fld select { appearance: none; -webkit-appearance: none; padding-right: 40px; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23676C96' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 12px center / 18px; }
.fld input::placeholder, .fld textarea::placeholder { color: #9A9EC0; }
.fld input:hover, .fld select:hover, .fld textarea:hover { border-color: #A9AED0; }
.fld input:focus-visible, .fld select:focus-visible, .fld textarea:focus-visible { outline: none; border-color: var(--seal); box-shadow: 0 0 0 4px rgba(51,64,255,.16); border-radius: 14px; }
.fld [aria-invalid="true"] { border-color: var(--bad); background-color: #FFF8F8; }
.fld [aria-invalid="true"]:focus-visible { box-shadow: 0 0 0 4px rgba(201,42,58,.16); }
.fld-hint { font-size: .82rem; color: var(--ink-3); }
.fld-err { display: flex; gap: 6px; align-items: flex-start; font-size: .84rem; font-weight: 500; color: var(--bad); }
.fld-err[hidden] { display: none; }
.fld-err::before { content: "!"; flex: none; width: 16px; height: 16px; margin-top: 2px; border-radius: 50%; background: var(--bad); color: #fff; font: 700 .7rem/16px var(--f-body); text-align: center; }
.fld-meta { display: flex; gap: 12px; justify-content: space-between; align-items: flex-start; }
.fld-meta .count { margin-left: auto; font: 500 .76rem var(--f-mono); color: var(--ink-3); white-space: nowrap; }
.fld-meta .count.near { color: var(--warn); }
.fld-note { display: flex; gap: 8px; align-items: flex-start; font-size: .86rem; color: var(--ink-2); padding: 10px 12px; border-radius: 12px; background: var(--seal-soft); }
.fld-note .i { width: 17px; height: 17px; flex: none; margin-top: 2px; color: var(--seal); }
.fld-note.warn { background: var(--warn-soft); } .fld-note.warn .i { color: var(--warn); }
.fld-note[hidden] { display: none; }
.pp { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: 8px; }
.hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.err-summary { padding: 14px 16px; border-radius: 16px; background: var(--bad-soft); color: var(--ink); font-size: .92rem; }
.err-summary b { display: block; color: var(--bad); margin-bottom: 4px; }
.err-summary ul { margin: 0; padding-left: 1.2em; } .err-summary a { color: var(--bad); font-weight: 500; }
.err-summary[hidden] { display: none; }
.form-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 18px; padding-top: 4px; }
.form-foot .btn[aria-busy="true"] { opacity: .85; cursor: progress; }
.form-foot .btn .spin { width: 18px; height: 18px; border-radius: 50%; border: 2px solid rgba(255,255,255,.35); border-top-color: #fff; animation: sweep .8s linear infinite; }
.pow { flex: 1 1 220px; display: grid; gap: 6px; font-size: .8rem; color: var(--ink-3); }
.pow-bar { height: 4px; border-radius: 4px; background: var(--surface-3); overflow: hidden; opacity: 0; transition: opacity .3s; }
.pow-bar i { display: block; height: 100%; width: calc(var(--pow, 0) * 100%); background: var(--grad-seal); transition: width .2s; }
.pow.run .pow-bar { opacity: 1; }
.form-status:empty { display: none; }
.form-status { display: flex; gap: 10px; align-items: flex-start; padding: 14px 16px; border-radius: 16px; font-size: .92rem; background: var(--surface-2); color: var(--ink-2); }
.form-status.err { background: var(--bad-soft); color: var(--ink); }
.form-status.err b { color: var(--bad); }
.report-done { display: grid; justify-items: center; text-align: center; gap: 12px; padding: 18px 0 6px; outline: none; }
.report-done .notice-seal { width: 150px; }
.report-done .notice-seal .core .i { width: 42%; height: 42%; }
.report-done h3 { font-size: 1.7rem; letter-spacing: -.03em; }
.report-done p { color: var(--ink-2); max-width: 46ch; }
.report-done .ref b { color: var(--ink); }
.report-done .btn { margin-top: 6px; }
.report-done.in .notice-seal { animation: popIn .7s var(--ease) both; }
@keyframes popIn { from { transform: scale(.6); opacity: 0; } }
@media (max-width: 980px) { .report-grid { grid-template-columns: minmax(0, 1fr); } .report-intro { position: static; } }
@media (max-width: 560px) { .fld-row { grid-template-columns: minmax(0, 1fr); } .form-foot .btn { width: 100%; } }

/* response times */
.rt { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; position: relative; }
.rt::before { content: ""; position: absolute; left: 26px; right: 26px; top: 26px; height: 2px; background: linear-gradient(90deg, var(--seal), #2FB5FF, var(--ok)); opacity: .35; }
.rt li { position: relative; padding: 70px 24px 24px; border-radius: 24px; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); display: grid; gap: 8px; align-content: start; }
.rt li::before { content: ""; position: absolute; left: 18px; top: 18px; width: 16px; height: 16px; border-radius: 50%; background: var(--grad-seal); box-shadow: 0 0 0 6px var(--seal-soft); }
.rt .t { position: absolute; left: 48px; top: 14px; font: 600 .78rem var(--f-mono); color: var(--seal); padding: 3px 10px; border-radius: 999px; background: var(--seal-soft); }
.rt p { color: var(--ink-2); font-size: .95rem; }
@media (max-width: 860px) { .rt { grid-template-columns: minmax(0, 1fr); } .rt::before { left: 25px; right: auto; top: 26px; bottom: 26px; width: 2px; height: auto; background: linear-gradient(180deg, var(--seal), #2FB5FF, var(--ok)); } }

/* authorities */
.auth-sec { overflow: hidden; isolation: isolate; }
.auth-sec .glow { position: absolute; inset: 0; z-index: -1; background: radial-gradient(45% 70% at 90% 40%, rgba(70,84,255,.3), transparent 70%), #070920; }
.auth-sec .split { align-items: start; }
.auth-card dl { margin: 0; display: grid; gap: 0; }
.auth-card dl > div { display: grid; grid-template-columns: 120px 1fr; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.auth-card dl > div:first-child { padding-top: 0; } .auth-card dl > div:last-child { border-bottom: 0; padding-bottom: 0; }
.auth-card dt { font-size: .82rem; font-weight: 600; color: var(--ink-3); padding-top: 2px; }
.auth-card dd { margin: 0; color: var(--ink); font-size: .96rem; }
.auth-card dd a { font-weight: 600; font-size: 1.05rem; }
@media (max-width: 480px) { .auth-card dl > div { grid-template-columns: minmax(0, 1fr); gap: 4px; } }

/* transparency */
.zero { display: grid; justify-items: center; gap: 18px; text-align: center; }
.zero-ring { position: relative; width: min(300px, 70vw); aspect-ratio: 1; }
.zero-ring .seal { position: absolute; inset: 0; }
.zero-ring .seal .s-ring, .zero-ring .seal .s-track { stroke-width: 5; }
.zero-num { position: absolute; inset: 0; display: grid; place-items: center; font: 800 clamp(5.5rem, 12vw, 8.5rem)/1 var(--f-display); letter-spacing: -.06em; background: linear-gradient(180deg, #fff, #9AA2FF); -webkit-background-clip: text; background-clip: text; color: transparent; }
.zero-lbl { max-width: 24ch; font-size: .95rem; color: var(--ink-2); line-height: 1.4; }
.tr-empty { display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding: clamp(24px, 3vw, 36px); border-radius: 28px; background: var(--surface); border: 1px dashed var(--line-strong); }
.tr-empty .ic { width: 56px; height: 56px; border-radius: 18px; display: grid; place-items: center; background: var(--seal-soft); color: var(--seal); }
.tr-empty .ic .i { width: 26px; height: 26px; }
.tr-empty h3 { font-size: 1.4rem; } .tr-empty p { margin-top: 8px; color: var(--ink-2); max-width: 70ch; }
.tr-empty[hidden], .tr-live[hidden] { display: none; }
@media (max-width: 560px) { .tr-empty { grid-template-columns: minmax(0, 1fr); } }
.tr-live { display: grid; gap: 18px; }
.tr-tabs { display: flex; flex-wrap: wrap; gap: 6px; }
.tr-tabs button { min-height: 40px; padding: 0 16px; border-radius: 999px; border: 1px solid var(--line-strong); background: var(--surface); color: var(--ink-2); font: 600 .88rem var(--f-mono); cursor: pointer; }
.tr-tabs button:hover { border-color: var(--seal); color: var(--ink); }
.tr-tabs button[aria-selected="true"] { background: var(--ink); border-color: var(--ink); color: #fff; }
.tr-kpis { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 14px; }
.kpi { padding: 22px; border-radius: 24px; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); display: grid; gap: 6px; }
.kpi .v { font: 700 clamp(2.2rem, 4vw, 3rem)/1 var(--f-display); letter-spacing: -.04em; color: var(--ink); font-variant-numeric: tabular-nums; }
.kpi .l { font-size: .9rem; color: var(--ink-2); }
.kpi .d { font: 500 .76rem var(--f-mono); color: var(--ink-3); }
.kpi.zero-kpi { background: #0B0E30; border-color: transparent; }
.kpi.zero-kpi .v { background: linear-gradient(180deg, #fff, #9AA2FF); -webkit-background-clip: text; background-clip: text; color: transparent; }
.kpi.zero-kpi .l { color: #B9BEE6; } .kpi.zero-kpi .d { color: #8A8FBE; }
.tr-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 14px; }
@media (max-width: 900px) { .tr-grid { grid-template-columns: minmax(0, 1fr); } }
.tr-chart { margin: 0; display: grid; gap: 16px; align-content: start; }
.tr-chart figcaption { display: grid; gap: 2px; } .tr-chart figcaption b { font-weight: 600; } .tr-chart figcaption span { font-size: .84rem; color: var(--ink-3); }
.bars { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.bars li { display: grid; grid-template-columns: minmax(0, 11em) minmax(0, 1fr) 3ch; gap: 12px; align-items: center; font-size: .88rem; color: var(--ink-2); }
.bars .track { height: 12px; border-radius: 12px; background: var(--surface-2); overflow: hidden; }
.bars .fill { display: block; height: 100%; width: 0; border-radius: inherit; background: var(--grad-seal); transition: width .9s var(--ease); }
.bars b { font: 600 .88rem var(--f-mono); color: var(--ink); text-align: right; }
.trend { display: flex; align-items: flex-end; gap: 10px; height: 210px; padding-top: 10px; border-bottom: 1px solid var(--line); }
.trend .col { flex: 1; min-width: 0; display: grid; justify-items: center; align-content: end; gap: 6px; height: 100%; }
.trend .stack { width: min(46px, 100%); display: flex; flex-direction: column-reverse; border-radius: 10px 10px 4px 4px; overflow: hidden; }
.trend .stack i { display: block; transition: height .9s var(--ease); }
.trend .stack .r { background: #5B67FF; } .trend .stack .a { background: #FF8A3D; }
.trend .col small { font: 500 .72rem var(--f-mono); color: var(--ink-3); white-space: nowrap; }
.trend .col button { all: unset; cursor: pointer; display: grid; justify-items: center; align-content: end; gap: 6px; height: 100%; width: 100%; border-radius: 10px; }
.trend .col button:focus-visible { box-shadow: var(--focus); }
.trend .col.sel small { color: var(--ink); font-weight: 600; }
.legend { display: flex; flex-wrap: wrap; gap: 14px; font-size: .82rem; color: var(--ink-2); }
.legend span { display: inline-flex; align-items: center; gap: 6px; } .legend i { width: 10px; height: 10px; border-radius: 3px; }
.tr-table td, .tr-table th { white-space: nowrap; font-variant-numeric: tabular-nums; }
.tr-note { font-size: .88rem; color: var(--ink-3); }
@media (max-width: 560px) { .bars li { grid-template-columns: minmax(0, 1fr) 3ch; } .bars .track { grid-column: 1 / -1; grid-row: 2; } }
@media (prefers-reduced-motion: reduce) { .guard-core::before { animation: none; } .esc-fill, .esc-pulse, .bars .fill, .trend .stack i { transition: none; } }
.more-fld { border: 1px solid var(--line); border-radius: 18px; background: var(--surface-2); }
.more-fld summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 1fr auto; column-gap: 12px; align-items: center; padding: 14px 16px; border-radius: 18px; }
.more-fld summary::-webkit-details-marker { display: none; }
.more-fld summary > span:first-child { font-weight: 600; font-size: .94rem; }
.more-fld summary small { grid-row: 2; font-size: .8rem; color: var(--ink-3); }
.more-fld summary .pm { grid-row: 1 / span 2; grid-column: 2; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: var(--surface); transition: transform .3s var(--ease), background .3s, color .3s; }
.more-fld summary .pm .i { width: 16px; height: 16px; }
.more-fld[open] summary .pm { transform: rotate(45deg); background: var(--seal); color: #fff; }
.more-body { display: grid; gap: 18px; padding: 4px 16px 18px; }
.fld textarea.mono-in { font: .86rem/1.5 var(--f-mono); }
.req[hidden] { display: none; }
.tr-sofar { display: flex; gap: 10px; align-items: flex-start; margin-top: 14px; padding: 12px 14px; border-radius: 14px; background: var(--surface-2); font-size: .92rem; }
.tr-sofar .i { width: 18px; height: 18px; flex: none; margin-top: 2px; color: var(--seal); }
.tr-sofar b { color: var(--ink); }
.outcomes { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 4px; padding-top: 14px; border-top: 1px solid var(--line); font-size: .84rem; color: var(--ink-2); }
.outcomes b { width: 100%; font-weight: 600; color: var(--ink); font-size: .86rem; }
.outcomes span { padding: 4px 10px; border-radius: 999px; background: var(--surface-2); }
.tr-tabs button small { font: 500 .7rem var(--f-body); opacity: .75; margin-left: 4px; }

/* ---------- languages ---------- */
/* suggestion: the visitor's browser prefers another language we have (never a redirect) */
.lang-suggest { position: fixed; z-index: 60; top: 84px; right: 16px; width: min(380px, calc(100vw - 32px)); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px 12px; padding: 14px 14px 14px 16px; border-radius: 18px; background: rgba(13,16,54,.94); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border: 1px solid rgba(140,150,255,.28); box-shadow: 0 24px 60px -24px rgba(0,0,0,.7), 0 0 0 1px rgba(255,255,255,.03) inset; color: #E4E6FF; opacity: 0; transform: translateY(-8px); transition: opacity .3s var(--ease), transform .3s var(--ease); pointer-events: none; }
.lang-suggest.show { opacity: 1; transform: none; pointer-events: auto; }
.lang-suggest .ls-ic { width: 36px; height: 36px; border-radius: 12px; display: grid; place-items: center; background: linear-gradient(135deg, #3340FF, #2FB5FF); color: #fff; grid-row: span 2; }
.lang-suggest .ls-ic .i { width: 19px; height: 19px; }
.lang-suggest p { margin: 0; font-size: .9rem; line-height: 1.35; color: #E4E6FF; }
.lang-suggest .btn { grid-column: 2; justify-self: start; }
.lang-suggest .ls-x { grid-column: 3; grid-row: 1; align-self: start; width: 32px; height: 32px; border-radius: 10px; border: 0; background: rgba(255,255,255,.06); color: #B9BEE6; display: grid; place-items: center; cursor: pointer; }
.lang-suggest .ls-x:hover { background: rgba(255,255,255,.12); color: #fff; }
.lang-suggest .ls-x .i { width: 15px; height: 15px; }
@media (max-width: 560px) { .lang-suggest { top: auto; bottom: calc(12px + env(safe-area-inset-bottom, 0px)); right: 12px; left: 12px; width: auto; }
  /* the sticky "Join the beta" bar takes the same spot (and sits above): the banner moves up over it */
  body:has(.sticky-cta.show) .lang-suggest { bottom: calc(86px + env(safe-area-inset-bottom, 0px)); } }
@media (prefers-reduced-motion: reduce) { .lang-suggest { transition: none; } }
.draft.courtesy { margin-top: 10px; background: rgba(116,128,255,.08); border-color: rgba(116,128,255,.25); }

/* long compound words (German, French…) break at hyphenation points instead of overflowing */
:is(h1, h2, h3, h4) { overflow-wrap: break-word; }
:lang(de) :is(p, li, dd, dt, td, th, summary, small), :lang(fr) :is(p, li, td, th) { -webkit-hyphens: auto; hyphens: auto; hyphenate-limit-chars: 10 4 4; }
@media (max-width: 700px) { :lang(de) :is(h1, h2, h3, h4, .kicker, .lede, b), :lang(fr) :is(h1, h2, h3, .lede), :lang(es) :is(h1, h2), :lang(pt-BR) :is(h1, h2) { -webkit-hyphens: auto; hyphens: auto; hyphenate-limit-chars: 10 4 4; } }

/* Japanese: a CJK face after the Latin ones, no negative tracking, phrase-aware line breaks, roomier leading */
:root:lang(ja) {
  --f-display: "Sora", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", system-ui, sans-serif;
  --f-body: "Geist", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", system-ui, -apple-system, sans-serif;
}
:lang(ja) body { line-height: 1.75; word-break: auto-phrase; line-break: strict; }
:lang(ja) :is(h1, h2, h3, h4, h5, .lede, .kicker, p, li, summary, b, strong, dt, dd, th, td, small, span, a, button, label) { letter-spacing: 0 !important; }
:lang(ja) :is(h1, h2, h3, h4) { word-break: auto-phrase; line-break: strict; line-height: 1.3; font-weight: 700; }
:lang(ja) :is(p, li, .lede, dd, dt, td, th, summary, small, span, b) { overflow-wrap: anywhere; }
:lang(ja) .page-hero h1 { line-height: 1.22; }
:lang(ja) .art-hero h1 { max-width: 26ch; line-height: 1.28; }
:lang(ja) .pry-logo, :lang(ja) .wordmark { letter-spacing: -.03em !important; }

/* long labels (German, Spanish, French…) wrap inside their button on narrow screens instead of widening the page */
.btn { max-width: 100%; }
@media (max-width: 560px) { .btn:not(.btn-sm) { white-space: normal; text-align: center; line-height: 1.25; padding-block: .55em; } }

/* ---------------- SERVICE PAGES (download, status, changelog, free, invite, account deletion, help) ---------------- */
.cards.n3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); }
.cards.n4 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)); }
.svc-hero .lede { max-width: 62ch; }
.svc-hero h1 { max-width: 20ch; }
.hero-btns { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.svc-hero .cta-block { margin-top: 22px; max-width: 560px; }
.sub { font-size: 1.1rem; color: var(--ink); margin-top: 8px; }
.cmd { margin: 4px 0 8px; padding: 14px 16px; border-radius: 16px; background: #0B0E2A; color: #D7DBFF; font: 500 .84rem/1.6 var(--f-mono, ui-monospace, monospace); overflow-x: auto; white-space: pre; box-shadow: inset 0 0 0 1px rgba(255,255,255,.06); }
.steps-list { margin: 10px 0 0; padding: 0; list-style: none; counter-reset: st; display: grid; gap: 12px; }
.steps-list li { counter-increment: st; display: grid; grid-template-columns: 30px 1fr; gap: 10px; color: var(--ink-2); font-size: .96rem; }
.steps-list li::before { content: counter(st); width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; background: var(--seal-soft); color: var(--seal); font: 700 .8rem var(--f-body); }
.steps-list.big li { font-size: 1.04rem; }

/* beta sign-up page (/beta/) */
.beta-hero .cta-block { margin-top: 26px; }
.steps3.n4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1100px) { .steps3.n4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .steps3.n4 { grid-template-columns: 1fr; } }
.beta-note { display: flex; gap: 10px; align-items: flex-start; margin-top: 18px; max-width: 72ch; color: var(--ink-2); font-size: .94rem; }
.beta-note .i { flex: none; width: 18px; height: 18px; margin-top: 3px; color: var(--seal); }
.band .beta-again { justify-content: center; margin-top: 22px; }
@media (max-width: 420px) { .beta-hero .hero-art { width: min(260px, 76%); } .beta-hero .hero-art .orb { font-size: .76rem; padding: 7px 11px 7px 8px; } }

/* status */
.status-sum { display: inline-flex; align-items: center; gap: 16px; margin-top: 30px; padding: 14px 14px 14px 20px; border-radius: 22px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(10px); max-width: 100%; flex-wrap: wrap; }
.status-sum .dot { width: 14px; height: 14px; border-radius: 50%; background: var(--ink-3); flex: none; box-shadow: 0 0 0 0 currentColor; }
.status-sum .txt { display: grid; min-width: 0; }
.status-sum .txt b { font-size: 1.12rem; }
.status-sum .txt small { color: var(--ink-3); font-size: .84rem; }
.status-sum[data-state="ok"] .dot { background: var(--ok); color: rgba(61,214,154,.5); animation: pulse-dot 2.2s infinite; }
.status-sum[data-state="warn"] .dot { background: var(--warn); color: rgba(242,178,58,.5); animation: pulse-dot 2.2s infinite; }
.status-sum[data-state="down"] .dot, .status-sum[data-state="off"] .dot { background: var(--bad); }
.status-sum[data-state="checking"] .dot { animation: blink 1s infinite alternate; }
@keyframes pulse-dot { 0% { box-shadow: 0 0 0 0 currentColor; } 70% { box-shadow: 0 0 0 12px transparent; } 100% { box-shadow: 0 0 0 0 transparent; } }
@keyframes blink { to { opacity: .3; } }
.st-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.st-row { display: grid; grid-template-columns: 40px minmax(0, 1fr) auto minmax(120px, 200px); gap: 16px; align-items: center; padding: 16px 20px; border-radius: 20px; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); }
.st-row .flagc { font-size: 1.6rem; line-height: 1; }
.st-row .nm { display: grid; font-weight: 600; color: var(--ink); min-width: 0; }
.st-row .nm small { font-weight: 400; color: var(--ink-3); font-size: .84rem; }
.st-pill { justify-self: start; padding: 4px 12px; border-radius: 999px; font-size: .82rem; font-weight: 600; background: var(--surface-2); color: var(--ink-3); white-space: nowrap; }
.st-row[data-status="online"] .st-pill { background: var(--ok-soft); color: var(--ok); }
.st-row[data-status="degraded"] .st-pill, .st-row[data-status="maintenance"] .st-pill { background: var(--warn-soft); color: var(--warn); }
.st-row[data-status="offline"] .st-pill { background: var(--bad-soft); color: var(--bad); }
.st-load { display: flex; align-items: center; gap: 10px; font-size: .86rem; color: var(--ink-2); }
.st-load .meter { flex: 1; height: 8px; border-radius: 99px; background: var(--surface-2); overflow: hidden; }
.st-load .meter i { display: block; height: 100%; width: 0; border-radius: inherit; background: var(--grad-seal); transition: width .8s var(--ease); }
.st-load b { min-width: 3.2em; text-align: right; font-weight: 600; font-variant-numeric: tabular-nums; }
@media (max-width: 640px) { .st-row { grid-template-columns: 34px minmax(0, 1fr) auto; } .st-load { grid-column: 1 / -1; } }
.inc-list { display: grid; gap: 14px; }
.inc-empty { display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 22px 24px; border-radius: 22px; background: var(--ok-soft); color: var(--ink); }
.inc-empty > .i { width: 32px; height: 32px; color: var(--ok); }
.inc-empty p { color: var(--ink-2); margin-top: 4px; }
.inc { padding: 20px 24px; border-radius: 22px; background: var(--surface); border: 1px solid var(--line); border-left: 5px solid var(--warn); box-shadow: var(--shadow); }
.inc[data-state="investigating"] { border-left-color: var(--bad); }
.inc[data-state="resolved"] { border-left-color: var(--ok); }
.inc header { display: flex; flex-wrap: wrap; gap: 8px 12px; align-items: center; }
.inc h3 { font-size: 1.1rem; }
.inc-st { padding: 3px 10px; border-radius: 999px; font-size: .78rem; font-weight: 600; background: var(--surface-2); color: var(--ink-2); }
.inc > p { color: var(--ink-2); margin-top: 8px; white-space: pre-line; }
.inc-meta { display: flex; flex-wrap: wrap; gap: 4px 18px; font-size: .84rem; color: var(--ink-3) !important; }

/* changelog */
.cl-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: clamp(28px, 5vw, 64px); align-items: start; padding-bottom: 80px; }
.cl { list-style: none; margin: 0; padding: 0 0 0 28px; position: relative; display: grid; gap: 26px; }
.cl::before { content: ""; position: absolute; left: 7px; top: 8px; bottom: 8px; width: 2px; background: linear-gradient(var(--seal), rgba(91,75,255,.1)); }
.cl-item { position: relative; display: grid; gap: 10px; }
.cl-item::before { content: ""; position: absolute; left: -27px; top: 5px; width: 14px; height: 14px; border-radius: 50%; background: var(--surface); border: 3px solid var(--seal); box-shadow: 0 0 0 5px var(--seal-soft); }
.cl-item time { font-size: .86rem; font-weight: 600; color: var(--ink-3); }
.cl-item h2 { font-size: 1.3rem; margin-bottom: 12px; }
.cl-next { position: sticky; top: 110px; }
.cl-next h2 { display: flex; gap: 10px; align-items: center; font-size: 1.1rem; }
.cl-next ul { margin: 14px 0; padding-left: 1.1em; color: var(--ink-2); display: grid; gap: 8px; font-size: .95rem; }
.cl-next .note { font-size: .84rem; color: var(--ink-3); }
@media (max-width: 900px) { .cl-layout { grid-template-columns: minmax(0, 1fr); } .cl-next { position: static; } }

/* free */
.free-receipt { background: linear-gradient(160deg, var(--surface), var(--seal-soft)); }
.free-receipt h3 { font-size: 1.2rem; margin-bottom: 10px; }
.free-receipt p { color: var(--ink-2); }

/* invite */
.invite-hero .notice { max-width: 680px; margin: 0 auto; }
.invite-code { display: inline-flex; align-items: center; gap: 12px; flex-wrap: wrap; justify-content: center; padding: 10px 12px 10px 18px; border-radius: 18px; background: rgba(255,255,255,.07); border: 1px dashed rgba(154,162,255,.6); }
.invite-code span { color: var(--ink-3); font-size: .86rem; }
.invite-code code { font-size: 1.3rem; letter-spacing: .12em; color: #fff; font-weight: 600; }
.invite-steps { text-align: left; color: var(--ink-2); display: grid; gap: 6px; margin: 6px auto 0; max-width: 46ch; }
:lang(ja) .invite-code code { letter-spacing: .08em; }

/* account deletion */
.del-grid { align-items: start; }
.del-grid .body h2 { display: flex; gap: 10px; align-items: center; font-size: 1.4rem; }
.del-card h2 { font-size: 1.4rem; }
.del-card > p { color: var(--ink-2); margin: 8px 0 18px; }
.del-card .report-form { display: grid; gap: 16px; }
.del-card input#dNumber { font: 600 1.15rem var(--f-mono, ui-monospace, monospace); letter-spacing: .06em; }
.chk { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; color: var(--ink-2); font-size: .95rem; cursor: pointer; }
.chk input { width: 20px; height: 20px; margin-top: 3px; accent-color: var(--seal); }
.fld-note.warn { display: flex; gap: 8px; align-items: flex-start; font-size: .86rem; color: var(--warn); }
.fld-note.warn .i { flex: none; margin-top: 2px; }
.form-status.err { color: var(--bad); }

/* help */
.help-hero { padding-bottom: 36px; }
.help-search { position: relative; display: flex; align-items: center; gap: 10px; margin-top: 28px; max-width: 640px; padding: 0 18px; min-height: 60px; border-radius: 999px; background: var(--surface); border: 1px solid var(--line-strong); box-shadow: 0 30px 60px -36px rgba(51,64,255,.55); transition: border-color .2s, box-shadow .2s; }
.help-search:focus-within { border-color: var(--seal); box-shadow: 0 0 0 4px var(--seal-soft), 0 30px 60px -36px rgba(51,64,255,.55); }
.help-search > .i { color: var(--ink-3); flex: none; }
.help-search input { flex: 1; min-width: 0; border: 0; background: none; font-size: 1.06rem; color: var(--ink); outline: none; min-height: 56px; }
.help-count { font-size: .84rem; color: var(--ink-3); white-space: nowrap; }
.help-cats { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.help-cats a { padding: 7px 14px; border-radius: 999px; background: var(--surface); border: 1px solid var(--line); color: var(--ink-2); text-decoration: none; font-size: .88rem; font-weight: 500; }
.help-cats a:hover { border-color: var(--seal); color: var(--seal); }
.help-index { padding-bottom: 80px; }
.help-cat { margin-top: 44px; scroll-margin-top: 110px; }
.help-cat h2 { font-size: 1.5rem; margin-bottom: 16px; }
.help-index .links-grid, .help-related { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr)); gap: 14px; }
.help-none { margin-top: 36px; font-size: 1.05rem; color: var(--ink-2); }
.help-prose h2.sub { font-size: 1.24rem; font-weight: 600; letter-spacing: -.02em; line-height: 1.22; margin: 1.4em 0 .4em; }
.help-prose ol, .help-prose ul { padding-left: 1.3em; }
.help-prose li { margin: .35em 0; }
.help-prose .cmd { font-size: .86rem; }
.help-prose code { font: 500 .9em var(--f-mono, ui-monospace, monospace); background: var(--surface-2); padding: 1px 6px; border-radius: 6px; }
.help-prose .cmd code { background: none; padding: 0; }
.help-related h3 { font-size: 1.02rem; }

/* early access: invite code + region hint under the sign-up form */
.join-invite { margin-top: 10px; font-size: .88rem; color: var(--ink-3); }
.join-invite summary { cursor: pointer; width: fit-content; color: var(--ink-2); text-decoration: underline; text-decoration-color: var(--line-strong); text-underline-offset: 3px; }
.join-invite[open] summary { margin-bottom: 8px; }
.join-invite label { display: block; margin-bottom: 6px; }
.join-invite input { width: min(100%, 280px); min-height: 42px; padding: 0 14px; border-radius: 12px; border: 1px solid var(--line-strong); background: var(--surface); color: var(--ink); font: 600 .95rem var(--f-mono, ui-monospace, monospace); letter-spacing: .06em; text-transform: uppercase; }
.dark-scene .join-invite input { background: rgba(255,255,255,.06); }
.join-region { margin-top: 8px; font-size: .82rem; color: var(--ink-3); }

/* ---------- early-access result (site.js): the form's block turns into this panel, the same on every page ---------- */
.cta-block.is-done > :not(.join-done) { display: none !important; }
.join-done { position: relative; display: grid; justify-items: center; gap: 12px; width: 100%; max-width: 540px; margin-inline: auto; padding: 30px 26px 24px; border: 1px solid rgba(124,135,255,.36); border-radius: var(--r-xl); text-align: center; color: var(--ink); scroll-margin-top: 96px;
  background: radial-gradient(120% 70% at 50% 0%, rgba(59,72,255,.5) 0%, #0D1038 52%, #070920 100%); box-shadow: 0 50px 110px -50px rgba(51,64,255,.9), 0 0 0 6px rgba(124,135,255,.08), inset 0 1px 0 rgba(255,255,255,.1); animation: jdIn .55s var(--ease) both; }
@keyframes jdIn { from { opacity: 0; transform: translateY(14px) scale(.97); } }
.jd-seal.notice-seal { --r: 60px; width: 120px; margin-bottom: 2px; }
.jd-seal .core .i { width: 40%; height: 40%; }
.join-done .jd-seal .core { animation: popIn .7s .1s var(--ease) both; }
.jd-sparks { position: absolute; inset: 0; pointer-events: none; }
.jd-sparks i { position: absolute; left: 50%; top: 50%; width: 7px; height: 7px; margin: -3.5px 0 0 -3.5px; border-radius: 50%; background: #7C87FF; opacity: 0; }
.jd-sparks i:nth-child(1) { --a: 0deg; } .jd-sparks i:nth-child(2) { --a: 45deg; background: #2FB5FF; } .jd-sparks i:nth-child(3) { --a: 90deg; background: #3DD69A; } .jd-sparks i:nth-child(4) { --a: 135deg; background: #FFB23F; }
.jd-sparks i:nth-child(5) { --a: 180deg; } .jd-sparks i:nth-child(6) { --a: 225deg; background: #2FB5FF; } .jd-sparks i:nth-child(7) { --a: 270deg; background: #B06BFF; } .jd-sparks i:nth-child(8) { --a: 315deg; background: #3DD69A; }
.join-done .jd-sparks i { animation: spark 1s .6s var(--ease) both; }
.join-done .jd-sparks i:nth-child(even) { animation-delay: .7s; }
@keyframes spark { 0% { opacity: 0; transform: rotate(var(--a)) translateY(calc(-1 * var(--r) + 20px)) scale(.4); } 25% { opacity: 1; } 100% { opacity: 0; transform: rotate(var(--a)) translateY(calc(-1 * var(--r) - 12px)) scale(1); } }
.join-done .kicker { font-size: .84rem; letter-spacing: .02em; }
.join-done h3 { margin: 0; font-size: clamp(1.6rem, 6vw, 2.05rem); line-height: 1.1; letter-spacing: -.01em; }
/* the heading only takes focus from the script (tabindex=-1) so screen readers start there; it is not a control, and
   after an Enter key press Chrome would draw a keyboard focus ring round it */
.join-done h3:focus, .join-done h3:focus-visible { outline: none; }
.jd-lede { color: var(--ink-2); font-size: 1.02rem; max-width: 38ch; }
.jd-lede b { color: var(--ink); font-weight: 600; overflow-wrap: anywhere; }
/* what to do next: three numbered steps, the seal's gradient on the numbers */
.jd-steps { list-style: none; counter-reset: jd; display: grid; gap: 10px; width: 100%; margin: 2px 0 0; padding: 14px 16px; border: 1px solid var(--line); border-radius: var(--r-m); background: rgba(255,255,255,.04); text-align: left; }
.jd-steps li { counter-increment: jd; display: grid; grid-template-columns: 24px 1fr; gap: 10px; align-items: start; font-size: .92rem; line-height: 1.45; color: var(--ink-2); }
.jd-steps li::before { content: counter(jd); display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--grad-seal); color: #fff; font: 700 .78rem var(--f-display); }
.jd-steps b { color: var(--ink); font-weight: 600; overflow-wrap: anywhere; }
/* open testing: Google Play right away, in green like a finished step */
.jd-play { display: grid; grid-template-columns: 40px 1fr; gap: 6px 12px; align-items: center; width: 100%; padding: 16px; border: 1px solid rgba(61,214,154,.4); border-radius: var(--r-m); background: linear-gradient(135deg, rgba(61,214,154,.16), rgba(47,181,255,.1)); text-align: left; }
.jd-play-ic { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: linear-gradient(135deg, #0FA870, #3DD69A); color: #fff; box-shadow: 0 14px 30px -12px rgba(61,214,154,.8); }
.jd-play-ic .i { width: 20px; height: 20px; }
.jd-play b { display: block; color: var(--ink); }
.jd-play p { font-size: .9rem; color: var(--ink-2); }
.jd-play .btn { grid-column: 1 / -1; width: 100%; margin-top: 6px; }
.jd-tip { display: flex; gap: 12px; align-items: flex-start; width: 100%; margin-top: 6px; padding: 14px 16px; border: 1px solid var(--line); border-radius: var(--r-m); background: rgba(255,255,255,.05); text-align: left; font-size: .9rem; color: var(--ink-2); }
.jd-tip > .i { width: 20px; height: 20px; flex: none; margin-top: 1px; color: #F2B23A; }
.jd-tip b { display: block; margin-bottom: 2px; color: var(--ink); }
.jd-tip .jd-again { margin-top: 8px; padding-top: 8px; border-top: 1px dashed var(--line-strong); font-size: .86rem; color: var(--ink-3); }
.jd-mailbox { width: 100%; }
/* "Didn't get it? Send it again" (with its countdown) and "Wrong email? Change it" */
.jd-more { display: grid; gap: 10px; width: 100%; margin-top: 4px; padding-top: 14px; border-top: 1px solid var(--line); }
.jd-more p { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 6px 12px; font-size: .9rem; color: var(--ink-2); text-align: left; }
.jd-more .btn { font-variant-numeric: tabular-nums; }
.jd-more .btn[aria-disabled="true"] { opacity: .62; cursor: default; }
.jd-note { font-size: .9rem; color: var(--ok); }
.jd-note.err { color: #FFB27A; }
.jd-note:empty { display: none; }
/* errors stay next to the form: the field ring turns red and a box says what to do (site.js showErr) */
.join.has-err { border-color: #FF8A7A; box-shadow: 0 0 0 4px rgba(255,107,120,.2); }
.join-err { display: flex; gap: 12px; align-items: flex-start; margin-top: 12px; padding: 14px 16px; border: 1px solid rgba(255,138,122,.45); border-radius: var(--r-m); background: rgba(255,107,120,.1); color: var(--ink-2); font-size: .92rem; line-height: 1.5; text-align: left; animation: jdShake .42s var(--ease) both; }
.join-err .je-ic { display: grid; place-items: center; flex: none; width: 34px; height: 34px; border-radius: 10px; background: linear-gradient(135deg, #FF8A3D, #FF4D6D); color: #fff; box-shadow: 0 12px 26px -12px rgba(255,77,109,.8); }
.join-err .je-ic .i { width: 18px; height: 18px; }
.join-err > div { display: grid; gap: 2px; min-width: 0; }
.join-err b { color: var(--ink); }
.join-err .btn { justify-self: start; margin-top: 8px; }
.join-err[data-kind="rate"] { border-color: rgba(242,178,58,.45); background: rgba(242,178,58,.1); }
.join-err[data-kind="rate"] .je-ic { background: linear-gradient(135deg, #F2B23A, #FF8A3D); box-shadow: 0 12px 26px -12px rgba(242,178,58,.8); }
@keyframes jdShake { 20% { transform: translateX(-6px); } 45% { transform: translateX(5px); } 70% { transform: translateX(-3px); } }
/* the submit button while the request is out: a spinner in place of the label */
.join .btn.is-busy { position: relative; color: transparent; opacity: 1; }
.join .btn.is-busy::after { content: ""; position: absolute; left: 50%; top: 50%; width: 20px; height: 20px; margin: -10px 0 0 -10px; border: 2.5px solid rgba(255,255,255,.35); border-top-color: #fff; border-radius: 50%; animation: jdSpin .8s linear infinite; }
@keyframes jdSpin { to { transform: rotate(360deg); } }
@media (max-width: 520px) { .join-done { padding: 26px 16px 18px; border-radius: 26px; } .jd-seal.notice-seal { --r: 52px; width: 104px; } .jd-more p { justify-content: flex-start; } .jd-more .btn { width: 100%; } }
@media (prefers-reduced-motion: reduce) { .jd-sparks { display: none; } .join-err { animation: none; } }
/* /beta/confirmed/ "on the waitlist": what happens next, the same numbered steps as the sign-up panel */
.notice-next { margin: 8px 0 0; font-size: 1.15rem; }
.notice-steps { width: min(560px, 100%); padding: 16px 18px; gap: 12px; }
.notice-steps li { font-size: .96rem; }

/* trust pages: /about/, /press/, /editorial/ and the extra sections of /transparency/ (_src/company.mjs) */
.co-toc { margin-top: 28px; }
.co-toc ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.co-toc a { display: inline-flex; align-items: center; gap: 7px; padding: 9px 15px; border-radius: 999px; font-size: .88rem; font-weight: 600; color: #DDE1FF; text-decoration: none; background: rgba(255,255,255,.07); border: 1px solid rgba(160,170,255,.22); transition: background .2s, border-color .2s, transform .2s var(--ease); }
.co-toc a .i { width: 16px; height: 16px; color: #9EA6FF; }
.co-toc a:hover { background: rgba(116,128,255,.2); border-color: rgba(160,170,255,.5); transform: translateY(-1px); }
.co-duo { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; align-items: start; }
.co-duo > .card, .co-stack > .card { display: grid; gap: 14px; align-content: start; }
.co-duo h3, .co-plain h3, .co-receipt h3 { display: flex; align-items: center; gap: 10px; }
.co-duo h3 .i, .co-plain h3 .i, .co-receipt h3 .i { width: 36px; height: 36px; padding: 8px; border-radius: 12px; background: var(--seal-soft); color: var(--seal); flex: none; }
.co-duo .card .more { font-weight: 600; font-size: .92rem; }
.co-stack { display: grid; gap: 18px; }
.co-stack p, .co-duo .card > p { color: var(--ink-2); }
.ticks.co-no li .i { color: var(--ember); }
.co-more { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.co-note { display: flex; align-items: flex-start; gap: 10px; margin-top: 18px; color: var(--ink-3); font-size: .92rem; }
.co-note .i { width: 18px; height: 18px; flex: none; margin-top: 3px; color: var(--seal); }
.co-cite { margin: 0 0 30px; padding: 24px 28px; border-radius: 24px; background: linear-gradient(135deg, var(--surface), var(--seal-soft)); border: 1px solid var(--line); position: relative; overflow: hidden; }
.co-cite::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--grad-seal, var(--seal)); }
.co-cite blockquote { margin: 0; font-size: clamp(1.02rem, 1.3vw, 1.14rem); line-height: 1.62; color: var(--ink); max-width: 75ch; }
.co-cite figcaption { margin-top: 12px; font-size: .88rem; font-weight: 600; }
.co-steps { grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr)); }
.co-receipt dl { margin: 6px 0 0; display: grid; }
.co-receipt dl > div { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 13px 0; border-bottom: 1px dashed var(--line-strong); }
.co-receipt dl > div:last-child { border-bottom: 0; }
.co-receipt dt { color: var(--ink-2); }
.co-receipt dd { margin: 0; font-weight: 700; text-align: right; font-family: var(--f-display); letter-spacing: -.01em; }
.co-plain { display: grid; gap: 14px; background: linear-gradient(160deg, var(--surface) 40%, var(--seal-soft)); }
.co-quote { margin: 0; display: grid; gap: 12px; align-content: start; }
.co-quote figcaption { font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--seal); }
.co-quote blockquote { margin: 0; font-size: 1.06rem; line-height: 1.62; color: var(--ink); }
.co-contact td a { font-weight: 600; overflow-wrap: anywhere; }
.co-profiles-title { margin-top: 34px; }
.co-profiles { list-style: none; padding: 0; margin: 14px 0 0; display: flex; flex-wrap: wrap; gap: 10px; }
.co-profiles a { display: inline-block; padding: 8px 14px; border-radius: 999px; background: var(--seal-soft); font-weight: 600; text-decoration: none; }
.co-assets { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr)); gap: 16px; }
.co-asset { margin: 0; display: grid; grid-template-rows: auto 1fr; border-radius: 22px; overflow: hidden; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); transition: transform .25s var(--ease), box-shadow .25s; }
.co-asset:hover { transform: translateY(-3px); box-shadow: 0 24px 50px -26px rgba(51,64,255,.45); }
.co-asset .pv { display: grid; place-items: center; aspect-ratio: 16 / 10; padding: 24px; background: repeating-conic-gradient(var(--surface-2) 0 25%, var(--surface) 0 50%) 0 0 / 22px 22px; }
.co-asset .pv.dark { background: radial-gradient(120% 90% at 30% 0%, #1B1F5E, var(--night)); }
.co-asset .pv img { max-width: 100%; height: auto; max-height: 112px; object-fit: contain; }
.co-asset figcaption { display: grid; gap: 10px; padding: 14px 16px 16px; font-size: .92rem; font-weight: 600; }
.co-asset .dl, .co-shots figcaption { display: flex; flex-wrap: wrap; gap: 8px; }
.co-asset .dl a, .co-shots figcaption a { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 999px; font-size: .82rem; font-weight: 600; text-decoration: none; background: var(--seal-soft); }
.co-asset .dl a .i, .co-shots figcaption a .i { width: 15px; height: 15px; }
.co-shots { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(14px, 2.4vw, 28px); }
.co-shots figure { margin: 0; display: grid; gap: 14px; justify-items: center; text-align: center; }
.co-shots img { width: 100%; max-width: 260px; height: auto; border-radius: 30px; border: 7px solid #0B0E30; background: #0B0E30; box-shadow: 0 34px 60px -30px rgba(15,18,53,.6), 0 0 0 1px rgba(15,18,53,.08); }
.co-shots figure:nth-child(even) { transform: translateY(26px); }
.co-shots figcaption { flex-direction: column; align-items: center; font-size: .92rem; }
.co-shots figcaption b { font-weight: 600; }
@media (max-width: 900px) { .co-duo { grid-template-columns: minmax(0, 1fr); } .co-shots { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .co-shots figure:nth-child(even) { transform: none; } .co-cite { padding: 20px; } }
/* ---- assets/home.css ---- */
/* pryvpn.com — home page. The page tells one story: exposed (ember, dark) → the seal → protected (blue, light). */

/* ---------- journey rail ---------- */
.journey { position: fixed; left: 14px; top: 50%; transform: translateY(-50%); z-index: 70; display: none; flex-direction: column; gap: 26px; padding: 14px 10px; border-radius: 999px; background: rgba(9,11,34,.55); border: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(12px); }
.journey::before { content: ""; position: absolute; left: 50%; top: 22px; bottom: 22px; width: 2px; margin-left: -1px; background: rgba(255,255,255,.12); border-radius: 2px; }
.journey a { position: relative; display: grid; place-items: center; width: 22px; height: 22px; text-decoration: none; }
.journey a i { width: 12px; height: 12px; border-radius: 50%; background: #2A2F66; border: 2px solid #4A5090; transition: all .4s var(--ease); }
.journey a span { position: absolute; left: 34px; white-space: nowrap; font-size: .78rem; font-weight: 600; color: #fff; background: rgba(9,11,34,.9); padding: 5px 10px; border-radius: 8px; opacity: 0; transform: translateX(-6px); transition: .25s var(--ease); pointer-events: none; }
.journey a:hover span, .journey a:focus-visible span { opacity: 1; transform: none; }
.journey a[data-stage="exposed"].on i, .journey a[data-stage="exposed"].done i { background: #FF8A3D; border-color: #FFB27A; box-shadow: 0 0 12px #FF8A3D; }
.journey a[data-stage="seal"].on i, .journey a[data-stage="seal"].done i { background: #9A7BFF; border-color: #C3B6FF; box-shadow: 0 0 12px #7C5CFF; }
.journey a[data-stage="protected"].on i { background: #7C87FF; border-color: #C3C9FF; box-shadow: 0 0 12px #6470FF; }
@media (min-width: 1400px) { .journey { display: flex; } }

/* ---------- HERO ---------- */
.hero { min-height: max(100svh, 820px); padding: calc(120px + env(safe-area-inset-top, 0px)) 0 70px; overflow: hidden; isolation: isolate; display: flex; align-items: center; }
.hero .bg { position: absolute; inset: 0; z-index: -2; background: radial-gradient(50% 60% at 74% 46%, rgba(255, 122, 40, .14), transparent 70%), radial-gradient(60% 50% at 10% 110%, rgba(51, 64, 255, .16), transparent 60%), #070920; }
.hero .bg-on { position: absolute; inset: 0; z-index: -2; opacity: 0; transition: opacity 1.2s var(--ease); background: radial-gradient(55% 65% at 72% 46%, rgba(70, 84, 255, .42), transparent 70%), radial-gradient(40% 40% at 90% 90%, rgba(47, 181, 255, .18), transparent 70%), radial-gradient(60% 50% at 10% 110%, rgba(91, 75, 255, .3), transparent 60%), #070920; }
body[data-safety="sealed"] .hero .bg-on { opacity: 1; }
.hero .stars { position: absolute; inset: 0; z-index: -1; opacity: .5; background-image: radial-gradient(1px 1px at 12% 22%, #fff 50%, transparent), radial-gradient(1px 1px at 32% 72%, #cfd3ff 50%, transparent), radial-gradient(1.5px 1.5px at 52% 12%, #fff 50%, transparent), radial-gradient(1px 1px at 68% 88%, #cfd3ff 50%, transparent), radial-gradient(1px 1px at 88% 30%, #fff 50%, transparent), radial-gradient(1px 1px at 8% 90%, #fff 50%, transparent), radial-gradient(1.5px 1.5px at 42% 42%, #aab2ff 50%, transparent), radial-gradient(1px 1px at 94% 64%, #fff 50%, transparent); }
.hero .gridlines { position: absolute; inset: auto 0 0; height: 38%; z-index: -1; opacity: .22; background-image: linear-gradient(rgba(124,135,255,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(124,135,255,.3) 1px, transparent 1px); background-size: 64px 64px; transform: perspective(600px) rotateX(62deg); transform-origin: bottom; mask-image: linear-gradient(to top, #000, transparent); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr); gap: 28px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.status-word { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; font-size: .9rem; padding: 7px 16px 7px 12px; border-radius: 999px; background: rgba(255,255,255,.06); color: #C3C9FF; border: 1px solid rgba(255,255,255,.14); margin-bottom: 24px; transition: all .5s; text-decoration: none; }
.status-word .dot { width: 9px; height: 9px; border-radius: 50%; background: currentColor; box-shadow: 0 0 12px currentColor; animation: blink .8s infinite; }
.hero a.status-word { color: #C3C9FF; }
.hero a.status-word.exposed { background: rgba(255,138,61,.13); color: #FFB27A; border-color: rgba(255,138,61,.3); }
.status-word.exposed .dot, body[data-safety="sealed"] .status-word .dot { animation: none; }
body[data-safety="sealed"] .hero a.status-word { background: rgba(116,128,255,.18); color: #C3C9FF; border-color: rgba(116,128,255,.4); }
@keyframes blink { 50% { opacity: .25; } }
.hero h1 { font-size: clamp(3rem, 6.3vw, 5.6rem); line-height: .98; letter-spacing: -.05em; font-weight: 700; }
.hero h1 .h1-top { display: block; font: 600 clamp(1.05rem, 1.5vw, 1.25rem)/1.2 var(--f-body); letter-spacing: 0; color: #AEB5FF; margin-bottom: 16px; }
.hero h1 .line { display: block; overflow: hidden; padding-bottom: .08em; }
.hero h1 .line > span { display: inline-block; transform: translateY(105%); animation: rise .9s var(--ease) forwards; }
.hero h1 .line:nth-of-type(2) > span { animation-delay: .1s; } .hero h1 .line:nth-of-type(3) > span { animation-delay: .2s; }
@keyframes rise { to { transform: none; } }
.hero h1 .sheen { background: linear-gradient(100deg, #fff, #fff); -webkit-background-clip: text; background-clip: text; color: transparent; background-size: 200% 100%; }
.hero h1 .soft { background-image: linear-gradient(100deg, #FFD0A8 0%, #FF9A5A 60%, #FFD0A8 100%); transition: all .6s; }
body[data-safety="sealed"] .hero h1 .soft { background-image: linear-gradient(100deg, #C3C9FF 0%, #8FE0FF 60%, #C3C9FF 100%); }
body[data-safety="sealed"] .hero h1 .sheen { background-image: linear-gradient(100deg, #fff 0%, #C3C9FF 30%, #8FE0FF 50%, #C3C9FF 70%, #fff 100%); animation: sheen 5s linear infinite; }
@keyframes sheen { to { background-position: -200% 0; } }
/* the lede is the page's largest text (its LCP): it rises into place but is visible from the first frame */
.hero .lede { margin-top: 26px; animation: liftIn .9s .35s var(--ease) both; }
@keyframes liftIn { from { transform: translateY(14px); } }
.hero .lede b { color: #fff; font-weight: 600; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(14px); } }
.hero-cta { margin-top: 32px; animation: fadeIn .9s .45s var(--ease) both; }
.hero .trust { animation: fadeIn .9s .55s var(--ease) both; }
.hero .trust .i { color: #9AA2FF; }
.hero-visual { position: relative; height: min(740px, 84vh); min-height: 600px; }
.hero-visual canvas { position: absolute; top: -14%; left: -12%; width: 140%; height: 128%; cursor: grab; transition: transform .6s var(--ease); }
.hero-visual canvas:active { cursor: grabbing; }
.drag-hint { position: absolute; right: 4%; top: 2%; z-index: 3; display: inline-flex; align-items: center; gap: 6px; font-size: .74rem; color: var(--ink-3); pointer-events: none; }
.drag-hint .i { width: 14px; height: 14px; }
.console { position: absolute; z-index: 4; left: 0; bottom: 2%; width: min(340px, 92%); border-radius: 28px; padding: 18px; color: #F1F2FF; transition: box-shadow .8s var(--ease), border-color .8s, transform .4s var(--ease); transform-style: preserve-3d; }
body[data-safety="sealed"] .console { border-color: rgba(124,135,255,.5); box-shadow: 0 0 0 1px rgba(124,135,255,.2), 0 30px 80px -30px rgba(70,84,255,.9); }
.console-head { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.mini-seal { width: 38px; height: 38px; position: relative; flex: none; }
.mini-seal .seal { position: absolute; inset: 0; }
.mini-seal .s-ring, .mini-seal .s-track { stroke-width: 14; }
.mini-seal .s-depth, .mini-seal .s-wave, .mini-seal .s-gap { display: none; }
.console-head b { display: block; font: 600 .95rem var(--f-display); }
.console-head span { font-size: .78rem; color: var(--ink-3); }
.console-head .tag { margin-left: auto; font-size: .68rem; font-weight: 700; padding: 4px 9px; border-radius: 999px; background: rgba(255,255,255,.08); color: var(--ink-2); white-space: nowrap; flex: none; }
.c-loc { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 16px; background: rgba(255,255,255,.06); font-size: .88rem; }
.flagc { width: 30px; height: 30px; border-radius: 50%; overflow: hidden; display: grid; place-items: center; font-size: 1.7rem; background: rgba(255,255,255,.08); flex: none; }
.c-loc b { display: block; font-weight: 600; } .c-loc small { color: var(--ink-3); font-size: .76rem; }
.c-loc .bolt { margin-left: auto; font-size: .68rem; font-weight: 700; padding: 3px 8px; border-radius: 6px; background: rgba(124,135,255,.2); color: #C3C9FF; white-space: nowrap; flex: none; }
.c-btn { position: relative; overflow: hidden; width: 100%; margin-top: 12px; min-height: 52px; border: 0; border-radius: 18px; background: var(--grad-seal); background-size: 180% 100%; color: #fff; font: 600 1rem var(--f-body); display: flex; align-items: center; justify-content: center; box-shadow: 0 14px 32px -14px rgba(70,84,255,1), inset 0 1px 0 rgba(255,255,255,.25); transition: background-position .6s var(--ease), transform .15s; }
.c-btn:hover { background-position: 100% 0; }
.c-btn:active { transform: scale(.98); }
.c-btn .prog { position: absolute; inset: 0 auto 0 0; width: 0; background: rgba(255,255,255,.18); transition: width .6s var(--ease); }
.c-btn .lbl { position: relative; display: flex; gap: 10px; align-items: center; }
body[data-safety="sealed"] .c-btn { background: rgba(255,255,255,.06); box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.2); }
.c-steps { list-style: none; margin: 12px 0 0; padding: 0; display: grid; gap: 6px; font-size: .8rem; color: var(--ink-3); }
.c-steps li { display: flex; align-items: center; gap: 8px; }
.c-steps li i { width: 16px; height: 16px; border-radius: 50%; border: 1.5px solid var(--line-strong); display: grid; place-items: center; flex: none; }
.c-steps li.done { color: var(--ink); } .c-steps li.done i { background: var(--seal); border-color: var(--seal); }
.c-steps li.done i::after { content: ""; width: 5px; height: 8px; border: solid #fff; border-width: 0 1.5px 1.5px 0; transform: rotate(45deg) translate(-1px, -1px); }
.c-steps li.now i { border-color: var(--seal); border-top-color: transparent; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.readout { margin: 12px 0 0; font-size: .82rem; }
.readout div { display: flex; justify-content: space-between; gap: 12px; padding: 8px 2px; border-top: 1px solid var(--line); }
.readout dt { color: var(--ink-3); } .readout dd { margin: 0; font-weight: 600; text-align: right; }
.readout dd.warn-text { color: #FFB27A; } .readout dd.ok-text { color: #AEB5FF; }
.demo-note { margin-top: 8px; font-size: .72rem; color: var(--ink-3); text-align: center; }
@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr); }
  .hero-visual { height: 660px; min-height: 0; }
  .hero-visual canvas { top: -4%; left: -14%; width: 128%; height: 86%; }
  .console { left: 50%; transform: translateX(-50%); bottom: 0; }
}
@media (max-width: 520px) { .console { width: calc(100% - 8px); } }

/* ---------- proof ribbon ---------- */
.ribbon { padding-block: 0 70px; }
.metrics { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metrics div { padding: 26px 22px; border-left: 1px solid var(--line); }
.metrics div:first-child { border-left: 0; padding-left: 0; }
.metrics b { display: block; font: 700 clamp(1.9rem, 3.4vw, 2.8rem)/1 var(--f-display); letter-spacing: -.04em; margin-bottom: 6px; }
.metrics b.grad-text { width: fit-content; }
.metrics span { color: var(--ink-3); font-size: .9rem; }
.marquee { overflow: hidden; margin-top: 28px; mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.marquee-track { display: flex; gap: 12px; width: max-content; animation: marquee 80s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee span { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px 7px 7px; border-radius: 999px; border: 1px solid var(--line); background: var(--surface); font-size: .86rem; color: var(--ink-2); white-space: nowrap; }
.marquee span em { font-style: normal; font-size: 1.4rem; line-height: 1; width: 26px; height: 26px; border-radius: 50%; overflow: hidden; display: grid; place-items: center; }
.marquee span b { color: var(--ink); font-weight: 500; }
.marquee span small { color: var(--seal); font: 500 .78rem var(--f-mono); }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (max-width: 900px) { .metrics { grid-template-columns: repeat(2, 1fr); } .metrics div { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); } .metrics div:first-child { border-top: 0; } .metrics div:nth-child(2) { border-top: 0; } .metrics div:last-child { grid-column: 1 / -1; } }

/* ---------- exposure scan ---------- */
.exposed { background: radial-gradient(60% 40% at 50% 0%, rgba(255,110,40,.12), transparent 70%), #080818; }
.scan-meter { display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; padding: 20px 24px; border-radius: 26px; background: rgba(255,138,61,.07); border: 1px solid rgba(255,138,61,.22); margin-bottom: 18px; transition: background .8s, border-color .8s; }
.gauge-wrap { position: relative; width: 120px; }
.gauge-wrap svg { width: 120px; height: 70px; display: block; }
.gauge-wrap #expArc { transition: stroke-dasharray 1.2s var(--ease), stroke .8s; }
.gauge-wrap b { position: absolute; left: 0; right: 0; bottom: 0; text-align: center; font: 700 1rem var(--f-display); color: #FFB27A; }
.scan-sum b { display: block; font: 600 1.2rem var(--f-display); letter-spacing: -.02em; }
.scan-sum span { color: var(--ink-2); font-size: .94rem; }
.scan-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.scan-col { display: grid; gap: 10px; align-content: start; padding: 18px; border-radius: 26px; background: rgba(255,255,255,.03); border: 1px solid var(--line); }
.scan-col h3 { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; font-size: 1.05rem; padding: 4px 6px 8px; }
.scan-col h3 small { font: 500 .78rem var(--f-body); color: var(--ink-3); letter-spacing: 0; }
.scan-card { display: grid; grid-template-columns: 40px 1fr auto; gap: 12px; align-items: center; padding: 12px 14px; border-radius: 18px; background: rgba(255,255,255,.04); border: 1px solid transparent; transition: background .6s, border-color .6s; opacity: 0; transform: translateY(8px); }
.scan-card.shown { opacity: 1; transform: none; transition: opacity .5s var(--ease), transform .5s var(--ease), background .6s, border-color .6s; }
.scan-card .ic { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: rgba(255,255,255,.06); color: var(--ink-2); }
.scan-card.vpn .ic { background: rgba(255,138,61,.14); color: #FF9A4D; }
.scan-card .lbl { display: block; font-size: .78rem; color: var(--ink-3); }
.scan-card .val { display: block; font: 500 .95rem var(--f-body); color: var(--ink); margin-top: 2px; }
.scan-card.vpn .val { color: #FFD0A8; }
.scan-card .tag { font-size: .7rem; font-weight: 600; padding: 4px 9px; border-radius: 999px; background: rgba(255,255,255,.06); color: var(--ink-3); white-space: nowrap; }
.scan-card.typing .val::after { content: "▍"; animation: blink .7s infinite; margin-left: 2px; color: var(--ink-3); }
body[data-safety="sealed"] .scan-card.vpn { background: rgba(116,128,255,.1); border-color: rgba(116,128,255,.3); }
body[data-safety="sealed"] .scan-card.vpn .ic { background: rgba(116,128,255,.2); color: #AEB5FF; }
body[data-safety="sealed"] .scan-card.vpn .val { color: #DDE0FF; }
body[data-safety="sealed"] .scan-card.vpn .tag { background: var(--grad-seal); color: #fff; }
body[data-safety="sealed"] .scan-meter { background: rgba(116,128,255,.1); border-color: rgba(116,128,255,.3); }
body[data-safety="sealed"] .gauge-wrap b { color: #AEB5FF; }
.scan-col.browser .scan-card .val { color: var(--ink-2); }
.scan-note { font-size: .86rem; color: var(--ink-3); padding: 6px 6px 0; }
@media (max-width: 900px) { .scan-grid { grid-template-columns: 1fr; } .scan-meter { grid-template-columns: 1fr; justify-items: start; } .scan-card { grid-template-columns: 40px 1fr; } .scan-card .tag { grid-column: 2; justify-self: start; } }

/* ---------- café Wi-Fi scene ---------- */
.diff { background: linear-gradient(180deg, #080818 0%, #0B0E30 100%); }
.toggle-big { position: relative; display: inline-grid; grid-template-columns: 1fr 1fr; padding: 6px; border-radius: 999px; background: rgba(255,255,255,.06); border: 1px solid var(--line); margin-top: 8px; }
.toggle-big .knob { position: absolute; top: 6px; bottom: 6px; left: 6px; width: calc(50% - 6px); border-radius: 999px; background: linear-gradient(135deg, #FF9A3D, #FF5E4D); box-shadow: 0 10px 30px -10px rgba(255,94,77,.8); transition: transform .5s var(--ease), background .5s; }
.diff[data-mode="protected"] .toggle-big .knob { transform: translateX(100%); background: var(--grad-seal); box-shadow: 0 10px 30px -10px rgba(70,84,255,1); }
.toggle-big button { position: relative; border: 0; background: none; color: var(--ink-2); font: 600 1rem var(--f-body); padding: 14px 28px; border-radius: 999px; display: flex; align-items: center; gap: 8px; justify-content: center; white-space: nowrap; transition: color .3s; }
.toggle-big button[aria-pressed="true"] { color: #fff; }
.scene-wrap { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 20px; }
.scene { position: relative; border-radius: 32px; border: 1px solid var(--line); background: radial-gradient(80% 90% at 50% 50%, rgba(124,135,255,.08), transparent 70%), rgba(255,255,255,.02); overflow: hidden; }
.scene svg { display: block; width: 100%; height: auto; }
.scene .lbl { fill: var(--ink-2); font: 600 13px var(--f-body); }
.scene .sub { fill: var(--ink-3); font: 500 11px var(--f-body); }
.scene .node-bg { fill: rgba(255,255,255,.05); stroke: rgba(255,255,255,.18); }
.scene .wire { stroke: rgba(255,255,255,.14); stroke-width: 2; stroke-dasharray: 4 6; }
.scene .tunnel { fill: none; stroke: url(#tg); stroke-width: 44; stroke-linecap: round; opacity: 0; transition: opacity .8s var(--ease); }
.scene .tunnel-core { fill: none; stroke: rgba(124,135,255,.9); stroke-width: 1.5; opacity: 0; transition: opacity .8s; stroke-dasharray: 8 8; animation: dash 1s linear infinite; }
@keyframes dash { to { stroke-dashoffset: -16; } }
.diff[data-mode="protected"] .scene .tunnel { opacity: .55; }
.diff[data-mode="protected"] .scene .tunnel-core { opacity: 1; }
.scene .server { opacity: .18; transition: opacity .6s; }
.diff[data-mode="protected"] .scene .server { opacity: 1; }
.scene .eye-ray { stroke: #FF8A3D; stroke-width: 1.5; stroke-dasharray: 3 5; animation: dash 1s linear infinite; transition: stroke .5s; }
.diff[data-mode="protected"] .scene .eye-ray { stroke: rgba(255,255,255,.2); }
.scene .eye { color: #FF8A3D; transition: color .5s; }
.diff[data-mode="protected"] .scene .eye { color: #8A8FBE; }
.pkt rect { rx: 13; }
.pkt text { font: 500 11px var(--f-mono); }
.pkt.plain rect { fill: rgba(255,138,61,.16); stroke: #FF8A3D; } .pkt.plain text { fill: #FFD2B0; }
.pkt.enc rect { fill: #5B67FF; stroke: #AEB5FF; } .pkt.enc text { fill: #fff; }
.pkt.out rect { fill: rgba(255,255,255,.08); stroke: rgba(255,255,255,.3); } .pkt.out text { fill: #D6D9FF; }
.burst { fill: none; stroke: #FF6B78; stroke-width: 2; }
.logs { display: grid; gap: 14px; grid-template-rows: auto 1fr; }
.logbox { border-radius: 24px; border: 1px solid var(--line); background: rgba(255,255,255,.03); padding: 16px; display: flex; flex-direction: column; }
.logbox h3 { font: 600 .9rem var(--f-body); letter-spacing: 0; display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.logbox h3 .i { width: 18px; height: 18px; color: #FF8A3D; transition: color .5s; }
.diff[data-mode="protected"] .logbox h3 .i { color: #9AA2FF; }
.logbox ul { list-style: none; margin: 0; padding: 0; font: .76rem/1.5 var(--f-mono); color: var(--ink-2); display: grid; gap: 4px; max-height: 210px; overflow: hidden; mask-image: linear-gradient(#000 70%, transparent); }
.logbox li { animation: logIn .35s var(--ease); display: flex; gap: 8px; }
.logbox li time { color: var(--ink-3); }
.logbox li.bad b { color: #FFB27A; font-weight: 500; } .logbox li.good b { color: #AEB5FF; font-weight: 500; } .logbox li.blk b { color: #FF8A95; font-weight: 500; }
@keyframes logIn { from { opacity: 0; transform: translateY(-6px); } }
.seen { font-size: .88rem; }
.seen b { display: block; font: 500 1.1rem var(--f-mono); margin-top: 4px; transition: color .4s; }
.seen .where { color: var(--ink-3); font-size: .82rem; margin-top: 4px; }
.diff[data-mode="exposed"] .seen b { color: #FFB27A; } .diff[data-mode="protected"] .seen b { color: #AEB5FF; }
.diff-foot { margin-top: 24px; color: var(--ink-3); font-size: .92rem; text-align: center; }
.diff-foot b { color: var(--ink); }
@media (max-width: 980px) { .scene-wrap { grid-template-columns: 1fr; } .logs { grid-template-columns: 1fr 1fr; grid-template-rows: none; } }
@media (max-width: 600px) { .logs { grid-template-columns: 1fr; } .toggle-big button { padding: 12px 14px; font-size: .88rem; } }
@media (max-width: 380px) { .toggle-big { max-width: 100%; } .toggle-big button { white-space: normal; padding: 10px 12px; } }

/* ---------- the seal (scroll-driven turning point) ---------- */
.seal-scroll { height: 300vh; padding: 0; background: #0B0E30; }
.ss-sticky { position: sticky; top: 0; height: 100vh; min-height: 640px; display: flex; align-items: center; overflow: hidden; isolation: isolate; }
.ss-bg { position: absolute; inset: 0; z-index: -1; transition: opacity .2s linear; }
.ss-bg.ember { background: radial-gradient(50% 60% at 68% 50%, rgba(255,110,40,.22), transparent 70%), #0B0B24; }
.ss-bg.blue { opacity: 0; background: radial-gradient(55% 65% at 68% 50%, rgba(70,84,255,.5), transparent 70%), radial-gradient(40% 40% at 90% 90%, rgba(47,181,255,.2), transparent 70%), #080A2A; }
.ss-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 80px); align-items: center; width: min(1240px, 100% - 40px); }
.ss-copy h2 { margin-top: 14px; }
.ss-copy .lede { margin-top: 16px; }
.nowrap { white-space: nowrap; }
.ss-list { list-style: none; padding: 0; margin: 28px 0; display: grid; gap: 10px; }
.ss-list li { display: grid; grid-template-columns: 34px 1fr; gap: 14px; align-items: center; padding: 12px 14px; border-radius: 18px; background: rgba(255,138,61,.07); border: 1px solid rgba(255,138,61,.2); transition: background .5s, border-color .5s; }
.ss-list .st { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; border: 2px solid #FF8A3D; position: relative; transition: all .5s var(--ease); }
.ss-list .st::after { content: ""; width: 10px; height: 10px; border-radius: 50%; background: #FF8A3D; box-shadow: 0 0 12px #FF8A3D; transition: all .5s var(--ease); }
.ss-list b { display: block; font-weight: 600; }
.ss-list .from, .ss-list .to { display: block; font-size: .88rem; transition: opacity .4s, transform .4s var(--ease); }
.ss-list .from { color: #FFB27A; }
.ss-list .to { color: #C3C9FF; height: 0; opacity: 0; transform: translateY(6px); overflow: hidden; }
.ss-list li.done { background: rgba(116,128,255,.12); border-color: rgba(116,128,255,.35); }
.ss-list li.done .st { border-color: transparent; background: var(--grad-seal); }
.ss-list li.done .st::after { width: 7px; height: 12px; border-radius: 0; background: none; box-shadow: none; border: solid #fff; border-width: 0 2.5px 2.5px 0; transform: rotate(45deg) translate(-1px, -2px); }
.ss-list li.done .from { height: 0; opacity: 0; overflow: hidden; }
.ss-list li.done .to { height: auto; opacity: 1; transform: none; }
.ss-visual { display: grid; place-items: center; }
.ss-ring { position: relative; width: min(480px, 42vw); aspect-ratio: 1; }
.ss-ring > svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.ss-ring .trk { fill: none; stroke: rgba(255,255,255,.08); stroke-width: 12; }
.ss-ring .arc { fill: none; stroke: url(#none); stroke: #FF8A3D; stroke-width: 12; stroke-linecap: round; transform-origin: 100px 100px; transform: rotate(-90deg); transition: stroke .5s; filter: drop-shadow(0 0 10px rgba(255,138,61,.6)); }
.ss-ring.sealed .arc { stroke: #7C87FF; filter: drop-shadow(0 0 16px rgba(100,112,255,.9)); }
.ss-ring .halo { fill: none; stroke: #7C87FF; stroke-width: 1; opacity: 0; transition: opacity .8s, r .8s; }
.ss-ring.sealed .halo.h1 { opacity: .4; } .ss-ring.sealed .halo.h2 { opacity: .2; }
.ss-core { position: absolute; inset: 22%; border-radius: 50%; display: grid; place-content: center; justify-items: center; gap: 10px; background: radial-gradient(circle at 30% 25%, rgba(255,255,255,.08), rgba(255,255,255,.02) 70%); border: 1px solid rgba(255,255,255,.1); text-align: center; }
.ss-core .pry-mark { color: #fff; width: 76px; height: 76px; }
.ss-core b { font: 600 1.05rem var(--f-display); color: #FFB27A; transition: color .5s; }
.ss-ring.sealed .ss-core { background: radial-gradient(circle at 30% 25%, #5B67FF, #2430E0 70%); border-color: transparent; box-shadow: 0 30px 80px -20px rgba(51,64,255,.9); }
.ss-ring.sealed .ss-core b { color: #fff; }
.ss-progress { position: absolute; left: 50%; bottom: 28px; width: min(300px, 60%); height: 4px; transform: translateX(-50%); border-radius: 2px; background: rgba(255,255,255,.1); overflow: hidden; }
.ss-progress i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, #FF8A3D, #9A7BFF, #7C87FF); }
@media (max-width: 900px) {
  .seal-scroll { height: 260vh; }
  .ss-grid { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .ss-visual { order: -1; }
  .ss-ring { width: min(220px, 56vw); }
  .ss-list { margin: 16px 0; gap: 6px; } .ss-list li { padding: 8px 10px; } .ss-copy .lede { display: none; }
  .ss-core { gap: 4px; }
  .ss-core .pry-mark { width: 44px; height: 44px; }
  .ss-core b { font-size: .8rem; }
}
@media (prefers-reduced-motion: reduce) { .seal-scroll { height: auto; } .ss-sticky { position: relative; height: auto; padding-block: 100px; } }

/* ---------- features bento ---------- */
.features { background: var(--bg); }
.bento { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; }
.tile { position: relative; overflow: hidden; border-radius: 30px; border: 1px solid var(--line); background: var(--surface); padding: clamp(22px, 2.6vw, 32px); display: flex; flex-direction: column; gap: 10px; min-height: 300px; box-shadow: var(--shadow); }
.tile p { color: var(--ink-2); font-size: .96rem; max-width: 48ch; }
.tile .kicker { font-size: .8rem; }
.tile .viz { margin-top: auto; padding-top: 16px; position: relative; }
.s4 { grid-column: span 4; } .s3 { grid-column: span 3; } .s2 { grid-column: span 2; } .s6 { grid-column: span 6; }
.tile.hero-tile { background: radial-gradient(120% 100% at 100% 0%, rgba(51,64,255,.1), transparent 55%), var(--surface); }
.minis-tile { min-height: 0; }
@media (max-width: 1080px) { .s4, .s3, .s6 { grid-column: span 6; } .s2 { grid-column: span 3; } }
@media (max-width: 680px) { .s2 { grid-column: span 6; } }
.spot::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0; transition: opacity .3s; background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%), rgba(51,64,255,.08), transparent 60%); }
.spot:hover::before { opacity: 1; }
.rank2 { list-style: none; padding: 0; margin: 0; position: relative; height: 292px; }
.rank2 li { position: absolute; left: 0; right: 0; height: 52px; display: grid; grid-template-columns: 30px minmax(0, 150px) 1fr 56px; gap: 14px; align-items: center; padding: 0 14px; border-radius: 16px; transition: transform .8s var(--ease), background .4s; }
.rank2 li.win { background: var(--grad-seal); color: #fff; box-shadow: 0 16px 30px -16px rgba(51,64,255,.9); }
.rank2 .flg { font-size: 1.5rem; width: 30px; height: 30px; border-radius: 50%; overflow: hidden; display: grid; place-items: center; }
.rank2 .nm { font-weight: 600; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .rank2 .nm small { display: block; font-weight: 400; font-size: .74rem; color: var(--ink-3); overflow: hidden; text-overflow: ellipsis; }
.rank2 li.win .nm small { color: rgba(255,255,255,.8); }
.rank2 .bar { height: 8px; border-radius: 4px; background: var(--surface-2); overflow: hidden; }
.rank2 .bar i { display: block; height: 100%; border-radius: 4px; background: var(--seal); transition: width .8s var(--ease); }
.rank2 li.win .bar { background: rgba(255,255,255,.2); } .rank2 li.win .bar i { background: #fff; }
.rank2 .sc { font: 700 1.15rem var(--f-display); text-align: right; font-variant-numeric: tabular-nums; }
.reasons { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.reasons span { font-size: .78rem; font-weight: 600; padding: 5px 10px; border-radius: 999px; background: var(--seal-soft); color: var(--seal); }
.wg-viz { height: 150px; } .wg-viz svg { width: 100%; height: 100%; }
.wg-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 8px; }
.wg-specs div { padding: 10px 12px; border-radius: 14px; background: var(--surface-2); font-size: .76rem; color: var(--ink-3); }
.wg-specs b { display: block; color: var(--ink); font-size: .88rem; font-weight: 600; }
.blk-count { font: 700 3rem/1 var(--f-display); letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.blk-sub { font-size: .84rem; color: var(--ink-3); }
.blk-list { list-style: none; margin: 10px 0 0; padding: 0; height: 132px; overflow: hidden; mask-image: linear-gradient(#000 60%, transparent); display: grid; gap: 6px; align-content: start; }
.blk-list li { display: flex; justify-content: space-between; gap: 10px; font: .76rem var(--f-mono); color: var(--ink-3); padding: 6px 10px; border-radius: 10px; background: var(--surface-2); animation: logIn .4s var(--ease); }
.blk-list li s { text-decoration-color: var(--bad); text-decoration-thickness: 1.5px; }
.blk-list li b { font: 700 .66rem var(--f-body); color: var(--bad); }
.ks-viz { height: 120px; } .ks-viz svg { width: 100%; height: 100%; }
.ks-viz .line { stroke: var(--seal); stroke-width: 3; stroke-linecap: round; transition: stroke .3s; }
.ks-viz.drop .line.b { stroke-dasharray: 2 8; stroke: var(--bad); }
.ks-viz .gate { transition: transform .4s var(--ease), fill .3s; transform-origin: 150px 60px; fill: var(--seal); }
.ks-viz.drop .gate { fill: var(--bad); transform: scale(1.15); }
.ks-viz .lbl2 { font: 600 11px var(--f-body); fill: var(--ink-3); }
.wifi-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.wifi-list li { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 14px; background: var(--surface-2); font-size: .86rem; transition: background .4s, box-shadow .4s; }
.wifi-list li .i { color: var(--ink-3); }
.wifi-list li span { flex: 1; font-weight: 500; }
.wifi-list li em { font-style: normal; font-size: .7rem; font-weight: 700; padding: 3px 8px; border-radius: 999px; background: var(--surface-3); color: var(--ink-3); }
.wifi-list li.hot { background: var(--seal-soft); box-shadow: inset 0 0 0 1.5px var(--seal); }
.wifi-list li.hot em { background: var(--seal); color: #fff; }
.split-viz { display: grid; grid-template-columns: 1fr 120px 1fr; align-items: center; gap: 10px; }
.split-apps { display: grid; gap: 8px; }
.split-app { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 14px; background: var(--surface-2); border: 0; text-align: left; font-weight: 500; font-size: .86rem; color: var(--ink); }
.split-app .ic { width: 28px; height: 28px; border-radius: 9px; display: grid; place-items: center; color: #fff; font-weight: 700; font-size: .8rem; }
.split-app small { margin-left: auto; font-size: .7rem; font-weight: 700; color: var(--seal); }
.split-app.direct small { color: var(--ink-3); }
.split-mid svg { width: 100%; height: 200px; }
.split-dst { display: grid; gap: 12px; }
.split-dst div { padding: 14px; border-radius: 16px; font-size: .84rem; font-weight: 600; text-align: center; }
.split-dst .tun { background: var(--grad-seal); color: #fff; }
.split-dst .dir { background: var(--surface-2); color: var(--ink-2); border: 1px dashed var(--line-strong); }
@media (max-width: 600px) { .split-viz { grid-template-columns: 1fr; } .split-mid { display: none; } }
.hop-viz svg { width: 100%; height: 170px; }
.hop-viz .hopline { fill: none; stroke: var(--seal); stroke-width: 2.5; stroke-dasharray: 6 8; animation: dash .8s linear infinite; }
.hop-viz .hn { fill: var(--surface); stroke: var(--seal); stroke-width: 2; }
.hop-viz text { font: 500 12px var(--f-body); fill: var(--ink-2); }
.hop-viz .pk { fill: var(--seal); }
.minis { display: grid; grid-template-columns: repeat(6, 1fr); }
.mini { padding: 6px 18px; border-left: 1px solid var(--line); }
.mini:first-child { border-left: 0; padding-left: 0; }
.mini .i { width: 24px; height: 24px; color: var(--seal); }
.mini b { display: block; margin: 10px 0 4px; font-size: .95rem; font-weight: 600; }
.mini span { font-size: .84rem; color: var(--ink-3); }
@media (max-width: 1080px) { .minis { grid-template-columns: repeat(3, 1fr); gap: 20px 0; } .mini:nth-child(4) { border-left: 0; padding-left: 0; } }
@media (max-width: 600px) { .minis { grid-template-columns: repeat(2, minmax(0, 1fr)); } .mini { border-left: 0; padding-left: 0; } .mini b, .mini span { overflow-wrap: break-word; -webkit-hyphens: auto; hyphens: auto; } }
.mid-cta { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 14px; margin-top: 40px; color: var(--ink-2); font-size: .95rem; }

/* ---------- app showcase ---------- */
.showcase { background: radial-gradient(60% 50% at 50% 60%, rgba(70,84,255,.28), transparent 70%), #070920; overflow: hidden; }
.show-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 40px; }
.show-tabs button { border: 1px solid var(--line); background: rgba(255,255,255,.04); color: var(--ink-2); padding: 10px 18px; border-radius: 999px; font-weight: 500; display: flex; gap: 8px; align-items: center; transition: all .25s; }
.show-tabs button[aria-pressed="true"] { background: #fff; color: #0A0C24; border-color: #fff; }
.phones { position: relative; display: flex; justify-content: center; align-items: center; perspective: 1800px; height: 700px; }
.ph { position: relative; width: 320px; height: 670px; border-radius: 50px; padding: 10px; flex: none; background: linear-gradient(145deg, #2A2E4F, #05060F 40%, #1E2140); box-shadow: 0 50px 100px -40px rgba(0,0,0,.9), 0 0 0 1px #34385E; transition: transform .8s var(--ease); }
.ph iframe { width: 100%; height: 100%; border: 0; border-radius: 40px; background: #0C0E26; display: block; }
.ph.side { transform: scale(.86) rotateY(24deg) translateX(40px); opacity: .9; }
.ph.side.r { transform: scale(.86) rotateY(-24deg) translateX(-40px); }
.ph.side iframe { pointer-events: none; }
.ph.center { z-index: 2; box-shadow: 0 60px 120px -40px rgba(0,0,0,.9), 0 0 0 1px #4A50A0, 0 0 80px -20px rgba(70,84,255,.6); }
.callout-o { position: absolute; z-index: 3; display: grid; gap: 4px; width: 168px; font-size: .86rem; color: var(--ink-2); }
.callout-o b { color: #fff; font-size: .95rem; font-weight: 600; }
.callout-o::before { content: ""; width: 34px; height: 2px; background: var(--grad-seal); border-radius: 2px; margin-bottom: 6px; }
.co1 { left: 0; top: 14%; } .co2 { left: 0; bottom: 16%; } .co3 { right: 0; top: 18%; } .co4 { right: 0; bottom: 12%; }
@media (max-width: 1200px) { .callout-o { display: none; } }
@media (max-width: 900px) { .ph.side { display: none; } .phones { height: 690px; } }

/* ---------- unblock websites ---------- */
.unblock { background: linear-gradient(180deg, var(--bg), #EEF0FF); }
.unb-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.unb-tabs button { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 999px; border: 1px solid var(--line-strong); background: var(--surface); color: var(--ink-2); font-weight: 500; font-size: .92rem; transition: all .25s; }
.unb-tabs button .i { width: 17px; height: 17px; }
.unb-tabs button[aria-selected="true"] { background: var(--ink); border-color: var(--ink); color: #fff; }
@media (max-width: 700px) { .unb-tabs { flex-wrap: nowrap; overflow-x: auto; margin-inline: -20px; padding: 2px 20px 6px; scrollbar-width: none; scroll-snap-type: x proximity; } .unb-tabs::-webkit-scrollbar { display: none; } .unb-tabs button { flex: none; scroll-snap-align: start; } }
.unb-stage { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: 22px; align-items: stretch; }
.browser { border-radius: 22px; background: var(--surface); border: 1px solid var(--line); box-shadow: 0 40px 80px -40px rgba(15,18,53,.35); overflow: hidden; display: flex; flex-direction: column; min-height: 420px; }
.browser .bar { display: flex; align-items: center; gap: 12px; padding: 12px 14px; background: var(--surface-2); border-bottom: 1px solid var(--line); }
.browser .dots { display: flex; gap: 6px; } .browser .dots i { width: 11px; height: 11px; border-radius: 50%; background: var(--line-strong); }
.browser .url { flex: 1; display: flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; background: var(--surface); border: 1px solid var(--line); font: 500 .88rem var(--f-mono); color: var(--ink-2); min-width: 0; }
.browser .url .i { width: 15px; height: 15px; color: var(--ink-3); flex: none; }
.vpn-toggle { display: inline-flex; align-items: center; gap: 8px; font-size: .82rem; font-weight: 600; color: var(--ink-2); cursor: pointer; white-space: nowrap; }
.browser .view { position: relative; flex: 1; }
.browser .blocked { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 10px; padding: 30px; text-align: center; background: repeating-linear-gradient(135deg, #FFF6EF 0 14px, #FFFFFF 14px 28px); transition: opacity .5s var(--ease), transform .5s var(--ease); }
.browser .blocked .big-ic { width: 72px; height: 72px; border-radius: 22px; display: grid; place-items: center; background: var(--ember-soft); color: var(--ember); }
.browser .blocked .big-ic .i { width: 34px; height: 34px; }
.browser .blocked b { font: 700 1.4rem var(--f-display); letter-spacing: -.02em; }
.browser .blocked span { color: var(--ink-2); max-width: 40ch; }
.browser .blocked code { font: 500 .8rem var(--f-mono); color: var(--ink-3); background: var(--surface-2); padding: 4px 10px; border-radius: 8px; }
.browser .site { position: absolute; inset: 0; padding: 22px; display: grid; gap: 14px; align-content: start; opacity: 0; transform: scale(.98); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.browser .site i { display: block; border-radius: 10px; background: var(--surface-2); }
.browser .s-head { display: flex; gap: 10px; align-items: center; } .browser .s-head i:first-child { width: 90px; height: 16px; background: var(--seal-soft); } .browser .s-head i { width: 50px; height: 12px; }
.browser .s-head i:last-child { margin-left: auto; width: 80px; height: 30px; border-radius: 999px; background: var(--seal); }
.browser .s-hero { height: 150px; border-radius: 18px; background: linear-gradient(135deg, #3340FF, #5B4BFF 50%, #2FB5FF); position: relative; overflow: hidden; }
.browser .s-hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 30%, rgba(255,255,255,.35), transparent 40%); }
.browser .s-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; } .browser .s-row i { height: 70px; border-radius: 14px; }
.browser .s-lines { display: grid; gap: 8px; } .browser .s-lines i { height: 10px; } .browser .s-lines i:nth-child(2) { width: 90%; } .browser .s-lines i:nth-child(3) { width: 75%; } .browser .s-lines i:nth-child(4) { width: 55%; }
.browser .via { position: absolute; right: 16px; bottom: 16px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; background: var(--ink); color: #fff; font-size: .8rem; font-weight: 600; }
.browser .via::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #7C87FF; box-shadow: 0 0 10px #7C87FF; }
.browser[data-on="1"] .blocked { opacity: 0; transform: scale(1.02); pointer-events: none; }
.browser[data-on="1"] .site { opacity: 1; transform: none; }
.browser[data-on="1"] .url .i { color: var(--seal); }
.unb-side { display: grid; gap: 14px; align-content: start; padding: 26px; border-radius: 22px; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); }
.unb-side h3 { font-size: 1.35rem; }
.unb-side p { color: var(--ink-2); }
.unb-steps { margin: 0; padding-left: 20px; display: grid; gap: 6px; color: var(--ink-2); font-size: .95rem; }
.unb-note { font-size: .88rem; color: var(--ink-3); padding: 12px 14px; border-radius: 14px; background: var(--surface-2); }
.unb-side .btn { justify-self: start; }
@media (max-width: 980px) { .unb-stage { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 560px) { .browser .vpn-toggle > span:first-child { display: none; } .browser .dots { display: none; } .browser .s-row i { height: 50px; } }

/* ---------- private browsing ---------- */
.private { background: radial-gradient(60% 50% at 80% 30%, rgba(91,75,255,.22), transparent 70%), #07071C; }
.pv-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 70px); align-items: center; }
.pv-grid .lede { margin-top: 18px; }
.pv-table { margin-top: 28px; }
.pv-table .cmp { background: rgba(255,255,255,.03); box-shadow: none; }
.pv-table .cmp thead th { background: transparent; }
.pv-table .cmp thead th.us { background: var(--grad-seal); }
.pv-table .cmp td.us { background: rgba(116,128,255,.1); }
.pv-links { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 20px; font-weight: 500; }
.router { border-radius: 26px; background: #0D0F2E; border: 1px solid rgba(255,255,255,.1); box-shadow: 0 40px 90px -40px rgba(0,0,0,.8); overflow: hidden; font-size: .9rem; }
.r-head { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; padding: 16px 18px; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.03); }
.r-dot { width: 9px; height: 9px; border-radius: 50%; background: #FF8A3D; box-shadow: 0 0 10px #FF8A3D; transition: all .5s; }
.r-when { color: var(--ink-3); font-size: .8rem; margin-left: auto; }
.r-vis { width: 100%; font-size: .78rem; color: #FFB27A; transition: color .5s; }
.r-list { list-style: none; margin: 0; padding: 8px; display: grid; gap: 2px; min-height: 330px; }
.r-list li { display: grid; grid-template-columns: 52px 88px 1fr; gap: 10px; align-items: center; padding: 9px 10px; border-radius: 12px; font: .82rem var(--f-mono); color: var(--ink-2); }
.r-list li:nth-child(odd) { background: rgba(255,255,255,.025); }
.r-list time { color: var(--ink-3); }
.r-list .dev { color: var(--ink-3); font-family: var(--f-body); font-size: .8rem; }
.r-list .dom { color: #FFD0A8; filter: blur(4.5px); transition: filter .6s, color .6s; user-select: none; }
.r-list .enc { display: none; color: #AEB5FF; }
.router.sealed .r-list .dom { display: none; }
.router.sealed .r-list .enc { display: inline; animation: logIn .4s var(--ease) both; }
.router.sealed .r-dot { background: #7C87FF; box-shadow: 0 0 10px #7C87FF; }
.router.sealed .r-vis { color: #AEB5FF; }
.r-foot { display: flex; align-items: center; gap: 12px; justify-content: space-between; padding: 14px 18px; border-top: 1px solid rgba(255,255,255,.08); color: var(--ink-3); font-size: .82rem; }
@media (max-width: 980px) { .pv-grid { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 520px) { .r-list li { grid-template-columns: 46px 1fr; } .r-list .dev { display: none; } }

/* ---------- network ---------- */
.network { background: #070920; overflow: hidden; }
/* heavy sections that already clip their content: the browser skips their layout and paint until they come near
 * (web.dev "content-visibility"); the size they had is remembered once they have been shown */
.showcase, .network, .final { content-visibility: auto; contain-intrinsic-size: auto 1000px; }
.net-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 40px; align-items: center; }
.net-globe { position: relative; aspect-ratio: 1; max-height: 680px; }
.net-globe canvas { position: absolute; inset: -6%; width: 112%; height: 112%; cursor: grab; }
.network .lede { margin-top: 18px; }
.reg-tabs { display: flex; flex-wrap: wrap; gap: 6px; margin: 28px 0 16px; }
.reg-tabs button { border: 1px solid var(--line); background: none; color: var(--ink-2); padding: 8px 14px; border-radius: 999px; font-weight: 500; font-size: .86rem; }
.reg-tabs button[aria-selected="true"] { background: var(--seal-soft); border-color: var(--seal); color: #fff; }
.city-list { list-style: none; margin: 0; padding: 0 4px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 6px; max-height: 360px; overflow-y: auto; }
.city-list[hidden] { display: none; }
.city-list button { width: 100%; display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 14px; border: 1px solid transparent; background: rgba(255,255,255,.035); color: var(--ink); text-align: left; transition: all .2s; }
.city-list button:hover, .city-list button:focus-visible, .city-list button.on { border-color: var(--seal); background: var(--seal-soft); }
.city-list .flagc { width: 26px; height: 26px; font-size: 1.4rem; }
.city-list .nm { flex: 1; min-width: 0; font-weight: 500; font-size: .88rem; }
.city-list .nm small { display: block; font-weight: 400; font-size: .72rem; color: var(--ink-3); }
.city-list .ms { font: 500 .78rem var(--f-mono); color: var(--seal); }
.city-list .mt { font-size: .7rem; font-weight: 600; color: #A99EFF; }
@media (max-width: 980px) { .net-grid { grid-template-columns: minmax(0, 1fr); } .net-globe { max-width: 560px; margin: 0 auto; width: 100%; } }
@media (max-width: 520px) { .city-list { grid-template-columns: 1fr; } }

/* ---------- steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; position: relative; }
.steps .rail { position: absolute; left: 8%; right: 8%; top: 38px; height: 2px; background: var(--line); }
.steps .rail i { display: block; height: 100%; width: 0; background: var(--grad-seal); transition: width 1.4s var(--ease); }
.steps.in .rail i { width: 100%; }
.step { position: relative; text-align: center; display: grid; justify-items: center; gap: 12px; padding: 0 10px; }
.step .num { width: 76px; height: 76px; border-radius: 50%; display: grid; place-items: center; font: 700 1.5rem var(--f-display); background: var(--bg); border: 2px solid var(--line-strong); color: var(--ink-3); transition: all .6s var(--ease); position: relative; z-index: 1; }
.steps.in .step .num { border-color: var(--seal); color: var(--seal); box-shadow: 0 0 0 8px var(--seal-soft); }
.steps.in .step:nth-child(3) .num { transition-delay: .4s; } .steps.in .step:nth-child(4) .num { transition-delay: .8s; }
.step p { color: var(--ink-2); max-width: 30ch; }
@media (max-width: 760px) { .steps { grid-template-columns: 1fr; gap: 36px; } .steps .rail { display: none; } }

/* ---------- privacy receipt ---------- */
.priv-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 80px); align-items: center; }
.priv-grid h2 { margin-top: 16px; max-width: 14ch; }
.priv-grid .lede { margin-top: 20px; }
.btn-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.badge-rot { position: relative; width: 180px; height: 180px; margin-bottom: 28px; }
.badge-rot svg.txt { position: absolute; inset: 0; animation: rot 24s linear infinite; }
.badge-rot svg.txt text { font: 600 11px var(--f-body); letter-spacing: .24em; fill: var(--ink-2); }
.badge-rot .core { position: absolute; inset: 36px; border-radius: 50%; background: var(--grad-seal); display: grid; place-items: center; color: #fff; box-shadow: 0 20px 50px -20px rgba(51,64,255,.9); }
.badge-rot .core .pry-mark { color: #fff; }
@keyframes rot { to { transform: rotate(360deg); } }
.receipt { position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: 26px 26px 6px 6px; padding: 28px 28px 38px; font-size: .92rem; box-shadow: 0 30px 60px -30px rgba(15,18,53,.25); -webkit-mask: radial-gradient(circle at 12px 100%, transparent 8px, #000 8.5px) 0 0 / 24px 100% repeat-x; mask: radial-gradient(circle at 12px 100%, transparent 8px, #000 8.5px) 0 0 / 24px 100% repeat-x; }
.receipt h3 { display: flex; justify-content: space-between; align-items: baseline; font-size: 1.1rem; }
.receipt h3 small { font: 400 .76rem var(--f-mono); color: var(--ink-3); letter-spacing: 0; }
.receipt .sep { border-top: 2px dashed var(--line-strong); margin: 16px 0; }
.receipt dl { margin: 0; display: grid; gap: 10px; }
.receipt dl div { display: flex; justify-content: space-between; gap: 14px; }
.receipt dt { color: var(--ink-2); } .receipt dd { margin: 0; font: 400 .82rem var(--f-mono); color: var(--ink); text-align: right; white-space: nowrap; }
@media (max-width: 480px) { .receipt { padding-inline: 20px; } .receipt dt { min-width: 0; } .receipt dd { white-space: normal; overflow-wrap: anywhere; } }
.receipt .never dt { text-decoration: line-through; text-decoration-color: var(--ember); color: var(--ink-3); }
.receipt .never dd { color: var(--ember); }
.receipt .total { display: flex; justify-content: space-between; align-items: baseline; font: 700 1.25rem var(--f-display); }
.receipt .total b { font: 500 1.15rem var(--f-mono); }
@media (max-width: 900px) { .priv-grid { grid-template-columns: minmax(0, 1fr); } }

/* ---------- free ---------- */
.free { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(32px, 6vw, 80px); align-items: start; }
.free h2 { margin-top: 16px; }
.free .body { display: grid; gap: 18px; font-size: 1.05rem; color: var(--ink-2); max-width: 56ch; margin-top: 24px; }
.free .body strong { color: var(--ink); font-weight: 600; }
@media (max-width: 900px) { .free { grid-template-columns: minmax(0, 1fr); } }

/* ---------- guides teaser ---------- */
.guide-card .art { height: 150px; border-radius: 18px; margin: -6px -6px 8px; position: relative; overflow: hidden; display: grid; place-items: center; color: #fff; }
.guide-card .art .i { width: 48px; height: 48px; filter: drop-shadow(0 8px 20px rgba(0,0,0,.3)); }
.guide-card .art::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 25% 20%, rgba(255,255,255,.3), transparent 50%); }

/* ---------- final CTA ---------- */
.final { background: radial-gradient(50% 60% at 50% 50%, rgba(70,84,255,.35), transparent 70%), #070920; text-align: center; overflow: hidden; }
.final .big-seal { width: min(320px, 64vw); margin: 0 auto 30px; position: relative; }
.final .big-seal .seal .s-ring { stroke-width: 6; } .final .big-seal .seal .s-track { stroke-width: 6; stroke: rgba(255,255,255,.1); }
.final .big-seal .core { position: absolute; inset: 30%; display: grid; place-items: center; color: #fff; }
.final .big-seal .core .pry-mark { color: #fff; }
.final h2 { max-width: 16ch; margin: 0 auto; }
.final .lede { margin: 20px auto 0; }
.final .cta-block { margin: 32px auto 0; }
.final .cta-note { justify-content: center; }

/* ---------- live network (real locations, hydrated from /api/v1/locations and /api/v1/status) ---------- */
.m-live b { display: flex !important; align-items: baseline; gap: 2px; }
.m-live b span { font: inherit; color: inherit; }
.m-live b small { font-size: .5em; color: var(--ink-3); letter-spacing: 0; }
.m-live > span { display: inline-flex; align-items: center; gap: 8px; }
.m-live[data-state="warn"] .live-dot { background: var(--warn); }
.marquee span em.ic { background: var(--seal-soft); color: var(--seal); }
.marquee span em.ic .i { width: 15px; height: 15px; }
.marquee .tk-loc { border-color: rgba(61,214,154,.35); background: rgba(61,214,154,.07); }
.marquee .tk-loc small { color: var(--ok); }
.marquee .tk-loc[data-status="degraded"] small, .marquee .tk-loc[data-status="maintenance"] small { color: var(--warn); }
.marquee .tk-loc[data-status="offline"] small { color: var(--bad); }
.marquee .tk-next { border-style: dashed; }
.marquee .tk-next small { color: var(--ink-3); }
.ribbon-note { margin-top: 16px; color: var(--ink-3); font-size: .84rem; text-align: center; }
.viz-note { margin-top: 12px; font-size: .78rem !important; color: var(--ink-3) !important; }
.soon-tile .viz { opacity: .55; filter: saturate(.6); }
.soon-pill { font-style: normal; margin-left: 8px; padding: 2px 9px; border-radius: 999px; background: var(--warn-soft, #FFF1CC); color: var(--warn, #9A6700); font-size: .7rem; font-weight: 700; letter-spacing: .02em; text-transform: none; }
.proto-note { display: inline-flex; align-items: center; gap: 8px; margin: 16px auto 0; padding: 7px 14px; border-radius: 999px; border: 1px solid var(--line); background: var(--surface); color: var(--ink-2); font-size: .84rem; }
.proto-note .i { width: 16px; height: 16px; color: var(--seal); flex: none; }
.net-live { display: inline-flex; align-items: center; gap: 10px; margin-top: 22px; padding: 8px 16px 8px 12px; border-radius: 999px; border: 1px solid var(--line); background: var(--surface); font-size: .86rem; color: var(--ink-2); }
.net-live[data-state="idle"] .live-dot, .net-live[data-state="off"] .live-dot { background: var(--ink-3); animation: none; box-shadow: none; }
.net-live[data-state="ok"] { border-color: rgba(61,214,154,.35); color: #9DEBC6; }
.net-live[data-state="warn"] { border-color: rgba(242,178,58,.4); color: #F6CD7C; } .net-live[data-state="warn"] .live-dot { background: var(--warn); }
.net-live[data-state="down"] { border-color: rgba(255,107,120,.4); color: #FFA3AC; } .net-live[data-state="down"] .live-dot { background: var(--bad); }
.loc-cards { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 10px; }
.loc-card { position: relative; width: 100%; display: grid; grid-template-columns: 40px minmax(0, 1fr) auto; grid-template-areas: "f n s" "c c c" "l l l"; gap: 10px 14px; align-items: center; padding: 16px 18px; border-radius: 20px; border: 1px solid var(--line); background: linear-gradient(135deg, rgba(124,135,255,.08), rgba(255,255,255,.02)); color: var(--ink); text-align: left; overflow: hidden; transition: border-color .25s, background .25s, transform .25s var(--ease); }
.loc-card::after { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 120% at 0% 0%, rgba(124,135,255,.22), transparent 60%); opacity: 0; transition: opacity .3s; pointer-events: none; }
.loc-card:hover, .loc-card:focus-visible, .loc-card.on { border-color: var(--seal); transform: translateY(-2px); }
.loc-card:hover::after, .loc-card.on::after { opacity: 1; }
.loc-card .flagc { grid-area: f; width: 40px; height: 40px; font-size: 2.1rem; }
.loc-card .nm { grid-area: n; font: 600 1.12rem var(--f-display); letter-spacing: -.02em; }
.loc-card .nm small { display: block; font: 400 .8rem var(--f-body); letter-spacing: 0; color: var(--ink-3); margin-top: 2px; }
.loc-card .st { grid-area: s; display: inline-flex; align-items: center; gap: 7px; padding: 5px 11px; border-radius: 999px; font-size: .76rem; font-weight: 600; background: rgba(255,255,255,.06); color: var(--ink-2); }
.loc-card .st::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--ink-3); }
.loc-card[data-status="online"] .st { background: rgba(61,214,154,.12); color: #7CE3B4; } .loc-card[data-status="online"] .st::before { background: #3DD69A; box-shadow: 0 0 10px #3DD69A; animation: livePulse 1.8s infinite; }
.loc-card[data-status="degraded"] .st, .loc-card[data-status="maintenance"] .st { background: rgba(242,178,58,.14); color: #F6CD7C; } .loc-card[data-status="degraded"] .st::before, .loc-card[data-status="maintenance"] .st::before { background: var(--warn); }
.loc-card[data-status="offline"] .st { background: rgba(255,107,120,.14); color: #FFA3AC; } .loc-card[data-status="offline"] .st::before { background: var(--bad); }
.loc-card .chips { grid-area: c; display: flex; flex-wrap: wrap; gap: 6px; }
.loc-card .chips i { font-style: normal; font-size: .72rem; font-weight: 500; padding: 4px 9px; border-radius: 8px; background: rgba(255,255,255,.05); border: 1px solid var(--line); color: var(--ink-2); }
.loc-card .load { grid-area: l; display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; font-size: .76rem; color: var(--ink-3); }
.loc-card .load[hidden] { display: none; }
.loc-card .meter { height: 6px; border-radius: 3px; background: rgba(255,255,255,.08); overflow: hidden; }
.loc-card .meter i { display: block; height: 100%; width: 0; border-radius: 3px; background: linear-gradient(90deg, #3DD69A, #7C87FF); transition: width 1s var(--ease); }
.loc-card .load b { font: 500 .76rem var(--f-mono); color: var(--ink-2); }
.loc-next { display: flex; align-items: center; gap: 14px; padding: 14px 18px; border-radius: 20px; border: 1px dashed var(--line-strong); color: var(--ink-3); font-size: .84rem; }
.loc-next .ic { width: 40px; height: 40px; flex: none; border-radius: 50%; display: grid; place-items: center; background: var(--seal-soft); color: var(--seal); }
.loc-next .ic .i { width: 18px; height: 18px; }
.loc-next b { display: block; color: var(--ink); font-weight: 600; font-size: .92rem; }
@media (max-width: 520px) { .loc-card { padding: 14px; gap: 10px; } .loc-card .nm { font-size: 1rem; } }
@media (prefers-reduced-motion: reduce) { .loc-card, .loc-card .meter i { transition: none; } .loc-card[data-status="online"] .st::before { animation: none; } }
.weights { margin-bottom: 18px; }
.weights .wbar { display: flex; gap: 3px; height: 10px; border-radius: 6px; overflow: hidden; }
.weights .wbar i, .weights .wleg i { background: var(--seal); }
.weights .wbar i:nth-child(2), .weights .wleg span:nth-child(2) i { background: #5B4BFF; }
.weights .wbar i:nth-child(3), .weights .wleg span:nth-child(3) i { background: #2FB5FF; }
.weights .wbar i:nth-child(4), .weights .wleg span:nth-child(4) i { background: #9AA2FF; }
.weights .wleg { display: flex; flex-wrap: wrap; gap: 6px 16px; margin-top: 10px; font-size: .78rem; color: var(--ink-2); }
.weights .wleg span { display: inline-flex; align-items: center; gap: 6px; }
.weights .wleg i { width: 8px; height: 8px; border-radius: 2px; }
.weights .wleg b { font: 600 .78rem var(--f-mono); color: var(--ink); }
