:root{--bg: #0D0E10;--surface: #14161A;--surface-elevated: #1A1D23;--fg: #E4E6EB;--muted: #8B8D93;--border: #252830;--accent: #00C9B8;--accent-secondary: #E8A800;--accent-violet: #6B5CE7;--danger: #EF4444;--font-mono: "DM Mono", monospace;--font-sans: "Inter", system-ui, sans-serif;--radius: 4px}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}body{background:var(--bg);color:var(--fg);font-family:var(--font-sans);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#3a3d45}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}input,select,textarea{font-family:inherit;font-size:inherit}input:focus,select:focus,textarea:focus{outline:none}
