.pwa-offline-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 0.45rem 1rem;
  font-size: 0.875rem;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.pwa-offline-bar.is-offline {
  background: #fef3c7;
  color: #92400e;
  border-bottom: 1px solid #fcd34d;
}

.pwa-offline-bar.is-online {
  background: #d1fae5;
  color: #065f46;
  border-bottom: 1px solid #6ee7b7;
}

.pwa-offline-bar.is-syncing {
  background: #dbeafe;
  color: #1e40af;
  border-bottom: 1px solid #93c5fd;
}

body.pwa-bar-visible {
  padding-top: 2.25rem;
}

.pwa-pending-panel {
  border: 1px dashed #fcd34d;
  background: #fffbeb;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}

.pwa-pending-panel.hidden {
  display: none !important;
}

.pwa-install-btn[hidden] {
  display: none !important;
}

.pwa-install-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.login-pwa-install {
  width: 100%;
  margin: 0.85rem 0 0;
  justify-content: center;
  padding: 0.55rem 0.85rem;
  border: 1px solid #0f766e;
  background: #f0fdfa;
  color: #0f766e;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
}
