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