:root{--bg: #0a0a0f;--bg-card: #12121a;--bg-input: #1a1a2e;--border: #2a2a3e;--border-focus: #6366f1;--text: #e2e8f0;--text-muted: #94a3b8;--text-dim: #64748b;--accent: #6366f1;--accent-hover: #818cf8;--accent-glow: rgba(99, 102, 241, .15);--green: #10b981;--orange: #f59e0b;--red: #ef4444;--radius: 8px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}button{cursor:pointer;font-family:inherit}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}::selection{background:var(--accent);color:#fff}
