/* OXXON FAST — the focused product-workflow root (`/`), redesigned per
   founder direction 2026-07-26. Page-specific styles only; the drop zone,
   processing steps and buttons read the shared `oxu-*`/`ox-*` classes and
   `--ox-*` tokens (FAST's navy/brass applies automatically via the
   `.fast-theme` body class the shared shell already sets). */

/* Minimal focused header: shared now (`.ox-focused-*`, components.css). Only
   FAST's one remaining product-specific class stays here. */
.ox-focused-audit { flex-shrink: 0; }

/* ── Single-workbook upload card (no ✓ / Remove — see _single_upload.html) ──
   The shared `upload.css` now carries the base no-check/no-remove rules
   (`.oxu-drop-selected`, `.oxu-browse-again`, the `[hidden]` specificity fix)
   unscoped, so every product gets them; this file only adds FAST's own
   vertical rhythm on top of that shared base. */
.oxf-upload-card .oxu-selected-name { color: var(--ox-ink); font-weight: 600; }
.oxf-upload-card .oxu-browse-again { margin-top: var(--ox-s2); }
