.service-sheet{--service-sheet-inset-top: max(12px, var(--app-safe-top, 0px));--service-sheet-inset-bottom: max(12px, var(--app-safe-bottom, 0px), env(safe-area-inset-bottom));position:fixed;inset:12px 0;margin:auto;box-sizing:border-box;width:min(calc(100% - 1.5rem),40rem);height:fit-content;min-width:0;padding:1.25rem;border:1px solid var(--theme-border);border-radius:1.25rem;background:var(--theme-surface);color:var(--theme-text);overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;box-shadow:0 12px 50px #17243a1a}.service-sheet::backdrop{background:var(--theme-scrim);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.service-sheet-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.3rem}.service-sheet-header h2{margin:0;min-width:0;overflow-wrap:anywhere;font-size:clamp(1.25rem,5vw,1.65rem);line-height:1.2;letter-spacing:-.025em;text-align:left}.service-sheet-header button{border:0;border-radius:50%;width:2.5rem;height:2.5rem;flex-shrink:0;background:var(--theme-selection);display:grid;place-items:center}.service-sheet-form{display:grid;grid-template-columns:minmax(0,1fr);min-width:0;gap:1.15rem}.service-sheet-form>*{min-width:0;max-width:100%}.service-sheet-form>label{display:grid;gap:.55rem;font-size:.9rem;color:var(--theme-text-muted);font-weight:600}.service-sheet-form :is(input,textarea){width:100%;min-height:3.25rem;padding:.8rem 1rem;border:1px solid var(--theme-border);border-radius:.7rem;background:var(--theme-field, var(--theme-selection));color:var(--theme-text);font-size:16px;line-height:1.5}.service-sheet-form textarea{resize:none}.service-sheet-save{width:100%;min-height:3.5rem;border:0;border-radius:.8rem;background:var(--theme-primary);color:var(--theme-on-primary);font-size:1rem;font-weight:650}.service-sheet-save:disabled{opacity:.5}.service-sheet-delete{border:0;background:transparent;color:var(--theme-danger, #bd3440);min-height:2.75rem}.service-photo-picker{min-width:0;max-width:100%}.service-photo-strip{display:flex;width:100%;min-width:0;max-width:100%;gap:.65rem;overflow-x:auto;overscroll-behavior-x:contain;padding:.2rem 0 .8rem}.service-photo-strip figure{position:relative;flex:0 0 5.5rem;height:6.5rem;margin:0}.service-photo-strip img{width:100%;height:5.5rem;object-fit:cover;border-radius:.7rem}.service-photo-strip figcaption{font-size:.65rem;color:var(--theme-text-muted);text-align:center}.service-photo-strip button{position:absolute;right:0;top:0;width:1.7rem;height:1.7rem;padding:.3rem;border:0;border-radius:50%;background:var(--theme-surface);color:var(--theme-text)}.service-photo-add{display:flex;align-items:center;gap:.85rem;border:1px solid var(--theme-border);border-radius:.8rem;padding:.9rem 1rem;cursor:pointer}.service-photo-add span{display:grid;flex:1;min-width:0;gap:.25rem;overflow-wrap:anywhere}.service-photo-add b{font-size:.95rem}.service-photo-add small{color:var(--theme-text-muted);font-size:.8rem}.service-photo-add input{position:absolute;width:1px;height:1px;min-height:0;padding:0;border:0;opacity:0}.service-photo-add:focus-within{outline:2px solid var(--theme-accent);outline-offset:2px}.service-photo-add[aria-disabled=true]{opacity:.5}.service-list{display:grid;gap:.75rem}.service-list-row{display:flex;align-items:center;width:100%;padding:.85rem;gap:.85rem;text-align:left;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:1rem}.service-list-row>img,.service-list-row>.service-list-image{width:3.5rem;height:3.5rem;object-fit:cover;border-radius:.65rem;flex-shrink:0;background:var(--theme-selection);display:grid;place-items:center}.service-list-row>span:not(.service-list-image){flex:1;min-width:0;display:grid;gap:.3rem}.service-list-row b{font-size:1rem;overflow-wrap:anywhere}.service-list-row small{font-size:.85rem;color:var(--theme-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.service-list-add{display:flex;gap:.75rem;align-items:center;justify-content:center;width:100%;min-height:3.75rem;margin-top:.75rem;color:var(--theme-accent);border:1px solid var(--theme-border);border-radius:1rem;background:transparent;font-weight:650}.service-sheet-actions{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.65rem}.service-sheet-back{display:flex;align-items:center;justify-content:center;gap:.45rem;min-height:3.5rem;padding:.8rem 1rem;border:1px solid var(--theme-border);border-radius:.8rem;color:var(--theme-text);background:var(--theme-surface)}.service-sheet :is(button,input,textarea):focus-visible{outline:2px solid var(--theme-accent);outline-offset:2px}.service-sheet :is(button,label){-webkit-tap-highlight-color:transparent}.service-editor-properties{display:grid;width:100%;max-width:23rem;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);align-items:end;gap:.8rem}.service-editor-duration{min-width:0;margin:0;padding:0;border:0}.service-editor-duration legend,.service-editor-price{padding:0;color:var(--theme-text-muted);font-size:.9rem;font-weight:600}.service-editor-duration legend{margin-bottom:.55rem}.service-duration-inputs{display:flex;border:1px solid var(--theme-border);border-radius:.7rem;background:var(--theme-surface-soft)}.service-duration-inputs>label{flex:1;min-width:0;display:flex;align-items:center;padding-inline:.35rem;gap:.1rem}.service-duration-inputs>label>span{font-size:.85rem;color:var(--theme-text-muted)}.service-sheet-form .service-duration-inputs input{flex:1;width:0;min-width:0;padding:.8rem .15rem;border:0;background:transparent;text-align:center}.service-editor-price{display:grid;align-content:start;gap:.55rem}.service-editor-price>span{display:flex;align-items:center;border:1px solid var(--theme-border);border-radius:.7rem;background:var(--theme-surface-soft)}.service-editor-price output{padding-right:.8rem}.service-sheet-form .service-editor-price input{width:0;flex:1;min-width:0;border:0;background:transparent}.service-delete-confirm{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.75rem;color:var(--theme-text)}.service-delete-confirm>button{min-height:2.75rem;padding:.5rem .8rem;border:1px solid var(--theme-border);border-radius:.7rem;background:var(--theme-surface-soft)}@media(max-width:359px){.service-sheet{padding:1rem}.service-editor-properties{gap:.6rem}}@media(prefers-reduced-motion:no-preference){.service-sheet[open]{animation:service-sheet-enter .18s ease-out}@keyframes service-sheet-enter{0%{transform:translateY(-.5rem);opacity:0}to{transform:translateY(0);opacity:1}}}.public-booking-page .public-services>button.service-gallery-open{display:flex;align-items:center;justify-content:center;gap:.5rem;min-height:2.75rem;margin:-.35rem 0 .6rem;padding:.5rem;color:var(--theme-accent);background:transparent;border:0;box-shadow:none;font-size:.85rem}.service-gallery-stage{position:relative;min-width:0}.service-gallery-view{display:flex;width:100%;min-width:0;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;cursor:grab;border-radius:.9rem}.service-gallery-view::-webkit-scrollbar{display:none}.service-gallery-view.is-dragging{cursor:grabbing;scroll-snap-type:none;-webkit-user-select:none;user-select:none}.service-gallery-view:focus-visible{outline:2px solid var(--theme-accent);outline-offset:-2px}.service-gallery-view figure{flex:0 0 100%;margin:0;scroll-snap-align:start}.service-gallery-view img{display:block;width:100%;height:min(55svh,30rem);object-fit:contain;background:var(--theme-surface-soft);-webkit-user-select:none;user-select:none}.service-gallery-count{margin:.65rem 0 0;text-align:center;color:var(--theme-text-muted);font-size:.85rem;font-variant-numeric:tabular-nums}.service-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:2.75rem;height:2.75rem;padding:.65rem;border:1px solid var(--theme-border);border-radius:50%;color:var(--theme-text);background:color-mix(in srgb,var(--theme-surface) 75%,transparent);cursor:pointer}.service-gallery-arrow.is-previous{left:.5rem}.service-gallery-arrow.is-next{right:.5rem}.service-gallery-arrow:disabled{opacity:.3;cursor:default}.service-gallery-arrow>svg{width:1.3rem;height:1.3rem}.first-day-celebration{position:fixed;inset:0;z-index:1100;display:grid;place-items:center;padding:max(1rem,env(safe-area-inset-top)) 1rem max(1rem,env(safe-area-inset-bottom));pointer-events:none;overflow:hidden}.first-day-message{position:relative;width:min(100%,25rem);padding:1.6rem;border:1px solid var(--theme-border);border-radius:1.7rem;color:var(--theme-text);background:var(--theme-surface);text-align:center;box-shadow:0 12px 48px #0002;animation:first-day-arrive .35s ease-out both,first-day-leave .3s 4.2s ease-in both}.first-day-check{display:grid;place-items:center;width:3rem;height:3rem;margin:0 auto 1rem;border-radius:50%;color:var(--theme-on-primary);background:var(--theme-primary)}.first-day-check svg{width:1.5rem;height:1.5rem}.first-day-message strong{display:block;font-size:clamp(1.15rem,4vw,1.4rem);line-height:1.35}.first-day-message p{margin:.65rem 0 0;font-size:1rem;line-height:1.5;color:var(--theme-text-muted)}.first-day-confetti{position:absolute;left:50%;top:45%}.first-day-confetti i{position:absolute;width:7px;height:12px;border-radius:2px;background:var(--theme-accent);opacity:0;animation:first-day-burst 2.6s var(--burst-delay) cubic-bezier(.16,.7,.3,1) both}.first-day-confetti i:nth-child(3n){background:#b8a1ed}.first-day-confetti i:nth-child(3n+1){background:#e7bd74;border-radius:50%;width:8px;height:8px}@keyframes first-day-arrive{0%{opacity:0;transform:translateY(8px) scale(.97)}to{opacity:1;transform:none}}@keyframes first-day-leave{0%{opacity:1;transform:none}to{opacity:0;transform:translateY(-6px)}}@keyframes first-day-burst{0%{opacity:0;transform:translate(0) rotate(0)}12%{opacity:1}55%{opacity:1;transform:translate(var(--burst-x),var(--burst-y)) rotate(var(--burst-turn))}to{opacity:0;transform:translate(var(--burst-x),calc(var(--burst-y) + 150px)) rotate(calc(var(--burst-turn) * 1.5))}}@media(prefers-reduced-motion:reduce){.first-day-confetti{display:none}.first-day-message{animation:none}}.first-day-celebration.is-anchored{padding:0;display:block}.first-day-celebration.is-anchored>.workday-result-shade{position:fixed;inset:0;width:100%;height:100%;max-width:none;max-height:none}.first-day-celebration.is-anchored .first-day-message{width:min(340px,calc(100vw - 24px));display:grid;grid-template-columns:1fr;align-items:center;gap:.5rem;padding:.9rem 1rem;border-radius:1.1rem;overflow-y:auto;pointer-events:auto;overscroll-behavior:contain}.first-day-celebration.is-anchored .first-day-heading{display:flex;align-items:center;justify-content:center;gap:.5rem}.first-day-celebration.is-anchored .first-day-check{flex-shrink:0;width:1.6rem;height:1.6rem;margin:0}.first-day-celebration.is-anchored .first-day-check svg{width:1rem;height:1rem}.first-day-celebration.is-anchored .first-day-message strong{font-size:1rem;text-align:center}.first-day-celebration.is-anchored .first-day-message p{grid-column:1 / -1;margin:0;font-size:.85rem;line-height:1.45}.first-day-celebration.is-anchored .first-day-message p:last-of-type{color:var(--theme-accent)}.first-day-celebration.is-anchored .first-day-confetti{display:none}.first-day-acknowledge{grid-column:1 / -1;width:100%;min-height:2.75rem;margin-top:.25rem;border:0;border-radius:.75rem;background:var(--theme-primary);color:var(--theme-on-primary);font:inherit;font-weight:650;cursor:pointer}.first-day-acknowledge:focus-visible{outline:2px solid var(--theme-accent);outline-offset:3px}@media(prefers-reduced-motion:no-preference){.first-day-celebration.is-awaiting .first-day-message{animation:first-day-arrive .35s ease-out both}}.service-schedule{color:var(--theme-text);padding-bottom:6.5rem}.service-schedule-heading{display:grid;justify-items:center;gap:.75rem;margin:0 0 1.2rem}.service-schedule-heading h1{text-align:center;margin:0 auto}.specialist-onboarding .service-schedule-heading h1{font-size:var(--onboarding-title-size);font-weight:830;line-height:1.04;letter-spacing:-.055em;max-width:15ch}.service-schedule .service-schedule-help{border:0;background:none;min-height:2rem;padding:.2rem .5rem;font-size:.85rem;color:var(--theme-text-muted)}.service-schedule-description,.service-schedule-card p,.service-schedule-card small{color:var(--theme-text-muted);line-height:1.5}.service-schedule-card{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:1.2rem;padding:1rem;margin-bottom:.85rem}.service-schedule-card h2{font-size:1rem;margin:0 0 .8rem}.service-schedule button,.service-schedule select,.service-schedule input{border:1px solid var(--theme-border);border-radius:.9rem;color:var(--theme-text);background:var(--theme-surface-soft);min-height:2.8rem}.service-schedule select,.service-schedule input{width:100%;max-width:100%;box-sizing:border-box;padding:.65rem;min-width:0;font:inherit}.service-schedule button:disabled{color:var(--theme-text-subtle);background:var(--theme-disabled);cursor:not-allowed}.service-schedule button:focus-visible,.service-schedule input:focus-visible,.service-schedule select:focus-visible{outline:2px solid var(--theme-accent);outline-offset:2px}.service-schedule-month{display:grid;grid-template-columns:2.6rem 1fr 2.6rem;gap:.4rem;align-items:center;text-align:center;font-size:.86rem}.service-schedule-month button{padding:.5rem;display:grid;place-items:center}.service-schedule-calendar{--schedule-day-gap: clamp(4px, 1.5vw, 8px);display:flex;gap:var(--schedule-day-gap);overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;margin:.8rem 0;padding:.2rem 0;scrollbar-width:none}.service-schedule-calendar::-webkit-scrollbar{display:none}.service-schedule-calendar button{flex:0 0 calc((100% - 6 * var(--schedule-day-gap)) / 7);scroll-snap-align:start;display:grid;place-items:center;gap:.35rem;min-width:0;min-height:4.4rem;padding:.4rem 0;border-radius:.8rem;border-color:transparent;background:transparent}.service-schedule-calendar button small{font-size:.75rem}.service-schedule-calendar button b{font-size:1.05rem;font-weight:650}.service-schedule-calendar button i{width:4px;height:4px;border-radius:50%}.service-schedule-calendar button[aria-pressed=true] i{background:var(--theme-accent)}.service-schedule-calendar button[aria-current=date] b{text-decoration:underline;text-underline-offset:.2em}.service-schedule-calendar button.is-selected{background:var(--theme-primary);color:var(--theme-on-primary)}.service-schedule-calendar button.is-selected small{color:inherit}.service-schedule-calendar button.is-selected i{background:currentColor}.service-schedule-day-heading{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.service-schedule-day-heading h2{margin:0;font-size:1.05rem}.service-schedule-day-heading button{padding:.4rem .65rem;font-size:.8rem}.service-schedule-empty{color:var(--theme-text-muted);text-align:center;font-size:.9rem}.work-hours{min-width:0;padding-top:.9rem}.work-hours-inputs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;align-items:center}.work-hours-inputs label{display:flex;align-items:center;gap:.35rem;min-width:0;padding-inline:.65rem;border:1px solid var(--theme-border-soft);border-radius:1rem;background:var(--theme-surface-soft);color:var(--theme-text-muted)}.work-hours-inputs label>span{flex:none;font-size:.8rem;font-weight:500}.service-schedule .work-hours-inputs input{display:block;appearance:none;-webkit-appearance:none;width:100%;min-width:0;max-width:100%;box-sizing:border-box;font-size:clamp(1.05rem,5vw,1.35rem);font-weight:650;min-height:3rem;padding:.5rem .35rem;text-align:center;font-variant-numeric:tabular-nums;border:1px solid var(--theme-border-soft)}.work-hours-landscape{position:relative;margin:.85rem 0 .75rem}.work-hours-landscape svg{display:block;width:100%;height:42px}.work-hours-hills{stroke:var(--theme-accent);stroke-opacity:.14;fill:var(--theme-selection);fill-opacity:.3}.work-hours-orbit{stroke:var(--theme-accent);stroke-opacity:.25;stroke-dasharray:2 5}.work-hours-phases{display:grid;grid-template-columns:repeat(4,1fr);text-align:center;color:var(--theme-text-muted);font-size:.68rem}.work-hours-track{position:relative;height:1.25rem;margin-inline:1.75rem;border-radius:1rem;background:repeating-linear-gradient(to right,transparent 0,transparent calc(25% - 1px),var(--theme-border) calc(25% - 1px),var(--theme-border) 25%),var(--theme-surface-soft)}.work-hours-active{position:absolute;inset-block:0;background:linear-gradient(90deg,var(--theme-accent),var(--theme-primary));border-radius:1rem}.service-schedule .work-hours-handle{position:absolute;top:50%;transform:translate(-50%,-50%);width:44px;height:44px;min-height:44px;padding:0;background:transparent;border:0;border-radius:1rem;touch-action:none;-webkit-user-select:none;user-select:none;cursor:ew-resize;display:grid;place-items:center}.work-hours-handle span{display:block;width:18px;height:30px;border-radius:10px;background:var(--theme-surface);border:2px solid var(--theme-accent);box-shadow:0 2px 6px #0002}.work-hours-handle span:after{content:"";display:block;width:2px;height:10px;margin:8px auto;border-radius:1px;background:var(--theme-accent)}.work-hours-ticks{display:flex;justify-content:space-between;margin:.6rem .7rem 0;font-size:.65rem;color:var(--theme-text-muted);font-variant-numeric:tabular-nums}.work-hours-midnight{font-size:.7rem;text-align:right;margin-bottom:0}.service-schedule-shift+.service-schedule-shift{border-top:1px solid var(--theme-border);margin-top:1rem;padding-top:.7rem}.schedule-coach{display:flex;gap:.7rem;align-items:start;padding:.8rem;margin:0 0 1rem;border-radius:1rem;background:var(--theme-selection);color:var(--theme-text)}.schedule-coach strong{font-size:.9rem}.schedule-coach p{font-size:.8rem;line-height:1.4;margin:.3rem 0 0}.service-schedule .schedule-coach button{flex:0 0 2rem;min-height:2rem;border:0;background:none;font-size:1.25rem}.is-coach-target{animation:schedule-coach-pulse 1.5s ease-in-out infinite}@keyframes schedule-coach-pulse{0%,to{box-shadow:0 0 0 2px var(--theme-accent)}50%{box-shadow:0 0 0 6px var(--theme-selection)}}@media(prefers-reduced-motion:reduce){.is-coach-target{animation:none;outline:2px solid var(--theme-accent);outline-offset:3px}}.service-schedule footer button{min-height:3.25rem}.service-schedule footer .specialist-onboarding-action-primary,.service-schedule footer .setup-primary-button{color:var(--theme-on-primary);background:var(--theme-primary)}.setup-schedule-page .service-schedule .setup-schedule-actions{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:min(100%,32rem);margin:0;border-radius:0;grid-template-columns:auto minmax(0,1fr)}@media(min-width:720px){.setup-schedule-page .service-schedule .setup-schedule-actions{border-radius:0 0 1.5rem 1.5rem}}.service-schedule .work-hours-handle[data-edge=start]{transform:translate(-100%,-50%);justify-items:end}.service-schedule .work-hours-handle[data-edge=end]{transform:translateY(-50%);justify-items:start}.service-schedule{--ui-sun: #dca755}.specialist-onboarding .service-schedule{padding-bottom:0}.service-schedule-heading{gap:.55rem;margin-bottom:1.15rem}.service-schedule-heading h1{max-width:15ch;font-size:clamp(1.85rem,7.5vw,2.4rem);font-weight:780;letter-spacing:-.05em;line-height:1.1}.service-schedule .service-schedule-help{display:inline-flex;align-items:center;gap:.35rem;min-height:2.75rem;font-size:.82rem;color:var(--theme-accent)}.service-schedule-help svg{width:.95rem;height:.95rem}.service-schedule-card{padding:1rem;border:1px solid var(--theme-border-soft);border-radius:1.5rem;background:var(--theme-surface);box-shadow:var(--shadow)}.service-schedule-month{grid-template-columns:2.75rem minmax(0,1fr) 2.75rem;font-size:.82rem;gap:.3rem}.service-schedule-month b{font-weight:650;line-height:1.4}.service-schedule-month button{border:0;border-radius:.9rem;min-height:2.75rem}.service-schedule-month button:disabled{background:transparent;opacity:.4}.service-schedule-calendar{margin:.7rem 0 0;padding-block:.5rem}.service-schedule-calendar button{min-height:4.25rem;border-radius:1rem;gap:.3rem}.service-schedule-calendar button b{font-size:1.15rem;font-weight:700;font-variant-numeric:tabular-nums}.service-schedule-calendar button[aria-pressed=true]:not(.is-selected){background:var(--theme-selection)}.service-schedule-calendar button[aria-current=date] b{text-decoration:none}.service-schedule-calendar button[aria-current=date]:not(.is-selected) small{color:var(--theme-accent);font-weight:750}.service-schedule-day-heading{padding-bottom:.25rem}.service-schedule-day-heading h2{font-size:1.15rem;font-weight:730;letter-spacing:-.025em}.service-schedule-day-heading button{min-height:2.75rem;padding:.5rem .75rem;border:0;border-radius:.9rem;font-size:.8rem}.work-hours{padding-top:.85rem}.work-hours-inputs{gap:.75rem}.work-hours-inputs label{gap:.35rem;font-size:.75rem}.service-schedule .work-hours-inputs input{flex:1;font-size:clamp(1.2rem,5vw,1.75rem);font-weight:730;letter-spacing:-.04em;min-height:3.5rem;padding-inline:0;border-radius:.5rem;border:0;color:var(--theme-text);background:transparent}.work-hours-inputs label:focus-within,.work-hours[data-active-edge=start] .work-hours-inputs .work-hours-time-field:first-child label,.work-hours[data-active-edge=end] .work-hours-inputs .work-hours-time-field:last-child label{background:var(--theme-selection);border-color:var(--theme-accent)}.work-hours-landscape{margin:.85rem .1rem .9rem;overflow:hidden}.work-hours-landscape svg{width:100%;height:auto;max-height:92px}.work-hours-orbit{stroke:var(--theme-accent);stroke-width:1;stroke-opacity:.25;stroke-dasharray:2 5}.work-hours-daylight{stroke:var(--theme-accent);stroke-width:2;stroke-linecap:round}.work-hours-hills{stroke:none;fill:var(--theme-selection);fill-opacity:.7}.work-hours-horizon{stroke:var(--theme-accent);stroke-opacity:.15}.work-hours-moon{fill:var(--theme-text-muted);opacity:.45}.work-hours-star{fill:var(--theme-text-muted);opacity:.4}.work-hours-phases{margin-top:.2rem;font-size:.68rem}.work-hours-track{height:1rem;margin-inline:1.75rem;background:var(--theme-surface-soft);box-shadow:inset 0 1px 3px color-mix(in srgb,var(--theme-text) 5%,transparent)}.work-hours-active{background:linear-gradient(90deg,var(--theme-accent),var(--theme-primary))}.work-hours-handle span{width:20px;height:34px;border:3px solid var(--theme-surface);border-radius:9px;background:var(--theme-primary);box-shadow:0 2px 8px color-mix(in srgb,var(--theme-text) 16%,transparent)}.work-hours-handle span:after{background:var(--theme-on-primary);width:2px;height:12px;margin:8px auto}.work-hours-ticks{margin:.8rem 1.4rem .15rem;font-size:.68rem}.service-schedule-hours .schedule-coach{margin:.9rem 0 0;padding:.8rem;box-shadow:none}.schedule-coach{display:grid;grid-template-columns:2rem minmax(0,1fr) 2rem;align-items:center;gap:.55rem;padding:1rem;border:1px solid color-mix(in srgb,var(--theme-accent) 16%,var(--theme-border-soft));border-radius:1.2rem;background:var(--theme-selection)}.schedule-coach-symbol{display:grid;place-items:center;width:2rem;height:2rem;border-radius:.75rem;background:var(--theme-surface);color:var(--theme-accent)}.schedule-coach-symbol svg{width:1rem;height:1rem}.schedule-coach strong{display:block;margin-top:.45rem;font-size:.88rem;font-weight:680}.schedule-coach p{font-size:.78rem;line-height:1.45;color:var(--theme-text-muted);margin:.25rem 0 0}.schedule-coach-progress{display:flex;gap:.22rem}.schedule-coach-progress i{width:1rem;height:3px;border-radius:4px;background:color-mix(in srgb,var(--theme-accent) 20%,transparent)}.schedule-coach-progress i.is-done{background:var(--theme-accent)}.service-schedule .schedule-coach button{width:2rem;min-height:2.75rem;padding:0;display:grid;place-items:center;color:var(--theme-text-muted)}.schedule-coach button svg{width:.95rem;height:.95rem}.is-coach-target{animation:schedule-coach-pulse 1.7s ease-in-out infinite}@media(max-width:359px){.service-schedule-card{padding:.75rem}.service-schedule-month{font-size:.75rem}.work-hours-inputs{gap:.5rem}.work-hours-inputs label{padding-inline:.45rem}}@media(prefers-reduced-motion:reduce){.is-coach-target{animation:none}}.service-schedule{text-align:center}.service-schedule-card{margin-bottom:1rem}.service-schedule-calendar button{box-sizing:border-box}.service-schedule-day-heading{display:grid;justify-items:center;gap:.65rem;padding-bottom:.3rem}.service-schedule-day-heading button{min-height:2.75rem;padding-inline:1rem}.work-hours-inputs label{text-align:center}.work-hours-inputs label>span{padding:0}.work-hours-midnight{text-align:center}.schedule-focus-guide{position:fixed;inset:0;z-index:1000;pointer-events:none}.schedule-focus-guide>.schedule-focus-shade{position:fixed;inset:0;display:block;width:100%;height:100%;max-width:none;max-height:none;background:none;pointer-events:none}.schedule-focus-ring{position:fixed;box-sizing:border-box;border:2px solid var(--theme-accent);border-radius:1.2rem;pointer-events:none;animation:schedule-focus-pulse 1.5s ease-in-out infinite}@keyframes schedule-focus-pulse{0%,to{box-shadow:0 0 0 2px color-mix(in srgb,var(--theme-accent) 55%,transparent)}50%{box-shadow:0 0 0 8px color-mix(in srgb,var(--theme-accent) 10%,transparent)}}.schedule-focus-card.schedule-coach{position:fixed;display:block;box-sizing:border-box;margin:0;padding:1rem 2.8rem;border:1px solid var(--theme-border);border-radius:1.25rem;text-align:center;color:var(--theme-text);background:var(--theme-surface);box-shadow:0 4px 16px #0002;pointer-events:auto;overflow:auto;overscroll-behavior:contain}.schedule-focus-card .schedule-coach-progress{justify-content:center}.schedule-focus-card strong{font-size:1rem;line-height:1.3}.schedule-focus-card p{font-size:.85rem;line-height:1.45}.schedule-focus-card button{position:absolute;top:.35rem;right:.35rem;display:grid;place-items:center;width:2.75rem;height:2.75rem;padding:0;border:0;border-radius:.8rem;color:var(--theme-text-muted);background:transparent;cursor:pointer}.schedule-focus-card button:focus-visible{outline:2px solid var(--theme-accent);outline-offset:-3px}@media(max-height:580px){.schedule-focus-card.schedule-coach{padding-block:.65rem}.work-hours:has(.is-coach-target) .work-hours-landscape svg{max-height:48px}}.service-schedule .service-schedule-day-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;justify-items:stretch;width:100%;gap:.75rem;padding-bottom:.3rem}.service-schedule .service-schedule-day-heading h2{min-width:0;margin:0;display:flex;flex-wrap:wrap;justify-content:center;column-gap:.3em;text-align:center;font-size:clamp(.95rem,3.5vw,1.05rem);line-height:1.4}.service-schedule-day-heading h2 span{white-space:nowrap}.service-schedule .service-schedule-day-heading button{white-space:nowrap;padding-inline:.85rem}.work-hours{border-radius:1.25rem}.service-schedule-hours{scroll-margin-top:max(12px,env(safe-area-inset-top,0px))}.work-hours-landscape{border-radius:1rem}.work-hours-arc-text{fill:var(--theme-accent);stroke:var(--theme-surface);stroke-width:2px;paint-order:stroke fill;font-size:11px;font-weight:650;letter-spacing:normal;pointer-events:none}.service-schedule .work-hours-handle.is-coach-target{animation:none;outline:none;box-shadow:none}.service-schedule-calendar .is-coach-target{background:var(--theme-selection);border-color:var(--theme-accent)}#root .service-schedule-calendar button.is-coach-target{animation:none;outline:none;box-shadow:none}@keyframes schedule-coach-pulse{0%,to{box-shadow:0 0 0 2px var(--theme-accent)}50%{box-shadow:0 0 0 4px var(--theme-accent)}}@media(prefers-reduced-motion:reduce){.schedule-focus-ring{animation:none}.schedule-focus-ring{box-shadow:0 0 0 3px var(--theme-accent)}}.work-hours-time-field{min-width:0;align-self:start}.work-hours-time-field label>svg{flex:none;width:1.3rem;height:1.3rem;color:var(--theme-text-muted);pointer-events:none}.service-schedule .work-hours-inputs input:focus,.service-schedule .work-hours-inputs input:focus-visible{outline:none;box-shadow:none;border:0;background:transparent}.work-hours-inputs input::selection{color:var(--theme-text);background:var(--theme-selection-strong)}.work-hours-input-error{display:block;margin-top:.4rem;text-align:left;font-size:.7rem}.work-hours-duration{fill:var(--theme-text);font-size:17px;font-weight:650;font-variant-numeric:tabular-nums}.work-hours-duration-accessible{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.service-schedule .work-hours-handle:focus-visible{outline:none}.work-hours-handle:focus-visible:not(.is-coach-target) span{outline:2px solid var(--theme-accent);outline-offset:2px}@media(max-width:359px){.service-schedule .work-hours-inputs input{font-size:1.15rem}.work-hours-time-field label{gap:.2rem}.work-hours-time-field label>svg{width:1rem;height:1rem}}.service-schedule-calendar button[data-configured=false] i{background:transparent}.schedule-focus-card button.schedule-coach-next{position:static;width:100%;height:auto;min-height:2.75rem;margin-top:.85rem;padding:.65rem 1rem;font-size:.9rem;font-weight:650;color:var(--theme-on-primary);background:var(--theme-primary)}@media(prefers-reduced-motion:no-preference){.schedule-focus-guide{animation:schedule-guide-arrive .24s ease-out both}.schedule-focus-card.schedule-coach{transition:top .32s ease,left .32s ease}.schedule-coach-copy{animation:schedule-guide-copy .28s ease-out both}@keyframes schedule-guide-arrive{0%{opacity:0}to{opacity:1}}@keyframes schedule-guide-copy{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}}.work-hours-duration-highlight{fill:transparent;stroke:transparent}.is-celebrating .work-hours-duration-highlight{fill:var(--theme-selection);stroke:var(--theme-accent);stroke-width:1.5}.is-celebrating .work-hours-duration{fill:var(--theme-accent)}@media(prefers-reduced-motion:no-preference){.is-celebrating .work-hours-duration-highlight{animation:work-hours-result-pulse 1.5s ease-in-out infinite}@keyframes work-hours-result-pulse{50%{stroke-width:3}}}#root .profile-editor-page{padding:.75rem;color:var(--theme-text)}#root .profile-editor{width:min(100%,42rem);margin:0 auto;padding:clamp(1rem,4vw,2rem);border:1px solid var(--theme-border);border-radius:1.2rem;background:var(--theme-surface)}#root .profile-editor h1{margin:0 0 1.5rem;font-size:clamp(1.5rem,5vw,2rem);line-height:1.2;text-align:left;letter-spacing:-.025em}#root .profile-editor :is(fieldset,legend){min-width:0;margin:0;padding:0;border:0}#root .profile-editor-fields{display:grid;gap:1.25rem}#root .profile-editor-field{display:grid;gap:.5rem;font-size:.9rem}#root .profile-editor-field :is(input,textarea){box-sizing:border-box;min-width:0;width:100%;min-height:3.3rem;padding:.8rem 1rem;border:1px solid var(--theme-border);border-radius:.75rem;background:var(--theme-surface-soft);color:var(--theme-text);font:inherit;font-size:16px;line-height:1.5}#root .profile-editor-field textarea{min-height:5rem;resize:vertical}#root .profile-editor-field small{text-align:right;color:var(--theme-text-muted);font-size:.75rem}#root .profile-editor-photo{position:relative;display:flex;align-items:center;gap:.8rem;padding:.75rem;border:1px solid var(--theme-border);border-radius:1rem;cursor:pointer}#root .profile-editor-photo>span:not(.profile-editor-avatar){display:grid;flex:1;min-width:0;gap:.3rem}#root .profile-editor-photo small{color:var(--theme-text-muted)}#root .profile-editor-avatar{display:grid;place-items:center;flex:0 0 3.5rem;height:3.5rem;overflow:hidden;border-radius:.8rem;background:var(--theme-selection);color:var(--theme-primary);font-size:1.5rem}#root .profile-editor-avatar img{width:100%;height:100%;object-fit:cover}#root .profile-editor-photo input{position:absolute;width:1px;height:1px;opacity:0}#root .profile-editor-photo:focus-within{outline:2px solid var(--theme-accent);outline-offset:2px}#root .profile-editor-remove-photo{margin-top:.4rem;padding:.5rem;border:0;background:transparent;color:var(--theme-text-muted);font-size:.8rem}#root .profile-editor-formats legend{font-size:1.1rem;font-weight:650}#root .profile-editor-formats p{margin:.4rem 0 .8rem;font-size:.85rem;color:var(--theme-text-muted)}#root .profile-editor-formats>button{display:flex;width:100%;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.6rem;padding:.8rem 1rem;border:1px solid var(--theme-border);border-radius:.85rem;background:var(--theme-surface);color:var(--theme-text);text-align:left}#root .profile-editor-formats>button[aria-pressed=true]{border-color:var(--theme-accent);background:var(--theme-selection)}#root .profile-editor-formats button>span{display:grid;min-width:0;gap:.35rem}#root .profile-editor-formats small{font-size:.8rem;color:var(--theme-text-muted)}#root .profile-editor-formats i{display:grid;place-items:center;flex:0 0 1.25rem;height:1.25rem;border:1px solid var(--theme-border);border-radius:.35rem}#root .profile-editor-formats i svg{width:1rem;height:1rem}#root .profile-editor-actions{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.65rem;margin-top:1.5rem}#root .profile-editor-actions button{display:flex;align-items:center;justify-content:center;gap:.4rem;min-height:3.5rem;padding:.8rem 1rem;border:1px solid var(--theme-border);border-radius:.8rem;font-size:1rem;background:var(--theme-surface);color:var(--theme-text)}#root .profile-editor-actions .profile-editor-save{border-color:transparent;background:var(--theme-primary);color:var(--theme-on-primary);font-weight:650}#root .profile-editor :is(button,input,textarea):focus-visible{outline:2px solid var(--theme-accent);outline-offset:2px}#root .profile-editor button:disabled{opacity:.5}.booking-rules-page .master-content{width:min(100%,42rem);margin-inline:auto}.booking-rules-caption{margin:-.25rem 0 1.5rem;color:var(--theme-text-muted);font-size:.95rem}.booking-rules-fields{display:grid;gap:1rem;margin:0;padding:0;border:0;min-width:0}.booking-rule-card{padding:clamp(1rem,4vw,1.5rem);border:1px solid var(--theme-border-soft);border-radius:1.5rem;background:var(--theme-surface)}.booking-rule-card h2{margin:0 0 1.1rem;font-size:1.15rem;line-height:1.4;text-wrap:balance}.booking-rule-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.booking-rule-options button{min-height:3.25rem;padding:.65rem;border:1px solid transparent;border-radius:1rem;background:var(--theme-surface-soft);color:var(--theme-text);font-size:.95rem;font-weight:600}.booking-rule-options button[aria-pressed=true]{background:var(--theme-primary);color:var(--theme-on-primary)}.booking-rule-options button:focus-visible{outline:2px solid var(--theme-accent);outline-offset:3px}.booking-rule-custom{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:1rem}.booking-rule-custom label{display:grid;gap:.4rem;color:var(--theme-text-muted);font-size:.85rem}.booking-rule-custom input{min-width:0;width:100%;padding:.8rem;border-radius:1rem;border:1px solid var(--theme-border-soft);background:var(--theme-surface-soft);color:var(--theme-text);font-size:1.4rem;font-weight:650}.booking-rules-page .booking-rules-actions{width:min(calc(100% - 2rem),40rem);display:grid;grid-template-columns:auto minmax(0,1fr)}.booking-rules-error{padding:1rem;margin-bottom:1rem;border-radius:1rem;background:var(--theme-surface-soft)}.booking-rules-error p{margin:0 0 .75rem}.booking-rules-error button{padding:.6rem 1rem;border-radius:.8rem;background:var(--theme-surface);color:var(--theme-text)}.notice-viewport{position:fixed;z-index:500;top:max(1rem,env(safe-area-inset-top));left:50%;transform:translate(-50%);width:min(30rem,calc(100% - 2rem));pointer-events:none}.notice-toast{padding:.9rem 1.1rem;border:1px solid var(--theme-danger-border);border-radius:1rem;background:var(--theme-danger-surface);color:var(--theme-danger-text);box-shadow:var(--shadow);line-height:1.4;overflow-wrap:anywhere}.notice-toast--success{background:var(--theme-success-surface);color:var(--theme-success-text);border-color:var(--theme-border)}:root{font-family:Onest,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;color:#15251c;background:#f4f1e8;font-synthesis:none;text-rendering:optimizeLegibility;--ink:#15251c;--forest:#173e2d;--forest-2:#245840;--sage:#dfe9ce;--lime:#d5ef75;--cream:#f4f1e8;--paper:#fffdf8;--muted:#68736c;--line:#dcded4;--danger:#a7463c;--shadow:0 24px 70px rgba(21,50,36,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:var(--cream)}button,input,textarea,select{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid rgba(82,132,101,.28);outline-offset:2px}a{color:inherit}svg{width:1.25rem;height:1.25rem}.brand{display:inline-flex;align-items:center;gap:.7rem;padding:0;border:0;background:none;font-size:1.05rem;font-weight:800;letter-spacing:-.03em;cursor:pointer}.brand-mark{width:2.2rem;aspect-ratio:1;display:grid;place-items:center;border-radius:.72rem;color:#fff;background:var(--forest);font-family:Unbounded,sans-serif;font-size:.86rem}.brand-compact{gap:.45rem;font-size:.82rem}.brand-compact .brand-mark{width:1.65rem;border-radius:.55rem;font-size:.65rem}.button{min-height:3.15rem;padding:.8rem 1.2rem;display:inline-flex;align-items:center;justify-content:center;gap:.65rem;border:1px solid transparent;border-radius:.9rem;background:none;font-weight:700;cursor:pointer;transition:transform .16s ease,background .16s ease,border-color .16s ease,opacity .16s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{opacity:.55;cursor:not-allowed}.button svg{width:1.1rem}.button-primary{color:#fff;background:var(--forest);box-shadow:0 10px 24px #163e2c29}.button-primary:hover:not(:disabled){background:#102f21}.button-secondary{border-color:#d2d5cb;background:#ffffffa6}.button-secondary:hover:not(:disabled){background:#fff}.button-light{color:var(--forest);background:#fff}.button-ghost{border-color:#173e2d2e}.button-small{min-height:2.65rem;padding:.65rem .95rem;border-radius:.78rem;font-size:.86rem}.button-large{min-height:3.8rem;padding:1rem 1.35rem;border-radius:1rem}.button-wide{width:100%}.icon-button{width:2.45rem;height:2.45rem;padding:0;display:grid;place-items:center;border:1px solid var(--line);border-radius:.75rem;background:#fff;cursor:pointer}.icon-button svg{width:1rem}.icon-button:hover{background:#f0f1eb}.icon-button.danger{color:var(--danger)}.text-button,.inline-action{display:inline-flex;align-items:center;gap:.25rem;padding:0;border:0;background:none;color:var(--forest-2);font-size:.83rem;font-weight:700;cursor:pointer}.text-button svg{width:.9rem}.back-link{display:inline-flex;align-items:center;gap:.4rem;padding:0;border:0;background:none;color:var(--forest-2);font-weight:700;cursor:pointer}.back-link svg{width:1rem}.eyebrow{margin:0;color:#397050;font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.eyebrow svg{width:.95rem;vertical-align:-.2rem}.loader{min-height:15rem;display:flex;align-items:center;justify-content:center;gap:.8rem;color:var(--muted);font-size:.9rem}.spinner{width:1.25rem;height:1.25rem;display:inline-block;border:2px solid #c7d0c9;border-top-color:var(--forest);border-radius:50%;animation:spin .75s linear infinite}.spinner-light{width:1rem;height:1rem;border-color:#ffffff59;border-top-color:#fff}@keyframes spin{to{transform:rotate(360deg)}}.alert{min-height:3.25rem;padding:.75rem 1rem;display:flex;align-items:center;gap:.65rem;border:1px solid #e4cfc5;border-radius:.8rem;color:#773a33;background:#fff5ef;font-size:.88rem}.alert>span:nth-child(2){flex:1}.alert-dot{width:.55rem;height:.55rem;border-radius:50%;background:#c76557}.alert .icon-button{width:1.8rem;height:1.8rem;border:0;background:transparent}.empty-state{min-height:16rem;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.empty-icon{width:3.4rem;height:3.4rem;display:grid;place-items:center;border-radius:1rem;color:var(--forest);background:var(--sage)}.empty-state h3{margin:1rem 0 .35rem;font-size:1.15rem}.empty-state p{max-width:25rem;margin:0 0 1.2rem;color:var(--muted);font-size:.9rem;line-height:1.55}.toast{position:fixed;z-index:50;right:1.5rem;bottom:1.5rem;padding:.85rem 1.05rem;display:flex;align-items:center;gap:.6rem;border-radius:.85rem;color:#fff;background:var(--forest);box-shadow:0 14px 35px #0e2b1d47;font-size:.88rem;font-weight:700;animation:toast-in .25s ease}.toast svg{width:1rem}@keyframes toast-in{0%{opacity:0;transform:translateY(12px)}}.landing-shell{max-width:1500px;min-height:100vh;margin:auto;padding:1.35rem clamp(1rem,4vw,4rem) 2rem;overflow:hidden;background:radial-gradient(circle at 75% 32%,rgba(207,232,159,.58),transparent 30rem),var(--cream)}.landing-nav{height:4rem;display:flex;align-items:center;justify-content:space-between}.landing-nav-actions{display:flex;align-items:center;gap:1rem}.live-pill{display:inline-flex;align-items:center;gap:.45rem;color:#577064;font-size:.78rem;font-weight:600}.live-pill>span{width:.48rem;height:.48rem;border-radius:50%;background:#4b8a62;box-shadow:0 0 0 4px #4b8a621f}.hero{min-height:calc(100vh - 9rem);display:grid;grid-template-columns:minmax(0,1.05fr) minmax(28rem,.95fr);align-items:center;gap:clamp(2rem,6vw,7rem);padding:4rem 0 3rem}.hero-copy{position:relative;z-index:2}.hero-copy h1{max-width:12ch;margin:.9rem 0 0;font-family:Unbounded,sans-serif;font-size:clamp(3.25rem,5.8vw,6.9rem);line-height:.95;letter-spacing:-.065em}.hero-copy h1 span{color:#3e694f}.hero-lead{max-width:39rem;margin:1.6rem 0 0;color:#5c675f;font-size:clamp(1rem,1.35vw,1.2rem);line-height:1.65}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:2.1rem}.hero-proof{display:flex;align-items:center;gap:.9rem;margin-top:2rem}.hero-proof p{margin:0;color:#68736c;font-size:.78rem;line-height:1.45}.hero-proof strong{color:var(--ink);font-size:.85rem}.avatar-stack{display:flex;padding-left:.5rem}.avatar-stack span{width:2rem;height:2rem;margin-left:-.5rem;display:grid;place-items:center;border:2px solid var(--cream);border-radius:50%;color:#fff;background:#b37859;font-size:.7rem;font-weight:800}.avatar-stack span:nth-child(2){background:#456451}.avatar-stack span:nth-child(3){background:#8c704b}.hero-visual{position:relative;min-height:38rem;display:grid;place-items:center}.orb{position:absolute;border-radius:50%;filter:blur(1px)}.orb-one{width:32rem;height:32rem;background:linear-gradient(145deg,#dcebc9,#bddaa8)}.orb-two{width:10rem;height:10rem;right:0;bottom:2rem;border:1px solid rgba(23,62,45,.15);background:#ffffff40}.phone-card{position:relative;z-index:2;width:min(100%,24rem);min-height:34rem;padding:1.3rem 1.25rem;border:1px solid rgba(255,255,255,.75);border-radius:2rem;background:#fffdf8f0;box-shadow:0 35px 80px #2b493233;transform:rotate(2deg)}.phone-top{display:flex;align-items:center;justify-content:space-between}.phone-top>span{letter-spacing:.15em}.phone-kicker{margin:2.7rem 0 .4rem;color:#78827b;font-size:.7rem;text-transform:uppercase}.phone-card>h2{margin:0;font-family:Unbounded,sans-serif;font-size:1.8rem;line-height:1.1;letter-spacing:-.04em}.phone-stats{display:grid;grid-template-columns:1fr 1.4fr;gap:.55rem;margin-top:1.4rem}.phone-stats span{padding:.75rem;border-radius:.85rem;background:#f0f0e8;color:#778079;font-size:.63rem}.phone-stats strong{display:block;margin-bottom:.2rem;color:var(--ink);font-size:.95rem}.next-card{margin-top:1rem;padding:1rem;display:grid;grid-template-columns:auto 1fr;gap:1rem;border-radius:1rem;color:#fff;background:var(--forest)}.next-card>div{display:flex;flex-direction:column}.next-card b{font-size:.82rem}.next-card span{margin-top:.2rem;color:#ffffffa8;font-size:.64rem}.next-time{padding-right:.8rem;border-right:1px solid rgba(255,255,255,.16)}.next-time b{font-size:1.1rem}.next-card .status-chip{grid-column:2;width:max-content;margin:0;color:#d7efc7;background:#ffffff1a}.mini-week{display:grid;grid-template-columns:repeat(5,1fr);gap:.4rem;margin-top:1.15rem}.mini-week span{padding:.55rem .25rem;text-align:center;border-radius:.7rem;color:#8a938d;font-size:.6rem}.mini-week b{display:block;margin-top:.4rem;color:var(--ink);font-size:.8rem}.mini-week .active{color:var(--forest);background:var(--sage)}.floating-card{position:absolute;z-index:3;padding:.8rem 1rem;display:flex;align-items:center;gap:.65rem;border:1px solid rgba(255,255,255,.8);border-radius:1rem;background:#ffffffeb;box-shadow:0 18px 35px #23422c24;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.floating-card span{display:flex;flex-direction:column}.floating-card b{font-size:.78rem}.floating-card small{margin-top:.15rem;color:#7a847d;font-size:.63rem}.floating-service{left:-1rem;top:7rem;transform:rotate(-4deg)}.floating-time{right:-1rem;bottom:6rem;transform:rotate(4deg)}.floating-time>svg{color:#4d7c5f}.floating-icon{width:1.9rem;height:1.9rem;display:grid!important;place-items:center;border-radius:.6rem;color:var(--forest);background:var(--lime)}.floating-icon svg{width:.9rem}.benefits{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(23,62,45,.16)}.benefits article{padding:1.5rem;display:flex;gap:1rem;border-right:1px solid rgba(23,62,45,.16)}.benefits article:first-child{padding-left:0}.benefits article:last-child{border:0}.benefits article>span{color:#4b735a;font-family:Unbounded;font-size:.7rem}.benefits h3{margin:0 0 .3rem;font-size:.88rem}.benefits p{margin:0;color:#748077;font-size:.76rem;line-height:1.45}.centered-page,.onboarding-page{min-height:100vh;padding:max(1.4rem,env(safe-area-inset-top)) clamp(1rem,4vw,4rem) max(2rem,env(safe-area-inset-bottom));background:radial-gradient(circle at 85% 10%,#dce9c8,transparent 28rem),var(--cream)}.centered-top,.onboarding-brand{max-width:1300px;margin:auto}.search-card{width:min(100%,35rem);margin:5rem auto;padding:2.2rem;border:1px solid rgba(23,62,45,.12);border-radius:1.6rem;background:#fffdf8e6;box-shadow:var(--shadow)}.search-illustration{width:4.3rem;height:4.3rem;margin:2.5rem 0 1.2rem;display:grid;place-items:center;border-radius:1.25rem;color:var(--forest);background:var(--sage)}.search-illustration svg{width:2rem}.search-card h1{margin:.55rem 0 .75rem;font-family:Unbounded;font-size:2rem;line-height:1.1;letter-spacing:-.04em}.search-card>p:not(.eyebrow){color:var(--muted);line-height:1.6}.code-form{margin-top:1.5rem;display:grid;grid-template-columns:1fr auto;align-items:end;gap:.65rem}.soft-note{margin-top:1.2rem;padding:1rem;display:flex;align-items:flex-start;gap:.7rem;border-radius:.9rem;color:#4d674f;background:#e8efd9;font-size:.78rem;line-height:1.5}.soft-note svg{flex:none;width:1rem}.onboarding-brand{height:4rem;display:flex;align-items:center;justify-content:space-between}.onboarding-brand>span{color:var(--muted);font-size:.75rem}.onboarding-layout{max-width:1200px;min-height:calc(100vh - 7rem);margin:auto;display:grid;grid-template-columns:1fr minmax(26rem,32rem);align-items:center;gap:clamp(3rem,8vw,9rem);padding:3rem 0}.onboarding-copy h1{margin:1rem 0;font-family:Unbounded;font-size:clamp(2.7rem,5vw,5.2rem);line-height:.98;letter-spacing:-.06em}.onboarding-copy h1 span{color:#4b7258}.onboarding-copy>p:not(.eyebrow){max-width:32rem;color:var(--muted);line-height:1.65}.onboarding-copy .eyebrow{margin-top:4rem}.onboarding-steps{display:flex;gap:1.5rem;margin:2.5rem 0 0;padding:0;list-style:none}.onboarding-steps li{display:flex;align-items:center;gap:.5rem;color:#8b938e;font-size:.75rem;font-weight:700}.onboarding-steps li span{width:1.7rem;height:1.7rem;display:grid;place-items:center;border:1px solid #cbd0c9;border-radius:50%;font-size:.65rem}.onboarding-steps li.active{color:var(--forest)}.onboarding-steps li.active span{color:#fff;background:var(--forest)}.form-card,.panel{border:1px solid var(--line);border-radius:1.25rem;background:var(--paper)}.onboarding-form{padding:2rem;box-shadow:var(--shadow)}.form-heading h2{margin:0;font-family:Unbounded;font-size:1.5rem;letter-spacing:-.04em}.form-heading p{margin:.35rem 0 1.5rem;color:var(--muted);font-size:.85rem}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.field{display:flex;flex-direction:column;gap:.42rem;color:#3f4e45;font-size:.78rem;font-weight:700}.field-full{grid-column:1/-1}.field input,.field textarea,.field select{width:100%;min-height:3.15rem;padding:.75rem .9rem;border:1px solid #cfd4cc;border-radius:.75rem;color:var(--ink);background:#fff;outline:0;transition:border-color .15s,box-shadow .15s}.field textarea{resize:vertical;line-height:1.5}.field input:focus,.field textarea:focus,.field select:focus{border-color:#6b9678;box-shadow:0 0 0 3px #4678541a}.field small{align-self:flex-end;color:#8a928c;font-size:.65rem;font-weight:500}.field>span em{float:right;color:#929991;font-style:normal;font-weight:500}.onboarding-form>.button{margin-top:1.25rem}.privacy-copy{margin:.8rem auto 0!important;color:#90968f!important;text-align:center;font-size:.65rem!important;line-height:1.45!important}.dashboard-shell{min-height:100vh;display:grid;grid-template-columns:15.5rem 1fr;background:#f4f4ef}.sidebar{position:fixed;inset:0 auto 0 0;z-index:10;width:15.5rem;padding:1.5rem 1.05rem;display:flex;flex-direction:column;border-right:1px solid #e1e3dc;background:#faf9f4}.sidebar>.brand{padding:0 .65rem}.side-nav{display:flex;flex-direction:column;gap:.25rem;margin-top:2.8rem}.side-nav button{height:3rem;padding:0 .8rem;display:flex;align-items:center;gap:.75rem;border:0;border-radius:.75rem;color:#6c766f;background:none;font-size:.84rem;font-weight:650;cursor:pointer}.side-nav button svg{width:1.15rem}.side-nav button:hover{color:var(--ink);background:#eff0ea}.side-nav button.active{color:var(--forest);background:#e2ead6;font-weight:800}.side-nav button b{min-width:1.3rem;margin-left:auto;padding:.12rem .35rem;border-radius:1rem;color:#fff;background:var(--forest);font-size:.58rem}.sidebar-bottom{margin-top:auto;padding:.9rem .55rem 0;display:flex;align-items:center;gap:.5rem;border-top:1px solid var(--line)}.account-mini{min-width:0;display:flex;align-items:center;gap:.65rem;flex:1}.account-mini>div{min-width:0;display:flex;flex-direction:column}.account-mini b,.account-mini small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-mini b{font-size:.75rem}.account-mini small{color:var(--muted);font-size:.62rem}.account-avatar{width:2.2rem;height:2.2rem;display:grid;place-items:center;flex:none;border-radius:.7rem;color:#fff;background:linear-gradient(145deg,#4b7258,#173e2d);font-weight:800}.logout-button{width:2rem;height:2rem;padding:0;display:grid;place-items:center;border:0;background:none;color:#7f8882;cursor:pointer}.logout-button svg{width:1rem}.dashboard-main{grid-column:2;min-width:0}.dashboard-topbar{height:5.25rem;padding:0 clamp(1.2rem,3vw,2.7rem);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e1e3dc;background:#faf9f4de;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.breadcrumbs{margin:0;color:#7a837d;font-size:.77rem}.breadcrumbs span{margin:0 .35rem;color:#bdc2bd}.mobile-brand{display:none}.topbar-actions{display:flex;align-items:center;gap:.75rem}.top-avatar{display:none}.dashboard-content{max-width:1450px;margin:auto;padding:2.3rem clamp(1rem,3vw,2.7rem) 4rem}.section-stack{display:flex;flex-direction:column;gap:1.4rem}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem}.section-heading h1{margin:.35rem 0;font-family:Unbounded;font-size:clamp(1.9rem,3vw,2.75rem);line-height:1.06;letter-spacing:-.05em}.section-heading>div>p:last-child{margin:0;color:var(--muted);font-size:.9rem}.bottom-nav{display:none}.panel{padding:1.35rem}.panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.panel-heading h2{margin:0;font-size:1rem;letter-spacing:-.02em}.panel-heading p{margin:.3rem 0 0;color:var(--muted);font-size:.73rem}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.9rem}.stat-card{position:relative;min-height:9.8rem;padding:1.15rem;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto 1fr auto;border:1px solid var(--line);border-radius:1rem;background:var(--paper);overflow:hidden}.stat-card>span{color:#667269;font-size:.7rem}.stat-card>strong{align-self:center;font-family:Unbounded;font-size:2.15rem;letter-spacing:-.06em}.stat-card>small{grid-column:1/-1;color:#8b938e;font-size:.65rem}.stat-icon{width:2rem;height:2rem;display:grid;place-items:center;border-radius:.65rem;color:var(--forest);background:#edf0e5}.stat-icon svg{width:1rem}.stat-icon span{font-weight:800}.stat-card.accent{color:#fff;border-color:var(--forest);background:var(--forest)}.stat-card.accent>span,.stat-card.accent>small{color:#ffffffa6}.stat-card.accent .stat-icon{color:#fff;background:#ffffff1f}.stat-card .money-stat{font-family:Onest;font-size:1.7rem;letter-spacing:-.04em}.overview-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(18rem,.8fr);gap:.9rem}.upcoming-panel{min-width:0}.appointment-list{margin-top:1rem}.booking-row{min-width:0;padding:.85rem 0;display:grid;grid-template-columns:5.5rem 2.25rem minmax(7rem,1fr) auto auto;align-items:center;gap:.75rem;border-top:1px solid #e9eae4}.booking-time{display:flex;flex-direction:column}.booking-time strong{font-size:.9rem}.booking-time span{margin-top:.15rem;color:var(--muted);font-size:.6rem}.customer-avatar{width:2.25rem;height:2.25rem;display:grid;place-items:center;border-radius:.7rem;color:#31543e;background:#e2ead6;font-size:.75rem;font-weight:800}.booking-person{min-width:0;display:flex;flex-direction:column}.booking-person b,.booking-person span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.booking-person b{font-size:.78rem}.booking-person span{margin-top:.2rem;color:var(--muted);font-size:.65rem}.status-chip{width:max-content;padding:.28rem .48rem;border-radius:2rem;color:#52705c;background:#e7efe2;font-size:.58rem;font-weight:700;white-space:nowrap}.status-chip.pending{color:#83652f;background:#f7edcf}.status-chip.completed{color:#567168;background:#e5eeeb}.status-chip.cancelled,.status-chip.no_show{color:#92554e;background:#f6e5e1}.status-chip.in_progress{color:#fff;background:#4c7e5d}.booking-price{font-size:.75rem;white-space:nowrap}.progress-value{font-family:Unbounded;font-size:.8rem}.progress-track{height:.35rem;margin:1rem 0;border-radius:1rem;background:#ebede7;overflow:hidden}.progress-track span{height:100%;display:block;border-radius:inherit;background:var(--forest)}.setup-list{display:flex;flex-direction:column}.setup-list button{padding:.72rem 0;display:grid;grid-template-columns:2.1rem 1fr auto;align-items:center;gap:.65rem;border:0;border-top:1px solid #e9eae4;background:none;text-align:left;cursor:pointer}.setup-list button>span{width:2rem;height:2rem;display:grid;place-items:center;border-radius:.65rem;color:#55705d;background:#edf0e7}.setup-list button>span svg{width:.95rem}.setup-list button.done>span{color:var(--forest);background:var(--lime)}.setup-list button>div{display:flex;flex-direction:column}.setup-list b{font-size:.72rem}.setup-list small{margin-top:.15rem;color:var(--muted);font-size:.62rem}.setup-list button>svg{width:.8rem;color:#8d958f}.share-banner{padding:1.4rem 1.5rem;display:grid;grid-template-columns:3.5rem 1fr auto;align-items:center;gap:1.2rem;border-radius:1.2rem;color:#fff;background:linear-gradient(120deg,#173e2d,#285b42);overflow:hidden}.share-art{width:3.4rem;height:3.4rem;display:grid;place-items:center;border-radius:1rem;color:var(--forest);background:var(--lime)}.share-art svg{width:1.4rem}.share-copy h2{margin:.25rem 0;font-size:1rem}.share-copy p:last-child{margin:0;color:#ffffffa6;font-size:.7rem}.share-banner .eyebrow{color:#cfe3bc}.share-actions{display:flex;align-items:center;gap:.55rem}.share-actions code{max-width:20rem;padding:.65rem .8rem;overflow:hidden;text-overflow:ellipsis;border:1px solid rgba(255,255,255,.15);border-radius:.7rem;color:#ffffffbf;font-family:inherit;font-size:.68rem;white-space:nowrap}.profile-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(18rem,.6fr);align-items:start;gap:1rem}.settings-form{padding:1.5rem}.settings-form>.alert{margin-top:1rem}.avatar-editor{margin:1.4rem 0;padding:1rem;display:flex;align-items:center;gap:.9rem;border-radius:.9rem;background:#f1f2ec}.avatar-editor>span{width:3.6rem;height:3.6rem;display:grid;place-items:center;border-radius:1rem;color:#fff;background:linear-gradient(145deg,#577962,var(--forest));font-family:Unbounded}.avatar-editor>div{display:flex;flex-direction:column}.avatar-editor b{font-size:.8rem}.avatar-editor small{margin-top:.25rem;color:var(--muted);font-size:.67rem}.form-footer{margin-top:1.2rem;padding-top:1.2rem;display:flex;justify-content:flex-end;border-top:1px solid var(--line)}.profile-preview-wrap{position:sticky;top:1.5rem}.profile-preview-wrap>p{margin:.1rem 0 .6rem;color:var(--muted);font-size:.68rem;text-align:center}.profile-preview{position:relative;padding:0 1.2rem 1.2rem;border:1px solid var(--line);border-radius:1.25rem;background:var(--paper);overflow:hidden}.preview-cover{height:6.5rem;margin:0 -1.2rem;background:radial-gradient(circle at 72% 20%,var(--lime),transparent 6rem),linear-gradient(140deg,#173e2d,#5e7d65)}.preview-avatar{width:4rem;height:4rem;margin-top:-2rem;display:grid;place-items:center;border:4px solid var(--paper);border-radius:1.2rem;color:#fff;background:#3f684d;font-family:Unbounded}.profile-preview .eyebrow{margin-top:1rem}.profile-preview h2{margin:.4rem 0 .2rem;font-family:Unbounded;font-size:1.3rem;letter-spacing:-.04em}.profile-preview>b{font-size:.75rem}.profile-preview>p:not(.eyebrow){min-height:3.4rem;margin:.7rem 0 1rem;color:var(--muted);font-size:.72rem;line-height:1.55}.services-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.service-card{min-width:0;display:grid;grid-template-columns:8rem 1fr;border:1px solid var(--line);border-radius:1.1rem;background:var(--paper);overflow:hidden;transition:opacity .2s,transform .2s}.service-card:hover{transform:translateY(-2px)}.service-card.inactive{opacity:.65}.service-art{position:relative;min-height:15rem;padding:1rem;display:flex;flex-direction:column;justify-content:space-between;color:#264c37;background:#dce8cf;overflow:hidden}.service-art:before{content:"";position:absolute;width:8rem;height:8rem;right:-3rem;bottom:-2rem;border:1px solid currentColor;border-radius:50%;opacity:.22}.service-art>span{font-family:Unbounded;font-size:.65rem}.service-art>svg{width:2rem;height:2rem}.service-art.art-1{color:#72503b;background:#f1d7c2}.service-art.art-2{color:#554a72;background:#ddd8ec}.service-art.art-3{color:#6f6238;background:#ede4b7}.service-body{min-width:0;padding:1.15rem;display:flex;flex-direction:column}.service-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.7rem}.service-title-row h2{margin:0 0 .4rem;font-size:1rem}.visibility-badge{display:flex;align-items:center;gap:.3rem;color:#63806b;font-size:.6rem}.visibility-badge i{width:.4rem;height:.4rem;border-radius:50%;background:#55a16f}.visibility-badge.hidden{color:#8a8f8a}.visibility-badge.hidden i{background:#aaa}.card-actions{display:flex;gap:.3rem}.card-actions .icon-button{width:2rem;height:2rem}.service-body>p{margin:.9rem 0;color:var(--muted);font-size:.72rem;line-height:1.55}.service-meta{margin-top:auto;padding-top:.8rem;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e8e9e3}.service-meta span{display:flex;align-items:center;gap:.35rem;color:#6d766f;font-size:.68rem}.service-meta svg{width:.9rem}.service-meta strong{font-size:.85rem}.switch-row{margin-top:.8rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;color:#647067;font-size:.67rem;cursor:pointer}.switch-row input,.day-toggle input{position:absolute;opacity:0;pointer-events:none}.switch-row>i,.day-toggle>i{position:relative;width:2.3rem;height:1.3rem;flex:none;border-radius:1rem;background:#cfd3cc;transition:background .2s}.switch-row>i:after,.day-toggle>i:after{content:"";position:absolute;width:.9rem;height:.9rem;left:.2rem;top:.2rem;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000029;transition:transform .2s}.switch-row input:checked+i,.day-toggle input:checked+i{background:var(--forest)}.switch-row input:checked+i:after,.day-toggle input:checked+i:after{transform:translate(1rem)}.modal-backdrop{position:fixed;inset:0;z-index:40;padding:1rem;display:grid;place-items:center;background:#11211880;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:fade .18s ease}@keyframes fade{0%{opacity:0}}.modal{width:min(100%,34rem);max-height:calc(100vh - 2rem);padding:1.5rem;border-radius:1.2rem;background:var(--paper);box-shadow:0 30px 90px #0a1c114d;overflow:auto}.modal-heading{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.2rem}.modal-heading h2{margin:.3rem 0 0;font-family:Unbounded;font-size:1.35rem;letter-spacing:-.04em}.modal form{display:flex;flex-direction:column;gap:1rem}.price-field>div{position:relative}.price-field input{padding-right:2.5rem}.price-field b{position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.dialog-switch{margin:0;padding:1rem;border-radius:.85rem;background:#f0f2e9}.dialog-switch>span{display:flex;flex-direction:column}.dialog-switch b{color:var(--ink);font-size:.76rem}.dialog-switch small{margin-top:.2rem;color:var(--muted);font-size:.63rem}.modal-actions{padding-top:.3rem;display:flex;justify-content:flex-end;gap:.6rem}.schedule-layout{display:grid;grid-template-columns:minmax(0,1fr) 19rem;align-items:start;gap:1rem}.schedule-panel{padding:1.5rem}.schedule-days{margin-top:1rem}.schedule-day{min-height:4.6rem;padding:.75rem 0;display:flex;align-items:center;justify-content:space-between;gap:1rem;border-top:1px solid #e7e9e2}.schedule-day.off{opacity:.65}.day-toggle{min-width:12rem;display:flex;align-items:center;gap:.8rem;cursor:pointer}.day-toggle>span{display:flex;flex-direction:column}.day-toggle b{font-size:.78rem}.day-toggle small{margin-top:.2rem;color:var(--muted);font-size:.62rem}.time-range{display:flex;align-items:flex-end;gap:.65rem}.time-range label{display:flex;flex-direction:column;gap:.25rem;color:var(--muted);font-size:.58rem}.time-range input{width:7.2rem;padding:.58rem .65rem;border:1px solid #cfd4cc;border-radius:.65rem;background:#fff}.time-range em{padding-bottom:.6rem;color:#9ba19c;font-style:normal}.schedule-tip{position:sticky;top:1.5rem;padding:1.5rem;background:#e5edd7}.tip-icon{width:2.8rem;height:2.8rem;display:grid;place-items:center;border-radius:.85rem;color:var(--forest);background:var(--lime)}.schedule-tip h2{margin:1.1rem 0 .5rem;font-family:Unbounded;font-size:1rem}.schedule-tip>p{margin:0;color:#607064;font-size:.72rem;line-height:1.6}.schedule-tip ul{margin:1.1rem 0 0;padding:0;display:flex;flex-direction:column;gap:.65rem;list-style:none}.schedule-tip li{display:flex;align-items:center;gap:.55rem;font-size:.68rem}.schedule-tip li svg{width:.9rem;color:#467157}.mobile-sticky-save{display:none}.filter-tabs{display:flex;gap:.4rem;overflow-x:auto}.filter-tabs button{padding:.65rem .85rem;display:flex;align-items:center;gap:.45rem;border:1px solid var(--line);border-radius:.75rem;background:var(--paper);color:#68736c;font-size:.72rem;font-weight:700;cursor:pointer;white-space:nowrap}.filter-tabs button span{min-width:1.15rem;padding:.1rem .3rem;border-radius:1rem;background:#eaebe6;font-size:.55rem}.filter-tabs button.active{color:#fff;border-color:var(--forest);background:var(--forest)}.filter-tabs button.active span{background:#ffffff26}.booking-cards{display:flex;flex-direction:column;gap:.75rem}.booking-card{display:grid;grid-template-columns:5.5rem 1fr;border:1px solid var(--line);border-radius:1rem;background:var(--paper);overflow:hidden}.booking-date-box{padding:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;background:var(--forest)}.booking-date-box strong{font-family:Unbounded;font-size:1.6rem}.booking-date-box span{text-transform:uppercase;font-size:.62rem}.booking-date-box small{margin-top:.65rem;padding-top:.65rem;border-top:1px solid rgba(255,255,255,.2);font-size:.75rem}.booking-main{min-width:0;padding:1rem 1.2rem}.booking-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.booking-card-head h2{margin:0;font-size:.95rem}.booking-card-head a{display:inline-block;margin-top:.2rem;color:#4e765e;font-size:.66rem;text-decoration:none}.booking-details{margin-top:.8rem;display:flex;align-items:center;gap:1rem}.booking-details span{display:flex;align-items:center;gap:.35rem;color:#68736c;font-size:.68rem}.booking-details svg{width:.9rem}.booking-details strong{margin-left:auto;font-size:.8rem}.booking-comment{margin:.8rem 0 0;padding:.65rem .8rem;border-radius:.65rem;color:#657068;background:#f0f1eb;font-size:.66rem}.booking-card-actions{margin-top:.85rem;padding-top:.8rem;display:flex;align-items:center;gap:.55rem;border-top:1px solid #e8e9e3}.danger-text{margin-left:auto;color:var(--danger)}.share-banner{grid-template-columns:3.5rem minmax(10rem,.58fr) minmax(0,1.42fr)}.share-copy{min-width:0}.share-channels{min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.share-channel{min-width:0;padding:.72rem;display:flex;flex-direction:column;gap:.6rem;border:1px solid rgba(255,255,255,.16);border-radius:.9rem;background:#ffffff12}.share-channel-head{display:flex;align-items:center;gap:.6rem}.share-channel-head>span:last-child{min-width:0;display:flex;flex-direction:column}.share-channel-head b{font-size:.72rem}.share-channel-head small{margin-top:.1rem;color:#ffffff94;font-size:.57rem}.share-channel-icon{width:2rem;height:2rem;display:grid;place-items:center;flex:none;border-radius:.6rem;color:var(--forest);background:#fff}.share-channel-icon.telegram{color:#fff;background:#2aabee}.share-channel-icon svg{width:1rem}.share-channel code{width:100%;padding:.5rem .6rem;overflow:hidden;text-overflow:ellipsis;border:1px solid rgba(255,255,255,.12);border-radius:.55rem;color:#ffffffc7;font-family:inherit;font-size:.6rem;white-space:nowrap}.share-channel-actions{display:grid;grid-template-columns:1fr 1fr;gap:.45rem}.share-channel-actions .button{min-width:0;min-height:2.35rem;padding:.48rem .55rem;font-size:.63rem;text-decoration:none}.share-open-button{color:#fff;border-color:#ffffff3d;background:#ffffff14}.share-open-button:hover:not(:disabled){background:#ffffff29}.public-page{min-height:100vh;padding:1.25rem clamp(1rem,4vw,4rem) 2rem;background:radial-gradient(circle at 13% 25%,rgba(213,239,117,.25),transparent 25rem),#f2f2ec}.public-header{max-width:1250px;height:3.5rem;margin:auto;display:flex;align-items:center;justify-content:space-between}.public-header>span{display:flex;align-items:center;gap:.4rem;color:#637168;font-size:.68rem;font-weight:700}.public-header>span i{width:.45rem;height:.45rem;border-radius:50%;background:#53a06c}.public-booking-page .public-layout{margin-block:0}.public-booking-loading{display:grid;place-items:center}.public-layout{max-width:1100px;margin:3rem auto;display:grid;grid-template-columns:21rem minmax(0,1fr);align-items:start;gap:1.2rem}.provider-card{position:sticky;top:1.2rem;padding:0 1.4rem 1.4rem;border:1px solid var(--line);border-radius:1.3rem;background:var(--paper);overflow:hidden}.provider-cover{height:8rem;margin:0 -1.4rem;background:linear-gradient(145deg,#1c4934,#69866d);overflow:hidden}.cover-shape{width:12rem;height:12rem;display:block;margin:-5rem 0 0 10rem;border:1px solid rgba(213,239,117,.45);border-radius:50%;box-shadow:0 0 0 2rem #d5ef750d,0 0 0 4rem #d5ef750d}.provider-avatar{width:5rem;height:5rem;margin-top:-2.5rem;display:grid;place-items:center;border:5px solid var(--paper);border-radius:1.35rem;color:#fff;background:linear-gradient(145deg,#4d7459,var(--forest));font-family:Unbounded;font-size:1.4rem}.provider-card>.eyebrow{margin-top:1.2rem}.provider-card h1{margin:.45rem 0 .2rem;font-family:Unbounded;font-size:1.55rem;line-height:1.1;letter-spacing:-.05em}.provider-card:not(.provider-card-with-photo) h1{margin-top:1.2rem}.provider-card>b{font-size:.78rem}.provider-card>p:not(.eyebrow){margin:.9rem 0 1.2rem;color:var(--muted);font-size:.75rem;line-height:1.6}.provider-facts{padding-top:1rem;display:grid;grid-template-columns:1fr 1fr;gap:.7rem;border-top:1px solid var(--line)}.provider-facts>span{display:grid;grid-template-columns:auto 1fr;gap:.1rem .4rem}.provider-facts svg{grid-row:1/3;width:.9rem;color:#4d765b}.provider-facts b{font-size:.62rem}.provider-facts small{color:var(--muted);font-size:.55rem}.booking-widget{min-height:36rem;padding:1.5rem;border:1px solid var(--line);border-radius:1.3rem;background:var(--paper);box-shadow:0 20px 60px #1c392812}.booking-widget-head{display:flex;align-items:center;justify-content:space-between}.widget-back{border:0;background:#f0f1eb}.booking-widget-head>div{display:flex;align-items:center;gap:.8rem}.booking-widget-head p{margin:0;color:var(--muted);font-size:.62rem}.step-dots{display:flex;gap:.22rem;margin-top:.3rem}.step-dots i{width:1.4rem;height:.2rem;border-radius:1rem;background:#dfe2da}.step-dots i.active{background:var(--forest)}.booking-widget>.alert{margin-top:1rem}.booking-step{margin-top:2rem}.step-title h2{margin:.45rem 0 .25rem;font-family:Unbounded;font-size:1.55rem;letter-spacing:-.05em}.step-title>p:last-child{margin:0;color:var(--muted);font-size:.74rem}.public-services{display:flex;flex-direction:column;margin-top:1.3rem}.public-services>button{min-height:5.4rem;padding:1rem .3rem;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:1rem;border:0;border-top:1px solid #e7e9e2;background:none;text-align:left;cursor:pointer}.public-services>button:hover{padding-inline:.8rem;border-radius:.8rem;background:#f3f4ee}.public-services>button>span{display:flex;flex-direction:column}.public-services b{font-size:.85rem}.public-services small{margin-top:.25rem;color:var(--muted);font-size:.65rem}.public-services em{margin-top:.5rem;display:flex;align-items:center;gap:.25rem;color:#51705d;font-size:.6rem;font-style:normal}.public-services em svg{width:.8rem}.public-services strong{font-size:.8rem;white-space:nowrap}.public-services>button>svg{width:.8rem;color:#8f9691}.selection-summary{padding:1rem;display:grid;grid-template-columns:2.6rem 1fr auto;align-items:center;gap:.75rem;border-radius:.9rem;background:#eef1e7}.selection-summary>span{width:2.5rem;height:2.5rem;display:grid;place-items:center;border-radius:.75rem;color:var(--forest);background:var(--lime)}.selection-summary>span svg{width:1.05rem}.selection-summary>div{display:flex;flex-direction:column}.selection-summary small{color:#68736c;font-size:.57rem}.selection-summary b{margin-top:.15rem;font-size:.75rem}.selection-summary em{margin-top:.15rem;color:#68736c;font-size:.6rem;font-style:normal}.selection-summary>button{border:0;background:none;color:#4c755a;font-size:.62rem;font-weight:700;cursor:pointer}.date-grid{margin-top:1.2rem;display:grid;grid-template-columns:repeat(7,1fr);gap:.45rem}.date-grid button{min-height:5rem;padding:.55rem .25rem;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:.75rem;background:#fff;cursor:pointer}.date-grid button:hover{color:#fff;border-color:var(--forest);background:var(--forest)}.date-grid span{font-size:.55rem;text-transform:uppercase}.date-grid strong{margin:.2rem 0;font-family:Unbounded;font-size:1rem}.date-grid small{font-size:.55rem}.slots-grid{margin-top:1.2rem;display:grid;grid-template-columns:repeat(4,1fr);gap:.55rem}.slots-grid button{min-height:3rem;border:1px solid #bfcac0;border-radius:.7rem;color:var(--forest);background:#fff;font-size:.78rem;font-weight:750;cursor:pointer}.slots-grid button:hover{color:#fff;border-color:var(--forest);background:var(--forest)}.contact-fields{margin:1.2rem 0;display:grid;gap:.9rem}.confirmation{padding:1rem 1rem 0;text-align:center}.success-mark{position:relative;width:5rem;height:5rem;margin:1rem auto 1.5rem;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--forest)}.success-mark>svg{width:2rem}.success-mark span{position:absolute;inset:-.5rem;border:1px solid rgba(23,62,45,.16);border-radius:50%}.success-mark span:last-child{inset:-1rem;opacity:.5}.confirmation h2{margin:.5rem 0;font-family:Unbounded;font-size:2rem;letter-spacing:-.05em}.confirmation>p:not(.eyebrow){margin:.5rem auto 1.3rem;color:var(--muted);font-size:.78rem}.confirmation-ticket{padding:1rem;display:grid;grid-template-columns:1fr 1fr;gap:1rem;border:1px dashed #bcc6bd;border-radius:1rem;background:#f8f8f3;text-align:left}.confirmation-ticket>div{display:flex;flex-direction:column}.confirmation-ticket small{color:var(--muted);font-size:.58rem}.confirmation-ticket b{margin-top:.2rem;font-size:.75rem}.public-footer{max-width:1100px;margin:2rem auto 0;display:flex;align-items:center;justify-content:center;gap:.45rem;color:#88918b;font-size:.65rem}.public-error{max-width:40rem;margin:5rem auto;border:1px solid var(--line);border-radius:1.2rem;background:var(--paper)}.full-loader{min-height:100vh;padding:1.5rem;display:flex;flex-direction:column}.full-loader .loader{flex:1}.public-services>button.with-photo{grid-template-columns:4rem minmax(0,1fr) auto auto}.public-service-photo{width:4rem;height:4rem;display:block;flex:none;border:1px solid var(--theme-border-soft);border-radius:.75rem;object-fit:cover}.public-services .public-service-photo-placeholder{display:grid;place-items:center;color:var(--theme-text-subtle);background:var(--theme-surface-soft)}.public-service-photo-placeholder svg{width:1.35rem;height:1.35rem}.public-date-calendar-head{margin-top:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.public-date-calendar-head h3{margin:0;font-size:1rem;font-weight:750;text-transform:capitalize}.public-date-calendar-head>div{display:flex;gap:.4rem}.public-date-calendar-head button{width:2.35rem;height:2.35rem;padding:0;display:grid;place-items:center;border:1px solid var(--theme-border);border-radius:50%;color:var(--theme-accent);background:var(--theme-surface-soft);cursor:pointer}.public-date-calendar-head button:disabled{opacity:.35;cursor:default}.public-date-calendar-head svg{width:1rem}.date-grid.public-date-grid{margin-top:.65rem;grid-template-columns:repeat(7,minmax(0,1fr));gap:.38rem}.public-date-grid button{min-width:0;min-height:4.65rem}.public-date-grid button.working{border-color:var(--theme-accent);color:var(--theme-accent);background:var(--theme-selection)}.public-date-grid button.closed{border-color:var(--theme-border-soft);color:var(--theme-text-subtle);background:var(--theme-surface-soft);opacity:.55;cursor:default}.public-date-grid button.closed:hover{border-color:var(--theme-border-soft);color:var(--theme-text-subtle);background:var(--theme-surface-soft)}.public-comment-field{min-height:3.15rem!important;resize:none!important;overflow-y:hidden}@media(max-width:1100px){.hero{grid-template-columns:minmax(0,1fr) minmax(24rem,.8fr);gap:2rem}.hero-copy h1{font-size:clamp(3rem,6vw,5rem)}.floating-card{display:none}.stats-grid{grid-template-columns:repeat(2,1fr)}.services-grid,.overview-grid{grid-template-columns:1fr}.setup-panel{order:-1}.schedule-layout{grid-template-columns:1fr}.schedule-tip{position:static}.share-banner{grid-template-columns:3.5rem 1fr}.share-actions{grid-column:1/-1}.profile-layout{grid-template-columns:minmax(0,1fr) 17rem}}@media(max-width:850px){.landing-shell{padding-inline:1.2rem}.hero{min-height:auto;grid-template-columns:1fr;padding-top:4.5rem}.hero-copy{max-width:43rem}.hero-visual{min-height:34rem}.benefits{margin-top:2rem}.onboarding-layout{grid-template-columns:1fr;padding-top:2rem}.onboarding-copy{text-align:center}.onboarding-copy .back-link{float:left}.onboarding-copy>p:not(.eyebrow){margin-inline:auto}.onboarding-steps{justify-content:center}.onboarding-form{width:min(100%,34rem);margin:auto}.dashboard-shell{display:block}.sidebar{display:none}.dashboard-main{min-height:100vh;padding-bottom:5.5rem}.dashboard-topbar{height:4.5rem;position:sticky;top:0;z-index:9;padding-inline:1rem}.mobile-brand{margin:0;display:flex;align-items:center;gap:.55rem;font-size:.9rem;font-weight:800}.mobile-brand .brand-mark{width:1.8rem;border-radius:.55rem;font-size:.65rem}.breadcrumbs{display:none}.top-avatar{display:grid}.bottom-nav{position:fixed;z-index:20;inset:auto 0 0;min-height:4.8rem;padding:.45rem max(.45rem,env(safe-area-inset-right)) max(.45rem,env(safe-area-inset-bottom)) max(.45rem,env(safe-area-inset-left));display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line);background:#fffdf8f2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.bottom-nav button{padding:.2rem;display:flex;flex-direction:column;align-items:center;gap:.22rem;border:0;background:none;color:#7b847e;cursor:pointer}.bottom-nav button>span{position:relative;height:1.65rem;display:grid;place-items:center}.bottom-nav svg{width:1.15rem}.bottom-nav small{font-size:.55rem}.bottom-nav button.active{color:var(--forest);font-weight:800}.bottom-nav button.active>span:before{content:"";position:absolute;width:2.2rem;height:1.65rem;z-index:-1;border-radius:.65rem;background:#e1ead4}.bottom-nav button b{position:absolute;width:.4rem;height:.4rem;right:-.1rem;top:.05rem;border:1px solid #fff;border-radius:50%;background:#c85e50}.dashboard-content{padding:1.6rem 1rem 2rem}.section-heading{align-items:flex-start}.profile-layout{grid-template-columns:1fr}.profile-preview-wrap{position:static}.profile-preview-wrap>p{margin-top:1rem}.public-layout{grid-template-columns:1fr;max-width:43rem;margin-top:1.5rem}.provider-card{position:relative;top:auto}.provider-cover{height:6.5rem}.provider-facts{max-width:20rem}.booking-widget{min-height:30rem}.public-footer{margin-bottom:1rem}}@media(max-width:640px){.landing-nav .live-pill{display:none}.landing-nav-actions .button{font-size:.72rem}.hero{padding:3.5rem 0 1rem}.hero-copy h1{font-size:clamp(2.65rem,13.5vw,4rem);line-height:.96}.hero-lead{font-size:.95rem}.hero-actions{display:grid}.hero-actions .button{width:100%}.hero-proof{margin-top:1.4rem}.hero-visual{min-height:30rem;margin-inline:-.5rem}.orb-one{width:26rem;height:26rem}.phone-card{width:20rem;min-height:29rem;border-radius:1.6rem}.phone-kicker{margin-top:2rem}.phone-card>h2{font-size:1.55rem}.benefits{grid-template-columns:1fr}.benefits article,.benefits article:first-child{padding:1rem 0;border-right:0;border-bottom:1px solid rgba(23,62,45,.16)}.benefits article:last-child{border:0}.centered-page,.onboarding-page{padding-inline:1rem}.search-card{margin:2rem auto;padding:1.2rem;border-radius:1.2rem}.search-illustration{margin-top:2rem}.search-card h1{font-size:1.55rem}.code-form{grid-template-columns:1fr}.onboarding-brand{height:3rem}.onboarding-layout{display:block;padding-top:2rem}.onboarding-copy .eyebrow{margin-top:3.5rem}.onboarding-copy h1{font-size:2.45rem}.onboarding-copy>p:not(.eyebrow){font-size:.88rem}.onboarding-steps{margin:1.5rem 0 2rem;gap:.65rem}.onboarding-steps li{font-size:.6rem}.onboarding-form{padding:1.2rem;border-radius:1.1rem}.form-grid{grid-template-columns:1fr}.field-full{grid-column:auto}.section-heading{display:block}.section-heading>.button{width:100%;margin-top:1rem}.section-heading h1{font-size:1.8rem}.desktop-action{display:none}.stats-grid{grid-template-columns:repeat(2,1fr);gap:.6rem}.stat-card{min-height:8.5rem;padding:.9rem}.stat-card>strong{font-size:1.65rem}.stat-card .money-stat{font-size:1.15rem}.panel{padding:1rem}.panel-heading{gap:.5rem}.booking-row{grid-template-columns:3.9rem 2.25rem 1fr auto;gap:.5rem}.booking-time span,.booking-price{display:none}.booking-row .status-chip{grid-column:3/5;margin-left:0}.share-banner{grid-template-columns:2.8rem 1fr;padding:1rem}.share-art{width:2.8rem;height:2.8rem}.share-copy h2{font-size:.85rem}.share-actions{min-width:0;display:grid;grid-template-columns:1fr auto}.share-actions code{min-width:0}.settings-form{padding:1rem}.avatar-editor{align-items:flex-start}.avatar-editor small{line-height:1.4}.services-grid{gap:.7rem}.service-card{grid-template-columns:5.5rem 1fr}.service-art{min-height:14rem;padding:.8rem}.service-body{padding:.9rem}.service-title-row{display:block}.card-actions{position:absolute;right:1.8rem;margin-top:-.25rem}.service-title-row>div:first-child{padding-right:4.3rem}.schedule-panel{padding:1rem}.schedule-day{align-items:flex-start;flex-direction:column}.day-toggle{min-width:0}.time-range{width:100%}.time-range label{flex:1}.time-range input{width:100%}.schedule-tip{display:none}.section-heading>.button:has(.spinner),.section-heading>.button{margin-top:1rem}.mobile-sticky-save{position:sticky;bottom:5.1rem;z-index:5;display:block;padding:.6rem;background:linear-gradient(transparent,#f4f4ef 30%)}.filter-tabs{margin-inline:-1rem;padding-inline:1rem}.booking-card{grid-template-columns:4.3rem 1fr}.booking-date-box{padding:.65rem}.booking-main{padding:.85rem}.booking-details{flex-wrap:wrap;gap:.55rem}.booking-details strong{margin-left:0}.booking-card-actions{flex-wrap:wrap}.danger-text{margin-left:0;padding:.5rem}.share-top{font-size:0;width:2.55rem;padding:0}.share-top svg{width:1rem}.public-page{padding-inline:.75rem}.public-header{padding-inline:.4rem}.public-layout{margin-top:1rem}.provider-card{padding:0 1rem 1rem}.provider-cover{margin-inline:-1rem}.provider-avatar{width:4.2rem;height:4.2rem;margin-top:-2.1rem}.provider-card h1{font-size:1.3rem}.provider-card>p:not(.eyebrow){margin-bottom:.8rem}.booking-widget{padding:1rem;border-radius:1rem}.booking-step{margin-top:1.4rem}.step-title h2{font-size:1.3rem}.selection-summary{grid-template-columns:2.4rem 1fr auto;padding:.75rem}.selection-summary>span{width:2.3rem;height:2.3rem}.date-grid{grid-template-columns:repeat(4,1fr)}.slots-grid{grid-template-columns:repeat(3,1fr)}.public-services>button{gap:.5rem}.public-services small{max-width:15rem}.confirmation{padding-inline:0}.confirmation-ticket{gap:.7rem}.modal-backdrop{padding:.5rem;align-items:end}.modal{max-height:94vh;padding:1.1rem;border-radius:1.1rem 1.1rem .4rem .4rem}.modal-actions{display:grid;grid-template-columns:1fr 1fr}.toast{right:1rem;bottom:6rem;left:1rem;justify-content:center}}@media(max-width:380px){.hero-copy h1{font-size:2.55rem}.stats-grid,.service-card{grid-template-columns:1fr}.service-art{min-height:5.5rem}.date-grid{grid-template-columns:repeat(3,1fr)}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}@media(max-width:1100px){.share-channels{grid-column:1/-1}}@media(max-width:640px){.share-channels{grid-template-columns:1fr}.share-channel{padding:.7rem}.share-channel-actions .button{font-size:.66rem}}.managed-page{min-height:100vh;min-height:100dvh;padding:max(1rem,env(safe-area-inset-top)) clamp(1rem,4vw,4rem) calc(6.75rem + env(safe-area-inset-bottom));background:radial-gradient(circle at 50% 10%,rgba(213,239,117,.28),transparent 27rem),var(--cream)}.managed-page>.managed-card{width:min(100%,34rem);min-height:26rem;margin:clamp(.5rem,4vh,2rem) auto 0;padding:1.5rem;border:1px solid var(--line);border-radius:1.4rem;background:var(--paper);box-shadow:var(--shadow);text-align:center}.managed-card>.loader{min-height:20rem}.managed-card h1{margin:.55rem 0 .3rem;font-family:Unbounded;font-size:1.65rem;letter-spacing:-.05em}.managed-client{margin:0 0 1.4rem;color:var(--muted);font-size:.82rem}.managed-card .confirmation-ticket{margin:1.2rem 0}.managed-card .alert{margin:1rem 0;text-align:center}.managed-status{width:max-content;margin:0 auto 1.5rem;padding:.45rem .75rem;display:flex;align-items:center;gap:.4rem;border-radius:2rem;color:#41694d;background:#e4efdc;font-size:.68rem;font-weight:800}.managed-status svg{width:.9rem}.managed-status.cancelled,.managed-status.no_show{color:#914e48;background:#f5e2de}.managed-actions{position:fixed;z-index:30;left:50%;bottom:0;width:min(100%,34rem);min-height:4.75rem;padding:.6rem max(.75rem,env(safe-area-inset-right)) max(.6rem,env(safe-area-inset-bottom)) max(.75rem,env(safe-area-inset-left));display:grid;grid-template-columns:minmax(0,1fr);gap:.55rem;border:0;border-top:1px solid var(--theme-border);background:color-mix(in srgb,var(--theme-dashboard) 94%,transparent);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);transform:translate(-50%)}.managed-actions--split{grid-template-columns:minmax(7.25rem,.38fr) minmax(0,1fr)}.managed-actions>.button{width:100%;min-width:0;min-height:3.4rem;margin:0}.managed-actions .danger-button{margin-top:0;color:var(--danger);border-color:var(--theme-danger-border)}.managed-cancel-confirm{min-height:3.4rem;margin:0}.confirmation{padding:.35rem .5rem 0}.confirmation .success-mark{width:4.4rem;height:4.4rem;margin:.35rem auto 1rem}.confirmation h2{margin:.35rem 0;font-size:1.8rem}.confirmation>p:not(.eyebrow){margin:.35rem auto .9rem}.confirmation>.confirmation-ticket{margin-bottom:0}.confirmation-actions{margin-top:.8rem;display:grid;gap:.55rem}.confirmation-actions>.button{margin:0}@media(max-width:640px){.managed-page{padding-inline:.75rem;padding-bottom:calc(6.4rem + env(safe-area-inset-bottom))}.managed-page>.managed-card{margin-top:.25rem;padding:1.1rem;border-radius:1rem}.managed-card h1{font-size:1.35rem}.managed-actions--split{grid-template-columns:minmax(6.5rem,.34fr) minmax(0,1fr)}.managed-cancel-confirm>span{display:none}.confirmation{padding-inline:0}}.alert{animation:notice-in .2s ease,notice-out .2s ease 4s forwards}.toast{animation:toast-in .2s ease,toast-out .2s ease 3s forwards}.toast-error{background:#943f37}@keyframes notice-in{0%{opacity:0;transform:translateY(-.35rem)}}@keyframes notice-out{to{opacity:0;transform:translateY(-.25rem)}}@keyframes toast-out{to{opacity:0;transform:translateY(.4rem)}}.icon-button,.button-small{min-width:2.75rem;min-height:2.75rem}.dashboard-content{padding:1.5rem clamp(1rem,3vw,2.7rem) 2.5rem}.section-stack{gap:1rem}.panel,.settings-form,.schedule-panel{padding:1.1rem}.stats-grid,.overview-grid,.services-grid{gap:.75rem}.search-card{margin:2.5rem auto;padding:1.5rem}.client-search-card>.alert{margin-top:1rem}.client-search-card>p:not(.eyebrow){margin-bottom:0}.code-form{margin-top:1.2rem;display:grid;grid-template-columns:1fr;align-items:stretch;gap:.9rem}.code-form .field small{align-self:flex-start;line-height:1.45}.code-form-actions{display:grid;grid-template-columns:minmax(7.5rem,.38fr) minmax(0,1fr);gap:.65rem}.client-back-button{padding-inline:.8rem;border-radius:.78rem}.topbar-actions{gap:0}.header-web-link svg{display:block;width:1rem;height:1rem;margin:0}.profile-layout-single{grid-template-columns:minmax(0,1fr)}.avatar-editor{margin:.9rem 0}.profile-photo-preview{width:4.25rem;height:4.25rem;display:grid;place-items:center;flex:0 0 4.25rem;overflow:hidden;border-radius:1rem;color:#fff;background:linear-gradient(145deg,#577962,var(--forest));font-family:Unbounded,sans-serif}.profile-photo-preview img{width:100%;height:100%;display:block;object-fit:cover}.avatar-editor-copy{min-width:0;display:flex;flex:1;flex-direction:column}.avatar-editor-actions{margin-top:.65rem;display:flex;align-items:center;flex-wrap:wrap;gap:.65rem}.avatar-editor-actions label{cursor:pointer}.avatar-editor-actions label.disabled{opacity:.55;cursor:wait}.avatar-editor-actions input[type=file]{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.danger-zone{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-color:#e5cbc5}.danger-zone h2{margin:0;font-size:1rem}.danger-zone p{margin:.3rem 0 0;color:var(--muted);font-size:.74rem;line-height:1.5}.danger-button{color:var(--danger);border-color:#dfbbb4;background:#fff8f5}.delete-profile-dialog>form>p{margin:0;color:var(--muted);font-size:.82rem;line-height:1.55}.setup-dismiss{min-width:auto;min-height:2.25rem;padding:.35rem .55rem}.setup-panel-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.35rem}.overview-grid-wide{grid-template-columns:minmax(0,1fr)}.service-title-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start}.card-actions{position:static;margin:0;flex:none}.card-actions .icon-button{width:2.75rem;height:2.75rem}.card-actions .icon-button svg{width:1rem;height:1rem;display:block}.schedule-days{margin-top:.65rem}.schedule-day{min-height:auto;padding:.5rem 0;gap:.65rem}.schedule-day.off{padding-block:.3rem}.day-toggle,.time-range input{min-height:2.75rem}.public-layout{margin-block:1.75rem}.booking-widget{min-height:auto;padding:1.25rem}.booking-widget-head{justify-content:flex-end}.booking-step{margin-top:1.2rem}.public-services{margin-top:.8rem}.public-services>button{min-height:4.5rem;padding-block:.75rem}.booking-step>.modal-actions,.contact-step>.modal-actions{display:grid;grid-template-columns:minmax(7.5rem,.38fr) minmax(0,1fr);gap:.65rem}.booking-step>.modal-actions .button,.contact-step>.modal-actions .button{min-width:0;padding-inline:.75rem;border-radius:.78rem}.provider-avatar:has(img){background:var(--paper)}.provider-avatar img{width:100%;height:100%;display:block;object-fit:cover;border-radius:calc(1.35rem - 5px)}.managed-card{min-height:auto;margin-top:2rem;padding:1.5rem}@media(max-width:850px){.dashboard-content{padding:1rem .75rem 1.25rem}.share-top{width:2.75rem;min-width:2.75rem;min-height:2.75rem;padding:0;gap:0;flex:0 0 2.75rem}.share-top span{display:none}.share-top svg{width:1rem;height:1rem;margin:0}}@media(max-width:640px){.panel,.settings-form,.schedule-panel{padding:.9rem}.section-stack{gap:.8rem}.section-heading h1{margin-bottom:.2rem}.section-heading>div>p:last-child{font-size:.82rem}.avatar-editor{padding:.8rem;gap:.75rem}.profile-photo-preview{width:3.75rem;height:3.75rem;flex-basis:3.75rem}.danger-zone{align-items:stretch;flex-direction:column}.danger-zone .button{width:100%}.service-title-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem}.service-title-row>div:first-child{padding-right:0}.card-actions{position:static;right:auto;margin:0}.schedule-day{padding:.4rem 0;gap:.4rem}.schedule-day.off{padding-block:.2rem}.day-toggle{width:100%;min-height:2.75rem}.public-layout{margin-block:.75rem}.booking-widget{padding:.9rem}.booking-step{margin-top:.9rem}.public-services>button{min-height:4.25rem}.code-form-actions,.booking-step>.modal-actions,.contact-step>.modal-actions{grid-template-columns:minmax(7.25rem,.42fr) minmax(0,1fr)}.search-card{margin:1.25rem auto;padding:1.1rem}.managed-card{margin-top:1rem;padding:1.1rem}}.setup-page,.setup-flow-page{width:100%;min-width:0;min-height:100vh;min-height:100dvh;margin:0;color:var(--theme-text);background:var(--theme-dashboard)}.specialist-onboarding{--onboarding-ink: var(--theme-text);--onboarding-muted: var(--theme-text-muted);--onboarding-line: var(--theme-border-soft);--onboarding-soft: var(--theme-surface-soft);--onboarding-title-size: clamp(2rem, 9.1vw, 2.75rem);--onboarding-copy-size: .98rem;--onboarding-card-title-size: .92rem;--onboarding-card-copy-size: .7rem;--onboarding-value-size: 1rem;--onboarding-actions-height: 8.3rem;width:100%;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;color:var(--onboarding-ink);background:var(--theme-page)}.specialist-onboarding-topbar{width:min(100%,35rem);min-height:3.25rem;margin-inline:auto;padding:max(.9rem,env(safe-area-inset-top)) 1.3rem .55rem;display:grid;grid-template-columns:minmax(0,1fr);align-items:center}.specialist-onboarding-progress{height:.36rem;overflow:hidden;border-radius:999px;background:var(--theme-border-soft)}.specialist-onboarding-progress span{height:100%;display:block;border-radius:inherit;background:var(--theme-accent);transition:width .32s cubic-bezier(.22,1,.36,1)}.specialist-onboarding-stage{width:min(100%,35rem);margin-inline:auto;padding:clamp(1.4rem,5vh,3.25rem) 1.3rem var(--onboarding-actions-height);flex:1}.specialist-onboarding.has-bottom-back .specialist-onboarding-stage{padding-bottom:var(--onboarding-actions-height)}.specialist-onboarding :where(h1){max-width:15ch;margin:0 auto;color:var(--onboarding-ink);font-size:var(--onboarding-title-size);font-weight:830;line-height:1.04;letter-spacing:-.055em;text-align:center}.specialist-onboarding-intro,.specialist-onboarding-finish,.specialist-onboarding-insight{min-height:min(40rem,calc(100dvh - 13rem));display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.specialist-onboarding-kicker{margin:1.75rem 0 .75rem;color:#5f5f68;font-size:.78rem;font-weight:700;letter-spacing:.01em}.specialist-onboarding-intro>p:last-child,.specialist-onboarding-question>p:not(.specialist-onboarding-inline-error),.specialist-onboarding-finish>p,.specialist-onboarding-insight>p{max-width:30rem;margin:.9rem auto 0;color:var(--onboarding-muted);font-size:var(--onboarding-copy-size);line-height:1.48;text-align:center}.specialist-onboarding-demo{position:relative;width:min(100%,22rem);height:15.2rem;padding:1.1rem;overflow:hidden;border:1px solid #e5e5ea;border-radius:2.15rem;background:linear-gradient(145deg,#faf8ff,#f2f4ff 56%,#f8f8fb);box-shadow:0 22px 60px #2121311a}.specialist-onboarding-demo:before,.specialist-onboarding-demo:after{content:"";position:absolute;border-radius:50%;filter:blur(2px)}.specialist-onboarding-demo:before{width:9rem;height:9rem;right:-2rem;top:-3rem;background:#9b81ff3d}.specialist-onboarding-demo:after{width:7rem;height:7rem;left:-2rem;bottom:-3rem;background:#ffb2be3d}.specialist-onboarding-demo-brand{position:relative;z-index:2;display:flex;align-items:center;gap:.7rem;font-size:1rem}.specialist-onboarding-demo-brand>span{width:2.4rem;height:2.4rem;display:grid;place-items:center;border-radius:.62rem;color:#fff;background:#0b0b0d;font-size:.66rem;font-weight:850}.specialist-onboarding-demo-brand>small{margin-left:auto;padding:.32rem .55rem;border:1px solid var(--theme-border-soft);border-radius:999px;color:var(--onboarding-muted);background:color-mix(in srgb,var(--theme-surface-raised) 78%,transparent);font-size:.58rem;font-weight:750;letter-spacing:.02em}.specialist-onboarding-demo-card{position:absolute;z-index:2;right:1.15rem;left:1.15rem;min-height:4.85rem;padding:.9rem;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;border:1px solid rgba(226,226,232,.9);border-radius:1.35rem;background:#ffffffeb;box-shadow:0 15px 38px #1c1c2a17;text-align:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.specialist-onboarding-demo-card--back{top:4.5rem;transform:rotate(-3deg) scale(.94);opacity:.72}.specialist-onboarding-demo-card--front{top:8.3rem;transform:rotate(1.5deg)}.specialist-onboarding-demo-card span{min-width:0;display:grid;gap:.18rem}.specialist-onboarding-demo-card small{color:#85858d;font-size:.66rem}.specialist-onboarding-demo-card b{overflow:visible;color:#111114;font-size:.76rem;line-height:1.18;text-overflow:clip;white-space:normal}.specialist-onboarding-demo-time{min-width:3rem!important;color:#111114;font-size:1.1rem;font-weight:820;letter-spacing:-.04em}.specialist-onboarding-demo-avatar{width:2.5rem;height:2.5rem;display:block!important;overflow:hidden;border-radius:.85rem;background:#ececf1}.specialist-onboarding-demo-avatar img{width:100%;height:100%;display:block;object-fit:cover}.specialist-onboarding-demo-card i{width:1.85rem;height:1.85rem;display:grid;place-items:center;border-radius:50%;color:#fff;background:#111114}.specialist-onboarding-demo-card i svg{width:.95rem;height:.95rem;stroke-width:2.5}.specialist-onboarding-question{width:100%}.specialist-onboarding-question>h1{max-width:16ch}.specialist-onboarding-input{margin-top:2.15rem;display:grid;gap:.5rem}.specialist-onboarding-input>span,.specialist-onboarding-time label>span{padding-left:.25rem;color:#7a7a82;font-size:.76rem;font-weight:650}.specialist-onboarding-input input{width:100%;min-height:4.65rem;padding:1rem 1.15rem;border:1.5px solid transparent;border-radius:1.4rem;outline:0;color:var(--onboarding-ink);background:var(--onboarding-soft);font-size:1.18rem;font-weight:650}.specialist-onboarding-input input:focus{border-color:#b9b9c1;background:#fff}.specialist-onboarding-input--compact{margin-top:.8rem}.specialist-onboarding-input--compact>small{justify-self:end;padding-right:.25rem;color:#8a8a92;font-size:.72rem}.specialist-onboarding-service-builder,.specialist-onboarding-service-details{margin-top:1.5rem;display:grid;gap:.65rem}.specialist-onboarding-service-inputs{display:grid;gap:.55rem}.specialist-onboarding-service-input{padding:.8rem;display:grid;gap:.7rem;border:1px solid var(--onboarding-line);border-radius:1.25rem;background:#fff}.specialist-onboarding-service-input-head{min-height:2rem;display:flex;align-items:center;justify-content:space-between;gap:.7rem}.specialist-onboarding-service-input-head b{font-size:.76rem;font-weight:780}.specialist-onboarding-service-input-head button{width:2rem;height:2rem;padding:0;display:grid;place-items:center;border:0;border-radius:.7rem;color:var(--onboarding-muted);background:var(--onboarding-soft);cursor:pointer}.specialist-onboarding-service-input-head button svg{width:.85rem;height:.85rem}.specialist-onboarding-service-photo-control{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.55rem}.specialist-onboarding-service-photo-control>label{position:relative;min-width:0;min-height:4.1rem;padding:.5rem .65rem .5rem .5rem;display:grid;grid-template-columns:3.1rem minmax(0,1fr);align-items:center;gap:.72rem;border:1px solid transparent;border-radius:1rem;color:var(--onboarding-ink);background:var(--onboarding-soft);cursor:pointer}.specialist-onboarding-service-photo-preview{position:relative;width:3.1rem;height:3.1rem;display:grid;place-items:center;overflow:visible;border-radius:.85rem;color:var(--onboarding-muted);background:var(--theme-surface)}.specialist-onboarding-service-photo-preview>img{width:100%;height:100%;display:block;overflow:hidden;border-radius:inherit;object-fit:cover}.specialist-onboarding-service-photo-preview>svg{width:1.15rem;height:1.15rem}.specialist-onboarding-service-photo-preview>i{position:absolute;right:-.22rem;bottom:-.22rem;width:1.25rem;height:1.25rem;display:grid;place-items:center;border:2px solid var(--onboarding-soft);border-radius:50%;color:var(--theme-on-primary);background:var(--theme-primary)}.specialist-onboarding-service-photo-preview>i svg{width:.62rem;height:.62rem;stroke-width:2.5}.specialist-onboarding-service-photo-control>label>span:nth-child(2){min-width:0;display:grid;gap:.12rem;text-align:center}.specialist-onboarding-service-photo-control>label b{font-size:.78rem}.specialist-onboarding-service-photo-control>label small{color:var(--onboarding-muted);font-size:.64rem}.specialist-onboarding-service-photo-control input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.specialist-onboarding-service-photo-control>button{min-height:2.3rem;padding:.45rem .62rem;border:0;border-radius:.78rem;color:var(--onboarding-muted);background:transparent;font-size:.66rem;font-weight:720;cursor:pointer}.specialist-onboarding-service-field{min-width:0;display:grid;gap:.38rem;text-align:center}.specialist-onboarding-service-field>span{padding-left:.2rem;color:var(--onboarding-muted);font-size:.68rem;font-weight:720}.specialist-onboarding-service-field>span small{margin-left:.25rem;font-size:.62rem;font-weight:650}.specialist-onboarding-service-field input,.specialist-onboarding-service-field textarea{min-width:0;width:100%;padding:.78rem .85rem;border:1px solid transparent;border-radius:.92rem;outline:0;color:var(--onboarding-ink);background:var(--onboarding-soft);font-family:inherit}.specialist-onboarding-service-field input{min-height:3.35rem;font-size:.9rem;font-weight:680}.specialist-onboarding-service-field textarea{min-height:4rem;resize:none;font-size:.78rem;line-height:1.4}.specialist-onboarding-service-builder-actions{min-height:3rem;display:flex;align-items:center;justify-content:flex-end;gap:1rem}.specialist-onboarding-service-builder-actions>button{min-height:2.8rem;padding:.65rem .9rem;display:inline-flex;align-items:center;gap:.45rem;border:1.5px solid var(--onboarding-line);border-radius:.95rem;color:var(--onboarding-ink);background:#fff;font-size:.78rem;font-weight:720;cursor:pointer}.specialist-onboarding-service-builder-actions>button:disabled{color:#aaaab1;background:var(--onboarding-soft);cursor:default}.specialist-onboarding-service-builder-actions svg{width:.95rem;height:.95rem}.specialist-onboarding-service-detail{min-height:4.35rem;padding:.7rem .75rem .7rem 1rem;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.8rem;border:1.5px solid var(--onboarding-line);border-radius:1.25rem;background:#fff}.specialist-onboarding-service-detail>span:first-child{min-width:0;display:grid;gap:.18rem}.specialist-onboarding-service-detail b{overflow:hidden;font-size:.92rem;text-overflow:ellipsis;white-space:nowrap}.specialist-onboarding-service-detail small{color:var(--onboarding-muted);font-size:.67rem}.specialist-onboarding-service-value{min-height:2.75rem;padding:.35rem .65rem;display:flex;align-items:center;gap:.35rem;border-radius:.85rem;background:var(--onboarding-soft)}.specialist-onboarding-service-value:focus-within{box-shadow:inset 0 0 0 1.5px #111114;background:#fff}.specialist-onboarding-service-value input{width:5rem;padding:.25rem 0;border:0;outline:0;color:var(--onboarding-ink);background:transparent;font-size:1rem;font-weight:760;text-align:center}.specialist-onboarding input[type=number]::-webkit-inner-spin-button,.specialist-onboarding input[type=number]::-webkit-outer-spin-button{margin:0;appearance:none}.specialist-onboarding input[type=number]{appearance:textfield}.specialist-onboarding input:not([type=file]),.specialist-onboarding textarea{scroll-margin-block:1.25rem calc(var(--onboarding-actions-height) + 1rem)}.specialist-onboarding-duration-value{display:flex;align-items:center;gap:.45rem}.specialist-onboarding-duration-value label{min-height:2.75rem;padding:.35rem .55rem;display:flex;align-items:center;gap:.25rem;border-radius:.85rem;background:var(--onboarding-soft)}.specialist-onboarding-duration-value label:focus-within{box-shadow:inset 0 0 0 1.5px #111114;background:#fff}.specialist-onboarding-duration-value input{width:2.15rem;padding:.25rem 0;border:0;outline:0;color:var(--onboarding-ink);background:transparent;font-size:1rem;font-weight:760;text-align:center}.specialist-onboarding-duration-value small{color:var(--onboarding-muted);font-size:.67rem}.specialist-onboarding-currency{position:relative;margin-top:1.4rem;padding:.75rem;display:grid;grid-template-columns:4.7rem minmax(0,1fr);align-items:center;gap:.7rem;border:1.5px solid var(--onboarding-line);border-radius:1.2rem;background:#fff}.specialist-onboarding-currency>span{padding-left:.25rem;font-size:.82rem;font-weight:720}.specialist-onboarding-currency>button{min-width:0;min-height:3.25rem;padding:.45rem .65rem;display:grid;grid-template-columns:2.25rem minmax(0,1fr) .9rem;align-items:center;gap:.65rem;border:0;border-radius:.9rem;outline:0;color:var(--onboarding-ink);background:var(--onboarding-soft);text-align:center;cursor:pointer}.specialist-onboarding-currency>button>span:not(.specialist-onboarding-currency-mark){min-width:0;display:grid;gap:.08rem}.specialist-onboarding-currency>button b{font-size:.78rem}.specialist-onboarding-currency>button small{overflow:hidden;color:var(--onboarding-muted);font-size:.62rem;text-overflow:ellipsis;white-space:nowrap}.specialist-onboarding-currency>button>svg{width:.9rem;height:.9rem;transform:rotate(90deg)}.specialist-onboarding-currency>button[aria-expanded=true]>svg{transform:rotate(-90deg)}.specialist-onboarding-currency-mark{width:2.25rem;height:2.25rem;display:grid;place-items:center;border-radius:.72rem;color:#111114;background:#fff;font-size:.8rem;font-weight:800}.specialist-onboarding-currency-menu{position:absolute;z-index:30;top:calc(100% + .45rem);inset-inline:0;max-height:min(21rem,55vh);padding:.45rem;display:grid;gap:.22rem;overflow-y:auto;border:1px solid var(--onboarding-line);border-radius:1.1rem;background:#fffffffa;box-shadow:0 20px 52px #14141c2e}.specialist-onboarding-currency-menu>button{min-height:3.35rem;padding:.45rem .55rem;display:grid;grid-template-columns:2.35rem minmax(0,1fr) 1.2rem;align-items:center;gap:.65rem;border:0;border-radius:.82rem;color:var(--onboarding-ink);background:transparent;text-align:center;cursor:pointer}.specialist-onboarding-currency-menu>button>span:nth-child(2){min-width:0;display:grid;gap:.08rem}.specialist-onboarding-currency-menu b{font-size:.78rem}.specialist-onboarding-currency-menu small{color:var(--onboarding-muted);font-size:.62rem}.specialist-onboarding-currency-menu i{width:1.15rem;height:1.15rem;display:grid;place-items:center;border-radius:50%}.specialist-onboarding-currency-menu i svg{width:.72rem;height:.72rem;stroke-width:2.8}.specialist-onboarding-currency-menu>button.is-selected{color:var(--onboarding-ink);background:var(--onboarding-soft)}.specialist-onboarding-options{margin-top:1.65rem;display:grid;gap:.65rem}.specialist-onboarding-options:has(.specialist-onboarding-option-icon){grid-template-columns:repeat(2,minmax(0,1fr))}.specialist-onboarding-options>button{width:100%;min-height:4.7rem;padding:.72rem .9rem;display:grid;grid-template-columns:minmax(0,1fr) 1.4rem;align-items:center;gap:.75rem;border:1.5px solid var(--onboarding-line);border-radius:1.35rem;color:var(--onboarding-ink);background:#fff;text-align:center;cursor:pointer;transition:border-color .16s ease,background .16s ease,transform .16s ease}.specialist-onboarding-options:has(.specialist-onboarding-option-icon)>button{min-height:7.4rem;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto 1fr;align-items:start}.specialist-onboarding-options>button:active{transform:scale(.986)}.specialist-onboarding-options>button.is-selected{border-color:#111114;background:#f7f7f8;box-shadow:inset 0 0 0 .5px #111114}.specialist-onboarding-options>button>span:not(.specialist-onboarding-option-icon){min-width:0;display:grid;align-self:center;gap:.22rem;font-size:.98rem;font-weight:680}.specialist-onboarding-options:has(.specialist-onboarding-option-icon)>button>span:not(.specialist-onboarding-option-icon){grid-column:1 / -1;align-self:end}.specialist-onboarding-options>button b{font-size:1rem;font-weight:720}.specialist-onboarding-options>button small{color:var(--onboarding-muted);font-size:.74rem;font-weight:450;line-height:1.3}.specialist-onboarding-option-icon{width:2.55rem;height:2.55rem;display:grid;place-items:center;border-radius:.88rem}.specialist-onboarding-option-icon svg{width:1.18rem;height:1.18rem;stroke-width:2}.specialist-onboarding-option-icon.is-rose{color:#db426f;background:#ffe8ef}.specialist-onboarding-option-icon.is-mint{color:#168b67;background:#e1f7ef}.specialist-onboarding-option-icon.is-amber{color:#bd7617;background:#fff1d8}.specialist-onboarding-option-icon.is-violet{color:#7454d9;background:#eee9ff}.specialist-onboarding-option-icon.is-blue{color:#397cd3;background:#e7f1ff}.specialist-onboarding-option-icon.is-slate,.specialist-onboarding-option-icon.is-gray{color:#5f636b;background:#eeeef1}.specialist-onboarding-options>button>i{width:1.4rem;height:1.4rem;display:grid;place-items:center;flex:0 0 auto;border:1.5px solid #d1d1d7;border-radius:50%;color:#fff;background:transparent}.specialist-onboarding-options>button.is-selected>i{border-color:#111114;background:#111114}.specialist-onboarding-options>button>i svg{width:.78rem;height:.78rem;stroke-width:2.7}.specialist-onboarding-options--grid{grid-template-columns:repeat(2,minmax(0,1fr))}.specialist-onboarding-options--grid>button{min-height:5rem}.specialist-onboarding-price{margin-top:2.25rem;padding:1rem 1.2rem;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;border:1.5px solid var(--onboarding-line);border-radius:1.7rem;background:var(--onboarding-soft)}.specialist-onboarding-price:focus-within{border-color:#111114;background:#fff}.specialist-onboarding-price input,.specialist-onboarding-price select{min-width:0;border:0;outline:0;color:var(--onboarding-ink);background:transparent}.specialist-onboarding-price input{width:100%;font-size:clamp(3.2rem,16vw,4.6rem);font-weight:820;letter-spacing:-.07em}.specialist-onboarding-price select{padding:.65rem .2rem;font-size:.98rem;font-weight:720}.specialist-onboarding-schedule-guide-trigger{width:100%;margin-top:1rem;padding:.9rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:.8rem;border:1.5px solid var(--onboarding-line);border-radius:1rem;color:var(--onboarding-ink);background:var(--theme-surface);text-align:center}.specialist-onboarding-schedule-guide-trigger span{min-width:0;display:grid;gap:.18rem}.specialist-onboarding-schedule-guide-trigger b{font-size:.88rem;line-height:1.2}.specialist-onboarding-schedule-guide-trigger small,.specialist-onboarding-slot-explainer{color:var(--onboarding-muted);font-size:.72rem;line-height:1.35}.specialist-onboarding-schedule-guide-trigger em{color:var(--theme-accent);font-size:.78rem;font-style:normal;font-weight:800}.specialist-onboarding-schedule-section-title{margin:1rem 0 .55rem;display:flex;align-items:center;gap:.55rem;color:var(--onboarding-ink);font-size:.9rem;font-weight:820}.specialist-onboarding-schedule-section-title--day{margin-top:1.1rem}.specialist-onboarding-schedule-section-title>i,.specialist-onboarding-schedule-guide li>i{width:1.6rem;height:1.6rem;flex:0 0 auto;display:grid;place-items:center;border-radius:999px;color:var(--theme-button-primary-text);background:var(--theme-accent);font-size:.72rem;font-weight:850}.specialist-onboarding-slot-explainer{margin:-.1rem 0 .7rem}.specialist-onboarding-schedule-section-title>i,.specialist-onboarding-schedule-guide li>i{font-style:normal}.specialist-onboarding-schedule-section-title>span{min-width:0;display:grid;gap:.12rem}.specialist-onboarding-schedule-section-title>span b{font-size:.86rem;line-height:1.2}.specialist-onboarding-schedule-section-title>span small{color:var(--onboarding-muted);font-size:.7rem;font-weight:650;line-height:1.3}.specialist-onboarding-schedule-guide-backdrop{position:fixed;z-index:120;inset:0;padding:1rem;padding-bottom:max(1rem,env(safe-area-inset-bottom));display:flex;align-items:flex-end;justify-content:center;background:#00000085;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.specialist-onboarding-schedule-guide{width:min(100%,32rem);padding:.65rem 1.15rem 1.15rem;border:1px solid var(--onboarding-line);border-radius:1.45rem;color:var(--onboarding-ink);background:var(--theme-surface);box-shadow:0 1.25rem 4rem #0000003d}.specialist-onboarding-schedule-guide-handle{width:2.5rem;height:.28rem;margin:0 auto 1rem;border-radius:999px;background:var(--onboarding-line)}.specialist-onboarding-schedule-guide>small{color:var(--theme-accent);font-size:.72rem;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.specialist-onboarding-schedule-guide h2{margin:.3rem 0 .4rem;font-size:1.45rem;line-height:1.1;letter-spacing:-.035em}.specialist-onboarding-schedule-guide>p{margin:0;color:var(--onboarding-muted);font-size:.83rem;line-height:1.4}.specialist-onboarding-schedule-guide ol{margin:1rem 0;padding:0;display:grid;gap:.75rem;list-style:none}.specialist-onboarding-schedule-guide li{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.7rem;align-items:start}.specialist-onboarding-schedule-guide li>span{min-width:0;display:grid;gap:.12rem}.specialist-onboarding-schedule-guide li b{font-size:.86rem}.specialist-onboarding-schedule-guide li small{color:var(--onboarding-muted);font-size:.74rem;line-height:1.35}.specialist-onboarding-schedule-guide>button{width:100%;min-height:3.4rem;border:0;border-radius:1rem;color:var(--theme-button-primary-text);background:var(--theme-accent);font-size:.92rem;font-weight:850}.specialist-onboarding-calendar{margin-top:.85rem;padding:.8rem;border:1.5px solid var(--onboarding-line);border-radius:1.25rem;background:#fff}.specialist-onboarding-calendar>.specialist-onboarding-schedule-section-title{margin:0 0 .25rem;padding-inline:.15rem}.specialist-onboarding-calendar-head{margin-top:.15rem;min-height:2.5rem;display:grid;grid-template-columns:2.4rem minmax(0,1fr) 2.4rem;align-items:center;gap:.5rem}.specialist-onboarding-calendar-head strong{font-size:.92rem;text-align:center;text-transform:capitalize}.specialist-onboarding-calendar-head button{width:2.4rem;height:2.4rem;padding:0;display:grid;place-items:center;border:0;border-radius:.75rem;color:var(--onboarding-ink);background:var(--onboarding-soft);cursor:pointer}.specialist-onboarding-calendar-head button:first-child svg{transform:rotate(180deg)}.specialist-onboarding-calendar-head button:disabled{opacity:.25;cursor:default}.specialist-onboarding-calendar-head svg{width:1rem;height:1rem;stroke-width:2.2}.specialist-onboarding-calendar-weekdays,.specialist-onboarding-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.22rem}.specialist-onboarding-calendar-weekdays{margin-top:.55rem}.specialist-onboarding-calendar-weekdays span{padding-block:.25rem;color:var(--onboarding-muted);font-size:.62rem;font-weight:680;text-align:center}.specialist-onboarding-calendar-grid button{position:relative;aspect-ratio:1;min-width:0;padding:0;display:grid;place-items:center;border:1.5px solid transparent;border-radius:.72rem;color:var(--onboarding-ink);background:transparent;font-size:.76rem;font-weight:650;cursor:pointer}.specialist-onboarding-calendar-grid button>small{position:absolute;top:.15rem;right:.15rem;min-width:.85rem;height:.85rem;padding:0 .18rem;display:grid;place-items:center;border:1px solid #fff;border-radius:999px;color:#111114;background:#fff;font-size:.48rem;line-height:1}.specialist-onboarding-calendar-grid button:hover:not(:disabled){background:var(--onboarding-soft)}.specialist-onboarding-calendar-grid button:disabled{color:#c9c9ce;cursor:default}.specialist-onboarding-calendar-grid button:empty{visibility:hidden}.specialist-onboarding-calendar-grid button.is-open{color:#fff;background:#111114}.specialist-onboarding-calendar-grid button.is-open.is-selected{border-color:#111114;color:#fff;background:#111114;box-shadow:0 0 0 2px #fff inset}.specialist-onboarding-calendar-count{margin-top:.6rem;padding:.7rem .75rem 0;display:block;border-top:1px solid var(--onboarding-line)}.specialist-onboarding-calendar-count span{display:block;font-size:.72rem;font-weight:700;line-height:1.3;white-space:nowrap}.specialist-onboarding-day-status,.specialist-onboarding-date-time{margin-top:.65rem;padding:.9rem;border:1.5px solid var(--onboarding-line);border-radius:1.25rem;background:#fff}.specialist-onboarding-day-status{min-height:4.2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer}.specialist-onboarding-day-status>span{display:grid;gap:.15rem;text-transform:none}.specialist-onboarding-day-status small,.specialist-onboarding-date-time label>span{color:var(--onboarding-muted);font-size:.66rem;font-weight:650}.specialist-onboarding-day-status b{font-size:.88rem}.specialist-onboarding-day-status input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.specialist-onboarding-day-status>i{position:relative;width:2.7rem;height:1.6rem;flex:0 0 auto;border-radius:999px;background:#dedee3;transition:background .16s ease}.specialist-onboarding-day-status>i:after{content:"";position:absolute;top:.18rem;left:.18rem;width:1.24rem;height:1.24rem;border-radius:50%;background:#fff;box-shadow:0 1px 4px #00000029;transition:transform .16s ease}.specialist-onboarding-day-status input:checked+i{background:#111114}.specialist-onboarding-day-status input:checked+i:after{transform:translate(1.1rem)}.specialist-onboarding-date-time>div:first-child{display:grid;grid-template-columns:1fr 1fr;gap:.55rem}.specialist-onboarding-date-time label{padding:.5rem .65rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem;border-radius:.85rem;background:var(--onboarding-soft)}.specialist-onboarding-date-time input{min-width:0;width:5.2rem;padding:.3rem 0;border:0;outline:0;color:var(--onboarding-ink);background:transparent;font-size:.82rem;font-weight:730;text-align:center}.specialist-onboarding-date-time label:focus-within{box-shadow:inset 0 0 0 1.5px #111114;background:#fff}.specialist-onboarding-interval{position:relative;min-height:3.25rem;margin-top:.55rem;padding:.55rem .65rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;border-radius:.85rem;background:var(--onboarding-soft)}.specialist-onboarding-interval>span{display:grid;gap:.15rem}.specialist-onboarding-interval>span small{color:var(--onboarding-muted);font-size:.62rem}.specialist-onboarding-interval>span b{font-size:.8rem}.specialist-onboarding-interval>button{width:2.15rem;height:2.15rem;padding:0;display:grid;place-items:center;border:0;border-radius:.65rem;color:var(--onboarding-ink);background:#fff;cursor:pointer}.specialist-onboarding-interval>button svg{width:.85rem;height:.85rem;transform:rotate(90deg)}.specialist-onboarding-interval>button[aria-expanded=true] svg{transform:rotate(-90deg)}.specialist-onboarding-interval>div{position:absolute;z-index:25;top:calc(100% + .35rem);right:0;width:11rem;padding:.35rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.25rem;border:1px solid var(--onboarding-line);border-radius:.85rem;background:#fff;box-shadow:0 16px 38px #14141c26}.specialist-onboarding-interval>div>button{min-height:2.3rem;padding:.35rem;border:0;border-radius:.6rem;color:var(--onboarding-ink);background:var(--onboarding-soft);font-size:.68rem;font-weight:680;cursor:pointer}.specialist-onboarding-interval>div>button.is-selected{color:#fff;background:#111114}.specialist-onboarding-date-time>p{margin:.7rem 0 0;color:#a33c42;font-size:.68rem;line-height:1.35}.specialist-onboarding-slots{margin-top:.6rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.35rem}.specialist-onboarding-slots button{min-width:0;min-height:2.45rem;padding:.4rem .2rem;border:1.5px solid var(--onboarding-line);border-radius:.72rem;color:var(--onboarding-muted);background:#fff;font-size:.72rem;font-weight:680;cursor:pointer}.specialist-onboarding-slots button.is-active{border-color:#111114;color:#fff;background:#111114}.specialist-onboarding-copy-actions{margin-top:.6rem;padding:.35rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(8.5rem,1fr));gap:.35rem;border-radius:.9rem;background:var(--onboarding-soft)}.specialist-onboarding-copy-actions button,.specialist-onboarding-paste-empty{min-height:2.55rem;padding:.45rem .65rem;border:0;border-radius:.68rem;color:var(--onboarding-ink);background:#fff;font-size:.69rem;font-weight:680;cursor:pointer}.specialist-onboarding-copy-actions button:disabled{color:#aaaab1;background:transparent;cursor:default}.specialist-onboarding-repeat-tomorrow{display:inline-flex;align-items:center;justify-content:center;gap:.45rem}.specialist-onboarding-repeat-tomorrow svg{width:.82rem;height:.82rem;stroke-width:2.2}.specialist-onboarding-paste-empty{width:100%;margin-top:.65rem;border:1.5px solid var(--onboarding-line);min-height:3.2rem}.specialist-onboarding-workday{margin-top:.75rem;padding:.95rem;border:1.5px solid var(--onboarding-line);border-radius:1.25rem;background:#fff}.specialist-onboarding-workday-head,.specialist-onboarding-breaks-head{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.specialist-onboarding-workday-head>span,.specialist-onboarding-breaks-head>span{min-width:0;display:grid;gap:.12rem}.specialist-onboarding-workday-head small,.specialist-onboarding-breaks-head small{color:var(--onboarding-muted);font-size:.66rem;line-height:1.3}.specialist-onboarding-workday-head b,.specialist-onboarding-breaks-head b{font-size:.88rem;line-height:1.2}.specialist-onboarding-workday-head>button,.specialist-onboarding-breaks-head>button{min-height:2.15rem;padding:.35rem .65rem;border:1px solid var(--onboarding-line);border-radius:.72rem;color:var(--onboarding-ink);background:var(--onboarding-soft);font-size:.68rem;font-weight:720;cursor:pointer}.specialist-onboarding-workday-head>button{color:#b64a50;background:transparent}.specialist-onboarding-breaks-head>button:disabled{opacity:.45;cursor:default}.specialist-onboarding-workday>.specialist-onboarding-date-time{margin-top:.75rem;padding:0;border:0;border-radius:0;background:transparent}.specialist-onboarding-breaks{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--onboarding-line)}.specialist-onboarding-breaks-head>span{display:flex;align-items:baseline;gap:.45rem}.specialist-onboarding-break-list{margin-top:.65rem;display:grid;gap:.45rem}.specialist-onboarding-break{min-width:0;padding:.45rem;display:grid;grid-template-columns:1.6rem minmax(0,1fr) minmax(0,1fr) 2rem;align-items:center;gap:.35rem;border-radius:.9rem;background:var(--onboarding-soft)}.specialist-onboarding-break>span{width:1.5rem;height:1.5rem;display:grid;place-items:center;border-radius:999px;color:var(--theme-button-primary-text);background:var(--theme-accent);font-size:.62rem;font-weight:800}.specialist-onboarding-break label{min-width:0;min-height:2.55rem;padding:.35rem .5rem;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.3rem;border:1px solid transparent;border-radius:.72rem;background:#fff}.specialist-onboarding-break label:focus-within{border-color:var(--theme-accent)}.specialist-onboarding-break label small{color:var(--onboarding-muted);font-size:.6rem;font-weight:700}.specialist-onboarding-break input{min-width:0;width:100%;border:0;outline:0;color:var(--onboarding-ink);background:transparent;font-size:.72rem;font-weight:720;text-align:center}.specialist-onboarding-break>button{width:2rem;height:2rem;padding:0;border:0;border-radius:.65rem;color:#9b3238;background:#fff;font-size:1.1rem;cursor:pointer}.specialist-onboarding-break-limit{display:block;margin-top:.55rem;color:var(--onboarding-muted);font-size:.64rem}.specialist-onboarding-schedule-empty{margin:.75rem 0 0!important;padding:.85rem;border:1.5px dashed var(--onboarding-line);border-radius:1.1rem;color:var(--onboarding-muted);background:var(--onboarding-soft);font-size:.72rem!important;text-align:center!important}.specialist-onboarding-delete-day,.specialist-onboarding-delete-confirm{width:100%;min-height:2.9rem;margin-top:.6rem;padding:.55rem .75rem;border:0;border-radius:.9rem;color:#9b3238;background:#fff0f1;font-size:.7rem;font-weight:680}.specialist-onboarding-delete-day{text-align:center;cursor:pointer}.specialist-onboarding-delete-confirm{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:.35rem}.specialist-onboarding-delete-confirm button{min-height:2rem;padding:.35rem .6rem;border:1px solid #f0c8cb;border-radius:.55rem;color:#8c3137;background:transparent;font-size:.68rem;cursor:pointer}.specialist-onboarding-inline-error,.specialist-onboarding-error{color:#a33c42;font-size:.8rem;line-height:1.4}.specialist-onboarding-inline-error{margin:.8rem 0 0}.specialist-onboarding-error{margin:1rem 0 0;padding:.9rem 1rem;border-radius:1rem;background:#fff0f1}.specialist-onboarding-link-preview{width:min(100%,21rem);padding:1.45rem;display:flex;flex-direction:column;align-items:center;border:1px solid #e4e4e9;border-radius:2rem;background:linear-gradient(165deg,#fff,#f7f6ff);box-shadow:0 20px 55px #23213717}.specialist-onboarding-link-avatar,.specialist-onboarding-result-avatar{display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#17171a,#393942);font-weight:820}.specialist-onboarding-link-avatar{width:4.4rem;height:4.4rem;border-radius:1.45rem;font-size:1.4rem}.specialist-onboarding-link-preview>strong{margin-top:.85rem;font-size:1.15rem}.specialist-onboarding-link-preview>small{margin-top:.25rem;color:#85858d;font-size:.76rem}.specialist-onboarding-link-preview>div{width:100%;min-height:3rem;margin-top:1.2rem;padding:.65rem .8rem;display:flex;align-items:center;gap:.5rem;border-radius:.9rem;color:#66666e;background:#eeeef2;font-size:.72rem}.specialist-onboarding-link-preview>div svg{width:1rem;height:1rem}.specialist-onboarding-link-preview>button{width:100%;min-height:3.15rem;margin-top:.55rem;border:0;border-radius:.95rem;color:#fff;background:#111114;font-size:.85rem;font-weight:720}.specialist-onboarding-insight h1{margin-top:2.1rem}.specialist-onboarding-result-card{width:min(100%,23rem);padding:1.2rem;border:1px solid #e2e2e7;border-radius:1.8rem;background:#fff;box-shadow:0 22px 60px #1c1c281a;text-align:center}.specialist-onboarding-result-head{display:grid;grid-template-columns:3rem minmax(0,1fr) 1.8rem;align-items:center;gap:.75rem}.specialist-onboarding-result-avatar{width:3rem;height:3rem;border-radius:1rem}.specialist-onboarding-result-head>span:not(.specialist-onboarding-result-avatar),.specialist-onboarding-result-service>span:last-child{min-width:0;display:grid;gap:.18rem}.specialist-onboarding-result-head small,.specialist-onboarding-result-service small,.specialist-onboarding-result-schedule small{color:#85858d;font-size:.67rem}.specialist-onboarding-result-head b,.specialist-onboarding-result-service b,.specialist-onboarding-result-schedule b{overflow:hidden;font-size:.84rem;text-overflow:ellipsis;white-space:nowrap}.specialist-onboarding-result-head>i{width:1.8rem;height:1.8rem;display:grid;place-items:center;border-radius:50%;color:#fff;background:#111114}.specialist-onboarding-result-head>i svg{width:.9rem;height:.9rem;stroke-width:2.6}.specialist-onboarding-result-services{margin-top:1rem;display:grid;gap:.45rem}.specialist-onboarding-result-services>small{color:#85858d;font-size:.68rem;text-align:center}.specialist-onboarding-result-service{padding:.85rem;display:grid;grid-template-columns:2.55rem minmax(0,1fr);align-items:center;gap:.7rem;border-radius:1.15rem;background:#f5f5f7}.specialist-onboarding-result-photo{width:2.55rem;height:2.55rem;border-radius:.88rem;object-fit:cover}.specialist-onboarding-result-schedule{margin-top:.7rem;display:grid;grid-template-columns:1fr 1fr;gap:.6rem}.specialist-onboarding-result-schedule>span{min-width:0;padding:.85rem;display:grid;gap:.2rem;border:1px solid #ededf0;border-radius:1.05rem}.specialist-onboarding-finish h1{margin-top:2rem}.specialist-onboarding-actions{position:fixed;z-index:20;right:0;bottom:0;left:0;padding:1rem max(1.15rem,env(safe-area-inset-right)) max(1.5rem,calc(env(safe-area-inset-bottom) + .65rem)) max(1.15rem,env(safe-area-inset-left));display:grid;grid-template-columns:minmax(0,32.4rem);justify-content:center;gap:.55rem;background:linear-gradient(to bottom,transparent,color-mix(in srgb,var(--theme-page) 96%,transparent) 28%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.specialist-onboarding-actions.has-back{grid-template-columns:minmax(6.5rem,8rem) minmax(0,23.85rem)}.specialist-onboarding-actions .specialist-onboarding-action-primary{width:100%;min-height:4rem;padding:.9rem 1.25rem;border:0;border-radius:1.2rem;color:var(--theme-on-primary);background:var(--theme-primary);box-shadow:0 10px 28px color-mix(in srgb,var(--theme-primary) 20%,transparent);font-size:1rem;font-weight:740;cursor:pointer;transition:transform .16s ease,opacity .16s ease}.specialist-onboarding-actions button:active:not(:disabled):not([aria-disabled=true]){transform:scale(.988)}.specialist-onboarding-actions .specialist-onboarding-action-primary:disabled,.specialist-onboarding-actions .specialist-onboarding-action-primary[aria-disabled=true]{color:color-mix(in srgb,var(--theme-text-muted) 72%,transparent);background:var(--theme-disabled);box-shadow:none;cursor:default}.specialist-onboarding-actions .specialist-onboarding-action-back{width:100%;min-height:4rem;padding:.7rem 1rem;border:1.5px solid var(--onboarding-line);border-radius:1rem;color:var(--onboarding-ink);background:var(--theme-surface);font-size:.88rem;font-weight:700;cursor:pointer;transition:transform .16s ease,background .16s ease}.specialist-onboarding-actions .specialist-onboarding-action-back:disabled{color:var(--theme-text-subtle);cursor:default}@media(max-width:24rem){.specialist-onboarding-options:has(.specialist-onboarding-option-icon){grid-template-columns:1fr}.specialist-onboarding-options:has(.specialist-onboarding-option-icon)>button{min-height:4.8rem;grid-template-columns:2.55rem minmax(0,1fr) 1.4rem;grid-template-rows:1fr}.specialist-onboarding-options:has(.specialist-onboarding-option-icon)>button>span:not(.specialist-onboarding-option-icon){grid-column:auto;align-self:center}}@media(prefers-reduced-motion:reduce){.specialist-onboarding-progress span,.specialist-onboarding-options>button,.specialist-onboarding-actions button{transition:none}}.specialist-onboarding-input textarea{width:100%;min-height:7rem;padding:1rem 1.15rem;border:1.5px solid transparent;border-radius:1.4rem;outline:0;color:var(--onboarding-ink);background:var(--onboarding-soft);font:inherit;font-size:.95rem;line-height:1.45;resize:vertical}.specialist-onboarding-input textarea:focus{border-color:#b9b9c1;background:#fff}.specialist-onboarding-input--textarea>small{justify-self:end;padding-right:.25rem;color:#8a8a92;font-size:.7rem}.specialist-onboarding-input input::placeholder{color:var(--onboarding-muted);opacity:.58}.specialist-onboarding-profile-photo{margin-top:1.45rem;display:grid;gap:.55rem}.specialist-onboarding-profile-photo-picker{position:relative;min-width:0;min-height:5.2rem;padding:.55rem .65rem .55rem .55rem;display:grid;grid-template-columns:4.1rem minmax(0,1fr);align-items:center;gap:.8rem;border:1px solid var(--onboarding-line);border-radius:1.35rem;color:var(--onboarding-ink);background:var(--onboarding-soft);cursor:pointer;transition:border-color .16s ease,background .16s ease}.specialist-onboarding-profile-photo-picker:hover,.specialist-onboarding-profile-photo-picker:focus-within{border-color:color-mix(in srgb,var(--theme-text) 24%,var(--onboarding-line));background:color-mix(in srgb,var(--onboarding-soft) 88%,var(--theme-surface-raised))}.specialist-onboarding-profile-photo-preview{position:relative;width:4.1rem;height:4.1rem;display:grid;place-items:center;overflow:visible;border-radius:1.05rem;color:#fff;background:#111114;font-size:1.35rem;font-weight:820}.specialist-onboarding-profile-photo-preview>img,.specialist-onboarding-profile-photo-preview>span{width:100%;height:100%;display:grid;place-items:center;overflow:hidden;border-radius:inherit;object-fit:cover}.specialist-onboarding-profile-photo-copy{min-width:0;display:grid;gap:.2rem;text-align:center}.specialist-onboarding-profile-photo-copy b{font-size:.9rem;line-height:1.15}.specialist-onboarding-profile-photo-copy small{color:var(--onboarding-muted);font-size:.7rem;line-height:1.3}.specialist-onboarding-profile-photo-preview>i{position:absolute;right:-.3rem;bottom:-.3rem;width:1.55rem;height:1.55rem;display:grid;place-items:center;border:2px solid var(--onboarding-soft);border-radius:50%;color:var(--theme-on-primary);background:var(--theme-primary);box-shadow:0 4px 12px color-mix(in srgb,var(--theme-text) 18%,transparent)}.specialist-onboarding-profile-photo-preview>i svg{width:.76rem;height:.76rem;stroke-width:2.5}.specialist-onboarding-profile-photo input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.specialist-onboarding-profile-photo-reset{width:fit-content;margin:0 0 0 .55rem;padding:0;border:0;color:var(--onboarding-muted);background:transparent;font-size:.68rem;font-weight:700;cursor:pointer}.specialist-onboarding-subquestion{margin-top:2rem}.specialist-onboarding-subquestion h2{margin:0;font-size:1.05rem;letter-spacing:-.025em}.specialist-onboarding-subquestion .specialist-onboarding-options{margin-top:.75rem}.specialist-onboarding-timezone{position:relative;min-height:4.45rem;margin-top:.75rem;padding:.7rem;display:grid;grid-template-columns:minmax(0,1fr) minmax(10.5rem,52%);align-items:center;gap:.7rem;border:1.5px solid var(--onboarding-line);border-radius:1.25rem;background:#fff}.specialist-onboarding-timezone>span:first-child{min-width:0;padding-left:.3rem;display:grid;gap:.16rem}.specialist-onboarding-timezone b{font-size:.82rem}.specialist-onboarding-timezone small{color:var(--onboarding-muted);font-size:.62rem}.specialist-onboarding-timezone>button{min-width:0;min-height:3.15rem;padding:.45rem .6rem .45rem .75rem;display:grid;grid-template-columns:minmax(0,1fr) .9rem;align-items:center;gap:.55rem;border:0;border-radius:.9rem;color:var(--onboarding-ink);background:var(--onboarding-soft);text-align:center;cursor:pointer}.specialist-onboarding-timezone>button>span{min-width:0;display:grid;gap:.08rem}.specialist-onboarding-timezone>button b{overflow:hidden;font-size:.74rem;text-overflow:ellipsis;white-space:nowrap}.specialist-onboarding-timezone>button svg{width:.85rem;height:.85rem;transform:rotate(90deg)}.specialist-onboarding-timezone>button[aria-expanded=true] svg{transform:rotate(-90deg)}.specialist-onboarding-timezone-menu{position:absolute;z-index:30;top:calc(100% + .45rem);inset-inline:0;max-height:min(22rem,58vh);padding:.45rem;display:grid;gap:.22rem;overflow-y:auto;border:1px solid var(--onboarding-line);border-radius:1.1rem;background:#fffffffa;box-shadow:0 20px 52px #14141c2e}.specialist-onboarding-timezone-menu>button{min-height:3.15rem;padding:.45rem .65rem .45rem .8rem;display:grid;grid-template-columns:minmax(0,1fr) 1.2rem;align-items:center;gap:.7rem;border:0;border-radius:.82rem;color:var(--onboarding-ink);background:transparent;text-align:center;cursor:pointer}.specialist-onboarding-timezone-menu>button>span{min-width:0;display:grid;gap:.08rem}.specialist-onboarding-timezone-menu i{width:1.15rem;height:1.15rem;display:grid;place-items:center;border-radius:50%}.specialist-onboarding-timezone-menu i svg{width:.72rem;height:.72rem;stroke-width:2.8}.specialist-onboarding-timezone-menu>button.is-selected{background:var(--onboarding-soft)}.specialist-onboarding-rule-list{margin-top:1.35rem;display:grid;gap:.85rem}.specialist-onboarding-rule-list section{padding:1.1rem;display:grid;gap:1rem;border:1.5px solid var(--onboarding-line);border-radius:1.4rem;background:#fff}.specialist-onboarding-rule-head{display:grid;grid-template-columns:2.35rem minmax(0,1fr);align-items:start;gap:.75rem;text-align:center}.specialist-onboarding-rule-head>i{width:2.35rem;height:2.35rem;display:grid;place-items:center;border-radius:.8rem;color:var(--theme-text);background:var(--onboarding-soft);font-size:.72rem;font-style:normal;font-weight:800}.specialist-onboarding-rule-head>span{min-width:0;display:grid;gap:.25rem}.specialist-onboarding-rule-list b{font-size:1rem;line-height:1.2}.specialist-onboarding-rule-list small{color:var(--onboarding-muted);font-size:.76rem;line-height:1.35}.specialist-onboarding-rule-options{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem!important;overflow:visible!important}.specialist-onboarding-rule-options>button:last-child:nth-child(odd){grid-column:1 / -1}.specialist-onboarding-rule-list button{width:100%;min-height:3.25rem;padding:.7rem .55rem;border:1px solid var(--onboarding-line);border-radius:1rem;color:var(--onboarding-muted);background:var(--onboarding-soft);font-size:.9rem;font-weight:720;line-height:1.15;cursor:pointer}.specialist-onboarding-rule-list button.is-selected{border-color:var(--theme-primary);color:var(--theme-on-primary);background:var(--theme-primary);box-shadow:0 8px 20px color-mix(in srgb,var(--theme-primary) 14%,transparent)}.specialist-onboarding-rule-list section>.specialist-onboarding-rule-custom{padding:.55rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:.5rem;overflow:visible;border-radius:1.1rem;background:var(--onboarding-soft)}.specialist-onboarding-rule-custom label{min-width:0;min-height:3.25rem;padding:.45rem .75rem;display:flex;align-items:center;justify-content:center;gap:.3rem;border:1px solid var(--onboarding-line);border-radius:.9rem;background:var(--theme-input)}.specialist-onboarding-rule-custom label:focus-within{border-color:var(--theme-accent);background:var(--theme-surface);box-shadow:0 0 0 3px var(--theme-focus)}.specialist-onboarding-rule-custom input{width:3rem;padding:.2rem 0;border:0;outline:0;color:var(--onboarding-ink);background:transparent;font-size:1rem;font-weight:800;text-align:center}.specialist-onboarding-rule-custom small{font-size:.75rem;font-weight:720}.specialist-onboarding-payment-note{margin-top:.9rem!important;padding:.8rem .9rem;border-radius:1rem;color:#686871!important;background:var(--onboarding-soft);font-size:.74rem!important;text-align:center!important}.specialist-onboarding-review-list{width:100%;margin-top:1.2rem;display:grid;gap:.4rem}.specialist-onboarding-review-list button{min-height:3.8rem;padding:.65rem .8rem .65rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:.8rem;border:1px solid var(--onboarding-line);border-radius:1.05rem;color:var(--onboarding-ink);background:#fff;text-align:center;cursor:pointer}.specialist-onboarding-review-list span{min-width:0;display:grid;gap:.14rem}.specialist-onboarding-review-list b{font-size:.82rem}.specialist-onboarding-review-list small{overflow:hidden;color:var(--onboarding-muted);font-size:.65rem;text-overflow:ellipsis;white-space:nowrap}.specialist-onboarding-review-list em{color:#5f5f68;font-size:.65rem;font-style:normal;font-weight:700}.specialist-onboarding-legal{width:100%;margin-top:.8rem;padding:.95rem;display:grid;grid-template-columns:1.45rem minmax(0,1fr);align-items:start;gap:.72rem;border:1px solid var(--theme-border);border-radius:1.05rem;color:var(--theme-text);background:var(--theme-surface);text-align:center;cursor:pointer}.specialist-onboarding-legal input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.specialist-onboarding-legal i{width:1.45rem;height:1.45rem;display:grid;place-items:center;border:1.5px solid var(--theme-text-muted);border-radius:.44rem;color:var(--theme-on-primary);background:var(--theme-surface-raised)}.specialist-onboarding-legal input:focus-visible+i{outline:2px solid var(--theme-accent);outline-offset:2px}.specialist-onboarding-legal input:checked+i{border-color:var(--theme-primary);background:var(--theme-primary)}.specialist-onboarding-legal svg{width:.8rem;height:.8rem;stroke-width:2.6}.specialist-onboarding-legal span{color:var(--theme-text)!important;font-size:.72rem;font-weight:560;line-height:1.5}.specialist-onboarding-legal a{color:var(--theme-accent)!important;font-weight:760;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.16em}.specialist-onboarding-guidance{margin:1rem 0 0;padding:.75rem .85rem;border-radius:.9rem;color:#755d25;background:#fff8e8;font-size:.72rem;line-height:1.4;text-align:center}.specialist-onboarding-result-avatar{overflow:hidden}.specialist-onboarding-result-avatar img{width:100%;height:100%;object-fit:cover}.specialist-onboarding-demo{border-color:var(--theme-border-soft);background:linear-gradient(145deg,color-mix(in srgb,var(--theme-selection-strong) 36%,var(--theme-surface)),var(--theme-surface-soft) 56%,var(--theme-surface));box-shadow:0 22px 60px color-mix(in srgb,var(--theme-text) 10%,transparent)}.specialist-onboarding-demo-brand>span,.specialist-onboarding-demo-card i,.specialist-onboarding-result-head>i{color:var(--theme-on-primary);background:var(--theme-primary)}.specialist-onboarding-demo-card{border-color:color-mix(in srgb,var(--theme-border) 90%,transparent);background:color-mix(in srgb,var(--theme-surface-raised) 94%,transparent);box-shadow:0 15px 38px color-mix(in srgb,var(--theme-text) 9%,transparent)}.specialist-onboarding-demo-card b,.specialist-onboarding-demo-time{color:var(--theme-text)}.specialist-onboarding-service-input,.specialist-onboarding-service-builder-actions>button,.specialist-onboarding-service-detail,.specialist-onboarding-currency,.specialist-onboarding-currency-menu,.specialist-onboarding-timezone-menu,.specialist-onboarding-options>button,.specialist-onboarding-price,.specialist-onboarding-calendar,.specialist-onboarding-calendar-head button,.specialist-onboarding-day-status,.specialist-onboarding-date-time,.specialist-onboarding-interval>button,.specialist-onboarding-interval>div,.specialist-onboarding-slots button,.specialist-onboarding-copy-actions button,.specialist-onboarding-paste-empty,.specialist-onboarding-link-preview,.specialist-onboarding-result-card,.specialist-onboarding-timezone,.specialist-onboarding-rule-list section,.specialist-onboarding-review-list button{border-color:var(--theme-border-soft);color:var(--theme-text);background:var(--theme-surface)}.specialist-onboarding-workday{border-color:var(--theme-border-soft);color:var(--theme-text);background:var(--theme-surface)}.specialist-onboarding-break,.specialist-onboarding-schedule-empty,.specialist-onboarding-workday-head>button,.specialist-onboarding-breaks-head>button{background:var(--theme-surface-soft)}.specialist-onboarding-break label,.specialist-onboarding-break>button{color:var(--theme-text);background:var(--theme-input)}.specialist-onboarding-service-field:focus-within input,.specialist-onboarding-service-field:focus-within textarea,.specialist-onboarding-service-photo-control>label:focus-within,.specialist-onboarding-price:focus-within,.specialist-onboarding-service-value:focus-within,.specialist-onboarding-duration-value label:focus-within,.specialist-onboarding-date-time label:focus-within,.specialist-onboarding-input input:focus,.specialist-onboarding-input textarea:focus{border-color:var(--theme-accent);background:var(--theme-input);box-shadow:0 0 0 3px var(--theme-focus)}.specialist-onboarding-currency-menu>button.is-selected,.specialist-onboarding-timezone-menu>button.is-selected,.specialist-onboarding-options>button.is-selected{border-color:var(--theme-accent);color:var(--theme-text);background:var(--theme-selection);box-shadow:inset 0 0 0 .5px var(--theme-accent)}.specialist-onboarding-options>button.is-selected>i,.specialist-onboarding-calendar-grid button.is-open,.specialist-onboarding-day-status input:checked+i,.specialist-onboarding-interval>div>button.is-selected,.specialist-onboarding-slots button.is-active,.specialist-onboarding-rule-list button.is-selected,.specialist-onboarding-legal input:checked+i{border-color:var(--theme-primary);color:var(--theme-on-primary);background:var(--theme-primary)}.specialist-onboarding-calendar-grid button.is-open.is-selected{border-color:var(--theme-primary);color:var(--theme-on-primary);background:var(--theme-primary);box-shadow:0 0 0 2px var(--theme-surface) inset}.specialist-onboarding-day-status>i{background:var(--theme-disabled)}.specialist-onboarding-day-status>i:after,.specialist-onboarding-legal i{border-color:var(--theme-border);background:var(--theme-surface-raised)}.specialist-onboarding-result-service,.specialist-onboarding-link-preview>div,.specialist-onboarding-legal{color:var(--theme-text-muted);background:var(--theme-surface-soft)}.specialist-onboarding-result-schedule>span,.specialist-launch-link,.specialist-launch-actions button{border-color:var(--theme-border-soft);color:var(--theme-text);background:var(--theme-surface)}.specialist-onboarding-result-avatar,.specialist-onboarding-profile-photo-preview{color:var(--theme-on-primary);background:var(--theme-primary)}.specialist-onboarding-kicker,.specialist-onboarding-input>span,.specialist-onboarding-time label>span,.specialist-onboarding-input--compact>small,.specialist-onboarding-service-builder-actions>span,.specialist-onboarding-demo-card small,.specialist-onboarding-result-head small,.specialist-onboarding-result-service small,.specialist-onboarding-result-schedule small,.specialist-onboarding-result-services>small,.specialist-onboarding-review-list em,.specialist-onboarding-legal span,.specialist-onboarding-payment-note,.specialist-onboarding-rule-note{color:var(--theme-text-muted)!important}.specialist-onboarding-inline-error,.specialist-onboarding-error{color:var(--theme-danger-text)}.specialist-onboarding-error{border:1px solid var(--theme-danger-border);background:var(--theme-danger-surface)}.specialist-onboarding-guidance{color:var(--theme-warning-text);background:var(--theme-warning-surface)}.specialist-onboarding-link-preview>button,.specialist-telegram-gate a,.specialist-launch-link button,.specialist-launch-actions button.is-primary{border-color:var(--theme-primary);color:var(--theme-on-primary);background:var(--theme-primary)}.specialist-telegram-gate,.specialist-launch-success{min-height:100vh;min-height:100dvh;padding:max(1.2rem,env(safe-area-inset-top)) 1.2rem max(1.2rem,env(safe-area-inset-bottom));display:grid;place-items:center;color:var(--theme-text);background:var(--theme-page)}.specialist-telegram-gate>section,.specialist-launch-success>section{width:min(100%,30rem);display:flex;flex-direction:column;align-items:center;text-align:center}.specialist-telegram-gate-mark,.specialist-launch-mark{width:4.5rem;height:4.5rem;display:grid;place-items:center;border-radius:1.45rem;color:var(--theme-on-primary);background:var(--theme-primary);font-size:1.1rem;font-weight:850}.specialist-telegram-gate p,.specialist-launch-success>section>p{margin:1.35rem 0 .55rem;color:var(--theme-text-muted);font-size:.76rem;font-weight:750}.specialist-telegram-gate h1,.specialist-launch-success h1{max-width:12ch;margin:0;font-size:clamp(2.25rem,10vw,3.35rem);line-height:1;letter-spacing:-.06em}.specialist-telegram-gate>section>span:not(.specialist-telegram-gate-mark),.specialist-launch-success>section>span{max-width:28rem;margin-top:1rem;color:var(--theme-text-muted);font-size:.92rem;line-height:1.5}.specialist-entry-actions{width:100%;margin-top:2rem;display:grid;gap:.65rem}.specialist-telegram-gate .specialist-entry-actions a,.specialist-entry-actions button{width:100%;min-height:4rem;margin:0;display:grid;place-items:center;border-radius:1.2rem;font:inherit;font-size:.98rem;font-weight:740;text-decoration:none;cursor:pointer}.specialist-telegram-gate .specialist-entry-actions a{border:1px solid var(--theme-primary);color:var(--theme-on-primary);background:var(--theme-primary)}.specialist-entry-actions button{border:1px solid var(--theme-border);color:var(--theme-text);background:var(--theme-surface)}.specialist-entry-actions button:hover{background:var(--theme-surface-soft)}.specialist-telegram-gate small{margin-top:.75rem;color:var(--theme-text-subtle);font-size:.68rem;line-height:1.4}.specialist-launch-mark svg{width:2rem;height:2rem;stroke-width:2.5}.specialist-launch-link{width:100%;margin-top:2rem;padding:1rem;display:grid;gap:.42rem;border:1px solid var(--theme-border-soft);border-radius:1.35rem;background:var(--theme-surface);text-align:center}.specialist-launch-link small{color:var(--theme-text-muted);font-size:.68rem}.specialist-launch-link b{overflow-wrap:anywhere;font-size:.82rem;line-height:1.4}.specialist-launch-link button{min-height:3rem;margin-top:.3rem;display:flex;align-items:center;justify-content:center;gap:.45rem;border:0;border-radius:.9rem;color:var(--theme-on-primary);background:var(--theme-primary);font-size:.78rem;font-weight:720;cursor:pointer}.specialist-launch-link svg{width:.95rem;height:.95rem}.specialist-launch-actions{width:100%;margin-top:.65rem;display:grid;gap:.45rem}.specialist-launch-actions button{min-height:3.35rem;border:1px solid var(--theme-border-soft);border-radius:1rem;color:var(--theme-text);background:var(--theme-surface);font-size:.82rem;font-weight:720;cursor:pointer}.specialist-launch-actions button.is-primary{border-color:var(--theme-primary);color:var(--theme-on-primary);background:var(--theme-primary)}.specialist-launch-actions button.is-quiet{border-color:transparent;color:var(--theme-text-muted);background:transparent}.setup-format{margin:.1rem 0 0;padding:.85rem;display:grid;gap:.7rem;border:1px solid var(--theme-border-soft);border-radius:1.15rem;background:var(--theme-surface)}.setup-format legend{padding:0 .25rem;color:var(--theme-text-muted);font-size:.72rem;font-weight:650}.setup-format>div{display:flex;gap:.35rem;overflow-x:auto;scrollbar-width:none}.setup-format>div::-webkit-scrollbar{display:none}.setup-format>div button{min-height:2.45rem;padding:.45rem .7rem;flex:0 0 auto;border:1px solid var(--theme-border-soft);border-radius:.75rem;color:var(--theme-text-muted);background:var(--theme-surface-soft);font-size:.7rem;font-weight:680;cursor:pointer}.setup-format>div button.is-selected{border-color:var(--theme-primary);color:var(--theme-on-primary);background:var(--theme-primary)}.setup-payment-comment{min-height:4.8rem}.setup-payment-comment textarea{min-height:4.8rem;height:4.8rem}.setup-platform-payment-note{margin:-.35rem .25rem 0;color:var(--theme-text-muted);font-size:.68rem;line-height:1.45}.master-free-plan{min-height:5rem;padding:.9rem;display:grid;grid-template-columns:2.3rem minmax(0,1fr) auto;align-items:center;gap:.75rem;border:1px solid var(--theme-border-soft);border-radius:1.1rem;background:var(--theme-surface)}.master-free-plan>span{width:2.3rem;height:2.3rem;display:grid;place-items:center;border-radius:.75rem;color:var(--theme-on-primary);background:var(--theme-primary)}.master-free-plan svg{width:1.1rem;height:1.1rem}.master-free-plan>div{display:grid;gap:.15rem}.master-free-plan b{font-size:.9rem}.master-free-plan small{color:var(--theme-text-muted);font-size:.68rem}.master-free-plan strong{font-size:.92rem}.specialist-onboarding-options>button b,.specialist-onboarding-service-detail b,.specialist-onboarding-currency>span,.specialist-onboarding-currency>button b,.specialist-onboarding-timezone>span:first-child b,.specialist-onboarding-rule-list b,.specialist-onboarding-review-list b,.specialist-onboarding-profile-photo-copy b{font-size:var(--onboarding-card-title-size);line-height:1.22}.specialist-onboarding-options>button small,.specialist-onboarding-service-detail small,.specialist-onboarding-currency>button small,.specialist-onboarding-timezone small,.specialist-onboarding-rule-list small,.specialist-onboarding-review-list small,.specialist-onboarding-profile-photo-copy small{font-size:var(--onboarding-card-copy-size);line-height:1.35}.specialist-onboarding-service-value input,.specialist-onboarding-duration-value input{font-size:var(--onboarding-value-size)}.specialist-onboarding-combined-price{margin-top:1.35rem;padding-top:1.2rem;border-top:1px solid var(--onboarding-line)}.specialist-onboarding-combined-price>h2{margin:0;color:var(--onboarding-ink);font-size:var(--onboarding-card-title-size);font-weight:760;line-height:1.22;text-align:center}.specialist-onboarding-combined-price .specialist-onboarding-currency{margin-top:.7rem}@media(max-width:23rem){.specialist-onboarding-timezone{grid-template-columns:1fr}.specialist-onboarding-timezone>button{width:100%}.specialist-onboarding-profile-photo-picker{grid-template-columns:3.65rem minmax(0,1fr);gap:.65rem}.specialist-onboarding-profile-photo-preview{width:3.65rem;height:3.65rem}.specialist-onboarding-service-photo-control{grid-template-columns:1fr}.specialist-onboarding-service-photo-control>button{justify-self:start;padding-left:.5rem}}.setup-page{display:flow-root}.setup-page button,.setup-flow-page button,.setup-page input,.setup-flow-page input,.setup-page textarea,.setup-flow-page textarea,.setup-page select,.setup-flow-page select{-webkit-tap-highlight-color:transparent}.setup-page button,.setup-flow-page button{touch-action:manipulation}.setup-card,.setup-flow-page,.setup-schedule-page{width:min(100%,35rem);margin-inline:auto}.setup-page .setup-card{min-height:100vh;min-height:100dvh;padding:max(1.15rem,env(safe-area-inset-top)) .75rem 0;border:0;border-radius:0;background:transparent}.setup-title,.setup-flow-header h1,.setup-page-header h1{margin:0;color:var(--theme-text);font-size:clamp(1.65rem,7vw,2rem);font-weight:780;line-height:1.15;letter-spacing:-.035em;text-align:center}.setup-form{min-height:calc(100vh - 4.2rem);min-height:calc(100dvh - 4.2rem - env(safe-area-inset-top));padding-top:1.35rem;display:flex;flex-direction:column;gap:.95rem}.setup-text-fields{display:grid;gap:.42rem;overflow:visible;border:0;border-radius:0;background:transparent}.setup-floating-field{position:relative;min-width:0;display:block;overflow:hidden;border:1px solid var(--theme-border-soft);border-radius:1.18rem;background:var(--theme-surface);cursor:text}.setup-text-fields .setup-floating-field{border:1px solid var(--theme-border-soft);border-radius:.82rem;background:var(--theme-surface)}.setup-floating-field input,.setup-floating-field textarea{width:100%;margin:0;padding:1.18rem .75rem .25rem;display:block;border:0!important;border-radius:inherit;outline:0;color:var(--theme-text);background:transparent!important;box-shadow:none!important;font-size:.88rem;font-weight:400;line-height:1.15}.setup-floating-field input{min-height:3rem}.setup-floating-field textarea{min-height:3rem;height:3rem;resize:none}.setup-floating-field>span{position:absolute;z-index:1;top:50%;left:1rem;max-width:calc(100% - 2rem);overflow:hidden;color:var(--theme-text-muted);font-size:.96rem;font-weight:500;line-height:1;text-overflow:ellipsis;white-space:nowrap;transform:translateY(-50%);transform-origin:left top;transition:top .16s ease,transform .16s ease,color .16s ease,font-size .16s ease;pointer-events:none}.setup-floating-field textarea+span{top:50%;transform:translateY(-50%)}.setup-floating-field:focus-within>span,.setup-floating-field.has-value>span,.setup-floating-field input:not(:placeholder-shown)+span,.setup-floating-field textarea:not(:placeholder-shown)+span{top:.68rem;color:var(--theme-accent);font-size:.72rem;transform:none}.setup-floating-field>small{position:absolute;right:.9rem;bottom:.48rem;color:var(--theme-text-subtle);font-size:.61rem;line-height:1;opacity:0;transition:opacity .15s ease;pointer-events:none}.setup-floating-field:focus-within>small,.setup-floating-field.has-value>small{opacity:1}.setup-floating-field:focus-within{border-color:var(--theme-border-soft);box-shadow:none}.setup-text-fields .setup-floating-field:focus-within{box-shadow:none}.setup-card .setup-navigation-list{display:grid;gap:.7rem;border:0;background:transparent}.setup-navigation-row,.setup-timezone-row,.setup-currency-row{width:100%;min-height:3.25rem;padding:.72rem 1rem;border:1px solid var(--theme-border-soft);border-radius:1.15rem;color:var(--theme-text);background:var(--theme-surface)}.setup-navigation-row{display:flex;align-items:center;justify-content:space-between;gap:.85rem;text-align:center;cursor:pointer;transition:background .15s ease,transform .15s ease}.setup-navigation-row:active{transform:scale(.992)}.setup-navigation-copy{color:var(--theme-text);font-size:.93rem;font-weight:700}.setup-navigation-value{min-width:0;display:inline-flex;align-items:center;gap:.65rem;color:var(--theme-accent);font-size:.91rem;white-space:nowrap}.setup-navigation-value svg{width:.9rem;height:.9rem;color:var(--theme-text-subtle)}.setup-timezone-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.setup-timezone-copy{min-width:0;display:flex;flex-direction:column}.setup-timezone-copy strong{overflow:hidden;color:var(--theme-text);font-size:.9rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.setup-timezone-copy small{margin-top:.18rem;color:var(--theme-text-muted);font-size:.68rem}.setup-timezone-offset{flex:none;color:var(--theme-accent);font-size:.9rem;white-space:nowrap}.setup-timezone-select{min-width:0;max-width:64%;display:inline-flex;align-items:center;flex:1;position:relative}.setup-timezone-select select{width:100%;min-height:2.15rem;padding:.25rem 1.35rem .25rem .35rem;overflow:hidden;appearance:none;border:0;outline:0;color:var(--theme-accent);background:transparent;font-size:.86rem;font-weight:650;text-align:center;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.setup-timezone-select select:focus-visible{border-radius:.5rem;box-shadow:0 0 0 3px var(--theme-focus)}.setup-timezone-select svg{width:.85rem;height:.85rem;position:absolute;right:0;color:var(--theme-text-subtle);pointer-events:none}@media(max-width:520px){.setup-timezone-row{align-items:stretch;flex-direction:column;gap:.55rem}.setup-timezone-select{width:100%;max-width:none}.setup-timezone-select select{padding-left:0;text-align:center}}.setup-currency-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:.92rem;font-weight:700}.setup-currency-row select{min-width:5.4rem;min-height:2.15rem;margin:-.25rem -.3rem -.25rem 0;padding:.25rem 1.65rem .25rem .55rem;border:0;outline:0;color:var(--theme-accent);background-color:transparent;font-weight:650;text-align:center;cursor:pointer}.setup-currency-row select:focus-visible{border-radius:.5rem;box-shadow:0 0 0 3px var(--theme-focus)}.setup-payments{margin:.2rem 0 0;padding:0 1rem;overflow:hidden;border:1px solid var(--theme-border-soft);border-radius:1.25rem;background:var(--theme-surface)}.setup-payments-title{width:calc(100% + 2rem);margin:0 -1rem .35rem;padding:.55rem 1rem .35rem;color:var(--theme-text-muted);font-size:.7rem;font-weight:500;letter-spacing:.045em;text-transform:uppercase}.setup-payment-row{min-height:3rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;border-top:1px solid var(--theme-border-soft);color:var(--theme-text);font-size:.91rem;font-weight:650;cursor:pointer}.setup-payment-row:first-of-type{border-top:0}.setup-payment-row input{width:1.5rem;height:1.5rem;margin:0;display:grid;place-content:center;flex:none;appearance:none;border:1.5px solid var(--theme-border);border-radius:50%;background:transparent;cursor:pointer;transition:border-color .16s ease,background .16s ease}.setup-payment-row input:before{content:"";width:.68rem;height:.36rem;border:solid var(--theme-on-primary);border-width:0 0 2px 2px;opacity:0;transform:translateY(-.08rem) rotate(-45deg) scale(.6);transition:opacity .14s ease,transform .14s ease}.setup-payment-row input:checked{border-color:var(--theme-primary);background:var(--theme-primary)}.setup-payment-row input:checked:before{opacity:1;transform:translateY(-.08rem) rotate(-45deg) scale(1)}.setup-back-button,.setup-secondary-action,.setup-secondary-button,.setup-save-button,.setup-primary-action,.setup-primary-button{min-height:2.8rem;padding:.65rem 1rem;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border:1px solid transparent;border-radius:.8rem;font-size:.82rem;font-weight:700;cursor:pointer;transition:background .16s ease,border-color .16s ease,opacity .16s ease,transform .16s ease}.setup-back-button svg,.setup-secondary-button svg{width:1rem;height:1rem}.setup-back-button:active,.setup-secondary-action:active,.setup-secondary-button:active,.setup-save-button:active:not(:disabled),.setup-primary-action:active:not(:disabled),.setup-primary-button:active:not(:disabled){transform:translateY(1px)}.setup-bottom-actions,.setup-form-actions,.setup-sticky-actions{z-index:12;width:calc(100% + 1.5rem);margin-top:auto;margin-inline:-.75rem;padding:.7rem .75rem max(.7rem,env(safe-area-inset-bottom));display:grid;grid-template-columns:auto minmax(0,1fr);gap:.55rem;border-top:1px solid var(--theme-border-soft);background:color-mix(in srgb,var(--theme-dashboard) 94%,transparent);box-shadow:0 -10px 30px color-mix(in srgb,var(--theme-text) 8%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.setup-bottom-actions{position:sticky;bottom:0}.setup-save-button,.setup-primary-action,.setup-primary-button{min-width:0;color:var(--theme-on-primary);background:var(--theme-primary)}.setup-save-button:disabled,.setup-primary-action:disabled,.setup-primary-button:disabled{border-color:transparent;color:color-mix(in srgb,var(--theme-text-muted) 70%,transparent);background:var(--theme-disabled);cursor:not-allowed}.setup-flow-page{padding:max(1rem,env(safe-area-inset-top)) .75rem max(1.2rem,env(safe-area-inset-bottom))}.setup-services-page,.setup-new-service-page{display:flex;flex-direction:column}.setup-new-service-page{min-height:100vh;min-height:100dvh;padding-bottom:0}.setup-flow-header,.setup-page-header{position:relative;min-height:3rem;display:grid;grid-template-columns:minmax(4.9rem,1fr) auto minmax(4.9rem,1fr);align-items:start}.setup-flow-header .setup-back-button,.setup-page-header .setup-back-button{min-height:2.35rem;padding:.45rem .62rem;justify-self:start;border-color:transparent;background:transparent}.setup-flow-header h1{grid-column:2;align-self:center;font-size:1.7rem;white-space:nowrap}.setup-add-service{width:100%;min-height:3.15rem;margin-top:1rem;padding:.7rem 1rem;display:flex;align-items:center;gap:.7rem;border:1px solid var(--theme-border-soft);border-radius:1.15rem;color:var(--theme-accent);background:var(--theme-surface);font-size:.93rem;text-align:center;cursor:pointer}.setup-add-service svg{width:1.15rem;height:1.15rem}.setup-services-list{margin-top:.85rem;display:grid;gap:.65rem}.setup-service-card{position:relative;min-width:0;min-height:4.9rem;padding:.65rem;display:grid;grid-template-columns:3.65rem minmax(0,1fr) auto;align-items:center;gap:.75rem;overflow:hidden;border:1px solid var(--theme-border-soft);border-radius:1rem;background:var(--theme-surface)}.setup-service-thumb{width:3.65rem;height:3.65rem;display:grid;place-items:center;object-fit:cover;overflow:hidden;border-radius:.75rem;color:var(--theme-accent);background:var(--theme-surface-soft)}.setup-service-thumb svg{width:1.2rem}.setup-service-details{min-width:0}.setup-service-details h2{margin:0;overflow:hidden;color:var(--theme-text);font-size:.9rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.setup-service-meta{margin:.3rem 0 0;color:var(--theme-text-muted);font-size:.7rem}.setup-service-delete{width:2.35rem;height:2.35rem;padding:0;display:grid;place-items:center;border:0;border-radius:.65rem;color:var(--danger);background:transparent;cursor:pointer}.setup-service-delete:hover{background:var(--theme-danger-surface)}.setup-service-delete svg{width:1rem}.setup-delete-confirm{position:absolute;inset:0 0 0 auto;min-width:10rem;padding:.65rem;display:grid;grid-template-columns:1fr 1fr;align-content:center;gap:.35rem;border-left:1px solid var(--theme-danger-border);background:var(--theme-danger-surface)}.setup-delete-confirm>span{grid-column:1 / -1;color:var(--theme-danger-text);font-size:.7rem;font-weight:700;text-align:center}.setup-delete-confirm button{min-height:1.8rem;padding:.25rem .5rem;border:1px solid var(--theme-danger-border);border-radius:.5rem;color:var(--theme-danger-text);background:transparent;font-size:.68rem;font-weight:700;cursor:pointer}.setup-empty-copy{margin:1.25rem auto 0;color:var(--theme-text-muted);font-size:.78rem;text-align:center}.setup-service-form{width:100%;margin-top:.75rem;padding-bottom:1rem;display:grid;gap:.85rem}.setup-photo-picker{width:7.8rem;height:7.8rem;margin:.35rem auto .15rem;padding:.75rem;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;border:1px dashed var(--theme-border);border-radius:1.2rem;color:var(--theme-accent);background:var(--theme-surface);text-align:center;cursor:pointer;transition:border-color .16s ease,background .16s ease}.setup-photo-picker:hover,.setup-photo-picker:focus-within{border-color:var(--theme-accent);background:var(--theme-surface-hover)}.setup-photo-picker.has-photo{padding:0;border-style:solid}.setup-photo-picker>svg{width:1.35rem;height:1.35rem}.setup-photo-picker>span{margin-top:.4rem;font-size:.86rem;line-height:1.12}.setup-photo-picker>small{margin-top:.35rem;color:var(--theme-text-muted);font-size:.56rem;line-height:1.25}.setup-photo-picker input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.setup-photo-preview{width:100%;height:100%;display:block;object-fit:cover}.setup-service-form .setup-floating-field input{min-height:3rem}.setup-service-form .setup-floating-field textarea{min-height:3rem;height:3rem;padding-bottom:.25rem}.setup-duration-field{min-height:3.5rem;padding:.75rem 1rem;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:.55rem;border:1px solid var(--theme-border-soft);border-radius:1.1rem;color:var(--theme-text);background:var(--theme-surface);text-align:center;cursor:pointer}.setup-duration-field>span{font-size:.88rem;font-weight:650}.setup-duration-field>strong{color:var(--theme-accent);font-size:.86rem;font-weight:600}.setup-duration-field>svg{width:.85rem;height:.85rem;color:var(--theme-accent);transform:rotate(90deg)}.setup-price-field b{position:absolute;top:50%;right:1rem;color:var(--theme-text);font-size:.87rem;transform:translateY(-50%)}.setup-price-field input{padding-right:4rem}.setup-form-error,.setup-time-error{margin:0;padding:.68rem .8rem;border:1px solid var(--theme-danger-border);border-radius:.7rem;color:var(--theme-danger-text);background:var(--theme-danger-surface);font-size:.72rem;line-height:1.4}.setup-new-service-page>.setup-form-actions{position:sticky;bottom:0;width:calc(100% + 1.5rem);margin:auto -.75rem 0}.setup-modal-backdrop,.setup-time-wheel-backdrop{position:fixed;z-index:100;inset:0;padding:.75rem;display:flex;align-items:flex-end;justify-content:center;background:var(--theme-scrim);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.setup-wheel-modal{width:min(100%,31rem);padding:1.1rem;overflow:hidden;border:1px solid var(--theme-border);border-radius:1.25rem;background:var(--theme-surface-raised);box-shadow:0 1.5rem 4rem #00000047}.setup-wheel-title{margin:0 0 .9rem;color:var(--theme-text);font-size:1.05rem;text-align:center}.setup-wheel-columns{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.setup-wheel-column{min-width:0;display:grid;gap:.4rem;color:var(--theme-text-muted);font-size:.66rem;text-align:center}.setup-wheel-select{width:100%;height:8.7rem;padding:0;overflow-y:auto;border:1px solid var(--theme-border);border-radius:.85rem;color:var(--theme-text);background:var(--theme-input);font-size:1.05rem;scroll-snap-type:y mandatory}.setup-wheel-select option{min-height:2.75rem;padding:.72rem;color:var(--theme-text);background:var(--theme-input);scroll-snap-align:center}.setup-wheel-select option:checked{color:var(--theme-on-primary);background:var(--theme-primary) linear-gradient(0deg,var(--theme-primary),var(--theme-primary))}.setup-wheel-actions{margin-top:1rem;display:grid;grid-template-columns:1fr 1fr;gap:.55rem}.setup-schedule-page{padding:max(1rem,env(safe-area-inset-top)) .75rem 0;display:flex;flex-direction:column}.setup-page-header{grid-template-columns:5.1rem minmax(0,1fr) 5.1rem}.setup-page-header>div{grid-column:2;min-width:0;text-align:center}.setup-page-header h1{font-size:1.7rem}.setup-page-header p{margin:.42rem -2.8rem 0;color:var(--theme-text-muted);font-size:.82rem;line-height:1.35}.setup-schedule-page .setup-schedule-content{margin-top:1.25rem;padding:0 0 1rem;display:grid;gap:.85rem;border:0;background:transparent}.setup-calendar-heading{min-height:2.35rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.setup-calendar-heading h2{margin:0;overflow:hidden;color:var(--theme-text);font-size:1.15rem;font-weight:760;letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap}.setup-calendar-heading h2:first-letter{text-transform:uppercase}.setup-calendar-navigation{display:flex;gap:.45rem}.setup-calendar-navigation button{width:2.35rem;height:2.35rem;padding:0;display:grid;place-items:center;border:1px solid var(--theme-border-soft);border-radius:50%;color:var(--theme-accent);background:var(--theme-surface);cursor:pointer}.setup-calendar-navigation button:disabled{color:var(--theme-text-subtle);opacity:.42;cursor:not-allowed}.setup-calendar-navigation svg{width:1rem;height:1rem}.setup-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-auto-rows:minmax(3.25rem,auto);gap:.38rem}.setup-calendar-grid>button{position:relative;min-width:0;min-height:3.25rem;padding:.33rem .1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;border:1.5px solid transparent;border-radius:.8rem;color:var(--theme-text-subtle);background:var(--theme-surface-soft);cursor:pointer;transition:border-color .14s ease,color .14s ease,background .14s ease}.setup-calendar-grid>button>span{max-width:100%;overflow:hidden;font-size:.52rem;font-weight:650;line-height:1;text-overflow:clip;text-transform:lowercase;white-space:nowrap}.setup-calendar-grid>button>strong{font-size:.76rem;line-height:1}.setup-schedule-content .setup-calendar-grid>button.open{color:var(--theme-text-muted);background:var(--theme-surface)}.setup-schedule-content .setup-calendar-grid>button.selected{border-color:var(--theme-accent);color:var(--theme-accent);background:var(--theme-selection)}.setup-calendar-count{position:absolute;z-index:1;top:-.32rem;right:-.24rem;min-width:1.05rem;height:1.05rem;padding:0 .2rem;display:grid;place-items:center;border:2px solid var(--theme-dashboard);border-radius:2rem;color:#fff;background:var(--danger);font-size:.56rem;line-height:1}.setup-day-status{min-height:3.7rem;padding:.65rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;border:1px solid var(--theme-border-soft);border-radius:1.15rem;color:var(--theme-text);background:var(--theme-surface);font-size:.9rem;font-weight:700;cursor:pointer}.setup-day-status input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.setup-day-status i{position:relative;width:3rem;height:1.75rem;flex:none;border-radius:2rem;background:var(--theme-disabled);transition:background .18s ease}.setup-day-status i:after{content:"";position:absolute;top:.17rem;left:.17rem;width:1.41rem;height:1.41rem;border-radius:50%;background:#fff;box-shadow:0 2px 5px #00000038;transition:transform .18s ease}.setup-day-status input:checked+i{background:var(--theme-primary)}.setup-day-status input:checked+i:after{transform:translate(1.25rem)}.setup-day-status:has(input:focus-visible){box-shadow:0 0 0 3px var(--theme-focus)}.setup-time-range{padding:0 1rem;overflow:hidden;border:1px solid var(--theme-border-soft);border-radius:1.15rem;background:var(--theme-surface)}.setup-time-range button{width:100%;min-height:3.1rem;padding:.68rem 0;display:flex;align-items:center;justify-content:space-between;gap:1rem;border:0;border-top:1px solid var(--theme-border-soft);color:var(--theme-text);background:transparent;text-align:center;cursor:pointer}.setup-time-range button:first-child{border-top:0}.setup-time-range button span{font-size:.87rem;font-weight:650}.setup-time-range button strong{min-width:4.4rem;padding:.4rem .55rem;border-radius:.58rem;color:var(--theme-text);background:var(--theme-surface-soft);font-size:.89rem;text-align:center}.setup-buffer-options{margin:0;padding:.85rem;border:1px solid var(--theme-border-soft);border-radius:1.15rem;background:var(--theme-surface)}.setup-buffer-options legend{padding:0 .15rem;color:var(--theme-text);font-size:.8rem;font-weight:700}.setup-buffer-options>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.42rem}.setup-buffer-options label{min-width:0;min-height:2.55rem;display:grid;place-items:center;border:1px solid var(--theme-border);border-radius:.7rem;color:var(--theme-text-muted);background:var(--theme-input);font-size:.74rem;font-weight:650;cursor:pointer}.setup-buffer-options label.selected{border-color:var(--theme-accent);color:var(--theme-accent);background:var(--theme-selection)}.setup-buffer-options input{position:absolute;width:1px;height:1px;opacity:0}.setup-buffer-options label:has(input:focus-visible){box-shadow:0 0 0 3px var(--theme-focus)}.setup-slot-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.45rem}.setup-slot-grid button{min-width:0;min-height:3rem;padding:.5rem .15rem;border:1.5px solid transparent;border-radius:.75rem;color:var(--theme-text);background:var(--theme-surface);font-size:.84rem;font-weight:650;cursor:pointer}.setup-slot-grid button.active{border-color:var(--theme-accent);color:var(--theme-accent);background:var(--theme-selection)}.setup-copy-actions{padding:0 1rem;overflow:hidden;border:1px solid var(--theme-border-soft);border-radius:1.15rem;background:var(--theme-surface)}.setup-copy-actions button{width:100%;min-height:3.05rem;padding:.7rem 0;display:block;border:0;border-top:1px solid var(--theme-border-soft);color:var(--theme-accent);background:transparent;font-size:.83rem;font-weight:550;text-align:center;cursor:pointer}.setup-copy-actions button:first-child{border-top:0}.setup-copy-actions button:disabled{color:var(--theme-text-subtle);opacity:.52;cursor:not-allowed}.setup-delete-day{width:100%;min-height:3.05rem;padding:.7rem 1rem;border:1px solid var(--theme-danger-border);border-radius:1.15rem;color:var(--danger);background:var(--theme-danger-surface);font-size:.83rem;font-weight:650;text-align:center;cursor:pointer}.setup-schedule-actions{position:sticky;bottom:0;width:calc(100% + 1.5rem);margin:auto -.75rem 0}.setup-time-wheel-backdrop{padding:0}.setup-time-wheel{width:min(100%,35rem);padding:1rem 0 max(.8rem,env(safe-area-inset-bottom));overflow:hidden;border:1px solid var(--theme-border);border-bottom:0;border-radius:1.2rem 1.2rem 0 0;background:var(--theme-surface-raised);box-shadow:0 -1.5rem 4rem #00000042}.setup-time-wheel>h2{margin:0;padding:0 1rem .8rem;color:var(--theme-text);font-size:.95rem;text-align:center}.setup-time-wheel-columns{position:relative;width:min(72%,19rem);height:9.6rem;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.setup-time-wheel-columns:before{content:"";position:absolute;z-index:0;top:3.2rem;right:0;left:0;height:3.2rem;border-radius:.65rem;background:var(--theme-surface-soft);pointer-events:none}.setup-time-wheel .setup-time-wheel-column{position:relative;z-index:1;height:9.6rem;overflow:visible;border:0;background:transparent;scrollbar-width:none;scroll-snap-type:none;overscroll-behavior:contain}.setup-time-wheel .setup-time-wheel-column::-webkit-scrollbar{display:none}.setup-time-wheel-spacer,.setup-time-wheel .setup-time-wheel-column button{width:100%;height:3.2rem;min-height:3.2rem;display:grid;place-items:center;scroll-snap-align:center}.setup-time-wheel .setup-time-wheel-column button{padding:0;border:0;color:var(--theme-text-subtle);background:transparent;font-size:1.08rem;opacity:.55;cursor:pointer;transition:color .12s ease,opacity .12s ease,font-size .12s ease}.setup-time-wheel .setup-time-wheel-column button.selected{color:var(--theme-text);font-size:1.3rem;font-weight:650;opacity:1}.setup-time-wheel-divider{position:relative;z-index:2;color:var(--theme-text);font-size:1.3rem;font-weight:700}.setup-time-wheel-actions{margin-top:.75rem;padding:.75rem 1rem 0;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--theme-border-soft)}.setup-link-button{min-height:2.6rem;padding:.45rem .3rem;border:0;color:var(--theme-accent);background:transparent;font-size:.95rem;font-weight:650;cursor:pointer}.setup-page :where(button,input,textarea,select):focus-visible,.setup-flow-page :where(button,input,textarea,select):focus-visible{outline:3px solid var(--theme-focus);outline-offset:2px}.setup-floating-field :where(input,textarea):focus-visible,.setup-payment-row input:focus-visible,.setup-day-status input:focus-visible,.setup-buffer-options input:focus-visible{outline:0}@media(min-width:36rem){.setup-page,.setup-flow-page{padding-inline:1rem}.setup-page .setup-card,.setup-flow-page,.setup-schedule-page{margin-block:1rem;border:1px solid var(--theme-border-soft);border-radius:1.5rem;box-shadow:0 1.2rem 4rem color-mix(in srgb,var(--theme-text) 8%,transparent)}.setup-page .setup-card,.setup-flow-page,.setup-schedule-page{padding-inline:1.1rem}.setup-page .setup-card,.setup-flow-page,.setup-schedule-page{min-height:calc(100dvh - 2rem)}.setup-bottom-actions,.setup-form-actions,.setup-sticky-actions,.setup-new-service-page>.setup-form-actions,.setup-schedule-actions{width:calc(100% + 2.2rem);margin-inline:-1.1rem;padding-inline:1.1rem;border-radius:0 0 1.5rem 1.5rem}.setup-calendar-grid{gap:.48rem}.setup-calendar-grid>button{min-height:3.55rem}}@media(max-width:22rem){.setup-flow-header,.setup-page-header{grid-template-columns:4.2rem minmax(0,1fr) 4.2rem}.setup-flow-header .setup-back-button,.setup-page-header .setup-back-button{padding-inline:.35rem;font-size:.72rem}.setup-calendar-grid{gap:.25rem}.setup-calendar-grid>button{min-height:2.95rem;border-radius:.65rem}.setup-slot-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.setup-page .setup-card{padding:max(.75rem,env(safe-area-inset-top)) .65rem 0}.setup-title,.setup-flow-header h1,.setup-page-header h1,.setup-title-only{font-size:clamp(1.45rem,6vw,1.7rem);font-weight:700;line-height:1.12;letter-spacing:-.025em}.setup-form{min-height:calc(100dvh - 3.25rem - env(safe-area-inset-top));padding-top:.75rem;gap:.55rem}.setup-card .setup-text-fields{display:grid;gap:.42rem;overflow:visible;border:0;border-radius:0;background:transparent}.setup-text-fields .setup-floating-field,.setup-flow-page .setup-floating-field{min-height:3rem;overflow:hidden;border:1px solid var(--theme-border-soft);border-radius:.82rem;background:var(--theme-surface);box-shadow:none}.setup-floating-field input,.setup-floating-field textarea,.setup-service-form .setup-floating-field input,.setup-service-form .setup-floating-field textarea{min-height:3rem;height:3rem;padding:1.18rem .75rem .25rem;border:0!important;border-radius:.82rem;outline:0!important;box-shadow:none!important;font-size:.88rem;font-weight:400;line-height:1.15;resize:none}.setup-floating-field textarea,.setup-service-form .setup-floating-field textarea{overflow-y:auto}.setup-floating-field>span,.setup-floating-field textarea+span{top:50%;left:.75rem;font-size:.82rem;font-weight:400;transform:translateY(-50%)}.setup-floating-field:focus-within>span,.setup-floating-field.has-value>span,.setup-floating-field input:not(:placeholder-shown)+span,.setup-floating-field textarea:not(:placeholder-shown)+span{top:.45rem;color:var(--theme-text-muted);font-size:.62rem;transform:none}.setup-floating-field>small{display:none}.setup-floating-field:focus-within,.setup-text-fields .setup-floating-field:focus-within,.setup-flow-page .setup-floating-field:focus-within{border-color:var(--theme-border-soft);outline:0;box-shadow:none}.setup-card .setup-navigation-list{gap:.42rem}.setup-navigation-row,.setup-timezone-row,.setup-currency-row{min-height:2.8rem;padding:.55rem .78rem;gap:.65rem;border-radius:.85rem}.setup-navigation-copy,.setup-navigation-value,.setup-timezone-copy strong,.setup-timezone-offset,.setup-currency-row{font-size:.83rem;font-weight:400}.setup-timezone-copy small{margin-top:.1rem;font-size:.61rem}.setup-currency-row{position:relative;z-index:4;overflow:visible}.setup-currency-control{position:relative;flex:none}.setup-currency-trigger{min-width:0;min-height:1.85rem;padding:.25rem .32rem;display:inline-flex;align-items:center;justify-content:center;gap:.2rem;border:1px solid var(--theme-border);border-radius:.62rem;color:var(--theme-accent);background:var(--theme-input);font-size:.8rem;font-weight:400;cursor:pointer}.setup-currency-trigger svg{width:.78rem;height:.78rem;transform:rotate(90deg)}.setup-currency-trigger[aria-expanded=true] svg{transform:rotate(-90deg)}.setup-currency-menu{position:absolute;z-index:30;top:auto;bottom:calc(100% + .32rem);right:0;width:6.5rem;max-width:calc(100vw - 2rem);max-height:min(15rem,46vh);padding:.25rem;display:grid;gap:.1rem;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;border:1px solid var(--theme-border);border-radius:.7rem;color:var(--theme-text);background:var(--theme-surface-raised);box-shadow:0 .7rem 1.8rem color-mix(in srgb,#000 20%,transparent)}.setup-currency-option{width:100%;min-height:1.95rem;padding:.3rem .45rem;display:flex;align-items:center;justify-content:space-between;gap:.35rem;border:0;border-radius:.45rem;color:var(--theme-text);background:transparent;font-size:.76rem;font-weight:400;text-align:center;cursor:pointer}.setup-currency-option:hover,.setup-currency-option:focus-visible,.setup-currency-option[aria-selected=true]{outline:0;color:var(--theme-accent);background:var(--theme-selection)}.setup-currency-option svg{width:.75rem;height:.75rem}.setup-page .setup-payments{position:relative;margin:.15rem 0 0;padding:1.25rem 0 0;overflow:visible;border:0;border-radius:0;background:transparent}.setup-payments-title{position:absolute;top:.12rem;left:.1rem;width:auto;margin:0;padding:0;color:var(--theme-text-muted);font-size:.62rem;font-weight:400;letter-spacing:.025em}.setup-payment-row{min-height:2.55rem;padding:.48rem .78rem;border:1px solid var(--theme-border-soft);border-bottom:0;color:var(--theme-text);background:var(--theme-surface);font-size:.82rem;font-weight:400}.setup-payment-row:first-of-type{border-top:1px solid var(--theme-border-soft);border-radius:.82rem .82rem 0 0}.setup-payment-row:last-of-type{border-bottom:1px solid var(--theme-border-soft);border-radius:0 0 .82rem .82rem}.setup-payment-other{margin-top:.55rem}.setup-payment-row input{width:1.25rem;height:1.25rem}.setup-payment-row input:before{width:.57rem;height:.3rem}.setup-flow-header>.setup-back-button,.setup-page-header>.setup-back-button{display:none}.setup-back-button,.setup-secondary-action,.setup-secondary-button,.setup-save-button,.setup-primary-action,.setup-primary-button{min-height:3.2rem;padding:.65rem 1rem;border-radius:.9rem;font-size:.82rem;font-weight:400}.setup-bottom-actions,.setup-form-actions,.setup-sticky-actions{width:calc(100% + 1.3rem);margin-inline:-.65rem;padding:.6rem .65rem max(.6rem,env(safe-area-inset-bottom));gap:.55rem;box-shadow:none}.setup-flow-page,.setup-schedule-page{padding:max(.75rem,env(safe-area-inset-top)) .65rem 0}.setup-services-page,.setup-new-service-page{min-height:100vh;min-height:100dvh}.setup-flow-header,.setup-page-header{min-height:2rem;display:block;text-align:center}.setup-flow-header h1,.setup-page-header h1,.setup-title-only{margin:0;text-align:center}.setup-add-service{min-height:2.8rem;margin-top:.75rem;padding:.5rem .75rem;gap:.55rem;border-radius:.82rem;font-size:.82rem;font-weight:400}.setup-add-service svg{width:1rem;height:1rem}.setup-services-list{margin-top:.55rem;gap:.45rem}.setup-service-card{width:100%;min-height:4rem;padding:.48rem;grid-template-columns:3rem minmax(0,1fr) auto auto;gap:.58rem;border-radius:.82rem;color:var(--theme-text);text-align:center;cursor:pointer}button.setup-service-card{appearance:none}.setup-service-thumb{width:3rem;height:3rem;border-radius:.62rem}.setup-service-details :where(h2,strong){display:block;margin:0;overflow:hidden;color:var(--theme-text);font-size:.82rem;font-weight:400;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.setup-service-title{display:block;margin:0;overflow:hidden;color:var(--theme-text);font-size:.82rem;font-weight:400;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.setup-service-details .setup-service-title{margin:0;color:var(--theme-text);font-size:.82rem;line-height:1.2}.setup-service-details .setup-service-meta{margin-top:.18rem;color:var(--theme-text-muted);font-size:.65rem}.setup-service-details :where(.setup-service-meta,span){display:block;margin:.18rem 0 0;color:var(--theme-text-muted);font-size:.65rem;font-weight:400}.setup-service-price{color:var(--theme-text);font-size:.76rem;font-weight:400;white-space:nowrap}.setup-service-card>svg{width:.8rem;height:.8rem;color:var(--theme-text-subtle)}.setup-empty-copy{margin-top:.8rem;font-size:.72rem}.setup-service-form{margin-top:.5rem;padding-bottom:.55rem;gap:.48rem}.setup-photo-picker{width:5.7rem;height:5.7rem;margin:.1rem auto;padding:.45rem;border-radius:.85rem}.setup-photo-picker-shell{position:relative;width:5.7rem;height:5.7rem;margin:.1rem auto}.setup-photo-picker-shell .setup-photo-picker{width:100%;height:100%;margin:0}.setup-photo-picker-shell .setup-photo-picker>span{margin:0;font-size:.72rem;line-height:1.25}.setup-photo-remove{position:absolute;z-index:3;top:.3rem;right:.3rem;width:1.45rem;height:1.45rem;padding:0;display:grid;place-items:center;border:1px solid rgba(255,255,255,.5);border-radius:50%;color:#fff;background:#0f171fc7;font-size:1.05rem;line-height:1;cursor:pointer}.setup-photo-picker>svg{width:1.05rem;height:1.05rem}.setup-photo-picker>span{margin-top:.25rem;font-size:.72rem}.setup-photo-picker>small{margin-top:.18rem;font-size:.5rem}.setup-duration-field{min-height:2.85rem;padding:.52rem .75rem;border-radius:.82rem}.setup-duration-field>span,.setup-duration-field>strong,.setup-price-field b{font-size:.8rem;font-weight:400}.setup-duration-value{color:var(--theme-accent);font-size:.8rem;font-weight:400;white-space:nowrap}.setup-price-currency{position:absolute;top:50%;right:.75rem;bottom:auto;left:auto;width:auto;max-width:none;margin:0;padding:0;overflow:visible;color:var(--theme-text);font-size:.8rem;font-weight:400;line-height:1;white-space:nowrap;transform:translateY(-50%);pointer-events:none}.setup-price-field input{padding-right:6.5rem}.setup-new-service-page>.setup-form-actions,.setup-flow-page>.setup-form-actions{width:calc(100% + 1.3rem);margin:auto -.65rem 0}.setup-secondary-action svg{width:.9rem;height:.9rem}.setup-form-actions.setup-single-action{grid-template-columns:1fr}.setup-services-page>.setup-form-actions{position:sticky;bottom:0;margin-top:auto}.setup-delete-action{width:100%;min-height:2.7rem;padding:.55rem .75rem;border:1px solid var(--theme-danger-border);border-radius:.82rem;color:var(--danger);background:var(--theme-danger-surface);font-size:.78rem;font-weight:400;text-align:center;cursor:pointer}.setup-delete-confirm.setup-delete-confirm-block{position:static;inset:auto;width:100%;min-width:0;padding:.52rem .65rem;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:.4rem;border:1px solid var(--theme-danger-border);border-radius:.82rem}.setup-delete-confirm.setup-delete-confirm-block>span{grid-column:auto;font-size:.72rem;font-weight:400;text-align:center}.setup-delete-confirm.setup-delete-confirm-block button,.setup-delete-day-confirm button{min-width:2.7rem;min-height:2rem;padding:.3rem .55rem;border:1px solid var(--theme-danger-border);border-radius:.55rem;color:var(--theme-danger-text);background:transparent;font-size:.7rem;font-weight:400;cursor:pointer}.setup-modal-backdrop,.setup-time-wheel-backdrop{padding:.5rem;align-items:flex-end;overflow:hidden}.setup-wheel-modal,.setup-time-wheel{width:min(100%,29rem);max-height:calc(100dvh - 1rem - env(safe-area-inset-top));padding:.75rem;overflow:hidden;border-radius:.95rem}.setup-time-wheel{padding:.72rem 0 max(.55rem,env(safe-area-inset-bottom));border-bottom:1px solid var(--theme-border)}.setup-wheel-title,.setup-time-wheel>h2{margin:0;padding:0 .75rem .5rem;font-size:.83rem;font-weight:400}.setup-time-wheel-columns{width:min(66%,15rem);height:7.5rem}.setup-time-wheel-columns:before{top:2.5rem;height:2.5rem;border-radius:.55rem}.setup-time-wheel .setup-time-wheel-column{height:7.5rem;display:block;overflow:hidden;border:0;background:transparent;scroll-snap-type:none;touch-action:manipulation}.setup-time-wheel-track{height:12.5rem;display:grid;grid-template-rows:repeat(5,2.5rem);transform:translateY(-2.5rem);will-change:transform}.setup-time-wheel-track.is-next{animation:setup-time-wheel-next .2s cubic-bezier(.22,1,.36,1) both}.setup-time-wheel-track.is-previous{animation:setup-time-wheel-previous .2s cubic-bezier(.22,1,.36,1) both}.setup-time-wheel-spacer,.setup-time-wheel .setup-time-wheel-column button,.setup-time-wheel-neighbour{height:2.5rem;min-height:2.5rem}.setup-time-wheel .setup-time-wheel-column button,.setup-time-wheel-neighbour{padding:0;border:0;color:var(--theme-text-subtle);background:transparent;font-size:.9rem;font-weight:400;opacity:.56;transform:scale(.94);transition:color .2s ease,opacity .2s ease,transform .2s ease}.setup-time-wheel .setup-time-wheel-column button.selected{color:var(--theme-text);font-size:1.08rem;font-weight:500;opacity:1;transform:scale(1)}.setup-time-wheel-track.is-next button[data-offset="-1"],.setup-time-wheel-track.is-previous button[data-offset="1"]{animation:setup-time-wheel-selected-out .2s cubic-bezier(.22,1,.36,1) both}.setup-time-wheel-track.is-next button[data-offset="0"],.setup-time-wheel-track.is-previous button[data-offset="0"]{animation:setup-time-wheel-selected-in .2s cubic-bezier(.22,1,.36,1) both}@keyframes setup-time-wheel-next{0%{transform:translateY(0)}to{transform:translateY(-2.5rem)}}@keyframes setup-time-wheel-previous{0%{transform:translateY(-5rem)}to{transform:translateY(-2.5rem)}}@keyframes setup-time-wheel-selected-in{0%{color:var(--theme-text-subtle);opacity:.56;transform:scale(.94)}to{color:var(--theme-text);opacity:1;transform:scale(1)}}@keyframes setup-time-wheel-selected-out{0%{color:var(--theme-text);opacity:1;transform:scale(1)}to{color:var(--theme-text-subtle);opacity:.56;transform:scale(.94)}}.setup-time-wheel-divider{font-size:1.05rem;font-weight:400}.setup-time-wheel-actions,.setup-wheel-actions{margin-top:.5rem;padding:.5rem .75rem 0}.setup-link-button{min-height:2.3rem;padding:.35rem .2rem;font-size:.78rem;font-weight:400}.setup-page-header p{margin:.25rem auto 0;max-width:18rem;font-size:.7rem;line-height:1.3}.setup-schedule-page .setup-schedule-content{margin-top:.75rem;padding-bottom:.55rem;gap:.55rem}.setup-calendar-heading{min-height:2rem}.setup-calendar-heading h2{font-size:1rem;font-weight:400}.setup-calendar-navigation{gap:.32rem}.setup-calendar-navigation button{width:2rem;height:2rem}.setup-calendar-grid>button>span{font-size:.72rem;font-weight:400}.setup-calendar-grid>button>strong{font-size:.88rem;font-weight:400}.setup-calendar-count{font-size:.55rem;font-weight:400}.setup-day-status{min-height:3rem;padding:.52rem .75rem;border-radius:.85rem;font-size:.82rem;font-weight:400}.setup-day-status i{width:2.6rem;height:1.55rem}.setup-day-status i:after{top:.15rem;left:.15rem;width:1.25rem;height:1.25rem}.setup-day-status input:checked+i:after{transform:translate(1.05rem)}.setup-time-range{padding:0 .75rem;border-radius:.85rem}.setup-time-range button{min-height:2.75rem;padding:.48rem 0}.setup-time-range button span,.setup-time-range button strong{font-size:.8rem;font-weight:400}.setup-time-range button strong{min-width:4rem;padding:.3rem .45rem;border-radius:.48rem}.setup-slot-grid{gap:.35rem}.setup-slot-grid button{min-height:2.55rem;padding:.4rem .12rem;border-radius:.62rem;font-size:.77rem;font-weight:400}.setup-copy-actions{padding:0 .75rem;border-radius:.85rem}.setup-copy-actions button{min-height:2.65rem;padding:.5rem 0;font-size:.76rem;font-weight:400}.setup-delete-day,.setup-delete-day-confirm{width:100%;min-height:2.7rem;padding:.52rem .75rem;border:1px solid var(--theme-danger-border);border-radius:.85rem;color:var(--danger);background:var(--theme-danger-surface);font-size:.76rem;font-weight:400}.setup-delete-day-confirm{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:.4rem}.setup-delete-day-confirm>span{color:var(--theme-danger-text);font-size:.72rem}.setup-schedule-actions{width:calc(100% + 1.3rem);margin:auto -.65rem 0}.setup-services-page>:has(+.setup-form-actions),.setup-schedule-page>.setup-form-error:has(+.setup-sticky-actions){margin-bottom:.75rem}:is(.setup-bottom-actions,.setup-form-actions,.setup-sticky-actions)>:is(.setup-back-button,.setup-secondary-action,.setup-secondary-button)>svg{flex:0 0 auto;transform:translate(-.08rem)}.setup-page .setup-floating-field :where(input,textarea):focus-visible,.setup-flow-page .setup-floating-field :where(input,textarea):focus-visible{outline:0;box-shadow:none}@media(min-width:36rem){.setup-page .setup-card,.setup-flow-page,.setup-schedule-page{padding-inline:.85rem}.setup-bottom-actions,.setup-form-actions,.setup-sticky-actions,.setup-new-service-page>.setup-form-actions,.setup-schedule-actions{width:calc(100% + 1.7rem);margin-inline:-.85rem;padding-inline:.85rem}}@media(prefers-reduced-motion:reduce){.setup-page *,.setup-flow-page *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media(forced-colors:active){.setup-payment-row input,.setup-day-status i,.setup-calendar-grid>button,.setup-slot-grid button,.setup-buffer-options label{forced-color-adjust:auto}}.specialist-onboarding.is-intro{height:100vh;height:100dvh;min-height:0;max-height:100dvh;overflow:hidden}.specialist-onboarding.is-intro .specialist-onboarding-topbar{min-height:2.55rem;padding-top:max(.62rem,env(safe-area-inset-top));padding-bottom:.35rem}.specialist-onboarding.is-intro .specialist-onboarding-stage{min-height:0;padding-top:clamp(.55rem,1.8vh,1rem);padding-bottom:7.2rem;overflow:hidden}.specialist-onboarding.is-intro .specialist-onboarding-intro{min-height:0;justify-content:flex-start}.specialist-onboarding.is-intro .specialist-onboarding-kicker{margin-top:clamp(.85rem,2vh,1.25rem)}.specialist-onboarding-intro-copy{display:grid;justify-items:center}.specialist-onboarding.is-intro .specialist-onboarding-intro-copy>h1{max-width:23ch;margin-top:clamp(.85rem,2vh,1.25rem);font-size:clamp(1.65rem,6.8vw,2.15rem);line-height:1.06}.specialist-onboarding.is-intro .specialist-onboarding-intro-copy>p{max-width:25rem;margin:.7rem auto 0;color:var(--onboarding-muted);font-size:var(--onboarding-copy-size);font-weight:700;line-height:1.48;text-align:center}@media(max-width:48rem),(hover:none)and (pointer:coarse){.specialist-onboarding-service-field input,.specialist-onboarding-service-field textarea,.specialist-onboarding-service-value input,.specialist-onboarding-duration-value input,.specialist-onboarding-date-time input,.specialist-onboarding-input textarea,.specialist-onboarding-rule-custom input{font-size:16px}.setup-page :where(input:not([type=checkbox]):not([type=radio]):not([type=file]),textarea,select),.setup-flow-page :where(input:not([type=checkbox]):not([type=radio]):not([type=file]),textarea,select){font-size:16px;scroll-margin-block:1rem 8rem}}.specialist-onboarding-link-step{width:min(100%,27rem);min-height:auto;padding:clamp(1.5rem,7dvh,4.5rem) 0 1rem;justify-content:flex-start}.specialist-onboarding-link-step .specialist-onboarding-kicker{margin:0 0 .65rem}.specialist-onboarding-link-step>h1{max-width:11ch;margin:0}.specialist-onboarding-public-code{width:100%;margin-top:2rem;display:grid;gap:.5rem;text-align:center}.specialist-onboarding-public-code>span{padding-left:.2rem;color:var(--theme-text-muted);font-size:.72rem;font-weight:680}.specialist-onboarding-public-code>div{min-height:4.2rem;padding:0 1rem;display:flex;align-items:center;gap:.08rem;border:1.5px solid var(--theme-border-soft);border-radius:1.25rem;color:var(--theme-text);background:var(--theme-input)}.specialist-onboarding-public-code>div:focus-within{border-color:var(--theme-accent);box-shadow:0 0 0 3px var(--theme-focus)}.specialist-onboarding-public-code small{flex:0 0 auto;color:var(--theme-text-muted);font-size:.9rem;font-weight:620}.specialist-onboarding-public-code input{min-width:0;width:100%;padding:.9rem 0;border:0;outline:0;color:var(--theme-text);background:transparent;font:inherit;font-size:.96rem;font-weight:760}.specialist-onboarding-public-code em{padding:0 .2rem;color:var(--theme-text-subtle);font-size:.64rem;font-style:normal;line-height:1.4}.specialist-onboarding-created-links{width:100%;margin-top:1rem;padding:.35rem .9rem;display:grid;border:1px solid var(--theme-border-soft);border-radius:1.2rem;background:var(--theme-surface);text-align:center}.specialist-onboarding-created-links>span{min-width:0;min-height:3.7rem;display:grid;grid-template-columns:1.4rem minmax(0,1fr);align-items:center;gap:.7rem}.specialist-onboarding-created-links>span+span{border-top:1px solid var(--theme-border-soft)}.specialist-onboarding-created-links svg{width:1.15rem;height:1.15rem;color:var(--theme-text-muted)}.specialist-onboarding-created-links>span>span{min-width:0;display:grid;gap:.12rem}.specialist-onboarding-created-links small{color:var(--theme-text-muted);font-size:.62rem}.specialist-onboarding-created-links b{overflow:hidden;font-size:.72rem;text-overflow:ellipsis;white-space:nowrap}.specialist-onboarding-link-step .specialist-onboarding-legal{margin-top:1rem;background:transparent}.specialist-launch-success{padding-inline:max(1.15rem,env(safe-area-inset-left))}.specialist-launch-success>section{width:min(100%,27rem)}.specialist-launch-mark{width:3.75rem;height:3.75rem;margin-bottom:1.25rem;background:transparent;font-size:3rem}.specialist-launch-mark svg{width:1.65rem;height:1.65rem}.specialist-launch-success>section>p{margin:1.2rem 0 .5rem}.specialist-launch-success h1{max-width:13ch;font-size:clamp(2.15rem,9vw,3rem)}.specialist-launch-links{width:100%;margin-top:2rem;padding:.3rem .9rem;display:grid;border:1px solid var(--theme-border-soft);border-radius:1.25rem;background:var(--theme-surface);text-align:center}.specialist-launch-links>button{min-width:0;min-height:4.25rem;padding:.7rem 0;display:grid;grid-template-columns:minmax(0,1fr) 2.25rem;align-items:center;gap:.75rem;border:0;color:var(--theme-text);background:transparent;text-align:center;cursor:pointer}.specialist-launch-links>button+button{border-top:1px solid var(--theme-border-soft)}.specialist-launch-links>button>span{min-width:0;display:grid;gap:.22rem}.specialist-launch-links small{color:var(--theme-text-muted);font-size:.66rem;font-weight:650}.specialist-launch-links b{overflow:hidden;font-size:.77rem;text-overflow:ellipsis;white-space:nowrap}.specialist-launch-links i{width:2.25rem;height:2.25rem;display:grid;place-items:center;border-radius:.75rem;color:var(--theme-text);background:var(--theme-surface-soft)}.specialist-launch-links svg{width:1rem;height:1rem}.specialist-launch-actions{margin-top:.75rem;gap:.5rem}.specialist-launch-actions button{min-height:3.6rem;border-radius:1rem}.specialist-launch-actions button.is-quiet{min-height:2.5rem}@media(max-height:43rem){.specialist-onboarding-link-step{padding-top:1rem}.specialist-onboarding-public-code{margin-top:1.25rem}.specialist-launch-success{place-items:start center}.specialist-launch-success>section{padding-top:1rem}}.specialist-onboarding{--onboarding-control-radius: 1.2rem;--onboarding-inner-radius: 1rem}.specialist-onboarding :is(.specialist-onboarding-service-input,.specialist-onboarding-service-detail,.specialist-onboarding-profile-photo-picker,.specialist-onboarding-service-photo-control,.specialist-onboarding-currency,.specialist-onboarding-timezone,.specialist-onboarding-calendar,.specialist-onboarding-day-status,.specialist-onboarding-date-time,.specialist-onboarding-workday,.specialist-onboarding-rule-list section,.specialist-onboarding-review-list button,.specialist-onboarding-schedule-guide-trigger,.specialist-onboarding-public-code>div,.specialist-onboarding-created-links){border-radius:var(--onboarding-control-radius)}.specialist-onboarding :is(.specialist-onboarding-options>button,.specialist-onboarding-currency>button,.specialist-onboarding-timezone>button,.specialist-onboarding-calendar-head button,.specialist-onboarding-calendar-grid button,.specialist-onboarding-slots button,.specialist-onboarding-copy-actions button,.specialist-onboarding-repeat-tomorrow,.specialist-onboarding-rule-list button,.specialist-onboarding-service-value,.specialist-onboarding-duration-value,.specialist-onboarding-duration-value label,.specialist-onboarding-break,.specialist-onboarding-break label,.specialist-onboarding-break>button,.specialist-onboarding-workday-head>button,.specialist-onboarding-breaks-head>button){border-radius:var(--onboarding-inner-radius)}.specialist-onboarding-duration-value{padding:.2rem;gap:.2rem;overflow:hidden;background:var(--onboarding-soft)}.specialist-onboarding-duration-value label{background:transparent}.specialist-onboarding-service-value{overflow:hidden}.specialist-onboarding-actions.has-back{grid-template-columns:4rem minmax(0,28.4rem)}.specialist-onboarding-actions .specialist-onboarding-action-back{width:4rem;min-width:4rem;padding:0;display:grid;place-items:center;border-radius:1.2rem}.specialist-onboarding-actions .specialist-onboarding-action-back svg{width:1.4rem;height:1.4rem}.specialist-onboarding-link-step{padding:0 0 1rem}.specialist-onboarding-topbar{min-height:2.8rem;padding-bottom:.2rem}.specialist-onboarding-stage{padding-top:clamp(.3rem,.8vh,.55rem)}.specialist-onboarding-progress{contain:paint;isolation:isolate}.specialist-onboarding-progress span{min-width:.36rem;border-radius:999px;transform:translateZ(0);transition:none}:root{color-scheme:light dark;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#111827;background:#f5f8fc;--font-ui: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--ink: #111827;--forest: #166de5;--forest-2: #166de5;--sage: #eaf3ff;--lime: #dbeafe;--cream: #f5f8fc;--paper: #ffffff;--muted: #536277;--line: #dbe3ee;--danger: #b42335;--shadow: 0 12px 36px rgba(30, 57, 95, .045);--theme-page: #f5f8fc;--theme-dashboard: #f5f8fc;--theme-surface: #ffffff;--theme-surface-raised: #ffffff;--theme-surface-soft: #f0f5fb;--theme-surface-hover: #e8f1fd;--theme-input: #ffffff;--theme-sidebar: #f8faff;--theme-header: rgba(248, 250, 255, .94);--theme-text: #111827;--theme-text-muted: #536277;--theme-text-subtle: #64748b;--theme-border: #dbe3ee;--theme-border-soft: #e3eaf3;--theme-accent: #166de5;--theme-primary: #166de5;--theme-on-primary: #ffffff;--theme-button: #166de5;--theme-on-button: #ffffff;--theme-selection: #eaf3ff;--theme-selection-strong: #dbeafe;--theme-danger-surface: #fff5ef;--theme-danger-border: #e4cfc5;--theme-danger-text: #773a33;--theme-success-surface: #e7efe2;--theme-success-text: #41694d;--theme-warning-surface: #f7edcf;--theme-warning-text: #76591f;--theme-scrim: rgba(17, 33, 24, .5);--theme-focus: rgba(22, 109, 229, .2);--theme-page-glow: rgba(22, 109, 229, .06);--theme-public-glow: rgba(22, 109, 229, .06);--theme-app-background-wash: rgba(245, 248, 252, .96);--theme-disabled: #e2e8f0}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){color:#f1f5fb;background:#111827;--ink: #f1f5fb;--forest: #67a7ff;--forest-2: #8dbdff;--sage: #223552;--lime: #a0c8ff;--cream: #111827;--paper: #192436;--muted: #afbdd0;--line: #394960;--danger: #ff7378;--shadow: 0 12px 36px rgba(0, 0, 0, .2);--theme-page: #111827;--theme-dashboard: #111827;--theme-surface: #192436;--theme-surface-raised: #213047;--theme-surface-soft: #23344e;--theme-surface-hover: #2a405f;--theme-input: #1d2c43;--theme-sidebar: #142036;--theme-header: rgba(20, 32, 54, .94);--theme-text: #f1f5fb;--theme-text-muted: #afbdd0;--theme-text-subtle: #92a4be;--theme-border: #394960;--theme-border-soft: #30435e;--theme-accent: #8dbdff;--theme-primary: #67a7ff;--theme-on-primary: #10223b;--theme-button: #67a7ff;--theme-on-button: #10223b;--theme-selection: #243f64;--theme-selection-strong: #365a86;--theme-danger-surface: #3a242b;--theme-danger-border: #70414a;--theme-danger-text: #ffb3b5;--theme-success-surface: #203c34;--theme-success-text: #b9e5ca;--theme-warning-surface: #453b25;--theme-warning-text: #f0d38c;--theme-scrim: rgba(3, 9, 14, .72);--theme-focus: rgba(103, 167, 255, .25);--theme-page-glow: rgba(139, 180, 108, .14);--theme-public-glow: rgba(139, 180, 108, .12);--theme-app-background-wash: rgba(17, 24, 39, .96);--theme-disabled: #344157}}:root[data-theme=dark]{color:#f1f5fb;background:#111827;--ink: #f1f5fb;--forest: #67a7ff;--forest-2: #8dbdff;--sage: #223552;--lime: #a0c8ff;--cream: #111827;--paper: #192436;--muted: #afbdd0;--line: #394960;--danger: #ff7378;--shadow: 0 12px 36px rgba(0, 0, 0, .2);--theme-page: #111827;--theme-dashboard: #111827;--theme-surface: #192436;--theme-surface-raised: #213047;--theme-surface-soft: #23344e;--theme-surface-hover: #2a405f;--theme-input: #1d2c43;--theme-sidebar: #142036;--theme-header: rgba(20, 32, 54, .94);--theme-text: #f1f5fb;--theme-text-muted: #afbdd0;--theme-text-subtle: #92a4be;--theme-border: #394960;--theme-border-soft: #30435e;--theme-accent: #8dbdff;--theme-primary: #67a7ff;--theme-on-primary: #10223b;--theme-button: #67a7ff;--theme-on-button: #10223b;--theme-selection: #243f64;--theme-selection-strong: #365a86;--theme-danger-surface: #3a242b;--theme-danger-border: #70414a;--theme-danger-text: #ffb3b5;--theme-success-surface: #203c34;--theme-success-text: #b9e5ca;--theme-warning-surface: #453b25;--theme-warning-text: #f0d38c;--theme-scrim: rgba(3, 9, 14, .72);--theme-focus: rgba(103, 167, 255, .25);--theme-page-glow: rgba(139, 180, 108, .14);--theme-public-glow: rgba(139, 180, 108, .12);--theme-app-background-wash: rgba(17, 24, 39, .96);--theme-disabled: #344157}:root[data-theme=light]{color-scheme:light}:root[data-theme=dark]{color-scheme:dark}html,body,#root{min-height:100%;background-color:var(--theme-page);color:var(--theme-text)}body,button,input,textarea,select,option,optgroup{font-family:var(--font-ui)}body{font-weight:400}body :where(h1,.setup-title,.setup-flow-header h1,.setup-page-header h1){font-weight:780}button,input,textarea,select{color:var(--theme-text)}input,textarea,select{caret-color:var(--theme-accent)}.landing-choice-page{min-height:100vh;min-height:100dvh;padding:1rem;display:grid;place-items:center;color:var(--theme-text);background:var(--theme-page)}.landing-choice-actions{width:min(100%,32rem);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.landing-choice-actions .button{width:100%;min-height:2.8rem;padding:.65rem .85rem}@media(max-width:32rem){.landing-choice-actions{grid-template-columns:1fr}}.inline-confirm{min-width:0;padding:.3rem .45rem;display:inline-flex;align-items:center;justify-content:flex-end;gap:.4rem;border:1px solid var(--theme-danger-border);border-radius:.65rem;color:var(--theme-danger-text);background:var(--theme-danger-surface)}.inline-confirm>span{min-width:0;font-size:.72rem;white-space:nowrap}.inline-confirm :where(button,.button){min-width:2rem;min-height:1.9rem;padding:.3rem .45rem;font-size:.7rem}.inline-confirm-wide{width:100%;justify-content:center}input::placeholder,textarea::placeholder{color:var(--theme-text-subtle);opacity:1}button:focus-visible,select:focus-visible,a:focus-visible{outline-color:var(--theme-focus)}body :where(input[type=text],input[type=email],input[type=tel],input[type=number],input[type=password],input[type=search],input:not([type]),textarea):where(:focus,:focus-visible){outline:0!important;box-shadow:none!important}body .field :where(input,textarea):where(:focus,:focus-visible),body .setup-floating-field :where(input,textarea):where(:focus,:focus-visible){border-color:var(--theme-border)!important}::selection{color:var(--theme-text);background:var(--theme-selection-strong)}.landing-shell{background:radial-gradient(circle at 75% 32%,var(--theme-page-glow),transparent 30rem),var(--theme-page)}.centered-page,.onboarding-page{background:radial-gradient(circle at 85% 10%,var(--theme-page-glow),transparent 28rem),var(--theme-page)}.public-page,.managed-page{background:radial-gradient(circle at 13% 25%,var(--theme-public-glow),transparent 25rem),var(--theme-dashboard)}.dashboard-shell,.full-loader,.setup-page,.setup-flow-page{background:var(--theme-dashboard);color:var(--theme-text)}.sidebar{border-color:var(--theme-border);background:var(--theme-sidebar)}.dashboard-topbar{border-color:var(--theme-border);background:var(--theme-header)}.form-card,.panel,.stat-card,.service-card,.modal,.provider-card,.booking-widget,.booking-card,.managed-card,.public-error,.profile-preview,.phone-card,.floating-card,.search-card,.setup-card,.setup-text-fields,.setup-navigation-list,.setup-timezone-row,.setup-currency-row,.setup-payments,.setup-service-card,.setup-add-service,.setup-floating-field,.setup-duration-field,.setup-price-field,.setup-wheel-modal,.setup-delete-confirm{border-color:var(--theme-border);background-color:var(--theme-surface);color:var(--theme-text)}.setup-schedule-content,.setup-day-status,.setup-time-range,.setup-buffer-options,.setup-copy-actions,.setup-time-wheel{border-color:var(--theme-border);background:var(--theme-surface);color:var(--theme-text)}.search-card,.phone-card,.floating-card{background:color-mix(in srgb,var(--theme-surface) 94%,transparent)}.avatar-editor,.dialog-switch,.booking-comment,.widget-back,.selection-summary,.confirmation-ticket,.phone-stats span,.setup-photo-picker,.setup-photo-preview{background:var(--theme-surface-soft);color:var(--theme-text)}.icon-button,.button-secondary,.date-grid button,.slots-grid button,.time-range input,.field input,.field textarea,.field select,.setup-page input,.setup-page textarea,.setup-page select,.setup-flow-page input,.setup-flow-page textarea,.setup-flow-page select,.setup-wheel-select,.setup-calendar-grid button,.setup-buffer-options button,.setup-slot-grid button,.setup-secondary-button,.setup-time-wheel-column{border-color:var(--theme-border);background:var(--theme-input);color:var(--theme-text)}.button-secondary{background:color-mix(in srgb,var(--theme-surface-raised) 72%,transparent)}.icon-button:hover,.button-secondary:hover:not(:disabled),.side-nav button:hover,.public-services>button:hover,.setup-navigation-row:hover,.setup-add-service:hover{background:var(--theme-surface-hover);color:var(--theme-text)}.setup-calendar-grid button:hover,.setup-buffer-options button:hover,.setup-slot-grid button:hover,.setup-secondary-button:hover:not(:disabled){background:var(--theme-surface-hover)}.sidebar-bottom,.dashboard-topbar,.booking-row,.setup-list button,.service-meta,.booking-card-actions,.schedule-day,.public-services>button,.provider-facts,.form-footer,.setup-navigation-row,.setup-payment-row,.setup-service-card,.setup-bottom-actions,.setup-form-actions{border-color:var(--theme-border-soft)}.bottom-nav{border-color:var(--theme-border);background:color-mix(in srgb,var(--theme-surface) 95%,transparent)}.bottom-nav button,.side-nav button,.logout-button,.live-pill,.phone-kicker,.floating-card small,.onboarding-steps li,.public-header>span{color:var(--theme-text-muted)}.bottom-nav button.active,.onboarding-steps li.active,.hero-copy h1 span,.onboarding-copy h1 span,.benefits article>span,.floating-time>svg,.schedule-tip li svg{color:var(--theme-accent)}.bottom-nav button.active>span:before{background:var(--theme-selection)}.bottom-nav button b{border-color:var(--theme-surface)}.breadcrumbs,.breadcrumbs span,.hero-lead,.hero-proof p,.benefits p,.form-heading p,.field,.field small,.field>span em,.onboarding-brand>span,.onboarding-copy>p:not(.eyebrow),.section-heading>div>p:last-child,.panel-heading p,.stat-card>span,.stat-card>small,.booking-time span,.booking-person span,.setup-list small,.account-mini small,.avatar-editor small,.service-body>p,.service-meta span,.switch-row,.time-range label,.schedule-tip>p,.booking-details span,.provider-card>p:not(.eyebrow),.provider-facts small,.booking-widget-head p,.step-title>p:last-child,.public-services small,.selection-summary small,.selection-summary em,.confirmation>p:not(.eyebrow),.confirmation-ticket small,.managed-client,.public-footer,.setup-navigation-copy,.setup-empty-copy,.setup-form-error,.setup-timezone-copy,.setup-payments-title{color:var(--theme-text-muted)}.text-button,.inline-action,.back-link,.eyebrow,.booking-card-head a,.public-services em,.selection-summary>button,.provider-facts svg,.setup-navigation-value,.setup-timezone-offset,.setup-add-service,.setup-photo-picker,.setup-back-button,.setup-secondary-action{color:var(--theme-text)}.setup-link-button,.setup-delete-day{color:var(--theme-accent)}.setup-delete-day,.setup-service-delete{color:var(--danger)}.button-primary,.setup-save-button,.setup-primary-action,.setup-primary-button{color:var(--theme-on-primary);background:var(--theme-primary)}.button-primary:hover:not(:disabled),.setup-save-button:hover:not(:disabled),.setup-primary-action:hover:not(:disabled){background:color-mix(in srgb,var(--theme-primary) 86%,#000)}.setup-primary-button:hover:not(:disabled){background:color-mix(in srgb,var(--theme-primary) 86%,#000)}.side-nav button.active,.mini-week .active,.customer-avatar,.selection-summary,.setup-navigation-row[aria-current=page]{color:var(--theme-text);background:var(--theme-selection)}.setup-calendar-grid button.selected,.setup-calendar-grid button.open,.setup-buffer-options button.active,.setup-slot-grid button.active{border-color:var(--theme-accent);color:var(--theme-accent);background:var(--theme-selection)}.setup-calendar-grid button.closed{color:var(--theme-text-subtle);background:var(--theme-surface-soft)}.setup-calendar-count{color:#fff;background:var(--danger)}.stat-icon,.setup-list button>span{color:var(--theme-accent);background:var(--theme-surface-soft)}.progress-track,.step-dots i,.filter-tabs button span{background:var(--theme-surface-soft)}.switch-row>i,.day-toggle>i{background:var(--theme-disabled)}.switch-row input:checked+i,.day-toggle input:checked+i,.progress-track span,.step-dots i.active{background:var(--theme-primary)}.filter-tabs button{border-color:var(--theme-border);background:var(--theme-surface);color:var(--theme-text-muted)}.filter-tabs button.active,.date-grid button:hover,.slots-grid button:hover{border-color:var(--theme-primary);color:var(--theme-on-primary);background:var(--theme-primary)}.alert{border-color:var(--theme-danger-border);color:var(--theme-danger-text);background:var(--theme-danger-surface)}.danger-zone,.danger-button{border-color:var(--theme-danger-border)}.danger-button{color:var(--danger);background:var(--theme-danger-surface)}.modal-backdrop,.setup-modal-backdrop{background:var(--theme-scrim)}.schedule-tip,.soft-note{background:var(--theme-selection);color:var(--theme-text)}.status-chip,.managed-status{color:var(--theme-success-text);background:var(--theme-success-surface)}.status-chip.pending{color:var(--theme-warning-text);background:var(--theme-warning-surface)}.status-chip.completed,.status-chip.confirmed,.status-chip.in_progress{color:var(--theme-success-text)}.status-chip.cancelled,.status-chip.no_show,.managed-status.cancelled,.managed-status.no_show{color:var(--danger);background:var(--theme-danger-surface)}.setup-bottom-actions{background:color-mix(in srgb,var(--theme-dashboard) 92%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.setup-sticky-actions{border-color:var(--theme-border);background:color-mix(in srgb,var(--theme-dashboard) 92%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.setup-back-button,.setup-secondary-action,.setup-secondary-button{border-color:var(--theme-border);background:var(--theme-surface)}.setup-primary-action:disabled,.setup-save-button:disabled{color:color-mix(in srgb,var(--theme-text-muted) 72%,transparent);background:var(--theme-disabled)}.setup-primary-button:disabled{color:color-mix(in srgb,var(--theme-text-muted) 72%,transparent);background:var(--theme-disabled)}.setup-time-wheel-backdrop{background:var(--theme-scrim)}@media(max-width:640px){.mobile-sticky-save{background:linear-gradient(transparent,var(--theme-dashboard) 30%)}}@media(prefers-color-scheme:dark){.orb-one{background:linear-gradient(145deg,#29485e,#223b50)}.orb-two{border-color:var(--theme-border);background:#5d9ecc14}.provider-cover,.preview-cover{background:linear-gradient(145deg,#102638,#315b76)}.share-banner,.next-card,.booking-date-box,.stat-card.accent{color:#fff;border-color:#67a7ff;background:linear-gradient(120deg,#245f90,#67a7ff)}.service-art{color:#b9d8ec;background:#294456}.service-art.art-1{color:#efc7ad;background:#49372f}.service-art.art-2{color:#d4c9ee;background:#3a354c}.service-art.art-3{color:#e6d69b;background:#45412c}.profile-photo-preview,.avatar-editor>span,.preview-avatar,.provider-avatar,.account-avatar{color:#fff;background:linear-gradient(145deg,#3d83b9,#245f90)}.toast-error{background:#a9444b}}@media(forced-colors:active){.button,.icon-button,.panel,.form-card,.setup-card,.setup-navigation-row,.setup-payment-row{forced-color-adjust:auto}}.master-page{width:100%;min-height:100vh;min-height:100dvh;margin:0;color:var(--theme-text);background:var(--theme-dashboard)}.master-content{width:min(100%,35rem);min-height:100vh;min-height:100dvh;margin-inline:auto;padding:max(1.15rem,env(safe-area-inset-top)) .75rem max(.9rem,env(safe-area-inset-bottom))}.master-content--with-actions{display:flex;flex-direction:column}.master-title,.master-profile-header h1{margin:0;color:var(--theme-text);font-size:clamp(1.65rem,7vw,2rem);line-height:1.15;letter-spacing:-.035em;text-align:center}.master-title--long{font-size:clamp(1.4rem,6.2vw,1.8rem)}.master-profile-header{min-height:2.75rem;display:flex;align-items:center;justify-content:center;gap:.55rem}.master-profile-header h1{max-width:100%;padding-inline:0}.master-settings-button{position:static;width:2.55rem;height:2.55rem;padding:0;display:grid;place-items:center;flex:0 0 auto;border:1px solid var(--theme-border);border-radius:50%;color:var(--theme-accent);background:var(--theme-surface);cursor:pointer}.master-settings-button svg{width:1.3rem;height:1.3rem}.master-profile-body{margin-top:.65rem}.master-section-label{margin:0 0 .55rem .95rem;color:var(--theme-text-subtle);font-size:.72rem;line-height:1.2;letter-spacing:.035em;text-transform:uppercase}.master-row-group,.master-settings-group,.master-widget-group{overflow:hidden;border:1px solid var(--theme-border-soft);border-radius:1.15rem;background:var(--theme-surface)}.master-row{position:relative;width:100%;min-height:3.15rem;padding:.55rem .75rem;display:grid;grid-template-columns:1.8rem minmax(0,1fr) 1rem;align-items:center;gap:.7rem;border:0;color:var(--theme-text);background:transparent;text-align:center;cursor:pointer}.master-row--detailed{min-height:4.85rem}.master-row:not(:last-child):after,.master-settings-row:not(:last-child):after,.master-create-widget:after,.master-widget-row:not(:last-child):after{content:"";position:absolute;right:.75rem;bottom:0;left:2.7rem;height:1px;background:var(--theme-border-soft)}.master-row-icon{width:1.8rem;height:1.8rem;display:grid;place-items:center;border-radius:.52rem;color:#fff;background:var(--theme-primary)}.master-row-icon svg{width:1rem;height:1rem}.master-row-icon--blue{background:#4c9de8}.master-row-icon--purple{background:#a54bd4}.master-row-icon--cyan{background:#2faedc}.master-row-copy{min-width:0;display:grid;gap:.18rem;font-size:.91rem;line-height:1.2}.master-row-copy>span,.master-widget-row>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.master-row-copy small{max-width:18rem;color:var(--theme-text-muted);font-size:.77rem;line-height:1.3}.master-row-chevron{width:.95rem;height:.95rem;color:var(--theme-text-subtle)}.master-row:disabled{cursor:default;opacity:.58}.master-support-group{margin-top:.8rem}.master-widget-group{margin-top:1.1rem}.master-create-widget,.master-widget-row,.master-settings-row{position:relative;width:100%;min-height:3rem;border:0;color:var(--theme-text);background:transparent;text-align:center;cursor:pointer}.master-create-widget{padding:.55rem .85rem;display:flex;align-items:center;gap:.8rem;color:var(--theme-accent);font-size:.9rem}.master-create-widget svg{width:1.15rem;height:1.15rem}.master-widget-row{min-height:3.2rem;padding:.55rem .85rem;display:grid;grid-template-columns:1.8rem minmax(0,1fr);align-items:center;gap:.75rem;font-size:.9rem}.master-settings-group{margin-top:1.1rem}.master-settings-row{padding:.7rem .85rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:.86rem}.master-settings-row span{min-width:0}.master-settings-row svg{width:.9rem;height:.9rem;flex:0 0 auto;color:var(--theme-text-subtle)}.master-settings-danger-zone{margin-top:1rem}.master-settings-delete-trigger{width:100%;min-height:3rem;padding:.7rem .85rem;border:1px solid var(--theme-danger-border);border-radius:1.15rem;color:var(--theme-danger-text);background:var(--theme-danger-surface);font:inherit;font-size:.86rem;font-weight:700;text-align:center;cursor:pointer}.master-settings-delete-confirm{padding:.9rem;display:grid;gap:.4rem;border:1px solid var(--theme-danger-border);border-radius:1.15rem;color:var(--theme-text);background:var(--theme-danger-surface)}.master-settings-delete-confirm strong{color:var(--theme-danger-text);font-size:.9rem}.master-settings-delete-confirm p,.master-settings-delete-error{margin:0;color:var(--theme-text-muted);font-size:.76rem;line-height:1.4}.master-settings-delete-actions{margin-top:.35rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem}.master-settings-delete-actions button{min-height:2.45rem;padding:.55rem .7rem;border:1px solid var(--theme-border);border-radius:.8rem;color:var(--theme-text);background:var(--theme-surface);font:inherit;font-size:.78rem;font-weight:700;cursor:pointer}.master-settings-delete-actions .master-settings-delete-submit{border-color:var(--theme-danger-border);color:var(--theme-danger-text)}.master-settings-delete-actions button:disabled{cursor:wait;opacity:.58}.master-settings-delete-error{margin-top:.55rem;color:var(--theme-danger-text)}.master-plans{margin-top:1.1rem}.master-plan-list{display:grid;gap:.45rem}.master-plan{width:100%;min-height:3.85rem;padding:.55rem .8rem;display:grid;grid-template-columns:1.45rem minmax(0,1fr) auto;align-items:center;gap:.65rem;border:2px solid transparent;border-radius:1.15rem;color:var(--theme-text);background:var(--theme-surface);text-align:center;cursor:pointer}.master-plan.is-selected{border-color:var(--theme-accent)}.master-plan-radio{width:1.4rem;height:1.4rem;display:grid;place-items:center;border:1px solid var(--theme-border);border-radius:50%;color:#fff;background:var(--theme-surface-soft)}.master-plan.is-selected .master-plan-radio{border-color:var(--theme-accent);background:var(--theme-accent)}.master-plan-radio svg{width:.8rem;height:.8rem;stroke-width:2.2}.master-plan-copy{min-width:0;display:grid;gap:.14rem;font-size:.91rem;line-height:1.15}.master-plan-copy small{display:flex;align-items:center;gap:.4rem;color:var(--theme-text-muted);font-size:.75rem}.master-plan-copy em{padding:.12rem .28rem;border-radius:.22rem;color:#fff;background:#4c8cc7;font-size:.63rem;font-style:normal}.master-plan-total{color:var(--theme-text-muted);font-size:.84rem;white-space:nowrap}.master-legal-card{margin-top:1.1rem;padding:1rem;border:1px solid var(--theme-border-soft);border-radius:1.05rem;color:var(--theme-text);background:var(--theme-surface);font-size:.86rem;line-height:1.62;overflow-wrap:anywhere}.master-legal-header{padding-bottom:1rem;border-bottom:1px solid var(--theme-border-soft)}.master-legal-header p,.master-legal-card section p,.master-legal-card li,.master-legal-card address{color:var(--theme-text-muted)}.master-legal-kicker{margin:0 0 .18rem;color:var(--theme-text)!important;font-size:.78rem;font-weight:760;text-transform:uppercase;letter-spacing:.045em}.master-legal-revision{margin:0 0 .75rem;font-size:.75rem}.master-legal-card section{padding-top:1.15rem}.master-legal-card h2,.master-legal-card h3{margin:0;color:var(--theme-text);line-height:1.3}.master-legal-card h2{font-size:1rem}.master-legal-card h3{margin-top:.9rem;font-size:.88rem}.master-legal-card p{margin:.55rem 0 0}.master-legal-card ul{margin:.55rem 0 0;padding-left:1.25rem}.master-legal-card li+li{margin-top:.35rem}.master-legal-card a{color:var(--theme-blue);font-weight:650;text-underline-offset:.14em}.master-legal-card address{margin-top:.6rem;font-style:normal}.master-legal-card address strong{color:var(--theme-text)}.master-lower-actions,.master-subscription-actions{position:sticky;bottom:0;z-index:4;margin:auto -.75rem calc(-1*max(.9rem,env(safe-area-inset-bottom)));padding:.6rem .75rem max(.6rem,env(safe-area-inset-bottom));border-top:1px solid var(--theme-border);background:color-mix(in srgb,var(--theme-dashboard) 94%,transparent);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.master-lower-actions{display:grid;grid-template-columns:minmax(0,1fr)}.master-lower-actions .setup-back-button{width:100%;min-width:0;min-height:3.2rem;border-radius:.9rem;color:var(--theme-text);background:color-mix(in srgb,var(--theme-surface-raised) 72%,transparent)}.master-subscription-actions{display:grid;grid-template-columns:5.25rem minmax(0,1fr);gap:.45rem}.master-subscription-actions .setup-save-button{min-width:0;min-height:3.2rem;border-radius:.9rem;font-size:.82rem}.master-subscription-actions .setup-back-button{min-height:3.2rem;border-radius:.9rem;color:var(--theme-text);background:color-mix(in srgb,var(--theme-surface-raised) 72%,transparent)}.master-lower-actions .setup-back-button>svg,.master-subscription-actions .setup-back-button>svg{transform:translate(-.08rem)}.master-trial-note{margin:.75rem .15rem 0;color:var(--theme-text-muted);font-size:.75rem;line-height:1.45}.master-content--with-actions>:has(+:is(.master-lower-actions,.master-subscription-actions)){margin-bottom:.75rem}.master-page :where(button):focus-visible{outline:2px solid var(--theme-accent);outline-offset:-2px}.widget-workspace-page{width:100%;min-width:0;min-height:100vh;min-height:100dvh;margin:0;color:var(--theme-text);background:var(--theme-dashboard)}.widget-workspace-content{width:min(100%,35rem);min-height:100vh;min-height:100dvh;margin-inline:auto;padding:max(.75rem,env(safe-area-inset-top)) .75rem max(.75rem,env(safe-area-inset-bottom));display:flex;flex-direction:column}.widget-workspace-with-actions{min-height:100vh;min-height:100dvh}.widget-workspace-header{min-width:0;text-align:center}.widget-workspace-header h1{margin:0;color:var(--theme-text);font-size:clamp(1.55rem,7vw,1.9rem);line-height:1.15;letter-spacing:-.035em}.widget-workspace-header p{margin:.3rem 0 0;overflow:hidden;color:var(--theme-text-muted);font-size:.78rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.widget-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.widget-action-menu-shell{position:relative;min-width:0}.widget-action{width:100%;min-height:3.75rem;padding:.5rem .75rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;border:1px solid var(--theme-border-soft);border-radius:.95rem;color:var(--theme-accent);background:var(--theme-surface);font-size:.82rem;line-height:1.1;cursor:pointer}.widget-action svg{width:1.2rem;height:1.2rem}.widget-more-menu{position:absolute;z-index:20;top:calc(100% + .35rem);right:0;width:min(12.25rem,calc(100vw - 1.5rem));overflow:hidden;border:1px solid var(--theme-border-soft);border-radius:.9rem;background:var(--theme-surface-raised)}.widget-more-menu>button{width:100%;min-height:2.75rem;padding:.6rem .85rem;display:flex;align-items:center;gap:.55rem;border:0;color:var(--theme-accent);background:transparent;text-align:center;cursor:pointer}.widget-more-menu>button+button{border-top:1px solid var(--theme-border-soft)}.widget-more-menu>button svg{width:1rem;height:1rem}.widget-more-menu .widget-danger-action,.widget-danger-action{color:var(--theme-danger-text)}.widget-delete-confirm{padding:.7rem;display:grid;gap:.55rem;color:var(--theme-danger-text);background:var(--theme-danger-surface);font-size:.78rem;text-align:center}.widget-delete-confirm>div{display:grid;grid-template-columns:repeat(2,1fr);gap:.4rem}.widget-delete-confirm button{min-height:2rem;padding:.35rem .55rem;border:1px solid var(--theme-danger-border);border-radius:.55rem;color:var(--theme-text);background:transparent;cursor:pointer}.widget-summary{margin-top:.75rem;overflow:hidden;border:1px solid var(--theme-border-soft);border-radius:1.1rem;background:var(--theme-surface)}.widget-summary-row{position:relative;min-height:3.25rem;padding:.62rem .9rem;display:grid;grid-template-columns:minmax(0,1fr);align-items:center;gap:.35rem}.widget-summary-row:not(:last-child):after{content:"";position:absolute;right:.9rem;bottom:0;left:.9rem;height:1px;background:var(--theme-border-soft)}.widget-summary-row>div{min-width:0;display:grid;gap:.12rem}.widget-summary-row span{min-width:0;color:var(--theme-text);font-size:.92rem;line-height:1.25;overflow-wrap:anywhere}.widget-summary-row small{color:var(--theme-text-muted);font-size:.7rem;line-height:1.2}.widget-tabs{position:sticky;top:0;z-index:8;margin:1rem -.75rem 0;padding-inline:.75rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:1px solid var(--theme-border);background:var(--theme-dashboard)}.widget-tabs button{position:relative;min-width:0;min-height:3rem;padding:.45rem .25rem;display:inline-flex;align-items:center;justify-content:center;gap:.3rem;border:0;color:var(--theme-text-muted);background:transparent;font-size:.8rem;cursor:pointer}.widget-tabs button:after{content:"";position:absolute;right:20%;bottom:-1px;left:20%;height:2px;border-radius:2px 2px 0 0;background:transparent}.widget-tabs button.widget-is-active{color:var(--theme-accent)}.widget-tabs button.widget-is-active:after{background:var(--theme-accent)}.widget-tabs button>span{min-width:1.15rem;height:1.15rem;padding-inline:.28rem;display:inline-grid;place-items:center;border-radius:999px;color:var(--theme-on-primary);background:var(--theme-primary);font-size:.65rem;line-height:1}.widget-tab-content{min-width:0;padding-top:.75rem;flex:1 0 auto}.widget-empty-state{margin:.85rem 0;color:var(--theme-text-muted);font-size:.76rem;line-height:1.35;text-align:center}.widget-history{display:grid;gap:.5rem}.widget-history>button,.widget-history>article{min-width:0;min-height:4.25rem;padding:.65rem .75rem;display:grid;grid-template-columns:minmax(0,1fr) auto .75rem;align-items:center;gap:.55rem;border:1px solid var(--theme-border-soft);border-radius:.9rem;color:var(--theme-text);background:var(--theme-surface);text-align:center}.widget-history>button{cursor:pointer}.widget-history>article{grid-template-columns:minmax(0,1fr) auto}.widget-history-main{min-width:0;display:grid;gap:.18rem}.widget-history-main strong{overflow:hidden;color:var(--theme-text);font-size:.86rem;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.widget-history-main small{overflow:hidden;color:var(--theme-text-muted);font-size:.68rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.widget-history-price{color:var(--theme-text-muted);font-size:.76rem;white-space:nowrap}.widget-history>:where(button,article)>svg{width:.75rem;height:.75rem;color:var(--theme-text-subtle)}.widget-schedule-calendar-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.widget-schedule-calendar-head h2{margin:0;color:var(--theme-text);font-size:1.22rem;line-height:1.2;text-transform:capitalize}.widget-schedule-calendar-head>div{display:flex;gap:.4rem}.widget-schedule-calendar-head button{width:2.1rem;height:2.1rem;padding:0;display:grid;place-items:center;border:1px solid var(--theme-border-soft);border-radius:50%;color:var(--theme-accent);background:var(--theme-surface);cursor:pointer}.widget-schedule-calendar-head button:disabled{color:var(--theme-text-subtle);cursor:default;opacity:.45}.widget-schedule-calendar-head svg{width:1rem;height:1rem}.widget-schedule-dates{margin-top:.55rem;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.32rem}.widget-schedule-dates>button{position:relative;min-width:0;min-height:3.15rem;padding:.35rem .1rem;display:grid;place-content:center;gap:.16rem;border:1px solid var(--theme-border-soft);border-radius:.75rem;color:var(--theme-text-muted);background:var(--theme-surface);cursor:pointer}.widget-schedule-dates>button.widget-is-active{border:2px solid var(--theme-accent);color:var(--theme-accent)}.widget-schedule-dates>button.widget-has-schedule:not(.widget-is-active){border-color:color-mix(in srgb,var(--theme-accent) 48%,var(--theme-border-soft));color:var(--theme-accent);background:var(--theme-selection)}.widget-schedule-dates>button.widget-is-active.widget-has-schedule{background:var(--theme-selection)}.widget-schedule-dates>button span{overflow:hidden;font-size:.68rem;line-height:1;text-overflow:ellipsis;white-space:nowrap}.widget-schedule-dates>button strong{font-size:.86rem;line-height:1}.widget-schedule-dates>button b{position:absolute;top:-.3rem;right:-.22rem;min-width:1rem;height:1rem;padding-inline:.2rem;display:grid;place-items:center;border-radius:999px;color:#fff;background:var(--danger);font-size:.58rem;line-height:1}.widget-slot-group{margin-top:1rem}.widget-slot-group h3{margin:0 0 .42rem .75rem;color:var(--theme-text-muted);font-size:.7rem;line-height:1.2;letter-spacing:.035em;text-transform:uppercase}.widget-slot-group>div{overflow:hidden;border:1px solid var(--theme-border-soft);border-radius:1.05rem;background:var(--theme-surface)}.widget-slot-group button{position:relative;width:100%;min-height:2.75rem;padding:.55rem .9rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;border:0;color:var(--theme-text);background:transparent;text-align:center;cursor:pointer}.widget-slot-group button:not(:last-child):after{content:"";position:absolute;right:.9rem;bottom:0;left:.9rem;height:1px;background:var(--theme-border-soft)}.widget-slot-group button>span{font-size:.9rem;white-space:nowrap}.widget-slot-group button>strong{min-width:0;display:inline-flex;align-items:center;gap:.3rem;overflow:hidden;color:var(--theme-accent);font-size:.86rem;text-overflow:ellipsis;white-space:nowrap}.widget-slot-group button>strong svg{width:1rem;height:1rem;flex:0 0 auto}.widget-slot-group button.widget-is-booked{cursor:default;opacity:1}.widget-slot-group button.widget-is-booked>strong{color:var(--theme-text)}.widget-slot-group button.widget-is-past{color:var(--theme-text-subtle);cursor:default;opacity:.48}.widget-slot-group button.widget-is-past>strong{color:var(--theme-text-subtle)}.widget-service-list,.widget-booking-services,.widget-booking-service-list{overflow:hidden;border:1px solid var(--theme-border-soft);border-radius:1.05rem;background:var(--theme-surface)}.widget-service-list>button,.widget-booking-services>button,.widget-booking-service-list>article{position:relative;width:100%;min-width:0;min-height:4.5rem;padding:.55rem .7rem;display:grid;grid-template-columns:2.25rem minmax(0,1fr) auto .7rem;align-items:center;gap:.55rem;border:0;color:var(--theme-text);background:transparent;text-align:center}.widget-service-list>button,.widget-booking-services>button{cursor:pointer}.widget-service-list>button:not(:last-child):after,.widget-booking-services>button:not(:last-child):after,.widget-booking-service-list>article:not(:last-child):after{content:"";position:absolute;right:.7rem;bottom:0;left:3.5rem;height:1px;background:var(--theme-border-soft)}.widget-service-list img,.widget-service-icon{width:2.25rem;height:2.25rem;display:grid;place-items:center;overflow:hidden;border-radius:.65rem;color:var(--theme-accent);background:var(--theme-surface-soft)}.widget-service-list img{object-fit:cover}.widget-service-icon svg{width:1rem;height:1rem}.widget-service-copy{min-width:0;display:grid;gap:.08rem;line-height:1.2}.widget-service-copy strong,.widget-service-copy small,.widget-service-copy em{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.widget-service-copy strong{color:var(--theme-text);font-size:.82rem}.widget-service-copy small,.widget-service-copy em{color:var(--theme-text-muted);font-size:.68rem;font-style:normal}.widget-service-price{color:var(--theme-text-muted);font-size:.78rem;white-space:nowrap}.widget-service-list>button>svg{width:.7rem;height:.7rem;color:var(--theme-text-subtle)}.widget-booking-services{margin-top:1rem}.widget-booking-services>button{grid-template-columns:2.25rem minmax(0,1fr) auto}.widget-booking-services>button.widget-is-selected{background:var(--theme-selection)}.widget-service-select{min-width:5.25rem;min-height:1.95rem;padding:.35rem .65rem;display:inline-grid;place-items:center;border-radius:999px;color:var(--theme-on-primary);background:var(--theme-primary);font-size:.7rem;text-align:center;white-space:nowrap}.widget-booking-services>button.widget-is-selected .widget-service-select{color:var(--theme-accent);background:var(--theme-surface-soft)}.widget-booking-services>button:disabled{opacity:.52;cursor:not-allowed}.widget-inline-hint,.widget-booking-blocker{margin:.55rem .15rem 0;padding:.55rem .7rem;border:1px solid var(--theme-border-soft);border-radius:.75rem;color:var(--theme-text-muted);background:var(--theme-surface);font-size:.72rem;line-height:1.35}.widget-client-list,.widget-client-form{margin-top:1rem;overflow:hidden;border:1px solid var(--theme-border-soft);border-radius:1.05rem;background:var(--theme-surface)}.widget-add-client,.widget-client-row{position:relative;width:100%;min-height:3.25rem;padding:.55rem .8rem;border:0;color:var(--theme-text);background:transparent;text-align:center;cursor:pointer}.widget-add-client{display:flex;align-items:center;gap:.65rem;color:var(--theme-accent);font-size:.84rem}.widget-add-client svg{width:1.05rem;height:1.05rem}.widget-client-row{display:grid;grid-template-columns:2rem minmax(0,1fr) .75rem;align-items:center;gap:.65rem;font-size:.86rem}.widget-client-entry{position:relative}.widget-client-entry-main{display:grid;grid-template-columns:minmax(0,1fr) 2.65rem;align-items:stretch}.widget-add-client:after,.widget-client-entry:not(:last-child):after{content:"";position:absolute;right:.8rem;bottom:0;left:.8rem;height:1px;background:var(--theme-border-soft)}.widget-client-delete{margin:.38rem .38rem .38rem 0;padding:0;display:grid;place-items:center;border:0;border-radius:.65rem;color:var(--theme-danger-text);background:transparent;cursor:pointer}.widget-client-delete:hover{background:var(--theme-danger-surface)}.widget-client-delete svg{width:1rem;height:1rem}.widget-client-row:disabled,.widget-client-delete:disabled,.widget-client-delete-confirm button:disabled{cursor:wait;opacity:.55}.widget-client-delete-confirm{padding:.5rem .65rem .65rem;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:.4rem;border-top:1px solid var(--theme-border-soft);color:var(--theme-danger-text);background:var(--theme-danger-surface);font-size:.75rem}.widget-client-delete-confirm button{min-height:2rem;padding:.35rem .6rem;border:1px solid var(--theme-danger-border);border-radius:.55rem;color:var(--theme-text);background:transparent;font-size:.72rem;cursor:pointer}.widget-client-delete-confirm .widget-client-delete-submit{color:var(--theme-danger-text);background:var(--theme-surface)}.widget-client-row>span:first-child{width:2rem;height:2rem;display:grid;place-items:center;border-radius:50%;color:var(--theme-accent);background:var(--theme-surface-soft)}.widget-client-row>span:first-child svg{width:1rem;height:1rem}.widget-client-row>svg{width:.75rem;height:.75rem;color:var(--theme-text-subtle)}.widget-client-form label{position:relative;min-height:3.4rem;padding:.5rem .8rem .2rem;display:grid;align-content:center}.widget-client-form label:not(:last-child):after{content:"";position:absolute;right:.8rem;bottom:0;left:.8rem;height:1px;background:var(--theme-border-soft)}.widget-client-form label>span{color:var(--theme-text-muted);font-size:.68rem;line-height:1}.widget-client-form input{width:100%;min-height:1.8rem;margin:0;padding:.15rem 0 0;border:0;outline:0;color:var(--theme-text);background:transparent;box-shadow:none;font-size:.88rem}.widget-client-form input:focus{border:0;outline:0;box-shadow:none}.widget-link-list{margin-top:1rem;display:grid;gap:.5rem}.widget-link-row{min-width:0;padding:.7rem;display:grid;grid-template-columns:2rem minmax(0,1fr) 2.35rem;align-items:center;gap:.65rem;border:1px solid var(--theme-border-soft);border-radius:.95rem;background:var(--theme-surface)}.widget-link-icon{width:2rem;height:2rem;display:grid;place-items:center;border-radius:.6rem;color:var(--theme-accent);background:var(--theme-surface-soft)}.widget-link-icon svg{width:1rem;height:1rem}.widget-link-copy{min-width:0;display:grid;gap:.12rem}.widget-link-copy strong{color:var(--theme-text);font-size:.82rem}.widget-link-copy small{color:var(--theme-text-muted);font-size:.66rem;line-height:1.2}.widget-link-copy code{min-width:0;overflow:hidden;color:var(--theme-text-subtle);font-size:.66rem;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.widget-link-row>button{width:2.35rem;height:2.35rem;padding:0;display:grid;place-items:center;border:1px solid var(--theme-border-soft);border-radius:.65rem;color:var(--theme-accent);background:var(--theme-surface-soft);cursor:pointer}.widget-link-row>button svg{width:1rem;height:1rem}.widget-link-row>button span{display:none}.widget-booking-details{margin-top:.85rem;display:grid;gap:1rem}.widget-booking-contact,.widget-booking-time,.widget-booking-totals,.widget-booking-payments{overflow:hidden;border:1px solid var(--theme-border-soft);border-radius:1.05rem;background:var(--theme-surface)}.widget-booking-contact>div,.widget-booking-time>div{position:relative;min-height:3.25rem;padding:.62rem .85rem;display:grid;align-content:center;gap:.12rem}.widget-booking-contact>div:not(:last-child):after,.widget-booking-time>div:not(:last-child):after{content:"";position:absolute;right:.85rem;bottom:0;left:.85rem;height:1px;background:var(--theme-border-soft)}.widget-booking-contact span,.widget-booking-time span,.widget-booking-totals span,.widget-booking-payments span{min-width:0;overflow-wrap:anywhere;color:var(--theme-text);font-size:.86rem;line-height:1.25}.widget-booking-contact small,.widget-booking-time small,.widget-booking-totals small,.widget-booking-payments small{color:var(--theme-text-muted);font-size:.68rem;line-height:1.2}.widget-booking-section h2{margin:0 0 .42rem .75rem;color:var(--theme-text-muted);font-size:.7rem;line-height:1.2;letter-spacing:.035em;text-transform:uppercase}.widget-booking-service-list>article{grid-template-columns:2.25rem minmax(0,1fr) auto}.widget-booking-service-list>article>span:last-child{color:var(--theme-text-muted);font-size:.76rem;white-space:nowrap}.widget-booking-totals{padding:.7rem .85rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.widget-booking-totals>div,.widget-booking-payments{display:grid;gap:.12rem}.widget-booking-payments{margin-top:.5rem;padding:.7rem .85rem}.widget-booking-blocker{margin-top:.75rem}.widget-workspace-primary,.widget-workspace-back{min-height:3.2rem;padding:.65rem 1rem;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;border-radius:.9rem;font-size:.82rem;line-height:1.15;cursor:pointer}.widget-workspace-primary{border:1px solid transparent;color:var(--theme-on-primary);background:var(--theme-primary)}.widget-workspace-primary:disabled{color:color-mix(in srgb,var(--theme-text-muted) 70%,transparent);background:var(--theme-disabled);cursor:not-allowed}.widget-workspace-danger{min-height:2.75rem;padding:.62rem .8rem;border:1px solid var(--theme-danger-border);border-radius:.75rem;color:var(--theme-danger-text);background:var(--theme-danger-surface);font-size:.78rem;line-height:1.15;cursor:pointer}.widget-workspace-danger:disabled{cursor:not-allowed;opacity:.58}.widget-workspace-back{min-width:5.35rem;border:1px solid var(--theme-border);color:var(--theme-text);background:color-mix(in srgb,var(--theme-surface-raised) 72%,transparent)}.widget-workspace-back svg{width:1rem;height:1rem;flex:0 0 auto;transform:translate(-.06rem)}.widget-workspace-lower-actions,.widget-workspace-form-actions{position:sticky;bottom:0;z-index:12;width:calc(100% + 1.5rem);margin:auto -.75rem calc(-1*max(.75rem,env(safe-area-inset-bottom)));padding:.6rem .75rem max(.6rem,env(safe-area-inset-bottom));border-top:1px solid var(--theme-border);background:color-mix(in srgb,var(--theme-dashboard) 94%,transparent);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.widget-workspace-lower-actions:not(.widget-workspace-lower-actions--split){display:grid;grid-template-columns:minmax(0,1fr)}.widget-workspace-lower-actions:not(.widget-workspace-lower-actions--split) .widget-workspace-back{width:100%;min-width:0}.widget-workspace-lower-actions--split{display:grid;grid-template-columns:5.35rem minmax(0,1fr);gap:.45rem}.widget-booking-cancel-confirm{min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem}.widget-booking-cancel-confirm>button:first-child{min-height:2.75rem;padding:.62rem .8rem;border:1px solid var(--theme-border);border-radius:.75rem;color:var(--theme-text);background:transparent;font-size:.78rem;cursor:pointer}.widget-booking-comment{overflow-wrap:anywhere}.widget-workspace-form-actions{display:grid;grid-template-columns:5.35rem minmax(0,1fr);gap:.45rem}.widget-workspace-lower-actions .widget-workspace-back{display:inline-flex}.widget-workspace-content>:has(+:is(.widget-workspace-lower-actions,.widget-workspace-form-actions)){margin-bottom:.75rem}.widget-workspace-page :where(button):focus-visible{outline:2px solid var(--theme-accent);outline-offset:-2px}@media(min-width:36rem){.master-content{padding-inline:.85rem}.master-lower-actions,.master-subscription-actions{margin-inline:-.85rem;padding-inline:.85rem}}@media(prefers-reduced-motion:reduce){.master-page *,.widget-workspace-page *{scroll-behavior:auto!important;transition-duration:.01ms!important}}.master-profile-card{margin-top:1.35rem;padding:1.45rem;display:flex;flex-direction:column;align-items:flex-start;border:1px solid var(--theme-border-soft);border-radius:1.5rem;background:var(--theme-surface-raised)}.master-profile-card-icon{width:3.4rem;height:3.4rem;display:grid;place-items:center;border-radius:1.05rem;color:#3157e8;background:#eef1ff}.master-profile-card-icon svg{width:1.55rem;height:1.55rem}.master-profile-status{margin-top:1.35rem;padding:.34rem .55rem;border-radius:999px;color:var(--theme-warning-text);background:var(--theme-warning-surface);font-size:.68rem;font-weight:700}.master-profile-status.is-ready{color:var(--theme-success-text);background:var(--theme-success-surface)}.master-profile-card h2{margin:.75rem 0 0;color:var(--theme-text);font-size:1.55rem;font-weight:780;line-height:1.1;letter-spacing:-.04em}.master-profile-card>p{margin:.5rem 0 0;color:var(--theme-text-muted);font-size:.88rem;line-height:1.45}.master-profile-card-actions{width:100%;margin-top:1.35rem;display:grid;gap:.55rem}.master-profile-primary,.master-profile-share{width:100%;min-height:3.35rem;padding:.75rem 1rem;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;border-radius:1rem;font-size:.9rem;font-weight:700;cursor:pointer}.master-profile-primary{border:0;color:var(--theme-on-button);background:var(--theme-button)}.master-profile-primary:disabled{color:var(--theme-text-subtle);background:var(--theme-disabled);cursor:default}.master-profile-share{border:1px solid var(--theme-border-soft);color:var(--theme-text);background:var(--theme-surface-soft)}.master-profile-share svg{width:1rem;height:1rem}.master-profile-error{width:100%;margin-top:1rem}.master-profile-error button{min-height:2.7rem;margin-top:.55rem;padding:.65rem 1rem;border:1px solid var(--theme-border-soft);border-radius:.85rem;color:var(--theme-text);background:var(--theme-surface-soft);cursor:pointer}.master-all-profiles{width:100%;min-height:3.3rem;margin-top:.75rem;padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--theme-border-soft);border-radius:1rem;color:var(--theme-text);background:var(--theme-surface-raised);font-size:.86rem;cursor:pointer}.master-all-profiles svg{width:.9rem;height:.9rem;color:var(--theme-text-subtle)}.master-page--dashboard{color:var(--theme-text);background:var(--theme-dashboard)}.master-page--dashboard .master-content{width:min(100%,32rem);padding:max(.9rem,env(safe-area-inset-top)) 1rem max(1rem,env(safe-area-inset-bottom))}.master-page--dashboard .master-profile-header--dashboard{min-height:3.55rem;justify-content:space-between;text-align:center}.master-page--dashboard .master-profile-header--dashboard>span{min-width:0;display:grid;gap:.08rem}.master-page--dashboard .master-profile-header--dashboard small{display:inline-flex;align-items:center;gap:.34rem;color:var(--theme-success-text);font-size:.68rem;font-weight:720}.master-page--dashboard .master-profile-header--dashboard small i{width:.42rem;height:.42rem;flex:0 0 auto;border-radius:50%;background:currentColor}.master-page--dashboard .master-profile-header--dashboard h1{overflow:hidden;color:var(--theme-text);font-size:clamp(1.72rem,7.2vw,2.05rem);font-weight:830;line-height:1.05;letter-spacing:-.055em;text-align:center;text-overflow:ellipsis;white-space:nowrap}.master-page--dashboard .master-profile-header--dashboard .master-settings-button{width:2.65rem;height:2.65rem;border-color:var(--theme-border-soft);border-radius:.9rem;color:var(--theme-text);background:var(--theme-surface)}.master-page--dashboard .master-profile-header--dashboard .master-settings-button svg{width:1.15rem;height:1.15rem}.master-page--dashboard .master-dashboard{margin-top:.65rem;display:grid;gap:.68rem}.master-dashboard-summary,.master-dashboard-next,.master-dashboard-overview{border:1px solid var(--theme-border-soft);background:var(--theme-surface)}.master-dashboard-summary{padding:1rem;border-radius:1.4rem}.master-dashboard-summary-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.master-dashboard-summary-head>span{min-width:0;display:grid;gap:.08rem}.master-dashboard-summary-head b{color:var(--theme-text);font-size:.9rem;font-weight:780}.master-dashboard-summary-head small{color:var(--theme-text-muted);font-size:.66rem;text-transform:capitalize}.master-dashboard-summary-stats{margin-top:.9rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.master-dashboard-summary-stats>span{min-width:0;display:grid;gap:.16rem}.master-dashboard-summary-stats strong{overflow:hidden;color:var(--theme-text);font-size:clamp(1.62rem,7.5vw,2.05rem);font-weight:830;line-height:1;letter-spacing:-.055em;text-overflow:ellipsis;white-space:nowrap}.master-dashboard-summary-stats small,.master-dashboard-overview small{color:var(--theme-text-muted);font-size:.68rem}.master-dashboard-primary{width:100%;min-height:3.15rem;margin-top:.9rem;padding:.7rem .9rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;border:0;border-radius:.95rem;color:var(--theme-on-button);background:var(--theme-button);font:inherit;font-size:.82rem;font-weight:760;cursor:pointer}.master-dashboard-primary svg{width:1rem;height:1rem;flex:0 0 auto}.master-dashboard-next{padding:.9rem;border-radius:1.25rem}.master-dashboard-section-title{display:flex;align-items:center;justify-content:space-between;gap:1rem}.master-dashboard-section-title>span{color:var(--theme-text);font-size:.84rem;font-weight:760}.master-dashboard-section-title>button{padding:.2rem 0;border:0;color:var(--theme-text-muted);background:transparent;font:inherit;font-size:.68rem;cursor:pointer}.master-dashboard-booking{width:100%;min-height:4rem;margin-top:.62rem;padding:.65rem 0 0;display:grid;grid-template-columns:3.15rem minmax(0,1fr) .9rem;align-items:center;gap:.65rem;border:0;border-top:1px solid var(--theme-border-soft);color:var(--theme-text);background:transparent;text-align:center;cursor:pointer}.master-dashboard-booking-time{font-size:.98rem;font-weight:800;letter-spacing:-.035em}.master-dashboard-booking>span:nth-child(2),.master-dashboard-empty>span:last-child{min-width:0;display:grid;gap:.12rem}.master-dashboard-booking b,.master-dashboard-empty b{overflow:hidden;color:var(--theme-text);font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.master-dashboard-booking small,.master-dashboard-empty small{overflow:hidden;color:var(--theme-text-muted);font-size:.65rem;text-overflow:ellipsis;white-space:nowrap}.master-dashboard-booking>span:nth-child(2)>small:first-child{color:var(--theme-text-subtle);font-size:.61rem;font-weight:650;text-transform:capitalize}.master-dashboard-booking>svg{width:.82rem;height:.82rem;color:var(--theme-text-subtle)}.master-dashboard-empty{min-height:3.65rem;margin-top:.62rem;padding-top:.62rem;display:grid;grid-template-columns:2.15rem minmax(0,1fr);align-items:center;gap:.68rem;border-top:1px solid var(--theme-border-soft)}.master-dashboard-icon{width:2.15rem;height:2.15rem;display:grid;place-items:center;border-radius:.72rem}.master-dashboard-icon svg{width:.95rem;height:.95rem;stroke-width:2}.master-dashboard-icon.is-mint{color:#168b67;background:#def5ec}@media(prefers-color-scheme:dark){.master-dashboard-icon.is-mint{color:#9de0b9;background:#193328}}.master-dashboard-overview{min-height:4.2rem;padding:.78rem 1rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;border-radius:1.15rem}.master-dashboard-overview>span{min-width:0;display:grid;gap:.08rem}.master-dashboard-overview>span+span{padding-left:.85rem;border-left:1px solid var(--theme-border-soft)}.master-dashboard-overview strong{color:var(--theme-text);font-size:1.05rem;font-weight:800;line-height:1.1}.master-dashboard-management{min-width:0}.master-dashboard-management>h2{margin:.2rem 0 .42rem .12rem;color:var(--theme-text-muted);font-size:.68rem;font-weight:680}.master-dashboard-navigation{border-radius:1.25rem;background:var(--theme-surface)}.master-dashboard-navigation .master-row{min-height:4.05rem;padding:.62rem .82rem;grid-template-columns:2.05rem minmax(0,1fr) .95rem;gap:.72rem}.master-dashboard-navigation .master-row:not(:last-child):after{right:.82rem;left:3.6rem}.master-dashboard-navigation .master-row-icon{width:2.05rem;height:2.05rem;border-radius:.68rem;color:var(--theme-text);background:var(--theme-surface-soft)}.master-dashboard-navigation .master-row-icon--purple{color:#7552d6;background:#eee9ff}.master-dashboard-navigation .master-row-icon--cyan{color:#147f9f;background:#e4f6fb}.master-dashboard-navigation .master-row-icon svg{width:1rem;height:1rem}.master-dashboard-navigation .master-row-copy{gap:.1rem;font-size:.82rem;font-weight:730}.master-dashboard-navigation .master-row-copy small{color:var(--theme-text-muted);font-size:.65rem;font-weight:500}@media(prefers-color-scheme:dark){.master-dashboard-navigation .master-row-icon--purple{color:#c9b9ff;background:#30294a}.master-dashboard-navigation .master-row-icon--cyan{color:#9bdcf0;background:#17343d}}.master-dashboard .master-profile-card--empty{margin-top:0}.master-dashboard .master-profile-card--empty .master-profile-primary{margin-top:1.2rem}.master-dashboard .master-all-profiles{margin-top:0}@media(max-width:360px){.master-page--dashboard .master-content{padding-inline:.8rem}.master-dashboard-summary{padding:.9rem}.master-dashboard-summary-stats{gap:.5rem}}.widget-profile-heading{min-height:3.2rem;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.8rem}.widget-profile-heading>span{min-width:0;display:grid;gap:.12rem}.widget-profile-heading small{color:var(--theme-success-text);font-size:.67rem;font-weight:700}.widget-profile-heading h1{margin:0;overflow:hidden;color:var(--theme-text);font-size:1.5rem;font-weight:820;line-height:1.1;letter-spacing:-.045em;text-overflow:ellipsis;white-space:nowrap}.widget-profile-heading .widget-actions{display:flex;gap:.45rem}.widget-profile-heading .widget-action-menu-shell{width:2.65rem}.widget-profile-heading .widget-action{width:2.65rem;min-height:2.65rem;padding:0;display:grid;place-items:center;border:1px solid var(--theme-border-soft);border-radius:.95rem;color:var(--theme-text);background:var(--theme-surface-raised)}.widget-profile-heading .widget-action>span{display:none}.widget-profile-heading .widget-action svg{width:1.05rem;height:1.05rem}.widget-tabs{position:sticky;top:0;margin:1.15rem 0 0;padding:.25rem;gap:.2rem;border:0;border-radius:1.05rem;background:var(--theme-surface-soft)}.widget-tabs button{min-height:2.65rem;border-radius:.82rem;font-size:.72rem;font-weight:650}.widget-tabs button:after{display:none}.widget-tabs button.widget-is-active{color:var(--theme-text);background:var(--theme-surface-raised);box-shadow:0 3px 12px #16161c12}.widget-tab-content{padding-top:.8rem}.widget-schedule,.widget-history,.widget-services{min-width:0}.widget-schedule-calendar-head,.widget-history>button,.widget-history>article,.widget-service-list,.widget-slot-group{border-radius:1.35rem}.widget-workspace-page,.setup-schedule-page{--cal-page: #fcfcfd;--cal-surface: #ffffff;--cal-soft: #f2f2f5;--cal-soft-strong: #e9e9ed;--cal-ink: #0b0b0d;--cal-muted: #74747d;--cal-line: #dfdfe5;--cal-primary: #0b0b0d;--cal-on-primary: #ffffff;color:var(--cal-ink);background:var(--cal-page)}.widget-workspace-content{width:min(100%,32rem);padding:max(1rem,env(safe-area-inset-top)) 1rem max(1rem,env(safe-area-inset-bottom))}.widget-profile-heading{min-height:3.75rem}.widget-profile-heading small{color:#43805e;font-size:.66rem}.widget-profile-heading h1{color:var(--cal-ink);font-size:clamp(1.75rem,7.4vw,2.1rem)}.widget-profile-heading .widget-action{width:2.7rem;min-height:2.7rem;border:0;border-radius:.95rem;color:var(--cal-ink);background:var(--cal-soft)}.widget-more-menu{border-color:var(--cal-line);color:var(--cal-ink);background:var(--cal-surface);box-shadow:0 14px 34px color-mix(in srgb,var(--cal-ink) 10%,transparent)}.widget-more-menu>button{color:var(--cal-ink)}.widget-more-menu>button+button{border-top-color:var(--cal-line)}.widget-tabs{margin-top:.85rem;padding:.25rem;border:0;border-radius:1rem;background:var(--cal-soft)}.widget-tabs button{min-height:2.6rem;border-radius:.78rem;color:var(--cal-muted);font-size:.71rem;font-weight:680}.widget-tabs button.widget-is-active{color:var(--cal-ink);background:var(--cal-surface);box-shadow:none}.widget-tabs button>span{color:var(--cal-on-primary);background:var(--cal-primary)}.widget-tab-content{padding-top:.9rem}.widget-schedule-calendar-head h2{color:var(--cal-ink);font-size:1.05rem;font-weight:760}.widget-schedule-calendar-head button{width:2.2rem;height:2.2rem;border:0;border-radius:.78rem;color:var(--cal-ink);background:var(--cal-soft)}.widget-schedule-calendar-head button:disabled{color:var(--cal-muted)}.widget-schedule-dates{margin-top:.65rem;gap:.3rem}.widget-schedule-dates>button{min-height:3.15rem;border:0;border-radius:.78rem;color:var(--cal-muted);background:transparent}.widget-schedule-dates>button.widget-has-schedule:not(.widget-is-active){border:0;color:var(--cal-ink);background:var(--cal-soft)}.widget-schedule-dates>button.widget-is-active,.widget-schedule-dates>button.widget-is-active.widget-has-schedule{border:0;color:var(--cal-on-primary);background:var(--cal-primary);box-shadow:none}.widget-schedule-dates>button b{border:2px solid var(--cal-page)}.widget-empty-state{min-height:7rem;margin:.75rem 0 0;padding:1rem;display:grid;place-items:center;border-radius:1.15rem;color:var(--cal-muted);background:var(--cal-soft)}.widget-slot-group h3{margin-left:.2rem;color:var(--cal-muted)}.widget-slot-group>div,.widget-history>button,.widget-history>article,.widget-service-list{border:0;color:var(--cal-ink);background:var(--cal-soft)}.widget-slot-group button{color:var(--cal-ink)}.widget-slot-group button:not(:last-child):after{background:var(--cal-line)}.widget-slot-group button>strong{color:var(--cal-ink)}.widget-workspace-lower-actions,.widget-workspace-form-actions{width:calc(100% + 2rem);margin-right:-1rem;margin-left:-1rem;padding:.65rem 1rem max(.65rem,env(safe-area-inset-bottom));border-top:1px solid var(--cal-line);background:color-mix(in srgb,var(--cal-page) 94%,transparent)}.widget-workspace-primary{border:0;color:var(--cal-on-primary);background:var(--cal-primary)}.widget-workspace-back{border:0;color:var(--cal-ink);background:var(--cal-soft)}.setup-schedule-page{width:min(100%,32rem);min-height:100vh;min-height:100dvh;margin-inline:auto;padding:max(1rem,env(safe-area-inset-top)) 1rem 0}.setup-schedule-page .setup-page-header{display:block}.setup-schedule-page .setup-page-header>div{text-align:center}.setup-schedule-page .setup-page-header h1{color:var(--cal-ink);font-size:clamp(1.9rem,8vw,2.3rem);font-weight:830;letter-spacing:-.055em}.setup-schedule-page .setup-page-header p{max-width:15rem;margin:.35rem auto 0;color:var(--cal-muted);font-size:.72rem;line-height:1.35}.setup-schedule-page .setup-schedule-content{margin-top:1.1rem;padding-bottom:.8rem;gap:.75rem}.setup-schedule-page .setup-calendar-heading h2{color:var(--cal-ink);font-size:1rem;font-weight:760}.setup-schedule-page .setup-calendar-navigation button{width:2.2rem;height:2.2rem;border:0;border-radius:.78rem;color:var(--cal-ink);background:var(--cal-soft)}.setup-schedule-page .setup-calendar-navigation button:disabled{color:var(--cal-muted)}.setup-schedule-page .setup-calendar-grid{grid-auto-rows:auto;gap:.22rem}.setup-schedule-page .setup-calendar-grid>button{aspect-ratio:1;min-height:0;padding:0;border:0;border-radius:.72rem;color:var(--cal-muted);background:transparent}.setup-schedule-page .setup-calendar-grid>button>span{font-size:.57rem;font-weight:680}.setup-schedule-page .setup-calendar-grid>button>strong{color:inherit;font-size:.78rem;font-weight:690}.setup-schedule-page .setup-schedule-content .setup-calendar-grid>button.open{color:var(--cal-ink);background:var(--cal-soft)}.setup-schedule-page .setup-schedule-content .setup-calendar-grid>button.selected,.setup-schedule-page .setup-schedule-content .setup-calendar-grid>button.selected.open{border:0;color:var(--cal-on-primary);background:var(--cal-primary);box-shadow:none}.setup-schedule-page .setup-calendar-count{border-color:var(--cal-page)}.setup-schedule-page .setup-day-status,.setup-schedule-page .setup-time-range,.setup-schedule-page .setup-copy-actions{border:1px solid var(--cal-line);border-radius:1.1rem;color:var(--cal-ink);background:var(--cal-surface)}.setup-schedule-page .setup-day-status{min-height:3.5rem;padding:.65rem .85rem;font-size:.82rem;font-weight:650}.setup-schedule-page .setup-day-status i{background:var(--cal-soft-strong)}.setup-schedule-page .setup-day-status input:checked+i{background:var(--cal-primary)}.setup-schedule-page .setup-time-range{padding-inline:.85rem}.setup-schedule-page .setup-time-range button{min-height:3rem;border-top-color:var(--cal-line);color:var(--cal-ink)}.setup-schedule-page .setup-time-range button span{font-size:.78rem;font-weight:620}.setup-schedule-page .setup-time-range button strong{min-width:4.1rem;color:var(--cal-ink);background:var(--cal-soft);font-size:.8rem;font-weight:700}.setup-schedule-page .setup-slot-grid{gap:.35rem}.setup-schedule-page .setup-slot-grid button{min-height:2.65rem;border:0;border-radius:.72rem;color:var(--cal-muted);background:var(--cal-soft);font-size:.75rem;font-weight:660}.setup-schedule-page .setup-slot-grid button.active{border:0;color:var(--cal-on-primary);background:var(--cal-primary)}.setup-schedule-page .setup-copy-actions{padding-inline:.85rem}.setup-schedule-page .setup-copy-actions button{min-height:2.85rem;border-top-color:var(--cal-line);color:var(--cal-ink);font-size:.75rem;font-weight:640}.setup-schedule-page .setup-schedule-actions{width:calc(100% + 2rem);margin-right:-1rem;margin-left:-1rem;padding:.65rem 1rem max(.65rem,env(safe-area-inset-bottom));border-top:1px solid var(--cal-line);background:color-mix(in srgb,var(--cal-page) 94%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.setup-schedule-page .setup-secondary-button{border:0;color:var(--cal-ink);background:var(--cal-soft)}.setup-schedule-page .setup-primary-button{border:0;color:var(--cal-on-primary);background:var(--cal-primary)}@media(prefers-color-scheme:dark){.widget-workspace-page,.setup-schedule-page{--cal-page: #0e0e10;--cal-surface: #19191c;--cal-soft: #222226;--cal-soft-strong: #303035;--cal-ink: #f7f7f8;--cal-muted: #a0a0a9;--cal-line: #303036;--cal-primary: #f7f7f8;--cal-on-primary: #0b0b0d}.widget-profile-heading small{color:#8fd2aa}}@media(max-width:360px){.widget-workspace-content,.setup-schedule-page{padding-right:.8rem;padding-left:.8rem}.widget-workspace-lower-actions,.widget-workspace-form-actions,.setup-schedule-page .setup-schedule-actions{width:calc(100% + 1.6rem);margin-right:-.8rem;margin-left:-.8rem;padding-right:.8rem;padding-left:.8rem}}.landing-client-choice{min-width:0;display:grid;gap:.6rem}.landing-login-placeholder{display:grid;grid-template-columns:auto 1fr 1fr;align-items:center;gap:.45rem}.landing-login-placeholder>span{color:var(--theme-text-muted);font-size:.68rem;white-space:nowrap}.landing-login-placeholder .button{min-height:2.35rem;padding:.45rem .6rem;border-color:var(--theme-border-soft);color:var(--theme-text-subtle);background:var(--theme-surface-soft);opacity:.7}.client-create-page,.client-profile-page{min-height:100vh;min-height:100dvh;color:var(--theme-text);background:var(--theme-dashboard)}.client-create-page{display:flow-root}.client-create-shell{width:min(100%,35rem);min-height:100vh;min-height:100dvh;margin-inline:auto;padding:max(.75rem,env(safe-area-inset-top)) .65rem 0;background:transparent}.client-create-form{min-height:calc(100dvh - 3.25rem - env(safe-area-inset-top));padding-top:.75rem;display:flex;flex-direction:column;gap:.55rem}.client-create-header{display:block}.client-create-header h1{white-space:normal}.client-profile-fields{display:grid;gap:.42rem;overflow:visible;border:0;border-radius:0;background:transparent}.client-profile-field-row{position:relative;min-width:0;display:grid;gap:.3rem}.client-profile-field-row .setup-floating-field{overflow:hidden;border:1px solid var(--theme-border-soft);border-radius:.82rem;background:var(--theme-surface)}.client-field-error{margin:0 .75rem .15rem;display:block;color:var(--theme-danger-text);font-size:.68rem}.client-create-spacer{flex:1}.client-action-bar{position:fixed;z-index:30;bottom:0;left:50%;width:min(100%,42rem);min-height:4.75rem;padding:.6rem max(.75rem,env(safe-area-inset-right)) max(.6rem,env(safe-area-inset-bottom)) max(.75rem,env(safe-area-inset-left));display:grid;grid-template-columns:auto minmax(0,1fr);gap:.55rem;border-top:1px solid var(--theme-border);background:color-mix(in srgb,var(--theme-dashboard) 94%,transparent);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);transform:translate(-50%)}.client-action-bar .button{min-height:3.2rem}.client-action-bar .button-secondary{min-width:6rem}.client-create-page .client-action-bar{position:sticky;bottom:0;left:auto;width:calc(100% + 1.3rem);min-height:auto;margin:auto -.65rem 0;padding:.6rem .65rem max(.6rem,env(safe-area-inset-bottom));transform:none}.client-action-bar .button{border-radius:.9rem;font-size:.82rem}.client-action-bar .button-primary{box-shadow:none}.client-action-bar .button-primary:disabled{border-color:transparent;color:color-mix(in srgb,var(--theme-text-muted) 72%,transparent);background:var(--theme-disabled);box-shadow:none;opacity:1}.client-profile-page{padding-bottom:5.6rem}.client-profile-shell{width:min(100%,42rem);margin-inline:auto;padding:max(1.15rem,env(safe-area-inset-top)) .75rem 1rem;background:transparent}.client-profile-header{position:relative;min-height:2.75rem;display:flex;align-items:center;justify-content:center;gap:.55rem}.client-profile-header h1{margin:0;font-size:clamp(1.65rem,7vw,2rem);line-height:1.15;letter-spacing:-.035em;text-align:center}.client-profile-menu-shell{position:relative;flex:0 0 auto}.client-settings-button{width:2.55rem;height:2.55rem;padding:0;display:grid;place-items:center;border:1px solid var(--theme-border);border-radius:50%;color:var(--theme-accent);background:var(--theme-surface);cursor:pointer}.client-settings-button svg{width:1.3rem;height:1.3rem}.client-profile-menu{position:absolute;z-index:45;top:calc(100% + .45rem);right:0;width:min(14rem,calc(100vw - 1.5rem));overflow:hidden;border:1px solid var(--theme-border-soft);border-radius:.95rem;background:var(--theme-surface-raised);box-shadow:none}.client-profile-menu>button{width:100%;min-height:2.85rem;padding:.65rem .85rem;display:flex;align-items:center;gap:.55rem;border:0;color:var(--theme-text);background:transparent;text-align:center;cursor:pointer}.client-profile-menu>button+button{border-top:1px solid var(--theme-border-soft)}.client-profile-menu>button:hover{background:var(--theme-surface-hover)}.client-profile-menu>button svg{width:1rem}.client-profile-menu .danger,.client-delete-confirm .danger{color:var(--theme-danger-text)}.client-delete-confirm{padding:.85rem;display:grid;gap:.45rem}.client-delete-confirm strong{font-size:.84rem}.client-delete-confirm small{color:var(--theme-text-muted);font-size:.68rem;line-height:1.35}.client-delete-confirm>div{margin-top:.25rem;display:grid;grid-template-columns:1fr 1fr;gap:.4rem}.client-delete-confirm button{min-height:2.35rem;padding:.45rem;border:1px solid var(--theme-border-soft);border-radius:.65rem;background:var(--theme-surface-soft);cursor:pointer}.client-delete-confirm button:disabled{opacity:.6;cursor:wait}.client-identity-card{margin-top:1.25rem;padding:.9rem;display:grid;grid-template-columns:2.8rem minmax(0,1fr);align-items:center;gap:.75rem;border:1px solid var(--theme-border);border-radius:1rem;background:var(--theme-surface)}.client-identity-card>span{width:2.8rem;height:2.8rem;display:grid;place-items:center;border-radius:.85rem;color:var(--theme-accent);background:var(--theme-selection)}.client-identity-card>span svg{width:1.2rem}.client-identity-card h2,.client-identity-card p{margin:0}.client-identity-card h2{overflow:hidden;font-size:.95rem;text-overflow:ellipsis;white-space:nowrap}.client-identity-card p{margin-top:.25rem;overflow:hidden;color:var(--theme-text-muted);font-size:.7rem;text-overflow:ellipsis;white-space:nowrap}.client-profile-tabs{margin:1rem -.75rem 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-bottom:1px solid var(--theme-border)}.client-profile-tabs button{position:relative;min-height:3.3rem;padding:.65rem;border:0;color:var(--theme-text-muted);background:transparent;cursor:pointer}.client-profile-tabs button.active{color:var(--theme-accent)}.client-profile-tabs button.active:after{position:absolute;right:1.4rem;bottom:-1px;left:1.4rem;height:2px;border-radius:2px 2px 0 0;background:var(--theme-accent);content:""}.client-appointments-list{min-height:15rem;padding-top:.75rem;display:grid;align-content:start;gap:.55rem}.client-appointments-list>.loader{min-height:15rem}.client-appointment-card{width:100%;min-width:0;padding:.85rem;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:.75rem;border:1px solid var(--theme-border);border-radius:1rem;color:var(--theme-text);background:var(--theme-surface);text-align:center}button.client-appointment-card{cursor:pointer}button.client-appointment-card:hover{background:var(--theme-surface-hover)}.client-appointment-card>svg{width:.85rem;color:var(--theme-text-subtle)}.client-appointment-main{min-width:0}.client-appointment-main h2,.client-appointment-main p,.client-appointment-main small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.client-appointment-main h2{margin:.35rem 0 0;font-size:.88rem}.client-appointment-main p{margin:.22rem 0 0;color:var(--theme-text);font-size:.75rem}.client-appointment-main small{margin-top:.22rem;color:var(--theme-text-muted);font-size:.64rem}.client-status{width:max-content;padding:.2rem .4rem;border-radius:1rem;color:var(--theme-success-text);background:var(--theme-success-surface);font-size:.58rem}.client-status.cancelled,.client-status.no_show{color:var(--theme-danger-text);background:var(--theme-danger-surface)}.client-status.completed{color:var(--theme-text-muted);background:var(--theme-surface-soft)}.client-appointment-meta{min-width:6.5rem;display:grid;justify-items:end;gap:.16rem}.client-appointment-meta strong{margin-bottom:.25rem;font-size:.78rem}.client-appointment-meta span{font-size:.78rem}.client-appointment-meta small{color:var(--theme-text-muted);font-size:.6rem}.client-profile-action-bar{grid-template-columns:auto}.client-profile-action-bar .button{width:100%}@media(min-width:36rem){.client-create-page{padding-inline:1rem}.client-create-shell{min-height:calc(100dvh - 2rem);margin-block:1rem;padding-inline:.85rem;overflow:clip;border:1px solid var(--theme-border-soft);border-radius:1.5rem;background:transparent;box-shadow:0 1.2rem 4rem color-mix(in srgb,var(--theme-text) 8%,transparent)}.client-create-page .client-action-bar{width:calc(100% + 1.7rem);margin-inline:-.85rem;padding-inline:.85rem;border-radius:0 0 1.5rem 1.5rem}}.public-booking-page .provider-card{padding-top:1.4rem}.public-booking-page .provider-avatar{margin-top:0}.landing-choice-page,.master-page,.widget-workspace-page,.setup-page,.setup-flow-page,.dashboard-shell,.public-page,.managed-page,.client-create-page,.client-profile-page{background-color:var(--theme-dashboard);background-image:linear-gradient(var(--theme-app-background-wash),var(--theme-app-background-wash)),url(data:image/webp;base64,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);background-position:center;background-size:cover;background-attachment:fixed}@media(max-width:32rem){.landing-login-placeholder{grid-template-columns:1fr 1fr}.landing-login-placeholder>span{grid-column:1 / -1;text-align:center}.client-appointment-card{grid-template-columns:minmax(0,1fr) auto}.client-appointment-card>svg{display:none}.client-profile-menu{right:-.25rem}}.public-booking-page{--booking-page: #f4f5f7;--booking-surface: #ffffff;--booking-surface-soft: #eef1f5;--booking-text: #151922;--booking-muted: #747b88;--booking-border: #e3e6eb;--booking-accent: #1478f2;--booking-accent-soft: #eaf3ff;--booking-shadow: 0 .35rem 1.4rem rgba(24, 35, 52, .055);min-height:100vh;min-height:100dvh;padding:0;color:var(--booking-text);background:var(--booking-page);background-image:none}.public-booking-page .public-layout{width:min(100%,46rem);max-width:none;min-height:100dvh;margin:0 auto;padding:max(1.4rem,env(safe-area-inset-top)) 1rem max(1rem,env(safe-area-inset-bottom));display:block}.public-booking-page .provider-card{position:relative;top:auto;padding:.9rem 1rem 1.6rem;overflow:visible;border:0;border-radius:0;background:transparent;text-align:center}.public-booking-page .provider-avatar{width:5.25rem;height:5.25rem;margin:0 auto;overflow:hidden;display:grid;place-items:center;border:0;border-radius:50%;color:#fff;background:linear-gradient(145deg,#388cf4,#0d64d3);box-shadow:0 .6rem 1.8rem #1478f22e;font-size:1.65rem;font-weight:700!important}.public-booking-page .provider-avatar img{width:100%;height:100%;display:block;object-fit:cover}.public-booking-page .provider-card h1,.public-booking-page .provider-card:not(.provider-card-with-photo) h1{margin:.9rem 0 0;color:var(--booking-text);font-size:clamp(1.75rem,6vw,2.15rem);line-height:1.12;letter-spacing:-.035em}.public-booking-page .provider-specialist-name{margin-top:.28rem;display:block;color:var(--booking-muted);font-size:.78rem;font-weight:600}.public-booking-page .provider-card>p:not(.eyebrow){max-width:31rem;margin:.55rem auto 0;display:-webkit-box;overflow:hidden;color:var(--booking-muted);font-size:.86rem;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:3}.provider-quick-actions{margin-top:.9rem;display:flex;justify-content:center;gap:.55rem}.provider-quick-actions button,.booking-step-header>button{width:2.55rem;height:2.55rem;padding:0;display:grid;place-items:center;border:1px solid var(--booking-border);border-radius:.8rem;color:var(--booking-text);background:var(--booking-surface);box-shadow:var(--booking-shadow);cursor:pointer}.provider-quick-actions button:hover,.booking-step-header>button:hover{border-color:color-mix(in srgb,var(--booking-accent) 28%,var(--booking-border));color:var(--booking-accent)}.provider-quick-actions svg,.booking-step-header svg{width:1.05rem}.copy-feedback{min-height:1rem;margin-top:.35rem;display:block;color:var(--booking-accent);font-size:.64rem}.public-booking-page .booking-widget{min-height:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.public-booking-page .booking-widget>.alert{margin:0 0 .75rem}.public-booking-page .booking-step{margin:0}.public-booking-page .step-title h2{margin:0 0 .75rem;color:var(--booking-text);font-size:1.35rem;line-height:1.2;letter-spacing:-.025em}.public-booking-page .public-services{margin:0;display:grid;gap:.65rem}.public-booking-page .public-services>button.with-photo{min-height:5.8rem;padding:.72rem;display:grid;grid-template-columns:4.35rem minmax(0,1fr) auto;align-items:center;gap:.85rem;border:1px solid var(--booking-border);border-radius:1.05rem;color:var(--booking-text);background:var(--booking-surface);box-shadow:var(--booking-shadow);text-align:center;transition:border-color .15s ease,transform .15s ease}.public-booking-page .public-services>button.with-photo:hover{padding:.72rem;border-color:color-mix(in srgb,var(--booking-accent) 32%,var(--booking-border));border-radius:1.05rem;background:var(--booking-surface);transform:translateY(-1px)}.public-booking-page .public-service-photo{width:4.35rem;height:4.35rem;border:0;border-radius:.85rem}.public-booking-page .public-service-photo-placeholder{color:var(--booking-muted);background:var(--booking-surface-soft)}.public-service-copy{min-width:0;display:flex;flex-direction:column}.public-booking-page .public-service-copy b{overflow:hidden;font-size:.9rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap;font-weight:600!important}.public-booking-page .public-service-copy small{margin-top:.2rem;display:-webkit-box;overflow:hidden;color:var(--booking-muted);font-size:.7rem;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}.public-booking-page .public-service-copy em{margin-top:.38rem;display:flex;align-items:center;gap:.42rem;color:var(--booking-muted);font-size:.68rem}.public-booking-page .public-service-copy em strong{color:var(--booking-text);font-weight:600!important}.public-booking-page .public-service-copy em i{width:.2rem;height:.2rem;border-radius:50%;background:currentColor}.public-service-select{padding:.45rem .68rem;border-radius:2rem;color:var(--booking-accent);background:var(--booking-accent-soft);font-size:.66rem;font-weight:600!important;white-space:nowrap}.booking-step-header{min-height:3rem;margin-bottom:1.1rem;display:grid;grid-template-columns:2.55rem minmax(0,1fr) 2.55rem;align-items:center;gap:.65rem}.booking-step-header h2{margin:0;color:var(--booking-text);font-size:clamp(1.55rem,5vw,2rem);line-height:1.12;letter-spacing:-.035em;text-align:center;font-weight:700!important}.compact-selection{min-height:4rem;padding:.8rem .9rem;display:flex;align-items:center;justify-content:space-between;gap:.9rem;border:1px solid var(--booking-border);border-radius:1rem;background:var(--booking-surface);box-shadow:var(--booking-shadow)}.compact-selection>div{min-width:0;display:flex;flex-direction:column}.compact-selection b{overflow:hidden;color:var(--booking-text);font-size:.84rem;text-overflow:ellipsis;white-space:nowrap;font-weight:600!important}.compact-selection small{margin-top:.22rem;color:var(--booking-muted);font-size:.68rem}.compact-selection>button{padding:.4rem;border:0;color:var(--booking-accent);background:transparent;font-size:.68rem;cursor:pointer}.public-booking-page .public-date-calendar-head{margin-top:1.35rem}.public-booking-page .public-date-calendar-head h3,.public-time-section>h3{color:var(--booking-text);font-size:1rem;line-height:1.2;letter-spacing:-.015em;font-weight:600!important}.public-booking-page .public-date-calendar-head button{width:2.3rem;height:2.3rem;border-color:var(--booking-border);color:var(--booking-text);background:var(--booking-surface)}.public-booking-page .date-grid.public-date-grid{width:100%;min-width:0;margin-top:.65rem;padding-bottom:.1rem;grid-template-columns:repeat(7,minmax(2.75rem,1fr));gap:.4rem;overflow-x:auto;scrollbar-width:none}.public-booking-page .date-grid.public-date-grid::-webkit-scrollbar{display:none}.public-booking-page .public-date-grid button,.public-booking-page .public-date-grid button.working{min-width:2.75rem;min-height:4.2rem;padding:.5rem .2rem;border:1px solid var(--booking-border);border-radius:.85rem;color:var(--booking-text);background:var(--booking-surface);box-shadow:none}.public-booking-page .public-date-grid button.working:hover{border-color:var(--booking-accent);color:var(--booking-accent);background:var(--booking-accent-soft)}.public-booking-page .public-date-grid button.selected,.public-booking-page .public-date-grid button.selected:hover{border-color:var(--booking-accent);color:var(--booking-accent);background:var(--booking-accent-soft);box-shadow:inset 0 0 0 1px var(--booking-accent)}.public-booking-page .public-date-grid button.closed,.public-booking-page .public-date-grid button.closed:hover{border-color:transparent;color:var(--booking-muted);background:var(--booking-surface-soft);opacity:.42}.public-booking-page .public-date-grid span{color:inherit;font-size:.58rem}.public-booking-page .public-date-grid strong{margin-top:.35rem;font-family:inherit;font-size:1rem;font-weight:600!important}.public-time-section{margin-top:1.35rem}.public-time-section>h3{margin:0 0 .8rem}.public-time-section>.loader{min-height:8rem}.public-time-section>.empty-state{min-height:8rem;padding:1rem}.public-time-section>.empty-state .empty-icon{width:2.8rem;height:2.8rem;border-radius:.85rem}.public-time-section>.empty-state h3{margin-top:.7rem;font-size:.92rem}.public-time-section>.empty-state p{margin-bottom:0;font-size:.72rem}.public-time-groups{display:grid;gap:1rem}.public-time-groups section h4{margin:0 0 .45rem;color:var(--booking-muted);font-size:.72rem}.public-booking-page .slots-grid{margin:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem}.public-booking-page .slots-grid button{min-height:2.85rem;border:1px solid var(--booking-border);border-radius:.75rem;color:var(--booking-text);background:var(--booking-surface);font-size:.78rem}.public-booking-page .slots-grid button:hover,.public-booking-page .slots-grid button.selected{border-color:var(--booking-accent);color:var(--booking-accent);background:var(--booking-accent-soft);box-shadow:inset 0 0 0 1px var(--booking-accent)}.public-action-tray{position:sticky;z-index:5;bottom:0;margin:1.3rem -.3rem 0;padding:.9rem .3rem max(.3rem,env(safe-area-inset-bottom));background:linear-gradient(transparent,var(--booking-page) 28%)}.public-booking-page .public-action-tray .button{min-height:3.35rem;border:0;border-radius:.9rem;color:#fff;background:var(--booking-accent);box-shadow:none;font-size:.86rem;font-weight:600!important}.public-booking-page .public-action-tray .button:hover:not(:disabled){background:color-mix(in srgb,var(--booking-accent) 88%,#000)}.public-booking-page .public-action-tray .button:disabled{color:var(--booking-muted);background:var(--booking-surface-soft);opacity:1}.booking-selection{justify-content:flex-start}.public-booking-page .contact-fields{margin:.8rem 0 0;gap:.65rem}.public-booking-page .contact-fields .field{gap:.35rem;color:var(--booking-text);font-size:.72rem}.public-booking-page .contact-fields .field>span{padding-inline:.15rem}.public-booking-page .contact-fields .field>span small{margin-left:.25rem;color:var(--booking-muted);font-size:.62rem}.public-booking-page .contact-fields :where(input,textarea){min-height:3.25rem;border-color:var(--booking-border);border-radius:.85rem;color:var(--booking-text);background:var(--booking-surface)}.public-booking-page .privacy-copy{max-width:28rem;margin-top:.45rem!important;color:var(--booking-muted)!important;font-size:.6rem!important}.public-booking-page .privacy-copy a{color:var(--booking-accent);font-weight:600;text-underline-offset:.12em}.public-booking-page .confirmation{min-height:calc(100dvh - 3rem - env(safe-area-inset-top));padding:clamp(3rem,12vh,6rem) 0 0;display:flex;flex-direction:column;text-align:center}.public-booking-page .success-mark{width:auto;height:auto;margin:0 auto 1rem;display:block;border-radius:0;color:inherit;background:transparent;font-size:4.5rem;line-height:1}.public-booking-page .confirmation h2{margin:0;color:var(--booking-text);font-size:clamp(1.8rem,7vw,2.35rem);line-height:1.1;letter-spacing:-.04em;font-weight:700!important}.public-booking-page .confirmation>p:not(.eyebrow){margin:.55rem auto 1.3rem;color:var(--booking-muted);font-size:.82rem}.public-booking-page .confirmation-ticket{padding:1rem;gap:.85rem;border:1px solid var(--booking-border);border-radius:1rem;color:var(--booking-text);background:var(--booking-surface);box-shadow:var(--booking-shadow)}.public-booking-page .confirmation-ticket small{color:var(--booking-muted);font-size:.62rem}.public-booking-page .confirmation-ticket b{margin-top:.22rem;font-size:.78rem;font-weight:600!important}.public-booking-page .confirmation-actions{margin-top:auto;padding-top:1.3rem;display:grid;gap:.55rem}.public-booking-page .confirmation-actions .button{min-height:3.35rem;border-radius:.9rem;box-shadow:none;font-size:.84rem;font-weight:600!important}.public-booking-page .button-primary{color:#fff;background:var(--booking-accent)}.public-booking-page .button-primary:hover:not(:disabled){background:color-mix(in srgb,var(--booking-accent) 88%,#000)}.public-booking-page .button-secondary{border-color:var(--booking-border);color:var(--booking-text);background:var(--booking-surface)}.public-booking-page .public-error{margin:4rem auto;border-color:var(--booking-border);background:var(--booking-surface)}@media(max-width:36rem){.public-booking-page .public-layout{padding:max(.85rem,env(safe-area-inset-top)) .75rem max(.6rem,env(safe-area-inset-bottom))}.public-booking-page .provider-card{padding-top:.55rem}.public-booking-page .provider-avatar{width:4.8rem;height:4.8rem}.public-booking-page .public-services>button.with-photo{grid-template-columns:4rem minmax(0,1fr) auto;gap:.65rem}.public-booking-page .public-service-photo{width:4rem;height:4rem}.booking-step-header{grid-template-columns:2.45rem minmax(0,1fr) 2.45rem;gap:.45rem}.booking-step-header h2{font-size:1.42rem}.provider-quick-actions button,.booking-step-header>button{width:2.45rem;height:2.45rem}.public-booking-page .date-grid.public-date-grid{grid-template-columns:repeat(7,minmax(2.7rem,1fr))}.public-booking-page .slots-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:24rem){.public-service-select{padding-inline:.5rem;font-size:.6rem}.public-booking-page .public-services>button.with-photo{grid-template-columns:3.65rem minmax(0,1fr) auto}.public-booking-page .public-service-photo{width:3.65rem;height:3.65rem}}@media(prefers-color-scheme:dark){.public-booking-page{--booking-page: #10141b;--booking-surface: #191f28;--booking-surface-soft: #222a35;--booking-text: #f4f7fb;--booking-muted: #9aa5b4;--booking-border: #2b3542;--booking-accent: #4b9cff;--booking-accent-soft: #1d3551;--booking-shadow: none}}.provider-service-meta{width:100%;margin-top:.85rem;padding:.75rem .85rem;display:flex;border-radius:1rem;background:var(--theme-surface-soft);text-align:center}.provider-service-meta>span{display:grid;gap:.18rem}.provider-service-meta b{color:var(--theme-text);font-size:.78rem}.provider-service-meta small{color:var(--theme-text-muted);font-size:.68rem;line-height:1.35}.public-payment-summary{margin-top:.65rem;padding:.8rem .9rem;display:grid;gap:.22rem;border:1px solid var(--theme-border-soft);border-radius:1rem;background:var(--theme-surface)}.public-payment-summary small{color:var(--theme-text-muted);font-size:.64rem}.public-payment-summary b{color:var(--theme-text);font-size:.76rem}.public-payment-summary span{color:var(--theme-text-muted);font-size:.68rem;line-height:1.4}#root .public-booking-page{--booking-page: var(--theme-page);--booking-surface: var(--theme-surface);--booking-surface-soft: var(--theme-surface-soft);--booking-text: var(--theme-text);--booking-muted: var(--theme-text-muted);--booking-border: var(--theme-border);--booking-accent: var(--theme-primary);--booking-accent-soft: var(--theme-selection);--booking-shadow: none;min-height:var(--app-stable-height, 100svh)}#root .public-booking-page .public-layout{min-height:0;padding:max(1rem,var(--app-safe-top, 0px)) 1rem max(1rem,var(--app-safe-bottom, 0px))}#root .public-booking-page :is(.provider-card,.booking-widget){min-width:0;padding:clamp(1rem,3vw,1.5rem);border:1px solid var(--theme-border);border-radius:1rem;background:var(--theme-surface);text-align:left}#root .public-booking-page .provider-card{margin-bottom:1rem}.provider-heading{display:flex;align-items:center;gap:1rem}.provider-name{min-width:0}#root .public-booking-page .provider-avatar{width:4rem;height:4rem;margin:0;flex:0 0 4rem;border-radius:1rem;color:var(--theme-primary);background:var(--theme-selection);box-shadow:none}#root .public-booking-page .provider-card h1{margin:0;font-size:clamp(1.4rem,5vw,1.8rem);overflow-wrap:anywhere}#root .public-booking-page .provider-card>p:not(.eyebrow){max-width:none;margin:1rem 0 0;display:block;overflow:visible;overflow-wrap:anywhere}#root .public-booking-page .provider-service-meta{text-align:left}#root .public-booking-page .provider-quick-actions{justify-content:flex-start}#root .public-booking-page .copy-feedback{margin-bottom:0}#root .public-booking-page .step-title h2{font-size:1.4rem;margin:0 0 .75rem}#root .public-booking-page .booking-step-header{display:block;min-height:0;margin-bottom:1.25rem}#root .public-booking-page .booking-step-header h2{font-size:clamp(1.45rem,5vw,1.9rem);line-height:1.2;text-align:left}#root .public-booking-page .public-services{gap:0}.public-service-item{min-width:0;padding-block:.75rem;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.5rem .85rem;border-bottom:1px solid var(--theme-border)}.public-service-item:first-child{padding-top:0}.public-service-item:last-child{padding-bottom:0;border-bottom:0}#root .public-booking-page .public-service-item>.with-photo{width:100%;min-width:0;padding:.25rem 0;display:grid;grid-template-columns:4rem minmax(0,1fr);align-items:center;gap:.85rem;border:0;border-radius:.75rem;color:var(--theme-text);background:transparent;text-align:left;cursor:pointer}#root .public-booking-page .public-service-item>.with-photo:hover{background:var(--theme-surface-hover)}#root .public-booking-page .public-service-photo{width:4rem;height:4rem}#root .public-booking-page .public-service-copy b{white-space:normal;overflow-wrap:anywhere;font-size:1rem;line-height:1.35}#root .public-booking-page .public-service-copy small{font-size:.8rem}#root .public-booking-page .public-service-copy em{flex-wrap:wrap;font-size:.8rem;font-style:normal}#root .public-booking-page .public-service-item .service-gallery-open{width:auto;min-height:2.75rem;margin:0;padding:.6rem .75rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:0;border-radius:.65rem;color:var(--theme-accent);background:var(--theme-selection);font-size:.8rem;font-weight:550;white-space:nowrap;cursor:pointer}#root .public-booking-page .public-service-item .service-gallery-open:hover{background:var(--theme-surface-hover)}#root .public-booking-page .service-gallery-open svg{width:1rem;height:1rem;flex:none}#root .public-booking-page .compact-selection{background:var(--theme-surface-soft)}#root .public-booking-page .compact-selection b{white-space:normal;overflow-wrap:anywhere;font-size:.95rem}#root .public-booking-page .compact-selection small{font-size:.8rem;line-height:1.4}#root .public-booking-page .compact-selection>button{flex:none;min-height:2.75rem;font-size:.8rem}#root .public-booking-page .public-date-grid{grid-template-columns:repeat(7,minmax(0,1fr))}#root .public-booking-page .public-date-grid button{min-width:0}#root .public-booking-page .public-date-grid button.closed{opacity:1;border-style:dashed;border-color:var(--theme-border);color:var(--theme-text-subtle)}#root .public-booking-page .public-date-grid button{position:relative;padding-bottom:.85rem}.public-date-working-dot{position:absolute;bottom:.35rem;left:50%;width:.35rem;height:.35rem;border-radius:50%;background:var(--theme-accent);transform:translate(-50%)}.public-date-grid button.selected .public-date-working-dot{background:currentColor}#root .public-booking-page .public-action-tray{display:grid;gap:.65rem;margin:1.25rem 0 0;padding:.75rem 0 max(.25rem,var(--app-safe-bottom, 0px));background:transparent;border:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;pointer-events:none}#root .public-booking-page .public-action-tray>*{pointer-events:auto}#root .public-booking-page .public-action-tray--split{grid-template-columns:3.5rem minmax(0,1fr)}#root .public-booking-page .public-action-tray .button{min-width:0;margin:0;min-height:3.5rem}#root .public-booking-page .public-action-tray .public-back{padding-inline:0;border:1px solid var(--theme-border);background:var(--theme-surface);color:var(--theme-text)}#root .public-booking-page .public-action-tray .public-back:hover:not(:disabled){background:var(--theme-surface-hover)}#root .public-booking-page .button-primary{color:var(--theme-on-primary)}#root .public-booking-page .button-primary:disabled{background:var(--theme-disabled);color:var(--theme-text-subtle)}#root .public-booking-page .privacy-copy{max-width:none;margin:1rem 0 0!important;text-align:left;font-size:.72rem!important;line-height:1.5}#root .public-booking-page .confirmation{min-height:0;padding:.75rem 0 0}#root .public-booking-page .confirmation-ticket{margin-top:1.25rem;background:var(--theme-surface-soft);text-align:left}#root .public-booking-page .confirmation-ticket>div{min-width:0}#root .public-booking-page .confirmation-ticket b{font-size:.95rem;overflow-wrap:anywhere}#root .public-booking-page .confirmation-ticket small{font-size:.8rem}#root .public-booking-page .confirmation-actions{margin-top:1.25rem;padding-top:0}#root .managed-page{min-height:var(--app-stable-height, 100svh);padding-inline:1rem}#root .managed-page .managed-card{width:min(100%,42rem);min-height:0;margin:0 auto;padding:clamp(1rem,4vw,2rem);text-align:left}#root .managed-page .managed-card .eyebrow{margin:0 0 .65rem;text-transform:none;letter-spacing:normal;font-size:.95rem;color:var(--theme-text-muted)}#root .managed-page .managed-card h1{margin:0;overflow-wrap:anywhere}#root .managed-page .confirmation-ticket{margin:1.5rem 0 0;background:var(--theme-surface-soft);text-align:left}#root .managed-page .confirmation-ticket b{font-size:1rem}#root .managed-page .confirmation-ticket small{font-size:.8rem}#root .managed-page .managed-status{margin:0 0 1rem}#root .managed-page .managed-actions{width:min(100%,44rem);padding-inline:1rem}#root .managed-page .managed-actions--split{grid-template-columns:minmax(6rem,.3fr) minmax(0,1fr)}#root .managed-page .managed-cancel-confirm{min-width:0}@media(max-width:899px),(pointer:coarse){#root .public-booking-page .public-action-tray{padding-bottom:var(--action-bottom-space)}}@media(max-width:26rem){#root .public-booking-page .public-layout{padding-inline:.75rem}#root .public-booking-page .public-service-item{column-gap:.5rem}#root .public-booking-page .public-service-item>.with-photo{grid-template-columns:2.75rem minmax(0,1fr);gap:.55rem}#root .public-booking-page .public-service-photo{width:2.75rem;height:2.75rem}#root .public-booking-page .public-service-item .service-gallery-open{padding:.5rem;gap:.35rem;font-size:.75rem}}:root{--cal-page: var(--theme-page);--cal-surface: var(--theme-surface);--cal-soft: var(--theme-surface-soft);--cal-soft-strong: var(--theme-selection-strong);--cal-ink: var(--theme-text);--cal-muted: var(--theme-text-muted);--cal-line: var(--theme-border);--cal-primary: var(--theme-primary);--cal-on-primary: var(--theme-on-primary)}:where(.full-loader,.centered-page,.dashboard-shell,.dashboard-main,.master-page,.widget-workspace-page,.setup-page,.setup-flow-page,.specialist-onboarding,.client-create-page,.client-profile-page,.public-page,.managed-page){color:var(--theme-text);background-color:var(--theme-page);background-image:none}:where(.master-title,.master-profile-header h1,.widget-workspace-header h1,.widget-profile-heading h1,.setup-title,.setup-flow-header h1,.setup-page-header h1,.client-profile-header h1,.booking-step .step-title h2,.managed-card h1,.search-card h1){color:var(--theme-text);font-weight:830;letter-spacing:-.045em}:where(.master-section-label,.master-profile-header small,.widget-workspace-header p,.setup-flow-header p,.setup-page-header p,.client-appointment-main small,.empty-state p,.soft-note){color:var(--theme-text-muted)}:where(.panel,.stat-card,.form-card,.search-card,.master-row-group,.master-settings-group,.master-widget-group,.master-plan,.master-free-plan,.master-legal-card,.master-dashboard-next,.master-profile-card,.widget-history>button,.widget-history>article,.widget-service-list,.widget-slot-group,.widget-client-entry,.widget-booking-section,.setup-navigation-list,.setup-navigation-row,.setup-timezone-row,.setup-currency-row,.setup-payments,.setup-service-card,.setup-add-service,.setup-floating-field,.setup-duration-field,.setup-price-field,.client-identity-card,.client-appointment-card,.managed-card,.confirmation-ticket,.public-payment-summary){border-color:var(--theme-border-soft);border-radius:1.2rem;color:var(--theme-text);background:var(--theme-surface);box-shadow:none}:where(.field input,.field textarea,.field select,.setup-page input,.setup-page textarea,.setup-page select,.setup-flow-page input,.setup-flow-page textarea,.setup-flow-page select,.widget-workspace-page input,.widget-workspace-page textarea,.widget-workspace-page select){border-color:var(--theme-border-soft);border-radius:1rem;color:var(--theme-text);background:var(--theme-input)}:where(.button,.setup-save-button,.setup-back-button,.setup-primary-action,.setup-secondary-action,.setup-primary-button,.setup-secondary-button,.widget-workspace-primary,.widget-workspace-back,.specialist-onboarding-action-primary,.specialist-onboarding-action-back){min-height:3.2rem;border-radius:1rem;font-weight:720;box-shadow:none}:where(.button-primary,.setup-save-button,.setup-primary-action,.setup-primary-button,.widget-workspace-primary,.specialist-onboarding-action-primary){border-color:transparent;color:var(--theme-on-primary);background:var(--theme-primary)}:where(.button-secondary,.setup-back-button,.setup-secondary-action,.setup-secondary-button,.widget-workspace-back,.specialist-onboarding-action-back){border-color:transparent;color:var(--theme-text);background:var(--theme-surface-soft)}:where(.button-primary,.setup-save-button,.setup-primary-action,.setup-primary-button,.widget-workspace-primary,.specialist-onboarding-action-primary):hover:not(:disabled){background:color-mix(in srgb,var(--theme-primary) 88%,var(--theme-page))}:where(.button-secondary,.setup-back-button,.setup-secondary-action,.setup-secondary-button,.widget-workspace-back,.specialist-onboarding-action-back):hover:not(:disabled){background:var(--theme-surface-hover)}.widget-tabs,.client-profile-tabs,.filter-tabs{padding:.25rem;gap:.2rem;border:0;border-radius:1rem;background:var(--theme-surface-soft)}.client-profile-tabs{margin-inline:0;background:var(--theme-surface-soft)}.widget-tabs button,.client-profile-tabs button,.filter-tabs button{min-height:2.65rem;border:0;border-radius:.78rem;color:var(--theme-text-muted);background:transparent;font-size:.72rem;font-weight:680}.widget-tabs button.widget-is-active,.client-profile-tabs button.active,.filter-tabs button.active{color:var(--theme-text);background:var(--theme-surface-raised);box-shadow:none}.client-profile-tabs button.active:after,.widget-tabs button:after{display:none}:where(.master-settings-button,.client-settings-button,.widget-action,.icon-button,.booking-step-header>button,.provider-quick-actions button,.setup-calendar-navigation button,.widget-schedule-calendar-head button){border-color:transparent;border-radius:.9rem;color:var(--theme-text);background:var(--theme-surface-soft);box-shadow:none}.specialist-onboarding{--onboarding-ink: var(--theme-text);--onboarding-muted: var(--theme-text-muted);--onboarding-line: var(--theme-border-soft);--onboarding-soft: var(--theme-surface-soft)}.specialist-onboarding-progress span{background:var(--theme-primary)}.specialist-onboarding :where(.specialist-onboarding-service-input,.specialist-onboarding-service-builder-actions>button,.specialist-onboarding-service-detail,.specialist-onboarding-weekly,.specialist-onboarding-calendar,.specialist-onboarding-date-time,.specialist-onboarding-copy-actions,.specialist-onboarding-rule-list section,.specialist-onboarding-payment-note,.specialist-onboarding-result-card,.specialist-onboarding-result-service,.specialist-onboarding-review-list>div,.specialist-onboarding-legal){border-color:var(--theme-border-soft);color:var(--theme-text);background:var(--theme-surface)}.specialist-onboarding :where(.specialist-onboarding-input input,.specialist-onboarding-input textarea,.specialist-onboarding-service-input input,.specialist-onboarding-service-value,.specialist-onboarding-duration-value,.specialist-onboarding-timezone select,.specialist-onboarding-weekly-time input,.specialist-onboarding-date-time input){border-color:var(--theme-border-soft);color:var(--theme-text);background:var(--theme-surface-soft)}.specialist-onboarding :where(.specialist-onboarding-service-input:focus-within,.specialist-onboarding-input input:focus,.specialist-onboarding-input textarea:focus){border-color:var(--theme-text);background:var(--theme-surface)}.specialist-onboarding :where(.specialist-onboarding-action-primary,.specialist-onboarding-weekly-apply,.specialist-onboarding-options>button[aria-pressed=true]){color:var(--theme-on-primary);background:var(--theme-primary)}.master-page--dashboard,.widget-workspace-page,.setup-schedule-page{--cal-page: var(--theme-page);--cal-surface: var(--theme-surface);--cal-soft: var(--theme-surface-soft);--cal-soft-strong: var(--theme-selection-strong);--cal-ink: var(--theme-text);--cal-muted: var(--theme-text-muted);--cal-line: var(--theme-border);--cal-primary: var(--theme-primary);--cal-on-primary: var(--theme-on-primary)}.master-dashboard-summary{color:var(--theme-text);background:var(--theme-surface)}.master-dashboard-tools>button,.master-dashboard-next,.master-profile-card,.master-row-group,.master-settings-group,.master-widget-group{border-color:var(--theme-border-soft);background:var(--theme-surface);box-shadow:none}.widget-workspace-page :where(.widget-profile-heading .widget-action,.widget-tabs,.widget-empty-state,.widget-slot-group>div,.widget-history>button,.widget-history>article,.widget-service-list){border-color:var(--theme-border-soft)}.widget-workspace-page .widget-profile-heading small{color:var(--theme-success-text)}.public-booking-page{--booking-page: var(--theme-page);--booking-surface: var(--theme-surface);--booking-surface-soft: var(--theme-surface-soft);--booking-text: var(--theme-text);--booking-muted: var(--theme-text-muted);--booking-border: var(--theme-border-soft);--booking-accent: var(--theme-primary);--booking-accent-soft: var(--theme-selection);--booking-shadow: none;color:var(--theme-text);background:var(--theme-page)}.public-booking-page .provider-avatar{color:var(--theme-on-primary);background:var(--theme-primary);box-shadow:none}.public-booking-page :where(.public-services>button.with-photo,.public-date-calendar,.public-time-groups,.compact-selection,.contact-fields,.confirmation-ticket){border-color:var(--theme-border-soft);color:var(--theme-text);background:var(--theme-surface);box-shadow:none}.public-booking-page :where(.public-date-grid button.active,.slots-grid button.active,.public-service-select){border-color:transparent;color:var(--theme-on-primary);background:var(--theme-primary)}.public-action-tray,.client-action-bar,.managed-actions,.widget-workspace-lower-actions,.widget-workspace-form-actions,.setup-sticky-actions,.setup-bottom-actions,.specialist-onboarding-actions{border-top-color:var(--theme-border);background:color-mix(in srgb,var(--theme-page) 94%,transparent);box-shadow:none}.dashboard-shell,.dashboard-main,.dashboard-content{background:var(--theme-page)}.sidebar,.dashboard-topbar,.bottom-nav{border-color:var(--theme-border);background:var(--theme-surface)}.share-banner,.setup-panel,.upcoming-panel{color:var(--theme-text);background:var(--theme-surface);background-image:none}@media(max-width:42rem){:where(.master-content,.widget-workspace-content,.setup-card,.setup-flow-page,.client-profile-shell,.client-create-shell,.public-booking-page .public-layout){max-width:100%}}.setup-new-service-page{width:min(100%,36rem);min-height:calc(100dvh - 4.5rem);margin:0 auto;padding:1.35rem 1rem 0}.setup-service-editor-header{margin:.2rem 0 1.15rem;text-align:center}.setup-service-editor-header h1{margin:0;color:var(--theme-text);font-size:clamp(1.85rem,7vw,2.25rem);font-weight:850;letter-spacing:-.055em;line-height:1.02}.setup-service-editor-header p{margin:.48rem 0 0;color:var(--theme-text-muted);font-size:.86rem;line-height:1.4}.setup-new-service-page .setup-service-form{margin:0;padding:0 0 1rem;gap:.75rem}.setup-service-editor-card{padding:1rem;display:grid;gap:1.05rem;border:1px solid var(--theme-border-soft);border-radius:1.55rem;background:var(--theme-surface);box-shadow:var(--shadow)}.setup-new-service-page .setup-photo-picker-shell{position:relative;width:100%;margin:0}.setup-new-service-page .setup-photo-picker{width:100%;height:auto;min-height:4.65rem;margin:0;padding:.62rem;display:grid;grid-template-columns:3.4rem minmax(0,1fr) auto;align-items:center;gap:.78rem;overflow:visible;border:1px solid transparent;border-radius:1.15rem;color:var(--theme-text);background:var(--theme-surface-soft);text-align:center}.setup-new-service-page .setup-photo-picker:hover,.setup-new-service-page .setup-photo-picker:focus-within{border-color:var(--theme-border);background:var(--theme-surface-hover)}.setup-new-service-page .setup-photo-picker.has-photo{padding:.62rem;border-style:solid}.setup-photo-placeholder,.setup-new-service-page .setup-photo-preview{width:3.4rem;height:3.4rem;display:grid;place-items:center;object-fit:cover;overflow:hidden;border-radius:.92rem;color:var(--theme-text);background:var(--theme-surface)}.setup-photo-placeholder svg{width:1.1rem;height:1.1rem}.setup-photo-picker-copy{min-width:0;display:grid;gap:.2rem}.setup-photo-picker-copy strong{font-size:.9rem;font-weight:760}.setup-photo-picker-copy small{overflow:hidden;color:var(--theme-text-muted);font-size:.68rem;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.setup-photo-picker-action{padding:.52rem .7rem;border-radius:.78rem;color:var(--theme-on-primary);background:var(--theme-primary);font-size:.7rem;font-weight:760}.setup-new-service-page .setup-photo-remove{z-index:2;top:.35rem;right:auto;left:3.25rem;width:1.35rem;height:1.35rem;border:2px solid var(--theme-surface-soft);border-radius:999px;color:var(--theme-on-primary);background:var(--theme-primary);font-size:.8rem;line-height:1}.setup-service-field{display:grid;gap:.45rem}.setup-service-field>span,.setup-service-price-field>span{padding-inline:.12rem;color:var(--theme-text);font-size:.76rem;font-style:normal;font-weight:720}.setup-service-control{position:relative}.setup-new-service-page .setup-service-control input,.setup-new-service-page .setup-service-control textarea{width:100%;margin:0;border:1px solid transparent;border-radius:1rem;outline:0;color:var(--theme-text);background:var(--theme-surface-soft);box-shadow:none;font-size:.9rem}.setup-new-service-page .setup-service-control input{min-height:3.45rem;padding:.85rem 3.55rem .85rem 1rem}.setup-new-service-page .setup-service-control textarea{min-height:5.25rem;padding:.9rem 1rem 1.65rem;resize:none;line-height:1.4}.setup-new-service-page .setup-service-control input:focus,.setup-new-service-page .setup-service-control textarea:focus,.setup-service-price-field:focus-within{border-color:var(--theme-text-muted);background:var(--theme-surface)}.setup-service-control>small{position:absolute;right:.9rem;bottom:.7rem;color:var(--theme-text-subtle);font-size:.62rem}.setup-service-control:not(.setup-service-control--textarea)>small{top:50%;bottom:auto;transform:translateY(-50%)}.setup-service-properties{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}.setup-new-service-page .setup-duration-field,.setup-service-price-field{min-width:0;min-height:4.35rem;padding:.8rem .9rem;border:1px solid transparent;border-radius:1.05rem;color:var(--theme-text);background:var(--theme-surface-soft)}.setup-new-service-page .setup-duration-field{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.5rem}.setup-new-service-page .setup-duration-field>span{display:grid;gap:.28rem;font-size:inherit}.setup-new-service-page .setup-duration-field small,.setup-service-price-field>span{color:var(--theme-text-muted);font-size:.66rem;font-weight:620}.setup-new-service-page .setup-duration-field strong{color:var(--theme-text);font-size:.92rem;font-weight:760}.setup-new-service-page .setup-duration-field>svg{width:.85rem;height:.85rem;color:var(--theme-text-muted);transform:rotate(90deg)}.setup-service-price-field{display:grid;gap:.25rem}.setup-service-price-field>div{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.35rem}.setup-new-service-page .setup-service-price-field input{width:100%;min-width:0;height:auto;min-height:0;padding:0;border:0;border-radius:0;outline:0;color:var(--theme-text);background:transparent;font-size:.92rem;font-weight:760}.setup-service-price-field .setup-price-currency{position:static;color:var(--theme-text-muted);font-size:.9rem;font-weight:720;transform:none}.setup-new-service-page>.setup-form-actions{position:sticky;bottom:0;width:calc(100% + 2rem);margin:auto -1rem 0;padding:.8rem 1rem max(.8rem,env(safe-area-inset-bottom));grid-template-columns:7rem minmax(0,1fr);gap:.65rem;border-top:0;background:color-mix(in srgb,var(--theme-page) 94%,transparent);box-shadow:none;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.setup-new-service-page>.setup-form-actions>button{min-height:3.45rem;border-radius:1.05rem}@media(max-width:25rem){.setup-new-service-page{padding-inline:.75rem}.setup-photo-picker-copy small{display:none}.setup-photo-picker-action{padding-inline:.58rem}.setup-new-service-page>.setup-form-actions{width:calc(100% + 1.5rem);margin-inline:-.75rem;padding-inline:.75rem}}.brand-mark,.specialist-onboarding-demo-brand>span,.specialist-telegram-gate-mark{overflow:hidden;padding:0;border:0;color:transparent;background:transparent}.brand-mark img,.specialist-onboarding-demo-brand>span img,.specialist-telegram-gate-mark img{width:100%;height:100%;display:block;border-radius:inherit;object-fit:cover}.specialist-onboarding .specialist-onboarding-profile-photo{background:transparent;border:0;border-radius:var(--onboarding-control-radius)}.specialist-onboarding-profile-photo-picker{overflow:hidden}.specialist-onboarding .specialist-onboarding-input--textarea textarea[rows="2"]{min-height:0;height:auto;line-height:1.5;resize:none;overflow:hidden}.master-subscription-actions>button:only-child{width:100%}.master-profile-switch{display:grid;gap:.5rem}.master-profile-switch select{color:var(--theme-text);background:var(--theme-surface);padding:.8rem;border:1px solid var(--theme-border);border-radius:.8rem}.widget-slot-service{display:block;color:var(--theme-text-muted);font-size:.75rem;margin-top:.2rem}.public-booking-page .public-time-groups section h4{margin:1rem 0 .6rem;font-size:.85rem;font-weight:600;letter-spacing:0;text-transform:none;color:var(--theme-text-muted)}.public-booking-page .public-date-grid button.selected:hover{color:var(--theme-on-primary);background:var(--theme-primary);border-color:transparent;box-shadow:none}.public-booking-page .confirmation{min-height:0;margin-top:.75rem;padding:1.5rem 1.15rem;border:1px solid var(--theme-border-soft);border-radius:1.7rem;background:radial-gradient(ellipse at top right,var(--theme-selection),transparent 60%),var(--theme-surface);box-shadow:var(--ui-shadow)}.public-booking-page .confirmation h2{font-family:var(--font-ui)}.public-booking-page .success-mark{font-size:3.25rem;margin-bottom:1rem}.public-booking-page .confirmation-ticket small{font-size:.78rem}.public-booking-page .confirmation-ticket b{font-size:1rem}.public-booking-page .confirmation-actions{margin-top:1.25rem;padding-top:0}:root{--ui-radius: 1.4rem;--ui-control-radius: 1rem;--ui-space: clamp(.9rem, 4vw, 1.25rem);--ui-sun: #dca755;--ui-shadow: var(--shadow);--ui-lilac: color-mix(in srgb, #b9a3e6 18%, var(--theme-surface))}:is(.master-page,.widget-workspace-page,.setup-page,.setup-flow-page,.client-create-page,.client-profile-page,.public-page,.managed-page,.dashboard-shell){background:var(--theme-page)}:is(.master-content,.widget-workspace-content,.client-profile-shell,.client-create-shell){width:min(100%,36rem);padding-inline:var(--ui-space)}:is(.master-title,.master-profile-header h1,.widget-workspace-header h1,.widget-profile-heading h1,.setup-title,.setup-flow-header h1,.setup-page-header h1,.client-profile-header h1,.client-create-header h1){font-family:var(--font-ui);font-size:clamp(1.85rem,7.5vw,2.4rem);font-weight:780;letter-spacing:-.055em;line-height:1.1;overflow-wrap:anywhere}:is(.master-profile-header,.widget-workspace-header,.client-profile-header){padding-block:.65rem 1.2rem;gap:.85rem}:is(.master-row-group,.master-settings-group,.master-widget-group,.master-free-plan,.master-legal-card,.master-dashboard-next,.master-profile-card,.client-identity-card,.client-appointment-card,.setup-navigation-list,.setup-service-editor-card,.setup-payments,.panel,.stat-card,.form-card,.service-card,.booking-card){border:1px solid var(--theme-border-soft);border-radius:var(--ui-radius);background:var(--theme-surface);box-shadow:var(--ui-shadow)}:is(.master-settings-row,.master-row,.setup-navigation-row){min-height:4.1rem;padding:1rem;gap:.85rem;border-color:var(--theme-border-soft)}:is(.master-row-copy,.setup-navigation-copy,.client-appointment-main,.widget-history-main){min-width:0;overflow-wrap:anywhere}:is(.master-row-icon,.master-dashboard-icon,.stat-icon){border-radius:.9rem;color:var(--theme-accent);background:var(--theme-selection)}.master-row-icon--purple{color:var(--theme-text);background:var(--ui-lilac)}:is(.master-row-copy strong,.master-row-copy b,.master-settings-row,.setup-navigation-title){font-weight:650}:is(.master-row-copy small,.master-row-copy p,.setup-navigation-copy small,.setup-navigation-description){color:var(--theme-text-muted);font-size:.82rem;line-height:1.45}:is(.master-row,.master-settings-row,.master-widget-row,.setup-navigation-row):hover{background:var(--theme-surface-hover)}:is(.master-settings-button,.client-settings-button,.widget-action,.icon-button,.provider-quick-actions button,.booking-step-header>button){width:2.8rem;height:2.8rem;min-height:2.8rem;border:1px solid var(--theme-border-soft);border-radius:.95rem;color:var(--theme-text);background:var(--theme-surface)}:is(.button,.setup-save-button,.setup-back-button,.setup-primary-button,.setup-secondary-button,.widget-workspace-primary,.widget-workspace-back,.master-dashboard-primary,.master-profile-primary){border-radius:var(--ui-control-radius);font-weight:680;letter-spacing:-.015em}:is(.button-primary,.setup-save-button,.setup-primary-button,.widget-workspace-primary,.master-dashboard-primary,.master-profile-primary){color:var(--theme-on-primary);background:var(--theme-primary);border-color:transparent;box-shadow:0 5px 16px color-mix(in srgb,var(--theme-primary) 12%,transparent)}:is(.button-secondary,.setup-back-button,.setup-secondary-button,.widget-workspace-back){color:var(--theme-text);background:var(--theme-surface);border:1px solid var(--theme-border-soft)}:is(.button,.master-row,.master-settings-row,.widget-action,.widget-workspace-primary,.widget-workspace-back,.public-services>button,.slots-grid button){transition:background .18s ease,border-color .18s ease,transform .18s ease;-webkit-tap-highlight-color:transparent}:is(.button,.widget-action,.widget-workspace-primary,.widget-workspace-back,.master-dashboard-primary,.slots-grid button):active:not(:disabled){transform:scale(.98)}:is(.field,.setup-service-field,.setup-floating-field,.widget-form-field){min-width:0}:is(.field input,.field textarea,.field select,.widget-workspace-page input,.widget-workspace-page textarea,.widget-workspace-page select,.setup-service-control input,.setup-service-control textarea){min-width:0;max-width:100%;border-radius:var(--ui-control-radius);border-color:var(--theme-border-soft);background:var(--theme-surface-soft);font-size:1rem;line-height:1.4}:is(.field input,.field select,.widget-workspace-page input,.widget-workspace-page select){min-height:3.25rem}:is(.field>span,.setup-service-field>span){font-size:.82rem;font-weight:600}:is(.field,.contact-fields){gap:.5rem}.master-dashboard-summary{position:relative;overflow:hidden;isolation:isolate;padding:1.35rem;border:1px solid var(--theme-border-soft);border-radius:1.7rem;background:radial-gradient(ellipse at 95% 0,var(--ui-lilac),transparent 65%),linear-gradient(135deg,var(--theme-selection),var(--theme-surface) 70%);box-shadow:var(--ui-shadow)}.master-dashboard-summary-head{margin-bottom:1rem}.master-dashboard-summary-stats{gap:1rem;padding-block:.25rem 1.25rem}.master-dashboard-summary-stats strong{font-size:clamp(1.6rem,7vw,2.25rem);font-weight:750;letter-spacing:-.05em}.master-dashboard-summary-stats small{font-size:.8rem;color:var(--theme-text-muted)}.master-dashboard-summary .master-dashboard-primary{min-height:3.4rem}.master-dashboard-next{padding:1.1rem}.master-dashboard-section-title{gap:.7rem;margin-bottom:.85rem}.master-dashboard-section-title>span{color:var(--theme-text-muted);font-size:.82rem}.master-dashboard-booking{gap:.9rem}.master-dashboard-booking-time{padding:.75rem;border-radius:1rem;background:var(--theme-selection);font-variant-numeric:tabular-nums}.master-dashboard-overview{gap:.75rem;background:transparent;border:0}.master-dashboard-overview>span{padding:1.1rem;border:1px solid var(--theme-border-soft);border-radius:1.2rem;background:var(--theme-surface)}.master-dashboard-management h2,.master-section-label{margin:1.3rem .25rem .7rem;font-size:.82rem;color:var(--theme-text-muted);font-weight:650}.specialist-onboarding{--onboarding-control-radius: 1.25rem;--onboarding-card-copy-size: .8rem;--onboarding-copy-size: .95rem}.specialist-onboarding-question>p{line-height:1.5}.specialist-onboarding :is(.specialist-onboarding-service-input,.specialist-onboarding-service-detail,.specialist-onboarding-rule-list section,.specialist-onboarding-review-list>div,.specialist-onboarding-payment-note,.specialist-onboarding-legal){border:1px solid var(--theme-border-soft);border-radius:var(--ui-radius);background:var(--theme-surface);box-shadow:var(--ui-shadow)}.specialist-onboarding :is(.specialist-onboarding-input input,.specialist-onboarding-input textarea,.specialist-onboarding-service-input input,.specialist-onboarding-service-input textarea){background:var(--theme-surface-soft);font-size:max(1rem,var(--onboarding-value-size));border-radius:1rem;line-height:1.45}.specialist-onboarding :is(.specialist-onboarding-service-detail,.specialist-onboarding-rule-list section){padding:1rem}.specialist-onboarding :is(.specialist-onboarding-rule-options,.specialist-onboarding-options) button{border-radius:1rem}.specialist-onboarding-options>button[aria-pressed=true]{color:var(--theme-text);background:var(--theme-selection);border-color:var(--theme-accent)}.specialist-onboarding-actions .specialist-onboarding-action-primary{border-radius:1.2rem;color:var(--theme-on-primary);background:var(--theme-primary)}.specialist-onboarding-actions .specialist-onboarding-action-back{border-radius:1.2rem;border:1px solid var(--theme-border-soft);background:var(--theme-surface)}.widget-tabs,.client-profile-tabs,.filter-tabs{padding:.3rem;border-radius:1.15rem;gap:.25rem}.widget-tabs button,.client-profile-tabs button,.filter-tabs button{min-height:2.85rem;font-size:.85rem;border-radius:.85rem}.widget-tabs button.widget-is-active,.client-profile-tabs button.active,.filter-tabs button.active{background:var(--theme-surface);color:var(--theme-text);box-shadow:0 2px 7px color-mix(in srgb,var(--theme-text) 7%,transparent)}.widget-schedule-calendar-head{padding-block:1.1rem .9rem}.widget-schedule-calendar-head h2{font-size:1.25rem;font-weight:720;letter-spacing:-.025em}.widget-schedule-calendar-head button{width:2.8rem;height:2.8rem;border-radius:.9rem;background:var(--theme-surface)}.widget-schedule-dates{gap:.3rem;margin-bottom:1.2rem}.widget-schedule-dates>button{min-width:0;border:1px solid transparent;border-radius:1rem;min-height:4.15rem}.widget-schedule-dates>button strong{font-size:1.2rem;font-variant-numeric:tabular-nums}.widget-schedule-dates>button span{font-size:.74rem}.widget-schedule-dates>button.widget-has-schedule:not(.widget-is-active){background:var(--theme-surface);color:var(--theme-text);border-color:var(--theme-border-soft)}.widget-schedule-dates>button.widget-is-active{background:var(--theme-primary);color:var(--theme-on-primary)}.widget-schedule-dates>button.widget-is-active span{color:inherit}.widget-slot-group{padding:0;margin:1.2rem 0;border:0;border-radius:0;background:transparent}.widget-slot-group h3{margin:0 0 .7rem .15rem;font-size:.82rem;text-transform:none;letter-spacing:0;color:var(--theme-text-muted);font-weight:600}.widget-slot-group>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;padding:0;background:transparent;border:0}.widget-slot-group button{min-width:0;min-height:3.4rem;padding:.8rem;display:flex;align-items:center;justify-content:space-between;gap:.35rem;border:1px solid var(--theme-border-soft);border-radius:1rem;color:var(--theme-text);background:var(--theme-surface);text-align:center}.widget-slot-group button:not(:last-child):after{display:none}.widget-slot-group button>span{font-size:1rem;font-weight:650;font-variant-numeric:tabular-nums}.widget-slot-group button>svg{width:1rem;height:1rem;color:var(--theme-text-muted);flex-shrink:0}.widget-slot-group button:hover:not(:disabled){background:var(--theme-selection);border-color:var(--theme-accent)}.widget-slot-group button.widget-is-booked{grid-column:1 / -1;padding:1rem;opacity:1;color:var(--theme-text);background:var(--theme-selection);border-color:transparent}.widget-slot-group button.widget-is-booked>strong{font-size:.95rem;color:var(--theme-text)}.widget-history>:is(button,article),.widget-service-list{overflow:hidden;border:1px solid var(--theme-border-soft);border-radius:var(--ui-radius);background:var(--theme-surface);box-shadow:var(--ui-shadow)}.widget-history>:is(button,article){padding:1rem;margin-bottom:.65rem}.widget-service-list>button{padding:1rem}.widget-empty-state,.master-dashboard-empty{border-radius:var(--ui-radius);background:var(--theme-surface-soft);color:var(--theme-text-muted)}.widget-client-entry,.widget-booking-section{padding:1rem;border-radius:var(--ui-radius)}.public-booking-page .public-layout{width:min(100%,36rem);padding-inline:var(--ui-space)}.public-booking-page .provider-card{padding:1.5rem 1rem;margin-bottom:1rem;border-radius:1.7rem;background:radial-gradient(ellipse at 90% 0,var(--ui-lilac),transparent 60%),linear-gradient(130deg,var(--theme-selection),var(--theme-surface) 70%)}.public-booking-page .provider-avatar{width:5.25rem;height:5.25rem;border-radius:1.7rem;border:3px solid var(--theme-surface)}.public-booking-page .provider-card h1{font-size:clamp(1.6rem,6vw,2rem);font-family:var(--font-ui);font-weight:780;line-height:1.1;letter-spacing:-.045em}.public-booking-page .public-services>button.with-photo{border-radius:1.25rem;padding:.9rem;border:1px solid var(--theme-border-soft);box-shadow:var(--ui-shadow)}.public-booking-page .public-services>button.selected{background:var(--theme-selection);border-color:var(--theme-accent)}.public-booking-page .booking-step .step-title h2{font-family:var(--font-ui);font-size:1.6rem;line-height:1.15;font-weight:750;letter-spacing:-.045em}.public-booking-page :is(.public-date-calendar,.public-time-groups,.contact-fields,.compact-selection){border:1px solid var(--theme-border-soft);border-radius:var(--ui-radius);padding:1rem;background:var(--theme-surface)}.public-booking-page .public-time-groups{background:transparent;border:0;padding:0}.public-booking-page .public-time-groups h3{font-size:.85rem;font-weight:600;color:var(--theme-text-muted);text-transform:none;letter-spacing:0;margin:1rem 0 .6rem}.public-booking-page .slots-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.public-booking-page .slots-grid button{min-height:3.15rem;border-radius:1rem;font-size:1rem;font-weight:650;font-variant-numeric:tabular-nums;background:var(--theme-surface);border:1px solid var(--theme-border-soft)}.public-booking-page .slots-grid button.selected,.public-booking-page .public-date-grid button.selected{color:var(--theme-on-primary);background:var(--theme-primary);border-color:transparent}.public-booking-page .public-date-grid button{min-width:0;border-radius:.85rem}.public-booking-page .public-date-grid button.closed{color:var(--theme-text-subtle);opacity:.6}.public-booking-page .contact-fields{display:grid;gap:1rem}.public-booking-page .contact-fields input,.public-booking-page .contact-fields textarea{border-radius:1rem;padding:.9rem;background:var(--theme-surface-soft);font-size:1rem}.managed-page{min-height:100dvh;padding:clamp(1rem,5vh,3rem) var(--ui-space) 7rem;background:var(--theme-page)}.managed-page:before,.managed-page:after{display:none}.managed-page .managed-card{width:min(100%,34rem);margin:0 auto;padding:clamp(1.25rem,5vw,2rem);border:1px solid var(--theme-border-soft);border-radius:1.8rem;background:radial-gradient(ellipse at top right,var(--theme-selection),transparent 65%),var(--theme-surface);box-shadow:var(--ui-shadow)}.managed-page .managed-card h1{margin:.65rem 0;font-family:var(--font-ui);font-size:clamp(1.8rem,7vw,2.4rem);font-weight:780;line-height:1.12;letter-spacing:-.05em;overflow-wrap:anywhere}.managed-page .managed-card .eyebrow{margin-top:1.5rem;font-size:.75rem;letter-spacing:.06em;color:var(--theme-text-muted)}.managed-status{border:0;border-radius:999px;padding:.55rem .85rem;font-size:.82rem}:is(.confirmation-ticket,.managed-page .confirmation-ticket){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:1.1rem;gap:1.2rem;margin-block:1.3rem;border:1px solid var(--theme-border-soft);border-radius:1.2rem;background:var(--theme-surface);text-align:center}.confirmation-ticket>div{min-width:0;display:grid;gap:.35rem}.confirmation-ticket small{font-size:.78rem;color:var(--theme-text-muted)}.confirmation-ticket b{font-size:1rem;font-weight:650;overflow-wrap:anywhere}.managed-card .soft-note{padding:.9rem;border-radius:1rem;font-size:.84rem;line-height:1.5;background:var(--theme-surface-soft);text-align:center}.client-identity-card{padding:1.15rem;background:linear-gradient(130deg,var(--theme-selection),var(--theme-surface))}.client-identity-card>span{border-radius:1rem;color:var(--theme-accent);background:var(--theme-surface)}.client-appointment-card{padding:1rem;gap:.85rem}.client-appointment-main h2{font-size:1rem;line-height:1.35}.client-appointment-main p,.client-appointment-main small{font-size:.82rem;line-height:1.45}.client-appointment-meta strong{font-size:1rem}:is(.client-status,.status-chip){font-size:.72rem;padding:.35rem .55rem}.master-legal-card{padding:1.25rem;line-height:1.65}.master-legal-card :is(p,li){font-size:.95rem;color:var(--theme-text-muted)}.master-legal-card h2{font-size:1.2rem;line-height:1.3}.master-free-plan{padding:1.25rem;background:linear-gradient(130deg,var(--theme-selection),var(--theme-surface))}:root{--action-bottom-space: calc(1.5rem + env(safe-area-inset-bottom, 0px)) }.specialist-onboarding{--onboarding-actions-height: calc(8.9rem + env(safe-area-inset-bottom, 0px)) }@media(max-width:719px){:root{--action-bottom-space: calc(1.5rem + 16px + env(safe-area-inset-bottom, 0px)) }.specialist-onboarding{--onboarding-actions-height: calc(8.9rem + 16px + env(safe-area-inset-bottom, 0px)) }}.client-profile-page,.managed-page{padding-bottom:calc(6rem + var(--action-bottom-space))}.setup-schedule-page .service-schedule{padding-bottom:calc(6.5rem + var(--action-bottom-space))}:is(.public-action-tray,.client-action-bar,.managed-actions,.widget-workspace-lower-actions,.widget-workspace-form-actions,.setup-sticky-actions,.setup-bottom-actions,.master-lower-actions,.master-subscription-actions,.specialist-onboarding-actions),.setup-new-service-page>.setup-form-actions,.setup-services-page>.setup-form-actions,.client-create-page .client-action-bar{border-top:0;background:linear-gradient(to bottom,transparent,var(--theme-page) 20%);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding-bottom:var(--action-bottom-space);gap:.65rem}.specialist-onboarding .specialist-payment-options>button{display:grid;grid-template-columns:1.75rem minmax(0,1fr) 1.75rem;align-items:center;gap:.9rem;min-height:4.25rem;padding:1rem 1.1rem}.specialist-payment-options>button>b{min-width:0;text-align:center}.specialist-payment-options .specialist-payment-icon{width:1.5rem;height:1.5rem;justify-self:center;color:var(--theme-accent)}.specialist-payment-options>button>i{justify-self:center}.client-action-bar .button,.setup-back-button,.master-lower-actions .setup-back-button,.widget-workspace-back,.setup-save-button,.widget-workspace-primary,.public-action-tray .button,.managed-actions .button{min-height:3.5rem;font-size:1rem}:is(.button-primary,.setup-primary-button,.widget-workspace-primary):disabled,.specialist-onboarding-actions .specialist-onboarding-action-primary:disabled,.specialist-onboarding-actions .specialist-onboarding-action-primary[aria-disabled=true]{color:var(--theme-text-subtle);background:var(--theme-disabled);box-shadow:none;opacity:1}@media(min-width:720px){.managed-page .managed-actions{position:static;width:min(100%,34rem);margin:1rem auto 0;transform:none;padding:0;background:transparent}.public-booking-page .public-action-tray{width:min(100%,36rem)}.master-content,.widget-workspace-content{padding-top:1.5rem}}@media(max-width:359px){.widget-slot-group>div,.public-booking-page .slots-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.widget-tabs button{font-size:.8rem;padding-inline:.35rem}.confirmation-ticket{gap:.8rem;padding:.85rem}}@media(prefers-reduced-motion:reduce){:is(.button,.master-row,.master-settings-row,.widget-action,.widget-workspace-primary,.widget-workspace-back,.public-services>button,.slots-grid button){transition:none}}#root{text-align:center}#root :is(input,textarea,select,button){text-align:center}:is(.master-row-copy,.setup-navigation-copy,.widget-history-main,.client-appointment-main,.specialist-onboarding-profile-photo-copy){flex:1;text-align:center}:is(.master-profile-header,.widget-workspace-header,.client-profile-header,.setup-flow-header,.setup-page-header) h1{text-align:center}:is(.master-row-group,.master-settings-group,.setup-navigation-list,.widget-service-list){margin-block:.75rem}:is(.master-settings-row,.master-row,.setup-navigation-row,.widget-service-list>button,.widget-history>button,.client-appointment-card){padding:1rem;gap:.85rem;align-items:center}:is(.specialist-onboarding-service-input,.specialist-onboarding-service-detail,.specialist-onboarding-rule-list section,.specialist-onboarding-review-list>div,.specialist-onboarding-payment-note,.specialist-onboarding-legal){padding:1rem}:is(.specialist-onboarding-service-list,.specialist-onboarding-rule-list,.specialist-onboarding-options,.specialist-onboarding-review-list){gap:1rem}.specialist-onboarding-service-detail>span:first-child{flex:1}.specialist-onboarding :is(.specialist-onboarding-service-field-label,.specialist-onboarding-input-label,.specialist-onboarding-rule-list h2,.specialist-onboarding-rule-list p){text-align:center}.setup-floating-field>span{right:1rem;transform-origin:center top;text-align:center}:is(.master-row,.master-settings-row,.master-widget-row):not(:last-child):after{left:1rem;right:1rem}.widget-slot-group button{justify-content:center}.widget-slot-group button.widget-is-booked{display:grid;grid-template-columns:auto minmax(0,1fr)}.widget-slot-group button.widget-is-booked>strong{min-width:0;text-align:center}:is(.confirmation-ticket,.managed-page .confirmation-ticket)>div{text-align:center}.specialist-intro-desktop-brand{display:none}.specialist-intro-art{width:100%;display:flex;justify-content:center}@media(min-width:1024px){.specialist-onboarding.is-intro{width:min(100%,1320px);margin-inline:auto;box-sizing:border-box;height:auto;min-height:max(40rem,100dvh);max-height:none;overflow:visible;padding:2rem clamp(2rem,4vw,4rem);display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-rows:auto minmax(2rem,1fr) auto auto minmax(2rem,1fr);column-gap:clamp(3rem,6vw,5.5rem)}.specialist-onboarding.is-intro .specialist-onboarding-topbar{grid-column:1 / -1;grid-row:1;width:100%;min-height:3rem;margin:0;padding:0;display:flex;justify-content:space-between;gap:2rem}.specialist-onboarding.is-intro .specialist-intro-desktop-brand{display:inline-flex;align-items:center;gap:.8rem;font-size:1.35rem;color:var(--theme-text);white-space:nowrap}.specialist-intro-desktop-brand img{width:3rem;height:3rem;border-radius:.9rem}.specialist-onboarding.is-intro .specialist-onboarding-progress{width:18rem;max-width:35%}.specialist-onboarding.is-intro .specialist-onboarding-stage,.specialist-onboarding.is-intro .specialist-onboarding-intro{display:contents}.specialist-onboarding.is-intro .specialist-intro-art{grid-column:1;grid-row:2 / 6;align-self:center;position:relative;isolation:isolate;min-width:0;padding-block:2rem}.specialist-onboarding.is-intro .specialist-intro-art:before,.specialist-onboarding.is-intro .specialist-intro-art:after{content:"";position:absolute;z-index:-1;border-radius:50%;pointer-events:none}.specialist-onboarding.is-intro .specialist-intro-art:before{width:65%;aspect-ratio:1;left:-6%;bottom:-2%;background:radial-gradient(circle at 35% 30%,var(--theme-selection),transparent 75%)}.specialist-onboarding.is-intro .specialist-intro-art:after{width:42%;aspect-ratio:1;right:-5%;top:0;background:color-mix(in srgb,#a58bea 45%,var(--theme-surface));opacity:.8}.specialist-onboarding.is-intro .specialist-onboarding-demo{width:100%;height:auto;min-height:24rem;aspect-ratio:1.2;padding:1.8rem;border-radius:2.3rem;transform:rotate(-3deg);border-color:var(--theme-border-soft);background:linear-gradient(145deg,var(--theme-selection),var(--theme-surface) 75%);box-shadow:0 18px 50px color-mix(in srgb,var(--theme-text) 10%,transparent)}.specialist-onboarding.is-intro .specialist-onboarding-demo:before{width:12rem;height:12rem}.specialist-onboarding.is-intro .specialist-onboarding-demo-brand{font-size:1.2rem;gap:.8rem}.specialist-onboarding.is-intro .specialist-onboarding-demo-brand>span{width:3.2rem;height:3.2rem;border-radius:.9rem}.specialist-onboarding.is-intro .specialist-onboarding-demo-brand>small{font-size:.65rem;padding:.5rem .7rem}.specialist-onboarding.is-intro .specialist-onboarding-demo-card{left:5%;right:5%;min-height:7rem;padding:1.2rem;gap:.85rem;border-radius:1.65rem;border-color:var(--theme-border-soft);background:var(--theme-surface)}.specialist-onboarding.is-intro .specialist-onboarding-demo-card--back{top:31%;transform:rotate(-1deg) scale(.97);opacity:.86}.specialist-onboarding.is-intro .specialist-onboarding-demo-card--front{top:58%;transform:rotate(5deg)}.specialist-onboarding.is-intro .specialist-onboarding-demo-avatar{width:3.3rem;height:3.3rem;border-radius:1rem}.specialist-onboarding.is-intro .specialist-onboarding-demo-card small{font-size:.8rem}.specialist-onboarding.is-intro .specialist-onboarding-demo-card b{font-size:1rem;line-height:1.3}.specialist-onboarding.is-intro .specialist-onboarding-demo-card i{width:2.4rem;height:2.4rem}.specialist-onboarding.is-intro .specialist-onboarding-intro-copy{grid-column:2;grid-row:3;align-self:end;min-width:0;width:100%}.specialist-onboarding.is-intro .specialist-onboarding-intro-copy>h1{max-width:22ch;margin:0;font-size:clamp(2.35rem,3.5vw,3.25rem);line-height:1.08}.specialist-onboarding.is-intro .specialist-onboarding-intro-copy>p{max-width:28rem;margin:1.25rem 0 0;font-size:1.1rem;font-weight:500;line-height:1.5}.specialist-onboarding.is-intro>.specialist-onboarding-actions{grid-column:2;grid-row:4;align-self:start;position:static;inset:auto;width:100%;max-width:none;margin:1.75rem 0 0;padding:0;grid-template-columns:minmax(0,1fr);transform:none;will-change:auto;border:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}.specialist-onboarding.is-intro .specialist-onboarding-action-primary{min-height:4rem;font-size:1.1rem}}.specialist-onboarding:not(.is-intro){--onboarding-panel: var(--theme-surface-raised);--onboarding-field: color-mix(in srgb, var(--theme-surface-soft) 94%, var(--theme-text));--onboarding-line: color-mix(in srgb, var(--theme-text) 20%, var(--theme-page));--onboarding-soft: var(--onboarding-field);--onboarding-control-radius: 1rem;--onboarding-inner-radius: .7rem;--onboarding-title-size: clamp(1.75rem, 5.5vw, 2.25rem);--onboarding-copy-size: 1rem;--onboarding-card-title-size: .95rem;--onboarding-card-copy-size: .85rem;--onboarding-value-size: 1rem;text-align:left}.specialist-onboarding:not(.is-intro) :is(.specialist-onboarding-question,.specialist-onboarding-link-step){width:100%;min-height:0;align-items:stretch;justify-content:flex-start;text-align:left}.specialist-onboarding:not(.is-intro) :is(h1,.service-schedule-heading h1){max-width:24ch;margin:0;font-size:var(--onboarding-title-size);font-weight:680;line-height:1.18;letter-spacing:-.025em;text-align:left}.specialist-onboarding:not(.is-intro) :is(.specialist-onboarding-question,.specialist-onboarding-finish)>p{margin:.8rem 0 0;max-width:38rem;text-align:left;line-height:1.55}.specialist-onboarding:not(.is-intro) :is(.specialist-onboarding-input,.specialist-onboarding-profile-photo,.specialist-onboarding-timezone,.specialist-onboarding-public-code){margin-top:1.5rem}.specialist-onboarding:not(.is-intro) :is(.specialist-onboarding-service-builder,.specialist-onboarding-service-details,.specialist-onboarding-options){margin-top:1.75rem;gap:.85rem}.specialist-onboarding:not(.is-intro) .specialist-onboarding-service-inputs{gap:1.25rem}.specialist-onboarding:not(.is-intro) :is(.specialist-onboarding-input,.specialist-onboarding-service-field){gap:.55rem;text-align:left}.specialist-onboarding:not(.is-intro) :is(.specialist-onboarding-input>span,.specialist-onboarding-service-field>span,.specialist-onboarding-public-code>span){padding:0;font-size:.875rem;font-weight:600;line-height:1.4;text-align:left}.specialist-onboarding:not(.is-intro) .specialist-onboarding-service-field>span small{margin-left:.35rem;font-size:.8rem;font-weight:400}#root .specialist-onboarding:not(.is-intro) :is(.specialist-onboarding-input input,.specialist-onboarding-input textarea,.specialist-onboarding-service-field input,.specialist-onboarding-service-field textarea){min-height:3.5rem;padding:.85rem 1rem;border:1px solid var(--onboarding-line);border-radius:.75rem;color:var(--theme-text);background:var(--onboarding-field);font-size:1rem;font-weight:450;letter-spacing:normal;line-height:1.5;text-align:left;box-shadow:none}#root .specialist-onboarding:not(.is-intro) :is(.specialist-onboarding-input textarea,.specialist-onboarding-service-field textarea){min-height:6rem;resize:vertical}#root .specialist-onboarding:not(.is-intro) :is(.specialist-onboarding-input input,.specialist-onboarding-input textarea,.specialist-onboarding-service-field input,.specialist-onboarding-service-field textarea):focus{border-color:var(--theme-accent);box-shadow:0 0 0 3px var(--theme-focus);outline:none}#root .specialist-onboarding:not(.is-intro) :is(input,textarea)::placeholder{color:var(--theme-text-muted);opacity:1;font-weight:400}.specialist-onboarding:not(.is-intro) .specialist-onboarding-service-input{padding:1.25rem;gap:1.25rem;border:1px solid var(--onboarding-line);border-radius:1rem;background:var(--onboarding-panel);box-shadow:none}.specialist-onboarding:not(.is-intro) .specialist-onboarding-service-photo-control>label{padding:.25rem 0;border:0;border-radius:0;background:transparent}.specialist-onboarding:not(.is-intro) :is(.specialist-onboarding-service-photo-control>label>span:nth-child(2),.specialist-onboarding-profile-photo-copy,.specialist-onboarding-service-detail>span:first-child){text-align:left}.specialist-onboarding:not(.is-intro) .specialist-onboarding-service-photo-control>label b{font-size:.9rem;font-weight:600}.specialist-onboarding:not(.is-intro) .specialist-onboarding-service-photo-control>label small{font-size:.8rem;line-height:1.5}.specialist-onboarding:not(.is-intro) .specialist-onboarding-profile-photo-picker{padding:.85rem 1rem;border:1px solid var(--onboarding-line);background:var(--onboarding-panel);box-shadow:none}.specialist-onboarding:not(.is-intro) .specialist-onboarding-service-builder-actions{margin-top:.25rem;justify-content:flex-start}#root .specialist-onboarding:not(.is-intro) .specialist-onboarding-service-builder-actions>button{min-height:2.75rem;padding:.65rem .9rem;border:1px solid var(--onboarding-line);border-radius:.7rem;background:transparent;box-shadow:none;font-size:.9rem;font-weight:600}.specialist-onboarding:not(.is-intro) .specialist-onboarding-service-detail{min-height:4.5rem;padding:.8rem 0;gap:1rem;border:0;border-bottom:1px solid var(--onboarding-line);border-radius:0;background:transparent;box-shadow:none}.specialist-onboarding:not(.is-intro) .specialist-onboarding-service-detail b{white-space:normal;overflow-wrap:anywhere;line-height:1.4;font-weight:600}.specialist-onboarding:not(.is-intro) .specialist-onboarding-service-detail small{margin-top:.2rem;font-size:.85rem}.specialist-onboarding:not(.is-intro) :is(.specialist-onboarding-service-value,.specialist-onboarding-duration-value){min-height:3.25rem;padding:.25rem .6rem;border:1px solid var(--onboarding-line);border-radius:.75rem;background:var(--onboarding-field)}.specialist-onboarding:not(.is-intro) .specialist-onboarding-duration-value label{padding-inline:.25rem;border-radius:.4rem}.specialist-onboarding:not(.is-intro) :is(.specialist-onboarding-duration-value,.specialist-onboarding-service-value):focus-within{border-color:var(--theme-accent);box-shadow:0 0 0 3px var(--theme-focus)}.specialist-onboarding:not(.is-intro) .specialist-onboarding-duration-value label:focus-within{background:transparent;box-shadow:none}#root .specialist-onboarding:not(.is-intro) :is(.specialist-onboarding-duration-value input,.specialist-onboarding-service-value input){font-size:1.05rem;font-weight:600;text-align:left;background:transparent;outline:none;box-shadow:none}.specialist-onboarding:not(.is-intro) .specialist-onboarding-combined-price{margin-top:1.5rem;padding-top:0;border:0}.specialist-onboarding:not(.is-intro) .specialist-onboarding-combined-price>h2{font-size:1rem;font-weight:600;text-align:left}.specialist-onboarding:not(.is-intro) :is(.specialist-onboarding-currency,.specialist-onboarding-timezone){padding:0;grid-template-columns:minmax(0,1fr);gap:.55rem;border:0;border-radius:0;background:transparent;box-shadow:none}.specialist-onboarding:not(.is-intro) :is(.specialist-onboarding-currency>span,.specialist-onboarding-timezone>span){padding:0;text-align:left;font-size:.875rem}#root .specialist-onboarding:not(.is-intro) :is(.specialist-onboarding-currency>button,.specialist-onboarding-timezone>button){width:100%;min-height:3.5rem;padding:.7rem 1rem;border:1px solid var(--onboarding-line);border-radius:.75rem;background:var(--onboarding-field);text-align:left}#root .specialist-onboarding:not(.is-intro) :is(.specialist-onboarding-currency-menu,.specialist-onboarding-timezone-menu){border-color:var(--onboarding-line);background:var(--onboarding-panel);border-radius:.8rem}#root .specialist-onboarding:not(.is-intro) :is(.specialist-onboarding-currency-menu,.specialist-onboarding-timezone-menu)>button{text-align:left}#root .specialist-onboarding:not(.is-intro) .specialist-onboarding-options>button{min-height:4.5rem;padding:1rem;border:1px solid var(--onboarding-line);border-radius:.9rem;color:var(--theme-text);background:var(--onboarding-panel);box-shadow:none;text-align:left}#root .specialist-onboarding:not(.is-intro) .specialist-onboarding-options>button[aria-pressed=true]{border-color:var(--theme-accent);background:var(--theme-selection)}#root .specialist-onboarding:not(.is-intro) :is(.specialist-onboarding-options>button,.specialist-onboarding-currency>button,.specialist-onboarding-timezone>button):focus-visible{outline:2px solid var(--theme-accent);outline-offset:3px}.specialist-onboarding:not(.is-intro) .specialist-onboarding-options>button b{font-weight:600}.specialist-onboarding:not(.is-intro) .specialist-onboarding-options>button small{line-height:1.5}.specialist-onboarding:not(.is-intro) .specialist-onboarding-public-code{gap:.55rem;text-align:left}.specialist-onboarding:not(.is-intro) .specialist-onboarding-public-code>div{min-height:3.5rem;padding-inline:1rem;gap:0;border:1px solid var(--onboarding-line);border-radius:.75rem;background:var(--onboarding-field)}#root .specialist-onboarding:not(.is-intro) .specialist-onboarding-public-code input{padding-inline:0;text-align:left;font-size:1rem;font-weight:550;border-radius:0}.specialist-onboarding:not(.is-intro) .specialist-onboarding-public-code em{padding:0;font-size:.8rem;line-height:1.5}.specialist-onboarding:not(.is-intro) .specialist-onboarding-created-links{padding:.25rem 0;border:0;border-radius:0;background:transparent;text-align:left}.specialist-onboarding:not(.is-intro) .specialist-onboarding-created-links>span{min-height:4.25rem}.specialist-onboarding:not(.is-intro) .specialist-onboarding-created-links small{font-size:.8rem}.specialist-onboarding:not(.is-intro) .specialist-onboarding-created-links b{font-size:.85rem;font-weight:550;white-space:normal;overflow-wrap:anywhere}.specialist-onboarding:not(.is-intro) .specialist-onboarding-legal{margin-top:1rem;padding:1rem 0 0;border:0;border-top:1px solid var(--onboarding-line);border-radius:0;background:transparent;box-shadow:none;text-align:left}.specialist-onboarding:not(.is-intro) .specialist-onboarding-legal span{font-size:.85rem;font-weight:400;line-height:1.6}.specialist-onboarding:not(.is-intro) .specialist-onboarding-legal a{font-weight:550}.specialist-onboarding:not(.is-intro) .service-schedule-heading{justify-items:start;margin-bottom:1.5rem}.specialist-onboarding:not(.is-intro) .service-schedule-help{padding-left:0;font-size:.9rem}.specialist-onboarding:not(.is-intro) .service-schedule-card{padding:1.25rem;border-color:var(--onboarding-line);border-radius:1rem;background:var(--onboarding-panel);box-shadow:none}.specialist-onboarding:not(.is-intro) .service-schedule-day-heading h2{justify-content:flex-start;font-weight:600;text-align:left}.specialist-onboarding:not(.is-intro) .work-hours-inputs label{background:var(--onboarding-field);border-color:var(--onboarding-line)}.specialist-onboarding:not(.is-intro) .work-hours-inputs label:focus-within{border-color:var(--theme-accent)}.specialist-onboarding:not(.is-intro) .work-hours-inputs input{letter-spacing:-.02em;font-weight:650}.specialist-onboarding:not(.is-intro) .specialist-onboarding-actions .specialist-onboarding-action-primary{font-weight:600;border-radius:.85rem;box-shadow:none}.specialist-onboarding:not(.is-intro) .specialist-onboarding-actions .specialist-onboarding-action-back{border-radius:.85rem}@media(hover:hover){#root .specialist-onboarding:not(.is-intro) :is(.specialist-onboarding-options>button:not([aria-pressed=true]),.specialist-onboarding-service-builder-actions>button):hover{background:var(--theme-surface-hover);border-color:var(--theme-accent)}}@media(max-width:359px){.specialist-onboarding:not(.is-intro) :is(.specialist-onboarding-service-input,.service-schedule-card){padding:.9rem}.specialist-onboarding:not(.is-intro) .specialist-onboarding-service-detail{gap:.5rem}.specialist-onboarding:not(.is-intro) .specialist-onboarding-duration-value{padding-inline:.25rem}}@media(min-width:900px)and (hover:hover)and (pointer:fine){.specialist-onboarding:not(.is-intro){padding-bottom:3rem}.specialist-onboarding:not(.is-intro) .specialist-onboarding-topbar{width:min(100%,40rem);padding:2rem 1.5rem 1.5rem}.specialist-onboarding:not(.is-intro) .specialist-onboarding-stage{width:min(100%,40rem);flex:0 0 auto;padding:.5rem 1.5rem 0}.specialist-onboarding:not(.is-intro) .specialist-onboarding-actions{position:static;width:min(100%,40rem);margin:1.75rem auto 0;padding:0 1.5rem;grid-template-columns:3.5rem minmax(0,1fr);gap:.75rem;transform:none;will-change:auto;-webkit-backdrop-filter:none;backdrop-filter:none;background:transparent}.specialist-onboarding:not(.is-intro) .service-schedule .specialist-onboarding-actions{width:100%;padding:0}.specialist-onboarding:not(.is-intro) .specialist-onboarding-actions :is(.specialist-onboarding-action-primary,.specialist-onboarding-action-back){min-height:3.5rem}.specialist-onboarding:not(.is-intro) .specialist-onboarding-actions .specialist-onboarding-action-back{width:3.5rem;min-width:3.5rem}.specialist-onboarding:not(.is-intro) .specialist-onboarding-link-step{padding-bottom:0}}#root .specialist-onboarding:not(.is-intro) .specialist-onboarding-service-builder-actions>button:disabled{color:var(--theme-text-muted);background:var(--theme-disabled);border-color:transparent;cursor:not-allowed}.specialist-onboarding:not(.is-intro) :is(.specialist-onboarding-profile-photo-picker,.specialist-onboarding-service-photo-control>label):focus-within{outline:2px solid var(--theme-accent);outline-offset:3px}:root{--ui-radius: .9rem;--ui-radius-small: .65rem;--ui-shadow: none;--ui-shadow-soft: none}html,body,#root{background:var(--theme-page);color:var(--theme-text)}#root{text-align:left}#root :is(input,textarea,select){font-family:var(--font-ui);text-align:left}#root :is(h1,h2,h3){color:var(--theme-text)}#root :is(.master-page,.widget-workspace-page,.setup-page,.setup-flow-page,.specialist-onboarding,.client-create-page,.client-profile-page,.public-page,.managed-page,.full-loader,.centered-page,.dashboard-shell,.dashboard-main){background:var(--theme-page);color:var(--theme-text);--cal-page: var(--theme-page);--cal-surface: var(--theme-surface);--cal-soft: var(--theme-surface-soft);--cal-soft-strong: var(--theme-selection-strong);--cal-ink: var(--theme-text);--cal-muted: var(--theme-text-muted);--cal-line: var(--theme-border);--cal-primary: var(--theme-primary);--cal-on-primary: var(--theme-on-primary)}#root :is(.master-title,.widget-workspace-header h1,.widget-profile-heading h1,.setup-title,.setup-flow-header h1,.setup-page-header h1,.client-profile-header h1,.managed-card h1,.search-card h1,.booking-step .step-title h2){margin-inline:0;font-size:clamp(1.6rem,5vw,2rem);font-weight:680;letter-spacing:-.025em;line-height:1.22;text-align:left}#root :is(.master-section-label,.master-legal-card,.widget-workspace-header p,.setup-flow-header p,.setup-page-header p,.client-appointment-main,.client-appointment-meta,.soft-note,.public-service-copy,.provider-description,.booking-step,.widget-service-copy,.widget-history-main,.widget-client-row,.setup-service-copy,.setup-photo-picker-copy,.master-row-copy,.setup-navigation-copy){text-align:left}#root :is(.master-section-label,.master-dashboard-management h2){text-transform:none;letter-spacing:normal}#root :is(.master-content,.widget-workspace-content,.client-profile-shell,.client-create-shell){width:min(100%,42rem);padding-inline:clamp(1rem,4vw,2rem)}#root :is(.master-row-group,.master-settings-group,.master-widget-group,.widget-service-list,.widget-history,.widget-client-list,.widget-link-list,.setup-navigation-list){margin-block:1.25rem;border:0;border-radius:0;box-shadow:none;background:transparent}#root :is(.master-row,.master-settings-row,.master-widget-row,.widget-service-list>button,.widget-history>button,.widget-history>article,.setup-navigation-row,.widget-link-row){min-height:4rem;padding:1rem .25rem;border:0;border-bottom:1px solid var(--theme-border);border-radius:0;background:transparent;box-shadow:none;text-align:left}#root :is(.master-row,.master-settings-row,.setup-navigation-row):after{display:none}#root :is(.master-row-copy,.setup-navigation-copy,.widget-service-copy,.widget-history-main){min-width:0}#root :is(.master-row-copy>span,.setup-navigation-copy>b,.widget-service-copy b){font-weight:550;font-size:1rem;letter-spacing:normal;line-height:1.4}#root :is(.master-row-copy small,.setup-navigation-copy small,.widget-service-copy small,.widget-history-main small){margin-top:.25rem;font-size:.85rem;line-height:1.45;color:var(--theme-text-muted)}#root :is(.master-row-icon,.widget-service-icon,.widget-link-icon,.setup-navigation-icon){width:2.25rem;height:2.25rem;padding:.25rem;border:0;border-radius:0;color:var(--theme-text-muted);background:transparent;box-shadow:none}#root :is(.master-row-icon,.widget-service-icon,.widget-link-icon,.setup-navigation-icon) svg{width:1.65rem;height:1.65rem}#root :is(.master-settings-button,.client-settings-button){min-width:2.75rem;min-height:2.75rem;border:0;border-radius:.75rem;background:transparent;color:var(--theme-text-muted);box-shadow:none}#root :is(.master-settings-button,.client-settings-button) svg{width:1.65rem;height:1.65rem}#root :is(.panel,.stat-card,.form-card,.search-card,.master-free-plan,.master-legal-card,.master-profile-card,.widget-slot-group,.widget-client-entry,.widget-booking-section,.setup-service-card,.setup-service-editor-card,.client-identity-card,.client-appointment-card,.managed-card,.confirmation-ticket,.public-payment-summary,.booking-rule-card){border:1px solid var(--theme-border);border-radius:.9rem;background:var(--theme-surface);color:var(--theme-text);box-shadow:none}#root :is(.widget-booking-section,.widget-booking-contact,.widget-booking-totals,.widget-booking-time,.widget-booking-payments,.client-identity-card){text-align:left}#root :is(.widget-booking-section h2,.widget-slot-group h2,.booking-rule-card h2,.public-time-groups h3){font-size:1rem;font-weight:600;text-align:left;letter-spacing:normal}#root :is(.widget-link-copy,.master-legal-card p,.master-legal-card h2,.master-trial-note){text-align:left}#root .widget-link-copy b{overflow-wrap:anywhere}#root :is(.setup-floating-field,.setup-duration-field,.setup-price-field,.setup-timezone-row,.setup-currency-row){border-color:var(--theme-border);border-radius:.75rem;background:var(--theme-surface-soft);box-shadow:none}#root .setup-floating-field>span{left:1rem;right:1rem;transform-origin:left top;text-align:left}#root :is(.field,.widget-client-form label,.booking-rule-custom label){text-align:left}#root :is(.field>span,.widget-client-form label>span,.setup-section-title,.setup-property-label){color:var(--theme-text-muted);font-size:.875rem;font-weight:550;text-align:left;letter-spacing:normal}#root :is(.field input,.field textarea,.widget-client-form input,.widget-client-form textarea,.booking-rule-custom input){min-height:3.25rem;border:1px solid var(--theme-border);border-radius:.75rem;padding:.8rem 1rem;background:var(--theme-surface-soft);color:var(--theme-text);font-size:1rem;font-weight:450}#root :is(input,textarea)::placeholder{color:var(--theme-text-subtle);opacity:1;font-weight:400}#root :is(.field input,.field textarea,.widget-client-form input,.widget-client-form textarea,.booking-rule-custom input):focus{border-color:var(--theme-accent);outline:none;box-shadow:0 0 0 3px var(--theme-focus)}#root :is(.setup-floating-field,.setup-duration-field,.setup-price-field):focus-within{border-color:var(--theme-accent);box-shadow:0 0 0 3px var(--theme-focus)}#root :is(.button-primary,.setup-primary-button,.widget-workspace-primary,.master-profile-primary,.master-dashboard-primary,.specialist-onboarding-action-primary,.client-create-primary){border:1px solid transparent;border-radius:.85rem;color:var(--theme-on-primary);background:var(--theme-primary);background-image:none;box-shadow:none;font-weight:600;letter-spacing:normal}#root :is(.button-secondary,.setup-secondary-button,.setup-back-button,.widget-workspace-back,.specialist-onboarding-action-back,.widget-action){border:1px solid var(--theme-border);border-radius:.75rem;color:var(--theme-text);background:var(--theme-surface);box-shadow:none;font-weight:550}#root :is(.button-primary,.setup-primary-button,.widget-workspace-primary,.master-dashboard-primary,.specialist-onboarding-action-primary):is(:disabled,[aria-disabled=true]){background:var(--theme-disabled);color:var(--theme-text-subtle);border-color:transparent;box-shadow:none}#root button:focus-visible{outline:2px solid var(--theme-accent);outline-offset:3px}#root :is(.danger-button,.widget-workspace-danger,.widget-danger-action,.master-settings-delete-submit,.widget-client-delete-submit,.master-settings-delete-trigger,.client-profile-menu .danger){color:var(--theme-danger-text);border-color:var(--theme-danger-border);background:var(--theme-danger-surface)}#root :is(.widget-tabs,.client-profile-tabs){padding:.25rem;border:1px solid var(--theme-border);border-radius:.8rem;background:var(--theme-surface-soft)}#root :is(.widget-tabs,.client-profile-tabs) button{border-radius:.6rem;font-weight:550;color:var(--theme-text-muted)}#root :is(.widget-tabs .widget-is-active,.client-profile-tabs .active){color:var(--theme-primary);background:var(--theme-surface);box-shadow:0 1px 4px #162b4510}#root :is(.widget-schedule-dates button,.date-grid button,.service-schedule-calendar button){border-radius:.7rem;box-shadow:none;font-weight:550}#root :is(.widget-schedule-dates .widget-is-active,.date-grid button.selected,.service-schedule-calendar button.is-selected,.slots-grid button.selected){background:var(--theme-primary);color:var(--theme-on-primary);border-color:var(--theme-primary)}#root :is(.widget-schedule-dates .widget-is-active,.date-grid button.selected,.service-schedule-calendar button.is-selected) small{color:inherit}#root .service-schedule{text-align:left}#root .service-schedule-heading{justify-items:start}#root .service-schedule-heading h1{text-align:left;font-weight:680;letter-spacing:-.025em}#root .service-schedule-card{border-color:var(--theme-border);border-radius:.9rem;background:var(--theme-surface);box-shadow:none}#root .service-schedule-day-heading h2{text-align:left;justify-content:flex-start;font-weight:600}#root .work-hours-inputs input{text-align:center}#root .work-hours-handle:focus-visible{outline:none}#root .work-hours-handle.is-coach-target{box-shadow:none;animation:none}#root .work-hours-inputs label{border-color:var(--theme-border);background:var(--theme-surface-soft)}#root .work-hours-inputs label:focus-within{border-color:var(--theme-accent)}#root .widget-slot-group{padding:1rem}#root .widget-slot-group button{border-radius:.65rem}#root .widget-empty-state{padding:2rem 1rem;color:var(--theme-text-muted);background:transparent;border:0;text-align:center}#root .public-booking-page{--booking-accent: var(--theme-primary)}#root :is(.provider-card,.booking-widget){border:1px solid var(--theme-border);border-radius:1rem;background:var(--theme-surface);box-shadow:none}#root .provider-card{text-align:left;align-items:flex-start}#root .provider-card h1{font-size:1.7rem;font-weight:680;letter-spacing:-.025em;text-align:left}#root .public-services>button{padding:1rem 0;border:0;border-bottom:1px solid var(--theme-border);border-radius:0;background:transparent;box-shadow:none;text-align:left}#root .public-service-select{padding:.5rem .7rem;border-radius:.6rem;background:var(--theme-selection);color:var(--theme-primary)}#root :is(.compact-selection,.confirmation-ticket,.client-identity-card){background:var(--theme-surface-soft);border-color:var(--theme-border);border-radius:.8rem}#root .public-booking-page .confirmation{margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}#root .public-booking-page .confirmation>.confirmation-ticket{margin:1.5rem 0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}#root .client-profile-header{justify-content:space-between;text-align:left}#root .client-appointment-card{padding:1.1rem;text-align:left}#root .client-appointment-main h2{font-weight:600;letter-spacing:normal}#root :is(.client-profile-menu,.widget-more-menu,.master-profile-switch select){border-color:var(--theme-border);background:var(--theme-surface);border-radius:.8rem}#root .specialist-onboarding{--onboarding-panel: var(--theme-surface);--onboarding-field: var(--theme-surface-soft);--onboarding-line: var(--theme-border)}#root .specialist-onboarding:not(.is-intro) :is(h1,.service-schedule-heading h1){font-weight:680;letter-spacing:-.025em}#root .specialist-onboarding :is(.specialist-onboarding-service-input,.specialist-onboarding-profile-photo-picker,.specialist-onboarding-options>button,.first-day-celebration-card){border-color:var(--theme-border);border-radius:.9rem;box-shadow:none}#root .specialist-onboarding.is-intro .specialist-onboarding-intro-copy>h1{font-weight:700;letter-spacing:-.03em}#root .specialist-onboarding.is-intro .specialist-onboarding-intro-copy>p{font-weight:450}#root .specialist-onboarding.is-intro .specialist-onboarding-demo{background:var(--theme-surface);border-color:var(--theme-border);box-shadow:none}#root .specialist-onboarding.is-intro .specialist-onboarding-demo:before,#root .specialist-onboarding.is-intro .specialist-onboarding-demo:after{opacity:.15}#root .intro-atmosphere .intro-orbit-dot--violet{fill:var(--theme-accent)}#root :is(.first-day-celebration,.first-day-celebration-card){color:var(--theme-text)}#root .clean-profile .master-content{width:min(calc(100% - 2rem),42rem);min-height:0;margin:1.25rem auto;padding:clamp(1.25rem,4vw,2.25rem);border:1px solid var(--theme-border-soft);border-radius:1.2rem;background:var(--theme-surface)}#root .clean-profile .master-profile-header--dashboard{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0;margin:0}#root .clean-profile-identity{display:flex;align-items:center;gap:1rem;min-width:0}#root .clean-profile-avatar{display:grid;place-items:center;flex:0 0 3.5rem;width:3.5rem;height:3.5rem;overflow:hidden;border-radius:50%;background:var(--theme-selection);color:#284b78;font-size:1.6rem;font-weight:650}#root .clean-profile-avatar img{width:100%;height:100%;object-fit:cover}#root .clean-profile-identity>div{min-width:0}#root .clean-profile .master-profile-header h1{margin:0;padding:0;font-size:clamp(1.25rem,4vw,1.65rem);font-weight:650;letter-spacing:-.02em;line-height:1.3;text-align:left;overflow-wrap:anywhere}#root .clean-profile .master-profile-header small{display:flex;align-items:center;gap:.5rem;margin-top:.35rem;font-size:.875rem;font-weight:400;color:var(--theme-text-muted);text-align:left}#root .clean-profile .master-profile-header small i{display:block;width:.6rem;height:.6rem;border-radius:50%;background:#22bd72}#root .clean-profile .master-settings-button{flex-shrink:0;margin:0;width:2.75rem;height:2.75rem;border:0;background:transparent;color:var(--theme-text-muted)}#root .clean-profile .master-settings-button svg{width:1.75rem;height:1.75rem}#root .clean-profile .master-profile-body{margin-top:2.25rem}#root .clean-profile .master-dashboard{display:grid;gap:0}#root .clean-profile :is(.master-dashboard-summary,.master-dashboard-next,.master-dashboard-management){margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}#root .clean-profile .master-dashboard-summary-head{padding:0;display:block}#root .clean-profile .master-dashboard-summary-head>span{display:grid;gap:.45rem}#root .clean-profile .master-dashboard-summary-head h2{margin:0;font-size:clamp(1.8rem,6vw,2.4rem);line-height:1.2;font-weight:700;letter-spacing:-.03em}#root .clean-profile .master-dashboard-summary-head small{color:var(--theme-text-muted);font-size:1rem;font-weight:400}#root .clean-profile .master-dashboard-summary-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:1.75rem 0 1.5rem;padding:0}#root .clean-profile .master-dashboard-summary-stats>div{display:flex;align-items:center;gap:1rem;min-width:0}#root .clean-profile .master-dashboard-summary-stats>div+div{padding-left:1.25rem;border-left:1px solid var(--theme-border)}#root .clean-profile .master-dashboard-summary-stats>div>svg{width:2rem;height:2rem;flex-shrink:0;color:var(--theme-text-muted)}#root .clean-profile .master-dashboard-summary-stats span{display:grid;gap:.3rem;min-width:0;text-align:left}#root .clean-profile .master-dashboard-summary-stats strong{font-size:clamp(1.5rem,4.5vw,2.15rem);line-height:1.15;font-weight:650;letter-spacing:-.025em;overflow-wrap:anywhere}#root .clean-profile .master-dashboard-summary-stats small{font-size:.85rem;font-weight:400;color:var(--theme-text-muted);line-height:1.4}#root .clean-profile .master-dashboard-primary{display:grid;grid-template-columns:1.75rem minmax(0,1fr) 1.1rem;align-items:center;gap:1rem;width:100%;min-height:4rem;margin:0;padding:1rem 1.25rem;border-radius:.9rem;text-align:left;font-size:1.1rem;font-weight:550}#root .clean-profile .master-dashboard-primary svg{width:1.75rem;height:1.75rem}#root .clean-profile .master-dashboard-primary svg:last-child{width:1.1rem;height:1.1rem}#root .clean-profile .master-dashboard-next{margin-top:2.5rem}#root .clean-profile .master-dashboard-section-title{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem 1rem;padding:0;margin:0}#root .clean-profile :is(.master-dashboard-section-title h2,.clean-profile-management-head h2){margin:0;font-size:clamp(1.1rem,4vw,1.5rem);font-weight:650;line-height:1.3;letter-spacing:-.02em}#root .clean-profile .master-dashboard-section-title button{display:flex;align-items:center;gap:.3rem;min-height:2.75rem;padding:.3rem 0;border:0;color:var(--theme-text-muted);background:transparent;font-size:.875rem;font-weight:400}#root .clean-profile .master-dashboard-section-title button svg{width:1rem;height:1rem}#root .clean-profile .master-dashboard-empty{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.15rem;min-height:12.5rem;margin:0;padding:1.5rem 0 2rem;border:0;border-radius:0;background:transparent}#root .clean-profile .master-dashboard-icon{display:grid;place-items:center;width:5rem;height:5rem;border-radius:50%;color:var(--theme-text-muted);background:var(--theme-surface-soft)}#root .clean-profile .master-dashboard-icon svg{width:2.3rem;height:2.3rem}#root .clean-profile .master-dashboard-empty>span:last-child{display:grid;gap:.45rem;text-align:center}#root .clean-profile .master-dashboard-empty b{font-size:1.15rem;font-weight:600;letter-spacing:-.02em}#root .clean-profile .master-dashboard-empty small{font-size:.9rem;color:var(--theme-text-muted);line-height:1.5}#root .clean-profile .master-dashboard-booking{width:100%;margin-block:1rem 1.5rem;padding:1rem 0;border:0;border-bottom:1px solid var(--theme-border);border-radius:0;background:transparent;text-align:left}#root .clean-profile .master-dashboard-booking-time{border-radius:.65rem;background:var(--theme-selection);color:var(--theme-primary)}#root .clean-profile .master-dashboard-management{border-top:1px solid var(--theme-border);padding-top:1.25rem}#root .clean-profile-management-head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem 1rem;padding-bottom:1rem}#root .clean-profile .master-dashboard-overview{display:inline;margin:0;padding:0;min-height:0;border:0;border-radius:0;background:transparent;box-shadow:none;font-size:.85rem;font-weight:400;color:var(--theme-text-muted)}#root .clean-profile .master-dashboard-navigation{margin:0;border:0;border-top:1px solid var(--theme-border);border-radius:0;background:transparent}#root .clean-profile .master-dashboard-navigation .master-row{grid-template-columns:2rem minmax(0,1fr) 1rem;gap:1rem;min-height:4.15rem;padding:1rem 0;border-bottom:1px solid var(--theme-border)}#root .clean-profile .master-dashboard-navigation .master-row:last-child{border-bottom:0}#root .clean-profile .master-row-icon{padding:0;width:2rem;height:2rem;background:transparent;color:var(--theme-text-muted)}#root .clean-profile .master-row-icon svg{width:1.8rem;height:1.8rem}#root .clean-profile .master-row-copy>span{font-size:1rem;font-weight:450}#root .clean-profile .master-row-chevron{color:var(--theme-text-muted)}@media(hover:hover){#root :is(.master-row,.master-settings-row,.widget-service-list>button,.public-services>button,.widget-client-row,.widget-history>button):hover{background:var(--theme-surface-hover)}#root :is(.master-settings-button,.client-settings-button):hover{background:var(--theme-surface-soft)}}@media(max-width:480px){#root .clean-profile .master-content{width:100%;margin:0;padding:max(1.25rem,env(safe-area-inset-top)) 1rem max(1.25rem,env(safe-area-inset-bottom));border:0;border-radius:0}#root .clean-profile .master-dashboard-summary-stats{gap:.7rem}#root .clean-profile .master-dashboard-summary-stats>div{gap:.65rem}#root .clean-profile .master-dashboard-summary-stats>div+div{padding-left:.7rem}#root .clean-profile .master-dashboard-primary{font-size:1rem;gap:.75rem;padding-inline:1rem}}@media(min-width:900px)and (hover:hover)and (pointer:fine){#root :is(.master-page:not(.clean-profile) .master-content,.widget-workspace-content,.client-profile-shell,.client-create-shell){min-height:0;margin-block:2rem;padding:2rem;border:1px solid var(--theme-border);border-radius:1rem;background:var(--theme-surface)}#root :is(.master-lower-actions,.master-subscription-actions,.widget-workspace-lower-actions,.widget-workspace-form-actions,.client-action-bar){position:static;width:100%;margin:1.75rem 0 0;padding:0;transform:none;border:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}#root .client-create-spacer{display:none}#root .client-create-form,#root .master-content--with-actions{min-height:0}}#root .clean-profile .master-profile-header h1{white-space:normal;overflow:visible}#root .clean-profile .master-dashboard-summary-stats strong{white-space:normal}#root .clean-profile :is(.master-dashboard-section-title h2,.clean-profile-management-head h2){text-align:left}.first-day-message{border-color:var(--theme-border);border-radius:1rem;background:var(--theme-surface);box-shadow:0 12px 40px #142b451a}.first-day-confetti i:nth-child(3n){background:var(--theme-primary)}.first-day-confetti i:nth-child(3n+1){background:var(--theme-selection-strong)}#root .clean-profile .master-dashboard-summary-head small{text-transform:none}#root .is-intro .specialist-intro-art{position:relative;isolation:isolate;width:min(100%,27rem);min-width:0;margin-inline:auto;padding:3.6rem .3rem 2.6rem;perspective:1200px}#root .is-intro .specialist-intro-art:before{content:"";position:absolute;inset:5% -4% 0;z-index:-1;border-radius:50%;background:radial-gradient(ellipse at 65% 25%,var(--theme-page-glow),transparent 53%),radial-gradient(ellipse at 30% 70%,var(--theme-public-glow),transparent 64%);pointer-events:none}#root .is-intro .specialist-intro-art:after{display:none}#root .is-intro .intro-atmosphere{display:block;position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none;overflow:visible;stroke:#aac5eb;stroke-width:.8;opacity:.7}.intro-atmosphere ellipse:nth-child(2){stroke-dasharray:2 9;opacity:.65}.intro-atmosphere .intro-orbit-route{stroke:#74a5eb;stroke-dasharray:.07 .93;opacity:.6;stroke-width:1.5}.intro-atmosphere .intro-orbit-mark{stroke-width:1.4;fill:var(--theme-page)}.intro-atmosphere .intro-orbit-mark path{fill:none}.intro-atmosphere .intro-orbit-dot{fill:#7ba8ed;stroke:none}.intro-atmosphere .intro-orbit-dot--violet{fill:#b09ad9}.intro-atmosphere .intro-spark{stroke:#ad97d5;stroke-width:1.8;stroke-linecap:round}#root .is-intro .intro-orb{display:block;position:absolute;width:33%;aspect-ratio:1;right:.2rem;top:-.4rem;z-index:1;border-radius:50%;filter:drop-shadow(0 12px 13px #74549b28);cursor:pointer;touch-action:pan-y;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.intro-orb>svg{display:block;width:100%;height:100%;overflow:visible}.intro-orb :is([data-orb-pieces]>g,[data-orb-slot],[data-orb-filament]){transform-box:view-box;transform-origin:120px 120px}.intro-orb :is([data-orb-slot],[data-orb-slash],[data-orb-filament],[data-orb-particle]){opacity:0;pointer-events:none}.intro-orb [data-orb-particle]{transform-box:fill-box;transform-origin:center}#root .is-intro .specialist-intro-art .specialist-onboarding-demo{z-index:2;width:100%;min-height:0;height:auto;aspect-ratio:auto;display:grid;gap:.65rem;padding:.9rem;overflow:visible;transform:rotate(-2deg);border:1px solid var(--theme-border);border-radius:1.45rem;color:var(--theme-text);background:var(--theme-surface);box-shadow:var(--shadow)}#root .is-intro .specialist-intro-art .specialist-onboarding-demo:before{content:"";position:absolute;inset:0;width:auto;height:auto;border-radius:inherit;filter:none;opacity:1;pointer-events:none;background:radial-gradient(ellipse at var(--intro-light-x, 20%) var(--intro-light-y, 10%),var(--theme-page-glow),transparent 70%)}#root .is-intro .specialist-intro-art .specialist-onboarding-demo:after{display:none}#root .is-intro .specialist-intro-art .specialist-onboarding-demo-brand{gap:.55rem;font-size:.94rem;padding-bottom:.25rem;text-align:left}#root .is-intro .specialist-intro-art .specialist-onboarding-demo-brand>span{width:2rem;height:2rem;flex-shrink:0;border-radius:.65rem;background:#166de5;box-shadow:0 4px 10px #166de522}#root .is-intro .specialist-intro-art .specialist-onboarding-demo-brand>small{display:inline-flex;align-items:center;gap:.3rem;margin-left:auto;padding:.35rem .45rem;color:var(--theme-text-muted);background:var(--theme-surface-raised);font-size:.53rem;letter-spacing:0;white-space:nowrap;font-weight:550}.intro-live-dot{display:inline-block;width:.35rem;height:.35rem;border-radius:50%;background:#24b67d;flex-shrink:0}.specialist-intro-art .specialist-onboarding-demo-brand>small:before{content:"";width:.3rem;height:.3rem;border-radius:50%;background:#24b67d}#root .is-intro .specialist-intro-art .specialist-onboarding-demo-card{position:relative;inset:auto;min-height:3.6rem;padding:.65rem .7rem;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.55rem;align-items:center;border:1px solid var(--theme-border);border-radius:1rem;background:var(--theme-surface-raised);box-shadow:0 3px 8px #12385c06,0 12px 22px #254c8410;-webkit-backdrop-filter:none;backdrop-filter:none;text-align:left;opacity:1;transform:none}#root .is-intro .specialist-intro-art .specialist-onboarding-demo-card--back{transform:rotate(-1deg)}#root .is-intro .specialist-intro-art .specialist-onboarding-demo-card--front{transform:translate(.35rem) rotate(3deg)}#root .is-intro .specialist-intro-art .specialist-onboarding-demo-card b{font-size:.7rem;line-height:1.4;font-weight:620;text-align:left;letter-spacing:-.01em}#root .is-intro .specialist-intro-art .specialist-onboarding-demo-card small{font-size:.6rem;line-height:1.4;color:var(--theme-text-muted);text-align:left}#root .is-intro .specialist-intro-art .specialist-onboarding-demo-avatar{width:2.2rem;height:2.2rem;border-radius:.7rem;box-shadow:0 0 0 2px var(--theme-surface-soft)}#root .is-intro .specialist-intro-art .intro-notification-check{width:1.2rem;height:1.2rem;background:var(--theme-success-surface);color:var(--theme-success-text);box-shadow:none}#root .is-intro .specialist-intro-art .intro-notification-check svg{width:.8rem;height:.8rem}#root .is-intro .intro-availability{position:relative;display:flex;align-items:center;gap:.5rem;justify-content:space-between;padding-top:.3rem}.intro-availability>span{display:flex;align-items:center;gap:.3rem;color:var(--theme-text-muted);font-size:.55rem;white-space:nowrap}.intro-availability>span>svg{width:.85rem;height:.85rem}.intro-availability>div{display:flex;gap:.3rem}.intro-availability>div>span{display:inline-flex;align-items:center;gap:.2rem;min-height:1.65rem;padding:.25rem .45rem;border-radius:.5rem;font-size:.6rem;font-weight:600;color:var(--theme-text-muted);background:var(--theme-surface-soft)}.intro-availability>div>.intro-selected-slot{color:var(--theme-on-primary);background:var(--theme-primary);box-shadow:0 3px 8px #166de524}.intro-selected-slot>svg{width:.7rem;height:.7rem}#root .is-intro :is(.intro-link-note,.intro-booked-note){position:absolute;display:flex;align-items:center;gap:.5rem;border:1px solid var(--theme-border);border-radius:.85rem;padding:.5rem .7rem;background:var(--theme-surface-raised);box-shadow:0 6px 18px #254c8410;color:var(--theme-text);pointer-events:none;text-align:left}#root .is-intro .intro-link-note{top:.55rem;left:.35rem;z-index:1;transform:rotate(-5deg)}#root .is-intro .intro-booked-note{bottom:.4rem;left:1rem;z-index:3;transform:rotate(1deg)}:is(.intro-link-note,.intro-booked-note)>span{display:grid;place-items:center;width:1.75rem;height:1.75rem;background:var(--theme-selection);color:var(--theme-accent);border-radius:.55rem}.intro-booked-note>span{color:var(--theme-success-text);background:var(--theme-success-surface)}:is(.intro-link-note,.intro-booked-note) svg{width:1rem;height:1rem}:is(.intro-link-note,.intro-booked-note)>div{display:grid;gap:.12rem}:is(.intro-link-note,.intro-booked-note) b{font-size:.64rem;font-weight:620}:is(.intro-link-note,.intro-booked-note) small{font-size:.55rem;color:var(--theme-text-muted)}#root .is-intro .intro-kicker{display:inline-flex;align-items:center;gap:.4rem;color:var(--theme-primary);font-size:.68rem;font-weight:600;letter-spacing:.02em;margin-bottom:.55rem}#root .is-intro .intro-kicker .intro-live-dot{background:var(--theme-primary)}#root .is-intro .intro-features{display:flex;justify-content:center;flex-wrap:wrap;gap:.6rem 1rem;margin:1.2rem 0 0;padding:0;list-style:none}.intro-features li{display:inline-flex;align-items:center;gap:.35rem;color:var(--theme-text-muted);font-size:.7rem}.intro-features svg{width:.95rem;height:.95rem;color:#6090d6}#root .is-intro .specialist-onboarding-action-primary{display:flex;align-items:center;justify-content:center;gap:.8rem;position:relative;overflow:hidden;isolation:isolate}#root .is-intro .specialist-onboarding-action-primary:before{content:"";order:1;width:1rem;height:.65rem;background:currentColor;flex-shrink:0;clip-path:polygon(0 40%,77% 40%,49% 0,67% 0,100% 50%,67% 100%,49% 100%,77% 60%,0 60%)}#root .is-intro .specialist-onboarding-action-primary:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(110deg,transparent 25%,#ffffff24 50%,transparent 75%);transform:translate(-130%)}@media(max-width:1023px){#root .specialist-onboarding.is-intro{height:auto;min-height:100dvh;max-height:none;overflow-x:clip;overflow-y:visible}#root .is-intro .specialist-onboarding-stage{display:flex;flex-direction:column;justify-content:center;padding:.15rem 1.25rem .5rem;overflow:visible}#root .is-intro .specialist-onboarding-intro{gap:.75rem}#root .is-intro .specialist-onboarding-intro-copy{width:100%}#root .specialist-onboarding.is-intro .specialist-onboarding-intro-copy>h1{margin-top:0;font-size:clamp(1.65rem,6.8vw,2.15rem);line-height:1.1;text-wrap:balance}#root .specialist-onboarding.is-intro .specialist-onboarding-intro-copy>p{margin-top:.7rem;font-size:.9rem;line-height:1.5}#root .is-intro .intro-kicker{display:none}#root .specialist-onboarding.is-intro>.specialist-onboarding-actions{position:static;inset:auto;width:min(100%,35rem);max-width:none;margin:auto auto 0;padding:.85rem 1.25rem max(1rem,env(safe-area-inset-bottom));transform:none;will-change:auto;background:transparent;border:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;grid-template-columns:minmax(0,1fr)}#root .is-intro .specialist-onboarding-action-primary{min-height:3.65rem;border-radius:1rem;font-size:1rem}}@media(max-width:1023px)and (max-height:720px){#root .is-intro .specialist-intro-art{max-width:23rem;padding-top:3.1rem;padding-bottom:2.2rem}#root .is-intro .specialist-intro-art .specialist-onboarding-demo{gap:.5rem;padding:.7rem}#root .is-intro .intro-booked-note{bottom:.15rem;padding-block:.4rem}#root .is-intro .intro-features{display:none}#root .is-intro .specialist-onboarding-intro{gap:.5rem}#root .specialist-onboarding.is-intro .specialist-onboarding-intro-copy>h1{font-size:clamp(1.6rem,6.8vw,1.9rem)}}@media(max-width:360px){#root .is-intro .specialist-onboarding-stage{padding-inline:1rem}#root .is-intro .specialist-intro-art .specialist-onboarding-demo-brand>small{font-size:.48rem;padding-inline:.3rem}#root .is-intro .specialist-intro-art .specialist-onboarding-demo-brand{font-size:.84rem}.intro-availability>span{font-size:.5rem;gap:.2rem}.intro-availability>div>span{padding-inline:.3rem}}@media(min-width:1024px){#root .is-intro .specialist-intro-art{width:100%;padding:6rem 1.15rem 4.5rem .5rem}#root .is-intro .intro-orb{width:40%;right:-.5rem;top:-.6rem}#root .is-intro .intro-link-note{top:2.1rem;left:0;padding:.8rem .9rem}#root .is-intro .intro-booked-note{bottom:1.1rem;left:8%;padding:.8rem 1rem}#root .is-intro :is(.intro-link-note,.intro-booked-note){gap:.65rem;border-radius:1rem}:is(.intro-link-note,.intro-booked-note)>span{width:2.2rem;height:2.2rem;border-radius:.7rem}:is(.intro-link-note,.intro-booked-note) b{font-size:.8rem}:is(.intro-link-note,.intro-booked-note) small{font-size:.66rem}#root .is-intro .specialist-intro-art .specialist-onboarding-demo{padding:clamp(1rem,2vw,1.6rem);gap:1rem;border-radius:1.75rem;transform:rotate(-4deg)}#root .is-intro .specialist-intro-art .specialist-onboarding-demo-brand{font-size:1.1rem;gap:.6rem;padding-bottom:.5rem}#root .is-intro .specialist-intro-art .specialist-onboarding-demo-brand>span{width:2.6rem;height:2.6rem;border-radius:.8rem}#root .is-intro .specialist-intro-art .specialist-onboarding-demo-brand>small{font-size:.6rem;padding:.45rem .55rem}#root .is-intro .specialist-intro-art .specialist-onboarding-demo-card{min-height:5.6rem;padding:.9rem;gap:.7rem;border-radius:1.2rem}#root .is-intro .specialist-intro-art .specialist-onboarding-demo-card--front{transform:translate(1rem) rotate(4deg)}#root .is-intro .specialist-intro-art .specialist-onboarding-demo-card b{font-size:clamp(.72rem,1.15vw,.94rem)}#root .is-intro .specialist-intro-art .specialist-onboarding-demo-card small{font-size:.7rem}#root .is-intro .specialist-intro-art .specialist-onboarding-demo-avatar{width:2.85rem;height:2.85rem;border-radius:.9rem}#root .is-intro .specialist-intro-art .intro-notification-check{width:1.5rem;height:1.5rem}#root .is-intro .specialist-intro-art .intro-notification-check svg{width:1rem;height:1rem}#root .is-intro .intro-availability{padding-top:.5rem}.intro-availability>span{font-size:.65rem}.intro-availability>span>svg{width:1rem;height:1rem}.intro-availability>div>span{min-height:2rem;padding:.4rem .55rem;font-size:.7rem}#root .is-intro .intro-features{margin-top:1.5rem;gap:.7rem 1.2rem}.intro-features li{font-size:.75rem}#root .is-intro .intro-kicker{font-size:.75rem;margin-bottom:1rem}}@media(prefers-reduced-motion:no-preference){#root .is-intro .specialist-intro-art{animation:intro-arrive .9s cubic-bezier(.2,.75,.25,1) both}#root .is-intro .specialist-intro-art .specialist-onboarding-demo{animation:intro-panel-float 9.6s ease-in-out infinite}#root .is-intro .intro-orb{animation:intro-orb-float 6.4s ease-in-out infinite}#root .is-intro .intro-link-note{animation:intro-link-float 9.6s ease-in-out infinite}#root .is-intro .intro-booked-note{animation:intro-confirm 9.6s ease-in-out infinite}.intro-booked-note svg path{stroke-dasharray:24;animation:intro-check 9.6s ease-in-out infinite}#root .is-intro .specialist-intro-art .specialist-onboarding-demo-card--back{animation:intro-notification-back 9.6s ease-in-out infinite}#root .is-intro .specialist-intro-art .specialist-onboarding-demo-card--front{animation:intro-notification-front 9.6s ease-in-out infinite}#root .is-intro .specialist-onboarding-demo-card--back .intro-notification-check{animation:intro-check-pop 9.6s ease-in-out infinite}#root .is-intro .specialist-onboarding-demo-card--front .intro-notification-check{animation:intro-check-pop 9.6s 1.2s ease-in-out infinite}.intro-availability .intro-selected-slot{animation:intro-slot-select 9.6s ease-in-out infinite}.intro-atmosphere .intro-orbit-route{animation:intro-route 12s linear infinite}.intro-atmosphere .intro-orbit-mark{animation:intro-mark-float 7s ease-in-out infinite}.intro-atmosphere .intro-orbit-mark--clock{animation-delay:-3s}.intro-live-dot{animation:intro-status 4.8s ease-in-out infinite}#root .is-intro .specialist-onboarding-intro-copy{animation:intro-arrive .85s .15s cubic-bezier(.2,.75,.25,1) both}#root .is-intro .specialist-onboarding-action-primary{transition:translate .22s ease,box-shadow .22s ease}#root .is-intro .specialist-onboarding-action-primary:before{transition:translate .25s ease}#root .is-intro .specialist-onboarding-action-primary:after{animation:intro-cta-sheen 9.6s 2s ease-in-out infinite}#root .is-intro .specialist-onboarding-action-primary:active{translate:0 1px}}@media(hover:hover)and (pointer:fine)and (prefers-reduced-motion:no-preference){#root .is-intro .specialist-intro-art .specialist-onboarding-demo{transform:rotate(-4deg) rotateX(calc(var(--intro-y, 0) * -3deg)) rotateY(calc(var(--intro-x, 0) * 4deg));transition:transform .38s cubic-bezier(.2,.75,.25,1)}#root .is-intro .intro-atmosphere{translate:calc(var(--intro-x, 0) * -7px) calc(var(--intro-y, 0) * -5px);transition:translate .65s ease-out}#root .is-intro .specialist-onboarding-action-primary:is(:hover,:focus-visible){translate:0 -2px;box-shadow:0 12px 26px #166de52a}#root .is-intro .specialist-onboarding-action-primary:is(:hover,:focus-visible):before{translate:4px 0}}#root .is-intro[data-intro-motion-paused=true] *,#root .is-intro[data-intro-motion-paused=true] *:before,#root .is-intro[data-intro-motion-paused=true] *:after{animation-play-state:paused!important}@media(prefers-reduced-motion:reduce){#root .is-intro *,#root .is-intro *:before,#root .is-intro *:after{animation:none!important;transition:none!important}#root .is-intro .intro-orb{cursor:default}}@keyframes intro-arrive{0%{opacity:0;translate:0 16px}to{opacity:1;translate:0 0}}@keyframes intro-panel-float{0%,to{translate:0 0}48%{translate:0 -5px}}@keyframes intro-orb-float{0%,to{translate:0 0;rotate:-3deg}50%{translate:0 -7px;rotate:3deg}}@keyframes intro-link-float{0%,to{translate:0 0}50%{translate:3px -5px}}@keyframes intro-notification-back{0%,7%,to{opacity:.65;translate:0 5px}18%,86%{opacity:1;translate:0 0}}@keyframes intro-notification-front{0%,21%,to{opacity:.65;translate:0 6px}33%,88%{opacity:1;translate:0 0}}@keyframes intro-confirm{0%,28%,to{opacity:.45;translate:0 6px}42%,87%{opacity:1;translate:0 0}}@keyframes intro-check{0%,30%{stroke-dashoffset:24}43%,90%{stroke-dashoffset:0}to{stroke-dashoffset:24}}@keyframes intro-check-pop{0%,8%,to{scale:.85;opacity:.3}19%{scale:1.15;opacity:1}25%,87%{scale:1;opacity:1}}@keyframes intro-slot-select{0%,to{background:var(--theme-selection);color:var(--theme-text-muted);scale:1}10%{scale:1.08}16%,88%{background:var(--theme-primary);color:var(--theme-on-primary);scale:1}}@keyframes intro-route{to{stroke-dashoffset:-1}}@keyframes intro-mark-float{0%,to{translate:0 0}50%{translate:0 -7px}}@keyframes intro-status{0%,to{opacity:.65}50%{opacity:1}}@keyframes intro-cta-sheen{0%,60%{transform:translate(-130%)}78%,to{transform:translate(130%)}}:root{--app-safe-bottom: max(env(safe-area-inset-bottom, 0px), var(--tg-safe-area-inset-bottom, 0px), var(--tg-content-safe-area-inset-bottom, 0px));--app-safe-top: max(env(safe-area-inset-top, 0px), var(--tg-content-safe-area-inset-top, 0px))}html{scroll-behavior:auto}@media(max-width:899px),(pointer:coarse){html{overscroll-behavior-y:none;scroll-padding-top:calc(1rem + var(--app-safe-top))}:root{--action-bottom-space: calc(2.25rem + var(--app-safe-bottom))}.specialist-onboarding{min-height:var(--app-stable-height, 100svh);--onboarding-actions-height: calc(9.65rem + var(--app-safe-bottom))}.specialist-onboarding .specialist-onboarding-topbar{padding-top:calc(.9rem + var(--app-safe-top))}:is(.public-action-tray,.client-action-bar,.managed-actions,.widget-workspace-lower-actions,.widget-workspace-form-actions,.setup-sticky-actions,.setup-bottom-actions,.master-lower-actions,.master-subscription-actions,.specialist-onboarding-actions,.setup-schedule-actions),.setup-new-service-page>.setup-form-actions,.setup-services-page>.setup-form-actions,.client-create-page .client-action-bar{padding-bottom:var(--action-bottom-space)}.specialist-onboarding.is-intro .specialist-onboarding-actions,.setup-schedule-page .service-schedule .setup-schedule-actions{padding-bottom:var(--action-bottom-space)}html[data-keyboard-open] :is(.public-action-tray,.client-action-bar,.managed-actions,.widget-workspace-lower-actions,.widget-workspace-form-actions,.setup-sticky-actions,.setup-bottom-actions,.master-lower-actions,.master-subscription-actions,.specialist-onboarding-actions,.setup-schedule-actions),html[data-keyboard-open] .setup-new-service-page>.setup-form-actions,html[data-keyboard-open] .setup-services-page>.setup-form-actions{visibility:hidden;pointer-events:none}.notice-viewport{top:calc(.75rem + var(--app-safe-top))}.specialist-onboarding :is(input,textarea)::selection{color:var(--theme-text);background:var(--theme-selection)}}#root .specialist-onboarding.has-guided-design{--onboarding-line: var(--theme-border);--onboarding-field: var(--theme-surface-soft);--onboarding-panel: var(--theme-surface-raised);--onboarding-ease: cubic-bezier(.22,.8,.25,1)}#root .has-guided-design .specialist-onboarding-topbar{width:min(100%,74rem);display:flex;align-items:center;justify-content:space-between;gap:2rem}.onboarding-design-brand{display:inline-flex;align-items:center;gap:.7rem;white-space:nowrap;font-size:1.15rem}.onboarding-design-brand img{width:2.5rem;height:2.5rem;border-radius:.8rem}#root .has-guided-design .specialist-onboarding-progress{flex:0 1 20rem;width:100%}#root .has-guided-design .specialist-onboarding-stage{width:min(100%,74rem);display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1fr);align-items:start;gap:clamp(2rem,5vw,5rem);padding:2rem 1.5rem var(--onboarding-actions-height);flex:0 0 auto}#root .has-guided-design :is(.specialist-onboarding-question,.specialist-onboarding-link-step){min-width:0;grid-column:2}#root .has-guided-design h1{font-size:clamp(1.75rem,2.65vw,2.4rem);line-height:1.16;max-width:23ch}#root .has-guided-design h1:focus{outline:none}#root .has-guided-design :is(.specialist-onboarding-question,.specialist-onboarding-finish)>p{font-size:1rem;line-height:1.6;max-width:38ch}#root .has-guided-design .specialist-onboarding-actions{width:min(100%,74rem);margin-inline:auto}#root .has-guided-design :is(input,textarea){caret-color:var(--theme-accent)}#root .has-guided-design :is(button,summary,input,textarea):focus-visible{outline:2px solid var(--theme-accent);outline-offset:3px}#root .has-guided-design .specialist-onboarding-input input{min-height:3.5rem}#root .has-guided-design .specialist-onboarding-profile-photo{margin-top:1.25rem}#root .has-guided-design .specialist-onboarding-profile-photo-picker{grid-template-columns:3rem minmax(0,1fr);padding:.85rem}#root .has-guided-design .specialist-onboarding-profile-photo-preview{width:3rem;height:3rem;border-radius:1rem}#root .has-guided-design .specialist-onboarding-profile-photo-preview>span{font-size:1.25rem}.onboarding-disclosure{width:100%;margin-top:1rem;border:1px solid var(--theme-border);border-radius:1rem;background:var(--theme-surface-raised);text-align:left}.onboarding-disclosure>summary{display:flex;align-items:center;gap:.6rem;cursor:pointer;min-height:3.5rem;padding:.85rem 1rem;list-style:none;color:var(--theme-text);font-weight:550;font-size:.95rem;border-radius:1rem}.onboarding-disclosure>summary::-webkit-details-marker{display:none}.onboarding-disclosure>summary:after{content:"+";margin-left:auto;color:var(--theme-accent);font-size:1.35rem}.onboarding-disclosure[open]>summary:after{content:"−"}.onboarding-disclosure>summary>svg{width:1.15rem;height:1.15rem;color:var(--theme-accent)}.onboarding-disclosure-body{padding:0 1rem 1rem}#root .has-guided-design .onboarding-disclosure-body>:is(.specialist-onboarding-input,.specialist-onboarding-timezone){margin-top:0}#root .has-guided-design .specialist-onboarding-timezone-menu{position:static;inset:auto;grid-column:1 / -1;width:100%;min-width:0;max-height:min(18rem,40dvh);overscroll-behavior:contain;box-shadow:none}.onboarding-disclosure-note{margin:.75rem 0 0;color:var(--theme-text-muted);line-height:1.5;font-size:.875rem}#root .has-guided-design .specialist-onboarding-options{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}#root .has-guided-design .specialist-onboarding-options>button{position:relative;min-height:7rem;padding:1rem;display:flex;align-items:flex-start;gap:.7rem;overflow:hidden;border-radius:1rem}#root .has-guided-design .specialist-onboarding-options>button>span{min-width:0}#root .has-guided-design .specialist-onboarding-options>button b{display:block;font-size:1rem;line-height:1.3}#root .has-guided-design .specialist-onboarding-options>button small{display:block;margin-top:.4rem;font-size:.875rem;line-height:1.45}#root .has-guided-design .specialist-onboarding-options>button>i{flex:0 0 1.25rem;margin-left:auto;width:1.25rem;height:1.25rem;border:1px solid var(--theme-border);border-radius:50%;display:grid;place-items:center}#root .has-guided-design .specialist-onboarding-options>button[aria-pressed=true]>i{background:var(--theme-accent);border-color:var(--theme-accent);color:#fff}#root .has-guided-design .specialist-onboarding-options>button>i svg{width:.85rem;height:.85rem}#root .has-guided-design .specialist-payment-options>button{min-height:5.5rem;align-items:center}#root .has-guided-design .specialist-payment-icon{flex:0 0 1.5rem;width:1.5rem;height:1.5rem;color:var(--theme-accent)}.onboarding-selection-note{display:flex;align-items:center;gap:.5rem;margin-top:.85rem;font-size:.875rem;color:var(--theme-text-muted);min-height:1.5rem}.onboarding-selection-note svg{width:1rem;height:1rem;color:var(--theme-accent)}#root .has-guided-design .service-list-row{border-radius:1rem;padding:.85rem;background:var(--theme-surface-raised)}#root .has-guided-design .service-list-add{border-radius:1rem;min-height:3.5rem;background:var(--theme-selection);border-color:color-mix(in srgb,var(--theme-accent) 35%,var(--theme-border))}#root .has-guided-design .specialist-onboarding-service-detail{padding:1rem;border:1px solid var(--theme-border);border-radius:1rem;background:var(--theme-surface-raised)}#root .has-guided-design .specialist-onboarding-service-details{gap:.75rem}#root .has-guided-design .specialist-onboarding-currency{margin-top:1rem}.onboarding-format-feedback{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;line-height:1.5;margin-top:.8rem;color:var(--theme-text-muted)}.onboarding-format-feedback svg{width:1rem;height:1rem;flex-shrink:0;margin-top:.1rem}.onboarding-format-feedback.is-valid{color:var(--theme-accent)}.onboarding-companion{grid-column:1;grid-row:1;position:sticky;top:2rem;min-width:0;padding-top:.75rem}.onboarding-companion-scene{position:relative;padding:3.5rem 1rem 2rem;perspective:1000px}.onboarding-companion-orb{position:absolute;width:11rem;height:11rem;right:-.25rem;top:-.75rem;pointer-events:none;opacity:.78}.onboarding-companion-orb svg{width:100%;height:100%}.onboarding-companion-orb :is([data-orb-filament],[data-orb-slot],[data-orb-particle],[data-orb-slash]){opacity:0}.onboarding-companion-label{display:inline-flex;position:relative;z-index:1;align-items:center;gap:.65rem;padding:.75rem 1rem;margin:0 0 -.35rem 1.25rem;transform:rotate(-4deg);border:1px solid var(--theme-border);background:var(--theme-surface-raised);border-radius:1rem;font-size:.9rem;font-weight:550;box-shadow:0 8px 25px #235eb10c}.onboarding-companion-label svg{width:1.2rem;height:1.2rem;color:var(--theme-accent)}.onboarding-preview-card{position:relative;z-index:2;padding:1.4rem;border:1px solid var(--theme-border);border-radius:1.75rem;background:var(--theme-surface-raised);box-shadow:0 24px 65px #235eb10f,0 4px 12px #235eb105;transform:rotate(-2deg);min-width:0}.onboarding-preview-brand{display:flex;align-items:center;gap:.55rem;font-size:.95rem}.onboarding-preview-brand img{width:1.9rem;height:1.9rem;border-radius:.6rem}.onboarding-preview-brand>span{margin-left:auto;font-size:.75rem;color:var(--theme-text-muted)}.onboarding-preview-person{display:flex;align-items:center;gap:.85rem;margin:1.7rem 0 1.25rem}.onboarding-preview-avatar{display:grid;place-items:center;flex:0 0 3.5rem;width:3.5rem;height:3.5rem;border-radius:1.15rem;background:var(--theme-selection);color:var(--theme-accent);font-size:1.65rem;font-weight:650;overflow:hidden}.onboarding-preview-avatar img{width:100%;height:100%;object-fit:cover}.onboarding-preview-person>span:last-child{min-width:0}.onboarding-preview-person b{display:block;font-size:1.2rem;line-height:1.35;overflow-wrap:anywhere}.onboarding-preview-person small{display:block;color:var(--theme-text-muted);margin-top:.2rem;font-size:.8rem}.onboarding-preview-bio{min-height:7rem;border-top:1px solid var(--theme-border);padding-top:1rem}.onboarding-preview-bio>span,.onboarding-preview-payment>span{font-size:.8rem;color:var(--theme-text-muted)}.onboarding-preview-bio p{font-size:.95rem;line-height:1.65;overflow-wrap:anywhere;margin:.45rem 0 0;white-space:pre-wrap;max-height:11rem;overflow:hidden}.onboarding-preview-location>div{display:flex;align-items:center;gap:.7rem;padding:.85rem 0;border-bottom:1px solid var(--theme-border);font-size:.95rem}.onboarding-preview-location svg{width:1.2rem;height:1.2rem;color:var(--theme-accent)}.onboarding-preview-location svg:last-child{margin-left:auto;width:.9rem}.onboarding-preview-location p{font-size:.9rem;line-height:1.5;overflow-wrap:anywhere}.onboarding-preview-services{display:grid;gap:.6rem}.onboarding-preview-service{display:flex;align-items:center;gap:.6rem;min-width:0;padding:.85rem .65rem;border:1px solid var(--theme-border);border-radius:.9rem}.onboarding-preview-service-icon{display:grid;place-items:center;flex:0 0 2.35rem;height:2.35rem;background:var(--theme-selection);color:var(--theme-accent);border-radius:.75rem;overflow:hidden}.onboarding-preview-service-icon svg{width:1.1rem;height:1.1rem}.onboarding-preview-service-icon img{width:100%;height:100%;object-fit:cover}.onboarding-preview-service>span:nth-child(2){min-width:0;flex:1}.onboarding-preview-service b{display:block;font-size:.9rem;line-height:1.35;overflow-wrap:anywhere}.onboarding-preview-service small{display:block;font-size:.8rem;color:var(--theme-text-muted);line-height:1.4;margin-top:.2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.onboarding-preview-service strong{font-size:.85rem;max-width:7rem;text-align:right}.onboarding-preview-more{font-size:.8rem;color:var(--theme-text-muted);text-align:right}.onboarding-preview-payment>div{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.8rem}.onboarding-preview-payment>div>span{display:inline-flex;align-items:center;gap:.4rem;border:1px solid var(--theme-border);border-radius:.75rem;padding:.6rem .7rem;font-size:.85rem;overflow-wrap:anywhere}.onboarding-preview-payment svg{width:.9rem;height:.9rem;color:var(--theme-accent)}.onboarding-preview-payment p{margin:1rem 0;color:var(--theme-text-muted);font-size:.85rem}.onboarding-preview-link{display:grid;justify-items:center;gap:.9rem;padding:1rem .25rem;text-align:center}.onboarding-preview-link>span{display:grid;place-items:center;width:3rem;height:3rem;border-radius:1rem;background:var(--theme-selection);color:var(--theme-accent)}.onboarding-preview-link svg{width:1.5rem;height:1.5rem}.onboarding-preview-link b{max-width:100%;overflow-wrap:anywhere;line-height:1.5;font-size:1rem}.onboarding-preview-link small{color:var(--theme-text-muted);line-height:1.5;font-size:.8rem}.onboarding-preview-caption{display:flex;align-items:center;gap:.45rem;margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--theme-border);color:var(--theme-text-muted);font-size:.8rem}.onboarding-preview-caption svg{width:1rem;height:1rem;color:var(--theme-accent);flex-shrink:0}.onboarding-companion-note{position:relative;z-index:3;display:flex;align-items:center;gap:.45rem;width:max-content;max-width:100%;margin:-.35rem 0 0 1.75rem;padding:.75rem 1rem;background:var(--theme-surface-raised);border:1px solid var(--theme-border);border-radius:.9rem;box-shadow:0 10px 20px #235eb108;font-size:.8rem;transform:rotate(2deg)}.onboarding-companion-note svg{width:1rem;height:1rem;color:var(--theme-accent)}.onboarding-companion-guide{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1.5rem}.onboarding-companion-guide>span{display:grid;place-items:center;width:2.35rem;height:2.35rem;flex:0 0 2.35rem;border-radius:.8rem;color:var(--theme-accent);background:var(--theme-selection)}.onboarding-companion-guide svg{width:1.15rem;height:1.15rem}.onboarding-companion-guide b{display:block;font-size:1rem;line-height:1.4}.onboarding-companion-guide p{color:var(--theme-text-muted);font-size:.9rem;line-height:1.6;margin:.3rem 0 0;max-width:36ch}@media(min-width:900px)and (hover:hover)and (pointer:fine){#root .specialist-onboarding.has-guided-design{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1fr);grid-template-rows:auto auto auto;column-gap:clamp(2rem,5vw,5rem);align-content:start;max-width:74rem;margin-inline:auto;padding:0 1.5rem 3rem}#root .has-guided-design .specialist-onboarding-topbar{grid-column:1 / -1;width:100%;padding:2rem 0 2.5rem}#root .has-guided-design .specialist-onboarding-stage{display:contents}#root .has-guided-design .onboarding-companion{grid-column:1;grid-row:2 / 4;align-self:start}#root .has-guided-design :is(.specialist-onboarding-question,.specialist-onboarding-link-step){grid-column:2;grid-row:2}#root .has-guided-design .specialist-onboarding-actions{grid-column:2;grid-row:3;align-self:start;width:100%;padding:0;margin:1.75rem 0 0}}@media(max-width:899px){#root .has-guided-design .specialist-onboarding-topbar{width:min(100%,40rem);gap:1rem}.onboarding-design-brand{font-size:1rem}.onboarding-design-brand img{width:2rem;height:2rem}#root .has-guided-design .specialist-onboarding-stage{width:min(100%,40rem);display:flex;flex-direction:column;gap:1.25rem;padding:.75rem 1.25rem calc(var(--onboarding-actions-height) + 1rem)}.onboarding-companion{position:static;order:2;padding:0;width:100%}.onboarding-companion-scene,.onboarding-companion--preview-only{display:none}.onboarding-companion-guide{padding:.85rem 1rem;border:1px solid var(--theme-border);border-radius:1rem;background:var(--theme-surface-raised)}.onboarding-companion-guide b{font-size:.9rem}.onboarding-companion-guide p{margin-top:.2rem;font-size:.875rem}#root .has-guided-design .specialist-onboarding-actions{width:min(100%,40rem)}#root .has-guided-design .specialist-onboarding-options>button{padding:.85rem}}@media(min-width:900px){#root .specialist-onboarding.has-guided-design[data-onboarding-host=telegram]{max-width:40rem;grid-template-columns:minmax(0,1fr)}#root .has-guided-design[data-onboarding-host=telegram] .specialist-onboarding-stage{grid-template-columns:minmax(0,1fr)}#root .has-guided-design[data-onboarding-host=telegram] :is(.specialist-onboarding-question,.specialist-onboarding-link-step,.specialist-onboarding-actions){grid-column:1}}@media(max-width:389px){.onboarding-design-brand b{display:none}#root .has-guided-design .specialist-onboarding-options{grid-template-columns:1fr}#root .has-guided-design .specialist-onboarding-options>button{min-height:4.75rem}#root .has-guided-design .specialist-onboarding-service-detail{flex-wrap:wrap;gap:.7rem;padding:.85rem}}@media(prefers-reduced-motion:no-preference){.has-guided-design .specialist-onboarding-question,.has-guided-design .specialist-onboarding-link-step{animation:onboarding-chapter-enter .32s var(--onboarding-ease) both}.has-guided-design[data-navigation=back] :is(.specialist-onboarding-question,.specialist-onboarding-link-step){animation-name:onboarding-chapter-back}.onboarding-companion-label{animation:onboarding-label-enter .55s var(--onboarding-ease) both}.onboarding-preview-card{animation:onboarding-card-enter .65s var(--onboarding-ease) both}.onboarding-companion-note{animation:onboarding-note-enter .6s .14s var(--onboarding-ease) both}.onboarding-companion-orb{animation:onboarding-orb-float 9s ease-in-out infinite}.onboarding-companion[data-motion-paused=true] *{animation:none!important}.has-guided-design .specialist-onboarding-options>button{transition:background-color .18s,border-color .18s,transform .18s}.has-guided-design .specialist-onboarding-options>button[aria-pressed=true]>i svg{animation:onboarding-check .24s var(--onboarding-ease) both}.has-guided-design .onboarding-disclosure[open]>.onboarding-disclosure-body{animation:onboarding-expand .2s ease-out}.has-guided-design .service-list-row{animation:onboarding-expand .24s ease-out}.has-guided-design .specialist-onboarding-action-primary{transition:background-color .18s,transform .18s}.has-guided-design .specialist-onboarding-action-primary:active{transform:scale(.985)}@media(hover:hover){.has-guided-design .specialist-onboarding-options>button:hover{transform:translateY(-2px)}}}@media(prefers-reduced-motion:reduce){#root .has-guided-design *,#root .has-guided-design *:before,#root .has-guided-design *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}@keyframes onboarding-chapter-enter{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}@keyframes onboarding-chapter-back{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes onboarding-card-enter{0%{opacity:0;transform:translateY(14px) rotate(-4deg) scale(.98)}to{opacity:1;transform:translateY(0) rotate(-2deg) scale(1)}}@keyframes onboarding-label-enter{0%{opacity:0;transform:translateY(12px) rotate(-7deg)}to{opacity:1;transform:translateY(0) rotate(-4deg)}}@keyframes onboarding-note-enter{0%{opacity:0;transform:translateY(8px) rotate(-1deg)}to{opacity:1;transform:translateY(0) rotate(2deg)}}@keyframes onboarding-orb-float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-8px) rotate(6deg)}}@keyframes onboarding-check{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}@keyframes onboarding-expand{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}#root .clean-profile{display:flow-root;min-height:0}#root .clean-profile .profile-name-actions{display:flex;align-items:center;gap:.35rem;min-width:0}#root .clean-profile .profile-name-actions h1{min-width:0}#root .clean-profile .profile-edit-button{display:grid;place-items:center;flex:0 0 2.25rem;width:2.25rem;height:2.75rem;padding:.45rem;border:0;border-radius:.6rem;color:var(--theme-text-muted);background:transparent}#root .clean-profile .profile-edit-button:hover{background:var(--theme-selection)}#root .clean-profile .profile-edit-button svg{width:1.2rem;height:1.2rem}.master-profile-header-actions{position:relative;display:flex;align-items:center;flex:0 0 auto;gap:.25rem}#root .profile-link-dropdown{position:absolute;top:calc(100% + .5rem);right:0;z-index:30;width:min(20rem,calc(100vw - 3rem));padding:.35rem;border:1px solid var(--theme-border);border-radius:.9rem;background:var(--theme-surface);box-shadow:0 .5rem 1.5rem #0002}#root .profile-link-dropdown>button{display:flex;align-items:center;gap:.75rem;width:100%;min-height:3.5rem;padding:.65rem .75rem;border:0;border-radius:.6rem;color:var(--theme-text);background:transparent;text-align:left;cursor:pointer}#root .profile-link-dropdown>button:hover{background:var(--theme-selection)}#root .profile-link-dropdown>button:focus-visible{outline:2px solid var(--theme-accent);outline-offset:-2px}#root .profile-link-dropdown>button>span{display:grid;min-width:0;flex:1;gap:.25rem}#root .profile-link-dropdown b{font-size:.9rem}#root .profile-link-dropdown small{color:var(--theme-text-muted);font-size:.75rem;overflow-wrap:anywhere}#root .profile-link-dropdown svg{flex:0 0 1.1rem;width:1.1rem;height:1.1rem}#root .clean-profile .master-profile-header-actions .master-settings-button svg{width:1.5rem;height:1.5rem}#root .widget-schedule-dates{margin-bottom:1.2rem}#root .widget-schedule-dates>button{min-height:4.65rem;gap:.25rem;padding:.55rem .15rem;border:1px solid var(--theme-border)}#root .widget-schedule-dates>button.widget-day-off:not(.widget-is-active){border-style:dashed;color:var(--theme-text-muted);background:var(--theme-surface-soft)}#root .widget-schedule-dates>button.widget-has-schedule:not(.widget-is-active){border-color:var(--theme-accent);color:var(--theme-text);background:var(--theme-selection)}#root .widget-schedule-dates>button.widget-is-active{border-color:var(--theme-primary);color:var(--theme-on-primary);background:var(--theme-primary)}.widget-day-indicator{display:inline-block;justify-self:center;width:.4rem;height:.4rem;flex:0 0 .4rem;border:1px solid currentColor;border-radius:50%;color:var(--theme-accent);background:currentColor}.widget-day-spacer{height:.4rem}.widget-is-active .widget-day-indicator{color:inherit}#root .widget-slot-group{margin-top:1.5rem;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}#root .widget-slot-group h3{margin:0 0 .65rem}#root .widget-slot-group>div{grid-template-columns:minmax(0,1fr);overflow:visible;border:0;border-radius:0;background:transparent}#root .widget-slot-group button{display:flex;justify-content:space-between;gap:1rem;min-width:0;padding:.9rem 1rem;text-align:left}#root .widget-slot-group button>span{min-width:0}#root .widget-slot-group button>.widget-slot-add-client{flex-shrink:0;color:var(--theme-text-muted);font-size:.8rem;font-weight:450;text-align:right}#root .widget-slot-group button.widget-is-booked>strong{text-align:right;white-space:normal;overflow-wrap:anywhere}#root .widget-slot-service{display:block;margin-top:.2rem;white-space:normal;overflow-wrap:anywhere;font-weight:400}#root .clean-profile .master-dashboard-booking{grid-template-columns:max-content minmax(0,1fr) .9rem}#root .clean-profile .master-dashboard-booking>span:nth-child(2){gap:.25rem}#root .clean-profile .master-dashboard-booking>span:nth-child(2) :is(b,small){white-space:normal;overflow-wrap:anywhere}#root .clean-profile .master-dashboard-booking-time{display:grid;place-items:center;min-width:3.5rem;min-height:2.8rem;padding:.55rem .65rem;white-space:nowrap;font-variant-numeric:tabular-nums;text-align:center}#root .clean-profile .master-dashboard-next>.master-dashboard-overview{display:block;margin-top:.3rem;line-height:1.5}#root .widget-workspace-page--schedule .widget-workspace-content{padding-bottom:calc(5rem + var(--action-bottom-space))}#root .widget-workspace-page--schedule .widget-workspace-lower-actions{position:fixed;z-index:12;left:50%;bottom:0;transform:translate(-50%);width:min(100%,42rem);margin:0;padding:.65rem clamp(1rem,4vw,2rem) var(--action-bottom-space);grid-template-columns:auto minmax(0,1fr);gap:.65rem;border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;pointer-events:none}#root .widget-workspace-page--schedule .widget-workspace-lower-actions button{min-width:0;min-height:3.25rem;padding:.85rem 1rem;pointer-events:auto}#root .widget-client-list{display:grid;gap:.5rem;overflow:visible}#root .widget-client-entry{padding:.25rem .5rem}#root .widget-client-entry-main{grid-template-columns:minmax(0,1fr) 2.75rem}#root .widget-client-row{min-width:0;min-height:3rem;padding:.5rem;border:0;border-radius:.65rem}#root .widget-client-row>span:nth-child(2){min-width:0;overflow-wrap:anywhere}#root .widget-client-delete{min-height:2.75rem;margin:.125rem 0}#root .widget-add-client:after,#root .widget-client-entry:after{display:none}#root .widget-client-form{display:grid;gap:1.25rem;margin-top:1.75rem;overflow:visible;border:0;border-radius:0;background:transparent}#root .widget-client-form label{min-width:0;min-height:0;padding:0;gap:.55rem}#root .widget-client-form label>span{line-height:1.4}#root .widget-client-form label:after{display:none}#root .schedule-workspace-page{display:flow-root;min-height:0}#root .schedule-workspace-content{min-width:0}#root .schedule-workspace-content .service-schedule{min-width:0;padding-bottom:calc(5rem + var(--action-bottom-space))}#root .schedule-workspace-content .service-schedule-heading{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem 1rem;margin-bottom:1.5rem}#root .schedule-workspace-content .service-schedule-heading h1{margin:0;text-align:left;font-size:clamp(1.6rem,5vw,2rem);line-height:1.22;font-weight:680;letter-spacing:-.025em}#root .schedule-workspace-content .service-schedule-card{border-radius:.9rem}#root .schedule-workspace-content .setup-schedule-actions{position:fixed;z-index:12;left:50%;bottom:0;transform:translate(-50%);display:grid;grid-template-columns:auto minmax(0,1fr);gap:.65rem;width:min(100%,42rem);margin:0;padding:.65rem clamp(1rem,4vw,2rem) var(--action-bottom-space);border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;pointer-events:none}#root .schedule-workspace-content .setup-schedule-actions button{min-width:0;min-height:3.25rem;padding:.85rem 1rem;border-radius:.9rem;pointer-events:auto}@media(min-width:900px)and (hover:hover)and (pointer:fine){#root .schedule-workspace-content .service-schedule{padding-bottom:0}#root .schedule-workspace-content .setup-schedule-actions{position:static;width:100%;margin:1.75rem 0 0;padding:0;transform:none;border:0;background:transparent}}#root .launch-redesign{min-height:100svh;display:block;box-sizing:border-box;padding:max(1.25rem,env(safe-area-inset-top)) max(1.25rem,env(safe-area-inset-right)) max(2rem,env(safe-area-inset-bottom)) max(1.25rem,env(safe-area-inset-left));background:var(--theme-page);color:var(--theme-text)}.launch-topbar{max-width:71rem;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:1rem}.launch-complete-label{display:inline-flex;align-items:center;gap:.5rem;color:var(--theme-text-muted);font-size:.85rem}.launch-complete-label svg{width:1.1rem;height:1.1rem;color:var(--theme-accent)}.launch-layout{width:min(100%,34rem);margin:clamp(2.5rem,8vh,6rem) auto 0}.launch-result{min-width:0;text-align:left}.launch-check{display:grid;place-items:center;width:3.5rem;height:3.5rem;margin-bottom:1.25rem;border-radius:1.1rem;color:var(--theme-accent);background:var(--theme-selection)}.launch-check svg{width:1.75rem;height:1.75rem}#root .launch-result h1{max-width:none;margin:0;font-family:var(--font-ui);font-size:clamp(1.85rem,3vw,2.4rem);font-weight:720;letter-spacing:-.025em;line-height:1.2}.launch-lead{margin:1rem 0 0;max-width:40ch;color:var(--theme-text-muted);line-height:1.6;font-size:1rem}#root .launch-result .specialist-launch-links{box-sizing:border-box;margin-top:1.75rem;padding:.25rem 1rem;border:1px solid var(--theme-border);border-radius:1.1rem;background:var(--theme-surface)}#root .launch-result .specialist-launch-links>button{min-height:5rem;text-align:left;gap:1rem}#root .launch-result .specialist-launch-links small{font-size:.8rem;font-weight:500}#root .launch-result .specialist-launch-links b{font-size:.95rem;font-weight:650;white-space:normal;overflow-wrap:anywhere;line-height:1.5}#root .launch-result .specialist-launch-links i{color:var(--theme-accent);background:var(--theme-selection)}.launch-copy-status{min-height:1.5em;margin:.65rem 0 1.25rem;color:var(--theme-text-muted);font-size:.8rem;line-height:1.5}#root .launch-result .specialist-launch-actions{margin:0}#root .launch-result .specialist-launch-actions button{display:flex;align-items:center;justify-content:center;gap:.75rem;min-height:3.5rem;padding:.8rem 1rem;font:inherit;font-weight:650;border-radius:1rem}.launch-result .specialist-launch-actions svg{width:1.2rem;height:1.2rem}.launch-footnote{margin:1rem 0 0;font-size:.85rem;line-height:1.6;color:var(--theme-text-muted)}.launch-preview{display:none;min-width:0}.launch-preview-label{display:flex;align-items:center;gap:.5rem;margin:0 0 1rem;font-size:.9rem;color:var(--theme-text-muted)}.launch-preview-label svg{width:1.1rem;height:1.1rem}#root .launch-preview-surface{min-height:0;padding:1.5rem;border:1px solid var(--theme-border);border-radius:1.5rem;background:var(--theme-surface);box-shadow:var(--shadow);overflow-wrap:anywhere}#root .launch-preview-surface .provider-card{position:static;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}#root .launch-preview-surface .provider-name h2{margin:0;font-family:var(--font-ui);font-size:1.65rem;font-weight:680;line-height:1.2;letter-spacing:-.025em}#root .launch-preview-surface .provider-card>p{white-space:pre-wrap}#root .launch-preview-surface .service-step{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--theme-border)}#root .launch-preview-surface .public-service-copy{min-width:0}#root .launch-preview-surface .public-service-copy :is(b,small){white-space:normal;overflow-wrap:anywhere}#root .launch-preview-surface .public-service-item>.with-photo{grid-template-columns:3.25rem minmax(0,1fr);gap:.75rem;padding-inline:0}#root .launch-preview-surface .public-service-photo{width:3.25rem;height:3.25rem}.launch-preview-open{display:inline-flex;align-items:center;gap:.5rem;min-height:2.75rem;margin-top:.5rem;color:var(--theme-accent);font-size:.875rem;text-decoration:none}.launch-preview-open svg{width:1rem;height:1rem}#root .launch-redesign :is(button,a):focus-visible{outline:2px solid var(--theme-accent);outline-offset:4px}@media(min-width:900px){#root .launch-redesign{padding-top:2rem;padding-bottom:3rem}.launch-layout{width:min(100%,71rem);display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:clamp(2rem,5vw,5rem);margin-top:3rem}.launch-preview{display:block}.launch-result{padding-top:2.25rem}}@media(max-width:479px){.launch-complete-label{font-size:.75rem}.launch-topbar .onboarding-design-brand{gap:.4rem;font-size:.95rem}.launch-topbar .onboarding-design-brand img{width:2rem;height:2rem}}@media(prefers-reduced-motion:no-preference){.launch-result,.launch-preview{animation:launch-appear .35s ease-out both}}@keyframes launch-appear{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.modal-backdrop,.setup-modal-backdrop,.setup-time-wheel-backdrop,.specialist-onboarding-schedule-guide-backdrop{--modal-inset-top: max(.75rem, var(--app-safe-top, 0px));--modal-inset-bottom: max(.75rem, var(--app-safe-bottom, 0px), env(safe-area-inset-bottom));align-items:center;justify-content:center;padding:var(--modal-inset-top) max(.75rem,env(safe-area-inset-right)) var(--modal-inset-bottom) max(.75rem,env(safe-area-inset-left));overflow:hidden}.modal-backdrop>.modal,.setup-modal-backdrop>.setup-wheel-modal,.setup-time-wheel-backdrop>.setup-time-wheel,.specialist-onboarding-schedule-guide-backdrop>.specialist-onboarding-schedule-guide{max-height:calc(100dvh - var(--modal-inset-top) - var(--modal-inset-bottom));overflow-y:auto;overscroll-behavior:contain;border-radius:1.2rem}@media(min-width:1100px){#root .desktop-specialist-shell{width:min(100%,1440px);min-height:100svh;margin:0 auto;padding:1.5rem clamp(1.5rem,3vw,3rem) 2.5rem;color:var(--theme-text);background:var(--theme-page)}#root .desktop-specialist-topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.75rem;color:var(--theme-text-muted);font-size:.9rem}#root .desktop-specialist-brand{display:inline-flex;align-items:center;gap:.7rem;color:var(--theme-text);font-size:1.1rem;font-weight:700}#root .desktop-specialist-brand img{width:2.5rem;height:2.5rem;border-radius:.8rem}#root .desktop-specialist-columns{display:grid;grid-template-columns:minmax(320px,380px) minmax(0,1fr);align-items:start;gap:clamp(1.25rem,2vw,2rem)}#root .desktop-specialist-sidebar{position:sticky;top:1.5rem;min-width:0}#root .desktop-specialist-main{min-width:0}#root .desktop-specialist-shell :is(.desktop-specialist-sidebar,.desktop-specialist-main)>:is(.master-page,.widget-workspace-page,.setup-page,.profile-editor-page){width:100%;min-height:0;margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}#root .desktop-specialist-shell .desktop-specialist-sidebar .master-content,#root .desktop-specialist-shell .desktop-specialist-main :is(.widget-workspace-content,.master-content,.profile-editor,.setup-card){width:100%;min-width:0;min-height:0;margin:0;padding:1.5rem;border:1px solid var(--theme-border);border-radius:1.15rem;background:var(--theme-surface);box-shadow:none}#root .desktop-specialist-shell .desktop-specialist-main :is(.widget-workspace-content,.master-content){display:flex;flex-direction:column;min-height:calc(100svh - 9rem);padding:1.75rem}#root .desktop-specialist-shell .desktop-specialist-sidebar .master-profile-header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.5rem;margin:0;padding:0}#root .desktop-specialist-shell .clean-profile-identity{min-width:0;gap:.65rem}#root .desktop-specialist-shell .desktop-specialist-sidebar .clean-profile-avatar{flex:0 0 2.75rem;width:2.75rem;height:2.75rem;font-size:1.2rem}#root .desktop-specialist-shell .desktop-specialist-sidebar .profile-name-actions{gap:.1rem}#root .desktop-specialist-shell .desktop-specialist-sidebar .profile-name-actions h1{font-size:1.2rem;line-height:1.3;overflow-wrap:anywhere}#root .desktop-specialist-shell .desktop-specialist-sidebar .profile-edit-button{flex-basis:1.75rem;width:1.75rem;padding:.3rem}#root .desktop-specialist-shell .desktop-specialist-sidebar .master-settings-button{width:2rem;min-width:2rem;height:2.5rem;min-height:2.5rem}#root .desktop-specialist-shell .desktop-specialist-sidebar .master-settings-button svg{width:1.25rem;height:1.25rem}#root .desktop-specialist-shell .desktop-specialist-sidebar .master-profile-body{margin-top:1.75rem}#root .desktop-specialist-shell .desktop-specialist-sidebar .master-dashboard-summary-head h2{font-size:1.75rem}#root .desktop-specialist-shell .desktop-specialist-sidebar .master-dashboard-summary-head small{font-size:.85rem}#root .desktop-specialist-shell .desktop-specialist-sidebar .master-dashboard-summary-stats{gap:.7rem;margin:1.25rem 0}#root .desktop-specialist-shell .desktop-specialist-sidebar .master-dashboard-summary-stats>div{gap:.55rem}#root .desktop-specialist-shell .desktop-specialist-sidebar .master-dashboard-summary-stats>div+div{padding-left:.7rem}#root .desktop-specialist-shell .desktop-specialist-sidebar .master-dashboard-summary-stats svg{width:1.4rem;height:1.4rem}#root .desktop-specialist-shell .desktop-specialist-sidebar .master-dashboard-summary-stats strong{font-size:1.5rem}#root .desktop-specialist-shell .desktop-specialist-sidebar .master-dashboard-summary-stats small{font-size:.72rem}#root .desktop-specialist-shell .desktop-specialist-sidebar .master-dashboard-primary{min-height:3rem;padding:.75rem;gap:.65rem;font-size:.9rem;grid-template-columns:1.25rem minmax(0,1fr) 1rem}#root .desktop-specialist-shell .desktop-specialist-sidebar .master-dashboard-primary svg{width:1.25rem;height:1.25rem}#root .desktop-specialist-shell .desktop-specialist-sidebar .master-dashboard-next{margin-top:1.75rem}#root .desktop-specialist-shell .desktop-specialist-sidebar .master-dashboard-section-title{gap:.4rem}#root .desktop-specialist-shell .desktop-specialist-sidebar .master-dashboard-section-title h2{font-size:1.08rem}#root .desktop-specialist-shell .desktop-specialist-sidebar .master-dashboard-section-title button{min-height:2.25rem;font-size:.75rem}#root .desktop-specialist-shell .desktop-specialist-sidebar .master-dashboard-overview{font-size:.75rem}#root .desktop-specialist-shell .desktop-specialist-sidebar .master-dashboard-booking{margin:.75rem 0 0;padding:.75rem 0 0;gap:.6rem;border:0}#root .desktop-specialist-shell .desktop-specialist-sidebar .master-dashboard-booking-time{min-width:3.15rem;padding:.5rem;font-size:.85rem}#root .desktop-specialist-shell .desktop-specialist-sidebar .master-dashboard-booking>span:nth-child(2) b{font-size:.8rem;line-height:1.4}#root .desktop-specialist-shell .desktop-specialist-sidebar .master-dashboard-booking>span:nth-child(2) small{font-size:.72rem;line-height:1.4}#root .desktop-specialist-shell .desktop-specialist-sidebar .master-dashboard-empty{min-height:10rem;padding:1.25rem 0 .5rem;gap:.8rem}#root .desktop-specialist-shell .desktop-specialist-sidebar .master-dashboard-icon{width:3.5rem;height:3.5rem}#root .desktop-specialist-shell .desktop-specialist-sidebar .master-dashboard-icon svg{width:1.75rem;height:1.75rem}#root .desktop-specialist-shell .desktop-specialist-sidebar .master-dashboard-empty b{font-size:1rem}#root .desktop-specialist-shell .desktop-specialist-sidebar .master-dashboard-empty small{font-size:.8rem}#root .desktop-specialist-shell .desktop-specialist-main .widget-profile-heading{margin:0 0 1.2rem;min-height:0}#root .desktop-specialist-shell .desktop-specialist-main .widget-profile-heading h1{font-size:1.75rem;line-height:1.25}#root .desktop-specialist-shell .desktop-specialist-main .widget-tabs{flex:none;margin:0;padding:0;border:0;border-bottom:1px solid var(--theme-border);border-radius:0;background:var(--theme-surface)}#root .desktop-specialist-shell .desktop-specialist-main .widget-tabs button{min-height:3.1rem;border-radius:0;background:transparent;font-size:.95rem}#root .desktop-specialist-shell .desktop-specialist-main .widget-tabs button.widget-is-active{color:var(--theme-accent);background:transparent;box-shadow:inset 0 -2px 0 var(--theme-accent)}#root .desktop-specialist-shell .desktop-specialist-main .widget-tab-content{flex:1;padding-top:1.5rem}#root .desktop-specialist-shell .desktop-specialist-main .widget-schedule-calendar-head{margin:0 0 1rem}#root .desktop-specialist-shell .desktop-specialist-main .widget-slot-group>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}#root .desktop-specialist-shell .desktop-specialist-main .widget-slot-group button{gap:.65rem;padding:.85rem}#root .desktop-specialist-shell .desktop-specialist-main .widget-slot-add-client{font-size:.75rem}#root .desktop-specialist-shell .desktop-specialist-main .widget-empty-state{padding-block:3rem}#root .desktop-specialist-shell .desktop-specialist-main :is(.widget-workspace-content,.service-schedule){padding-bottom:1.75rem}#root .desktop-specialist-shell .desktop-specialist-main :is(.widget-workspace-lower-actions,.widget-workspace-form-actions,.setup-schedule-actions,.master-lower-actions,.master-subscription-actions,.setup-sticky-actions,.setup-bottom-actions){position:sticky;inset:auto auto 0;z-index:10;align-self:stretch;width:100%;min-height:0;margin:1.75rem 0 0;padding:.75rem 0 0;transform:none;border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;pointer-events:none}#root .desktop-specialist-shell .desktop-specialist-main :is(.widget-workspace-lower-actions,.widget-workspace-form-actions,.setup-schedule-actions,.master-lower-actions,.master-subscription-actions,.setup-sticky-actions,.setup-bottom-actions)>*{pointer-events:auto}#root .desktop-specialist-shell .desktop-specialist-main .widget-workspace-lower-actions:not(.widget-workspace-lower-actions--split){display:flex;justify-content:flex-end}#root .desktop-specialist-shell .desktop-specialist-main .widget-workspace-lower-actions .widget-workspace-primary{width:auto;min-width:12rem;min-height:3rem}#root .desktop-specialist-shell .desktop-specialist-main .widget-workspace-lower-actions .widget-workspace-back{width:auto;min-width:7rem}}
