:root{--bg: #0a0b0f;--bg-card: #14161e;--bg-card-hover: #1c1f2b;--bg-input: #12131a;--text: #e4e4e7;--text-muted: #9ca3af;--text-dim: #6b7280;--border: #232630;--accent: #6366f1;--accent-hover: #4f46e5}*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh}#root{min-height:100vh}input,button{font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}
