/* ═══════════════════════════════════════════════════════════════════════════
   MFX ONE OS — os-tokens.css  ·  b358ux.1  ·  2026-08-19
   The house design language, finally literal (MFX-OFF-008 §5).
   Every surface links this file. It defines TOKENS ONLY — it must never
   restyle a page's own elements. The One Bar (os-strip.js) consumes it.
   ═══════════════════════════════════════════════════════════════════════════ */
:root{
  /* surfaces — deep midnight navigation, per OFF-008 */
  --mfx-bg:#091624;
  --mfx-bg2:#0A1624;
  --mfx-panel:#0f1f33;
  --mfx-panel2:#132741;
  --mfx-line:#1e3450;

  /* ink — text always wears ink tokens, never accent colours */
  --mfx-ink:#EEF4FA;
  --mfx-ink2:#C9D6E4;
  --mfx-mut:#9FB3C8;

  /* Microflex cyan — RESERVED for active state + system intelligence */
  --mfx-cyan:#00E2E6;
  --mfx-cyan-soft:rgba(0,226,230,.10);
  --mfx-cyan-line:rgba(0,226,230,.45);

  /* status — always shipped with icon + text, never colour alone */
  --mfx-good:#3ECF9A;
  --mfx-warn:#F5B84D;
  --mfx-bad:#F0716B;
  --mfx-info:#6FB6FF;

  /* type + rhythm — 13px body floor, 44px touch targets (rule 86) */
  --mfx-font:-apple-system,'Segoe UI',system-ui,Roboto,Helvetica,Arial,sans-serif;
  --mfx-mono:ui-monospace,Consolas,'Courier New',monospace;
  --mfx-body:13px;
  --mfx-tap:44px;
  --mfx-r:12px;
}
