/* 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); }
.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:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.5); }
.play-badge svg { width: 19px; height: 21px; flex: none; }
.play-badge small { display: block; font-size: .62rem; opacity: .8; }
.play-badge b { font: 600 .95rem var(--f-display); }
.play-badge.big { padding: 12px 22px 12px 16px; border-radius: 16px; } .play-badge.big svg { width: 26px; height: 28px; } .play-badge.big b { font-size: 1.15rem; } .play-badge.big small { font-size: .72rem; }
@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; } }

/* ---------------- 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); }

/* ================= 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: 12px; right: 12px; left: 12px; width: auto; } }
@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; }
.dl-meta { margin-top: 12px; font-size: .88rem; color: var(--ink-3); }
.soon-banner { display: inline-flex; gap: 12px; align-items: flex-start; margin-top: 28px; padding: 14px 18px; border-radius: 18px; background: rgba(242,178,58,.12); border: 1px solid rgba(242,178,58,.35); color: var(--ink-2); max-width: 64ch; }
.soon-banner .i { color: var(--warn); flex: none; margin-top: 3px; }
.soon-banner b { display: block; color: var(--ink); }
.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); }
.fp-card { position: relative; overflow: hidden; }
.fp-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: var(--grad-seal); }
.fp-card dl { display: grid; gap: 18px; margin: 0; }
.fp dt { font-weight: 600; font-size: .9rem; color: var(--ink); margin-bottom: 6px; }
.fp dd { margin: 0; display: flex; gap: 10px; align-items: flex-start; }
.fp code { flex: 1; min-width: 0; padding: 10px 12px; border-radius: 12px; background: var(--surface-2); color: var(--ink-2); font-size: .8rem; line-height: 1.5; word-break: break-all; }
.fp-state { display: flex; gap: 8px; align-items: center; margin-top: 18px; font-size: .88rem; color: var(--ink-3); }
.fp-state.ok { color: var(--ok); } .fp-state.warn { color: var(--bad); }
.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; }
.install-cards .card h3 { font-size: 1.12rem; }

/* 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 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); }
