.demo-scheduler-shell{--demo-bg:#0e0e0e;--demo-input:#101010;--demo-surface:#ffffff08;--demo-line:#181818;--demo-line-strong:#262626;--demo-text:#fff;--demo-muted:#ffffffb3;--demo-dim:#ffffff85;--demo-faint:#fff6;--demo-cyan:#2deef5;--demo-red:#ec6060;isolation:isolate;width:100%;color:var(--demo-text);font-family:var(--font-sans);position:relative}.demo-scheduler-shell *,.demo-scheduler-shell :before,.demo-scheduler-shell :after{box-sizing:border-box}.demo-scheduler-shell button:not(.uq-btn),.demo-scheduler-shell input:not(.uq-field),.demo-scheduler-shell select{font:inherit}.demo-scheduler-shell svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:1em;height:1em}.demo-scheduler-shell .uq-btn__arrow svg,.demo-scheduler-shell .uq-btn__spin{stroke-width:2px;width:17px;height:17px}.demo-scheduler-dots{z-index:-2;pointer-events:none;background-image:radial-gradient(#2deef552 1.5px,#0000 1.5px),radial-gradient(#fff3 1.3px,#0000 1.3px);background-position:0 0,0 0;background-size:182px 182px,26px 26px;width:136%;height:130%;animation:22s linear infinite demo-dot-drift,4.5s ease-in-out infinite alternate demo-dot-pulse;position:absolute;top:-14%;left:-18%;mask-image:radial-gradient(70% 62% at 50% 46%,#000 38%,#0000 82%)}.demo-scheduler-glow{z-index:-1;filter:blur(10px);pointer-events:none;background:radial-gradient(60% 55% at 60% 38%,#2deef512,#0000 70%);position:absolute;inset:-8% -6% -10%}.demo-scheduler{border:1px solid var(--demo-line);background:var(--demo-bg);border-radius:16px;width:100%;position:relative;overflow:hidden;box-shadow:0 24px 64px #0000008c}.demo-scheduler__head{border-bottom:1px solid var(--demo-line);justify-content:space-between;align-items:flex-start;gap:16px;min-height:97px;padding:20px 24px;display:flex}.demo-scheduler__head h3{color:var(--demo-text);letter-spacing:-.01em;margin:0;font-size:21px;font-weight:500;line-height:26px}.demo-scheduler__meta{color:var(--demo-dim);letter-spacing:.02em;align-items:center;gap:10px;margin-top:6px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:12px;line-height:18px;display:flex}.demo-scheduler__meta i{background:var(--demo-faint);border-radius:50%;width:3px;height:3px}.demo-appointment{border:1px solid var(--demo-line);background:var(--demo-input);max-width:292px;color:var(--demo-text);text-align:left;cursor:pointer;border-radius:10px;align-items:center;gap:9px;padding:7px 10px;transition:border-color .15s;animation:.32s cubic-bezier(.22,.8,.36,1) both demo-appointment-in;display:inline-flex}.demo-appointment:hover{border-color:var(--demo-line-strong)}.demo-appointment>svg{flex:none;font-size:15px}.demo-appointment span{min-width:0}.demo-appointment strong,.demo-appointment small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.demo-appointment strong{font-size:12.5px;font-weight:450;line-height:18px}.demo-appointment small{color:var(--demo-dim);margin-top:1px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:10px;line-height:15px}.demo-appointment b{color:var(--demo-dim);letter-spacing:.05em;text-transform:uppercase;margin-left:4px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:10px;font-weight:400}.demo-scheduler__steps{border-bottom:1px solid var(--demo-line);color:var(--demo-faint);letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:10px;padding:12px 24px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:11px;line-height:16px;display:flex}.demo-scheduler__steps span{white-space:nowrap}.demo-scheduler__steps span.is-active{color:var(--demo-text)}.demo-scheduler__steps span.is-done{color:var(--demo-cyan)}.demo-scheduler__steps i{background:var(--demo-line);flex:1;min-width:12px;height:1px}.demo-scheduler__body{min-height:440px;padding:22px 24px 24px}.demo-scheduler__picker{grid-template-columns:minmax(0,1fr) 184px;gap:24px;display:grid}.demo-calendar__top{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.demo-calendar__top>strong{color:var(--demo-text);letter-spacing:-.01em;font-size:15px;font-weight:450;line-height:22px}.demo-calendar__nav{gap:6px;display:flex}.demo-calendar__nav button{border:1px solid var(--demo-line);background:var(--demo-surface);width:32px;height:32px;color:var(--demo-muted);cursor:pointer;border-radius:8px;place-items:center;padding:0;transition:color .15s,border-color .15s;display:grid}.demo-calendar__nav button:hover:not(:disabled){border-color:var(--demo-line-strong);color:var(--demo-text)}.demo-calendar__nav button:disabled{opacity:.3;cursor:not-allowed}.demo-calendar__nav svg{font-size:15px}.demo-calendar__weekdays,.demo-calendar__grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:4px;display:grid}.demo-calendar__weekdays{margin-bottom:6px}.demo-calendar__weekdays span{color:var(--demo-faint);letter-spacing:.08em;text-align:center;text-transform:uppercase;padding:4px 0;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:10px;line-height:16px}.demo-calendar__empty,.demo-calendar__day{aspect-ratio:1;min-width:0}.demo-calendar__day{color:var(--demo-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;place-items:center;padding:0;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:13px;transition:color .14s,border-color .14s,background .14s;display:grid;position:relative}.demo-calendar__day.is-available:hover{border-color:var(--demo-line-strong);background:var(--demo-surface);color:var(--demo-text)}.demo-calendar__day.is-available:after{background:var(--demo-cyan);content:"";opacity:.75;border-radius:50%;width:4px;height:4px;position:absolute;bottom:5px;left:50%;transform:translate(-50%)}.demo-calendar__day.is-disabled{color:var(--demo-faint);cursor:not-allowed;opacity:.62}.demo-calendar__day.is-selected{color:#080808;background:#fff;border-color:#fff;font-weight:500}.demo-calendar__day.is-selected:after{display:none}.demo-calendar__day.is-today:not(.is-selected){border-color:var(--demo-line-strong)}.demo-slots__head{min-height:22px;color:var(--demo-dim);letter-spacing:.06em;text-transform:uppercase;justify-content:space-between;align-items:center;margin-bottom:10px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:11px;line-height:16px;display:flex}.demo-slots__head b{color:var(--demo-cyan);letter-spacing:0;font-size:10px;font-weight:400}.demo-slots__list{scrollbar-color:var(--demo-line-strong) transparent;scrollbar-width:thin;flex-direction:column;gap:7px;max-height:268px;padding-right:2px;display:flex;overflow:auto}.demo-slots__list button{border:1px solid var(--demo-line);background:var(--demo-surface);min-height:46px;color:var(--demo-text);letter-spacing:.02em;cursor:pointer;border-radius:8px;padding:10px 12px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:13px;transition:border-color .14s,background .14s,color .14s}.demo-slots__list button:hover{border-color:var(--demo-dim)}.demo-slots__list button.is-selected{color:#080808;background:#fff;border-color:#fff;font-weight:500}.demo-slots__empty{color:var(--demo-faint);text-align:center;margin:0;padding:24px 0;font-size:13px;line-height:20px}.demo-timezone{border-top:1px solid var(--demo-line);color:var(--demo-dim);align-items:center;gap:9px;margin-top:18px;padding-top:16px;font-size:13px;line-height:20px;display:flex}.demo-timezone>svg{color:var(--demo-dim);flex:none;font-size:15px}.demo-timezone select{border:1px solid var(--demo-line);appearance:none;background:var(--demo-surface) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 9px center;min-width:0;max-width:100%;height:36px;color:var(--demo-muted);text-overflow:ellipsis;cursor:pointer;border-radius:8px;padding:0 32px 0 10px;font-size:13px;font-weight:300;overflow:hidden}.demo-scheduler__notice,.demo-form__error{color:var(--demo-muted);margin:12px 0 0;font-size:13px;line-height:20px}.demo-scheduler__notice{color:var(--demo-cyan);text-align:center}.demo-scheduler__cta{width:100%;max-width:400px;margin-top:18px}.demo-scheduler__cta:disabled{cursor:not-allowed}.demo-availability-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:392px;padding:42px 20px;display:flex}.demo-availability-state__spinner{border:2px solid var(--demo-line-strong);border-top-color:var(--demo-cyan);border-radius:50%;width:28px;height:28px;margin-bottom:18px;animation:.8s linear infinite demo-spin}.demo-availability-state strong{font-size:16px;font-weight:450}.demo-availability-state small{max-width:330px;color:var(--demo-dim);margin-top:6px;font-size:13px;line-height:20px}.demo-availability-state__actions{justify-content:center;align-items:center;gap:12px;margin-top:20px;display:flex}.demo-form{gap:14px;display:grid}.demo-form__row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.demo-field{flex-direction:column;gap:7px;min-width:0;display:flex}.demo-field label{color:#ffffff7a;letter-spacing:.12em;text-transform:uppercase;margin-bottom:0;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:10px;font-weight:400;line-height:1}.demo-field input{width:100%;height:48px;color:var(--demo-text);background:#ffffff05;border:1px solid #1e1e1e;border-radius:10px;outline:none;padding:0 16px;font-size:15px;font-weight:300;transition:border-color .18s,box-shadow .24s}.demo-field input::placeholder{color:var(--demo-faint)}.demo-field.has-error input{background:#ff070705;border-color:#ff070780}.demo-field small{color:var(--demo-red);font-family:IBM Plex Mono,ui-monospace,monospace;font-size:11px;line-height:16px}.demo-honeypot{width:1px!important;height:1px!important;position:absolute!important;left:-10000px!important;overflow:hidden!important}.demo-consent{cursor:pointer;color:#ffffffa3;align-items:flex-start;gap:10px;font-size:12px;font-weight:300;line-height:1.55;display:flex}.demo-consent input{appearance:none;cursor:pointer;background:0 0;border:1px solid #ffffff3d;border-radius:4px;flex:none;place-items:center;width:16px;height:16px;margin:1px 0 0;display:grid}.demo-consent input:checked:after{content:"";border-bottom:1.5px solid #fff;border-left:1.5px solid #fff;width:9px;height:5px;transform:translateY(-1px)rotate(-45deg)}.demo-consent input:focus-visible{outline:none;box-shadow:0 0 0 3px #2deef51f}.demo-consent a{color:#ffffffb3;text-underline-offset:2px;text-decoration:underline}.demo-consent a:hover{color:#fff}@media (width<=680px){.demo-consent{min-height:44px;font-size:13px}}.demo-form__error{color:#ffb0b0;background:#ec606012;border:1px solid #ec606073;border-radius:8px;padding:10px 12px}.demo-form__error a{color:var(--demo-cyan);align-items:center;gap:3px;display:inline-flex}.demo-form__foot{color:var(--demo-dim);text-align:center;justify-content:center;align-items:center;gap:8px;margin:0;font-size:12px;line-height:18px;display:flex}.demo-form__foot svg{flex:none;font-size:13px}.demo-confirmation{text-align:center;flex-direction:column;align-items:center;gap:18px;min-height:486px;padding:40px 28px 36px;display:flex}.demo-confirmation__badge{width:62px;height:62px;color:var(--demo-text);background:#ffffff0f;border:1px solid #fff6;border-radius:50%;place-items:center;display:grid;position:relative}.demo-confirmation__badge>svg{font-size:30px}.demo-confirmation__burst{pointer-events:none;border:1.5px solid #ffffff8c;border-radius:50%;position:absolute;inset:0}.demo-confirmation__burst--delay{animation-delay:.18s!important}.demo-confirmation h3{letter-spacing:-.01em;margin:0;font-size:24px;font-weight:500;line-height:30px}.demo-confirmation__when{border:1px solid var(--demo-line);background:var(--demo-input);text-align:left;border-radius:12px;align-items:center;gap:14px;width:100%;padding:16px 18px;display:flex}.demo-confirmation__icon{background:var(--demo-surface);border:1px solid #ffffff14;border-radius:8px;flex:none;place-items:center;width:40px;height:40px;display:grid}.demo-confirmation__icon svg{font-size:20px}.demo-confirmation__when strong,.demo-confirmation__when small{display:block}.demo-confirmation__when strong{color:var(--demo-text);font-size:16px;font-weight:450;line-height:22px}.demo-confirmation__when small{color:var(--demo-dim);margin-top:3px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:11px;line-height:17px}.demo-confirmation>p{max-width:380px;color:var(--demo-muted);margin:0;font-size:14px;line-height:22px}.demo-confirmation>p strong{color:var(--demo-text);font-weight:450}.demo-confirmation>p span{color:var(--demo-cyan);margin-top:8px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:12px;display:block}.demo-confirmation>.demo-confirmation__change{color:var(--demo-dim);font-size:12px;line-height:18px}.demo-scheduler-shell :is(button,input,select,a):not(.uq-btn):focus-visible{border-color:var(--demo-cyan);outline:none;box-shadow:0 0 0 3px #2deef52e}.demo-scheduler-shell .uq-field:focus-visible{border-color:#2deef58c;box-shadow:0 0 0 3px #2deef51a}@keyframes demo-dot-drift{to{background-position:182px -182px,182px -182px}}@keyframes demo-dot-pulse{0%{opacity:.65}to{opacity:1}}@keyframes demo-appointment-in{0%{opacity:0;transform:translateY(-5px)}}@keyframes demo-spin{to{transform:rotate(360deg)}}@keyframes demo-ring-burst{0%{opacity:.9;transform:scale(.6)}to{opacity:0;transform:scale(2.4)}}@media (prefers-reduced-motion:no-preference){.demo-confirmation__burst{animation:1.1s ease-out forwards demo-ring-burst}}@media (prefers-reduced-motion:reduce){.demo-scheduler-dots,.demo-availability-state__spinner,.demo-appointment,.demo-confirmation__burst{animation:none!important}}@media (width<=680px){.demo-scheduler__head{flex-direction:column;align-items:stretch;gap:14px;min-height:auto;padding:18px}.demo-appointment{width:100%;max-width:none}.demo-appointment b{margin-left:auto}.demo-scheduler__steps{padding:11px 18px}.demo-scheduler__body{min-height:0;padding:18px 18px 20px}.demo-scheduler__picker{grid-template-columns:1fr;gap:20px}.demo-calendar__nav button{width:44px;height:44px}.demo-calendar__day{min-height:42px;font-size:14px}.demo-slots__list{flex-flow:wrap;gap:8px;max-height:none;padding:0;overflow:visible}.demo-slots__list button{flex:calc(33.333% - 8px);min-width:92px}.demo-timezone{flex-wrap:wrap;align-items:center}.demo-timezone select{flex:230px;height:44px}.demo-field input{height:48px;font-size:16px}.demo-availability-state__actions{flex-direction:column;width:100%;max-width:400px}.demo-availability-state__actions .uq-btn{width:100%;max-width:400px}.demo-confirmation{min-height:0;padding:32px 20px 28px}}@media (width<=380px){.demo-scheduler__head,.demo-scheduler__body{padding-left:14px;padding-right:14px}.demo-scheduler__steps{padding-left:14px;padding-right:14px;font-size:10px}.demo-calendar__weekdays,.demo-calendar__grid{gap:3px}.demo-calendar__day{min-height:39px}.demo-slots__list button{flex-basis:calc(50% - 8px)}.demo-form__row{grid-template-columns:1fr}.demo-confirmation__when{padding:14px}}.book-demo[data-astro-cid-mzye477e]{background:var(--color-bg-soft);color:var(--color-text);scroll-margin-top:116px;position:relative;overflow:clip}.book-demo__anchor[data-astro-cid-mzye477e]{position:absolute;top:-116px}.book-demo__rail[data-astro-cid-mzye477e]{border-right:1px solid var(--color-border);border-bottom:1px solid var(--color-border);border-left:1px solid var(--color-border);max-width:1320px;margin:0 auto;position:relative}.book-demo__rail[data-astro-cid-mzye477e]:before{content:"";pointer-events:none;background:radial-gradient(#2deef50e 0,#2deef505 37%,#0000 72%);width:min(920px,90vw);height:720px;position:absolute;top:23%;left:50%;transform:translate(-50%)}.book-demo__wrap[data-astro-cid-mzye477e]{width:min(100%, calc(var(--container) + (var(--gutter) * 2)));padding:4rem var(--gutter) 6rem;margin:0 auto;position:relative}.book-demo__header[data-astro-cid-mzye477e]{text-align:center;max-width:640px;margin:0 auto 2.5rem}.book-demo__header[data-astro-cid-mzye477e] h2[data-astro-cid-mzye477e]{max-width:600px;color:var(--color-text);font-family:var(--font-sans);letter-spacing:-.02em;text-wrap:balance;margin:0;font-size:2.125rem;font-weight:500;line-height:2.5rem}.book-demo__subhead[data-astro-cid-mzye477e]{color:var(--color-text-muted);font-size:1.0625rem;font-weight:var(--font-weight-light);text-wrap:pretty;margin:.875rem 0 0;line-height:1.625rem}.book-demo__scheduler[data-astro-cid-mzye477e]{width:min(100%,560px);margin:0 auto;position:relative}.book-demo__noscript[data-astro-cid-mzye477e]{width:min(100%,560px);color:var(--color-text-muted);text-align:center;margin:1.5rem auto 0;font-size:.9rem}.book-demo__noscript[data-astro-cid-mzye477e] a[data-astro-cid-mzye477e]{color:var(--color-accent)}@media (width<=680px){.book-demo[data-astro-cid-mzye477e]{scroll-margin-top:86px}.book-demo__anchor[data-astro-cid-mzye477e]{top:-86px}.book-demo__wrap[data-astro-cid-mzye477e]{padding-top:2.75rem;padding-bottom:4.5rem}.book-demo__header[data-astro-cid-mzye477e]{margin-bottom:2.25rem}.book-demo__header[data-astro-cid-mzye477e] h2[data-astro-cid-mzye477e]{font-size:1.5rem;line-height:1.875rem}.book-demo__subhead[data-astro-cid-mzye477e]{max-width:340px;margin:1rem auto 0;font-size:.9375rem}}@media (width<=380px){.book-demo__wrap[data-astro-cid-mzye477e]{padding-left:16px;padding-right:16px}}
