/* Amorvia status badge */
.amorvia-badge {
  position: fixed;
  right: .75rem;
  bottom: .75rem;
  z-index: 9999;
  font: 12px/1.2 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  padding: .35rem .55rem;
  border-radius: .5rem;
  box-shadow: 0 2px 8px rgba(0,0,0,.18);
  background: #111827;
  color: #e5e7eb;
  opacity: .92;
  pointer-events: none;
}
.amorvia-badge.ok     { background:#065f46; color:#ecfdf5; } /* green */
.amorvia-badge.warn   { background:#92400e; color:#fffbeb; } /* amber */
.amorvia-badge.err    { background:#7f1d1d; color:#fef2f2; } /* red   */
.amorvia-badge .dot{display:inline-block;width:.5rem;height:.5rem;border-radius:50%;margin-right:.4rem;background:currentColor;vertical-align:middle}
/* empty placeholder for host patching */
