/* FLOW — design tokens. Nomes de custom properties preservados byte-a-byte (WO-01 §4). */
  :root{
    --bg:#08080a; --bg2:#111014; --card:#141317; --card2:#1c1a1f; --line:rgba(255,255,255,.07); --line2:rgba(255,255,255,.14);
    --txt:#f6f4f1; --muted:#9a9299; --muted2:#6b6970;
    --o:#ff7a3d; --o2:#ff9a68; --oGA:#ff8a4d; --oGB:#e0480f; --oDim:rgba(255,106,43,.14);
    --go:#3fb27f; --wait:#e0a23a; --kill:#ff5a4d; --info:#5b8cff;
    --r:16px; --shadow:0 10px 34px rgba(0,0,0,.5); font-synthesis:none;
  }
