:root{--bg:#0d1b2a;--panel:#14263b;--accent:#2a5fa5;--text:#e8edf3;--muted:#9fb2c6;--error:#ff6b6b;--border:#24405c}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}a{color:var(--accent)}button{font:inherit;cursor:pointer}