:root{font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;font-weight:400;background-color:#020617;color:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--bg: #020617;--card: #071225;--card-soft: #0f172a;--border: rgba(148, 163, 184, .25);--text: #e2e8f0;--muted: #94a3b8;--accent: #38bdf8;--accent-soft: rgba(56, 189, 248, .15);--highlight: #fcd34d;--radius: 18px}*{box-sizing:border-box}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}body{margin:0;min-height:100vh;background:radial-gradient(circle at top,rgba(56,189,248,.08),transparent 45%),radial-gradient(circle at 20% 20%,rgba(248,250,252,.04),transparent 35%),var(--bg);color:var(--text)}.app-shell{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.page{width:min(1200px,100%);margin:0 auto;padding:3rem 1.5rem 4rem}.page--home{padding-top:2rem}.page--projects{padding-top:0}.shell{width:min(1200px,100%);margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.site-header{position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#020617d9;border-bottom:1px solid var(--border);padding:1rem 0}.logo{font-weight:600;letter-spacing:.02em;font-size:1.1rem}.logo span{color:var(--accent)}.site-nav{display:flex;gap:1rem}.nav-link{padding:.35rem .75rem;border-radius:999px;color:var(--muted);font-size:.95rem;transition:color .2s,background-color .2s}.nav-link.is-active,.nav-link:hover{color:var(--text);background:#94a3b81f}.header-cta{display:flex;gap:.75rem}.button{border-radius:999px;padding:.65rem 1.4rem;font-size:.95rem;font-weight:600;border:1px solid transparent;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.4rem}.button--primary{background:linear-gradient(135deg,var(--accent),#6366f1);color:#021022;border:none}.button--ghost{border:1px solid var(--border);background:transparent;color:var(--text)}.section{margin-top:4rem}.section-heading{max-width:640px}.section-heading h2{margin:.25rem 0 .75rem;font-size:clamp(1.75rem,4vw,2.4rem)}.section-heading--center{text-align:center;margin:0 auto}.section-heading--center .muted{margin:0 auto}.eyebrow{text-transform:uppercase;font-size:.8rem;letter-spacing:.2em;color:var(--highlight)}.muted{color:var(--muted)}.hero{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;align-items:center}.hero h1{font-size:clamp(2.2rem,5vw,3rem);line-height:1.15;margin-bottom:1rem}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.5rem 0}.hero__stats{display:flex;gap:1.5rem;flex-wrap:wrap}.hero__stats strong{display:block;font-size:1.5rem}.badge-strip{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.badge-strip span{border:1px solid var(--border);padding:.35rem .85rem;border-radius:999px;font-size:.85rem;color:var(--muted)}.hero__visual{display:grid;gap:1.25rem}.hero-card{border-radius:var(--radius);padding:1.75rem;border:1px solid rgba(255,255,255,.08);background:linear-gradient(145deg,#0f172ad9,#0f172a59);position:relative;overflow:hidden}.hero-card h3{margin:0 0 .75rem}.hero-card ul{margin:0;padding-left:1.1rem}.hero-card li{margin-bottom:.35rem}.status-pill{border-radius:999px;padding:.2rem .9rem;font-size:.8rem;border:1px solid rgba(56,189,248,.4);display:inline-flex;align-items:center;gap:.3rem;margin-top:1rem}.status-pill--live{background:#38bdf833;color:var(--accent)}.status-pill--beta{background:#fbbf2433;color:#fbbf24;border-color:#fbbf2466}.status-pill--incubating{background:#a855f733;color:#c084fc;border-color:#a855f766}.pillar-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.pillar-card{background:var(--card);border-radius:var(--radius);padding:1.75rem;border:1px solid var(--border);box-shadow:0 20px 60px #02061799}.pillar-card ul{padding-left:1.1rem;margin:1rem 0 0}.pillar-card li{margin-bottom:.35rem}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.project-grid--highlight{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.project-card{background:var(--card-soft);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;display:flex;flex-direction:column;gap:1rem;box-shadow:0 25px 80px #02061799}.project-card--compact{gap:.75rem}.project-card__header{display:flex;justify-content:space-between;align-items:center}.project-description{color:var(--muted);margin:0}.feature-list{margin:0;padding-left:1.2rem}.feature-list li{margin-bottom:.4rem}.project-meta,.project-metrics{display:flex;flex-wrap:wrap;gap:1rem}.metric{border:1px solid var(--border);border-radius:1rem;padding:.6rem 1rem;min-width:150px}.metric span{display:block;font-size:.8rem;color:var(--muted)}.project-tech{display:flex;flex-wrap:wrap;gap:.4rem}.project-tech span{border-radius:999px;padding:.2rem .75rem;background:#94a3b81f;font-size:.8rem}.project-links{display:flex;flex-wrap:wrap;gap:.75rem}.section-cta{margin-top:1.5rem}.workflow-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}.workflow-card{padding:1.5rem;border-radius:var(--radius);border:1px dashed rgba(248,250,252,.2);background:#0f172a73}.workflow-label{font-size:.85rem;color:var(--highlight)}.section--cta .cta-card{border-radius:var(--radius);border:1px solid var(--border);padding:2rem;display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.5rem;background:linear-gradient(140deg,#38bdf840,#0f172acc)}.cta-actions{display:flex;flex-direction:column;gap:.75rem}.filter-row{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.5rem}.pill-filter{border-radius:999px;border:1px solid var(--border);background:transparent;color:var(--text);padding:.45rem 1.1rem;cursor:pointer}.pill-filter.is-active{background:#6366f133;border-color:#6366f180}.site-footer{margin-top:auto;padding:2rem 0;border-top:1px solid var(--border);background:#020617e6}.site-footer .shell{align-items:flex-start}.footer-links{display:flex;flex-direction:column;gap:.4rem}@media(max-width:700px){.site-nav{display:none}.hero__stats{flex-direction:column}.shell{flex-direction:column;align-items:flex-start}.header-cta{width:100%}.header-cta .button{width:100%;justify-content:center}}
