:root {
  --bg: #070a12;
  --bg-raise: #0b101b;
  --surface: #0f1522;
  --surface-2: #141c2c;
  --line: rgba(255, 255, 255, 0.075);
  --line-2: rgba(255, 255, 255, 0.13);
  --line-3: rgba(255, 255, 255, 0.2);
  --text: #eef2f8;
  --text-2: #aab4c6;
  --text-3: #7d889c;
  --accent: #6aa8ff;
  --accent-2: #2e8dff;
  --brand: #1478f6;
  --accent-tint: rgba(106, 168, 255, 0.12);
  --kept: #4fd49a;
  --removed: #ff8b7b;
  --removed-tint: rgba(255, 106, 90, 0.14);
  --paper: #f7f5f0;
  --paper-line: rgba(22, 30, 48, 0.08);
  --ink: #1b2231;
  --ink-2: #5b6576;
  --font: "Segoe UI Variable Text", "Segoe UI Variable", -apple-system, BlinkMacSystemFont,
          "SF Pro Text", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-display: "Segoe UI Variable Display", "Segoe UI Variable", -apple-system,
          BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --mono: "Cascadia Mono", "Cascadia Code", ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  --radius-xs: 8px;
  --radius-sm: 10px;
  --radius: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --container: 1200px;
  --gutter: clamp(16px, 4vw, 32px);
  --header-h: 72px;
  color-scheme: dark;
}
*, *::before, *::after { box-sizing: border-box; }
html {
  scrollbar-width: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-padding-top: calc(var(--header-h) + 24px);
  interpolate-size: allow-keywords;
}
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font: 400 1rem/1.6 var(--font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
html::-webkit-scrollbar { display: none; }
.docs-side, .table-wrap, .prose pre, .term { scrollbar-width: thin; scrollbar-color: rgba(255, 255, 255, .14) transparent; }
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3, h4, ul, ol, dl, figure, blockquote, pre { margin: 0; }
ul[class], ol[class] { list-style: none; padding: 0; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 650; letter-spacing: -0.02em; text-wrap: balance; }
p { text-wrap: pretty; }
code, kbd, pre { font-family: var(--mono); }
::selection { background: rgba(46, 141, 255, 0.35); color: #fff; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 6px; }
main:focus { outline: none; }
.skip-link {
  position: fixed; left: 16px; top: -60px; z-index: 100;
  padding: 10px 16px; border-radius: var(--radius-sm);
  background: var(--text); color: var(--bg); font-weight: 600;
  transition: top .2s var(--ease-out);
}
.skip-link:focus { top: 16px; }
.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}
@view-transition { navigation: auto; }
::view-transition-old(root), ::view-transition-new(root) { animation-duration: .28s; }
.site-header { view-transition-name: site-header; }
.container { width: 100%; max-width: calc(var(--container) + var(--gutter) * 2); margin: 0 auto; padding-inline: var(--gutter); }
.container-narrow { max-width: calc(860px + var(--gutter) * 2); }
.section { position: relative; padding-block: clamp(88px, 11vw, 150px); }
.section-tight { padding-block: clamp(64px, 8vw, 104px); }
.section-head { max-width: 780px; margin: 0 auto clamp(48px, 6vw, 72px); text-align: center; }
.section-head.left { margin-inline: 0; text-align: left; }
.section-head h2, .h2 {
  font-size: clamp(2.05rem, 1.25rem + 3vw, 3.4rem);
  line-height: 1.06; letter-spacing: -0.038em;
}
.section-head p, .lede { color: var(--text-2); font-size: clamp(1.05rem, 1rem + .25vw, 1.2rem); line-height: 1.6; margin-top: 20px; }
.section-head.left p { max-width: 620px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  margin-bottom: 18px; color: var(--accent);
  font: 600 .8125rem/1 var(--font); letter-spacing: .01em;
}
.eyebrow::before { content: ""; width: 18px; height: 1px; background: currentColor; opacity: .6; }
.section-head:not(.left) .eyebrow::after { content: ""; width: 18px; height: 1px; background: currentColor; opacity: .6; }
.muted { color: var(--text-2); }
.faint { color: var(--text-3); }
.divider { height: 1px; background: linear-gradient(90deg, transparent, var(--line-2) 20%, var(--line-2) 80%, transparent); border: 0; margin: 0; }
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  padding: 12px var(--gutter) 0;
  pointer-events: none;
}
.nav-shell {
  pointer-events: auto;
  max-width: 1080px; height: 56px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px;
  padding: 0 10px 0 16px;
  border: 1px solid transparent; border-radius: 16px;
  transition: background-color .35s var(--ease-out), border-color .35s var(--ease-out),
              box-shadow .35s var(--ease-out), backdrop-filter .35s;
}
.site-header.is-scrolled .nav-shell, .site-header.is-open .nav-shell {
  background: rgba(11, 15, 26, 0.85);
  border-color: var(--line);
  box-shadow: 0 10px 30px -12px rgba(0, 0, 0, .6), inset 0 1px 0 rgba(255, 255, 255, .04);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  backdrop-filter: blur(18px) saturate(150%);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font: 650 1.0625rem/1 var(--font-display); letter-spacing: -0.01em; justify-self: start; }
.site-header.is-open .nav-shell { background: rgba(9, 13, 22, 0.985); }
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .site-header.is-scrolled .nav-shell { background: rgba(11, 15, 26, 0.97); }
}
.brand-mark {
  width: 28px; height: 28px; flex: none;
  background: linear-gradient(135deg, #2e8dff 0%, #1478f6 55%, #0a5ce0 100%);
  -webkit-mask: url("/assets/img/agnos-mark.png") center / contain no-repeat;
  mask: url("/assets/img/agnos-mark.png") center / contain no-repeat;
  transition: transform .5s var(--ease-out), filter .3s;
}
.brand:hover .brand-mark { transform: scale(1.08); filter: brightness(1.2); }
@media (forced-colors: active) { .brand-mark { background: CanvasText; forced-color-adjust: none; } }
.nav-links { display: flex; gap: 4px; }
.nav-links a {
  position: relative; padding: 8px 14px; border-radius: 10px;
  color: var(--text-2); font-size: .9375rem; font-weight: 500;
  transition: color .2s, background-color .2s;
}
.nav-links a:hover { color: var(--text); background: rgba(255, 255, 255, .05); }
.nav-links a[aria-current="page"] { color: var(--text); }
.nav-links a[aria-current="page"]::after {
  content: ""; position: absolute; left: 50%; bottom: 2px; width: 4px; height: 4px; margin-left: -2px;
  border-radius: 50%; background: var(--accent);
}
.nav-end { display: flex; align-items: center; gap: 8px; justify-self: end; }
.nav-toggle { display: none; width: 40px; height: 40px; border-radius: 10px; position: relative; }
.nav-toggle span {
  position: absolute; left: 11px; right: 11px; height: 1.6px; border-radius: 2px; background: var(--text);
  transition: transform .3s var(--ease-out), top .3s var(--ease-out);
}
.nav-toggle span:first-child { top: 15px; }
.nav-toggle span:last-child { top: 23px; }
.site-header.is-open .nav-toggle span:first-child { top: 19px; transform: rotate(45deg); }
.site-header.is-open .nav-toggle span:last-child { top: 19px; transform: rotate(-45deg); }
.mobile-nav {
  pointer-events: auto;
  display: none; max-width: 1080px; margin: 8px auto 0; padding: 8px;
  border: 1px solid var(--line); border-radius: 16px;
  background: rgba(9, 13, 22, 0.985);
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, .9);
  -webkit-backdrop-filter: blur(24px); backdrop-filter: blur(24px);
}
.mobile-nav a { display: block; padding: 14px 14px; border-radius: 10px; font-size: 1.0625rem; font-weight: 500; color: var(--text-2); }
.mobile-nav a:hover { background: rgba(255, 255, 255, .05); color: var(--text); }
.site-header.is-open .mobile-nav { display: block; animation: drop .3s var(--ease-out); }
@keyframes drop { from { opacity: 0; transform: translateY(-6px); } }
@media (max-width: 860px) {
  .nav-shell { grid-template-columns: 1fr auto; }
  .nav-links { display: none; }
  .nav-toggle { display: block; }
}
.btn {
  --h: 46px;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  height: var(--h); padding: 0 20px; border-radius: 12px;
  font: 600 .9375rem/1 var(--font); letter-spacing: -0.005em; white-space: nowrap;
  transition: transform .25s var(--ease-out), box-shadow .25s var(--ease-out),
              background-color .2s, border-color .2s, color .2s, filter .2s;
}
.btn svg { flex: none; }
.btn:active { transform: translateY(1px) scale(.99); }
.btn-sm { --h: 36px; padding: 0 14px; border-radius: 10px; font-size: .875rem; gap: 8px; }
.btn-lg { --h: 54px; padding: 0 26px; border-radius: 14px; font-size: 1rem; }
.btn-primary {
  color: #fff;
  background: linear-gradient(180deg, #3d98ff 0%, #1b7cf3 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .28), 0 0 0 1px rgba(20, 110, 240, .9),
              0 10px 28px -10px rgba(46, 141, 255, .75);
}
.btn-primary:hover { filter: brightness(1.08); transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 0 0 1px rgba(20, 110, 240, .9),
              0 16px 36px -12px rgba(46, 141, 255, .9); }
.btn-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, .045);
  box-shadow: inset 0 0 0 1px var(--line-2), inset 0 1px 0 rgba(255, 255, 255, .05);
}
.btn-secondary:hover { background: rgba(255, 255, 255, .08); box-shadow: inset 0 0 0 1px var(--line-3); }
.btn-ghost { color: var(--text-2); padding-inline: 12px; }
.btn-ghost:hover { color: var(--text); }
.btn-block { width: 100%; }
.link-arrow { display: inline-flex; align-items: center; gap: 6px; color: var(--accent); font-weight: 600; }
.link-arrow svg { transition: transform .25s var(--ease-out); }
.link-arrow:hover svg { transform: translateX(3px); }
.play-dot { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: rgba(255, 255, 255, .1); }
.hero { position: relative; padding: calc(var(--header-h) + clamp(56px, 9vw, 112px)) 0 clamp(72px, 9vw, 120px); overflow: clip; }
.hero-glow {
  position: absolute; inset: -20% -10% auto; height: 900px; pointer-events: none; z-index: -1;
  background:
    radial-gradient(50% 45% at 50% 20%, rgba(46, 141, 255, .22), transparent 70%),
    radial-gradient(30% 30% at 20% 30%, rgba(106, 168, 255, .08), transparent 70%),
    radial-gradient(30% 30% at 80% 25%, rgba(20, 120, 246, .1), transparent 70%);
}
.fragments { position: absolute; pointer-events: none; display: block; }
.hero-fragments {
  left: 0; top: 0; width: 100%; height: min(100%, 980px); z-index: -1;
  -webkit-mask-image: linear-gradient(180deg, #000 55%, transparent);
  mask-image: linear-gradient(180deg, #000 55%, transparent);
}
.hero-intro { text-align: center; max-width: 1120px; margin: 0 auto; }
.badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 6px 14px 6px 6px; border-radius: 999px;
  background: rgba(255, 255, 255, .04); box-shadow: inset 0 0 0 1px var(--line-2);
  color: var(--text-2); font-size: .8125rem; font-weight: 500;
  transition: background-color .2s, box-shadow .2s;
}
a.badge:hover { background: rgba(255, 255, 255, .07); box-shadow: inset 0 0 0 1px var(--line-3); color: var(--text); }
.badge-tag { padding: 4px 9px; border-radius: 999px; background: var(--accent-tint); color: var(--accent); font-weight: 600; font-size: .75rem; }
.hero h1 {
  margin-top: 28px;
  font-size: clamp(2.6rem, 1.1rem + 5.4vw, 4.9rem);
  line-height: 1; letter-spacing: -0.045em; font-weight: 650;
}
.hero h1 .soft {
  display: block;
  background: linear-gradient(180deg, #ffffff 10%, #9db4d6 105%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  padding-bottom: .08em;
}
.hero-sub { max-width: 640px; margin: 26px auto 0; color: var(--text-2); font-size: clamp(1.06rem, 1rem + .35vw, 1.25rem); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 36px; }
.hero-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 18px; margin-top: 22px; color: var(--text-3); font-size: .875rem; }
.hero-meta span { display: inline-flex; align-items: center; gap: 7px; }
.hero-meta svg { color: var(--kept); }
@media (max-width: 520px) {
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 360px; margin-inline: auto; }
  .hero-actions .btn { width: 100%; }
}
.rise { animation: rise 1s var(--ease-out) both; }
.rise.d1 { animation-delay: .06s; } .rise.d2 { animation-delay: .16s; } .rise.d3 { animation-delay: .28s; }
.rise.d4 { animation-delay: .4s; } .rise.d5 { animation-delay: .52s; } .rise.d6 { animation-delay: .7s; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); filter: blur(8px); } to { opacity: 1; transform: none; filter: none; } }
.hero-full { min-height: 100vh; min-height: 100svh; display: grid; align-items: center; padding: calc(var(--header-h) + 24px) 0 72px; }
.hero-full .hero-intro { transform: translateY(-2vh); }
.hero-full .hero-sub { margin-top: 28px; }
.hero-full .hero-actions { margin-top: 40px; }
.demo { padding-top: clamp(40px, 6vw, 80px); }
.demo .doc-stage { margin-top: 0; }
.window-section { padding-top: 0; }
.pillars { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pillar { padding: clamp(28px, 4vw, 48px) clamp(20px, 3vw, 40px); }
.pillar + .pillar { border-left: 1px solid var(--line); }
.pillar h3 { font-size: 1.375rem; letter-spacing: -0.025em; }
.pillar p { margin-top: 12px; color: var(--text-2); max-width: 340px; }
.pillar .link-arrow { margin-top: 20px; font-size: .9375rem; }
@media (max-width: 820px) {
  .pillars { grid-template-columns: 1fr; }
  .pillar { padding-inline: 4px; }
  .pillar + .pillar { border-left: 0; border-top: 1px solid var(--line); }
}
.doc-stage {
  position: relative; margin: clamp(56px, 7vw, 88px) auto 0;
  display: grid; grid-template-columns: minmax(0, 640px) 290px; gap: 36px; justify-content: center;
  align-items: start;
}
.paper { transition: box-shadow .4s; }
.doc-stage::before {
  content: ""; position: absolute; inset: 8% 10% -6%; z-index: -1;
  background: radial-gradient(50% 50% at 40% 50%, rgba(46, 141, 255, .18), transparent 70%);
  filter: blur(20px);
}
.paper {
  position: relative; overflow: hidden;
  background: var(--paper); color: var(--ink);
  border-radius: 16px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .08), 0 1px 0 rgba(255, 255, 255, .5) inset,
              0 40px 90px -30px rgba(0, 0, 0, .85), 0 18px 40px -20px rgba(0, 0, 0, .6);
}
.paper-bar {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 16px; border-bottom: 1px solid var(--paper-line);
  font-size: .8125rem; color: var(--ink-2); background: rgba(255, 255, 255, .55);
}
.paper-bar svg { color: #8a93a3; }
.paper-name { font-weight: 600; color: var(--ink); }
.paper-state {
  margin-left: auto; display: inline-flex; align-items: center; gap: 7px;
  padding: 4px 10px; border-radius: 999px; font-size: .75rem; font-weight: 600;
  background: rgba(22, 30, 48, .06); color: var(--ink-2);
  transition: background-color .4s, color .4s;
}
.paper-state::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; opacity: .7; }
.paper[data-stage="scan"] .paper-state { background: rgba(20, 120, 246, .1); color: #1459c7; }
.paper[data-stage="scan"] .paper-state::before { animation: blink 1s infinite; }
.paper[data-stage="done"] .paper-state { background: rgba(24, 150, 96, .12); color: #0f7a4d; }
@keyframes blink { 50% { opacity: .15; } }
.paper-body { position: relative; padding: 22px 26px 26px; font: 400 .84rem/1.72 var(--mono); }
.ln { display: grid; grid-template-rows: 1fr; transition: grid-template-rows .7s var(--ease-out), opacity .5s var(--ease-out); }
.ln > div { min-height: 0; overflow: hidden; }
.ln > div > p { padding-block: 5px; }
.ln mark {
  background: transparent; color: inherit; border-radius: 4px;
  transition: background-color .45s var(--ease-out), color .45s, text-decoration-color .45s;
  text-decoration: line-through 1.5px transparent;
  box-decoration-break: clone; -webkit-box-decoration-break: clone;
  padding: 1px 4px; margin: 0 -4px;
}
.ln.is-marked mark { background: var(--removed-tint); color: #9a5249; text-decoration-color: rgba(205, 72, 56, .75); }
.ln-note { display: none; margin-top: 2px; padding-bottom: 4px; font: 500 .75rem/1.4 var(--font); color: #b04a3e; }
.ln.is-marked .ln-note { display: block; }
@media (min-width: 1081px) {
  .ln.is-marked .ln-note { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
}
.fix { border-radius: 3px; transition: background-color .5s, color .5s; }
.fix.is-fixed { background: rgba(24, 150, 96, .16); color: #0d6b44; }
.paper.is-clean .ln.junk { grid-template-rows: 0fr; opacity: 0; }
.paper.is-clean .fix.is-fixed { background: transparent; color: inherit; }
.paper-scan {
  position: absolute; left: 0; right: 0; top: -70px; height: 70px; opacity: 0; pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(46, 141, 255, .08) 60%, rgba(46, 141, 255, .5) 97%, rgba(46, 141, 255, 0));
}
.paper-scan::after { content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 1.5px; background: #2e8dff; box-shadow: 0 0 12px 2px rgba(46, 141, 255, .7); }
.paper[data-stage="scan"] .paper-scan { animation: scan 1.9s var(--ease-in-out) forwards; }
@keyframes scan { 0% { top: -70px; opacity: 1; } 92% { opacity: 1; } 100% { top: 100%; opacity: 0; } }
.doc-notes { position: relative; }
.note {
  position: absolute; left: 0; right: 0;
  padding: 12px 14px; border-radius: 12px;
  background: rgba(16, 22, 36, .78); box-shadow: inset 0 0 0 1px var(--line-2), 0 12px 30px -14px rgba(0, 0, 0, .8);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  font-size: .8125rem; line-height: 1.45; color: var(--text-2);
  opacity: 0; transform: translateX(-10px);
  transition: opacity .5s var(--ease-out), transform .6s var(--ease-out);
}
.note::before {
  content: ""; position: absolute; top: 18px; left: -37px; width: 36px; height: 1px;
  background: linear-gradient(90deg, rgba(255, 139, 123, 0), rgba(255, 139, 123, .6));
}
.note.is-shown { opacity: 1; transform: none; }
.note-kind { display: flex; align-items: center; gap: 7px; margin-bottom: 4px; color: var(--removed); font-weight: 600; font-size: .75rem; letter-spacing: .02em; }
.note-kind::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 3px rgba(255, 139, 123, .15); }
.note-fix .note-kind { color: var(--kept); }
.note-fix .note-kind::before { box-shadow: 0 0 0 3px rgba(79, 212, 154, .15); }
.note-fix::before { background: linear-gradient(90deg, rgba(79, 212, 154, 0), rgba(79, 212, 154, .6)); }
.note-rule { color: var(--text); }
.doc-stage.is-clean .note { opacity: 0; transform: translateX(-10px); }
.doc-controls { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px 20px; margin-top: 8px; }
.segmented { display: inline-flex; padding: 4px; border-radius: 12px; background: rgba(255, 255, 255, .04); box-shadow: inset 0 0 0 1px var(--line-2); }
.segmented button {
  padding: 8px 14px; border-radius: 9px; font-size: .875rem; font-weight: 600; color: var(--text-2);
  transition: background-color .25s, color .25s, box-shadow .25s;
}
.segmented button:hover { color: var(--text); }
.segmented button[aria-pressed="true"] { background: rgba(255, 255, 255, .09); color: var(--text); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 2px 8px -2px rgba(0, 0, 0, .5); }
.doc-caption { grid-column: 1 / -1; margin-top: -4px; text-align: center; color: var(--text-3); font-size: .8125rem; }
.replay { color: var(--text-3); font-size: .8125rem; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: var(--line-3); }
.replay:hover { color: var(--text); }
@media (max-width: 1080px) {
  .doc-stage { grid-template-columns: minmax(0, 640px); }
  .doc-notes { display: none; }
  .ln-note { padding-left: 2px; }
}
@media (max-width: 560px) {
  .paper-body { padding: 16px 16px 20px; font-size: .78rem; }
  .paper-bar { padding: 10px 12px; }
  .paper-bar .faint { display: none; }
  .paper-name, .paper-state { white-space: nowrap; }
}
.window-stage { position: relative; perspective: 2000px; margin-top: clamp(48px, 6vw, 72px); }
.window-stage::before {
  content: ""; position: absolute; left: 10%; right: 10%; top: 10%; bottom: 0; z-index: -1;
  background: radial-gradient(50% 50% at 50% 50%, rgba(46, 141, 255, .28), transparent 70%);
  filter: blur(40px);
}
.window {
  --rx: 0deg; --s: 1;
  position: relative; overflow: hidden;
  border-radius: 14px; background: #0f1420;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .1), inset 0 1px 0 rgba(255, 255, 255, .06),
              0 60px 120px -40px rgba(0, 0, 0, .9), 0 30px 60px -30px rgba(0, 0, 0, .7);
  transform: rotateX(var(--rx)) scale(var(--s));
  transform-origin: 50% 0;
  will-change: transform;
}
.window-bar {
  display: flex; align-items: center; gap: 10px; height: 38px; padding: 0 0 0 14px;
  background: #0a0f18; border-bottom: 1px solid rgba(255, 255, 255, .06);
  color: var(--text-3); font-size: .75rem;
}
.window-bar img { width: 16px; height: 16px; border-radius: 4px; }
.window-ctrl { margin-left: auto; display: flex; height: 100%; }
.window-ctrl span { display: grid; place-items: center; width: 46px; color: var(--text-3); }
.window-ctrl svg { width: 12px; height: 12px; }
.window img.shot { width: 100%; }
.frame {
  position: relative; overflow: hidden; border-radius: 14px; background: #0f1420;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .1), 0 40px 90px -40px rgba(0, 0, 0, .9);
}
.frame img { width: 100%; }
.frame.fade::after {
  content: ""; position: absolute; inset: auto 0 0; height: 28%;
  background: linear-gradient(180deg, rgba(15, 20, 32, 0), #0f1420 92%);
  pointer-events: none;
}
.caption { margin-top: 18px; text-align: center; color: var(--text-3); font-size: .875rem; }
.how-head { padding-bottom: clamp(48px, 6vw, 80px); }
.rows { display: grid; gap: clamp(96px, 12vw, 160px); padding-top: 24px; }
.row { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: clamp(32px, 5vw, 80px); align-items: center; }
.row:nth-child(even) { grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr); }
.row:nth-child(even) .row-text { order: 2; }
.row-text { position: relative; isolation: isolate; }
.row-big {
  position: absolute; z-index: -1; left: -0.05em; top: -0.62em; pointer-events: none;
  font: 700 clamp(7rem, 4.5rem + 8vw, 12rem)/1 var(--font-display); letter-spacing: -0.06em;
  color: transparent; -webkit-text-stroke: 1px rgba(255, 255, 255, .08);
  background: linear-gradient(180deg, rgba(106, 168, 255, .1), transparent 70%); -webkit-background-clip: text; background-clip: text;
}
.row-step { color: var(--accent); font: 600 .8125rem/1 var(--font); letter-spacing: .1em; text-transform: uppercase; }
.row-text h2 { margin-top: 14px; font-size: clamp(1.9rem, 1.3rem + 1.8vw, 2.7rem); line-height: 1.08; letter-spacing: -0.038em; }
.row-text p:not(.row-step) { margin-top: 16px; color: var(--text-2); font-size: 1.125rem; line-height: 1.6; max-width: 440px; }
.row-text .row-note { color: var(--text-3); font-size: .9375rem; }
.row-media { position: relative; }
.scene {
  --glow-a: rgba(46, 141, 255, .36);
  --glow-b: rgba(56, 189, 248, .14);
  position: relative; isolation: isolate; overflow: hidden;
  aspect-ratio: 1.4; border-radius: 28px;
  background:
    radial-gradient(70% 85% at 10% 0%, var(--glow-a), transparent 62%),
    radial-gradient(60% 70% at 100% 100%, var(--glow-b), transparent 62%),
    linear-gradient(165deg, #111c33 0%, #0b1325 55%, #080d19 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .09), inset 0 1px 0 rgba(255, 255, 255, .1),
              0 50px 110px -40px rgba(0, 0, 0, .95);
}
.scene::before {
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: .5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='128'%3E%3Cg fill='%2379afff' fill-opacity='.42'%3E%3Crect x='10' y='14' width='26' height='3' rx='1.5'/%3E%3Crect x='46' y='14' width='6' height='3' rx='1.5'/%3E%3Crect x='124' y='14' width='34' height='3' rx='1.5'/%3E%3Crect x='30' y='46' width='14' height='3' rx='1.5'/%3E%3Crect x='70' y='46' width='40' height='3' rx='1.5'/%3E%3Crect x='168' y='46' width='5' height='3' rx='1.5'/%3E%3Crect x='4' y='78' width='5' height='3' rx='1.5'/%3E%3Crect x='96' y='78' width='22' height='3' rx='1.5'/%3E%3Crect x='140' y='78' width='14' height='3' rx='1.5'/%3E%3Crect x='52' y='110' width='30' height='3' rx='1.5'/%3E%3Crect x='150' y='110' width='24' height='3' rx='1.5'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 200px 128px;
  -webkit-mask-image: radial-gradient(85% 80% at 18% 12%, #000 10%, transparent 72%);
  mask-image: radial-gradient(85% 80% at 18% 12%, #000 10%, transparent 72%);
}
.scene::after { content: ""; position: absolute; left: 8%; right: 8%; top: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .3), transparent); }
.scene-add { --glow-b: rgba(232, 168, 56, .13); }
.scene-review { --glow-b: rgba(79, 212, 154, .12); }
.scene-export { --glow-a: rgba(46, 141, 255, .32); --glow-b: rgba(121, 175, 255, .2); }
.layer {
  position: absolute; overflow: hidden; border-radius: 12px; background: #121927;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .12), inset 0 1px 0 rgba(255, 255, 255, .08),
              0 34px 70px -24px rgba(0, 0, 0, .92), 0 14px 28px -14px rgba(0, 0, 0, .7);
}
.layer img { display: block; width: 100%; height: auto; }
.layer-zone    { left: 7%;  top: 12%; width: 100%; }
.layer-files   { left: 4%;  top: 57%; width: 84%; }
.layer-toggle  { left: 57%; top: 5%;  width: 38%; border-radius: 10px; }
.layer-before  { left: 4%;  top: 9%;  width: 56%; }
.layer-after   { left: 43%; top: 25%; width: 54%; }
.layer-segment { left: 7%;  top: 13%; width: 30%; border-radius: 999px; }
.layer-chips   { left: 4%;  top: 31%; width: 92%; border-radius: 12px; }
.layer-pieces  { left: 7%;  top: 51%; width: 125%; }
.layer-stats   { left: 6%;  top: 12%; width: 60%; border-radius: 10px; }
.layer-exports { left: 8%;  top: 30%; width: 125%; }
.layer-before::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 16%; background: linear-gradient(rgba(18, 25, 39, 0), #121927 85%); }
.js .scene .layer { opacity: 0; transform: translateY(28px) scale(.98); transition: opacity .9s var(--ease-out), transform 1.2s var(--ease-out); }
.js .scene .layer:nth-child(2) { transition-delay: .2s; }
.js .scene .layer:nth-child(3) { transition-delay: .4s; }
.js .row.is-in .scene .layer { opacity: 1; transform: none; }
@keyframes drift { 50% { transform: translateY(-6px); } }
.row.is-in .layer-toggle, .row.is-in .layer-segment, .row.is-in .layer-stats { animation: drift 7s ease-in-out 1.8s infinite; }
.row.is-in .layer-after { animation: ring-on .9s var(--ease-out) 2.3s forwards, drift 8s ease-in-out 3.2s infinite; }
.row.is-in .layer-chips { animation: ring-on .9s var(--ease-out) 1.3s forwards, drift 8s ease-in-out 2.2s infinite; }
@keyframes ring-on {
  to { box-shadow: 0 0 0 2px rgba(106, 168, 255, .85), 0 0 40px 2px rgba(46, 141, 255, .35), 0 34px 70px -24px rgba(0, 0, 0, .92); }
}
.row.is-in .layer-zone { animation: zone-glow 5.4s ease-in-out 1.2s infinite; }
@keyframes zone-glow {
  0%, 30%, 70%, 100% { box-shadow: 0 0 0 1px rgba(255, 255, 255, .12), 0 34px 70px -24px rgba(0, 0, 0, .92); }
  45%, 55% { box-shadow: 0 0 0 2px rgba(106, 168, 255, .8), 0 0 44px 4px rgba(46, 141, 255, .35), 0 34px 70px -24px rgba(0, 0, 0, .92); }
}
.strike { position: absolute; height: 4.1%; border-radius: 4px; background: rgba(255, 106, 90, .22); transform: scaleX(0); transform-origin: 0 50%; pointer-events: none; }
.strike::after { content: ""; position: absolute; left: -2px; right: -2px; top: 50%; height: 2px; margin-top: -1px; border-radius: 2px; background: #ff8b7b; box-shadow: 0 0 10px rgba(255, 139, 123, .8); }
html:not(.js) .strike { transform: none; }
.row.is-in .strike { animation: strike .7s var(--ease-out) forwards; }
.row.is-in .strike-1 { animation-delay: 1.2s; }
.row.is-in .strike-2 { animation-delay: 1.8s; }
.strike-1 { left: 2.6%; top: 26.4%; width: 18.2%; }
.strike-2 { left: 2.6%; top: 76.2%; width: 80.2%; }
@keyframes strike { to { transform: scaleX(1); } }
.pick { position: absolute; left: .4%; width: 99.2%; top: .6%; height: 22.8%; border-radius: 10px; opacity: 0; pointer-events: none; box-shadow: 0 0 0 2px rgba(106, 168, 255, .9), 0 0 26px 4px rgba(46, 141, 255, .35); }
.row.is-in .pick { animation: pick-in .8s var(--ease-out) 1s forwards, pick-walk 9s var(--ease-in-out) 1.8s infinite; }
@keyframes pick-in { to { opacity: 1; } }
@keyframes pick-walk {
  0%, 20% { top: .6%; } 25%, 45% { top: 25.8%; } 50%, 70% { top: 51.3%; } 75%, 95% { top: 76.3%; } 100% { top: .6%; }
}
.drop {
  --dx: 0px; --r: 0deg;
  position: absolute; z-index: 2; left: 57%; top: 28%; padding: 6px 10px; border-radius: 7px; pointer-events: none;
  background: #f7f5f0; color: #1b2231; font: 700 .72rem/1 var(--font); letter-spacing: .04em;
  box-shadow: 0 12px 26px -8px rgba(0, 0, 0, .8); opacity: 0;
}
.drop-1 { --dx: -190px; --r: -14deg; }
.drop-2 { --dx: 10px; --r: 8deg; }
.drop-3 { --dx: 200px; --r: 16deg; }
.row.is-in .drop { animation: drop-in 5.4s var(--ease-in-out) infinite; }
.row.is-in .drop-1 { animation-delay: 1.4s; }
.row.is-in .drop-2 { animation-delay: 2s; }
.row.is-in .drop-3 { animation-delay: 2.6s; }
@keyframes drop-in {
  0% { opacity: 0; transform: translate(calc(-50% + var(--dx)), -170px) rotate(var(--r)); }
  10% { opacity: 1; }
  40% { opacity: 1; transform: translate(-50%, -14px) rotate(0deg) scale(.92); }
  50%, 100% { opacity: 0; transform: translate(-50%, 6px) scale(.55); }
}
@media (max-width: 860px) {
  .row, .row:nth-child(even) { grid-template-columns: 1fr; gap: 28px; }
  .row:nth-child(even) .row-text { order: 0; }
  .row-big { font-size: 7rem; top: -0.5em; }
  .scene { border-radius: 20px; }
  .layer { border-radius: 8px; }
  .drop-1 { --dx: -110px; }
  .drop-3 { --dx: 110px; }
  .drop { font-size: .625rem; padding: 5px 8px; }
}
@media (prefers-reduced-motion: reduce) {
  .drop { display: none; }
}
.private { display: grid; grid-template-columns: 48px 1fr; gap: 24px; align-items: start; max-width: 860px; margin: 0 auto; padding: clamp(28px, 4vw, 44px); border-radius: var(--radius-xl); background: linear-gradient(180deg, rgba(79, 212, 154, .05), rgba(79, 212, 154, .015)); box-shadow: inset 0 0 0 1px rgba(79, 212, 154, .22); }
.private > svg { width: 28px; height: 28px; margin-top: 4px; color: var(--kept); }
.private h2 { font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem); letter-spacing: -0.03em; }
.private p { margin-top: 12px; color: var(--text-2); font-size: 1.0625rem; }
.private .link-arrow { margin-top: 18px; }
@media (max-width: 560px) { .private { grid-template-columns: 1fr; gap: 14px; } }
.plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; max-width: 1080px; margin: 0 auto; }
.plan {
  position: relative; display: flex; flex-direction: column; overflow: hidden;
  padding: 0 30px 32px; border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .01));
  box-shadow: inset 0 0 0 1px var(--line), inset 0 1px 0 rgba(255, 255, 255, .04);
}
.plan-pro {
  background:
    radial-gradient(120% 55% at 50% 0%, rgba(46, 141, 255, .24), transparent 62%),
    linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .015));
  box-shadow: inset 0 0 0 1px rgba(106, 168, 255, .5), inset 0 1px 0 rgba(255, 255, 255, .08), 0 40px 90px -40px rgba(46, 141, 255, .55);
}
.plan-strip {
  margin: 0 -30px 28px; padding: 11px 16px; text-align: center;
  font: 600 .8125rem/1.2 var(--font); letter-spacing: .01em; color: var(--text-2);
  background: rgba(255, 255, 255, .03); border-bottom: 1px solid var(--line);
}
.plan-pro .plan-strip { color: #fff; background: linear-gradient(90deg, rgba(46, 141, 255, .5), rgba(20, 120, 246, .35)); border-bottom-color: rgba(106, 168, 255, .45); }
.plan-name { font: 650 1.375rem/1.2 var(--font-display); letter-spacing: -0.02em; }
.plan-says { margin-top: 6px; color: var(--text-2); font-size: .9375rem; }
.plan-price { display: flex; align-items: baseline; gap: 8px; margin-top: 24px; }
.plan-price strong { font: 650 3.4rem/1 var(--font-display); letter-spacing: -0.045em; }
.plan-price span { color: var(--text-2); font-size: 1rem; }
.plan-facts { margin-top: 10px; color: var(--text-3); font-size: .875rem; }
.plan .btn { margin-top: 26px; }
.plan-list { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); display: grid; gap: 12px; }
.plan-list li { display: grid; grid-template-columns: 18px 1fr; gap: 10px; font-size: .9375rem; color: var(--text); }
.plan-list svg { width: 18px; height: 18px; margin-top: 2px; color: var(--kept); }
.plan-list li.limit { color: var(--text-2); }
.plan-list li.limit svg { color: var(--text-3); }
.plans-fine { max-width: 760px; margin: 28px auto 0; text-align: center; color: var(--text-3); font-size: .875rem; line-height: 1.65; }
@media (max-width: 960px) { .plans { grid-template-columns: 1fr; max-width: 520px; } }
.buy { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; max-width: 1080px; margin: 0 auto; }
.buy li { position: relative; padding: 28px 26px; border-radius: var(--radius-lg); background: rgba(255, 255, 255, .025); box-shadow: inset 0 0 0 1px var(--line); }
.buy-num { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--accent-tint); box-shadow: inset 0 0 0 1px rgba(106, 168, 255, .4); color: var(--accent); font: 700 .875rem/1 var(--font); }
.buy h3 { margin-top: 18px; font-size: 1.1875rem; letter-spacing: -0.02em; }
.buy p { margin-top: 8px; color: var(--text-2); font-size: .9375rem; line-height: 1.6; }
.buy strong { color: var(--text); font-weight: 600; }
@media (min-width: 961px) {
  .buy li:not(:last-child)::after { content: ""; position: absolute; top: 44px; right: -14px; width: 10px; height: 10px; border-top: 2px solid var(--line-3); border-right: 2px solid var(--line-3); transform: rotate(45deg); }
}
@media (max-width: 960px) { .buy { grid-template-columns: 1fr; max-width: 520px; } }
.guarantee { display: flex; gap: 16px; align-items: flex-start; max-width: 1080px; margin: 18px auto 0; padding: 22px 26px; border-radius: var(--radius-lg); background: rgba(79, 212, 154, .06); box-shadow: inset 0 0 0 1px rgba(79, 212, 154, .25); color: var(--text-2); }
.guarantee svg { flex: none; width: 24px; height: 24px; color: var(--kept); }
.guarantee strong { color: var(--text); }
.guarantee .link-arrow { margin-left: 6px; }
@media (max-width: 960px) { .guarantee { max-width: 520px; } }
.faq-more { max-width: 820px; margin: 28px auto 0; text-align: center; color: var(--text-2); }
.faq-more a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(106, 168, 255, .4); }
.thanks-check { width: 76px; height: 76px; margin: 0 auto 28px; }
.thanks-check svg { width: 100%; height: 100%; }
.thanks-check circle { stroke: var(--kept); stroke-width: 2.5; opacity: .9; stroke-dasharray: 151; stroke-dashoffset: 151; animation: draw 1s var(--ease-out) .3s forwards; }
.thanks-check path { stroke: var(--kept); stroke-width: 3.5; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 40; stroke-dashoffset: 40; animation: draw .6s var(--ease-out) 1.1s forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.activate { display: grid; gap: 14px; }
.activate li { display: grid; grid-template-columns: 32px 1fr; gap: 18px; padding: 24px 26px; border-radius: var(--radius-lg); background: rgba(255, 255, 255, .025); box-shadow: inset 0 0 0 1px var(--line); }
.activate h3 { font-size: 1.1875rem; letter-spacing: -0.02em; margin-top: 4px; }
.activate p { margin-top: 6px; color: var(--text-2); }
.activate strong { color: var(--text); font-weight: 600; }
.thanks-more { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 28px; }
.thanks-more .panel { display: flex; flex-direction: column; align-items: flex-start; }
.thanks-more .panel h2 { font-size: 1.25rem; }
.thanks-more .btn { margin-top: 20px; }
@media (max-width: 720px) { .thanks-more { grid-template-columns: 1fr; } }
.faqs { max-width: 820px; margin: 0 auto; border-top: 1px solid var(--line); }
details.faq { border-bottom: 1px solid var(--line); }
details.faq summary {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 22px 4px; cursor: pointer; list-style: none;
  font: 600 1.0625rem/1.4 var(--font); letter-spacing: -0.01em;
  transition: color .2s;
}
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary::after {
  content: ""; flex: none; width: 12px; height: 12px;
  background:
    linear-gradient(var(--text-2), var(--text-2)) center / 12px 1.6px no-repeat,
    linear-gradient(var(--text-2), var(--text-2)) center / 1.6px 12px no-repeat;
  transition: transform .35s var(--ease-out);
}
details.faq[open] summary::after { transform: rotate(45deg); }
details.faq summary:hover { color: var(--accent); }
details.faq > div { padding: 0 4px 24px; color: var(--text-2); max-width: 700px; }
details.faq > div p + p { margin-top: 10px; }
details.faq::details-content { block-size: 0; overflow: clip; transition: block-size .4s var(--ease-out), content-visibility .4s allow-discrete; }
details.faq[open]::details-content { block-size: auto; }
.prose details.faq summary { font-size: 1rem; padding: 18px 2px; }
.cta { position: relative; text-align: center; overflow: clip; }
.cta::before {
  content: ""; position: absolute; left: 50%; top: 40%; width: 900px; height: 600px; transform: translate(-50%, -50%); z-index: -1;
  background: radial-gradient(50% 50% at 50% 50%, rgba(46, 141, 255, .2), transparent 70%);
}
.cta-stage { position: relative; height: 220px; margin: 0 auto 24px; display: grid; place-items: center; }
.cta-stage .fragments {
  inset: 0; width: 100%; height: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent);
}
.cta-mark { position: relative; z-index: 1; width: 96px; height: 96px; border-radius: 24px; box-shadow: 0 0 0 1px rgba(121, 175, 255, .35), 0 24px 70px -12px rgba(46, 141, 255, .7); }
.cta h2 { font-size: clamp(2.2rem, 1.3rem + 3.6vw, 4rem); line-height: 1.03; letter-spacing: -0.042em; }
.cta p { max-width: 560px; margin: 20px auto 0; color: var(--text-2); font-size: 1.125rem; }
.cta .hero-actions { margin-top: 34px; }
.page-head { position: relative; padding: calc(var(--header-h) + clamp(56px, 8vw, 96px)) 0 clamp(40px, 5vw, 64px); text-align: center; overflow: clip; }
.page-head h1 { font-size: clamp(2.5rem, 1.3rem + 4.8vw, 4.4rem); line-height: 1.02; letter-spacing: -0.045em; }
.page-head .container > p:not(.eyebrow) { max-width: 620px; margin: 22px auto 0; color: var(--text-2); font-size: clamp(1.05rem, 1rem + .3vw, 1.2rem); }
.page-head + .section-tight { padding-top: 8px; }
.thanks-head { padding-bottom: 32px; }
.dl-actions { display: flex; flex-direction: column; align-items: center; gap: 14px; margin-top: 36px; }
.dl-sub { color: var(--text-3); font-size: .875rem; }
.os-note {
  display: none; max-width: 560px; margin: 28px auto 0; padding: 18px 20px; border-radius: 16px; text-align: left;
  background: rgba(242, 181, 68, .07); box-shadow: inset 0 0 0 1px rgba(242, 181, 68, .25);
  color: var(--text-2); font-size: .9375rem;
}
.os-note.is-shown { display: block; }
.os-note strong { color: var(--text); }
.os-note .btn { margin-top: 14px; }
.dl-hero .os-note { margin-top: 32px; }
.os-note-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; margin-top: 14px; }
.os-note-actions .btn { margin-top: 0; }
.os-notify { color: var(--text); font-size: .875rem; text-decoration: underline; text-underline-offset: 3px; }
.os-notify[hidden], .os-note-actions [hidden] { display: none; }
.dl-meta { display: flex; flex-wrap: wrap; justify-content: center; color: var(--text-3); font-size: .875rem; }
.dl-meta span + span::before { content: "·"; margin: 0 10px; opacity: .7; }
.dl-meta a { color: var(--accent); text-underline-offset: 3px; }
.dl-meta a:hover { text-decoration: underline; }
.dl-hero > p { max-width: 620px; margin: 22px auto 0; color: var(--text-2); font-size: clamp(1.05rem, 1rem + .3vw, 1.2rem); line-height: 1.6; }
.dl-hero > p.dl-legal { max-width: 520px; margin-top: 26px; color: var(--text-3); font-size: .8125rem; }
.dl-done { display: flex; flex-direction: column; align-items: center; }
.dl-done[hidden], .dl-hero[hidden] { display: none; }
.dl-done-check { display: grid; place-items: center; width: 60px; height: 60px; border-radius: 50%; color: var(--kept); background: rgba(79, 212, 154, .1); box-shadow: inset 0 0 0 1px rgba(79, 212, 154, .35), 0 0 60px -10px rgba(79, 212, 154, .45); animation: dl-pop .6s var(--ease-out) both; }
.dl-done-check svg { width: 28px; height: 28px; }
.dl-hero > p.dl-done-title { max-width: none; margin-top: 26px; color: var(--text); font: 650 clamp(2.2rem, 1.3rem + 3.6vw, 3.6rem)/1.04 var(--font-display); letter-spacing: -0.04em; outline: none; animation: rise .6s var(--ease-out) .05s both; }
.dl-done > p:not(.dl-done-title) { animation: rise .6s var(--ease-out) .12s both; }
.dl-done-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 30px; animation: rise .6s var(--ease-out) .2s both; }
.dl-hero > p.dl-done-alt { margin-top: 18px; color: var(--text-3); font-size: .875rem; }
.dl-done-alt a { color: var(--text-2); text-decoration: underline; text-underline-offset: 3px; }
@keyframes dl-pop { from { opacity: 0; transform: scale(.6); } 60% { transform: scale(1.06); } }
.dl-hint { position: fixed; top: calc(var(--header-h) + 14px); right: clamp(16px, 3vw, 32px); z-index: 60; display: flex; align-items: flex-start; gap: 12px; max-width: 320px; padding: 14px 10px 14px 16px; border-radius: 14px; background: rgba(15, 21, 34, .97); box-shadow: 0 0 0 1px var(--line-2), 0 24px 60px -24px rgba(0, 0, 0, .9); color: var(--text-2); font-size: .8125rem; line-height: 1.5; opacity: 0; transform: translateY(-8px); pointer-events: none; transition: opacity .35s var(--ease-out), transform .35s var(--ease-out); }
.dl-hint[hidden] { display: none; }
.dl-hint.is-shown { opacity: 1; transform: none; pointer-events: auto; }
.dl-hint strong { display: block; margin-bottom: 2px; color: var(--text); font-size: .9375rem; }
.dl-hint-arrow { flex: none; width: 22px; height: 22px; margin-top: 1px; color: var(--accent); animation: dl-nudge 1.6s var(--ease-in-out) infinite; }
.dl-hint-close { flex: none; display: grid; place-items: center; width: 26px; height: 26px; margin-top: -4px; border-radius: 8px; color: var(--text-3); transition: color .2s, background-color .2s; }
.dl-hint-close:hover { color: var(--text); background: rgba(255, 255, 255, .06); }
.dl-hint-close svg { width: 12px; height: 12px; }
@keyframes dl-nudge { 50% { transform: translate(3px, -3px); } }
@media (max-width: 720px) { .dl-hint { display: none; } }
@media (max-width: 560px) { .dl-meta .dl-meta-os { display: none; } }
@media (prefers-reduced-motion: reduce) { .dl-hint-arrow, .dl-done-check, .dl-done > * { animation: none; } }
.dl-legal a { color: var(--text-2); text-decoration: underline; text-underline-offset: 3px; }
.dl-legal a:hover { color: var(--text); }
.spec { margin: 0; }
.spec > div { display: grid; grid-template-columns: minmax(0, 170px) minmax(0, 1fr); gap: 4px 24px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.spec > div:first-child { padding-top: 2px; }
.spec > div:last-child { border-bottom: 0; padding-bottom: 0; }
.spec dt { color: var(--text-3); font-size: .875rem; line-height: 1.6; }
.spec dd { margin: 0; min-width: 0; color: var(--text); font-size: .9375rem; line-height: 1.6; }
.spec dd a { color: var(--accent); text-underline-offset: 3px; }
.spec dd a:hover { text-decoration: underline; }
.spec code, .dl-details details.faq code { padding: .08em .32em; border-radius: 5px; background: rgba(255, 255, 255, .055); color: #dde3ed; font: .8125rem/1.5 var(--mono); overflow-wrap: anywhere; }
.spec-hash { display: flex; align-items: flex-start; gap: 14px; }
.spec .spec-hash code { flex: 1; padding: 0; background: none; color: var(--text-2); line-height: 1.7; }
.cmd { display: flex; align-items: center; gap: 10px; padding: 8px 8px 8px 14px; border-radius: 10px; background: #0a0f19; box-shadow: inset 0 0 0 1px var(--line); }
.cmd code { flex: 1; min-width: 0; padding-block: 5px; color: #dde3ed; font: .8125rem/1.6 var(--mono); white-space: pre-wrap; overflow-wrap: anywhere; }
.cmd .copy { padding: 7px 8px; }
.verify-zone { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 30px 24px; border: 1px dashed rgba(255, 255, 255, .16); border-radius: 16px; background: rgba(255, 255, 255, .02); text-align: center; cursor: pointer; transition: border-color .2s, background-color .2s; }
.verify-zone:hover, .verify-zone.is-over { border-color: rgba(106, 168, 255, .6); background: var(--accent-tint); }
#verify-file:focus-visible + .verify-zone { outline: 2px solid var(--accent); outline-offset: 3px; }
.verify-zone svg { width: 26px; height: 26px; color: var(--accent); }
.verify-zone strong { color: var(--text); font-size: 1rem; }
.verify-zone span { max-width: 400px; color: var(--text-3); font-size: .875rem; line-height: 1.55; }
.verify-zone u { color: var(--text-2); text-underline-offset: 3px; }
.verify-result { margin-top: 12px; color: var(--text-2); font-size: .9375rem; line-height: 1.55; }
.verify-result:empty { display: none; }
.verify-result.is-ok, .verify-result.is-bad { display: flex; gap: 10px; padding: 12px 14px; border-radius: 12px; color: var(--text); }
.verify-result.is-ok { background: rgba(79, 212, 154, .08); box-shadow: inset 0 0 0 1px rgba(79, 212, 154, .32); }
.verify-result.is-bad { background: var(--removed-tint); box-shadow: inset 0 0 0 1px rgba(255, 139, 123, .4); }
.verify-result svg { flex: none; width: 18px; height: 18px; margin-top: 3px; }
.verify-result.is-ok svg { color: var(--kept); }
.verify-result.is-bad svg { color: var(--removed); }
.dl-window { max-width: 1060px; margin: clamp(56px, 7vw, 88px) auto 0; text-align: left; }
.window > img { display: block; width: 100%; height: auto; }
.video {
  position: relative; max-width: 1060px; margin: 0 auto; aspect-ratio: 16 / 9;
  overflow: hidden; border-radius: 14px; background: #0f1420;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .1), 0 60px 120px -40px rgba(0, 0, 0, .9);
}
.video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-poster {
  position: absolute; inset: 0; display: block; width: 100%; height: 100%;
  padding: 0; border: 0; background: none; cursor: pointer; color: #fff;
}
.video-poster img { width: 100%; height: 100%; object-fit: cover; object-position: top; filter: brightness(.62); transition: filter .3s ease; }
.video-poster:hover img, .video-poster:focus-visible img { filter: brightness(.75); }
.video-play {
  position: absolute; left: 50%; top: 50%; display: grid; place-items: center;
  width: 76px; height: 76px; margin: -38px 0 0 -38px; border-radius: 50%;
  background: #1478f6; box-shadow: 0 12px 40px -8px rgba(20, 120, 246, .7), inset 0 1px 0 rgba(255, 255, 255, .25);
  transition: transform .25s ease;
}
.video-play svg { display: block; }
.video-poster:hover .video-play, .video-poster:focus-visible .video-play { transform: scale(1.07); }
.video-poster:focus-visible { outline: 2px solid var(--accent); outline-offset: -4px; }
.video-length {
  position: absolute; right: 14px; bottom: 14px; padding: 3px 8px; border-radius: 6px;
  background: rgba(0, 0, 0, .7); font-size: .8125rem; font-variant-numeric: tabular-nums;
}
.video-note { margin: 16px auto 0; max-width: 1060px; text-align: center; color: var(--text-3); font-size: .875rem; }
.video-note a { color: var(--accent); }
@media (max-width: 600px) { .video-play { width: 60px; height: 60px; margin: -30px 0 0 -30px; } }
@media (prefers-reduced-motion: reduce) { .video-poster img, .video-play { transition: none; } }
.window-max::before { content: ""; width: 9px; height: 9px; border: 1.2px solid currentColor; border-radius: 1px; }
.dl-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: clamp(48px, 6vw, 72px); padding-top: 32px; border-top: 1px solid var(--line); }
.dl-facts li { display: grid; grid-template-columns: auto minmax(0, 1fr); align-content: start; gap: 3px 12px; padding-inline: 24px; }
.dl-facts li:first-child { padding-left: 0; }
.dl-facts li:last-child { padding-right: 0; }
.dl-facts li + li { border-left: 1px solid var(--line); }
.dl-facts svg { grid-row: span 2; width: 20px; height: 20px; margin-top: 1px; color: var(--accent); }
.dl-facts strong { color: var(--text); font-size: .9375rem; line-height: 1.4; }
.dl-facts span { color: var(--text-3); font-size: .8125rem; line-height: 1.5; }
.dl-details { padding-top: 0; }
.dl-details .section-head { margin-bottom: clamp(28px, 4vw, 40px); }
.dl-details .section-head h2 { font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem); }
.dl-details details.faq > div > * + * { margin-top: 14px; }
.dl-details details.faq > div { font-size: .9375rem; line-height: 1.6; }
.dl-details .spec { margin-top: 4px; }
.dl-details details.faq .spec-hash code, .dl-details details.faq .verify-hash code { padding: 0; background: none; overflow-wrap: anywhere; }
.dl-details details.faq .verify-hash code { color: var(--text); }
.dl-details details.faq .cmd code { padding: 5px 0; background: none; }
.dl-details details.faq a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(106, 168, 255, .4); }
.prose .release-meta { margin-top: .5em; color: var(--text-3); font-size: .875rem; }
@media (max-width: 900px) {
  .dl-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 28px; }
  .dl-facts li:nth-child(3) { border-left: 0; padding-left: 0; }
  .dl-facts li:nth-child(2) { padding-right: 0; }
}
@media (max-width: 560px) {
  .spec > div { grid-template-columns: 1fr; gap: 2px; }
  .dl-facts { grid-template-columns: 1fr; row-gap: 22px; }
  .dl-facts li { padding-inline: 0; border-left: 0 !important; }
}
.install { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; counter-reset: install; }
.install-card { display: flex; flex-direction: column; padding: 26px; border-radius: var(--radius-lg); background: rgba(255, 255, 255, .025); box-shadow: inset 0 0 0 1px var(--line); transition: box-shadow .4s, background-color .4s; }
.install-card.is-next { box-shadow: inset 0 0 0 1px rgba(106, 168, 255, .45); background: var(--accent-tint); }
.install-card h3 { font-size: 1.125rem; letter-spacing: -0.015em; display: flex; gap: 12px; align-items: center; }
.install-card h3::before { counter-increment: install; content: counter(install); display: grid; place-items: center; flex: none; width: 28px; height: 28px; border-radius: 50%; background: rgba(255, 255, 255, .06); box-shadow: inset 0 0 0 1px var(--line-2); font: 700 .8125rem/1 var(--font); color: var(--text); }
.install-card p { margin-top: 10px; color: var(--text-2); font-size: .9375rem; }
.install-card p strong { color: var(--text); }
.install-card p a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(106, 168, 255, .4); }
.ill { margin-top: auto; padding-top: 22px; }
.ill-box { border-radius: 12px; background: #0b101a; box-shadow: inset 0 0 0 1px var(--line); padding: 14px; font-size: .8125rem; }
.ill-file { display: flex; align-items: center; gap: 12px; }
.ill-file .ico { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 8px; background: rgba(46, 141, 255, .14); color: var(--accent); }
.ill-file .ico svg { width: 18px; height: 18px; }
.ill-file strong { display: block; color: var(--text); font-weight: 600; }
.ill-file span { color: var(--text-3); font-size: .75rem; }
.ill-file .open { margin-left: auto; font-size: .75rem; font-weight: 600; color: var(--accent); }
.smartscreen { border-radius: 10px; overflow: hidden; background: #1f5fae; color: #fff; font-family: "Segoe UI", system-ui, sans-serif; box-shadow: 0 0 0 1px rgba(255, 255, 255, .12); }
.smartscreen-body { padding: 14px 16px 10px; }
.smartscreen-title { font-size: .95rem; font-weight: 600; }
.smartscreen-text { margin-top: 6px; font-size: .6875rem; line-height: 1.45; color: rgba(255, 255, 255, .85); }
.smartscreen-more { display: inline-block; margin-top: 6px; font-size: .6875rem; text-decoration: underline; color: #fff; position: relative; }
.smartscreen-foot { display: flex; justify-content: flex-end; gap: 8px; padding: 10px 12px; background: rgba(0, 0, 0, .12); }
.smartscreen-foot span { padding: 5px 12px; font-size: .6875rem; background: rgba(255, 255, 255, .12); border-radius: 2px; }
.smartscreen-foot .run { background: #fff; color: #1f5fae; font-weight: 600; box-shadow: 0 0 0 2px #ffd666; }
.smartscreen-more::after { content: "1"; position: absolute; right: -22px; top: -3px; width: 16px; height: 16px; border-radius: 50%; background: #ffd666; color: #1b2231; font: 700 .625rem/16px var(--font); text-align: center; text-decoration: none; }
.ill-open { display: flex; gap: 8px; flex-wrap: wrap; }
.ill-open span { padding: 8px 12px; border-radius: 9px; font-size: .75rem; font-weight: 600; box-shadow: inset 0 0 0 1px var(--line-2); color: var(--text-2); }
.ill-open .go { background: rgba(46, 141, 255, .16); box-shadow: inset 0 0 0 1px rgba(106, 168, 255, .5); color: var(--text); }
@media (max-width: 900px) { .install { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; } }
.panel > p + p { margin-top: 12px; }
.copy { display: inline-flex; align-items: center; gap: 6px; flex: none; padding: 7px 10px; border-radius: 8px; font-size: .8125rem; font-weight: 600; color: var(--text-2); box-shadow: inset 0 0 0 1px var(--line-2); transition: color .2s, box-shadow .2s, background-color .2s; }
.copy:hover { color: var(--text); background: rgba(255, 255, 255, .05); }
.copy.is-done { color: var(--kept); box-shadow: inset 0 0 0 1px rgba(79, 212, 154, .4); }
.copy svg { width: 14px; height: 14px; }
.panel { padding: clamp(24px, 3vw, 36px); border-radius: var(--radius-lg); background: rgba(255, 255, 255, .02); box-shadow: inset 0 0 0 1px var(--line); }
.panel h2 { font-size: 1.5rem; letter-spacing: -0.025em; }
.panel > p { margin-top: 10px; color: var(--text-2); }
.docs {
  display: grid; grid-template-columns: 236px minmax(0, 1fr) 196px; gap: clamp(32px, 4.5vw, 64px);
  padding-top: calc(var(--header-h) + 44px); padding-bottom: 120px; align-items: start;
}
.docs-side { position: sticky; top: calc(var(--header-h) + 28px); max-height: calc(100vh - var(--header-h) - 40px); overflow-y: auto; padding: 0 4px 24px 0; scrollbar-width: thin; scrollbar-color: rgba(255, 255, 255, .12) transparent; }
.docs-menu { display: none; }
.docs-nav-group { margin: 24px 0 6px; padding-left: 10px; color: var(--text-3); font-size: .6875rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.docs-nav-group:first-child { margin-top: 0; }
.docs-nav ul { display: grid; gap: 0; list-style: none; margin: 0; padding: 0; }
.docs-nav a { display: block; padding: 6px 10px; border-radius: 7px; color: #98a3b6; font-size: .875rem; line-height: 1.4; transition: color .15s, background-color .15s; }
.docs-nav a:hover { color: var(--text); background: rgba(255, 255, 255, .035); }
.docs-nav a[aria-current="page"] { color: #fff; background: rgba(255, 255, 255, .065); font-weight: 500; }
.docs-main { min-width: 0; max-width: 700px; }
.docs-head h1 { font-size: clamp(1.85rem, 1.45rem + 1.3vw, 2.35rem); line-height: 1.15; letter-spacing: -0.03em; }
.docs-head + .prose { margin-top: 14px; }
.docs-help { margin-top: 64px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--text-3); font-size: .8125rem; }
.docs-help a { color: var(--text-2); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: var(--line-3); }
.docs-toc { position: sticky; top: calc(var(--header-h) + 28px); }
.toc-title { margin-bottom: 8px; color: var(--text-2); font-size: .8125rem; font-weight: 600; }
.toc ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; border-left: 1px solid var(--line); }
.toc a { display: block; padding: 4px 0 4px 12px; margin-left: -1px; border-left: 1px solid transparent; color: var(--text-3); font-size: .8125rem; line-height: 1.45; transition: color .15s, border-color .15s; }
.toc a:hover { color: var(--text); }
.toc a.is-active { color: var(--text); border-left-color: var(--accent); }
.pager { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.pager a { display: block; padding: 14px 16px; border-radius: 12px; box-shadow: inset 0 0 0 1px var(--line); color: var(--text); font-weight: 600; font-size: .9375rem; transition: box-shadow .2s, background-color .2s; }
.pager a:hover { box-shadow: inset 0 0 0 1px var(--line-3); background: rgba(255, 255, 255, .025); }
.pager span { display: block; margin-bottom: 2px; color: var(--text-3); font-size: .75rem; font-weight: 500; }
.pager-next { text-align: right; }
@media (max-width: 1180px) { .docs { grid-template-columns: 220px minmax(0, 1fr); } .docs-toc { display: none; } }
@media (max-width: 860px) {
  .docs { grid-template-columns: 1fr; padding-top: calc(var(--header-h) + 24px); gap: 24px; }
  .docs-side { position: static; max-height: none; overflow: visible; padding: 0; }
  .docs-menu { display: flex; align-items: center; gap: 10px; width: 100%; padding: 12px 14px; border-radius: 12px; box-shadow: inset 0 0 0 1px var(--line-2); color: var(--text); font-weight: 600; font-size: .9375rem; }
  .docs-menu-chev { margin-left: auto; color: var(--text-3); transition: transform .3s var(--ease-out); }
  .docs-side.is-open .docs-menu-chev { transform: rotate(180deg); }
  .docs-nav-panel { display: none; margin-top: 8px; padding: 8px 4px 16px; border-radius: 12px; box-shadow: inset 0 0 0 1px var(--line); }
  .docs-side.is-open .docs-nav-panel { display: block; }
}
.dsearch { position: relative; margin-bottom: 20px; }
.dsearch-icon { position: absolute; left: 12px; top: 50%; width: 16px; height: 16px; margin-top: -8px; color: var(--text-3); pointer-events: none; }
.dsearch-input {
  width: 100%; height: 38px; padding: 0 38px 0 36px; border: 0; border-radius: 11px;
  background: rgba(255, 255, 255, .04); box-shadow: inset 0 0 0 1px var(--line-2);
  color: var(--text); font: 400 .9375rem/1 var(--font); outline: none;
  transition: box-shadow .2s, background-color .2s;
}
.dsearch-input::placeholder { color: var(--text-3); }
.dsearch-input::-webkit-search-cancel-button { display: none; }
.dsearch-input:focus { background: rgba(255, 255, 255, .06); box-shadow: inset 0 0 0 1px rgba(106, 168, 255, .7), 0 0 0 4px rgba(46, 141, 255, .15); }
.dsearch-key { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); display: grid; place-items: center; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 5px; box-shadow: inset 0 0 0 1px var(--line-2); color: var(--text-3); font: 600 .6875rem/1 var(--mono); }
.dsearch-input:focus ~ .dsearch-key { opacity: 0; }
.dsearch-results {
  position: absolute; z-index: 30; left: 0; right: 0; top: calc(100% + 8px);
  max-height: min(60vh, 440px); overflow-y: auto; margin: 0; padding: 6px; list-style: none;
  border-radius: 14px; background: #0d1422; scrollbar-width: thin; scrollbar-color: rgba(255, 255, 255, .14) transparent;
  box-shadow: inset 0 0 0 1px var(--line-2), 0 24px 60px -16px rgba(0, 0, 0, .9);
}
.dsearch-results[hidden] { display: none; }
.dsearch-results a { display: block; padding: 10px 12px; border-radius: 9px; transition: background-color .15s; }
.dsearch-results li.is-active a, .dsearch-results a:hover { background: rgba(106, 168, 255, .12); }
.dsr-title { display: block; color: var(--text); font-weight: 600; font-size: .875rem; }
.dsr-sec { color: var(--accent); font-weight: 500; }
.dsr-sec::before { content: "›"; margin: 0 6px; color: var(--text-3); }
.dsr-text { display: block; margin-top: 3px; color: var(--text-3); font-size: .8125rem; line-height: 1.45; }
.dsr-text mark { background: none; color: var(--text); font-weight: 600; }
.dsr-best a { background: rgba(106, 168, 255, .07); box-shadow: inset 0 0 0 1px rgba(106, 168, 255, .25); }
.dsr-best .dsr-text { color: var(--text-2); font-size: .875rem; }
.dsr-label { display: inline-block; margin-bottom: 6px; padding: 2px 8px; border-radius: 999px; background: var(--accent-tint); color: var(--accent); font: 600 .6875rem/1.4 var(--font); letter-spacing: .03em; }
.dsearch-results li + li { margin-top: 2px; }
.dsearch-empty { padding: 12px; color: var(--text-2); font-size: .875rem; }
.dsearch-empty a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.dsearch-lg { max-width: 620px; margin: 34px auto 0; text-align: left; }
.dsearch-lg .dsearch-input { height: 56px; padding-left: 48px; border-radius: 16px; font-size: 1.0625rem; background: rgba(255, 255, 255, .05); }
.dsearch-lg .dsearch-icon { left: 18px; width: 20px; height: 20px; margin-top: -10px; }
.dsearch-lg .dsearch-key { right: 16px; }
.crumbs ol { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 12px; padding: 0; list-style: none; font-size: .8125rem; color: var(--text-3); }
.crumbs li + li::before { content: "/"; margin-right: 6px; color: var(--line-3); }
.crumbs a { color: var(--accent); }
.crumbs a:hover { text-decoration: underline; text-underline-offset: 3px; }
.docs-home-head { padding-bottom: 24px; overflow-x: clip; overflow-y: visible; z-index: 5; }
.docs-start { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.docs-start-card {
  display: flex; flex-direction: column; padding: 26px; border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .012));
  box-shadow: inset 0 0 0 1px var(--line); transition: box-shadow .25s, transform .35s var(--ease-out), background-color .25s;
}
.docs-start-card:hover { transform: translateY(-3px); box-shadow: inset 0 0 0 1px rgba(106, 168, 255, .45), 0 20px 40px -24px rgba(46, 141, 255, .6); }
.docs-start-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: var(--accent-tint); box-shadow: inset 0 0 0 1px rgba(106, 168, 255, .35); color: var(--accent); }
.docs-start-icon svg { width: 20px; height: 20px; }
.docs-start-card strong { margin-top: 18px; color: var(--text); font: 650 1.1875rem/1.25 var(--font-display); letter-spacing: -0.02em; }
.docs-start-card > span:last-child { margin-top: 8px; color: var(--text-2); font-size: .9375rem; line-height: 1.55; }
.docs-groups { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px 40px; margin-top: 56px; padding-top: 40px; border-top: 1px solid var(--line); }
.docs-groups h2 { color: var(--text-3); font: 600 .75rem/1 var(--font); letter-spacing: .08em; text-transform: uppercase; }
.docs-groups ul { margin: 16px 0 0; padding: 0; list-style: none; display: grid; gap: 4px; }
.docs-groups a { display: block; padding: 10px 12px; margin: 0 -12px; border-radius: 10px; color: var(--text); font-weight: 600; font-size: .9688rem; transition: background-color .15s; }
.docs-groups a:hover { background: rgba(255, 255, 255, .04); }
.docs-groups a span { display: block; margin-top: 2px; color: var(--text-3); font-weight: 400; font-size: .875rem; }
.docs-home-note { margin-top: 48px; color: var(--text-3); font-size: .9375rem; text-align: center; }
.docs-home-note strong { color: var(--text-2); }
@media (max-width: 900px) {
  .docs-start, .docs-groups { grid-template-columns: 1fr; }
  .docs-groups { gap: 32px; }
}
.prose pre { position: relative; }
.pre-copy {
  position: absolute; top: 8px; right: 8px; padding: 5px 10px; border-radius: 7px;
  background: rgba(255, 255, 255, .06); box-shadow: inset 0 0 0 1px var(--line-2);
  color: var(--text-2); font: 600 .75rem/1 var(--font); opacity: 0; transition: opacity .2s, color .2s;
}
.prose pre:hover .pre-copy, .pre-copy:focus-visible { opacity: 1; }
.pre-copy:hover { color: var(--text); }
.pre-copy.is-done { opacity: 1; color: var(--kept); }
@media (hover: none) { .pre-copy { opacity: 1; } }
.prose { color: #a9b3c5; font-size: 1rem; line-height: 1.75; }
.prose > * + * { margin-top: 1em; }
.prose .lead { color: var(--text-2); font-size: 1.0625rem; line-height: 1.7; }
.prose h2 { margin-top: 2.2em; padding-top: 1.4em; border-top: 1px solid var(--line); color: var(--text); font-size: 1.3rem; line-height: 1.3; letter-spacing: -0.02em; position: relative; }
.prose h3 { margin-top: 1.8em; color: var(--text); font-size: 1.0625rem; line-height: 1.4; letter-spacing: -0.01em; position: relative; }
.prose h2 + *, .prose h3 + * { margin-top: .6em; }
.h-anchor { margin-left: 8px; opacity: 0; color: var(--text-3); transition: opacity .2s; }
.h-anchor::before { content: "#"; font-weight: 500; }
.prose h2:hover .h-anchor, .prose h3:hover .h-anchor, .h-anchor:focus-visible { opacity: 1; }
.prose a:not(.card):not(.btn) { color: var(--accent); text-decoration: underline; text-decoration-color: rgba(106, 168, 255, .3); text-underline-offset: 3px; transition: text-decoration-color .2s; }
.prose a:not(.card):not(.btn):hover { text-decoration-color: currentColor; }
.prose strong { color: #dde3ed; font-weight: 600; }
.prose ul:not([class]), .prose ol:not([class]) { padding-left: 1.25em; }
.prose li + li { margin-top: .4em; }
.prose li::marker { color: var(--text-3); }
.prose code { padding: .1em .38em; border-radius: 5px; background: rgba(255, 255, 255, .055); color: #dde3ed; font-size: .85em; }
.prose pre { padding: 16px 18px; border-radius: 10px; background: #0a0f19; box-shadow: inset 0 0 0 1px var(--line); overflow-x: auto; font-size: .8125rem; line-height: 1.7; }
.prose pre code { padding: 0; background: none; font-size: inherit; color: #d8e0ee; }
.prose kbd { display: inline-block; min-width: 1.6em; padding: .06em .42em; border-radius: 5px; background: rgba(255, 255, 255, .06); box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .1), inset 0 0 0 1px var(--line-2); color: var(--text); font-size: .8em; text-align: center; }
.prose hr { border: 0; height: 1px; background: var(--line); margin-block: 2.2em; }
.prose blockquote { padding-left: 16px; border-left: 2px solid var(--line-3); color: var(--text-2); }
.table-wrap { overflow-x: auto; border-radius: 10px; box-shadow: inset 0 0 0 1px var(--line); }
.prose table { width: 100%; border-collapse: collapse; font-size: .9063rem; line-height: 1.55; }
.prose th, .prose td { padding: 10px 14px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.prose thead th { color: var(--text-2); font-weight: 600; font-size: .8125rem; background: rgba(255, 255, 255, .02); }
.prose tbody tr:last-child > * { border-bottom: 0; }
.prose td code, .prose th code { white-space: nowrap; }
.callout { position: relative; padding: 12px 16px 12px 42px; border-radius: 10px; background: rgba(255, 255, 255, .025); box-shadow: inset 0 0 0 1px var(--line), inset 3px 0 0 var(--accent); color: var(--text-2); font-size: .9375rem; }
.callout::before { content: "i"; position: absolute; left: 14px; top: 14px; display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: rgba(106, 168, 255, .16); color: var(--accent); font: 700 .6875rem/1 var(--font); }
.callout p + p { margin-top: .5em; }
.callout-tip { box-shadow: inset 0 0 0 1px var(--line), inset 3px 0 0 var(--kept); }
.callout-tip::before { content: "\2713"; background: rgba(79, 212, 154, .16); color: var(--kept); }
.callout-warn { box-shadow: inset 0 0 0 1px var(--line), inset 3px 0 0 #f2b544; }
.callout-warn::before { content: "!"; background: rgba(242, 181, 68, .18); color: #f2b544; }
.prose ol.steps { counter-reset: steps; display: grid; gap: 12px; }
.prose ol.steps > li { position: relative; counter-increment: steps; padding-left: 36px; margin: 0; }
.prose ol.steps > li::before { content: counter(steps); position: absolute; left: 0; top: 2px; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; box-shadow: inset 0 0 0 1px var(--line-3); color: var(--text-2); font: 600 .75rem/1 var(--font); }
.prose ol.steps > li > * + * { margin-top: .4em; }
.prose figure.shot { margin-block: 1.6em; }
.prose figure.shot img { width: 100%; border-radius: 10px; box-shadow: 0 0 0 1px rgba(255, 255, 255, .09), 0 20px 50px -30px rgba(0, 0, 0, .9); }
.prose figcaption { margin-top: 10px; color: var(--text-3); font-size: .8125rem; text-align: center; }
.prose dl.defs { display: grid; gap: 0; border-top: 1px solid var(--line); }
.prose dl.defs dt { padding-top: 12px; color: var(--text); font-weight: 600; }
.prose dl.defs dd { margin: 2px 0 0; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.prose .cards { margin-top: 1.4em; }
.card { display: block; padding: 16px 18px; border-radius: 12px; background: rgba(255, 255, 255, .02); box-shadow: inset 0 0 0 1px var(--line); transition: box-shadow .2s, background-color .2s; }
.card:hover { box-shadow: inset 0 0 0 1px rgba(106, 168, 255, .4); background: rgba(106, 168, 255, .04); }
.card strong { display: block; color: var(--text); font-size: .9688rem; }
.card span { display: block; margin-top: 4px; color: var(--text-3); font-size: .875rem; line-height: 1.5; }
@media (max-width: 640px) { .cards { grid-template-columns: 1fr; } }
.legal { padding-top: calc(var(--header-h) + clamp(48px, 7vw, 88px)); padding-bottom: 120px; }
.legal-head { max-width: 760px; }
.legal-head h1 { font-size: clamp(2.3rem, 1.5rem + 3vw, 3.4rem); line-height: 1.05; letter-spacing: -0.04em; }
.legal-updated { margin-top: 14px; color: var(--text-3); font-size: .875rem; }
.legal-body { display: grid; grid-template-columns: minmax(0, 760px) 220px; gap: clamp(40px, 6vw, 88px); margin-top: 40px; align-items: start; }
.legal-toc { position: sticky; top: calc(var(--header-h) + 32px); }
@media (max-width: 1020px) { .legal-body { grid-template-columns: 1fr; } .legal-toc { display: none; } }
.lost { position: relative; overflow: clip; min-height: 100vh; display: grid; place-items: center; text-align: center; padding: calc(var(--header-h) + 40px) var(--gutter) 80px; }
.lost-code { font: 600 .875rem/1 var(--mono); color: var(--accent); letter-spacing: .1em; }
.lost h1 { margin-top: 18px; font-size: clamp(2.4rem, 1.6rem + 3vw, 3.6rem); letter-spacing: -0.04em; line-height: 1.05; }
.lost p { max-width: 460px; margin: 18px auto 0; color: var(--text-2); }
.site-footer { position: relative; margin-top: 40px; padding-top: 72px; border-top: 1px solid var(--line); background: linear-gradient(180deg, rgba(11, 16, 27, .7), transparent 60%); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.footer-brand p { margin-top: 16px; max-width: 280px; color: var(--text-2); font-size: .9375rem; }
.footer-download { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; padding: 8px 12px; border-radius: 10px; box-shadow: inset 0 0 0 1px var(--line-2); color: var(--text-2); font-size: .8125rem; transition: color .2s, box-shadow .2s; }
.footer-download:hover { color: var(--text); box-shadow: inset 0 0 0 1px var(--line-3); }
.footer-h { color: var(--text); font-size: .875rem; font-weight: 600; margin-bottom: 14px; }
.footer-col ul { display: grid; gap: 10px; list-style: none; margin: 0; padding: 0; }
.footer-col a { color: var(--text-2); font-size: .9375rem; transition: color .15s; }
.footer-col a:hover { color: var(--text); }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; margin-top: 64px; padding-block: 24px 36px; border-top: 1px solid var(--line); color: var(--text-3); font-size: .8125rem; }
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; } .footer-brand { grid-column: 1 / -1; } }
.js [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .9s var(--ease-out), transform 1.1s var(--ease-out); transition-delay: var(--delay, 0s); }
.js [data-reveal="fade"] { transform: none; }
.js [data-reveal="scale"] { transform: translateY(26px) scale(.97); }
.js [data-reveal].is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; transition-delay: 0s !important; scroll-behavior: auto !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
  .window { transform: none !important; }
  .thanks-check circle, .thanks-check path { stroke-dashoffset: 0 !important; }
  .packet { display: none; }
}
@media print {
  .site-header, .site-footer, .docs-side, .docs-toc, .fragments, .hero-glow { display: none !important; }
  body { background: #fff; color: #000; }
}
.guide-page .legal-head h1 { font-size: clamp(2rem, 1.35rem + 2.2vw, 2.9rem); line-height: 1.1; }
.prose .guide-label { margin-top: 1.6em; color: var(--text-3); font: 600 .75rem/1.4 var(--font); letter-spacing: .08em; text-transform: uppercase; }
.prose .guide-label + pre { margin-top: .6em; }
.prose pre.guide-wrap { white-space: pre-wrap; overflow-wrap: anywhere; }
.prose pre mark { padding: 0 .2em; border-radius: 3px; background: rgba(242, 181, 68, .16); color: #f5cf85; }
.prose .guide-cards { grid-template-columns: 1fr; }
.guide-cta { margin-top: 2.8em; padding: 22px 24px; border-radius: 14px; background: rgba(106, 168, 255, .05); box-shadow: inset 0 0 0 1px rgba(106, 168, 255, .25); }
.prose .guide-cta > * + * { margin-top: .5em; }
.guide-cta .guide-cta-title { color: var(--text); font-size: 1.125rem; font-weight: 600; letter-spacing: -0.01em; }
.guide-cta .guide-cta-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.guide-page .legal-body > .prose { min-width: 0; }
@media (max-width: 1020px) { .guide-page .legal-body { grid-template-columns: minmax(0, 1fr); } }
