:root{--bg: #0b0b0d;--bg-soft: #101014;--surface: #121215;--surface-2: #17171b;--surface-3: #1e1e23;--line: rgba(255, 255, 255, .08);--line-strong: rgba(255, 255, 255, .16);--text: #f5f5f7;--muted: #a3a3ad;--dim: #6f6f7a;--accent: #ffffff;--accent-soft: #c9c9d0;--accent-dim: rgba(255, 255, 255, .07);--accent-line: rgba(255, 255, 255, .3);--font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--display: "Dela Gothic One", "Inter", system-ui, sans-serif;--mono: "JetBrains Mono", ui-monospace, "SFMono-Regular", Consolas, monospace;--r-sm: 10px;--r-md: 16px;--r-lg: 24px;--r-xl: 32px;--maxw: 1180px;--pad: clamp(20px, 5vw, 48px);--ease: cubic-bezier(.22, 1, .36, 1)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px;-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font);font-size:16px;line-height:1.6;font-feature-settings:"ss01","cv02";-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}h1,h2,h3,h4{margin:0;font-family:var(--display);font-weight:400;line-height:1.16;letter-spacing:-.01em}p{margin:0}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}button{font:inherit;color:inherit;border:0;background:none;cursor:pointer}::selection{background:var(--accent);color:#0a0a0b}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#26262c;border-radius:99px;border:2px solid var(--bg)}::-webkit-scrollbar-thumb:hover{background:#34343d}.wrap{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:var(--pad)}.section{padding-block:clamp(56px,7vw,96px);position:relative}.h2{font-size:clamp(27px,4.4vw,49px)}.lead{color:var(--muted);font-size:clamp(15px,1.6vw,18px);max-width:56ch;margin-top:18px}.divider{height:1px;background:linear-gradient(90deg,transparent,var(--line-strong),transparent);border:0;margin:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 26px;border-radius:99px;font-size:14px;font-weight:600;letter-spacing:.01em;white-space:nowrap;transition:transform .25s var(--ease),background .25s var(--ease),border-color .25s var(--ease),box-shadow .25s var(--ease)}.btn:hover{transform:translateY(-2px)}.btn--primary{background:var(--text);color:#0a0a0b;box-shadow:0 10px 30px -12px #ffffff59}.btn--primary:hover{background:#fff;box-shadow:0 16px 40px -14px #ffffff73}.btn--accent{background:var(--text);color:#0a0a0b;box-shadow:0 12px 34px -16px #ffffff80}.btn--accent:hover{background:#fff}.btn--ghost{border:1px solid var(--line-strong);color:var(--text);background:#ffffff05}.btn--ghost:hover{border-color:var(--accent-line);background:var(--accent-dim)}.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.reveal.is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.reveal{opacity:1;transform:none}}.logo.svelte-1l8nvlt{font-size:var(--s);font-weight:600;letter-spacing:.12em;color:var(--text);line-height:1;white-space:nowrap;transition:color .25s var(--ease)}.muted.svelte-1l8nvlt{color:var(--muted)}.nav.svelte-1h32yp1{position:fixed;inset:0 0 auto 0;z-index:60;padding:18px var(--pad) 0;pointer-events:none;transition:padding-top .35s var(--ease)}.nav.scrolled.svelte-1h32yp1{padding-top:10px}.bar.svelte-1h32yp1{pointer-events:auto;width:fit-content;max-width:100%;margin-inline:auto;display:flex;align-items:center;gap:4px;padding:6px 6px 6px 18px;border:1px solid var(--line);border-radius:99px;background:#0c0c0e8c;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 16px 44px -26px #000;transition:background .35s var(--ease),border-color .35s var(--ease)}@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))){.bar.svelte-1h32yp1,.sheet.svelte-1h32yp1{background:#0c0c0ef0}}.nav.scrolled.svelte-1h32yp1 .bar:where(.svelte-1h32yp1),.nav.open.svelte-1h32yp1 .bar:where(.svelte-1h32yp1){background:#0c0c0ed1;border-color:var(--line-strong)}.bar__logo.svelte-1h32yp1{display:inline-flex;align-items:center;padding-right:4px}.bar__rule.svelte-1h32yp1{width:1px;height:18px;background:var(--line-strong);margin-inline:10px 6px}.bar__links.svelte-1h32yp1{display:flex;align-items:center;gap:2px}.bar__links.svelte-1h32yp1 a:where(.svelte-1h32yp1){position:relative;padding:8px 13px;border-radius:99px;font-size:13.5px;color:var(--muted);white-space:nowrap;transition:color .22s var(--ease),background .22s var(--ease)}.bar__links.svelte-1h32yp1 a:where(.svelte-1h32yp1):hover{color:var(--text);background:#ffffff0f}.bar__links.svelte-1h32yp1 a.is-active:where(.svelte-1h32yp1){color:var(--text);background:#ffffff17}.bar__cta.svelte-1h32yp1{margin-left:8px;padding:7px 16px;border:2px solid var(--text);border-radius:99px;background:transparent;color:var(--text);font-size:13px;font-weight:600;white-space:nowrap;transition:background .22s var(--ease),color .22s var(--ease)}.bar__cta.svelte-1h32yp1:hover{background:var(--text);color:#0b0b0d}.bar__burger.svelte-1h32yp1{display:none;width:38px;height:38px;border-radius:50%;flex-direction:column;align-items:center;justify-content:center;gap:5px;background:#ffffff12}.bar__burger.svelte-1h32yp1 span:where(.svelte-1h32yp1){display:block;width:15px;height:1.5px;background:var(--text);border-radius:2px;transition:transform .3s var(--ease)}.nav.open.svelte-1h32yp1 .bar__burger:where(.svelte-1h32yp1) span:where(.svelte-1h32yp1):first-child{transform:translateY(3.25px) rotate(45deg)}.nav.open.svelte-1h32yp1 .bar__burger:where(.svelte-1h32yp1) span:where(.svelte-1h32yp1):last-child{transform:translateY(-3.25px) rotate(-45deg)}.sheet.svelte-1h32yp1{pointer-events:auto;display:none;flex-direction:column;width:min(100%,420px);margin:10px auto 0;padding:8px;border:1px solid var(--line-strong);border-radius:var(--r-lg);background:#0c0c0ee6;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 26px 60px -30px #000;animation:svelte-1h32yp1-drop .28s var(--ease)}@keyframes svelte-1h32yp1-drop{0%{opacity:0;transform:translateY(-8px)}}.sheet.svelte-1h32yp1 a:where(.svelte-1h32yp1){padding:13px 14px;border-radius:var(--r-sm);font-size:15px;font-weight:500;color:var(--muted)}.sheet.svelte-1h32yp1 a.is-active:where(.svelte-1h32yp1),.sheet.svelte-1h32yp1 a:where(.svelte-1h32yp1):hover{color:var(--text);background:#ffffff0f}.sheet__cta.svelte-1h32yp1{margin-top:4px;color:var(--text)!important;background:#ffffff17}@media(max-width:940px){.bar__links.svelte-1h32yp1,.bar__rule.svelte-1h32yp1,.bar__cta.svelte-1h32yp1{display:none}.bar.svelte-1h32yp1{width:100%;justify-content:space-between;padding-left:20px}.bar__burger.svelte-1h32yp1,.sheet.svelte-1h32yp1{display:flex}}.footer.svelte-jz8lnl{border-top:1px solid var(--line);background:var(--bg-soft)}.footer__inner.svelte-jz8lnl{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;padding-block:34px}.footer__brand.svelte-jz8lnl{display:flex;align-items:center;gap:14px}.footer__tag.svelte-jz8lnl{font-family:var(--mono);font-size:10.5px;letter-spacing:.18em;text-transform:uppercase;color:var(--dim)}.footer__links.svelte-jz8lnl{display:flex;gap:24px;font-size:13.5px;color:var(--muted)}.footer__links.svelte-jz8lnl a:where(.svelte-jz8lnl){transition:color .2s var(--ease)}.footer__links.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{color:var(--accent-soft)}.footer__copy.svelte-jz8lnl{font-family:var(--mono);font-size:11px;color:var(--dim)}@media(max-width:640px){.footer__inner.svelte-jz8lnl{flex-direction:column;align-items:flex-start;gap:22px}}main.svelte-12qhfyh{display:block}
