:root{color-scheme:light;--gray-700:#4b4a4a;--gray-600:#646464;--gray-500:grey;--gray-400:#999a9b;--gray-300:#c9c9ca;--bg:#fff;--surface:#f6f6f6;--text:#151515;--text-soft:#646464;--text-faint:grey;--line:#e7e7e8;--accent:#151515;--accent-2:#2b2c2b;--on-accent:#fff;--header-bg:hsla(0,0%,100%,.82);--logo-shadow:hsla(0,0%,8%,.12);--radius:14px;--radius-sm:10px;--maxw:1140px;--gap:clamp(1rem,3vw,2rem);--ease:cubic-bezier(.22,1,.36,1);--shadow:0 1px 2px hsla(0,0%,8%,.04),0 8px 30px hsla(0,0%,8%,.06);--font:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--mono:"JetBrains Mono",ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}:root[data-theme=dark]{color-scheme:dark;--gray-700:#b6b7b8;--gray-600:#a9aaac;--gray-500:#8f9092;--gray-400:#77787a;--gray-300:#3a3a3c;--bg:#0f0f10;--surface:#17171a;--text:#f3f3f4;--text-soft:#b4b5b7;--text-faint:#8a8b8d;--line:#2a2a2d;--accent:#f3f3f4;--accent-2:#e2e2e4;--on-accent:#131315;--header-bg:rgba(15,15,16,.82);--logo-shadow:rgba(0,0,0,.5);--shadow:0 1px 2px rgba(0,0,0,.4),0 8px 30px rgba(0,0,0,.5)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--gray-700:#b6b7b8;--gray-600:#a9aaac;--gray-500:#8f9092;--gray-400:#77787a;--gray-300:#3a3a3c;--bg:#0f0f10;--surface:#17171a;--text:#f3f3f4;--text-soft:#b4b5b7;--text-faint:#8a8b8d;--line:#2a2a2d;--accent:#f3f3f4;--accent-2:#e2e2e4;--on-accent:#131315;--header-bg:rgba(15,15,16,.82);--logo-shadow:rgba(0,0,0,.5);--shadow:0 1px 2px rgba(0,0,0,.4),0 8px 30px rgba(0,0,0,.5)}}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font);color:var(--text);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;transition:background .3s var(--ease),color .3s var(--ease)}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}h1,h2,h3{margin:0;line-height:1.1;letter-spacing:-.02em;font-weight:700}p{margin:0}.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:clamp(1.15rem,4vw,2.5rem)}.skip-link{position:absolute;left:-999px;top:0;background:var(--accent);color:var(--on-accent);padding:.6rem 1rem;border-radius:0 0 var(--radius-sm) 0;z-index:100}.skip-link:focus{left:0}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;font-weight:600;color:var(--text-faint);margin-bottom:1rem}.lead{font-size:clamp(1.05rem,1.6vw,1.25rem);color:var(--text-soft);max-width:48ch}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.5rem;border-radius:999px;font-weight:600;font-size:.95rem;border:1.5px solid transparent;cursor:pointer;transition:transform .25s var(--ease),background .25s var(--ease),color .25s var(--ease),border-color .25s var(--ease)}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--accent);color:var(--on-accent)}.btn-primary:hover{background:var(--accent-2)}.btn-ghost{background:transparent;color:var(--text);border-color:var(--line)}.btn-ghost:hover{border-color:var(--gray-400);background:var(--surface)}.btn-invert{background:var(--bg);color:var(--text)}.btn-invert:hover{background:var(--surface)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:var(--header-bg);-webkit-backdrop-filter:saturate(180%) blur(12px);backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:68px;gap:1rem}.brand{display:inline-flex;align-items:center;gap:.6rem}.brand-mark{width:32px;height:auto}.brand-name{font-weight:700;letter-spacing:-.01em;font-size:1.15rem}.nav{gap:.5rem}.nav,.nav-menu{display:flex;align-items:center}.nav-menu{gap:2rem;list-style:none;margin:0;padding:0}.nav-menu a{font-size:.95rem;font-weight:500;color:var(--text-soft);transition:color .2s var(--ease)}.nav-menu a:hover{color:var(--text)}.nav-menu .nav-cta{color:var(--text);font-weight:600;border:1.5px solid var(--line);padding:.5rem 1.1rem;border-radius:999px}.nav-menu .nav-cta:hover{border-color:var(--gray-400);background:var(--surface)}.theme-toggle{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;background:transparent;color:var(--text);border:1px solid var(--line);border-radius:10px;cursor:pointer;transition:border-color .2s var(--ease),background .2s var(--ease)}.theme-toggle:hover{border-color:var(--gray-400);background:var(--surface)}.theme-toggle svg{width:18px;height:18px}.nav-toggle{display:none;flex-direction:column;gap:5px;width:42px;height:42px;align-items:center;justify-content:center;background:transparent;border:1px solid var(--line);border-radius:10px;cursor:pointer}.nav-toggle span{display:block;width:18px;height:2px;background:var(--text)}.hero{padding:clamp(3rem,8vw,6.5rem) 0 clamp(2.5rem,6vw,4.5rem)}.hero-inner{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;grid-gap:clamp(2rem,6vw,5rem);gap:clamp(2rem,6vw,5rem)}.badge{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .8rem;border:1px solid var(--line);border-radius:999px;font-size:.8rem;font-weight:600;color:var(--text-soft);background:var(--surface);margin-bottom:1.3rem}.badge .dot{width:8px;height:8px;border-radius:50%;background:var(--accent)}.hero h1{font-size:clamp(2.4rem,6vw,4.2rem);margin:.1rem 0 1.4rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:2rem}.hero-note{margin-top:1.2rem;font-size:.85rem;color:var(--text-faint)}.hero-visual{display:flex;justify-content:center}.hero-visual img{width:min(360px,80%);filter:drop-shadow(0 20px 45px var(--logo-shadow));animation:floaty 7s ease-in-out infinite}@keyframes floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.strip{border-block:1px solid var(--line);background:var(--surface)}.strip-inner{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem 2rem;padding-block:1.3rem}.strip-inner span{font-weight:600;letter-spacing:.04em;color:var(--text-faint);font-size:.9rem}.section{padding:clamp(3.5rem,9vw,6.5rem) 0}.section-alt{background:var(--surface)}.section-head{max-width:42rem;margin-bottom:clamp(2rem,5vw,3.5rem)}.section-head h2{font-size:clamp(1.9rem,4vw,2.9rem);margin-bottom:.9rem}.section-sub{color:var(--text-soft);font-size:1.05rem}.grid{display:grid;grid-gap:var(--gap);gap:var(--gap)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card{background:var(--bg);border:1px solid var(--line);border-radius:var(--radius);padding:2rem 1.75rem;transition:transform .3s var(--ease),box-shadow .3s var(--ease),border-color .3s var(--ease)}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:var(--gray-400)}.card-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;margin-bottom:1.2rem;background:var(--accent);color:var(--on-accent)}.card-icon svg{width:22px;height:22px}.card h3{font-size:1.25rem;margin-bottom:.55rem}.card p{color:var(--text-soft);font-size:.97rem}.module{display:flex;align-items:center;gap:1rem;padding:1.1rem 1.2rem;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--bg);transition:border-color .25s var(--ease),transform .25s var(--ease)}.module:hover{transform:translateY(-3px);border-color:var(--gray-400)}.module .swatch{width:40px;height:40px;border-radius:9px;flex:0 0 auto;border:1px solid var(--line)}.module h3{font-size:1.02rem}.module p{font-size:.85rem}.module .tag,.module p{color:var(--text-faint)}.module .tag{margin-left:auto;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border:1px solid var(--line);padding:.2rem .5rem;border-radius:999px;white-space:nowrap}.dev{display:grid;grid-template-columns:1fr 1.1fr;grid-gap:clamp(2rem,6vw,4rem);gap:clamp(2rem,6vw,4rem);align-items:center}.dev-copy h2{font-size:clamp(1.9rem,4vw,2.9rem);margin-bottom:1.1rem}.dev-copy p{color:var(--text-soft);margin-bottom:1.4rem}.ticks{list-style:none;margin:0;padding:0;display:grid;grid-gap:.7rem;gap:.7rem}.ticks li{position:relative;padding-left:1.8rem;color:var(--text);font-weight:500}.ticks li:before{content:"";position:absolute;left:0;top:.55em;width:12px;height:12px;background:var(--accent);border-radius:3px}.code{background:#151515;color:#e8e8e8;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);font-family:var(--mono);border:1px solid var(--line)}.code-bar{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid hsla(0,0%,100%,.08)}.code-bar i{width:11px;height:11px;border-radius:50%;background:#4b4a4a;display:block}.code-bar span{margin-left:.6rem;font-size:.78rem;color:#999a9b}.code pre{margin:0;padding:1.15rem 1.25rem;overflow-x:auto;font-size:.82rem;line-height:1.7}.code .k{color:#cfd0d1;font-weight:600}.code .s{color:#b7b8ba}.code .c{color:#6f7071;font-style:italic}.code .f{color:#fff}.stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:var(--gap);gap:var(--gap);text-align:center}.stat-num{font-size:clamp(2.2rem,5vw,3.2rem);font-weight:700;letter-spacing:-.03em;line-height:1}.stat-label{color:var(--text-faint);font-size:.95rem;margin-top:.5rem}.cta{background:var(--accent);color:var(--on-accent);padding:clamp(3.5rem,9vw,6rem) 0}.cta-inner{text-align:center;display:grid;grid-gap:1.2rem;gap:1.2rem;justify-items:center}.cta h2{font-size:clamp(1.9rem,4.5vw,3rem)}.cta p{color:color-mix(in srgb,var(--on-accent) 62%,transparent);max-width:46ch}.cta-actions{display:flex;flex-wrap:wrap;gap:.9rem;justify-content:center;margin-top:.8rem}.cta .btn-invert{background:var(--on-accent);color:var(--accent)}.cta .btn-invert:hover{background:color-mix(in srgb,var(--on-accent) 82%,transparent)}.maint-toggle{position:fixed;top:clamp(1rem,3vw,1.75rem);right:clamp(1rem,4vw,2.5rem);z-index:50}.maint{min-height:100vh;display:grid;place-items:center;padding:clamp(3rem,10vw,6rem) 0}.maint-inner{display:grid;grid-template-columns:auto 1fr;align-items:center;grid-gap:clamp(2rem,6vw,4.5rem);gap:clamp(2rem,6vw,4.5rem);max-width:62rem}.maint-visual{display:flex;justify-content:center}.maint-visual img{width:min(200px,46vw);filter:drop-shadow(0 20px 45px var(--logo-shadow));animation:floaty 7s ease-in-out infinite}.maint-copy .badge{margin-bottom:1.4rem}.maint-copy h1{font-size:clamp(2.1rem,5.5vw,3.6rem);margin-bottom:1.2rem}.maint-note{margin-top:1.4rem;font-size:.9rem;color:var(--text-faint)}.maint-note a{color:var(--text);font-weight:600;border-bottom:1px solid var(--line)}.maint-note a:hover{border-color:var(--gray-400)}.maint-footer{position:fixed;bottom:0;left:0;right:0;padding:1.5rem 0;text-align:center}.maint-footer .footer-copy{color:var(--text-faint);font-size:.82rem}@media (max-width:720px){.maint-inner{grid-template-columns:1fr;text-align:center;justify-items:center;gap:2.5rem}.maint-copy .lead{margin-inline:auto}.maint-footer{position:static;margin-top:3rem}}.site-footer{border-top:1px solid var(--line);padding:2.5rem 0}.footer-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.2rem}.footer-brand{display:inline-flex;align-items:center;gap:.55rem}.footer-nav{display:flex;flex-wrap:wrap;gap:1.5rem}.footer-nav a{color:var(--text-soft);font-size:.95rem}.footer-nav a:hover{color:var(--text)}.footer-copy{color:var(--text-faint);font-size:.85rem;width:100%}@media (max-width:900px){.grid-3,.grid-4,.stats{grid-template-columns:repeat(2,1fr)}.stats{gap:2rem 1rem}.hero-inner{grid-template-columns:1fr}.hero-visual{order:-1}.hero-visual img{width:min(240px,60%)}.dev{grid-template-columns:1fr}}@media (max-width:640px){.nav-toggle{display:flex}.nav-menu{position:fixed;inset:68px 0 auto 0;flex-direction:column;align-items:flex-start;gap:0;background:var(--bg);border-bottom:1px solid var(--line);padding:.5rem 1.25rem 1.25rem;transform:translateY(-120%);transition:transform .3s var(--ease);box-shadow:var(--shadow)}.nav-menu.open{transform:translateY(0)}.nav-menu li{width:100%}.nav-menu a{display:block;width:100%;padding:.85rem 0}.nav-menu .nav-cta{display:inline-block;width:auto;margin-top:.5rem}.grid-3,.grid-4{grid-template-columns:1fr}.strip-inner{justify-content:flex-start}}@media (prefers-reduced-motion:reduce){*{animation:none!important;scroll-behavior:auto!important}}