/* Shared runtime foundations. Update DESIGN.md and both design.json catalogs when changing roles. */
:root{
  --bg:#08141b;
  --surface:#102630;
  --raised:#193640;
  --accent:#12cffa;
  --accent-dim:#103c4d;
  --text:#edf5f6;
  --muted:#c0d2d9;
  --border:#2c4650;
  --violet:#b39aef;
  --amber:#efbc70;
  --text-12:12px;
  --text-13:13px;
  --text-14:14px;
  --text-15:15px;
  --text-16:16px;
  --text-18:18px;
  --text-20:20px;
  --text-24:24px;
  --text-32:32px;
  --text-34:34px;
  --text-40:40px;
  --control-height:52px;
  --control-height-compact:48px;
  --radius-control:16px;
  --radius-field:12px;
  --radius-card:16px;
  --section-content-gap:12px;
  --field-background:rgba(9,27,37,.8);
  --field-border:#3b5662;
  --primary-ink:#05262b;
  --primary-hover:#49ddff;
  --error:#ef998e;
  --info-background:rgba(66,153,225,.12);
  --info-border:rgba(120,185,255,.2);
}
