/* Guest booking surface, matched to the MedLink navy/teal workspace. */
:root { --guest-ink:#10213f; --guest-muted:#7286a2; --guest-line:#dbe6f0; --guest-green:#0cc878; --guest-navy:#0d1b35; }
body.guest-booking-page { min-height:100vh; margin:0; background:linear-gradient(135deg,#f4f8fc 0%,#fbfdff 55%,#eef8f5 100%) !important; color:var(--guest-ink); font-family:Manrope,Arial,sans-serif; }
body.guest-booking-page #main-content { width:min(1180px,calc(100% - 36px)) !important; max-width:none !important; margin:0 auto; }
body.guest-booking-page #main-content > .flex.items-center.justify-between { align-items:center; margin:0 0 22px; padding:0 4px; }
body.guest-booking-page #main-content > .flex.items-center.justify-between > .flex { gap:11px; }
body.guest-booking-page #main-content > .flex.items-center.justify-between > .flex > div:first-child { display:grid; width:46px; height:46px; place-items:center; border-radius:14px; background:linear-gradient(135deg,#10d98a,#0bb4d9); color:#062b38; box-shadow:0 10px 22px rgba(8,212,142,.18); }
body.guest-booking-page #main-content > .flex.items-center.justify-between > .flex > div:first-child .material-icons { font-size:25px; }
body.guest-booking-page #main-content > .flex.items-center.justify-between > .flex > span { color:var(--guest-ink); font-size:1.15rem; font-weight:800; letter-spacing:-.04em; }
body.guest-booking-page #main-content > .flex.items-center.justify-between > div:last-child { display:inline-flex; align-items:center; gap:7px; padding:9px 12px; border:1px solid #cfe1eb; border-radius:999px; background:#fff; color:#5e7592; font-size:.73rem; font-weight:800; }
body.guest-booking-page #main-content > .flex.items-center.justify-between > div:last-child .material-symbols-outlined { color:var(--guest-green); font-size:17px; }
body.guest-booking-page .glass-morphism { display:grid !important; grid-template-columns:minmax(0,1fr) 320px; border:1px solid var(--guest-line) !important; border-radius:26px !important; background:rgba(255,255,255,.92) !important; box-shadow:0 22px 48px rgba(20,46,84,.1) !important; overflow:hidden; }
body.guest-booking-page .glass-morphism > div:first-child { min-width:0; padding:34px clamp(24px,4vw,52px) !important; border-right:1px solid #e1eaf2 !important; }
body.guest-booking-page nav { display:flex; align-items:center; gap:10px; margin:0 0 32px !important; padding:5px; border:1px solid #e1eaf2; border-radius:16px; background:#f7fafc; }
body.guest-booking-page nav > div { display:flex; flex:1 1 0; align-items:center; justify-content:center; gap:8px; min-width:0; padding:9px 10px !important; border:0 !important; border-radius:11px; color:#8497ae; }
body.guest-booking-page nav > div.step-active { border:0 !important; background:#e5faf1; color:#087b4f; }
body.guest-booking-page nav > div > span:first-child { display:grid; width:27px; height:27px; place-items:center; flex:0 0 auto; border-radius:9px; background:#e8eef4; color:#7286a2; }
body.guest-booking-page nav > div.step-active > span:first-child { background:var(--guest-green); color:#05372b; }
body.guest-booking-page nav > div > span:last-child { overflow:hidden; font-size:.76rem; font-weight:800; text-overflow:ellipsis; white-space:nowrap; }
body.guest-booking-page .space-y-8 { display:block; }
body.guest-booking-page .space-y-8 > div { margin-bottom:24px; }
body.guest-booking-page .space-y-8 > div:first-child h2 { margin:0; color:var(--guest-ink); font-size:1.55rem; letter-spacing:-.045em; }
body.guest-booking-page .space-y-8 > div:first-child p { margin:6px 0 0; color:var(--guest-muted); font-size:.84rem; line-height:1.55; }
body.guest-booking-page .grid.grid-cols-1.md\:grid-cols-2 { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
body.guest-booking-page .grid.grid-cols-1.md\:grid-cols-2 > div { min-width:0; }
body.guest-booking-page label { display:block; margin-bottom:7px; color:var(--guest-ink); font-size:.75rem; font-weight:800; }
body.guest-booking-page input, body.guest-booking-page select { min-height:48px; box-sizing:border-box; border:1px solid var(--guest-line) !important; border-radius:13px !important; background:#fbfdff !important; color:var(--guest-ink); font:inherit; font-size:.82rem; }
body.guest-booking-page input:focus, body.guest-booking-page select:focus { border-color:var(--guest-green) !important; box-shadow:0 0 0 4px rgba(12,200,120,.12) !important; }
body.guest-booking-page .relative.flex.items-center input { padding-right:86px; }
body.guest-booking-page .relative.flex.items-center button { right:8px; border:0; border-radius:8px; background:#e5faf1; color:#087b4f; font-size:.63rem; font-weight:800; }
body.guest-booking-page .custom-multiselect-container > div:first-child { min-height:48px; box-sizing:border-box; border:1px solid var(--guest-line); border-radius:13px; background:#fbfdff; }
body.guest-booking-page .custom-multiselect-container > div:first-child span:first-child { color:#879ab2; font-size:.82rem; }
body.guest-booking-page .custom-multiselect-dropdown { border:1px solid var(--guest-line); border-radius:13px; box-shadow:0 18px 32px rgba(20,46,84,.14); }
body.guest-booking-page .bg-primary\/\[0\.03\] { margin-top:4px; padding:18px !important; border:1px solid #c9efdc !important; border-radius:16px !important; background:#f0fcf6 !important; }
body.guest-booking-page .bg-primary\/\[0\.03\] h3 { margin:0; color:var(--guest-ink); font-size:.86rem; }
body.guest-booking-page .bg-primary\/\[0\.03\] p { margin:3px 0 0; color:#7b90a8; font-size:.7rem; }
body.guest-booking-page .bg-primary\/\[0\.03\] input { min-height:46px; background:#fff !important; text-align:center; }
body.guest-booking-page .pt-4.flex { align-items:center; gap:14px; padding-top:3px !important; }
body.guest-booking-page .pt-4.flex > p { max-width:300px; margin:0; color:#8496ad; font-size:.69rem; line-height:1.5; }
body.guest-booking-page .pt-4.flex > p a { color:var(--guest-green-dark); }
body.guest-booking-page .guest-continue { display:inline-flex; align-items:center; justify-content:center; min-height:48px; gap:8px; flex:0 0 auto; padding:0 19px; border-radius:13px; background:var(--guest-green); color:#052e26; font-size:.78rem; font-weight:800; text-decoration:none; box-shadow:0 10px 20px rgba(12,200,120,.2); }
body.guest-booking-page .guest-continue:hover { background:#09b66d; }
body.guest-booking-page .guest-continue .material-symbols-outlined { font-size:18px; }
body.guest-booking-page .mt-16 { margin-top:34px !important; padding-top:26px !important; opacity:.75; }
body.guest-booking-page .mt-16 h3 { color:var(--guest-ink); font-size:.83rem; }
body.guest-booking-page .mt-16 .grid { gap:20px; }
body.guest-booking-page .mt-16 .p-2, body.guest-booking-page .mt-16 .p-2\.5 { padding:8px !important; border-radius:9px; }
body.guest-booking-page .glass-morphism > aside { width:auto !important; padding:34px 27px !important; background:linear-gradient(160deg,#0d1b35,#143b56 68%,#0c6b68) !important; color:#fff; }
body.guest-booking-page .glass-morphism > aside h2 { margin:0 0 27px; color:#fff; font-size:1rem; }
body.guest-booking-page .glass-morphism > aside h2 .material-symbols-outlined { color:#68f0b0; }
body.guest-booking-page .glass-morphism > aside h4 { color:#fff; font-size:.8rem; }
body.guest-booking-page .glass-morphism > aside p { color:#b9cde0; font-size:.69rem; line-height:1.55; }
body.guest-booking-page .glass-morphism > aside .bg-primary\/10 { background:rgba(100,239,176,.15) !important; }
body.guest-booking-page .glass-morphism > aside .text-primary { color:#68f0b0 !important; }
body.guest-booking-page .glass-morphism > aside .border-slate-200, body.guest-booking-page .glass-morphism > aside .border-slate-800 { border-color:rgba(255,255,255,.15) !important; }
body.guest-booking-page .glass-morphism > aside .relative.rounded-xl { height:125px; border:1px solid rgba(255,255,255,.15); background:linear-gradient(135deg,rgba(100,239,176,.3),rgba(9,63,80,.7)); }
body.guest-booking-page .glass-morphism > aside .relative.rounded-xl img { display:none; }
body.guest-booking-page .glass-morphism > aside .relative.rounded-xl .absolute.inset-0 { background:linear-gradient(135deg,rgba(12,200,120,.24),rgba(7,25,52,.8)); }
body.guest-booking-page .glass-morphism > aside button { min-height:45px; border-color:#65efb0; color:#fff; }
body.guest-booking-page .guest-sign-in { display:flex; align-items:center; justify-content:center; box-sizing:border-box; min-height:45px; color:#fff !important; text-decoration:none; }
body.guest-booking-page .guest-sign-in:hover { background:rgba(100,239,176,.12); }
body.guest-booking-page footer { margin-top:22px !important; color:#7890aa; opacity:.8; }
@media (max-width:900px) { body.guest-booking-page #main-content { width:min(680px,calc(100% - 28px)) !important; } body.guest-booking-page .glass-morphism { grid-template-columns:1fr; } body.guest-booking-page .glass-morphism > div:first-child { border-right:0 !important; border-bottom:1px solid #e1eaf2; } body.guest-booking-page .glass-morphism > aside { min-height:0; } }
@media (max-width:620px) { body.guest-booking-page #main-content { width:calc(100% - 20px) !important; } body.guest-booking-page #main-content > .flex.items-center.justify-between > div:last-child { padding:7px 9px; font-size:.65rem; } body.guest-booking-page .glass-morphism > div:first-child { padding:22px 17px !important; } body.guest-booking-page nav { gap:5px; } body.guest-booking-page nav > div { padding:8px 5px !important; } body.guest-booking-page nav > div > span:last-child { font-size:.66rem; } body.guest-booking-page .grid.grid-cols-1.md\:grid-cols-2 { grid-template-columns:1fr; gap:14px; } body.guest-booking-page .pt-4.flex { align-items:stretch; flex-direction:column; } body.guest-booking-page .pt-4.flex > p { max-width:none; } body.guest-booking-page .guest-continue { width:100%; } body.guest-booking-page .glass-morphism > aside { padding:25px 19px !important; } }
