*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0a0a0a;--bg2: #111111;--bg3: #1a1a1a;--bg4: #222222;--border: #2a2a2a;--border2: #333333;--text: #e8e6e0;--text2: #888580;--text3: #555250;--accent: #c8f064;--accent2: #a8d444;--red: #ff4444;--amber: #f0a020;--blue: #4488ff;--teal: #2dd4a0;--mono: "DM Mono", monospace;--sans: "DM Sans", sans-serif;--serif: "Instrument Serif", serif;--radius: 6px;--radius-lg: 10px}html,body,#root{height:100%;background:var(--bg);color:var(--text);font-family:var(--sans);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--sans)}input,textarea,select{font-family:var(--sans);background:var(--bg3);border:1px solid var(--border2);color:var(--text);border-radius:var(--radius);padding:8px 12px;font-size:13px;outline:none;transition:border-color .15s}input:focus,textarea:focus,select:focus{border-color:var(--accent)}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:2px}
