/* ============================================================
   EVOLVE OS v3.2 — RECOVERY UI
   Clean, minimal, ASCII‑only, Cloudflare‑safe.
   ============================================================ */

/* ------------------------------------------------------------
   SECTION
   ------------------------------------------------------------ */
.recovery-section {
  font-size: 14px;
  line-height: 1.5;
}

.recovery-section h2 {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
}

/* ------------------------------------------------------------
   RECOVERY BLOCKS
   ------------------------------------------------------------ */
.recovery-block {
  background: #1a1a1a;
  padding: 14px;
  border-radius: 10px;
  margin: 14px 0;
  border: 1px solid #2a2a2a;
  box-shadow: 0 0 12px rgba(0,0,0,0.25);
}

.recovery-block h3 {
  margin: 0 0 10px 0;
  font-size: 15px;
  font-weight: bold;
}

/* ------------------------------------------------------------
   BUTTONS
   ------------------------------------------------------------ */
.recovery-btn {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 6px 0;
  background: #333;
  color: #fff;
  border: none;
  cursor: pointer;
  text-align: left;
  border-radius: 6px;
  transition: background 0.2s ease, transform 0.15s ease;
}

.recovery-btn:hover {
  background: #444;
  transform: translateX(2px);
}

/* ------------------------------------------------------------
   OUTPUT
   ------------------------------------------------------------ */
.recovery-output {
  margin-top: 12px;
  padding: 12px;
  background: #121212;
  border-radius: 8px;
  font-size: 13px;
  color: #ccc;
  border: 1px solid #2a2a2a;
  box-shadow: inset 0 0 12px rgba(0,0,0,0.25);
}
