/**
 * FAOS / Orbita WMS V3 Enterprise — clean light shell (loads after legacy inline blocks).
 * Pair with legal-pages-v14.css + faos-shell.js.
 */
html.orbita-wms-v3 body.wms-overview-body {
  background-color: #f8fafc !important;
  background-image: none !important;
  color: #0f172a !important;
}
html.orbita-wms-v3 .wms-enterprise-v3-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 10px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0f766e;
  background: #ecfdf5;
  border: 1px solid #99f6e4;
  border-radius: 999px;
}
