:root{--bg:#0f1419;--panel:#1a2029;--panel-2:#222b36;--text:#e6e9ef;--muted:#9aa4b2;--accent:#3b82f6;--accent-hover:#2563eb;--border:#2c3644;--danger:#ef4444}*{box-sizing:border-box}body,html{padding:0;margin:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{font:inherit}