:root{
  --bg:#0f1115;
  --panel:#171a21;
  --muted:#8a93a5;
  --text:#eaeef8;
  --accent:#7cc7ff;
  --danger:#ff6b6b;

  --grid:#1e2230;
  --gridBold:#262c3c;
  --btn:#202536;
  --btnHover:#2b3150;
  --btnActive:#33406e;
}

*{ box-sizing:border-box; }

html,body{
  height:100%;
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,"Helvetica Neue",Arial;
}
