.network-status {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 9px 16px;
  border-radius: 999px;
  background: #b45309;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 8px 24px #0003;
}

.secondary {
  margin-top: 10px;
  background: #e2e8f0;
  color: #172033;
}

.password-panel {
  max-width: 560px;
}

.sync-note {
  margin-top: 14px;
  color: #6c7789;
  font-size: 13px;
}
