:root{--bg:#0b0d12;--panel:#141822;--panel-2:#1b2130;--border:#262d3d;--text:#e6e9f0;--muted:#8b93a7;--accent:#6d5efc;--accent-2:#2dd4bf;--good:#34d399;--warn:#fbbf24;--bad:#f87171}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}.panel{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:16px}