/* Shared brand tokens + reset — safe for both the dark app shell and the light public form. */
:root{
  --bg-deep:#070d18;
  --bg-panel:#0d1526;
  --bg-card:#101c30;
  --bg-card-hover:#142238;
  --nav-maroon:#5c1330;
  --nav-maroon-light:#7a1c3d;
  --cyan:#3fd8ea;
  --cyan-dim:#3fd8ea55;
  --orange:#f5a623;
  --green:#2db673;
  --green-dim:#2db67333;
  --text:#dce8f2;
  --text-dim:#7f93aa;
  --border:#1c2c44;
}
*{box-sizing:border-box;}
body{ margin:0; font-family:'Inter',sans-serif; min-height:100vh; }
h1,h2,h3,.hud{ font-family:'Rajdhani',sans-serif; letter-spacing:.04em; }
