/* lco-ui tokens — VITADesk edition ("Counter").  See BRAND.md.
   One brand color, one accent, semantic set never rebranded. No hex anywhere else. */
:root{
  --brand:#114c56;
  --brand-d:#0a343b;
  --brand-t:#e6f0f1;
  --act:#d9721e;
  --act-d:#bd5f14;
  --act-t:#fdf0e4;

  --ink:#0d1f27;
  --ink2:#516b76;
  --ink3:#7b929b;
  --paper:#eef2f3;
  --surface:#ffffff;
  --line:#dde5e8;
  --line2:#eef2f4;
  --code-bg:#f5f8f9;

  --pass:#177a58;  --pass-bg:#e7f4ef;
  --warn:#b8760f;  --warn-bg:#fdf3e2;
  --crit:#ad2f20;  --crit-bg:#fbeae7;
  --cold:#276f96;  --cold-bg:#e8f1f6;

  --rail-bg:#0a343b;
  --rail-ink:#a9c6ca;
  --rail-on:#114c56;
  --rail-mute:#5b7d84;

  --r-panel:11px;
  --r-ctl:8px;
  --r-card:14px;
  --r-pill:20px;

  --font-head:Archivo,'IBM Plex Sans',system-ui,sans-serif;
  --font-body:'IBM Plex Sans',system-ui,sans-serif;
  --font-mono:'IBM Plex Mono',ui-monospace,Menlo,Consolas,monospace;

  --shadow-float:0 18px 48px rgba(13,31,39,.16);
  --focus:0 0 0 3px rgba(217,114,30,.35);
}
