:root{--color-primary-50:#f1f8fe;--color-primary-100:#e3effb;--color-primary-200:#c0dff7;--color-primary-300:#89c6f0;--color-primary-400:#55aee8;--color-primary-500:#228dd5;--color-primary-600:#1470b5;--color-primary-700:#115a93;--color-primary-800:#134d79;--color-primary-900:#154165;--color-primary-950:#0e2943;--color-slate-50:#f8fafc;--color-slate-100:#f1f5f9;--color-slate-200:#e2e8f0;--color-slate-300:#cbd5e1;--color-slate-400:#94a3b8;--color-slate-500:#64748b;--color-slate-600:#475569;--color-slate-700:#334155;--color-slate-800:#1e293b;--color-slate-900:#0f172a;--color-slate-950:#020617;--color-white:#fff;--color-black:#000;--color-logo-1:#367097;--color-logo-2:#7cafd1;--bg:#f8f8f6;--bg-raised:#fff;--bg-soft:#f1f1ee;--fg:#0f1720;--fg-muted:#525b66;--fg-faint:#8a919c;--line:#0f172014;--line-strong:#0f172024;--brand:#367097;--brand-2:#7cafd1;--accent-h:100;--accent:oklch(.75 .13 var(--accent-h));--accent-soft:oklch(.93 .06 var(--accent-h));--accent-ink:oklch(.35 .13 var(--accent-h));--ok:#19a36b;--radius:14px;--radius-lg:22px;--shadow-sm:0 1px 2px #0f17200d;--shadow:0 8px 24px -12px #0f17202e, 0 2px 6px -2px #0f17200f;--shadow-lg:0 30px 60px -30px #0f172059, 0 8px 20px -10px #0f17201f;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace}html.dark{--bg:#0b1016;--bg-raised:#111821;--bg-soft:#0f151d;--fg:#f1f4f8;--fg-muted:#9aa4b1;--fg-faint:#606a77;--line:#ffffff12;--line-strong:#ffffff24;--brand:#7cafd1;--brand-2:#367097;--accent:oklch(.78 .14 var(--accent-h));--accent-soft:oklch(.3 .08 var(--accent-h));--accent-ink:oklch(.88 .12 var(--accent-h));--shadow-sm:0 1px 2px #0006;--shadow:0 10px 30px -10px #00000080, 0 2px 6px -2px #0000004d;--shadow-lg:0 40px 80px -30px #000000b3, 0 10px 24px -10px #0006}:root{interpolate-size:allow-keywords}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);color:var(--fg);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.55}html{scroll-behavior:smooth}body{transition:background .3s,color .3s;overflow-x:hidden}svg{vertical-align:middle;display:inline-block}a{color:inherit;text-decoration:none}.accent-text{color:var(--accent-ink);font-style:italic;font-weight:500}html.dark .accent-text{color:var(--accent)}.slide-in{animation:.5s ease-in-out both slide-in;animation-timeline:view();animation-range:entry 5% contain 30%}.range-30{animation-range:10% 30%}@keyframes slide-in{0%{opacity:0;transform:scale(.8)translate(-10%,30%)}to{opacity:1;transform:initial}}.site-header.svelte-12qhfyh{z-index:50;-webkit-backdrop-filter:blur(14px);background:color-mix(in oklab, var(--bg) 72%, transparent);border-bottom:1px solid #0000;justify-content:space-between;align-items:center;padding:18px clamp(20px,4vw,48px);transition:border-color .2s,background .2s;display:flex;position:sticky;top:0}.site-header.scrolled.svelte-12qhfyh{border-color:var(--line)}.brand.svelte-12qhfyh{letter-spacing:-.01em;align-items:center;gap:10px;font-weight:600;display:flex}.brand-mark.svelte-12qhfyh{border-radius:6px;width:28px;height:28px}.brand-name.svelte-12qhfyh{color:var(--fg);font-size:15px}.nav.svelte-12qhfyh{color:var(--fg-muted);gap:28px;font-size:14px;display:flex}.nav.svelte-12qhfyh a:where(.svelte-12qhfyh){transition:color .15s}.nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--fg)}.header-right.svelte-12qhfyh{align-items:center;gap:10px;display:flex}.theme-btn.svelte-12qhfyh{width:36px;height:36px;color:var(--fg-muted);border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:10px;place-items:center;transition:all .15s;display:grid}.theme-btn.svelte-12qhfyh:hover{color:var(--fg);background:var(--bg-soft)}@media (width<=820px){.nav.svelte-12qhfyh{display:none}}.btn{white-space:nowrap;cursor:pointer;border-radius:10px;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:transform .1s,background .15s,box-shadow .15s,border-color .15s;display:inline-flex}.btn-sm{padding:8px 14px;font-size:13px}.btn-lg{border-radius:12px;padding:14px 22px;font-size:15px}.btn-primary{background:var(--fg);color:var(--bg);box-shadow:var(--shadow-sm), inset 0 1px 0 #ffffff1a}.btn-primary:hover{box-shadow:var(--shadow);transform:translateY(-1px)}.btn-ghost{color:var(--fg);border:1px solid var(--line-strong);background:0 0}.btn-ghost:hover{background:var(--bg-soft)}.btn-outline{border:1px solid var(--line-strong);color:var(--fg)}.btn-outline:hover{background:var(--bg-soft);border-color:var(--fg-muted)}.site-footer.svelte-12qhfyh{border-top:1px solid var(--line);padding:40px clamp(20px,4vw,48px)}.footer-row.svelte-12qhfyh{max-width:1200px;color:var(--fg-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;margin:0 auto;font-size:13px;display:flex}.footer-brand.svelte-12qhfyh{color:var(--fg);align-items:center;gap:8px;font-weight:500;display:flex}.footer-brand.svelte-12qhfyh .brand-mark:where(.svelte-12qhfyh){width:22px;height:22px}.footer-links.svelte-12qhfyh{gap:20px;display:flex}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--fg-muted);transition:color .15s}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--fg)}
