/* ATLAS V6 · T2b integrator sheet (2026-06-29, account B)
   Owned by the integrator (not a fleet agent). Loads LAST among the t2b
   sheets, immediately before css/v6-lock.css. Holds cross-surface fixes that
   touch shared chrome the per-surface agent sheets don't own:
   - Codex F2: hide the floating "Room Bookings" (#vocal-launch / #vocal-panel)
     leftover pill for the demo — it's an unwired meeting-room widget ("Loading…"
     that never resolves) and reads as contamination over the command surface.
     Reversible: delete this block to restore it.
   - Codex F6: light topbar chip calming (appended after integration QA).
   ───────────────────────────────────────────────────────────────────────── */

/* ── F2 · demo-mode: retire the leftover Room Bookings pill ──────────────── */
#vocal-launch,
#vocal-panel { display: none !important; }

/* ── F-cyan residual · PWA install banner CTA (caught at integration QA) ─────
   The install pill's CTA rendered cyan (#00d2ff): its `--pwa-accent` resolves a
   scoped cyan the global token re-assert doesn't reach. Force the one gold accent
   so the (real, self-dismissing) install feature stays on-brand if it appears.
   Color-only — the install behaviour is untouched. */
.pwa-install { --pwa-accent: var(--gold, #c18a25) !important; }
.pwa-install-cta {
  background: var(--gold, #c18a25) !important;
  color: #1f1503 !important;
}
.pwa-install-icon { box-shadow: 0 0 18px -4px var(--gold, #c18a25) !important; }

/* ── F6 · topbar — light calm only ───────────────────────────────────────────
   The top command bar already reads enterprise-calm after the T2 pass (one gold
   focal point = Ask Atlas; org + leads + tasks + role share a quiet pill family).
   Keep it that way: guarantee ONLY Ask Atlas carries gold fill and the data-chip
   count badges stay quiet (no competing bright fills). No geometry change. */
.v6-status-chip .v6-chip-num { font-weight: 700; }
.v6-status-chip .v6-chip-num.is-pending { color: var(--faint, #8a95a3); }
