/* AegiFlow audit fixes — 2026-07-24 (V1-V4). Loaded after the built CSS. */

/* V1: breadcrumb contrast (era var(--faint), aproape invizibil) */
.crumbs{color:var(--muted)}
.crumbs a{color:var(--muted)}
.crumbs a:hover{color:var(--e-700)}

/* V2: tab-urile scenariu incap pe ecrane inguste (in loc de scroll ascuns) */
@media (width<=440px){
  .ops-modes button{flex:1 1 0;min-width:0;padding:0 5px;font-size:10px;white-space:nowrap}
}

/* V3: nodurile diagramei nu mai ies din card pe mobil */
.ops-stage{overflow:hidden;border-radius:var(--r-sm)}

/* V4: contrast CTA >= 4.5:1 (WCAG AA) — gradient mai inchis */
.btn--primary,
.ops-modes button.on{background:linear-gradient(150deg,#0d8262,#07503d)}
