[hidden] { display: none !important; }

:root {
  color-scheme: light;
  --booking-bg: #f4f7fb;
  --booking-surface: rgba(255,255,255,.92);
  --booking-surface-strong: #fff;
  --booking-soft: #eef4ff;
  --booking-line: #cfe0f5;
  --booking-line-strong: #a8c4ee;
  --booking-text: #0f1f38;
  --booking-muted: #60718c;
  --booking-primary: #2563eb;
  --booking-primary-strong: #1d4ed8;
  --booking-success: #16a34a;
  --booking-warning: #b45309;
  --booking-danger: #dc2626;
  --booking-shadow: 0 24px 80px rgba(20, 46, 88, .12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; color: var(--booking-text); background: radial-gradient(circle at 12% 8%, rgba(37, 99, 235, .14), transparent 32%), radial-gradient(circle at 88% 0%, rgba(14, 165, 233, .12), transparent 34%), linear-gradient(135deg, #f8fbff 0%, var(--booking-bg) 62%, #edf4ff 100%); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.booking-page { width: min(1440px, calc(100% - 28px)); margin: 0 auto; padding: 22px 0 44px; }
.booking-topbar { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 24px; }
.booking-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 950; letter-spacing: -.04em; }
.booking-brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: linear-gradient(135deg, var(--booking-primary), #0ea5e9); box-shadow: 0 18px 38px rgba(37, 99, 235, .22); }
.booking-top-actions, .booking-hero-actions, .booking-panel-title-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.booking-btn { border: 1px solid transparent; border-radius: 14px; min-height: 42px; padding: 0 16px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 850; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.booking-btn:hover { transform: translateY(-1px); }
.booking-btn-primary { background: linear-gradient(135deg, var(--booking-primary), #0ea5e9); color: #fff; box-shadow: 0 14px 30px rgba(37, 99, 235, .22); }
.booking-btn-primary:disabled { opacity: .58; cursor: not-allowed; transform: none; box-shadow: none; }
.booking-btn-soft { background: #eef5ff; border-color: var(--booking-line); color: var(--booking-primary-strong); }
.booking-btn-ghost { background: var(--booking-surface); border-color: var(--booking-line); color: var(--booking-text); }
.booking-hero { padding: 20px; border: 1px solid var(--booking-line); border-radius: 32px; background: rgba(255,255,255,.74); box-shadow: var(--booking-shadow); }
.booking-hero-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: 18px; align-items: stretch; }
.booking-kicker, .booking-step-label { color: var(--booking-primary-strong); text-transform: uppercase; letter-spacing: .08em; font-weight: 950; font-size: .75rem; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 820px; margin-bottom: 14px; font-size: clamp(2.2rem, 4.6vw, 4.85rem); line-height: .95; letter-spacing: -.08em; }
h2 { margin-bottom: 8px; letter-spacing: -.04em; }
p { color: var(--booking-muted); line-height: 1.62; }
.booking-hero-card, .booking-panel, .booking-summary-card, .booking-payment-card { border: 1px solid var(--booking-line); background: var(--booking-surface); border-radius: 24px; box-shadow: 0 18px 50px rgba(20, 46, 88, .08); }
.booking-hero-card { padding: 22px; }
.booking-hero-card strong { display: block; margin-bottom: 10px; font-size: 1.1rem; }
.booking-hero-card ul { margin: 0; padding-left: 18px; color: var(--booking-muted); line-height: 1.8; }
.booking-shell { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 400px); gap: 18px; margin-top: 18px; align-items: start; }
.booking-main { display: grid; gap: 14px; }
.booking-panel { padding: 20px; }
.booking-progress { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 8px; }
.booking-progress span { display: flex; align-items: center; gap: 8px; border: 1px solid var(--booking-line); background: #f8fbff; color: var(--booking-muted); border-radius: 999px; padding: 9px 10px; font-size: .86rem; font-weight: 800; }
.booking-progress b { width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; background: #ddeaff; color: var(--booking-primary-strong); }
.booking-progress .is-complete { border-color: rgba(22,163,74,.3); background: #ecfdf5; color: #166534; }
.booking-progress .is-active { border-color: rgba(37,99,235,.42); box-shadow: inset 0 0 0 1px rgba(37,99,235,.12); }
.booking-form-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.booking-form-grid label { display: grid; gap: 6px; font-size: .84rem; font-weight: 850; color: #233655; }
.booking-form-grid input { width: 100%; min-height: 46px; border: 1px solid var(--booking-line); border-radius: 14px; padding: 0 12px; color: var(--booking-text); background: #fff; outline: none; }
.booking-form-grid input:focus { border-color: var(--booking-primary); box-shadow: 0 0 0 4px rgba(37, 99, 235, .12); }
.booking-choice-grid, .booking-slot-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.booking-choice, .booking-slot { min-height: 86px; border: 1px solid var(--booking-line); background: rgba(255,255,255,.84); border-radius: 18px; padding: 14px; display: grid; gap: 6px; text-align: left; cursor: pointer; color: var(--booking-text); }
.booking-choice strong, .booking-slot strong { font-size: .98rem; }
.booking-choice span, .booking-slot span, .booking-slot small, .booking-payment-card span { color: var(--booking-muted); line-height: 1.45; }
.booking-choice.is-selected, .booking-slot.is-selected { border-color: var(--booking-primary); background: #eef5ff; box-shadow: inset 0 0 0 1px rgba(37, 99, 235, .18); }
.booking-slot:disabled, .booking-slot.is-disabled { opacity: .62; cursor: not-allowed; border-style: dashed; background: #f3f6fb; }
.booking-slot.is-customer-reserved { background: #fff7ed; border-color: #fed7aa; }
.booking-slot em { width: fit-content; border-radius: 999px; padding: 4px 8px; background: #eef5ff; color: var(--booking-primary-strong); font-style: normal; font-weight: 850; font-size: .72rem; }
.booking-summary { position: sticky; top: 16px; display: grid; gap: 12px; }
.booking-summary-card, .booking-payment-card { padding: 18px; }
.booking-summary-list { display: grid; gap: 8px; margin: 14px 0; }
.booking-summary-list div { display: grid; gap: 4px; border: 1px solid var(--booking-line); border-radius: 16px; background: #f8fbff; padding: 12px; }
.booking-summary-list span { color: var(--booking-muted); font-size: .82rem; }
.booking-summary-list strong { font-size: .96rem; }
.booking-submit { width: 100%; }
.booking-safe-note { margin: 12px 0 0; font-size: .84rem; }
.booking-payment-card { display: grid; gap: 8px; }
.booking-submissions-list { display: grid; gap: 10px; margin-top: 12px; }
.booking-submissions-list article { border: 1px solid var(--booking-line); background: #f8fbff; border-radius: 18px; padding: 12px; display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.booking-submissions-list small { display: block; color: var(--booking-muted); margin-top: 3px; }
.booking-toast { position: fixed; top: 18px; right: 18px; width: min(420px, calc(100% - 32px)); border: 1px solid rgba(22,163,74,.25); background: #ecfdf5; color: #14532d; border-radius: 18px; padding: 14px 16px; box-shadow: var(--booking-shadow); z-index: 50; font-weight: 800; }
.booking-toast.is-warning { border-color: rgba(180,83,9,.25); background: #fff7ed; color: #7c2d12; }
.booking-toast.is-danger { border-color: rgba(220,38,38,.25); background: #fef2f2; color: #7f1d1d; }
.booking-empty { border: 1px dashed var(--booking-line-strong); background: #f8fbff; color: var(--booking-muted); border-radius: 18px; padding: 16px; }

.booking-auth-card, .booking-auth-required { border: 1px solid var(--booking-line); border-radius: 20px; background: #f8fbff; padding: 16px; }
.booking-auth-card { display: flex; align-items: center; gap: 14px; }
.booking-auth-card.is-authenticated { border-color: rgba(22, 163, 74, .28); background: #ecfdf5; }
.booking-auth-icon { width: 42px; height: 42px; flex: 0 0 auto; border-radius: 16px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--booking-success), #22c55e); font-weight: 950; box-shadow: 0 14px 28px rgba(22, 163, 74, .16); }
.booking-auth-card strong, .booking-auth-card span, .booking-auth-card small { display: block; }
.booking-auth-card strong { margin-bottom: 4px; }
.booking-auth-card span { font-weight: 900; }
.booking-auth-card small, .booking-auth-required span { color: var(--booking-muted); line-height: 1.5; }
.booking-auth-required { display: grid; gap: 10px; background: #fff7ed; border-color: #fed7aa; }
.booking-auth-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }

@media (max-width: 1080px) { .booking-shell, .booking-hero-grid { grid-template-columns: 1fr; } .booking-summary { position: static; } }
@media (max-width: 760px) { .booking-auth-card, .booking-auth-actions { align-items: stretch; flex-direction: column; } .booking-page { width: min(100% - 18px, 720px); padding-top: 12px; } .booking-topbar, .booking-top-actions, .booking-hero-actions, .booking-panel-title-row { align-items: stretch; flex-direction: column; } .booking-btn { width: 100%; } .booking-form-grid, .booking-choice-grid, .booking-slot-grid, .booking-progress { grid-template-columns: 1fr; } .booking-hero, .booking-panel { border-radius: 22px; padding: 16px; } .booking-submissions-list article { align-items: stretch; flex-direction: column; } }
