/* IVC Portal v2 — supplemental styles (Tailwind handles the heavy lifting) */

/* Keep legacy class names working so shared PHP partials don't break */
.menu-title  { font-size: 1.75rem; font-weight: 700; color: #1e3a5f; }
.delay-text  { color: #dc2626; }
.delay-link  { color: #1d4ed8; text-decoration: underline; }

/* Status badge colours */
.badge-open       { background: #dcfce7; color: #166534; }
.badge-closed     { background: #f3f4f6; color: #374151; }
.badge-error      { background: #fee2e2; color: #991b1b; }
.badge-invoiced   { background: #dbeafe; color: #1e40af; }
.badge-mfg        { background: #fef9c3; color: #854d0e; }
.badge-default    { background: #f3f4f6; color: #374151; }
