*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0d0f14;--surface:#13161d;--surface2:#1a1e28;--border:#252a38;--border2:#2e3446;--text:#c8cdd8;--text-dim:#5a6178;--text-bright:#e8ecf4;--green:#00c076;--green-dim:#0a2e1e;--red:#ff4d4d;--red-dim:#2e0f0f;--blue:#4a9eff;--blue-dim:#0d1f3a;--yellow:#f5c842;--accent:#4a9eff;--radius:4px;--mono:"IBM Plex Mono",ui-monospace,monospace;--sans:"IBM Plex Sans",system-ui,sans-serif}body,html{height:100%;background:var(--bg);color:var(--text);font-family:var(--mono);font-size:13px;line-height:1.5}a{color:var(--blue);text-decoration:none}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit;font-size:inherit;background:var(--bg);color:var(--text-bright);border:1px solid var(--border2);border-radius:var(--radius);padding:6px 10px;outline:none;transition:border-color .15s}input:focus,select:focus{border-color:var(--accent)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}