:root{
  --bg-0:#03070d;
  --bg-1:#050a12;
  --bg-2:#08111c;
  --panel:#0a1623;
  --panel-2:#0d1d2c;
  --panel-3:#102538;
  --line:#18344d;
  --line-strong:#245678;
  --text:#f7fbff;
  --text-soft:#c8d7e5;
  --muted:#8299ad;
  --blue:#1877ff;
  --blue-2:#27a2ff;
  --cyan:#21e0e8;
  --teal:#2fe0bd;
  --ok:#3dd59b;
  --warn:#ffc45c;
  --danger:#ff6b82;
  --shadow:0 24px 70px rgba(0,0,0,.38);
  --shadow-soft:0 14px 38px rgba(0,0,0,.24);
  --radius-sm:12px;
  --radius:18px;
  --radius-lg:26px;
  --focus:0 0 0 3px rgba(33,224,232,.16);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:var(--bg-1);
}
