.app-maintenance-notice {
  position: fixed;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  z-index: 2147483647;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px 16px 10px 12px;
  box-sizing: border-box;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: rgba(245, 158, 11, 0.95);
  color: #ffffff;
  box-shadow:
    0 10px 20px rgba(0, 0, 0, 0.06),
    0 2px 6px rgba(0, 0, 0, 0.04);
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
  font-size: 13px;
  line-height: 1.35;
}

.app-maintenance-icon {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: transparent;
  border: none;
  color: inherit;
}

.app-maintenance-text {
  color: #ffffff;
  font: inherit;
}

.app-maintenance-label {
  font-weight: 600;
  width: 70px;
  display: inline-block;
}

.app-maintenance-status-offline {
  color: #dc2626;
}

.app-maintenance-status-online {
  color: #16a34a;
}
