:root{--bg: #0d0d0d;--surface: #1a1a1a;--surface-2: #222222;--border: #2a2a2a;--text: #ffffff;--text-muted: #888888;--accent: #ff6d5a;--accent-hover:#ff8a76;--error: #ef4444;--warning: #f59e0b;--info: #6b7280;--radius: 8px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased}button{font-family:inherit;cursor:pointer}textarea{font-family:Menlo,Monaco,Courier New,monospace;resize:vertical}
