@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap");:root{--structured-blue:#2b55b7;--signal-yellow:#ded132;--frost-white:#f0faf5;--blue-50:#e8eef8;--blue-100:#c5d3ee;--blue-200:#8aa7dd;--blue-300:#4f7bcc;--blue-400:#3565c1;--blue-500:#2b55b7;--blue-600:#244a9e;--blue-700:#1d3d85;--blue-800:#162e64;--blue-900:#0f1f43;--yellow-50:#fcfbe8;--yellow-100:#f7f4c0;--yellow-200:#ede67a;--yellow-300:#e5db4e;--yellow-400:#ded132;--yellow-500:#c4b820;--yellow-600:#9e9419;--yellow-700:#787013;--yellow-800:#524c0d;--yellow-900:#2c2907;--graphite-950:#0a0c10;--graphite-900:#0f1117;--graphite-850:#14171f;--graphite-800:#1a1e28;--graphite-750:#212631;--graphite-700:#2a2f3b;--graphite-600:#363c4a;--graphite-500:#4a5160;--graphite-400:#6b7280;--graphite-300:#9ca3af;--graphite-200:#d1d5db;--graphite-100:#e5e7eb;--graphite-50:#f0faf5;--success:#22c55e;--warning:#ded132;--error:#ef4444;--info:#2b55b7;--status-coherent:#22c55e;--status-minor:#eab308;--status-significant:#f97316;--status-critical:#ef4444;--status-contradiction:#e11d48;--bg:var(--graphite-900);--bg-deep:var(--graphite-950);--surface:var(--graphite-800);--surface-2:var(--graphite-850);--surface-hover:var(--graphite-750);--input-bg:var(--graphite-700);--border:var(--graphite-600);--border-subtle:var(--graphite-500);--fg:var(--graphite-100);--fg-body:var(--graphite-200);--fg-muted:var(--graphite-300);--fg-faint:var(--graphite-400);--primary:var(--blue-500);--primary-hover:var(--blue-400);--primary-active:var(--blue-600);--on-primary:var(--frost-white);--accent:var(--yellow-400);--on-accent:var(--graphite-950);--ring:var(--blue-500);--font-heading:"Inter",system-ui,-apple-system,sans-serif;--font-sans:"Inter",system-ui,-apple-system,sans-serif;--font-mono:"JetBrains Mono","IBM Plex Mono","Fira Code",monospace;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-6:24px;--space-8:32px;--space-12:48px;--space-16:64px;--radius-sm:4px;--radius:8px;--radius-lg:12px;--radius-full:9999px;--shadow-sm:0 1px 2px rgba(0,0,0,0.15);--shadow-md:0 2px 6px rgba(0,0,0,0.2);--transition-fast:150ms ease-in-out;--transition-base:200ms ease-in-out;--transition-slow:250ms ease-in-out}body{background-color:var(--bg);color:var(--fg-body);font-family:var(--font-sans);font-size:16px;line-height:1.6;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}.display{font-size:36px}.display,.h1,h1{font-family:var(--font-heading);font-weight:700;line-height:1.2;letter-spacing:-.025em;color:var(--fg)}.h1,h1{font-size:30px}.h2,h2{font-family:var(--font-heading);font-weight:600;font-size:24px;line-height:1.3;letter-spacing:-.02em;color:var(--fg)}.h3,h3{font-size:20px;letter-spacing:-.015em}.h3,.h4,h3,h4{font-family:var(--font-heading);font-weight:600;line-height:1.4;color:var(--fg)}.h4,h4{font-size:16px;letter-spacing:-.01em}.body,p{font-size:16px;line-height:1.6}.body,.body-sm,p{color:var(--fg-body)}.body-sm{font-size:14px;line-height:1.5}.caption{font-size:12px;line-height:1.4;letter-spacing:.02em}.caption,.eyebrow{font-weight:500;color:var(--fg-faint)}.eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.15em}.code,.mono,code{font-family:var(--font-mono);font-size:14px;line-height:1.6;font-feature-settings:"liga" 0}.code-sm{font-family:var(--font-mono);font-size:12px;line-height:1.5}a{color:var(--primary-hover);text-decoration:none;transition:color var(--transition-base)}a:hover{color:var(--blue-300)}::selection{background-color:rgba(43,85,183,.3);color:var(--frost-white)}:focus-visible{outline:2px solid var(--ring);outline-offset:2px;border-radius:var(--radius)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--graphite-900)}::-webkit-scrollbar-thumb{background:var(--graphite-500);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--graphite-400)}body,html{margin:0;padding:0}#__next,body,body>div:first-child,html{height:100%}button{font-family:inherit;cursor:pointer}@keyframes cxl-pulse{0%,to{opacity:1}50%{opacity:.35}}