:root{--bg: #000;--bg-card: #0a0a0a;--bg-card-hover: #111;--border: #1a1a1a;--border-mid: #222;--text-primary: #fff;--text-secondary: #666;--text-muted: #444;--text-faint: #333;--accent-green: #22c55e;--accent-amber: #f59e0b;--accent-red: #ef4444;--radius: 8px;--radius-sm: 4px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;background:var(--bg);color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:1.5}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#222;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#333}input:focus,select:focus,textarea:focus{outline:none;border-color:#333!important}button:focus-visible{outline:1px solid #444;outline-offset:2px}
