.boot-recovery-shell {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: #f8fafc;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.boot-recovery-card {
  width: 100%;
  max-width: 420px;
  padding: 24px;
  text-align: center;
  background: #fff;
  border: 1px solid #dbe3ef;
  border-radius: 12px;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.12);
}

.boot-recovery-card h1 { margin: 0; color: #0f172a; font-size: 22px; }
.boot-recovery-card p { margin: 12px 0 0; color: #475569; font-size: 14px; line-height: 1.5; }
.boot-recovery-card button {
  margin-top: 20px;
  padding: 10px 16px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  background: #1d4ed8;
  border: 0;
  border-radius: 8px;
}
