.BookingFlow-module__mvKkaW__wrapper{width:100%;max-width:480px;animation:BookingFlow-module__mvKkaW__fadeUp .4s var(--ease) both;margin:0 auto}.BookingFlow-module__mvKkaW__center{color:var(--fg-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;font-size:.875rem;display:flex}.BookingFlow-module__mvKkaW__error{border:1px solid var(--border);border-radius:var(--radius);text-align:center;color:var(--fg-muted);padding:2rem}.BookingFlow-module__mvKkaW__error small{color:var(--fg-subtle);margin-top:.5rem;font-size:.8125rem;display:block}.BookingFlow-module__mvKkaW__card{background:var(--surface-solid);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:1.5rem}.BookingFlow-module__mvKkaW__eventMeta{justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:0 .5rem;display:flex}.BookingFlow-module__mvKkaW__eventTitle{font-size:1.125rem;font-weight:500}.BookingFlow-module__mvKkaW__eventDuration{color:var(--fg-muted);background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);padding:.25rem .6rem;font-size:.875rem}.BookingFlow-module__mvKkaW__calHeader{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.BookingFlow-module__mvKkaW__monthLabel{font-size:.9375rem;font-weight:500}.BookingFlow-module__mvKkaW__navBtn{border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;width:32px;height:32px;color:var(--fg-muted);transition:all var(--duration);background:0 0;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.BookingFlow-module__mvKkaW__navBtn:hover:not(:disabled){background:var(--surface);color:var(--fg)}.BookingFlow-module__mvKkaW__navBtn:disabled{opacity:.3;cursor:not-allowed}.BookingFlow-module__mvKkaW__calGrid{text-align:center;grid-template-columns:repeat(7,1fr);gap:.25rem;display:grid}.BookingFlow-module__mvKkaW__dayLabel{color:var(--fg-subtle);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.75rem;font-weight:500}.BookingFlow-module__mvKkaW__dayCell{aspect-ratio:1;border-radius:var(--radius);cursor:default;color:var(--fg-muted);transition:all var(--duration);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;font-size:.875rem;display:flex}.BookingFlow-module__mvKkaW__available{cursor:pointer;color:var(--fg);background:var(--surface);font-weight:500}.BookingFlow-module__mvKkaW__available:hover{background:var(--fg);color:var(--bg)}.BookingFlow-module__mvKkaW__today{border-color:var(--fg)}.BookingFlow-module__mvKkaW__past{opacity:.3;text-decoration:line-through}.BookingFlow-module__mvKkaW__slotsLoading{text-align:center;color:var(--fg-subtle);justify-content:center;align-items:center;gap:.5rem;margin:1rem 0;font-size:.8125rem;display:flex}.BookingFlow-module__mvKkaW__tzNote{text-align:center;color:var(--fg-subtle);margin-top:1.5rem;font-size:.75rem}.BookingFlow-module__mvKkaW__stepHeader{border-bottom:1px solid var(--border);align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.BookingFlow-module__mvKkaW__backBtn{color:var(--fg-muted);cursor:pointer;background:0 0;border:none;padding:.25rem 0;font-size:.8125rem}.BookingFlow-module__mvKkaW__backBtn:hover{color:var(--fg)}.BookingFlow-module__mvKkaW__stepDate{font-size:.9375rem;font-weight:500}.BookingFlow-module__mvKkaW__slotsGrid{grid-template-columns:repeat(3,1fr);gap:.5rem;max-height:350px;padding-right:.25rem;display:grid;overflow-y:auto}.BookingFlow-module__mvKkaW__slotBtn{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:all var(--duration);padding:.75rem 0;font-size:.875rem}.BookingFlow-module__mvKkaW__slotBtn:hover{border-color:var(--fg);background:var(--bg)}.BookingFlow-module__mvKkaW__summary{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);margin-bottom:1.5rem;padding:1rem}.BookingFlow-module__mvKkaW__summaryTitle{margin-bottom:.25rem;font-size:.9375rem;font-weight:500}.BookingFlow-module__mvKkaW__summaryTime{color:var(--fg-muted);font-size:.875rem;line-height:1.5}.BookingFlow-module__mvKkaW__form{flex-direction:column;gap:1rem;display:flex}.BookingFlow-module__mvKkaW__label{justify-content:space-between;align-items:baseline;font-size:.8125rem;font-weight:500;display:flex}.BookingFlow-module__mvKkaW__locked{color:var(--fg-subtle);font-size:.75rem;font-weight:400}.BookingFlow-module__mvKkaW__input{border:1px solid var(--border);border-radius:var(--radius);width:100%;transition:border-color var(--duration);outline:none;padding:.75rem 1rem;font-family:inherit;font-size:.875rem}.BookingFlow-module__mvKkaW__input:focus{border-color:var(--fg)}.BookingFlow-module__mvKkaW__emailField{position:relative}.BookingFlow-module__mvKkaW__inputLocked{background:var(--surface);color:var(--fg-muted);cursor:not-allowed;padding-right:2.5rem}.BookingFlow-module__mvKkaW__inputLocked:focus{border-color:var(--border)}.BookingFlow-module__mvKkaW__lockIcon{color:var(--fg-subtle);font-size:.875rem;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.BookingFlow-module__mvKkaW__errorMsg{color:#d32f2f;border-radius:var(--radius);background:#fdecea;padding:.5rem;font-size:.8125rem}.BookingFlow-module__mvKkaW__successIcon{background:var(--fg);width:48px;height:48px;color:var(--bg);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:1.5rem;display:flex}.BookingFlow-module__mvKkaW__successTitle{text-align:center;margin-bottom:1rem;font-size:1.25rem;font-weight:500}.BookingFlow-module__mvKkaW__successSub{text-align:center;color:var(--fg-muted);margin-bottom:1.5rem;font-size:.9375rem;line-height:1.6}.BookingFlow-module__mvKkaW__successEmail{text-align:center;color:var(--fg-muted);background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);padding:.75rem;font-size:.875rem}
.MyBookings-module__qrug1q__loading{color:var(--fg-muted);align-items:center;gap:.75rem;padding:4rem 2rem;font-size:.875rem;font-weight:300;display:flex}.MyBookings-module__qrug1q__error{border:1px solid var(--border);border-radius:var(--radius);text-align:center;color:var(--fg-muted);padding:1.75rem;font-size:.9rem}.MyBookings-module__qrug1q__error small{color:var(--fg-subtle);margin-top:.4rem;font-size:.8rem;display:block}.MyBookings-module__qrug1q__empty{text-align:center;color:var(--fg-muted);padding:5rem 2rem}.MyBookings-module__qrug1q__emptyIcon{opacity:.18;margin-bottom:1.25rem;font-size:2rem;line-height:1;display:block}.MyBookings-module__qrug1q__empty p{font-size:.9375rem;font-weight:300}.MyBookings-module__qrug1q__emptyHint{color:var(--fg-subtle);margin-top:.4rem;font-size:.8125rem!important}.MyBookings-module__qrug1q__header{margin-bottom:1.5rem}.MyBookings-module__qrug1q__headerTitle{letter-spacing:-.01em;font-size:1rem;font-weight:500}.MyBookings-module__qrug1q__headerSub{color:var(--fg-muted);margin-top:.25rem;font-size:.8125rem;font-weight:300}.MyBookings-module__qrug1q__list{background:var(--surface-solid);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden}.MyBookings-module__qrug1q__card{background:var(--bg);border-bottom:1px solid var(--border);transition:background var(--duration);grid-template-columns:1fr auto;align-items:center;gap:1rem;padding:1.125rem 1.5rem;display:grid}.MyBookings-module__qrug1q__card:last-child{border-bottom:none}.MyBookings-module__qrug1q__card:hover{background:var(--surface)}.MyBookings-module__qrug1q__cardInfo{flex-direction:column;gap:.3rem;min-width:0;display:flex}.MyBookings-module__qrug1q__cardTitle{letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;font-size:.9375rem;font-weight:500;overflow:hidden}.MyBookings-module__qrug1q__cardMeta{align-items:center;gap:.75rem;display:flex}.MyBookings-module__qrug1q__cardDate{color:var(--fg-muted);font-size:.8125rem;font-weight:300}.MyBookings-module__qrug1q__cardActions{flex-direction:column;align-items:flex-end;display:flex}.MyBookings-module__qrug1q__badge{text-transform:uppercase;letter-spacing:.07em;border-radius:var(--radius);white-space:nowrap;border:1px solid;flex-shrink:0;padding:.2rem .65rem;font-size:.6875rem;font-weight:600}.MyBookings-module__qrug1q__badge_accepted,.MyBookings-module__qrug1q__badge_confirmed{color:#000;border-color:#000}.MyBookings-module__qrug1q__badge_pending{color:#888;border-color:#bbb}.MyBookings-module__qrug1q__badge_cancelled,.MyBookings-module__qrug1q__badge_rejected{color:#bbb;border-color:#ddd}@media (max-width:640px){.MyBookings-module__qrug1q__card{grid-template-columns:1fr;padding:1rem 1.125rem}.MyBookings-module__qrug1q__badge{width:fit-content}}
.Branding-module__MoIeyW__branding{-webkit-user-select:none;user-select:none;align-items:center;gap:.875rem;display:flex}.Branding-module__MoIeyW__logoImage{object-fit:contain;filter:grayscale()contrast(1.2);opacity:.9}.Branding-module__MoIeyW__divider{background-color:var(--border);width:1px;height:24px;transform:rotate(15deg)}.Branding-module__MoIeyW__appName{letter-spacing:.05em;color:var(--fg);text-transform:uppercase;font-size:1.125rem;font-weight:500;font-family:var(--font-display,var(--font))}
.page-module___8aEwW__container{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.page-module___8aEwW__card{background:var(--surface-solid);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:420px;box-shadow:var(--shadow-md);animation:page-module___8aEwW__fadeUp .6s var(--ease) both;flex-direction:column;align-items:center;gap:1.5rem;padding:3.5rem 2.5rem;display:flex}.page-module___8aEwW__logo{color:var(--fg);margin-bottom:.5rem;font-size:1.75rem;line-height:1}.page-module___8aEwW__heading{letter-spacing:-.03em;text-align:center;font-size:clamp(1.6rem,5vw,2.1rem);font-weight:500;line-height:1.15}.page-module___8aEwW__subtitle{color:var(--fg-muted);text-align:center;max-width:270px;margin-bottom:.5rem;font-size:.9375rem;font-weight:300;line-height:1.65}
.DashboardClient-module__n2dJqG__wrapper{min-height:100vh;animation:DashboardClient-module__n2dJqG__fadeUp .35s var(--ease) both;flex-direction:column;display:flex}.DashboardClient-module__n2dJqG__header{z-index:100;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#ffffffeb;position:sticky;top:0}.DashboardClient-module__n2dJqG__headerInner{justify-content:space-between;align-items:center;max-width:960px;height:58px;margin:0 auto;padding:0 2rem;display:flex}.DashboardClient-module__n2dJqG__logo{color:var(--fg);font-size:1.1rem;line-height:1}.DashboardClient-module__n2dJqG__userArea{align-items:center;gap:1.75rem;display:flex}.DashboardClient-module__n2dJqG__userName{color:var(--fg-muted);text-overflow:ellipsis;white-space:nowrap;max-width:320px;font-size:.8125rem;font-weight:500;overflow:hidden}.DashboardClient-module__n2dJqG__orgBadge{color:var(--fg-subtle);margin-left:.25rem;font-weight:400}.DashboardClient-module__n2dJqG__main{flex:1;width:100%;max-width:960px;margin:0 auto;padding:2.5rem 2rem 5rem}.DashboardClient-module__n2dJqG__tabs{border-bottom:1px solid var(--border);margin-bottom:2.75rem;display:flex}.DashboardClient-module__n2dJqG__tab{color:var(--fg-muted);cursor:pointer;letter-spacing:.005em;transition:color var(--duration), border-color var(--duration);background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.7rem 1.4rem;font-size:.875rem;font-weight:400}.DashboardClient-module__n2dJqG__tab:hover{color:var(--fg)}.DashboardClient-module__n2dJqG__tabActive{color:var(--fg);border-bottom-color:var(--fg);font-weight:500}@media (max-width:680px){.DashboardClient-module__n2dJqG__headerInner{padding:0 1.25rem}.DashboardClient-module__n2dJqG__userName{display:none}.DashboardClient-module__n2dJqG__main{padding:2rem 1.25rem 4rem}.DashboardClient-module__n2dJqG__tab{padding:.7rem 1rem;font-size:.8125rem}}
