.hidden { display: none !important; }

.recovery-wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 24px;
}

.recovery-hero {
  margin-bottom: 24px;
}

.recovery-hero h1 {
  margin: 0 0 8px;
}

.recovery-hero p {
  margin: 0;
  color: #66758a;
}

.recovery-section {
  margin-bottom: 24px;
}

.recovery-section h2 {
  margin-top: 0;
  font-size: 18px;
}

.recovery-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.checkpoint {
  border: 1px solid #d9e1eb;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 14px;
}

.checkpoint.unavailable {
  opacity: 0.6;
  background: #f4f6f8;
}

.checkpoint-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.checkpoint-title {
  font-weight: 700;
  margin: 0;
}

.checkpoint-meta {
  font-size: 13px;
  color: #66758a;
  margin: 6px 0;
}

.checkpoint-status {
  display: inline-block;
  margin-top: 4px;
}

.status-ok { color: #147a55; }
.status-warn { color: #b46b08; }
.status-bad { color: #b42318; }

#recoveryBanner {
  margin-bottom: 18px;
}

.save-state-recovery {
  margin-left: 8px;
  font-size: 12px;
  color: #b42318;
  text-decoration: underline;
}
