:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--slate:#333944;--orange:#ff5722;--bg:#f4f5f8;--surface:#fff;--surface-2:#e9ebf1;--ink:#23272f;--ink-muted:#5b626f;--ink-faint:#8b93a1;--line:#dfe2e8;--line-strong:#c3c8d2;--accent:#ff5722;--accent-hover:#e64a19;--accent-ink:#fff;--accent-soft:#ff572217;--accent-text:#c23a0e;--shadow-sm:0 1px 2px 0 #23272f0d;--shadow-lg:0 10px 15px -3px #23272f14, 0 4px 6px -4px #23272f14;--shadow-xl:0 20px 25px -5px #23272f1a, 0 8px 10px -6px #23272f1a;--container-max:72rem;--radius-md:.375rem;--radius-lg:.625rem;--radius-xl:.875rem;--radius-2xl:1.25rem;--radius-3xl:1.75rem;--radius-full:9999px;--ease:cubic-bezier(.22, 1, .36, 1);--font-display:"Bricolage Grotesque", "IBM Plex Sans", system-ui, sans-serif;--font-body:"IBM Plex Sans", system-ui, -apple-system, sans-serif;--font-mono:"IBM Plex Mono", ui-monospace, "SF Mono", monospace}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#14171c;--surface:#1d222a;--surface-2:#272d38;--ink:#edeff3;--ink-muted:#a3abb8;--ink-faint:#6f7889;--line:#2d333e;--line-strong:#3e4654;--accent:#ff5722;--accent-hover:#ff7348;--accent-ink:#fff;--accent-soft:#ff572224;--accent-text:#ff8c64;--shadow-sm:0 1px 2px 0 #0000004d;--shadow-lg:0 10px 15px -3px #00000059, 0 4px 6px -4px #00000059;--shadow-xl:0 20px 25px -5px #00000073, 0 8px 10px -6px #00000073}*,:before,:after{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);min-height:100vh;color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;transition:background-color .25s,color .25s}h1,h2,h3,h4,p,ul,ol{margin:0;padding:0}h1,h2,h3{font-family:var(--font-display)}ul,ol{list-style:none}img{max-width:100%;display:block}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}a{color:inherit;text-decoration:none}input{font-family:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.eyebrow{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--accent-text);font-size:.8125rem;font-weight:500}.rise{animation:rise .7s var(--ease) backwards;animation-delay:calc(var(--d,0) * 90ms + 80ms)}@keyframes rise{0%{opacity:0;transform:translateY(18px)}}@keyframes pulse{50%{opacity:.5}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.container.svelte-12qhfyh{max-width:var(--container-max);margin:0 auto;padding:0 1rem}@media (width>=640px){.container.svelte-12qhfyh{padding:0 1.5rem}}@media (width>=1024px){.container.svelte-12qhfyh{padding:0 2rem}}.logo-dark.svelte-12qhfyh,[data-theme=dark] .logo-light.svelte-12qhfyh{display:none}[data-theme=dark] .logo-dark.svelte-12qhfyh{display:block}.nav.svelte-12qhfyh{background:color-mix(in srgb, var(--surface) 72%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);z-index:10;position:sticky;top:0}.nav-inner.svelte-12qhfyh{justify-content:space-between;align-items:center;padding-top:.875rem;padding-bottom:.875rem;display:flex}.nav-brand.svelte-12qhfyh{align-items:center;display:inline-flex}.nav-logo.svelte-12qhfyh{height:1.75rem}.nav-links.svelte-12qhfyh{gap:2rem;display:none}@media (width>=768px){.nav-links.svelte-12qhfyh{display:flex}}.nav-link.svelte-12qhfyh{color:var(--ink-muted);font-size:.9375rem;font-weight:500;transition:color .2s}.nav-link.svelte-12qhfyh:hover{color:var(--accent-text)}.nav-actions.svelte-12qhfyh{align-items:center;gap:.75rem;display:flex}.theme-toggle.svelte-12qhfyh{border-radius:var(--radius-full);width:2.25rem;height:2.25rem;color:var(--ink-muted);border:1px solid var(--line);justify-content:center;align-items:center;transition:color .2s,border-color .2s;display:flex}.theme-toggle.svelte-12qhfyh:hover{color:var(--accent-text);border-color:var(--line-strong)}.theme-toggle.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:1.125rem;height:1.125rem}.nav-cta.svelte-12qhfyh{background:var(--accent);color:var(--accent-ink);border-radius:var(--radius-full);transition:background-color .2s, transform .2s var(--ease);white-space:nowrap;padding:.5625rem 1.25rem;font-size:.9375rem;font-weight:600;display:none}.nav-cta.svelte-12qhfyh:active{transform:scale(.97)}@media (width>=640px){.nav-cta.svelte-12qhfyh{display:inline-block}}.nav-cta.svelte-12qhfyh:hover{background:var(--accent-hover)}.footer.svelte-12qhfyh{background:var(--surface);border-top:1px solid var(--line);padding:3rem 0 2rem}.footer-inner.svelte-12qhfyh{flex-direction:column;gap:2rem;display:flex}@media (width>=768px){.footer-inner.svelte-12qhfyh{flex-direction:row;justify-content:space-between;align-items:flex-start}}.footer-logo.svelte-12qhfyh{height:2.25rem;margin-bottom:.875rem}.footer-tagline.svelte-12qhfyh{color:var(--ink-muted);max-width:20rem;font-size:.9375rem}.footer-links.svelte-12qhfyh{gap:2rem;display:flex}.footer-link.svelte-12qhfyh{color:var(--ink-muted);font-size:.9375rem;transition:color .2s}.footer-link.svelte-12qhfyh:hover{color:var(--accent-text)}.footer-bottom.svelte-12qhfyh{border-top:1px solid var(--line);text-align:center;color:var(--ink-faint);margin-top:2.5rem;padding-top:1.5rem;font-size:.875rem}
