:root{--emerald:#0c9f63;--emerald-2:#14b775;--emerald-deep:#0a7d4f;--teal:#0a7d4f;--gold:#14b775;--ink:#0b0c10;--ink-2:#43454d;--ink-3:#787b85;--ink-4:#a4a7b0;--bg:#fbfbfc;--bg-2:#f4f5f7;--surface:#fff;--surface-2:#fafafb;--surface-3:#f6f7f9;--line:#eceef1;--line-2:#f2f3f5;--track:#ebedf0;--accent-tint:#e6f5ee;--accent-ring:#0c9f6370;--ok:#0c9f63;--warn:#d98a1f;--fail:#e0524f;--pattern:#0b0c1005;--grid-line:#0b0c100a;--nav-bg:#fbfbfccc;--shadow-sm:0 1px 2px #0b0c100d, 0 2px 8px -4px #0b0c1012;--shadow-md:0 18px 40px -22px #0b0c1038;--shadow-lg:0 48px 90px -40px #0b1e1657;--shadow-accent:0 20px 48px -22px #0c9f635c;--display:"Clash Display", ui-sans-serif, system-ui, sans-serif;--body:"Satoshi", ui-sans-serif, system-ui, sans-serif;--mono:"IBM Plex Mono", ui-monospace, "SF Mono", Menlo, monospace;--fs-display:clamp(40px, 5.4vw, 76px);--fs-h2:clamp(28px, 3.6vw, 44px);--fs-h3:clamp(19px, 1.4vw, 21px);--fs-lead:clamp(17px, 1.7vw, 20px);--fs-body:16px;--fs-sm:14px;--fs-xs:12.5px;--sp-1:4px;--sp-2:8px;--sp-3:12px;--sp-4:16px;--sp-5:24px;--sp-6:32px;--sp-7:48px;--sp-8:64px;--sp-9:88px;--sp-10:120px;--section-y:clamp(64px, 8vw, 104px);--r-sm:8px;--r-md:12px;--r-lg:18px;--r-xl:24px;--r-pill:999px;--maxw:1180px;--gutter:clamp(20px, 4vw, 40px);color-scheme:light}:root[data-theme=dark]{--ink:#f2f3f5;--ink-2:#b3b6bf;--ink-3:#868a93;--ink-4:#64676f;--bg:#08090c;--bg-2:#0c0e12;--surface:#121419;--surface-2:#171a1f;--surface-3:#0f1116;--line:#23262d;--line-2:#1d2027;--track:#272a32;--accent-tint:#0e2a1d;--accent-ring:#14b77566;--pattern:#ffffff06;--grid-line:#ffffff0b;--nav-bg:#08090cbd;--emerald:#16bd79;--emerald-2:#22cf8c;--emerald-deep:#12a869;--teal:#12a869;--gold:#22cf8c;--ok:#16bd79;--shadow-sm:0 1px 2px #0006, 0 2px 10px -4px #00000080;--shadow-md:0 18px 40px -22px #0009;--shadow-lg:0 48px 90px -40px #000000b3;color-scheme:dark}*,:before,:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--body);font-size:var(--fs-body);color:var(--ink);background-color:var(--bg);background-image:radial-gradient(var(--pattern) 1px, transparent 1px);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;background-size:24px 24px;min-height:100vh;line-height:1.55;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:0}input{font:inherit}img,svg{max-width:100%;display:block}ul{padding:0;list-style:none}h1,h2,h3,h4{font-family:var(--display);letter-spacing:-.02em;font-weight:600;line-height:1.06}::selection{background:var(--accent-tint);color:var(--emerald-deep)}:root[data-theme=dark] ::selection{color:var(--emerald-2)}.wrap{width:100%;max-width:var(--maxw);padding-inline:var(--gutter);margin-inline:auto}.section{padding-block:var(--section-y)}.section--tight{padding-block:clamp(44px,6vw,72px)}.divider{border-top:1px solid var(--line)}.eyebrow{align-items:center;gap:var(--sp-2);font-family:var(--body);letter-spacing:.1em;text-transform:uppercase;color:var(--emerald);font-size:12px;font-weight:700;display:inline-flex}.eyebrow:before{content:"";background:linear-gradient(90deg, var(--emerald), transparent);border-radius:2px;width:18px;height:1.5px}.section-head{max-width:46ch}.section-head--center{text-align:center;margin-inline:auto}.section-head h2{font-size:var(--fs-h2);margin-top:var(--sp-4)}.section-head p{color:var(--ink-2);font-size:var(--fs-lead);margin-top:var(--sp-4);line-height:1.5}.grad{background:linear-gradient(96deg, var(--emerald-2), var(--emerald) 55%, var(--emerald-deep));color:#0000;background-clip:text}.btn{justify-content:center;align-items:center;gap:var(--sp-2);font-family:var(--body);font-weight:600;font-size:var(--fs-sm);border-radius:var(--r-pill);white-space:nowrap;padding:11px 20px;transition:transform .18s,box-shadow .24s,border-color .2s,background .2s;display:inline-flex}.btn:active{transform:translateY(0)scale(.985)}.btn svg{width:16px;height:16px}.btn-accent{color:#fff;background:linear-gradient(180deg, var(--emerald-2), var(--emerald));box-shadow:inset 0 1px 0 #ffffff47, 0 10px 24px -10px var(--accent-ring)}.btn-accent:hover{box-shadow:inset 0 1px 0 #ffffff52, 0 16px 30px -10px var(--accent-ring);transform:translateY(-1px)}.btn-dark{background:var(--ink);color:var(--bg);box-shadow:0 8px 18px -8px #0b0b1280}.btn-dark:hover{transform:translateY(-1px)}.btn-ghost{border:1.5px solid var(--line);color:var(--ink)}.btn-ghost:hover{border-color:var(--ink-3);background:var(--surface-2)}.btn-light{color:#0b0b12;background:#fff;box-shadow:0 14px 30px -10px #0006}.btn-light:hover{transform:translateY(-2px)}.btn-lg{padding:14px 28px;font-size:15.5px}.chip{font-size:var(--fs-xs);color:var(--ink-2);border:1px solid var(--line);border-radius:var(--r-pill);background:var(--surface);align-items:center;gap:7px;padding:6px 12px;font-weight:600;display:inline-flex}.chip .dot{background:var(--emerald);width:7px;height:7px;box-shadow:0 0 0 3px var(--accent-tint);border-radius:50%}.reveal{opacity:0;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transform:translateY(18px)}.reveal.in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transition:none;transform:none}*{scroll-behavior:auto;animation-duration:.001ms!important}}.mono{font-family:var(--mono)}.muted{color:var(--ink-3)}.panel.svelte-1dj7w73{flex-direction:column;gap:18px;display:flex}.head.svelte-1dj7w73 h2:where(.svelte-1dj7w73){letter-spacing:-.02em;font-size:22px}.head.svelte-1dj7w73 p:where(.svelte-1dj7w73){color:var(--ink-2);margin-top:6px;font-size:14.5px;line-height:1.55}form.svelte-1dj7w73{flex-direction:column;gap:10px;display:flex}label.svelte-1dj7w73{color:var(--ink-2);font-size:13px;font-weight:600}input.svelte-1dj7w73{background:var(--surface-3);border:1px solid var(--line);border-radius:var(--r-md);color:var(--ink);font-size:15px;font-family:var(--body);padding:12px 14px;transition:border-color .18s,box-shadow .18s}input.svelte-1dj7w73:focus{border-color:color-mix(in srgb, var(--emerald) 55%, var(--line));box-shadow:0 0 0 4px var(--accent-tint);outline:0}.code-input.svelte-1dj7w73{letter-spacing:12px;text-align:center;padding:14px;font-size:26px}.btn-accent.svelte-1dj7w73{justify-content:center;margin-top:4px}.err.svelte-1dj7w73{color:var(--fail);font-size:13px}.ok.svelte-1dj7w73{color:var(--emerald);font-size:13px}.fine.svelte-1dj7w73{color:var(--ink-3);font-size:12px}.row.svelte-1dj7w73{justify-content:space-between;margin-top:6px;display:flex}.link.svelte-1dj7w73{color:var(--emerald);font-size:13px;font-weight:600}.link.svelte-1dj7w73:hover{text-decoration:underline}.link.svelte-1dj7w73:disabled{opacity:.5}.overlay.svelte-1hqjh1e{z-index:120;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.backdrop.svelte-1hqjh1e{-webkit-backdrop-filter:blur(4px);cursor:pointer;background:#05070a9e;border:0;position:absolute;inset:0}.sheet.svelte-1hqjh1e{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-xl);width:100%;max-width:420px;box-shadow:var(--shadow-lg);padding:clamp(24px,4vw,34px);animation:.22s cubic-bezier(.16,1,.3,1) svelte-1hqjh1e-pop;position:relative}@keyframes svelte-1hqjh1e-pop{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:none}}.x.svelte-1hqjh1e{width:34px;height:34px;color:var(--ink-3);border-radius:9px;place-items:center;transition:color .16s,background .16s;display:grid;position:absolute;top:14px;right:14px}.x.svelte-1hqjh1e:hover{color:var(--ink);background:var(--surface-3)}.x.svelte-1hqjh1e svg:where(.svelte-1hqjh1e){width:18px;height:18px}.logo.svelte-1hqjh1e{width:auto;height:40px;margin-bottom:18px}[data-theme=dark] .logo.svelte-1hqjh1e{filter:brightness(1.08)saturate(1.05)}
