:root{--bg:#0a0a0b;--bg-elev:#121214;--surface:#17171b;--surface-2:#1e1e24;--text:#f4f4f5;--text-muted:#a1a1aa;--text-dim:#8a8a93;--border:#27272a;--border-soft:#1f1f23;--accent:#ff5436;--accent-soft:#ff543624;--accent-ink:#0a0a0b;--focus:#ff7a5c;--go:#4ade80;--fix:#fbbf24;--kill:#ff5436;--font-sans:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--radius-sm:6px;--radius:12px;--radius-lg:20px;--shadow:0 1px 0 #ffffff08, 0 12px 40px #00000080;--maxw:820px;--ease:cubic-bezier(.22, 1, .36, 1)}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100vh;color:var(--text);background:var(--bg);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.55}a{color:var(--accent);text-decoration:none}button{font-family:inherit}::selection{background:var(--accent-soft)}textarea,input{font-family:inherit}textarea:focus-visible,input:focus-visible,button:focus-visible{outline:2px solid var(--focus);outline-offset:2px}
