:root{
  --bg:#0a0a0a;
  --surface:#141414;
  --border:#2a2a2a;
  --text:#f2f2f2;
  --text-dim:#9a9a9a;
  --accent:#2f7bff;
  --accent-hover:#4d90ff;
  --danger:#ff3b30;
  --field-h:52px;
  --radius:0;
  --font-body:'Inter',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  --font-display:'Inter',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
}
