:root{color-scheme:light dark;--bg: #ffffff;--surface: #ffffff;--surface-muted: #f5f5f5;--text: #000000;--muted: #4f4f4f;--border: #d9d9d9;font-family:Avenir Next,Helvetica Neue,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme: dark){:root{--bg: #000000;--surface: #000000;--surface-muted: #0f0f0f;--text: #ffffff;--muted: #c7c7c7;--border: #2c2c2c}}*{box-sizing:border-box}html{min-height:100%}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg)}a{color:inherit}#root{min-height:100vh}.site-shell{min-height:100vh;padding:24px}.topbar,.page{max-width:1040px;margin:0 auto}.topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:10px 0 28px}.brand{display:inline-flex;align-items:center;gap:12px;font-size:1rem;font-weight:700;letter-spacing:.08em;text-decoration:none;text-transform:uppercase}.brand-mark{width:42px;height:42px;border-radius:11px;border:1px solid var(--border)}.nav{display:flex;flex-wrap:wrap;gap:10px}.nav-link{padding:10px 14px;border-radius:999px;color:var(--muted);text-decoration:none;transition:background-color .16s ease,color .16s ease}.nav-link:hover,.nav-link:focus-visible{background:var(--surface-muted);color:var(--text)}.nav-link.active{background:var(--surface-muted);color:var(--text);box-shadow:inset 0 0 0 1px var(--border)}.page{display:grid;gap:24px;padding-bottom:48px}.hero{padding:44px 0 24px;border-bottom:1px solid var(--border)}.eyebrow,.feature-kicker,.panel-label{margin:0 0 12px;font-size:.82rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}.hero h1,.feature-card h2,.content-card h2{margin:0;letter-spacing:-.04em}.hero h1{max-width:11ch;font-size:clamp(3rem,8vw,5.4rem);line-height:.92}.intro{max-width:760px;margin:20px 0 0;font-size:clamp(1.05rem,2vw,1.35rem);color:var(--muted)}.coming-soon-panel{display:flex;align-items:end;justify-content:space-between;gap:24px;padding:28px 0 6px;border-bottom:1px solid var(--border)}.panel-value{margin:0;font-size:clamp(2rem,5vw,3.6rem);font-weight:700;letter-spacing:-.05em}.panel-copy{max-width:420px;margin:0;color:var(--muted);font-size:1.05rem}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.feature-card,.content-card{border:1px solid var(--border);border-radius:20px;background:var(--surface)}.feature-card{min-height:220px;padding:28px}.feature-card h2{font-size:1.8rem;line-height:1;margin-bottom:16px}.feature-card p:last-child,.content-stack p{margin-bottom:0}.content-card{padding:30px}.content-card h2{margin-bottom:16px;font-size:1.5rem}.content-stack{display:grid;gap:12px;color:var(--muted)}.content-stack p{margin:0}.content-stack a{text-decoration:underline;text-underline-offset:.18em}@media (max-width: 900px){.feature-grid{grid-template-columns:1fr}.coming-soon-panel{flex-direction:column;align-items:start}.hero h1{max-width:100%}}@media (max-width: 640px){.site-shell{padding:18px}.topbar{flex-direction:column;align-items:start}.feature-card,.content-card{padding:22px}.nav{width:100%}}
