*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #07090d;--surface: #0d1117;--border: #1a2332;--border-light: #243044;--text: #e2e8f0;--text-muted: #64748b;--text-dim: #334155;--accent: #3b82f6;--accent-dark: #1d4ed8;--green: #22c55e;--amber: #f59e0b;--red: #ef4444;--purple: #a78bfa;--font-display: "Syne", sans-serif;--font-mono: "DM Mono", monospace}body{background:var(--bg);color:var(--text);font-family:var(--font-mono);font-size:14px;line-height:1.6;min-height:100vh}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:2px}button{cursor:pointer;font-family:var(--font-mono)}input,textarea,select{font-family:var(--font-mono)}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes spin{to{transform:rotate(360deg)}}.animate-in{animation:fadeIn .3s ease forwards}.animate-slide{animation:slideIn .2s ease forwards}
