:root{--font-display:"Syne", sans-serif;--font-body:"DM Sans", sans-serif;font-family:var(--font-body);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root,[data-theme=light]{--bg-top:#f2f5f1;--bg-bottom:#dce6e0;--glow-a:#1e5a4e2e;--glow-b:#c4783024;--fg:#14201c;--brand:#0f2e28;--muted:#3d524b;--faint:#6a7d75;--accent:#1a4d42;--accent-hover:#143c34;--accent-fg:#f4f8f5;--surface:#ffffff8c;--surface-hover:#fffc;--border:#14201c24;--border-strong:#14201c47;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}[data-theme=dark]{--bg-top:#0b1210;--bg-bottom:#152420;--glow-a:#5ebaa01f;--glow-b:#d694481a;--fg:#e8f0ec;--brand:#b8e0d2;--muted:#a3b8af;--faint:#6f857c;--accent:#c9e6d8;--accent-hover:#dff2e8;--accent-fg:#0f1c18;--surface:#14221ea6;--surface-hover:#1c2e28d9;--border:#c8dcd224;--border-strong:#c8dcd247;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*,:before,:after{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:var(--bg-bottom);min-width:320px;color:var(--fg)}.page{flex-direction:column;min-height:100svh;display:flex;position:relative;overflow:hidden}.atmosphere{z-index:0;pointer-events:none;background:radial-gradient(120% 80% at 10% -10%, var(--glow-a) 0%, transparent 55%), radial-gradient(90% 70% at 100% 100%, var(--glow-b) 0%, transparent 50%), linear-gradient(165deg, var(--bg-top) 0%, var(--bg-bottom) 100%);transition:background .35s;position:fixed;inset:0}.atmosphere:after{content:"";opacity:.35;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");background-size:180px 180px;position:absolute;inset:0}.topbar{z-index:2;justify-content:flex-end;padding:1rem 1.25rem;animation:.7s both fade-down;display:flex;position:relative}.theme-toggle{border:1px solid var(--border);background:var(--surface);color:var(--fg);font-family:var(--font-body);cursor:pointer;border-radius:.5rem;align-items:center;gap:.45rem;padding:.55rem .85rem;font-size:.875rem;font-weight:500;transition:background .25s,border-color .25s,color .25s,transform .2s;display:inline-flex}.theme-toggle:hover{background:var(--surface-hover);border-color:var(--border-strong)}.theme-toggle:active{transform:scale(.97)}.theme-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.theme-toggle__icon{color:var(--accent);place-items:center;display:grid}.hero{z-index:1;flex-direction:column;flex:1;justify-content:center;align-items:flex-start;width:100%;max-width:36rem;margin:0 auto;padding:1.5rem 1.5rem 3.5rem;display:flex;position:relative}.brand{font-family:var(--font-display);letter-spacing:-.04em;color:var(--brand);margin:0 0 1.25rem;font-size:clamp(2.6rem,11vw,4.5rem);font-weight:800;line-height:.95;animation:.8s cubic-bezier(.22,1,.36,1) both rise}.headline{font-family:var(--font-display);letter-spacing:-.02em;color:var(--fg);margin:0 0 .85rem;font-size:clamp(1.45rem,5.5vw,2rem);font-weight:700;line-height:1.15;animation:.8s cubic-bezier(.22,1,.36,1) 80ms both rise}.support{max-width:28rem;color:var(--muted);margin:0 0 1.75rem;font-size:1.05rem;line-height:1.55;animation:.8s cubic-bezier(.22,1,.36,1) .16s both rise}.x-link{background:var(--accent);color:var(--accent-fg);font-family:var(--font-body);border-radius:.5rem;align-items:center;gap:.55rem;padding:.85rem 1.2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .25s,transform .2s;animation:.8s cubic-bezier(.22,1,.36,1) .24s both rise;display:inline-flex}.x-link:hover{background:var(--accent-hover)}.x-link:active{transform:scale(.98)}.x-link:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.x-link__icon{flex-shrink:0}.ai-note{max-width:26rem;color:var(--faint);margin:2.5rem 0 0;font-size:.8rem;font-style:italic;line-height:1.5;animation:.8s cubic-bezier(.22,1,.36,1) .32s both rise}@keyframes rise{0%{opacity:0;transform:translateY(1.1rem)}to{opacity:1;transform:translateY(0)}}@keyframes fade-down{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}@media (width>=720px){.topbar{padding:1.5rem 2rem}.hero{padding:2rem 2rem 4rem}.support{font-size:1.125rem}}@media (prefers-reduced-motion:reduce){.brand,.headline,.support,.x-link,.ai-note,.topbar{animation:none}.theme-toggle,.x-link{transition:none}}
