:root{color:#1a1a1a;background:#f6f5f0;font-family:SF Pro Text,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none}*{box-sizing:border-box}body{margin:0;background:#f6f5f0}button,input,select{font:inherit}button{color:inherit}.scheduler-page{display:grid;min-height:100vh;padding:32px;background:#f6f5f0;place-items:center}.scheduler-shell{display:grid;width:min(1024px,100%);height:min(576px,calc(100vh - 64px));min-height:540px;grid-template-columns:324px minmax(390px,1fr) 252px;overflow:hidden;border-radius:12px;background:#eeebe1;box-shadow:0 18px 50px #2a23181a}.scheduler-host{position:relative;display:flex;min-width:0;flex-direction:column;background:#eeebe1}.scheduler-host-art{position:relative;height:153px;flex:0 0 153px}.scheduler-host-art-no-profile{height:113px;flex-basis:113px}.scheduler-banner{display:block;width:100%;height:113px;border-radius:0 0 12px;-o-object-fit:cover;object-fit:cover}.scheduler-banner-fallback{background:radial-gradient(circle at 76% 22%,rgb(255 255 255 / 40%),transparent 30%),linear-gradient(135deg,#b4addf,#93c7bf 58%,#e7c998)}.scheduler-avatar{position:absolute;top:73px;left:32px;display:grid;width:80px;height:80px;border:4px solid #eeebe1;border-radius:50%;-o-object-fit:cover;object-fit:cover;place-items:center}.scheduler-avatar-fallback{color:#f6f5f0;background:#1a1a1a;font-family:SF Pro Display,Inter,sans-serif;font-size:32px;font-weight:600}.scheduler-host-copy{display:flex;min-height:0;flex-direction:column;gap:12px;overflow:auto;padding:24px 36px 128px}.scheduler-host-copy h1{margin:0;font-family:SF Pro Display,Inter,sans-serif;font-size:20px;font-weight:600;line-height:1.15}.scheduler-host-copy p{margin:0;color:#65635e;font-size:16px;line-height:1.6;white-space:pre-wrap}.scheduler-meta-row{display:flex;flex-wrap:wrap;gap:8px}.scheduler-meta-row span{padding:2px 8px;border-radius:999px;color:#65635e;background:#f6f5f0;font-size:12.8px;line-height:20px}.scheduler-timezone-block{position:absolute;right:0;bottom:0;left:0;display:flex;flex-direction:column;gap:6px;padding:18px 36px 24px;background:linear-gradient(transparent,#eeebe1 18%)}.scheduler-timezone-block>span{color:#65635e;font-size:12.8px;font-weight:600;letter-spacing:.05em;line-height:20px;text-transform:uppercase}.scheduler-timezone-block select{width:100%;height:44px;padding:0 12px;border:1px solid #c6c2b8;border-radius:8px;outline:none;background:#fff}.scheduler-timezone-inline{display:none}.scheduler-calendar-panel{min-width:0;padding:32px;background:#f6f5f0}.scheduler-month-nav,.scheduler-week-nav{display:grid;height:32px;grid-template-columns:32px 1fr 32px;align-items:center;margin-bottom:24px}.scheduler-month-nav strong,.scheduler-week-nav strong{font-size:16px;text-align:center}.scheduler-month-nav button,.scheduler-week-nav button{width:32px;height:32px;border:0;border-radius:6px;background:transparent;cursor:pointer;font-size:24px}.scheduler-month-nav button:hover,.scheduler-week-nav button:hover{background:#eeebe1}.scheduler-week-nav{display:none}.scheduler-calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:8px 4px}.scheduler-weekday{padding:4px 0 8px;color:#65635e;font-size:12px;font-weight:600;text-align:center;text-transform:uppercase}.scheduler-calendar button{position:relative;display:grid;width:100%;max-width:44px;aspect-ratio:1;justify-self:center;border:0;border-radius:8px;background:transparent;cursor:pointer;font-size:14px;place-items:center}.scheduler-calendar button:not(:disabled):hover{background:#eeebe1}.scheduler-calendar button.selected{color:#fff;background:#1a1a1a}.scheduler-calendar button:disabled,.scheduler-calendar button.outside-month{opacity:.32;cursor:default}.scheduler-calendar button i{position:absolute;bottom:4px;width:3px;height:3px;border-radius:50%;background:#11854e}.scheduler-calendar button.selected i{background:#d8ffed}.scheduler-mobile-week{display:none}.scheduler-times-panel{min-width:0;overflow:auto;padding:32px 20px;background:#c6c2b8}.scheduler-times-panel h2,.scheduler-booking-form h2{margin:0 0 16px;color:#65635e;font-size:16px;font-weight:600;letter-spacing:.05em;line-height:1.6;text-transform:uppercase}.scheduler-times-list{display:flex;flex-direction:column;gap:8px}.scheduler-times-list button{display:flex;width:100%;min-height:48px;align-items:center;justify-content:space-between;padding:0 16px;border:1px solid transparent;border-radius:8px;background:#f6f5f0;box-shadow:0 2px 1px #0000000d;cursor:pointer}.scheduler-times-list button:hover{border-color:#65635e;background:#fff}.scheduler-times-message{color:#65635e;font-size:14px;line-height:1.5}.scheduler-shell-form{grid-template-columns:324px 1fr}.scheduler-form-panel{display:flex;min-width:0;min-height:0;flex-direction:column;gap:28px;overflow-y:auto;padding:32px;background:#eeebe1}.scheduler-selection-header{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.scheduler-selection-header>span{min-height:48px;padding:10px 16px;border:1px solid #11854e;border-radius:8px;color:#11854e;background:#d8ffed;line-height:26px}.scheduler-selection-header button{height:28px;padding:0 8px;border:0;border-radius:6px;background:transparent;cursor:pointer;font-size:12.8px}.scheduler-booking-form{display:flex;flex:1;flex-direction:column;gap:24px;padding:24px 32px;border-radius:8px;background:#f6f5f0}.scheduler-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 24px}.scheduler-form-grid label{display:flex;min-width:0;flex-direction:column;gap:4px}.scheduler-form-grid label>span{font-size:16px;line-height:1.6}.scheduler-form-grid input{width:100%;height:48px;padding:10px 16px;border:1px solid #c6c2b8;border-radius:8px;outline:none;background:#fff}.scheduler-form-grid input:focus,.scheduler-timezone-block select:focus{border-color:#1a1a1a;box-shadow:0 0 0 2px #1a1a1a1a}.scheduler-primary-button{display:flex;min-height:48px;align-items:center;justify-content:center;padding:0 16px;border:0;border-radius:8px;color:#fff;background:#1a1a1a;box-shadow:0 2px 1px #00000017;cursor:pointer;text-decoration:none}.scheduler-primary-button:disabled{opacity:.55;cursor:wait}.scheduler-form-note{margin:0;color:#65635e;font-size:16px;line-height:1.6}.scheduler-error{margin:0;color:#a22525;font-size:14px;line-height:1.5}.scheduler-success{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px;padding:48px;background:#f6f5f0;text-align:center}.scheduler-success-mark{display:grid;width:56px;height:56px;border-radius:50%;color:#11854e;background:#d8ffed;font-size:28px;place-items:center}.scheduler-success>p{margin:0;color:#11854e;font-size:13px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.scheduler-success h2{margin:0;font-family:SF Pro Display,Inter,sans-serif;font-size:32px}.scheduler-success-time{color:#65635e;font-size:18px}.scheduler-success .scheduler-primary-button{width:min(320px,100%)}.scheduler-redirect-next-step{display:flex;width:min(360px,100%);flex-direction:column;align-items:center;gap:8px;padding:16px;border-radius:8px;background:#eeebe1}.scheduler-redirect-next-step>span{color:#65635e;font-size:12.8px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.scheduler-redirect-next-step>strong{max-width:100%;overflow:hidden;font-size:16px;text-overflow:ellipsis;white-space:nowrap}.scheduler-success .scheduler-secondary-button{border:1px solid #c6c2b8;color:#1a1a1a;background:#fff}.scheduler-success small{max-width:420px;color:#65635e;line-height:1.5}.scheduler-manage-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.scheduler-manage-actions button,.scheduler-manage-actions a{display:flex;min-height:40px;align-items:center;padding:0 14px;border:1px solid #c6c2b8;border-radius:8px;color:#1a1a1a;background:#fff;cursor:pointer;font:inherit;text-decoration:none}.scheduler-manage-actions button:disabled{opacity:.55;cursor:wait}@media(max-width:800px){.scheduler-page{display:block;min-height:100dvh;padding:16px}.scheduler-page-form{padding-bottom:max(32px,env(safe-area-inset-bottom))}.scheduler-shell,.scheduler-shell-form{width:100%;max-width:402px;height:auto;min-height:0;margin:0 auto;grid-template-columns:1fr}.scheduler-shell-booking{overflow:visible}.scheduler-host{align-items:center}.scheduler-host-art{width:100%;height:183px;flex-basis:183px}.scheduler-banner{height:123px;border-radius:0}.scheduler-avatar{top:63px;left:50%;width:120px;height:120px;transform:translate(-50%)}.scheduler-host-copy{align-items:center;overflow:visible;padding:16px 20px;text-align:center}.scheduler-host-copy h1{font-size:20px}.scheduler-meta-row{justify-content:center}.scheduler-timezone-block{position:static;width:100%;padding:8px 20px 20px;background:transparent;text-align:left}.scheduler-shell-booking .scheduler-host>.scheduler-timezone-block{display:none}.scheduler-calendar-panel{padding:12px;background:#eeebe1}.scheduler-month-nav{display:none}.scheduler-week-nav{display:grid;margin-bottom:8px}.scheduler-calendar{display:none}.scheduler-mobile-week{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.scheduler-mobile-week button{display:flex;min-width:0;align-items:center;flex-direction:column;padding:4px 0;border:0;border-radius:8px;background:#f6f5f0;cursor:pointer}.scheduler-mobile-week button span{color:#65635e;font-size:11px;font-weight:600;text-transform:uppercase}.scheduler-mobile-week button strong{font-size:14px;line-height:1.6}.scheduler-mobile-week button.selected{color:#f6f5f0;background:#1a1a1a}.scheduler-mobile-week button.selected span{color:#f6f5f0}.scheduler-mobile-week button:disabled{opacity:.45}.scheduler-times-panel{overflow:visible;padding:16px 12px 24px;background:#eeebe1}.scheduler-times-panel h2{margin-bottom:8px;text-align:center}.scheduler-form-panel{gap:16px;overflow:visible;padding:16px 12px 24px;scroll-margin-top:16px}.scheduler-timezone-inline{display:flex;padding:0}.scheduler-selection-header{align-items:center}.scheduler-booking-form{flex:none;padding:24px}.scheduler-form-grid{grid-template-columns:1fr;gap:14px}.scheduler-success{padding:48px 24px 64px}}.scheduler-unavailable[data-astro-cid-5a7pfjtt]{display:grid;min-height:100vh;place-content:center;padding:24px;background:#f6f5f0;color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-align:center}.scheduler-unavailable[data-astro-cid-5a7pfjtt] p[data-astro-cid-5a7pfjtt]{margin:0 0 8px;color:#65635e;font-size:13px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.scheduler-unavailable[data-astro-cid-5a7pfjtt] h1[data-astro-cid-5a7pfjtt]{max-width:520px;margin:0;font-size:clamp(28px,5vw,48px);line-height:1.1}
