:root{--bg:#0c0d10;--surface:#14161c;--border:#252830;--text:#e8eaef;--muted:#8b9099;--accent:#3d8bfd;--accent-dim:#1e3a5f;--danger:#f87171;--ok:#4ade80;--radius:12px;--font:"IBM Plex Sans","Segoe UI",system-ui,sans-serif}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--bg);color:var(--text);font-family:var(--font);line-height:1.5}a{color:var(--accent)}button,input,select,textarea{font:inherit;color:inherit}