.admin-page {
  min-height: 100vh;
  padding: 30px 16px;
  background: linear-gradient(135deg, #fff5fb, #ffffff);
}

.admin-card {
  max-width: 760px;
  margin: auto;
}

.back-link {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--rose);
  text-decoration: none;
  font-weight: bold;
}

.intro {
  color: var(--gris);
  margin-bottom: 25px;
}

.reservation-item {
  background: #fff5fb;
  border: 1px solid #ffd6ec;
  border-radius: 16px;
  padding: 18px;
  margin-bottom: 15px;
}

.reservation-item h3 {
  color: var(--rose);
  margin-bottom: 10px;
}

.danger-button {
  width: 100%;
  margin-top: 20px;
  background: #111;
  color: white;
  font-weight: bold;
}