@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";
:root{--radius:.375rem;--max-width:1120px;--font-sans:"Inter", system-ui, sans-serif;--font-mono:"JetBrains Mono", monospace}:root,:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#fff;--surface:#fff;--surface-2:#f4f4f5;--foreground:#18181b;--muted-foreground:#71717a;--primary:#18181b;--primary-hover:#27272a;--primary-foreground:#fff;--border:#e4e4e7;--border-strong:#d4d4d8;--input:#d4d4d8;--ring:#18181b;--glow:#18181b0b;--grid-line:#18181b08;--card-shadow:0 1px 2px #18181b0a, 0 1px 3px #18181b08;--card-shadow-lg:0 1px 2px #18181b0a, 0 30px 60px -18px #18181b29}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:#09090b;--surface:#131316;--surface-2:#1c1c20;--foreground:#fafafa;--muted-foreground:#a1a1aa;--primary:#fafafa;--primary-hover:#e4e4e7;--primary-foreground:#09090b;--border:#27272a;--border-strong:#3f3f46;--input:#3f3f46;--ring:#fafafa;--glow:#ffffff0d;--grid-line:#ffffff08;--card-shadow:0 1px 2px #0006;--card-shadow-lg:0 1px 2px #0006, 0 30px 60px -18px #000000b3}@media (prefers-color-scheme:dark){:root:not([data-theme]){--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:#09090b;--surface:#131316;--surface-2:#1c1c20;--foreground:#fafafa;--muted-foreground:#a1a1aa;--primary:#fafafa;--primary-hover:#e4e4e7;--primary-foreground:#09090b;--border:#27272a;--border-strong:#3f3f46;--input:#3f3f46;--ring:#fafafa;--glow:#ffffff0d;--grid-line:#ffffff08;--card-shadow:0 1px 2px #0006;--card-shadow-lg:0 1px 2px #0006, 0 30px 60px -18px #000000b3}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background-color:var(--background);background-image:linear-gradient(var(--grid-line) 1px, transparent 1px), linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);color:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;background-size:56px 56px;margin:0;font-size:15px;line-height:1.5;position:relative}.page-glow{z-index:0;pointer-events:none;background:radial-gradient(60rem 40rem at 12% -8%, var(--glow), transparent 60%), radial-gradient(50rem 35rem at 100% 8%, var(--glow), transparent 55%);position:fixed;inset:0}a{color:inherit;text-decoration:none}p{color:var(--muted-foreground);margin:0}h1,h2,h3{color:var(--foreground);letter-spacing:-.04em;margin:0;font-weight:600}h1{letter-spacing:-.045em;max-width:18ch;font-size:clamp(2.35rem,5vw,3.75rem);line-height:1.05}h2{max-width:18ch;font-size:clamp(1.9rem,4vw,3rem);line-height:1.04}h3{font-size:1rem;line-height:1.3}.accent-text{color:var(--muted-foreground)}input,textarea,button{font:inherit}textarea{resize:vertical}.site-header{z-index:20;width:min(100% - 2rem, var(--max-width));justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:.75rem 0;display:flex;position:sticky;top:0}.site-header:before{content:"";z-index:-1;background:color-mix(in srgb, var(--background) 78%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);position:absolute;inset:0 -50vw}.brand,.nav-links,.site-footer div{align-items:center;display:flex}.brand{letter-spacing:-.02em;gap:.5rem;font-size:.9375rem;font-weight:600}.brand-mark{flex:none;width:1.375rem;height:1.375rem}.nav-links{color:var(--muted-foreground);gap:1.75rem;font-size:.8125rem}.nav-links a,.site-footer a{transition:color .14s}.nav-links a:hover,.site-footer a:hover{color:var(--foreground)}.header-actions{align-items:center;gap:.5rem;display:flex}.theme-toggle{border-radius:var(--radius);width:2.25rem;height:2.25rem;color:var(--muted-foreground);cursor:pointer;background:0 0;border:1px solid #0000;place-items:center;padding:0;transition:color .14s,background-color .14s,border-color .14s;display:inline-grid}.theme-toggle:hover{border-color:var(--border);background:var(--surface-2);color:var(--foreground)}.theme-toggle:focus-visible{border-color:var(--ring);box-shadow:0 0 0 3px color-mix(in srgb, var(--ring) 16%, transparent);outline:none}.theme-toggle svg{width:1.1rem;height:1.1rem}.button{border-radius:var(--radius);border:1px solid #0000;justify-content:center;align-items:center;min-height:2.25rem;padding:.5rem .95rem;font-size:.8125rem;font-weight:500;transition:background-color .14s,border-color .14s,color .14s,transform .14s;display:inline-flex}.button-primary{background:var(--primary);color:var(--primary-foreground)}.button-primary:hover{background:var(--primary-hover);transform:translateY(-1px)}.button-outline{border-color:var(--border-strong);background:var(--surface)}.button-outline:hover,.button-ghost:hover{background:var(--surface-2)}.button-ghost{color:var(--muted-foreground)}main{z-index:1;width:min(100% - 2rem, var(--max-width));margin:0 auto;position:relative}.eyebrow,.section-kicker,.jc-label{color:var(--muted-foreground);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.5rem;font-size:.6875rem;font-weight:500;display:inline-flex}.eyebrow-dot{background:var(--foreground);width:.4rem;height:.4rem;box-shadow:0 0 0 3px color-mix(in srgb, var(--foreground) 14%, transparent);border-radius:999px}.hero{grid-template-columns:minmax(0,1fr) minmax(20rem,.92fr);align-items:center;gap:clamp(2.5rem,5vw,4.5rem);padding:clamp(3.5rem,8vw,6.5rem) 0 clamp(4rem,9vw,6.5rem);display:grid}.hero-copy{gap:1.35rem;display:grid}.lead{max-width:40rem;color:var(--foreground);letter-spacing:-.025em;font-size:clamp(1.15rem,1.8vw,1.5rem);line-height:1.4}.lead-secondary{max-width:34rem;font-size:1rem;line-height:1.65}.hero-actions{flex-wrap:wrap;gap:.625rem;padding-top:.35rem;display:flex}.judgment-card{border:1px solid var(--border);border-radius:calc(var(--radius) + 10px);background:var(--surface);box-shadow:var(--card-shadow-lg);overflow:hidden}.card-toolbar{border-bottom:1px solid var(--border);background:var(--surface-2);align-items:center;gap:.4rem;padding:.7rem .9rem;display:flex}.card-dot{background:var(--border-strong);border-radius:999px;width:.5rem;height:.5rem}.card-toolbar p{font-family:var(--font-mono);letter-spacing:.02em;margin-left:.5rem;font-size:.6875rem}.judgment-body{grid-template-columns:1fr 3.25rem 1fr;align-items:stretch;min-height:22rem;display:grid}.jc-node{align-content:start;gap:.75rem;padding:1.25rem;display:grid}.jc-agents{background:color-mix(in srgb, var(--surface-2) 55%, transparent);border-left:1px solid var(--border)}.jc-chips{flex-wrap:wrap;gap:.375rem;display:flex}.jc-chips span{border:1px solid var(--border);background:var(--background);color:var(--foreground);font-family:var(--font-mono);border-radius:999px;padding:.25rem .6rem;font-size:.6875rem}.jc-agent-row{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--foreground);box-shadow:var(--card-shadow);padding:.55rem .7rem;font-size:.8125rem;font-weight:500}.jc-note{margin-top:.25rem;font-size:.8125rem;line-height:1.5}.jc-spine{border-right:1px solid var(--border);border-left:1px solid var(--border);background:color-mix(in srgb, var(--surface-2) 40%, transparent);align-content:center;gap:.85rem;padding:0 .4rem;display:grid;position:relative;overflow:hidden}.jc-flow{background:linear-gradient(90deg, transparent, var(--foreground), transparent);opacity:.25;border-radius:999px;height:2px;animation:2.6s ease-in-out infinite flow}.jc-flow:nth-child(2){opacity:.5;animation-delay:.4s}.jc-flow:nth-child(3){animation-delay:.8s}@keyframes flow{0%,to{opacity:.15;transform:translate(-30%)}50%{opacity:.6;transform:translate(30%)}}@media (prefers-reduced-motion:reduce){.jc-flow{animation:none}}.recognition-section,.split-section,.spine-section,.quote-section,.cta-section{border-top:1px solid var(--border);padding:clamp(3.5rem,7vw,5.5rem) 0}.section-intro{gap:.9rem;display:grid}.section-intro p:not(.section-kicker){max-width:40rem;font-size:1.0625rem;line-height:1.7}.symptom-grid{grid-template-columns:repeat(4,1fr);gap:.85rem;margin-top:2.75rem;display:grid}.symptom-card{border:1px solid var(--border);border-radius:calc(var(--radius) + 6px);background:var(--surface);min-height:11rem;box-shadow:var(--card-shadow);align-content:space-between;gap:2rem;padding:1.1rem;transition:transform .16s,border-color .16s;display:grid}.symptom-card:hover{border-color:var(--border-strong);transform:translateY(-3px)}.symptom-icon{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-2);width:2.5rem;height:2.5rem;color:var(--foreground);place-items:center;display:grid}.symptom-icon svg{width:1.15rem;height:1.15rem}.symptom-card p{color:var(--foreground);letter-spacing:-.02em;font-size:1.0625rem;font-weight:500;line-height:1.35}.recognition-close{max-width:46rem;color:var(--foreground);letter-spacing:-.035em;margin-top:2rem;font-size:clamp(1.35rem,2.6vw,2rem);font-weight:500;line-height:1.28}.recognition-close,.section-intro>p:not(.section-kicker){text-wrap:balance}.split-section{grid-template-columns:.85fr 1fr;align-items:start;gap:clamp(2rem,5vw,4.5rem);display:grid}.split-section.reverse .section-intro{order:2}.feature-list,.capability-stack{gap:.75rem;display:grid}.feature-card{border:1px solid var(--border);border-radius:calc(var(--radius) + 6px);background:var(--surface);box-shadow:var(--card-shadow);grid-template-columns:auto 1fr;align-items:start;gap:1rem;padding:1.15rem;transition:transform .16s,border-color .16s;display:grid}.feature-card:hover{border-color:var(--border-strong);transform:translateY(-3px)}.feature-card h3{margin-bottom:.4rem}.feature-card p{font-size:.9375rem;line-height:1.6}.feature-icon{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-2);width:2.5rem;height:2.5rem;color:var(--foreground);place-items:center;display:grid}.feature-icon svg{width:1.15rem;height:1.15rem}.capability-row{border:1px solid var(--border);border-radius:calc(var(--radius) + 6px);background:var(--surface);color:var(--foreground);letter-spacing:-.02em;box-shadow:var(--card-shadow);grid-template-columns:auto 1fr;align-items:center;gap:.85rem;padding:1rem 1.15rem;font-size:1rem;font-weight:500;display:grid}.capability-check{background:var(--primary);width:1.5rem;height:1.5rem;color:var(--primary-foreground);border-radius:999px;place-items:center;display:grid}.capability-check svg{width:.9rem;height:.9rem}.spine-figure{justify-items:center;gap:1.25rem;margin:2.75rem 0 0;display:grid}.spine-svg{width:100%;max-width:60rem;height:auto}.spine-node-box{fill:var(--surface);stroke:var(--border-strong);stroke-width:1.5px}.spine-rail{fill:var(--surface-2);stroke:var(--border-strong);stroke-width:1.5px}.spine-link{fill:none;stroke:var(--border-strong);stroke-width:2px}.spine-dot{fill:var(--foreground)}.spine-dot-flow{fill:var(--foreground);opacity:.55;animation:2.4s ease-in-out infinite spine-pulse}.spine-dot-flow.d2{animation-delay:.5s}.spine-dot-flow.d3{animation-delay:1s}.spine-dot-flow.d4{animation-delay:1.5s}.spine-label{fill:var(--muted-foreground);font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;font-size:12px}.spine-title{fill:var(--foreground);font-family:var(--font-sans);letter-spacing:-.01em;font-size:18px;font-weight:600}.spine-sub{fill:var(--muted-foreground);font-family:var(--font-mono);font-size:12px}.spine-agent-label{fill:var(--foreground);font-family:var(--font-sans);font-size:15px;font-weight:500}.spine-rail-label{fill:var(--muted-foreground);font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;font-size:12px}.spine-caption{text-align:center;max-width:40rem;color:var(--foreground);text-wrap:balance;font-size:1.0625rem;line-height:1.6}@keyframes spine-pulse{0%,to{opacity:.15}50%{opacity:.7}}@media (prefers-reduced-motion:reduce){.spine-dot-flow{animation:none}}.quote-section{text-align:center;place-items:center;display:grid}blockquote{max-width:52rem;margin:0}blockquote p{color:var(--foreground);letter-spacing:-.05em;text-wrap:balance;font-size:clamp(1.75rem,4.2vw,3.25rem);font-weight:600;line-height:1.08}blockquote footer{color:var(--muted-foreground);font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;margin-top:1.25rem;font-size:.75rem}.cta-section{text-align:center;justify-items:center;gap:1.4rem;display:grid}.cta-card{border:1px solid var(--border);border-radius:calc(var(--radius) + 12px);background:var(--surface);width:min(100%,46rem);box-shadow:var(--card-shadow-lg);justify-items:center;gap:1.4rem;padding:clamp(2rem,5vw,3.25rem);display:grid}.cta-card h2{max-width:22ch}.cta-card p{text-wrap:balance;max-width:44ch;font-size:1.0625rem;line-height:1.7}.cta-actions{flex-wrap:wrap;justify-content:center;gap:.625rem;padding-top:.25rem;display:flex}.button-lg{min-height:2.75rem;padding:.7rem 1.5rem;font-size:.9375rem}.cta-note{font-family:var(--font-mono);letter-spacing:.02em;font-size:.75rem}.waitlist-form{text-align:left;gap:.85rem;width:100%;max-width:28rem;padding-top:.35rem;display:grid}.waitlist-honeypot{width:0;height:0;position:absolute;left:-9999px;overflow:hidden}.waitlist-field{color:var(--foreground);gap:.35rem;font-size:.8125rem;font-weight:500;display:grid}.waitlist-optional{color:var(--muted-foreground);font-weight:400}.waitlist-field input,.waitlist-field select,.waitlist-field textarea{border:1px solid var(--input);border-radius:var(--radius);background:var(--background);width:100%;color:var(--foreground);font-family:var(--font-sans);padding:.55rem .75rem;font-size:.8125rem;font-weight:400;line-height:1.4;transition:border-color .14s,box-shadow .14s}.waitlist-field textarea{resize:vertical;min-height:4.5rem}.waitlist-field input::placeholder,.waitlist-field textarea::placeholder{color:var(--muted-foreground)}.waitlist-field input:focus-visible,.waitlist-field select:focus-visible,.waitlist-field textarea:focus-visible{border-color:var(--ring);box-shadow:0 0 0 1px var(--ring);outline:none}.waitlist-submit{width:100%;margin-top:.25rem}.waitlist-submit:disabled{opacity:.65;cursor:not-allowed;transform:none}.waitlist-error{color:#dc2626;text-align:left;margin:0;font-size:.8125rem}.waitlist-success{text-align:center;gap:.4rem;width:100%;max-width:28rem;padding:1rem 0 .25rem;display:grid}.waitlist-success-title{color:var(--foreground);margin:0;font-size:1rem;font-weight:600}.waitlist-success p{margin:0}.site-footer{z-index:1;width:min(100% - 2rem, var(--max-width));border-top:1px solid var(--border);color:var(--muted-foreground);justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:1.75rem 0 2.75rem;font-size:.8125rem;display:flex;position:relative}.site-footer div{gap:1.5rem}@media (max-width:940px){.nav-links{display:none}.hero,.split-section{grid-template-columns:1fr}.split-section.reverse .section-intro{order:initial}.symptom-grid{grid-template-columns:1fr 1fr}}@media (max-width:620px){body{background-size:40px 40px}.site-header,.site-footer,main{width:min(100% - 1.25rem, var(--max-width))}h1{font-size:clamp(2.5rem,12vw,3.5rem)}.symptom-grid,.judgment-body{grid-template-columns:1fr}.symptom-card{gap:1.25rem;min-height:auto}.jc-agents{border-left:0;border-top:1px solid var(--border)}.jc-spine{border:0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);grid-auto-flow:column;padding:.85rem .4rem}.jc-flow{background:linear-gradient(180deg, transparent, var(--foreground), transparent);width:2px;height:auto;min-height:1.5rem}@keyframes flow{0%,to{opacity:.15;transform:translateY(-30%)}50%{opacity:.6;transform:translateY(30%)}}.site-footer{flex-direction:column;align-items:flex-start}}
