/* ═══════════════════════════════════════════════════════════════════════
   Codex — Booking System CSS
   Apple Cupertino Design Caliber · One-on-One Sessions Interface
   Fully integrated with site-wide Apple design tokens and dual themes
   ═══════════════════════════════════════════════════════════════════════ */

.booking-section {
  position: relative;
  width: 100%;
  max-width: var(--apple-content-width, 1200px);
  margin: 100px auto 140px;
  padding: 0 24px;
  box-sizing: border-box;
  color: var(--apple-text-primary);
  font-family: var(--apple-font, -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", sans-serif);
}

@media (max-width: 768px) {
  .booking-section {
    margin: 60px auto 100px;
    padding: 0 16px;
  }
}

/* ─── Apple Standard Section Header ───────────────────────────────────── */

.booking-section .section-header-apple {
  margin-bottom: 52px;
}

.booking-section .typography-eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--apple-accent);
  margin-bottom: 12px;
}

.booking-section .typography-headline-super {
  font-size: clamp(34px, 4.8vw, 64px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.08;
  color: var(--apple-text-primary);
  margin: 0 auto 16px;
}

.booking-section .typography-headline-super .headline-tail {
  color: var(--apple-text-secondary);
  font-weight: 600;
}

.booking-section .typography-intro {
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 400;
  line-height: 1.5;
  color: var(--apple-text-secondary);
  max-width: 680px;
  margin: 0 auto;
}

/* ─── Main Bento Glass Card Container ─────────────────────────────────── */

.booking-card {
  position: relative;
  border-radius: var(--apple-radius-card, 28px);
  background: var(--apple-glass-bg, rgba(22, 22, 24, 0.76));
  backdrop-filter: blur(36px) saturate(190%);
  -webkit-backdrop-filter: blur(36px) saturate(190%);
  border: 1px solid var(--apple-glass-border, rgba(255, 255, 255, 0.1));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  overflow: hidden;
  padding: 40px;
  transition: all var(--apple-duration-normal, 0.4s) var(--apple-ease, ease);
}

@media (max-width: 768px) {
  .booking-card {
    padding: 24px 18px;
    border-radius: 22px;
  }
}

/* Light Theme Bento Refinement */
html[data-theme="light"] .booking-card {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

/* ─── Auth Lock Overlay ──────────────────────────────────────────────── */

.booking-auth-lock {
  position: absolute;
  inset: 0;
  z-index: 25;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 32px;
  background: rgba(18, 18, 22, 0.88);
  backdrop-filter: blur(28px) saturate(160%);
  -webkit-backdrop-filter: blur(28px) saturate(160%);
  border-radius: var(--apple-radius-card, 28px);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

html[data-theme="light"] .booking-auth-lock {
  background: rgba(248, 248, 250, 0.9);
}

.booking-auth-lock[hidden] {
  display: none !important;
}

.booking-lock-icon {
  width: 68px;
  height: 68px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(41, 151, 255, 0.22), rgba(99, 102, 241, 0.28));
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin-bottom: 22px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

html[data-theme="light"] .booking-lock-icon {
  background: linear-gradient(135deg, rgba(0, 113, 227, 0.12), rgba(99, 102, 241, 0.16));
  border-color: rgba(0, 113, 227, 0.2);
  box-shadow: 0 8px 24px rgba(0, 113, 227, 0.12);
}

.booking-auth-lock h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0 0 10px;
  color: var(--apple-text-primary);
}

.booking-auth-lock p {
  font-size: 15px;
  color: var(--apple-text-secondary);
  max-width: 420px;
  margin: 0 0 26px;
  line-height: 1.5;
}

/* ─── User Badge Bar ─────────────────────────────────────────────────── */

.booking-user-badge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 22px;
  background: var(--apple-surface-subtle, rgba(255, 255, 255, 0.05));
  border: 1px solid var(--apple-border, rgba(255, 255, 255, 0.08));
  border-radius: 18px;
  margin-bottom: 36px;
  transition: all 0.2s ease;
}

@media (max-width: 640px) {
  .booking-user-badge {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
  }
  .booking-user-actions {
    width: 100%;
    justify-content: flex-end;
  }
}

.booking-user-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.booking-user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0071e3, #42a5f5);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  box-shadow: 0 4px 12px rgba(0, 113, 227, 0.35);
  user-select: none;
}

.booking-user-name {
  font-size: 15px;
  font-weight: 600;
  color: var(--apple-text-primary);
  line-height: 1.3;
}

.booking-user-sub {
  font-size: 12px;
  color: var(--apple-text-tertiary);
}

.booking-user-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.booking-my-btn {
  background: var(--apple-surface, rgba(255, 255, 255, 0.08));
  color: var(--apple-text-primary);
  border: 1px solid var(--apple-border, rgba(255, 255, 255, 0.15));
  padding: 8px 18px;
  border-radius: var(--apple-radius-pill, 9999px);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s var(--apple-ease);
}

.booking-my-btn:hover {
  background: var(--apple-border-hover, rgba(255, 255, 255, 0.15));
  transform: translateY(-1px);
}

.booking-admin-btn {
  background: linear-gradient(135deg, rgba(255, 159, 10, 0.18), rgba(255, 69, 58, 0.18));
  color: #ff9f0a;
  border: 1px solid rgba(255, 159, 10, 0.35);
  padding: 8px 18px;
  border-radius: var(--apple-radius-pill, 9999px);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s var(--apple-ease);
}

.booking-admin-btn:hover {
  background: linear-gradient(135deg, rgba(255, 159, 10, 0.3), rgba(255, 69, 58, 0.3));
  border-color: rgba(255, 159, 10, 0.5);
  transform: translateY(-1px);
}

/* ─── Booking Grid Layout ────────────────────────────────────────────── */

.booking-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 48px;
}

@media (max-width: 960px) {
  .booking-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

.booking-field-label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--apple-text-primary);
  margin-bottom: 14px;
}

/* ─── Interactive Apple Calendar ─────────────────────────────────────── */

.booking-calendar-wrapper {
  background: var(--apple-surface-subtle, rgba(0, 0, 0, 0.25));
  border: 1px solid var(--apple-border, rgba(255, 255, 255, 0.08));
  border-radius: 22px;
  padding: 22px;
  margin-bottom: 28px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

html[data-theme="light"] .booking-calendar-wrapper {
  background: var(--apple-surface-subtle, #f0f0f2);
  border-color: var(--apple-border, rgba(0, 0, 0, 0.06));
}

.calendar-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.calendar-nav-btn {
  background: var(--apple-surface, rgba(255, 255, 255, 0.08));
  border: 1px solid var(--apple-border, rgba(255, 255, 255, 0.1));
  color: var(--apple-text-primary);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  line-height: 1;
  transition: all 0.2s var(--apple-ease);
}

.calendar-nav-btn:hover {
  background: var(--apple-border-hover, rgba(255, 255, 255, 0.2));
  transform: scale(1.08);
}

.calendar-current-month {
  font-size: 16px;
  font-weight: 600;
  color: var(--apple-text-primary);
  letter-spacing: -0.01em;
}

.calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--apple-text-tertiary);
  margin-bottom: 10px;
}

.calendar-days-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}

.calendar-day-cell {
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  color: var(--apple-text-primary);
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.2s var(--apple-ease);
  position: relative;
  user-select: none;
}

.calendar-day-cell:hover:not(.is-disabled):not(.is-selected) {
  background: var(--apple-border-hover, rgba(255, 255, 255, 0.12));
}

.calendar-day-cell:active:not(.is-disabled) {
  transform: scale(0.92);
}

.calendar-day-cell.is-selected {
  background: var(--apple-accent, #0071e3) !important;
  color: #ffffff !important;
  font-weight: 700;
  box-shadow: 0 4px 16px rgba(0, 113, 227, 0.4);
}

.calendar-day-cell.is-today::after {
  content: "";
  position: absolute;
  bottom: 4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--apple-accent, #2997ff);
}

.calendar-day-cell.is-selected.is-today::after {
  background: #ffffff;
}

.calendar-day-cell.is-disabled {
  color: var(--apple-text-tertiary);
  cursor: not-allowed;
  opacity: 0.3;
}

.calendar-day-cell.is-other-month {
  visibility: hidden;
}

/* ─── Apple Segmented Slots Picker ───────────────────────────────────── */

.booking-slots-section {
  position: relative;
}

.booking-slots-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.booking-selected-date-hint {
  font-size: 12px;
  font-weight: 600;
  color: var(--apple-accent);
  background: rgba(0, 113, 227, 0.12);
  padding: 3px 10px;
  border-radius: var(--apple-radius-pill, 9999px);
  letter-spacing: 0.02em;
}

.booking-slots-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 10px;
  max-height: 255px;
  overflow-y: auto;
  padding-right: 4px;
}

.booking-slots-grid::-webkit-scrollbar {
  width: 5px;
}
.booking-slots-grid::-webkit-scrollbar-thumb {
  background: var(--apple-border-hover, rgba(255, 255, 255, 0.15));
  border-radius: 10px;
}

.booking-slot-item {
  background: var(--apple-surface, rgba(255, 255, 255, 0.05));
  border: 1px solid var(--apple-border, rgba(255, 255, 255, 0.1));
  color: var(--apple-text-primary);
  border-radius: 12px;
  padding: 10px 8px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s var(--apple-ease);
  user-select: none;
}

.booking-slot-item:hover:not(.is-disabled):not(.is-booked):not(.is-selected) {
  background: var(--apple-border-hover, rgba(255, 255, 255, 0.12));
  border-color: var(--apple-border-hover, rgba(255, 255, 255, 0.25));
  transform: translateY(-1px);
}

.booking-slot-item:active:not(.is-disabled):not(.is-booked) {
  transform: scale(0.96);
}

.booking-slot-item.is-selected {
  background: var(--apple-accent, #0071e3) !important;
  color: #ffffff !important;
  border-color: var(--apple-accent, #0071e3) !important;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(0, 113, 227, 0.35);
}

.booking-slot-item.is-booked {
  background: rgba(255, 69, 58, 0.06);
  border-color: rgba(255, 69, 58, 0.2);
  color: var(--apple-text-tertiary);
  cursor: not-allowed;
  text-decoration: line-through;
  opacity: 0.55;
}

.booking-slot-item.is-disabled {
  background: transparent;
  border-color: var(--apple-border, rgba(255, 255, 255, 0.04));
  color: var(--apple-text-tertiary);
  cursor: not-allowed;
  opacity: 0.3;
}

/* ─── Apple Topic Filter Chips ───────────────────────────────────────── */

.booking-topic-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.topic-tag {
  background: var(--apple-surface, rgba(255, 255, 255, 0.06));
  border: 1px solid var(--apple-border, rgba(255, 255, 255, 0.1));
  color: var(--apple-text-secondary);
  padding: 7px 16px;
  border-radius: var(--apple-radius-pill, 9999px);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s var(--apple-ease);
  user-select: none;
}

.topic-tag:hover {
  background: var(--apple-border-hover, rgba(255, 255, 255, 0.12));
  color: var(--apple-text-primary);
  transform: translateY(-1px);
}

.topic-tag:active {
  transform: scale(0.96);
}

.topic-tag.is-active {
  background: rgba(0, 113, 227, 0.14) !important;
  border-color: var(--apple-accent) !important;
  color: var(--apple-accent) !important;
  font-weight: 600;
}

/* ─── Apple Form Controls (Inputs, Select, Textarea) ─────────────────── */

.booking-input-group {
  margin-bottom: 22px;
}

.booking-sublabel {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--apple-text-secondary);
  margin-bottom: 8px;
}

.booking-input,
.booking-textarea,
.booking-select {
  width: 100%;
  box-sizing: border-box;
  background: var(--apple-surface, rgba(0, 0, 0, 0.35));
  border: 1px solid var(--apple-border, rgba(255, 255, 255, 0.12));
  border-radius: 14px;
  padding: 13px 16px;
  color: var(--apple-text-primary);
  font-size: 14px;
  font-family: inherit;
  transition: all 0.2s var(--apple-ease);
  outline: none;
}

.booking-input::placeholder,
.booking-textarea::placeholder {
  color: var(--apple-text-tertiary);
  opacity: 0.8;
}

.booking-input:focus,
.booking-textarea:focus,
.booking-select:focus {
  border-color: var(--apple-accent);
  box-shadow: 0 0 0 4px rgba(41, 151, 255, 0.18);
  background: var(--apple-surface-elevated);
}

.booking-textarea {
  resize: vertical;
  min-height: 96px;
  line-height: 1.5;
}

.booking-contact-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 12px;
}

@media (max-width: 640px) {
  .booking-contact-row {
    grid-template-columns: 1fr;
  }
}

.booking-select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2386868b' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}

/* ─── Apple Primary Action Button (Submit CTA) ───────────────────────── */

.booking-submit-area {
  margin-top: 30px;
}

.booking-form-error {
  min-height: 20px;
  margin: 0 0 14px;
  font-size: 13px;
  color: #ff453a;
  text-align: center;
  font-weight: 500;
}

.booking-submit-btn {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  border-radius: 14px;
  background: var(--apple-accent, #0071e3);
  color: #ffffff;
  border: none;
  cursor: pointer;
  transition: all 0.25s var(--apple-ease);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 6px 20px rgba(0, 113, 227, 0.3);
}

.booking-submit-btn:hover:not(:disabled) {
  background: var(--apple-accent-hover, #0077ed);
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(0, 113, 227, 0.45);
}

.booking-submit-btn:active:not(:disabled) {
  transform: translateY(0) scale(0.99);
}

.booking-submit-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}

.booking-privacy-hint {
  font-size: 12px;
  color: var(--apple-text-tertiary);
  text-align: center;
  margin-top: 14px;
  line-height: 1.45;
}

/* ─── Modal Dialogs (Apple Sheet Aesthetics) ─────────────────────────── */

.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s var(--apple-ease), visibility 0.3s var(--apple-ease);
}

.booking-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.booking-modal-content {
  width: 100%;
  max-width: 680px;
  max-height: 85vh;
  background: var(--apple-surface-elevated, #1c1c1e);
  border: 1px solid var(--apple-border, rgba(255, 255, 255, 0.12));
  border-radius: 24px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: scale(0.96) translateY(12px);
  transition: transform 0.35s var(--apple-ease);
}

html[data-theme="light"] .booking-modal-content {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.booking-modal.is-open .booking-modal-content {
  transform: scale(1) translateY(0);
}

.booking-modal-header {
  padding: 22px 26px;
  border-bottom: 1px solid var(--apple-border, rgba(255, 255, 255, 0.08));
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.booking-modal-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--apple-text-primary);
  margin: 0;
}

.booking-modal-close {
  background: var(--apple-surface, rgba(255, 255, 255, 0.1));
  border: 1px solid var(--apple-border, transparent);
  color: var(--apple-text-secondary);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  transition: all 0.2s var(--apple-ease);
}

.booking-modal-close:hover {
  background: var(--apple-border-hover, rgba(255, 255, 255, 0.2));
  color: var(--apple-text-primary);
  transform: scale(1.05);
}

.booking-modal-body {
  padding: 24px 26px;
  overflow-y: auto;
  flex: 1;
}

/* ─── Apple Bento Booking Item Cards ─────────────────────────────────── */

.booking-item-card {
  background: var(--apple-surface-subtle, rgba(255, 255, 255, 0.04));
  border: 1px solid var(--apple-border, rgba(255, 255, 255, 0.08));
  border-radius: 18px;
  padding: 20px;
  margin-bottom: 16px;
  transition: all 0.2s var(--apple-ease);
}

.booking-item-card:hover {
  background: var(--apple-surface, rgba(255, 255, 255, 0.07));
  border-color: var(--apple-border-hover, rgba(255, 255, 255, 0.15));
}

.booking-item-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.booking-item-topic {
  font-size: 16px;
  font-weight: 600;
  color: var(--apple-text-primary);
  margin: 0 0 4px;
}

.booking-item-time {
  font-size: 13px;
  color: var(--apple-accent);
  font-weight: 500;
}

.booking-status-tag {
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: var(--apple-radius-pill, 9999px);
  white-space: nowrap;
}

.booking-status-tag.pending {
  background: rgba(255, 159, 10, 0.15);
  color: #ff9f0a;
  border: 1px solid rgba(255, 159, 10, 0.35);
}

.booking-status-tag.confirmed {
  background: rgba(48, 209, 88, 0.15);
  color: #30d158;
  border: 1px solid rgba(48, 209, 88, 0.35);
}

.booking-status-tag.cancelled {
  background: rgba(142, 142, 147, 0.15);
  color: #8e8e93;
  border: 1px solid rgba(142, 142, 147, 0.3);
}

.booking-status-tag.rejected {
  background: rgba(255, 69, 58, 0.15);
  color: #ff453a;
  border: 1px solid rgba(255, 69, 58, 0.35);
}

.booking-status-tag.completed {
  background: rgba(10, 132, 255, 0.15);
  color: #0a84ff;
  border: 1px solid rgba(10, 132, 255, 0.35);
}

.booking-item-desc {
  font-size: 13px;
  color: var(--apple-text-secondary);
  line-height: 1.55;
  margin-bottom: 12px;
}

.booking-item-contact {
  font-size: 12px;
  color: var(--apple-text-tertiary);
  margin-bottom: 14px;
}

.booking-item-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  border-top: 1px solid var(--apple-border, rgba(255, 255, 255, 0.06));
  padding-top: 14px;
}

.btn-mini {
  padding: 6px 14px;
  border-radius: var(--apple-radius-pill, 9999px);
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid transparent;
  text-decoration: none;
  transition: all 0.2s var(--apple-ease);
}

.btn-mini-danger {
  background: rgba(255, 69, 58, 0.14);
  color: #ff453a;
  border-color: rgba(255, 69, 58, 0.3);
}
.btn-mini-danger:hover {
  background: rgba(255, 69, 58, 0.25);
  transform: translateY(-1px);
}

.btn-mini-calendar {
  background: rgba(41, 151, 255, 0.14);
  color: var(--apple-accent);
  border-color: rgba(41, 151, 255, 0.3);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.btn-mini-calendar:hover {
  background: rgba(41, 151, 255, 0.25);
  transform: translateY(-1px);
}

.btn-mini-success {
  background: rgba(48, 209, 88, 0.14);
  color: #30d158;
  border-color: rgba(48, 209, 88, 0.3);
}
.btn-mini-success:hover {
  background: rgba(48, 209, 88, 0.25);
  transform: translateY(-1px);
}

.booking-empty-tip {
  text-align: center;
  padding: 48px 24px;
  color: var(--apple-text-secondary);
  font-size: 14px;
  line-height: 1.6;
}

/* ─── Apple Success Feedback Card ────────────────────────────────────── */

.booking-success-card {
  text-align: center;
  padding: 40px 24px;
}

.booking-success-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(48, 209, 88, 0.16);
  color: #30d158;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  box-shadow: 0 8px 28px rgba(48, 209, 88, 0.3);
}

.booking-success-card h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--apple-text-primary);
  margin: 0 0 12px;
}

.booking-success-card p {
  font-size: 14px;
  color: var(--apple-text-secondary);
  max-width: 480px;
  margin: 0 auto 28px;
  line-height: 1.6;
}

.booking-success-summary {
  background: var(--apple-surface-subtle, rgba(255, 255, 255, 0.05));
  border: 1px solid var(--apple-border, rgba(255, 255, 255, 0.1));
  border-radius: 18px;
  padding: 20px;
  max-width: 440px;
  margin: 0 auto 28px;
  text-align: left;
  font-size: 14px;
}

.booking-success-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
