:root{--adm-radius-s:4px;--adm-radius-m:8px;--adm-radius-l:12px;--adm-font-size-1:9px;--adm-font-size-2:10px;--adm-font-size-3:11px;--adm-font-size-4:12px;--adm-font-size-5:13px;--adm-font-size-6:14px;--adm-font-size-7:15px;--adm-font-size-8:16px;--adm-font-size-9:17px;--adm-font-size-10:18px;--adm-color-primary:#1677ff;--adm-color-success:#00b578;--adm-color-warning:#ff8f1f;--adm-color-danger:#ff3141;--adm-color-yellow:#ff9f18;--adm-color-orange:#ff6430;--adm-color-wathet:#e7f1ff;--adm-color-text:#333;--adm-color-text-secondary:#666;--adm-color-weak:#999;--adm-color-light:#ccc;--adm-color-border:#eee;--adm-color-background:#fff;--adm-color-highlight:var(--adm-color-danger);--adm-color-white:#fff;--adm-color-box:#f5f5f5;--adm-color-text-light-solid:var(--adm-color-white);--adm-color-text-dark-solid:#000;--adm-color-fill-content:var(--adm-color-box);--adm-font-size-main:var(--adm-font-size-5);--adm-font-family:-apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, segoe ui, arial, roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;--adm-border-color:var(--adm-color-border)}html[data-prefers-color-scheme=dark]{--adm-color-primary:#3086ff;--adm-color-success:#34b368;--adm-color-warning:#ffa930;--adm-color-danger:#ff4a58;--adm-color-yellow:#ffa930;--adm-color-orange:#e65a2b;--adm-color-wathet:#0d2543;--adm-color-text:#e6e6e6;--adm-color-text-secondary:#b3b3b3;--adm-color-weak:gray;--adm-color-light:#4d4d4d;--adm-color-border:#2b2b2b;--adm-color-box:#0a0a0a;--adm-color-background:#1a1a1a;--adm-color-background-body:var(--adm-color-background);--adm-border-color:var(--adm-color-border)}:root{-webkit-tap-highlight-color:#0000}html{background-color:var(--adm-color-background-body)}body{color:var(--adm-color-text);font-size:var(--adm-font-size-main);font-family:var(--adm-font-family)}a,button{cursor:pointer}a{color:var(--adm-color-primary);transition:opacity .2s ease-in-out}a:active{opacity:.8}.adm-plain-anchor{color:unset;transition:none}.adm-plain-anchor:active{opacity:unset}body.adm-overflow-hidden{overflow:hidden!important}div.adm-px-tester{--size:1;height:calc(var(--size) / 2 * 2px);-webkit-user-select:none;user-select:none;pointer-events:none;width:0;position:fixed;top:-100vh;left:-100vw}.adm-popup{--z-index:var(--adm-popup-z-index,1000);z-index:var(--z-index);position:fixed}.adm-popup-body{background-color:var(--adm-color-background);z-index:calc(var(--z-index) + 10);position:fixed}.adm-popup-body .adm-popup-close-icon{z-index:100;position:absolute}.adm-popup-body-position-bottom{width:100%;bottom:0;left:0}.adm-popup-body-position-bottom .adm-popup-close-icon{top:8px;right:8px}.adm-popup-body-position-top{width:100%;top:0;left:0}.adm-popup-body-position-top .adm-popup-close-icon{bottom:8px;right:8px}.adm-popup-body-position-left{height:100%;top:0;left:0}.adm-popup-body-position-left .adm-popup-close-icon{top:8px;right:8px}.adm-popup-body-position-right{height:100%;top:0;right:0}.adm-popup-body-position-right .adm-popup-close-icon{top:8px;left:8px}.adm-popup-close-icon{cursor:pointer;color:var(--adm-color-weak);padding:4px;font-size:18px;line-height:1}.adm-mask{--z-index:var(--adm-mask-z-index,1000);z-index:var(--z-index);width:100%;height:100%;display:block;position:fixed;top:0;left:0}.adm-mask-aria-button{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.adm-mask-content{z-index:1}.adm-safe-area{--multiple:var(--adm-safe-area-multiple,1);width:100%;display:block}.adm-safe-area-position-top{padding-top:calc(env(safe-area-inset-top) * var(--multiple))}.adm-safe-area-position-bottom{padding-bottom:calc(env(safe-area-inset-bottom) * var(--multiple))}.adm-picker{--header-button-font-size:var(--adm-font-size-7);--title-font-size:var(--adm-font-size-7);--item-font-size:var(--adm-font-size-8);--item-height:34px;---item-font-size:var(--item-font-size);---item-height:var(--item-height);flex-direction:column;width:100%;height:300px;display:flex;position:relative;overflow:hidden}.adm-picker .adm-picker-view.adm-picker-view{--item-font-size:var(---item-font-size);--item-height:var(---item-height)}.adm-picker-header{border-bottom:solid 1px var(--adm-color-border);flex-shrink:0;justify-content:space-between;align-items:center;padding:4px;display:flex}.adm-picker-header-button{font-size:var(--header-button-font-size);padding:8px;display:inline-block}.adm-picker-header-button-disabled,.adm-picker-header-button-disabled:active{opacity:.4;cursor:not-allowed}.adm-picker-header-title{font-size:var(--title-font-size);color:var(--adm-color-text);text-align:center;flex:1;padding:4px}.adm-picker-body{flex:1;width:100%;height:100%}.adm-picker-body>.adm-picker-view{--height:100%}.adm-picker-popup .adm-popup-body{border-top-left-radius:8px;border-top-right-radius:8px}.adm-spin-loading{--color:var(--adm-color-weak);--size:32px;width:var(--size);height:var(--size)}.adm-spin-loading-svg{width:100%;height:100%;animation:.8s linear infinite adm-spin-loading-rotate}.adm-spin-loading-svg>.adm-spin-loading-fill{stroke:var(--color)}@keyframes adm-spin-loading-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.adm-picker-view{--height:240px;--item-height:34px;--item-font-size:var(--adm-font-size-8);height:var(--height);background:var(--adm-color-background);width:100%;display:flex;position:relative;overflow:hidden}.adm-picker-view-column{-webkit-user-select:none;user-select:none;touch-action:none;z-index:0;flex:1;height:100%;position:relative}.adm-picker-view-column-wheel{width:100%;cursor:-webkit-grab;cursor:grab;top:calc(50% - var(--item-height) / 2);position:absolute;left:0}.adm-picker-view-column-wheel:before{content:" ";width:100%;height:100vh;display:block;position:absolute;top:-100vh}.adm-picker-view-column-wheel:after{content:" ";width:100%;height:100vh;display:block;position:absolute;bottom:-100vh}.adm-picker-view-column-item{font-size:var(--item-font-size);height:var(--item-height);justify-content:center;align-items:center;padding:0 6px;display:flex}.adm-picker-view-column-item-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.adm-picker-view-column-accessible{pointer-events:none;opacity:0;width:100%;height:100%;top:calc(var(--item-height) * -1);z-index:0;flex-direction:column;padding-bottom:1px;display:flex;position:relative}.adm-picker-view-column-accessible>*{text-overflow:ellipsis;flex:1}.adm-picker-view-column-accessible-current{width:100%;height:100%;position:absolute}.adm-picker-view-column-accessible-button{width:100%;height:100%}.adm-picker-view-mask{z-index:10000;pointer-events:none;flex-direction:column;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.adm-picker-view-mask-top,.adm-picker-view-mask-bottom{flex:auto}.adm-picker-view-mask-middle{height:var(--item-height);box-sizing:border-box;border-top:solid 1px var(--adm-color-border);border-bottom:solid 1px var(--adm-color-border);flex:none}.adm-picker-view-mask-top{background:var(--adm-color-background);-webkit-mask:linear-gradient(#000 0%,#000c 50%,#0009 100%);mask:linear-gradient(#000 0%,#000c 50%,#0009 100%)}.adm-picker-view-mask-bottom{background:var(--adm-color-background);-webkit-mask:linear-gradient(#0009 0%,#000c 50%,#000 100%);mask:linear-gradient(#0009 0%,#000c 50%,#000 100%)}.adm-picker-view-loading-content{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.adm-picker-view-item-height-measure{height:var(--item-height);pointer-events:none;width:0;position:relative;top:0;left:0}.theme-switch{z-index:1}.loading{flex-direction:column;justify-content:center;align-items:center;display:flex}.loading-logo{height:100px}.responsive-date-picker-input{cursor:pointer;width:100%}.responsive-date-picker-input.ant-input-disabled{cursor:not-allowed}.responsive-date-picker-suffix{color:var(--ant-color-text-quaternary);align-items:center;gap:8px;display:inline-flex}.responsive-date-picker-clear{color:var(--ant-color-text-quaternary);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:4px;display:inline-flex}.responsive-date-picker-clear:focus-visible{color:var(--ant-color-text);outline:2px solid var(--ant-color-primary);outline-offset:2px;border-radius:4px}.responsive-date-range-picker{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;display:grid}.responsive-date-range-picker .ant-input-affix-wrapper{min-width:0}.responsive-date-time-picker-input{cursor:pointer;width:100%}.responsive-date-time-picker-input.ant-input-disabled{cursor:not-allowed}.responsive-date-time-picker-suffix{color:var(--ant-color-text-quaternary);align-items:center;gap:8px;display:inline-flex}.responsive-date-time-picker-clear{color:var(--ant-color-text-quaternary);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:4px;display:inline-flex}.responsive-date-time-picker-clear:focus-visible{color:var(--ant-color-text);outline:2px solid var(--ant-color-primary);outline-offset:2px;border-radius:4px}.calendar-non-working{z-index:0;background:color-mix(in srgb, var(--ant-color-text) 10%, transparent);pointer-events:none;position:absolute;left:0;right:0}.calendar-public-holiday{z-index:1;border-inline-start:4px solid var(--app-status-success-fg);background:var(--app-status-success-bg);box-sizing:border-box;color:var(--app-status-success-fg);pointer-events:none;position:absolute;left:0;right:0;overflow:hidden}.calendar-public-holiday .calendar-public-holiday-description.ant-typography{min-width:0;color:inherit;white-space:nowrap;text-overflow:ellipsis;display:block;position:absolute;inset:4px 10px auto;overflow:hidden}.calendar-time-off{z-index:2;background:var(--app-status-info-bg);color:var(--app-status-info-fg);pointer-events:none;position:absolute;left:0;right:0;overflow:hidden}.calendar-time-off-title{min-width:0;color:inherit;pointer-events:none;align-items:baseline;gap:8px;display:flex;position:absolute;inset:4px 32px auto 10px}.calendar-time-off .calendar-time-off-time.ant-typography{color:inherit;flex:none}.calendar-time-off .calendar-time-off-description.ant-typography{min-width:0;color:inherit;white-space:nowrap;text-overflow:ellipsis;flex:1;display:block;overflow:hidden}.calendar-time-off-rail{z-index:4;border-right:4px solid var(--app-status-info-fg);width:24px;min-width:24px;height:100%;min-height:0;color:var(--app-status-info-fg);pointer-events:auto;border-radius:0;padding:0;position:absolute;top:0;bottom:0;right:0;overflow:hidden}.calendar-time-off-rail:hover,.calendar-time-off-rail:focus-visible{background:var(--app-status-info-bg)}.calendar-appointment-marks{z-index:1;align-items:center;gap:4px;height:8px;display:flex;position:absolute;top:max(1px,min(4px,50% - 4px));right:4px}.calendar-appointment-mark{box-sizing:border-box;border-radius:50%;flex:0 0 8px;width:8px;height:8px}.calendar-appointment-mark-internal-note{background-color:var(--app-status-info-fg)}.calendar-appointment-mark-appointment-note{background-color:#f0b04a}:root[data-theme=light] .calendar-appointment-mark-appointment-note{background-color:#8a6a00}.calendar-appointment-mark-unpaid-deposit{background-color:var(--app-status-error-fg)}.calendar-appointment-marks-visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.calendar-appointment-marks-legend{flex-wrap:nowrap;justify-content:flex-end;gap:6px 16px;padding:0 4px;font-size:12px;display:flex}.calendar-appointment-marks-legend-item{white-space:nowrap;align-items:center;gap:6px;display:inline-flex}.calendar-appointment-marks-legend-desktop{align-self:flex-end;display:flex}.calendar-appointment-marks-legend-trigger{display:none}.calendar-appointment-marks-legend-popover{flex-direction:column;align-items:flex-start;gap:8px;padding:0}@media (max-width:991px){.calendar-appointment-marks-legend-desktop{display:none}.calendar-appointment-marks-legend-trigger{display:inline-flex}}.calendar-day-appointment{z-index:3;text-align:left;box-sizing:border-box;justify-content:flex-start;align-items:flex-start;min-height:0;margin:0 8px;padding:5px 10px;display:flex;position:absolute;left:0;overflow:hidden}.calendar-day-appointment-copy{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.calendar-day-appointment-with-marks .calendar-day-appointment-title{box-sizing:border-box;padding-right:40px}.calendar-day-appointment-title,.calendar-day-appointment-service{align-items:baseline;gap:8px;width:100%;min-width:0;display:flex}.calendar-day-appointment-title .ant-typography:last-child,.calendar-day-appointment-service .ant-typography:first-child{flex:1;min-width:0}@media screen and (max-width:767px){.calendar-day-appointment{margin:0 4px;padding:3px 5px}.calendar-day-appointment-title,.calendar-day-appointment-service{gap:5px}}.calendar-current-time{z-index:5;color:var(--app-color-critical-fill);pointer-events:none;align-items:center;display:flex;position:absolute;left:0;right:0;transform:translateY(-50%)}.calendar-current-time-dot{background:currentColor;border-radius:50%;flex:0 0 9px;width:9px;height:9px}.calendar-current-time-line{background:currentColor;flex:1;height:2px}.calendar-current-time-label{color:var(--app-color-on-critical);background:var(--app-color-critical-fill);border-radius:3px;margin-left:4px;padding:1px 4px;font-size:12px;font-weight:600;line-height:16px}.calendar-timeline-day-divider{z-index:1;width:auto;min-width:0;position:absolute;left:0;right:0;margin:0!important}.calendar-quick-create-marker{z-index:2;border-top:2px solid var(--ant-color-primary);pointer-events:none;height:0;position:absolute;left:0;right:0}.calendar-quick-create-marker-label{background:var(--ant-color-primary);color:#fff;white-space:nowrap;border-radius:999px;padding:1px 6px;font-size:11px;font-weight:600;line-height:16px;position:absolute;top:3px;left:6px}.calendar-quick-create-marker-label-above .calendar-quick-create-marker-label{top:auto;bottom:3px}.ant-tag.status-tag{color:var(--app-status-neutral-fg);background:var(--app-status-neutral-bg);border-color:currentColor}.ant-tag.status-tag.status-tag--info{color:var(--app-status-info-fg);background:var(--app-status-info-bg)}.ant-tag.status-tag.status-tag--success{color:var(--app-status-success-fg);background:var(--app-status-success-bg)}.ant-tag.status-tag.status-tag--warning{color:var(--app-status-warning-fg);background:var(--app-status-warning-bg)}.ant-tag.status-tag.status-tag--error{color:var(--app-status-error-fg);background:var(--app-status-error-bg)}.ant-btn.app-action{--app-action-fg:var(--app-action-info-fg);--app-action-bg:var(--app-action-info-bg)}.ant-btn.app-action.app-action--success{--app-action-fg:var(--app-action-success-fg);--app-action-bg:var(--app-action-success-bg)}.ant-btn.app-action.app-action--warning{--app-action-fg:var(--app-action-warning-fg);--app-action-bg:var(--app-action-warning-bg)}.ant-btn.app-action.app-action--error{--app-action-fg:var(--app-action-error-fg);--app-action-bg:var(--app-action-error-bg)}.ant-btn.app-action.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled),.ant-btn.app-action.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled),.ant-btn.app-action.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled){color:var(--app-action-fg)}.ant-btn.app-action.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled){background:var(--app-action-bg);border-color:#0000}.ant-btn.app-action.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled){border-color:var(--app-action-fg);background:0 0}.ant-btn.app-action.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled){background:0 0;border-color:#0000}.ant-btn.app-action.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover,.ant-btn.app-action.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):focus-visible,.ant-btn.app-action.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active,.ant-btn.app-action.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,.ant-btn.app-action.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):focus-visible,.ant-btn.app-action.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active{color:var(--app-action-fg);border-color:var(--app-action-fg);background:var(--app-action-bg)}.ant-btn.app-action.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover,.ant-btn.app-action.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):focus-visible,.ant-btn.app-action.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active{color:var(--app-action-fg);background:var(--app-action-bg);border-color:#0000}.calendar-appointment-details-modal-footer{justify-content:flex-end;gap:10px;margin-top:30px;display:flex}@media (max-width:480px){.calendar-appointment-details-modal-footer{flex-direction:column;align-items:stretch}}.calendar-appointment-details-modal-title{gap:10px;display:flex}.calendar-appointment-details-modal-service-name{flex-direction:column;gap:15px;display:flex}.calendar-appointment-details-modal-service-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.calendar-appointment-details-modal-service-remove-button{height:20px}.calendar-appointment-details-client{flex-wrap:wrap;align-items:center;gap:4px 8px;display:flex}.calendar-appointment-details-client-link{min-width:0;font-size:inherit;line-height:inherit;text-align:left;white-space:normal;overflow-wrap:anywhere}.calendar-appointment-details-client-name{overflow-wrap:anywhere}.calendar-appointment-details-client-link:hover,.calendar-appointment-details-client-link:focus-visible{text-underline-offset:2px;text-decoration:underline}.calendar-appointment-details-client-link:focus-visible{outline-offset:2px;outline:2px solid}.calendar-appointment-details-client-tag{margin-inline-end:0}.calendar-appointment-details-modal-description .ant-descriptions,.calendar-appointment-details-modal-description .ant-descriptions-item-container{display:flex}.calendar-appointment-details-modal-delete-confirmation{flex-direction:column;gap:10px;display:flex}.calendar-appointment-details-modal-delete-confirmation-icon{font-size:30px}.phone-input{width:100%;display:flex}.phone-input.shadow{border:0}.phone-input .phone-input-country{border-start-end-radius:0;border-end-end-radius:0;flex:0 0 100px;width:100px}.phone-input .ant-input{border-start-start-radius:0;border-end-start-radius:0;flex:1;min-width:0;margin-inline-start:-1px}.phone-input .phone-input-country.ant-select-focused,.phone-input .ant-input:focus{z-index:1}.phone-input-country-option,.phone-input-selected-country{align-items:center;gap:6px;display:flex}.phone-input-country-iso{flex:0 0 22px;font-size:12px;font-weight:600}.phone-input-country-name{white-space:nowrap;flex:1}.phone-input-country-code{opacity:.55;margin-inline-start:auto}.quick-create-modal .ant-picker,.quick-create-modal .ant-select{width:100%}.quick-create-modal .quick-create-client-search .ant-select-clear{opacity:1;width:16px;height:16px;margin-top:-8px;font-size:16px}.quick-create-time-off-alert,.quick-create-client-alert{margin-bottom:16px}.quick-create-loading{justify-content:center;padding:48px 0;display:flex}.quick-create-summary{background:var(--ant-color-fill-alter);border-radius:8px;flex-wrap:wrap;gap:8px 24px;padding:12px;display:flex}.quick-create-actions{justify-content:flex-end;gap:8px;display:flex}.quick-create-mode-selector{border:1px solid;border-radius:10px}.quick-create-mode-selector .ant-segmented-item-label{padding-inline:20px;font-weight:500}.quick-create-mode-selector .ant-segmented-item-selected .ant-segmented-item-label{font-weight:700}.quick-create-mode-selector .ant-segmented-thumb,.quick-create-mode-selector .ant-segmented-item-selected{box-shadow:0 2px 8px #0000002e}.quick-create-confirmation{flex-direction:column;gap:20px;padding-top:4px;display:flex}.quick-create-confirmation-card{border:1px solid;border-radius:12px;align-items:flex-start;gap:16px;padding:20px;display:flex}.quick-create-confirmation-icon{border-radius:50%;flex:0 0 44px;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}.quick-create-confirmation-body{flex-direction:column;flex:1;gap:14px;min-width:0;padding-top:2px;display:flex}.quick-create-confirmation-message{line-height:1.65}.quick-create-confirmation-amount{border:1px solid;border-radius:8px;flex-direction:column;align-self:flex-start;gap:2px;min-width:180px;padding:10px 14px;display:inline-flex}.quick-create-confirmation-amount-label{font-size:.8rem}.quick-create-confirmation-amount-value{overflow-wrap:anywhere;font-size:1.35rem;line-height:1.3}.quick-create-confirmation>.quick-create-actions{border-top:1px solid;padding-top:16px}@media (max-width:575px){.quick-create-mode-selector .ant-segmented-item-label{padding-inline:12px}.quick-create-confirmation-card{gap:12px;padding:16px}.quick-create-confirmation-icon{flex-basis:40px;width:40px;height:40px;font-size:18px}.quick-create-confirmation-amount{align-self:stretch;min-width:0}.quick-create-confirmation .quick-create-actions{flex-direction:column-reverse}.quick-create-confirmation .quick-create-actions .ant-btn{width:100%}}.calendar-time-off-details-modal-description .ant-descriptions,.calendar-time-off-details-modal-description .ant-descriptions-item-container{display:flex}.calendar-time-off-details-modal-description .ant-descriptions-item-content{overflow-wrap:anywhere;min-width:0}.calendar-time-off-details-actions{justify-content:flex-end;gap:8px;display:flex}.calendar-time-off-details-modal-description+.ant-divider{margin-block:20px 16px}.calendar-time-off-details-form .ant-picker,.calendar-time-off-details-form .ant-input{width:100%}.calendar-time-off-confirmation{flex-direction:column;gap:20px;padding-top:4px;display:flex}.calendar-time-off-confirmation-card{border:1px solid;border-radius:12px;align-items:flex-start;gap:16px;padding:20px;display:flex}.calendar-time-off-confirmation-icon{border-radius:50%;flex:0 0 44px;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}.calendar-time-off-confirmation-body{flex-direction:column;flex:1;min-width:0;padding-top:2px;display:flex}.calendar-time-off-confirmation-message{line-height:1.65}.calendar-time-off-confirmation-actions{border-top:1px solid;padding-top:16px}@media (max-width:480px){.calendar-time-off-details-actions{flex-direction:column-reverse}.calendar-time-off-details-actions .ant-btn{width:100%}.calendar-time-off-confirmation-card{gap:12px;padding:16px}.calendar-time-off-confirmation-icon{flex-basis:40px;width:40px;height:40px;font-size:18px}}.calendar-week-container{width:100%;max-width:1500px;position:relative}.calendar-week-panel{border:1px solid var(--ant-color-border-secondary);border-radius:var(--ant-border-radius-lg);background:var(--ant-color-bg-container);box-sizing:border-box;width:100%;max-width:1500px;overflow:hidden}.calendar-week-navigation{justify-content:flex-end;gap:10px;display:flex}.calendar-week-navigation-column{flex:0 310px;max-width:100%;margin-left:0}.calendar-week-navigation .ant-picker,.calendar-week-navigation .responsive-date-picker-input{flex:auto;min-width:0}.calendar-week-navigation .ant-picker-input>input,.calendar-week-navigation .responsive-date-picker-input>input{text-align:center}.calendar-week-navigation-arrow{flex:0 0 32px;width:32px;height:32px}.calendar-week-today-button{flex:none}@media screen and (min-width:768px){.calendar-week-navigation-column{flex:0 0 calc(var(--calendar-desktop-controls-width) + 24px);width:calc(var(--calendar-desktop-controls-width) + 24px);max-width:calc(var(--calendar-desktop-controls-width) + 24px)}.calendar-week-navigation{width:100%}}.calendar-week{width:100%;max-width:1500px;margin-inline:0!important}.calendar-week>div{margin:0;padding:0}.calendar-week-actions,.calendar-week-weekday{height:var(--calendar-week-header-height);min-height:var(--calendar-week-header-height);border-bottom:1px solid var(--ant-color-border-secondary);box-sizing:border-box;justify-content:center;align-items:center;display:flex;margin:0!important}.calendar-week-weekday{padding-inline:8px}.calendar-week-modal-footer{justify-content:flex-end;gap:10px;margin-top:30px;display:flex}@media (max-width:480px){.calendar-week-modal-footer{flex-direction:column;align-items:stretch}}.calendar-week-modal-delete-confirmation{flex-direction:column;gap:10px;display:flex}.calendar-week-modal-delete-confirmation-icon{font-size:30px}.calendar-week-modal-description .ant-descriptions,.calendar-week-modal-description .ant-descriptions-item-container{display:flex}.calendar-week-loading{z-index:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.calendar-week-weekday{text-align:center}.calendar-week-modal-title{gap:10px;display:flex}.calendar-day-container{width:100%;position:relative}.calendar-day-loading{z-index:20;background:color-mix(in srgb, var(--ant-color-bg-layout) 70%, transparent);justify-content:center;align-items:center;min-height:300px;display:flex;position:absolute;inset:0}.calendar-day-toolbar{align-items:center;display:flex}.calendar-day-navigation{align-items:center;gap:10px;display:flex}.calendar-day-navigation .ant-picker,.calendar-day-navigation .responsive-date-picker-input{min-width:235px}.calendar-day-navigation .ant-picker-input>input,.calendar-day-navigation .responsive-date-picker-input>input{text-align:center;font-weight:600}.calendar-day-today-button{flex:none}.calendar-day-navigation-arrow{flex:0 0 32px;width:32px;height:32px}@media screen and (min-width:768px){.calendar-day-navigation{width:var(--calendar-desktop-controls-width)}.calendar-day-navigation .ant-picker,.calendar-day-navigation .responsive-date-picker-input{flex:auto;min-width:0}}.calendar-day-layout{grid-template-columns:minmax(0,7fr) minmax(320px,3fr);align-items:start;gap:16px;display:grid}.calendar-day-schedule-panel,.calendar-day-overview-panel{border:1px solid var(--ant-color-border-secondary);border-radius:var(--ant-border-radius-lg);background:var(--ant-color-bg-container);overflow:hidden}.calendar-day-panel-title{border-bottom:1px solid var(--ant-color-border-secondary);text-align:center;box-sizing:border-box;min-height:56px;padding:15px 20px;margin:0!important}.calendar-day-panel-header{position:relative}.calendar-day-panel-header .calendar-day-panel-title{padding-inline:52px}.calendar-day-actions{z-index:1;display:flex;position:absolute;top:50%;left:28px;transform:translateY(-50%)}.calendar-day-timeline{grid-template-columns:68px minmax(0,1fr);display:grid}.calendar-day-time-rail,.calendar-day-grid{min-height:inherit;position:relative}.calendar-day-time-rail{border-right:1px solid var(--ant-color-border-secondary)}.calendar-day-hour{text-align:right;padding-right:10px;font-size:12px;line-height:20px;position:absolute;left:0;right:0;transform:translateY(-50%)}.calendar-day-hour:first-child{transform:translateY(0)}.calendar-day-overview-panel>.ant-divider{margin:0}.calendar-day-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px;display:grid}.calendar-day-stat{border:1px solid var(--ant-color-border-secondary);border-radius:var(--ant-border-radius);min-height:58px;color:var(--app-color-accent-text);box-sizing:border-box;justify-content:center;align-items:center;gap:10px;padding:10px;display:flex}.calendar-day-stat>span:last-child{flex-direction:column;display:flex}.calendar-day-overview-section{padding:16px}.calendar-day-overview-section>.ant-typography{margin-top:0}.calendar-day-overview-list{flex-direction:column;gap:8px;display:flex}.calendar-day-overview-appointment{border:1px solid var(--ant-color-border-secondary);border-radius:var(--ant-border-radius);text-align:left;grid-template-columns:52px minmax(0,1fr) auto;gap:10px;width:100%;height:auto;min-height:62px;padding:8px 10px;display:grid;position:relative}.calendar-day-overview-appointment-next{border-color:var(--ant-color-primary-border);background:var(--ant-color-primary-bg);min-height:72px}.calendar-day-overview-time{border-right:1px solid var(--ant-color-border-secondary);align-self:stretch;padding-right:8px}.calendar-day-overview-details,.calendar-day-overview-meta{flex-direction:column;justify-content:center;min-width:0;display:flex}.calendar-day-overview-meta{align-items:flex-end;font-size:12px}.calendar-day-overview-appointment .calendar-appointment-marks{top:5px}@media screen and (max-width:1199px){.calendar-day-layout{grid-template-columns:minmax(0,1fr)}}@media screen and (max-width:767px){.calendar-day-actions{left:13px}.calendar-day-toolbar{flex-direction:column;align-items:stretch;gap:8px;display:flex}.calendar-day-navigation{justify-content:center;gap:8px;width:100%}.calendar-day-navigation>.calendar-day-today-button{width:auto;height:40px}.calendar-day-navigation .ant-picker,.calendar-day-navigation .responsive-date-picker-input{flex:1;min-width:0;height:40px}.calendar-day-panel-title{min-height:48px;padding:12px 14px}.calendar-day-timeline{grid-template-columns:50px minmax(0,1fr)}.calendar-day-hour{padding-right:6px;font-size:12px}.calendar-day-stats{grid-template-columns:minmax(0,1fr)}.calendar-day-overview-appointment{grid-template-columns:48px minmax(0,1fr) auto}}.calendar-month-container{width:100%;max-width:1500px}.calendar-month .ant-picker-content{border-collapse:separate;border-spacing:0}.calendar-month .ant-picker-content>thead>tr>th{border-bottom:1px solid var(--ant-color-split)}.calendar-month .ant-picker-content>tbody>tr>td.ant-picker-cell{border-inline-end:1px solid var(--ant-color-split);border-block-end:1px solid var(--ant-color-split)}.calendar-month .ant-picker-content>tbody>tr>td.ant-picker-cell:first-child{border-inline-start:1px solid var(--ant-color-split)}.calendar-month-card,.calendar-month .ant-picker-calendar-date{height:100%}.calendar-month .ant-picker-calendar-date-content{height:200px;overflow:hidden auto}.calendar-month-cell{cursor:default;flex-direction:column;gap:6px;height:130px;padding:5px;display:flex;overflow:hidden auto}@media (max-width:768px){.calendar-month-cell{padding:1px}}.calendar-month .ant-picker-content>tbody>tr>td.ant-picker-cell:has(>.calendar-month-cell-today){z-index:1;box-shadow:0 0 45px var(--gold);position:relative}.calendar-month .ant-picker-content>tbody>tr>td.ant-picker-cell:has(>.calendar-month-cell-today):after{content:"";z-index:2;border:1px solid var(--gold);pointer-events:none;position:absolute;inset:-1px}.calendar-month-date{width:100%;font-size:1.1rem;color:var(--ant-color-text)!important}.calendar-month-appointments{scrollbar-width:thin;flex-direction:column;flex:auto;gap:4px;width:100%;height:100px;display:flex;overflow:auto}.calendar-month-appointment-button{white-space:nowrap;text-overflow:ellipsis;flex:none;justify-content:flex-start;width:100%;height:auto;padding:4px 0 4px 4px;overflow:hidden;outline:none!important}.calendar-month-appointment-button-with-marks{padding-right:40px}.calendar-month-loading{z-index:1;position:absolute;top:calc(50% - 53px);left:50%;transform:translate(-50%,-50%)}.calendar-month-toolbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:10px;display:flex}.calendar-month-toolbar .calendar-month-header{margin-bottom:0}.calendar-month-toolbar .calendar-appointment-marks-legend-desktop{align-self:center}.calendar-month-header{justify-content:flex-start;gap:10px;margin-bottom:10px;display:flex}.calendar-month-today-button{flex:none}.calendar-month-header-select{width:40%;max-width:120px}@media (max-width:576px){.calendar-month-header-select{width:unset;max-width:unset;flex:1 1 0;min-width:0}}.calendar-month-header-arrow{flex:0 0 32px;width:32px;height:32px}@media screen and (min-width:768px){.calendar-month-header{width:var(--calendar-desktop-controls-width);grid-template-columns:max-content 96px minmax(0,1fr) 32px 32px;display:grid}.calendar-month-header-select{width:100%;min-width:0;max-width:none}}@media screen and (max-width:767px){.calendar-month-card .ant-card-body{padding:0}.calendar-month-header{justify-content:end;width:100%}}@media screen and (min-width:992px){.calendar-toolbar{width:var(--calendar-desktop-controls-width)}.calendar-toolbar>.ant-space-item:nth-child(2){flex:auto;min-width:0}.calendar-toolbar>.ant-space-item:last-child{display:none}}.calendar-select-staff{width:100%;max-width:500px}.calendar-toolbar .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled),.calendar-toolbar .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover,.calendar-toolbar .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active{color:var(--app-action-info-fg);border-color:var(--app-action-info-fg);background:var(--app-action-info-bg)}.calendar-toolbar .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):before{background:var(--app-action-info-fg)}.calendar-legend-container{justify-content:flex-end;width:100%;display:flex}@media screen and (min-width:768px){.calendar-container{--calendar-desktop-controls-width:380px}.calendar-quick-create-button{width:136px}.calendar-toolbar>.ant-space-item:nth-child(2) .ant-radio-group{width:100%;display:flex}.calendar-toolbar>.ant-space-item:nth-child(2) .ant-radio-button-wrapper{text-align:center;flex:1 1 0}.calendar-staff-column{justify-content:flex-end;display:flex}.calendar-header-legend-column{justify-content:flex-end;align-items:center;display:flex}.calendar-header-legend-column .calendar-appointment-marks-legend-desktop{align-self:center}.calendar-toolbar-column{order:-1}}@media screen and (max-width:991px){.calendar-header-legend-column,.calendar-legend-container{display:none}}@media screen and (min-width:768px) and (max-width:991px){.calendar-toolbar>.ant-space-item:nth-child(2){flex:0 0 236px;min-width:0}.calendar-toolbar-column-no-staff{flex:100%;min-width:0}.calendar-toolbar-column-no-staff .calendar-toolbar{width:100%}.calendar-toolbar-column-no-staff .calendar-toolbar>.ant-space-item:last-child{margin-left:auto}}@media screen and (max-width:767px){.calendar-staff-column,.calendar-select-staff{width:100%;max-width:none}.calendar-toolbar-column,.calendar-toolbar{width:100%}.calendar-toolbar>.ant-space-item:first-child{flex:1 1 0;min-width:0}.calendar-quick-create-button{width:100%}}.provider-icon{width:18px;height:18px}.login-button{cursor:pointer;border-radius:4px;justify-content:center;align-items:center;gap:10px;width:100%;padding:6px 12px;font-weight:500;display:flex}.login-button-google-light{background-color:#fff;border:1px solid #747775}.login-button-facebook-light{background-color:#fff;border:1px solid #0866ff}.login-text-google-light{color:#1f1f1f}.login-text-facebook-light{color:#0866ff}.login-button-google-dark{background-color:#131314;border:1px solid #8e918f}.login-button-facebook-dark{background-color:#0866ff;border:1px solid #0000}.login-text-google-dark{color:#e3e3e3}.login-text-facebook-dark{color:#fff}.auth-modal-content{flex-direction:column;gap:16px;display:flex}.auth-modal-title{text-align:center;margin-top:8px;margin-bottom:0}.auth-modal-social{flex-direction:column;gap:10px;display:flex}.auth-modal-divider{margin:0}.auth-modal-form,.auth-modal-submit{width:100%}.auth-modal-link-row{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.auth-modal-feedback{width:100%;margin-bottom:12px}.auth-modal-step-text{margin-bottom:8px;line-height:1.45;display:block}.auth-modal-code-item .ant-form-item-control-input-content{justify-content:center;display:flex}.auth-modal-code-input{justify-content:center;column-gap:clamp(4px,2vw,8px);width:100%}.auth-modal-code-input .ant-otp-input-wrapper{flex:0 40px;min-width:0}.auth-modal-code-input .ant-otp-input{width:100%}@media screen and (max-width:480px){.auth-modal .ant-modal-content,.auth-modal .ant-modal-container{padding-top:56px}.auth-modal .ant-tabs-nav-list{width:100%}.auth-modal .ant-tabs-tab{text-align:center;flex:1 1 0;justify-content:center;min-width:0;margin:0;padding-inline:4px}.auth-modal .ant-tabs-tab-btn{white-space:normal;line-height:1.3}}.authentication-button{vertical-align:middle;z-index:1}.header{justify-content:space-between;align-items:center;display:flex}.header-logo{display:flex}.header-logo-icon{width:30px;height:30px}.header-buttons{align-items:center;gap:15px;display:flex}.header-authenticated{align-items:center;gap:15px;min-width:0;display:flex}.header-tenant-context-label{max-width:220px;color:var(--app-color-accent-text,var(--gold));align-items:center;gap:8px;min-width:0;padding-inline:8px;font-size:14px;line-height:32px;display:inline-flex;overflow:hidden}.header-tenant-context-label-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.header-context-trigger{min-width:0;max-width:220px;color:var(--app-color-accent-text,var(--gold));align-items:center;display:inline-flex}.header-context-trigger-name{text-overflow:ellipsis;white-space:nowrap;max-width:160px;overflow:hidden}.header-context-mobile-trigger,.header-context-creation-icon{width:32px;height:32px;color:var(--app-color-accent-text,var(--gold));flex:none;justify-content:center;align-items:center;font-size:18px;display:inline-flex}.header-context-option{grid-template-columns:minmax(0,1fr) auto 16px;align-items:center;gap:8px;width:100%;display:grid}.header-context-option-name{overflow-wrap:anywhere;white-space:normal;min-width:0}.header-context-option-role{margin-inline-end:0}.header-context-option-check{color:var(--app-color-accent-text,var(--gold));justify-content:center;display:inline-flex}.header-context-menu .ant-dropdown-menu{max-width:min(360px,100vw - 24px);max-height:320px;overflow-y:auto}.header-context-menu .header-context-option{min-width:240px;max-width:330px}.header-context-drawer .ant-drawer-content-wrapper{max-height:70vh}.header-context-drawer .ant-drawer-body{padding:8px 12px 16px;overflow-y:auto}.header-context-drawer-item{padding:2px 0!important}.header-context-drawer-button{text-align:start;white-space:normal;height:auto;min-height:48px;padding:8px 12px}.header-button{color:var(--app-color-accent-text,var(--gold));font-size:18px}.header-button-active{filter:brightness(1.25)}.header-button-disabled{cursor:not-allowed;opacity:.45;pointer-events:none;display:inline-flex}.header-tour.ant-tour{width:300px}@media (max-width:575px){.header{padding-inline:10px}.header-authenticated{gap:8px}.header-buttons{gap:10px}}:root{--header-mobile-nav-height:72px;--header-mobile-nav-gap:12px}.header--authenticated.ant-layout-header{z-index:1000;background:0 0;width:100%;height:auto;min-height:80px;padding:10px clamp(12px,2vw,28px);line-height:normal;display:block;position:sticky;top:0}.header-glass{-webkit-backdrop-filter:blur(22px)saturate(140%);background:#f9f9fbc7;border:1px solid #050a181a;border-radius:20px;width:100%;min-width:0;max-width:1680px;margin-inline:auto;box-shadow:0 14px 42px #050a181f}:root[data-theme=dark] .header-glass{background:#050a18c2;border-color:#f9f9fb1a;box-shadow:0 16px 46px #00000057}.header-desktop-shell,.header-mobile-top{align-items:center;gap:clamp(8px,1vw,16px);min-height:60px;padding:7px 9px}.header-desktop-shell{display:flex}.header-mobile-top,.header-mobile-nav{display:none}.header-brand{min-height:44px;color:inherit;white-space:nowrap;border-radius:13px;flex:none;justify-content:center;align-items:center;gap:8px;padding-inline:8px;text-decoration:none;display:inline-flex}.header-brand:hover{color:var(--app-color-accent-text,var(--gold))}.header-brand-icon{flex:none;width:30px;height:30px}.header-brand-wordmark{letter-spacing:-.02em;font-family:inherit;font-size:1.08rem;font-weight:700}.header-tenant,.header--authenticated .header-tenant-context-label,.header--authenticated .header-context-trigger{min-width:0;max-width:clamp(124px,13vw,210px);min-height:44px;color:var(--app-color-accent-text,var(--gold));background:#b08d5712;border:1px solid #b08d5742;border-radius:14px;align-items:center;gap:7px;padding-inline:10px;font-size:.84rem;line-height:1.2;display:inline-flex}.header-tenant-context-label-text,.header-tenant-name,.header-context-trigger-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.header-context-trigger-chevron{flex:none;font-size:10px}.header-context-mobile-trigger,.header-context-creation-icon,.header-icon-button,.header-account-trigger{width:44px;min-width:44px;height:44px;min-height:44px;color:var(--app-color-accent-text,var(--gold));border-radius:14px;flex:none;justify-content:center;align-items:center;padding:0;font-size:18px;display:inline-flex}.header-desktop-nav{flex:auto;justify-content:center;align-items:center;gap:3px;min-width:0;display:flex}.header-nav-link{min-width:0;min-height:44px;color:inherit;text-align:center;white-space:nowrap;border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;gap:7px;padding:0 clamp(7px,.75vw,12px);font-size:clamp(.75rem,.72vw,.86rem);font-weight:550;line-height:1.2;text-decoration:none;transition:color .16s,background-color .16s,border-color .16s,transform .16s;display:inline-flex;position:relative}.header-nav-link:hover{color:var(--app-color-accent-text,var(--gold));background:#b08d5714;border-color:#b08d5733}.header-nav-link--active,.header-nav-link[aria-current=page]{color:var(--app-color-accent-text,var(--gold));background:#b08d5729;border-color:#b08d576b;box-shadow:inset 0 0 0 1px #b08d570d,0 5px 18px #b08d571a}.header-nav-link--disabled,.header-nav-link[aria-disabled=true]{cursor:not-allowed;opacity:.42;pointer-events:none}.header-nav-icon{flex:none;justify-content:center;align-items:center;font-size:17px;display:inline-flex}.header-nav-label{min-width:0}.header-nav-badge,.header-mobile-nav-badge{display:inline-flex}.header-nav-icon .header-nav-badge.ant-badge,.header-nav-icon .header-mobile-nav-badge.ant-badge{color:inherit}.header-nav-badge .ant-badge-count,.header-mobile-nav-badge .ant-badge-count{background:var(--gold);min-width:19px;height:19px;color:var(--dark);border:1px solid #f9f9fbbf;border-radius:9px;padding-inline:4px;font-size:12px;font-weight:700;line-height:17px;box-shadow:0 2px 8px #050a1840}.header-utilities{flex:none;align-items:center;gap:6px;min-width:0;display:flex}.header-theme-target{flex:none;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.header-utilities .ant-btn,.header-utilities .theme-switch,.header-account-trigger.ant-btn{min-width:44px}.header--authenticated .header-desktop-shell>.header-utilities:last-child{margin-inline-start:auto}.header-account-trigger--active{color:var(--app-color-accent-text,var(--gold));background:#b08d5729}.header-account-invitations{justify-content:space-between;align-items:center;gap:20px;min-width:170px;display:flex}.header-account-invitations .ant-badge-count,.header-utilities>.ant-badge .ant-badge-count{background:var(--gold);color:var(--dark);font-weight:700}.header-loading{color:var(--app-color-accent-text,var(--gold));flex:none;font-size:18px}.header--public .header-utilities{gap:15px}.header-context-menu .ant-dropdown-menu,.header-account-menu .ant-dropdown-menu{-webkit-backdrop-filter:blur(22px)saturate(135%);background:#f9f9fbf0;border:1px solid #050a181a;max-width:min(360px,100vw - 24px);box-shadow:0 16px 44px #050a182e}:root[data-theme=dark] .header-context-menu .ant-dropdown-menu,:root[data-theme=dark] .header-account-menu .ant-dropdown-menu{background:#11141ff2;border-color:#f9f9fb1a;box-shadow:0 18px 48px #0000006b}.header-context-drawer .ant-drawer-content-wrapper,.header-account-drawer .ant-drawer-content-wrapper{max-height:min(78vh,620px)}.header-context-drawer .ant-drawer-content,.header-account-drawer .ant-drawer-content{-webkit-backdrop-filter:blur(24px)saturate(140%);background:#f9f9fbf5;border:1px solid #050a181a;border-bottom:0;border-radius:24px 24px 0 0;box-shadow:0 -16px 44px #050a1829}:root[data-theme=dark] .header-context-drawer .ant-drawer-content,:root[data-theme=dark] .header-account-drawer .ant-drawer-content{background:#11141ff7;border-color:#f9f9fb1a;box-shadow:0 -18px 50px #00000070}.header-context-drawer .ant-drawer-body,.header-account-drawer .ant-drawer-body{padding:8px 12px calc(16px + env(safe-area-inset-bottom));overflow-y:auto}.header-context-drawer-button,.header-account-drawer .ant-list-item .ant-btn{text-align:start;white-space:normal;width:100%;height:auto;min-height:48px;padding:8px 12px}.header--booking-anonymous.ant-layout-header{z-index:1000;top:max(10px, env(safe-area-inset-top));right:max(12px, env(safe-area-inset-right));width:auto;min-width:0;height:auto;min-height:0;box-shadow:none;pointer-events:none;background:0 0;justify-content:flex-end;padding:0;line-height:normal;display:flex;position:absolute;left:auto}.header-booking-anonymous-controls{pointer-events:auto;justify-content:flex-end;align-items:center;gap:8px;display:flex}.header--booking-customer.ant-layout-header{z-index:1000;top:max(10px, env(safe-area-inset-top));right:max(12px, env(safe-area-inset-right));width:auto;min-width:0;height:auto;min-height:0;box-shadow:none;pointer-events:none;background:0 0;justify-content:flex-end;padding:0;line-height:normal;display:flex;position:absolute;left:auto}.header-booking-customer-controls{pointer-events:auto;justify-content:flex-end;align-items:center;gap:8px;display:flex}.header--booking-customer .header-theme-target,.header--booking-customer .header-account-trigger{width:44px;min-width:44px;height:44px;min-height:44px}.header--booking-customer .header-account-trigger{border-radius:14px;gap:0;padding:0}.header--booking-customer .header-loading{display:none}:where(.header-brand,.header-nav-link,.header-mobile-nav-item,.header-context-trigger,.header-context-mobile-trigger,.header-icon-button,.header-account-trigger):focus-visible{outline:2px solid var(--gold);outline-offset:2px}@media (max-width:1399px) and (min-width:1200px){.header--authenticated.ant-layout-header{padding-inline:10px}.header-desktop-shell{gap:6px;padding-inline:7px}.header-brand{gap:6px;padding-inline:5px}.header-tenant,.header--authenticated .header-tenant-context-label,.header--authenticated .header-context-trigger{max-width:150px;padding-inline:7px}.header-nav-link{gap:5px;padding-inline:6px}.header-utilities{gap:3px}}@media (max-width:1199px){.header--authenticated.ant-layout-header{min-height:calc(72px + env(safe-area-inset-top));padding:calc(8px + env(safe-area-inset-top)) max(10px, env(safe-area-inset-right)) 8px max(10px, env(safe-area-inset-left))}.header-desktop-shell,.header-desktop-nav{display:none}.header-mobile-top{border-radius:18px;gap:6px;min-height:56px;padding:5px 6px;display:flex}.header-mobile-top .header-brand{padding-inline:6px}.header-mobile-top .header-brand-wordmark{display:none}.header-mobile-top .header-tenant,.header-mobile-top .header-tenant-context-label,.header-mobile-top .header-context-trigger{flex:auto;max-width:none}.header-mobile-top .header-utilities{margin-inline-start:auto}.header-mobile-top .header-account-trigger{gap:0;width:44px;padding:0}.header-mobile-nav{z-index:1000;right:max(var(--header-mobile-nav-gap), env(safe-area-inset-right));bottom:max(var(--header-mobile-nav-gap), env(safe-area-inset-bottom));left:max(var(--header-mobile-nav-gap), env(safe-area-inset-left));width:auto;max-width:680px;min-height:var(--header-mobile-nav-height);-webkit-backdrop-filter:blur(22px)saturate(140%);background:#f9f9fbe6;border:1px solid #050a181a;border-radius:20px;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;margin-inline:auto;padding:5px;display:grid;position:fixed;box-shadow:0 14px 42px #050a1829}:root[data-theme=dark] .header-mobile-nav{background:#050a18e0;border-color:#f9f9fb1a;box-shadow:0 16px 46px #0006}.header-mobile-nav-item{appearance:none;min-width:0;min-height:60px;color:inherit;cursor:pointer;text-align:center;background:0 0;border:1px solid #0000;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;gap:3px;padding:5px 3px;font-family:inherit;font-size:clamp(.75rem,2.6vw,.8rem);font-weight:550;line-height:1.08;text-decoration:none;transition:color .16s,background-color .16s,border-color .16s,transform .16s;display:flex;position:relative}.header-mobile-nav-item:hover{color:var(--app-color-accent-text,var(--gold));background:#b08d5714}.header-mobile-nav-item--active,.header-mobile-nav-item[aria-current=page]{color:var(--app-color-accent-text,var(--gold));background:#b08d572b;border-color:#b08d5761;box-shadow:inset 0 0 0 1px #b08d570a}.header-mobile-nav-item--disabled,.header-mobile-nav-item[aria-disabled=true]{cursor:not-allowed;opacity:.42;pointer-events:none}.header-mobile-nav-item .header-nav-icon{font-size:20px}.header-mobile-nav-item .header-nav-label{overflow-wrap:anywhere;white-space:normal;width:100%;line-height:1.05;display:block}.header--has-mobile-nav~.app-content-layout:last-child,.header--has-mobile-nav~.footer{padding-bottom:calc(var(--header-mobile-nav-height) + (var(--header-mobile-nav-gap) * 2) + env(safe-area-inset-bottom))}.booking-start-anchor,.booking-client-details,.booking .scroll-margin{scroll-margin-top:calc(88px + env(safe-area-inset-top))}}@media (max-width:768px){.header--has-mobile-nav~.app-content-layout .booking-tenant-header-cta{bottom:calc(var(--header-mobile-nav-height) + (var(--header-mobile-nav-gap) * 2) + env(safe-area-inset-bottom))}}@media (min-width:1200px){.booking-start-anchor,.booking-client-details,.booking .scroll-margin{scroll-margin-top:100px}}@media (max-width:420px){.header--authenticated.ant-layout-header{padding-inline:8px}.header-mobile-top{padding-inline:4px}.header-mobile-top .header-brand{width:40px;min-width:40px;padding:0}.header-mobile-top .header-brand-icon{width:28px;height:28px}.header-mobile-top .header-tenant,.header-mobile-top .header-tenant-context-label,.header-mobile-top .header-context-trigger{min-height:42px;padding-inline:7px;font-size:.78rem}.header-mobile-top .header-icon-button,.header-mobile-top .header-account-trigger,.header-mobile-top .header-context-mobile-trigger{width:44px;min-width:44px;height:44px;min-height:44px}.header-mobile-nav{right:max(6px, env(safe-area-inset-right));left:max(6px, env(safe-area-inset-left))}.header-mobile-nav-item{padding-inline:1px;font-size:.75rem}}@media (prefers-reduced-motion:reduce){.header *,.header-glass,.header-context-drawer *,.header-account-drawer *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.content{flex:1;justify-content:center;display:flex}.content-with-bottom-spacing{padding-bottom:48px}@media (max-width:768px){.content-with-bottom-spacing{padding-bottom:24px}}.footer{text-align:center;flex-flow:column wrap;justify-content:center;gap:20px;margin-top:100px;display:flex}.footer-socials{justify-content:center;gap:20px;font-size:30px;display:flex}.footer-terms{text-align:center;flex-wrap:wrap;justify-content:center;gap:20px;display:flex}@media (max-width:768px){.footer-link{flex:0 0 100%}}.footer-powered-by{text-align:center;flex-wrap:wrap;justify-content:center;align-items:baseline;gap:5px;display:flex}.footer-powered-by-logo{width:20px;height:20px;position:relative;top:5px}.hover-icon{cursor:pointer;transition:color .3s,transform .3s}.app-content-layout--workspace{padding-block-start:14px}#root:has(.app-content-layout--workspace){width:100%;margin-inline-start:max(0px,50vw - 50%)}.workspace-page-shell{width:100%;min-width:0;max-width:1500px;margin-inline:auto}.workspace-page-state{justify-content:center;display:flex}.hover-icon:hover{color:var(--color-hover);transform:scale(1.4)}.hover-icon-accept{cursor:pointer;transition:color .3s,transform .3s}.hover-icon-accept:hover{color:var(--app-status-success-fg);transform:scale(1.4)}.hover-icon-reject{cursor:pointer;transition:color .3s,transform .3s}.hover-icon-reject:hover{color:var(--app-status-error-fg);transform:scale(1.4)}@media (max-width:768px){.layout-logo-fade-in{opacity:0;animation-name:fadeInLayout;animation-duration:3s;animation-timing-function:ease-out;animation-delay:2s;animation-fill-mode:forwards}}@keyframes fadeInLayout{to{opacity:1}}@media (max-width:1199px){.app-content-layout--workspace{padding-block-start:8px}}@media (max-width:768px){.workspace-page-shell{padding-inline:12px}}.profile-tenant{flex-direction:column;align-items:center;width:100%;display:flex}.profile-tenant-title{margin:20px}.profile-tenant-input{width:100%;max-width:700px}@media screen and (max-width:768px){.profile-tenant-input{width:100%;max-width:none}}.profile-tenant-logo-container{justify-content:center;margin-bottom:20px;display:flex}.profile-tenant-submit{margin-bottom:0}.profile-tenant-logo-disabled{display:inline-block}.profile-tenant-logo-progress{flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.profile-tenant-logo-progress-loading{height:40px}.profile-staff-avatar-disabled{display:inline-block}.profile-staff-avatar-progress{flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.profile-staff-avatar-progress-loading{height:40px}.profile-staff-avatar-upload .ant-upload-list-item-container{justify-content:center!important;align-items:center!important;width:160px!important;height:160px!important;display:flex!important}.profile-staff-avatar-upload .ant-upload-list-item-thumbnail img,.profile-staff-avatar-upload .ant-upload-list-item-image{object-fit:cover!important}.profile-staff-form-remove-working-hours{text-align:end}.profile-staff-avatar-container{flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex}.profile-staff-working-hours-modal{max-width:1400px;width:70%!important}@media screen and (max-width:768px){.profile-staff-working-hours-modal{width:85%!important}}.profile-staff-delete{justify-content:end;margin-inline-start:auto;display:flex}.profile-staff-archive-control{display:inline-flex}.profile-staff-access-toolbar{align-items:center;gap:8px;width:100%;min-height:36px;display:flex;position:relative}.profile-staff-membership-status-pill.ant-btn{border:1px solid;border-radius:11px;justify-content:center;width:100%;min-width:0;height:36px;padding-inline:10px;font-size:13px}.profile-staff-membership-status-pill.ant-btn:hover{border-color:currentColor}.profile-staff-membership-status-pill.ant-btn:focus-visible{outline-offset:2px;outline:2px solid}.profile-staff-membership-status-placeholder{cursor:pointer;border:1px solid;border-radius:11px;justify-content:center;align-items:center;gap:8px;width:100%;min-width:0;height:36px;padding-inline:10px;font-size:13px;display:inline-flex}.profile-staff-membership-status-placeholder:focus-visible{outline-offset:2px;outline:2px solid}.profile-staff-membership-status-pill-label{text-align:center;text-overflow:ellipsis;white-space:nowrap;flex:none;min-width:0;overflow:hidden}.profile-staff-membership-details{flex-direction:column;gap:10px;width:min(300px,100vw - 64px);display:flex}.profile-staff-membership-details-heading{align-items:center;gap:8px;font-size:15px;display:flex}.profile-staff-membership-details-line,.profile-staff-membership-details-warning{overflow-wrap:anywhere;line-height:1.45}.profile-staff-membership-details-line{opacity:.72}.profile-staff-membership-details-action{margin-top:4px}.profile-staff-membership-combined-details{flex-direction:column;width:min(300px,100vw - 64px);display:flex}.profile-staff-membership-details-separator{opacity:.12;background:currentColor;height:1px;margin-block:12px}.profile-staff-membership-details-section-title{opacity:.65;margin-block-end:8px;font-size:12px;font-weight:600}.profile-staff-active-switch-tooltip{width:100%;display:inline-flex}.profile-staff-active-switch-tooltip .ant-form-item,.profile-staff-active-switch-tooltip .ant-form-item-row,.profile-staff-active-switch-tooltip .ant-form-item-control,.profile-staff-active-switch-tooltip .ant-form-item-control-input,.profile-staff-active-switch-tooltip .ant-form-item-control-input-content,.profile-staff-active-switch-tooltip .ant-switch{width:100%}.profile-staff-active-switch-tooltip .ant-switch-disabled{pointer-events:none}.profile-staff-active-control{justify-content:center;align-items:center;width:100%;min-height:36px;display:flex}.profile-staff-membership-control{justify-content:center;width:100%;display:flex}.profile-staff-time-off-settings{border:1px solid;border-radius:8px;margin-block:18px 24px;padding:16px 20px}.profile-staff-time-off-settings-title.ant-typography{margin:0 0 12px}.profile-staff-time-off-setting-row{justify-content:space-between;align-items:center;gap:24px;display:flex}.profile-staff-time-off-setting-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.profile-staff-time-off-setting-label,.profile-staff-time-off-setting-description{overflow-wrap:anywhere;line-height:1.45}.profile-staff-time-off-setting-row .ant-switch{flex:none}@media screen and (min-width:768px){.profile-staff-membership-control{margin-block-start:8px}.profile-staff-description-column{display:flex}.profile-staff-description-field.ant-form-item{flex:1;width:100%}.profile-staff-description-field .ant-form-item-row,.profile-staff-description-field .ant-form-item-control,.profile-staff-description-field .ant-form-item-control-input,.profile-staff-description-field .ant-form-item-control-input-content{height:100%}.profile-staff-description-input.ant-input{height:100%;min-height:100%}}@media screen and (max-width:767px){.profile-staff-delete{margin-inline-start:0;position:absolute;inset-block-start:0;inset-inline-end:0}.profile-staff-time-off-settings{margin-block:14px 20px;padding:14px}.profile-staff-time-off-setting-row{align-items:flex-start;gap:16px}.profile-staff-time-off-setting-row .ant-switch{margin-block-start:3px}}.profile-staff-membership-drawer .ant-drawer-content-wrapper{max-height:min(80vh,480px)}.profile-staff-membership-drawer .profile-staff-membership-details,.profile-staff-membership-drawer .profile-staff-membership-combined-details{width:100%}.profile-staff-item{width:100%;max-width:1500px;position:relative}.profile-staff-item+.profile-staff-item{margin-top:8px}.profile-staff-item[draggable=true] .profile-staff-item-header{cursor:grab}.profile-staff-item[draggable=true] .profile-staff-item-header:active{cursor:grabbing}.profile-staff-indicator{background:var(--gold);pointer-events:none;z-index:10;height:2px;position:absolute;left:0;right:0}.profile-staff-indicator.top{top:-1px}.profile-staff-indicator.bottom{bottom:-1px}@media screen and (max-width:768px){.profile-staff-item{max-width:none}}.profile-staff{flex-direction:column;align-items:center;width:100%;padding-top:20px;display:flex}.profile-staff-input{width:100%;max-width:1500px}.profile-staff-add{margin-top:20px}.profile-staff-filter{margin-bottom:20px}.profile-staff-status .ant-badge-status-text{font-size:12px}.profile-staff-availability-status{cursor:help;border-radius:50%;align-items:center;padding:4px;display:inline-flex}.profile-staff-availability-status .ant-badge-status-dot{width:8px;height:8px}.profile-staff-availability-status:focus-visible{outline-offset:1px;outline:2px solid}.profile-staff-availability-tooltip{flex-direction:column;gap:2px;display:flex}.profile-staff-archived-card+.profile-staff-archived-card{margin-top:12px}.profile-staff-restore-control{display:inline-block}.profile-staff-restore-control:focus-visible{outline-offset:2px;outline:2px solid}@media screen and (max-width:768px){.profile-staff-input{width:100%;max-width:none}}.profile-service-input{width:100%;max-width:1500px}@media screen and (max-width:768px){.profile-service-input{width:100%;max-width:none}}.profile-service{position:relative}.profile-service[draggable=true] .profile-service-header{cursor:grab}.profile-service[draggable=true] .profile-service-header:active{cursor:grabbing}.profile-service-indicator{background:var(--gold);pointer-events:none;z-index:10;height:2px;position:absolute;left:0;right:0}.profile-service-indicator.top{top:-6px}.profile-service-indicator.bottom{bottom:-6px}.profile-service-category{position:relative}.profile-service-category-card{margin-bottom:12px}.profile-service-category-title{gap:10px;display:flex}.profile-service-category-descsription{justify-content:space-between;display:flex}.profile-service-category-descsription-icon{cursor:grab;display:inline-flex}.profile-service-category-services{border-radius:8px;min-height:80px;margin-top:12px;padding:12px}.profile-service-category-services-list{flex-direction:column;gap:8px;display:flex}.profile-service-category-indicator{background:var(--gold);pointer-events:none;z-index:10;height:2px;position:absolute;left:0;right:0}.profile-service-category-indicator.top{top:-6px}.profile-service-category-indicator.bottom{bottom:-6px}.profile-services{flex-direction:column;align-items:center;width:100%;padding-top:20px;display:flex}.profie-services-list{width:100%;max-width:1500px;display:flex}@media screen and (max-width:768px){.profie-services-list{width:100%;max-width:none}}.profile-services-uncategorized-title{justify-content:center;display:flex}.profile-services-uncategorized-content{border-radius:8px;flex-direction:column;gap:8px;min-height:24px;margin-top:12px;padding:6px;display:flex}.profile-booking-settings{flex-direction:column;align-items:center;width:100%;padding-top:20px;display:flex}.profile-booking-settings-card{width:100%;max-width:700px}.profile-booking-settings-label{gap:10px;display:flex}.profile-booking-settings-switch{width:100%}.profile-block-list{justify-content:center;width:100%;display:flex}.profile-block-list-card{width:100%}.profile-block-list-title{margin-bottom:4px!important}.profile-block-list-description{text-align:center;margin-bottom:24px;display:block}.profile-block-list-form{width:100%;max-width:700px;margin:0 auto 24px}.profile-block-list-input{width:100%}.profile-block-list-items{margin-top:8px}.profile-block-list-item-email{word-break:break-word}.profile-block-list-load-more{text-align:center;margin-top:16px;margin-bottom:16px}.profile-block-list-skeleton{padding:8px 16px}.profile-license-payment-actions-bar{flex-wrap:wrap;gap:12px;margin-top:18px;display:flex}@media screen and (max-width:768px){.profile-license-payment-actions-bar{flex-direction:column;align-items:stretch;gap:8px;width:100%}}.profile-license-payment-action-item{display:flex}.profile-license-payment-action-button{justify-content:center;width:260px}@media screen and (max-width:768px){.profile-license-payment-action-button{width:100%}}.profile-license-payment-hint{margin-top:8px;display:block}.profile-license-payment-list{margin-top:20px}.profile-license-payment-extend{margin-top:8px}.profile-license-payment-summary{border:1px solid var(--profile-license-border-color,#f0f0f0);border-radius:8px;flex-direction:column;gap:8px;margin-top:12px;padding:12px;display:flex}@media screen and (min-width:1200px){.profile-license-payment-summary{grid-template-columns:minmax(180px,1fr) minmax(220px,1fr) minmax(260px,300px);align-items:stretch;column-gap:24px;padding:16px 18px;display:grid}.profile-license-payment-summary.profile-license-payment-summary-no-qr{grid-template-columns:minmax(180px,1fr) minmax(220px,1fr)}}.profile-license-payment-details{flex-direction:column;gap:8px;display:flex}@media screen and (min-width:1200px){.profile-license-payment-details{grid-column:1/span 2;grid-template-columns:minmax(180px,1fr) minmax(220px,1fr);align-content:center;gap:10px 16px;display:grid}.profile-license-payment-summary.profile-license-payment-summary-no-qr .profile-license-payment-details{align-content:start}}.profile-license-payment-actions{margin-top:6px}@media screen and (max-width:768px){.profile-license-payment-actions{width:100%}}@media screen and (min-width:1200px){.profile-license-payment-actions{grid-column:1/span 2;margin-top:2px}}@media screen and (max-width:768px){.profile-license-payment-cancel-button{width:100%}}.profile-license-payment-summary-line{justify-content:space-between;gap:12px;display:flex}@media screen and (min-width:1200px){.profile-license-payment-summary-line{display:contents}.profile-license-payment-summary-line>:last-child{justify-self:start}}.profile-license-payment-qr{text-align:center;flex-direction:column;align-items:center;gap:8px;width:100%;display:flex}@media screen and (min-width:1200px){.profile-license-payment-qr{grid-column:3;justify-content:center;align-self:stretch}}.profile-license-payment-qr-title{margin-bottom:4px}.profile-license-payment-history-row{flex-direction:column;gap:4px;display:flex}.profile-license-payment-history-line{flex-wrap:wrap;align-items:baseline;gap:6px;display:flex}.profile-license-payment-load-more{text-align:center;margin-top:8px}.profile-license-payment-modal-input{margin-top:12px}.profile-license-payment-price-box{border:1px solid var(--profile-license-border-color,#f0f0f0);border-radius:8px;flex-direction:column;gap:6px;margin-top:12px;padding:10px 12px;display:flex}.profile-license{flex-direction:column;align-items:center;width:100%;padding-top:20px;display:flex}.profile-license-loading{justify-content:center;align-items:center;width:100%;min-height:60vh;display:flex}.profile-license-card{width:100%;max-width:1000px}.profile-license-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}@media screen and (max-width:992px){.profile-license-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:768px){.profile-license-grid{grid-template-columns:repeat(1,minmax(0,1fr))}}.profile-license-stat{border:1px solid var(--profile-license-border-color,#f0f0f0);border-radius:8px;flex-direction:column;padding:12px;display:flex}.profile-license-expired-value{color:var(--profile-license-expired-color,#ff4d4f)}.profile-license-invoicing-section{border:1px solid var(--profile-license-border-color,#f0f0f0);border-radius:8px;margin-top:20px;padding:12px}.profile-license-invoicing-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.profile-license-invoicing-title{flex:1;min-width:0;margin-bottom:0!important}@media screen and (max-width:768px){.profile-license-invoicing-edit-button{align-self:flex-start;width:auto;min-width:0;padding-inline:10px}}@media screen and (max-width:768px){.profile-license-invoicing-edit-label{display:none}}.profile-license-invoicing-hint{margin-bottom:8px;display:block}.profile-license-invoicing-form{margin-top:4px}.profile-license-invoicing-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 12px;display:grid}@media screen and (max-width:768px){.profile-license-invoicing-grid{grid-template-columns:repeat(1,minmax(0,1fr))}}.profile-license-invoicing-readonly-grid{grid-template-columns:1fr;gap:8px;display:grid}@media screen and (min-width:992px){.profile-license-invoicing-readonly-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:12px 20px}}.profile-license-invoicing-readonly-address{grid-template-columns:max-content minmax(0,1fr);align-items:center;gap:6px 10px;display:grid}@media screen and (max-width:768px){.profile-license-invoicing-readonly-address{grid-template-columns:max-content minmax(0,1fr);align-items:center;gap:6px 10px}}.profile-license-invoicing-readonly-identifiers{grid-template-columns:max-content minmax(0,1fr);align-items:center;gap:6px 10px;display:grid}@media screen and (max-width:768px){.profile-license-invoicing-readonly-identifiers{grid-template-columns:max-content minmax(0,1fr);align-items:center;gap:6px 10px}}.profile-license-invoicing-readonly-row{padding:2px 0;display:contents}@media screen and (max-width:768px){.profile-license-invoicing-readonly-row{display:contents}}.profile-license-invoicing-readonly-label{white-space:normal;margin-bottom:0}.profile-license-invoicing-readonly-value{text-align:left;margin-bottom:0;font-weight:500}@media screen and (max-width:768px){.profile-license-invoicing-readonly-value{text-align:left}}.profile-license-auto-assignment-hint{margin-top:12px;display:block}.client-appointment-delete-options{max-width:360px}.client-appointment-delete-options .ant-checkbox-wrapper{align-items:flex-start}.client-settings-contact{width:100%;margin-bottom:24px}.profile-clients{justify-content:center;width:100%;display:flex}.profile-clients-card{width:100%}.profile-clients-title{margin-bottom:4px!important}.profile-clients-description{text-align:center;margin-bottom:24px;display:block}.profile-clients .profile-clients-search{width:100%;max-width:520px;margin:0 auto 20px;display:flex}.profile-clients-alert{margin-bottom:16px}.profile-clients-list{width:100%}.profile-clients-item-title{justify-content:space-between;align-items:center;gap:12px;display:flex}.profile-clients-item-title-content{flex-wrap:wrap;align-items:center;gap:10px;min-width:0;display:flex}.profile-clients-item-name,.profile-clients-contact-value{overflow-wrap:anywhere}.profile-clients-item-name{text-align:left;white-space:normal;height:auto;padding:0;font-weight:600}.profile-clients-actions{flex:none}.profile-clients-item-description{flex-direction:column;align-items:flex-start;gap:6px;margin-top:8px;display:flex}.profile-clients-skeletons{flex-direction:column;gap:8px;padding:8px 16px;display:flex}.profile-clients-load-more{text-align:center;margin:16px 0}@media screen and (max-width:768px){.profile-clients-item-title{align-items:flex-start}.profile-clients-item-description{margin-top:15px}}@media screen and (max-width:600px){.profile-clients-item-title-content{flex-direction:column;align-items:flex-start;gap:4px}.profile-clients-search .ant-input-search-button{padding-inline:12px}}.profile-clients-workspace .ant-tabs-content-holder,.profile-clients-workspace .ant-tabs-tabpane{min-width:0}.profile-public-holidays{flex-direction:column;align-items:center;gap:24px;width:100%;padding-top:20px;display:flex}.profile-public-holidays-card{width:100%;max-width:760px}.profile-public-holidays-actions{margin:16px 0}.profile-public-holidays-template-description{margin-bottom:16px;display:block}.profile-public-holidays-template-controls{margin-bottom:16px}.profile-public-holidays-country-select{min-width:180px}.profile-public-holidays-template-list{scrollbar-width:thin;max-height:50vh;overflow-y:auto}.profile-public-holidays-import-mode{margin-top:20px;display:block}@media (max-width:576px){.profile-public-holidays-actions,.profile-public-holidays-actions .ant-space-item,.profile-public-holidays-actions .ant-btn,.profile-public-holidays-template-controls,.profile-public-holidays-template-controls .ant-space-item,.profile-public-holidays-country-select{width:100%}}.floating-lines-dark-container{width:100%;height:var(--landing-banner-height);z-index:0;position:relative;overflow:hidden}.landing-anonymous{--landing-surface:#f9f9fbb8;--landing-surface-strong:#f9f9fbdb;--landing-surface-soft:#f9f9fb8f;--landing-border:#b08d572e;--landing-border-strong:#b08d5747;--landing-shadow:0 18px 44px #050a181f;--landing-banner-height:520px;text-align:center;flex-direction:column;align-items:center;width:100%;display:flex}@media screen and (max-width:768px){.landing-anonymous{--landing-banner-height:700px}}:root[data-theme=dark] .landing-anonymous{--landing-surface:#11141fc7;--landing-surface-strong:#1c2130e0;--landing-surface-soft:#11141f9e;--landing-border:#b08d573d;--landing-border-strong:#b08d575c;--landing-shadow:0 18px 44px #00000047}:root[data-theme=light] .landing-anonymous-banner-container:after{background:linear-gradient(#050a1829 0%,#050a185c 100%)}.landing-anonymous-hover:hover{box-shadow:0 0 30px var(--pink)}.landing-anonymous-header{white-space:nowrap;background:linear-gradient(90deg, var(--purple) 40%, var(--pink) 90%) text;align-items:center;margin-top:114px;font-size:clamp(70px,6vw,110px);display:inline-flex}@media screen and (max-width:768px){.landing-anonymous-header{margin-top:134px}}.landing-anonymous-logo{vertical-align:baseline;background:url(/bookni-si.svg) 50%/contain no-repeat;width:.77em;height:.77em;margin-top:.55em;display:flex}@media screen and (max-width:750px){.landing-anonymous-logo{margin-top:.35em}}@media screen and (max-width:768px){.landing-anonymous-logo{margin-top:.35em}}.landing-anonymous-title{-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(70px,6vw,110px);font-weight:1000}.landing-anonymous-subtitle{margin:0 20px;font-size:20px;font-weight:500}.landing-anonymous-icon{color:var(--gold);margin-top:20px;font-size:40px}.landing-anonymous-cards{flex-wrap:wrap;justify-content:center;gap:20px;max-width:900px;margin-top:400px;display:flex}.landing-anonymous-card{text-align:center;flex-direction:column;flex:0 250px;justify-content:flex-start;display:flex}.landing-anonymous-card:hover{box-shadow:0 0 30px var(--pink)}.landing-anonymous-banner-container{text-align:center;width:100%;height:var(--landing-banner-height);flex-direction:column;align-items:center;display:flex;position:absolute;inset:0}.landing-anonymous-banner{position:absolute;inset:0}.landing-anonymous-hero-actions{z-index:1;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:70px;display:flex;position:relative}@media (max-width:1200px){.landing-anonymous-hero-actions{margin-top:120px}}@media (max-width:992px){.landing-anonymous-hero-actions{margin-top:80px}}@media (max-width:768px){.landing-anonymous-hero-actions{margin-top:150px}}@media (max-width:420px){.landing-anonymous-hero-actions{margin-top:90px}}@media (max-width:350px){.landing-anonymous-hero-actions{margin-top:30px}}@media screen and (max-width:768px){.landing-anonymous-hero-actions{flex-direction:column;width:min(100%,100% - 32px);margin-inline:auto}}.landing-anonymous-primary-cta.ant-btn,.landing-anonymous-secondary-cta.ant-btn{height:48px;box-shadow:none;padding-inline:24px;font-weight:600}.landing-anonymous-secondary-cta.ant-btn{color:var(--light);background:#f9f9fb29;border:1px solid #f9f9fb38}:root[data-theme=light] .landing-anonymous-secondary-cta.ant-btn:not(:disabled):not(.ant-btn-disabled):hover,:root[data-theme=light] .landing-anonymous-secondary-cta.ant-btn:not(:disabled):not(.ant-btn-disabled):active{background:#f9f9fb99}:root[data-theme=dark] .landing-anonymous-secondary-cta.ant-btn:not(:disabled):not(.ant-btn-disabled):hover,:root[data-theme=dark] .landing-anonymous-secondary-cta.ant-btn:not(:disabled):not(.ant-btn-disabled):active{background:#1c213099}.landing-anonymous-trust-strip{z-index:1;flex-wrap:wrap;justify-content:center;gap:12px;width:100%;margin-top:18px;display:flex;position:relative}.landing-anonymous-trust-item{color:var(--light);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f9f9fb24;border:1px solid #f9f9fb24;border-radius:18px;align-items:center;gap:10px;padding:12px 16px;display:inline-flex}.landing-anonymous-sections{width:min(1120px,100% - 8px);margin-top:calc(var(--landing-banner-height) + 40px);flex-direction:column;gap:36px;display:flex}.landing-anonymous-section{background:var(--landing-surface);border:1px solid var(--landing-border);width:100%;box-shadow:var(--landing-shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:30px;padding:44px 36px}@media screen and (max-width:768px){.landing-anonymous-section{padding:32px 22px}}.landing-anonymous-section-soft{background:var(--landing-surface-soft)}.landing-anonymous-section-tight{padding-top:38px;padding-bottom:38px}.landing-anonymous-section-steps{scroll-margin-top:32px}.landing-anonymous-section-heading{flex-direction:column;gap:10px;max-width:760px;margin:0 auto 34px;display:flex}.landing-anonymous-section-title{margin-bottom:0!important}.landing-anonymous-storyband{grid-template-columns:minmax(0,1fr) minmax(280px,420px);align-items:center;gap:28px;margin-bottom:32px;display:grid}@media screen and (max-width:900px){.landing-anonymous-storyband{grid-template-columns:1fr}}.landing-anonymous-storyband-copy{text-align:left;flex-direction:column;align-items:flex-start;gap:14px;display:flex}@media screen and (max-width:900px){.landing-anonymous-storyband-copy{align-items:center}}.landing-anonymous-storyband-eyebrow{color:var(--gold);letter-spacing:.08em;text-transform:uppercase;font-size:13px;font-weight:700}.landing-anonymous-storyband-title.ant-typography{margin-bottom:0}@media screen and (max-width:900px){.landing-anonymous-storyband-title.ant-typography{text-align:center}}.landing-anonymous-storyband-points{flex-wrap:wrap;gap:12px;margin-top:4px;display:flex}@media screen and (max-width:900px){.landing-anonymous-storyband-points{justify-content:center}}.landing-anonymous-storyband-point{border:1px solid var(--landing-border);background:var(--landing-surface-soft);border-radius:999px;align-items:center;gap:10px;padding:10px 14px;display:inline-flex}.landing-anonymous-storyband-visual{justify-content:center;align-items:center;min-height:280px;display:flex;position:relative}.landing-anonymous-story-image-shell{border:1px solid var(--landing-border);background:radial-gradient(circle at 100% 0,#ecb3902e,#0000 40%),linear-gradient(#f9f9fbeb,#f9f9fbb8);border-radius:28px;width:min(100%,360px);padding:14px;overflow:hidden;box-shadow:0 24px 54px #050a1824}:root[data-theme=dark] .landing-anonymous-story-image-shell{background:radial-gradient(circle at 100% 0,#ecb39029,#0000 40%),linear-gradient(#1c2130f5,#11141fd6)}.landing-anonymous-story-image{border-radius:20px;width:100%;height:auto;display:block}.landing-anonymous-story-float{border:1px solid var(--landing-border);background:var(--landing-surface-strong);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:999px;padding:10px 14px;font-size:13px;font-weight:600;position:absolute;box-shadow:0 16px 36px #050a1824}@media screen and (max-width:900px){.landing-anonymous-story-float{display:none}}.landing-anonymous-story-float-top{top:18px;right:8px}.landing-anonymous-story-float-bottom{bottom:20px;left:4px}.landing-anonymous-reason-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}@media screen and (max-width:768px){.landing-anonymous-reason-grid{grid-template-columns:1fr}}.landing-anonymous-reason-card,.landing-anonymous-step-card,.landing-anonymous-feature-column,.landing-anonymous-pricing-card{border:1px solid var(--landing-border);background:var(--landing-surface-strong);border-radius:24px}.landing-anonymous-reason-card,.landing-anonymous-step-card{text-align:left;flex-direction:column;align-items:flex-start;gap:16px;padding:28px;display:flex}.landing-anonymous-section-icon,.landing-anonymous-inline-icon,.landing-anonymous-step-icon{color:var(--gold)}.landing-anonymous-section-icon,.landing-anonymous-step-icon{font-size:24px}.landing-anonymous-inline-icon{margin-top:1px;font-size:18px}.landing-anonymous-pricing-card{text-align:left;padding:34px}@media screen and (max-width:768px){.landing-anonymous-pricing-card{text-align:center}}.landing-anonymous-pricing-main{grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);align-items:center;gap:20px;display:grid}@media screen and (max-width:768px){.landing-anonymous-pricing-main{grid-template-columns:1fr}}.landing-anonymous-pricing-copy{flex-direction:column;align-items:flex-start;display:flex}@media screen and (max-width:768px){.landing-anonymous-pricing-copy{text-align:center;align-items:center}}.landing-anonymous-pricing-eyebrow{color:var(--gold);letter-spacing:.04em;text-transform:uppercase;margin-bottom:12px;font-weight:700}.landing-anonymous-pricing-price{margin-bottom:6px!important;font-size:clamp(34px,5vw,52px)!important;line-height:1!important}.landing-anonymous-pricing-period{font-size:16px}.landing-anonymous-pricing-highlight{border:1px solid var(--landing-border);background:linear-gradient(135deg,#b08d5724,#0000);border-radius:20px;align-items:center;gap:14px;padding:18px 20px;display:flex}@media screen and (max-width:768px){.landing-anonymous-pricing-highlight{text-align:left}}.landing-anonymous-pricing-highlight-copy{flex-direction:column;gap:4px;display:flex}.landing-anonymous-pricing-facts{flex-wrap:wrap;gap:12px;margin-top:26px;display:flex}.landing-anonymous-pricing-fact,.landing-anonymous-audience-chip{border:1px solid var(--landing-border);background:var(--landing-surface-soft);border-radius:999px;padding:12px 16px}.landing-anonymous-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid;position:relative}@media screen and (max-width:768px){.landing-anonymous-steps{grid-template-columns:1fr}}.landing-anonymous-step-card{padding-top:60px;position:relative}.landing-anonymous-step-badge{background:linear-gradient(135deg, var(--purple) 0%, var(--pink) 100%);width:42px;height:42px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:inline-flex;position:absolute;top:15px;left:24px;box-shadow:0 12px 28px #00000029}.landing-anonymous-audience-list{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.landing-anonymous-audience-chip{padding-inline:18px}.landing-anonymous-feature-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}@media screen and (max-width:768px){.landing-anonymous-feature-columns{grid-template-columns:1fr}}.landing-anonymous-feature-column{text-align:left;padding:28px}.landing-anonymous-feature-column-title{color:var(--gold);margin-bottom:16px;font-weight:700;display:block}.landing-anonymous-feature-list{flex-direction:column;gap:16px;display:flex}.landing-anonymous-feature-item{text-align:left;align-items:flex-start;gap:12px;display:flex}.landing-anonymous-complete-features-layout{flex-direction:column;gap:28px;display:flex}.landing-anonymous-complete-features-visual{width:100%}.landing-anonymous-complete-features-visual-card{border:1px solid var(--landing-border);background:radial-gradient(circle at top left, #7936e629, transparent 38%), radial-gradient(circle at bottom right, #ecb3902e, transparent 42%), var(--landing-surface-strong);border-radius:28px;max-width:920px;margin:0 auto;padding:24px;box-shadow:0 20px 46px #050a181f}.landing-anonymous-complete-features-pills{flex-wrap:wrap;gap:10px;margin-bottom:18px;display:flex}.landing-anonymous-complete-features-pill{color:var(--dark);background:#f9f9fbb8;border:1px solid #b08d573d;border-radius:999px;padding:9px 12px;font-size:12px;font-weight:700}:root[data-theme=dark] .landing-anonymous-complete-features-pill{color:var(--light);background:#11141f9e}.landing-anonymous-complete-features-image{border:1px solid var(--landing-border);border-radius:22px;width:100%;height:auto;display:block;box-shadow:0 16px 32px #050a181f}.landing-anonymous-complete-features-groups{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}@media screen and (max-width:960px){.landing-anonymous-complete-features-groups{grid-template-columns:1fr}}.landing-anonymous-complete-feature-group{border:1px solid var(--landing-border);background:var(--landing-surface-strong);text-align:left;border-radius:24px;padding:22px 24px}.landing-anonymous-complete-feature-group-title{color:var(--gold);letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px;font-size:13px;font-weight:700;display:block}.landing-anonymous-complete-feature-list{gap:12px;display:grid}.landing-anonymous-complete-feature-item{border-bottom:1px solid var(--landing-border);text-align:left;align-items:flex-start;gap:12px;padding-bottom:12px;display:flex}.landing-anonymous-complete-feature-item:last-child{border-bottom:none;padding-bottom:0}.landing-anonymous-contact-section{background:radial-gradient(circle at top right, #ecb39024, transparent 28%), radial-gradient(circle at bottom left, #7936e61f, transparent 34%), var(--landing-surface)}.landing-anonymous-contact-card{text-align:left;grid-template-columns:minmax(0,1.2fr) auto;align-items:center;gap:24px;display:grid}@media screen and (max-width:900px){.landing-anonymous-contact-card{text-align:center;grid-template-columns:1fr}}.landing-anonymous-contact-copy{flex-direction:column;gap:12px;display:flex}.landing-anonymous-contact-eyebrow{color:var(--gold);letter-spacing:.08em;text-transform:uppercase;font-size:13px;font-weight:700}.landing-anonymous-contact-actions{flex-direction:column;align-items:flex-end;gap:12px;display:flex}@media screen and (max-width:900px){.landing-anonymous-contact-actions{align-items:center}}.landing-anonymous-contact-button{background:linear-gradient(135deg, var(--purple) 0%, var(--pink) 100%);color:var(--white);border-radius:999px;align-items:center;gap:10px;padding:14px 20px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 16px 32px #050a1829}.landing-anonymous-contact-button:hover{color:var(--white);transform:translateY(-2px);box-shadow:0 20px 38px #050a1833}.landing-anonymous-contact-email{font-size:15px;font-weight:600}.landing-anonymous-banner-background-light{background:linear-gradient(135deg, var(--purple-dark) 50%, var(--purple-dark2) 180%)}.landing-anonymous-banner-background-dark{background:linear-gradient(to bottom, var(--dark) 50%, var(--dark-blue2) 130%)}.booking-tenant-header{justify-content:space-between;align-items:center;gap:32px;max-width:1280px;min-height:560px;margin:0 auto;padding:0 32px 72px;display:flex}@media (max-width:1279px){.booking-tenant-header{gap:24px;padding:0 24px 56px}}@media (max-width:768px){.booking-tenant-header{text-align:center;flex-direction:column;justify-content:center;gap:24px;padding:0 20px 40px}}.booking-tenant-header-title-wrapper{flex-direction:column;flex:50%;max-width:520px;display:flex}@media (max-width:768px){.booking-tenant-header-title-wrapper{flex:none;align-items:center;max-width:100%}}.booking-tenant-header-title{font-family:Playfair Display,serif;font-size:4rem;line-height:1.05}@media (max-width:1279px){.booking-tenant-header-title{font-size:3.2rem}}@media (max-width:768px){.booking-tenant-header-title{font-size:2.6rem;line-height:1.08}}.booking-tenant-header-subtitle{margin-top:8px;font-family:Playfair Display,serif;font-size:1.2rem;line-height:1.4}@media (max-width:1279px){.booking-tenant-header-subtitle{font-size:1.05rem}}@media (max-width:768px){.booking-tenant-header-subtitle{max-width:30ch;margin-top:10px;font-size:1rem;line-height:1.45}}.booking-tenant-header-avatar-wrapper{flex:50%;justify-content:center;align-items:center;display:flex;position:relative}@media (max-width:768px){.booking-tenant-header-avatar-wrapper{flex:none;order:-1;width:100%}}.booking-tenant-header-avatar-image{object-fit:cover;border-radius:74% 26% 44% 56%/34% 48% 52% 66%;width:100%;max-width:500px;min-height:500px;display:block;position:relative;overflow:hidden}@media (max-width:1279px){.booking-tenant-header-avatar-image{max-width:420px;min-height:420px}}@media (max-width:768px){.booking-tenant-header-avatar-image{width:min(72vw,320px);max-width:320px;min-height:unset;aspect-ratio:3/4;margin:0 auto}}.booking-tenant-header-logo-wrapper{flex:50%;justify-content:center;align-items:center;display:flex;position:relative}@media (max-width:768px){.booking-tenant-header-logo-wrapper{flex:none;order:-1;width:100%;min-height:100dvh}}.booking-tenant-header-logo-image{object-fit:contain;width:100%;max-width:500px;min-height:500px;display:block;position:relative;overflow:hidden}@media (max-width:1279px){.booking-tenant-header-logo-image{max-width:420px;min-height:420px}}@media (max-width:768px){.booking-tenant-header-logo-image{width:min(72vw,320px);max-width:320px;height:auto;min-height:unset;aspect-ratio:auto;max-height:calc(100dvh - 220px);margin:0 auto}}@keyframes fadeInLogo{to{opacity:1}}@keyframes blob{0%{border-radius:58% 42% 36% 64%/46% 30% 70% 54%}20%{border-radius:30% 70% 55% 45%/28% 62% 38% 72%}40%{border-radius:66% 34% 28% 72%/64% 44% 56% 36%}60%{border-radius:42% 58% 72% 28%/52% 68% 32% 48%}80%{border-radius:74% 26% 44% 56%/34% 48% 52% 66%}to{border-radius:58% 42% 36% 64%/46% 30% 70% 54%}}.booking-tenant-header-cta{display:none}@media (max-width:768px){.booking-tenant-header-cta{z-index:1;bottom:max(clamp(40px, 10svh, 88px), calc(env(safe-area-inset-bottom) + 24px));width:min(320px,100vw - 40px);height:50px;box-shadow:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);justify-content:center;align-items:center;font-weight:600;display:inline-flex;position:absolute;left:50%;transform:translate(-50%);border:1px solid var(--gold)!important;color:var(--gold)!important;background:0 0!important}.booking-tenant-header-cta:hover,.booking-tenant-header-cta:focus-visible{border-color:var(--gold)!important;color:var(--gold)!important;background:#b08d571f!important}}.header--booking-anonymous~.app-content-layout .booking-tenant-header--avatar,.header--booking-customer~.app-content-layout .booking-tenant-header--avatar{padding-top:calc(max(10px, env(safe-area-inset-top)) + 44px + 12px)}@media (max-width:768px){.header--authenticated~.app-content-layout .booking-tenant-header-logo-wrapper{min-height:calc(100dvh - 72px - env(safe-area-inset-top))}}@media (max-width:768px){.booking-tenant-header-visual{opacity:0}}@media (max-width:768px){.booking-tenant-header-visual-loaded{animation:.8s ease-out forwards fadeInLogo}}@media (max-width:768px) and (prefers-reduced-motion:reduce){.booking-tenant-header-visual-loaded{opacity:1;animation:none}}.booking-tenant-footer{flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;max-width:1000px;display:flex}.booking-tenant-footer-about-us{flex-direction:column;align-items:center;width:100%;max-width:1000px;display:flex;overflow:hidden}@media (max-width:576px){.booking-tenant-footer-about-us{flex-direction:column}}.booking-tenant-footer-about-us-content{text-align:center;gap:24px;display:flex}.booking-tenant-footer-about-us-content-wrapper{flex:1}.booking-tenant-footer-about-us-image-content{width:200px}.booking-tenant-footer-about-us-image{border-radius:18px}.booking-tenant-footer-about-us-image-small{margin:24px 24px 0;width:calc(100% - 48px)!important;max-width:200px!important}.booking-tenant-footer-about-us-title{text-align:center}.booking-tenant-footer-about-us-description{text-align:justify}.booking-tenant-footer-about-me{width:100%;max-width:1000px;display:flex;overflow:hidden}@media (max-width:576px){.booking-tenant-footer-about-me{flex-direction:column}}.booking-tenant-footer-about-me-content{gap:24px;display:flex}.booking-tenant-footer-about-me-image-content{width:180px}.booking-tenant-footer-about-me-image{border-radius:18px}.booking-tenant-footer-about-me-image-small{margin:24px 24px 0;border-radius:18px!important;width:calc(100% - 48px)!important;max-width:150px!important}.booking-tenant-footer-about-me-description{text-align:justify;flex:1}.booking{flex-direction:column;align-items:center;width:100%;display:flex}.booking-configuration-unavailable .ant-result{width:100%;max-width:720px}.booking-configuration-unavailable-content{flex-direction:column;align-items:center;gap:16px;display:flex}.booking-configuration-unavailable-issues{text-align:left;margin:0;padding-left:20px}.booking-service-option-title{text-align:start;justify-content:space-between;align-items:baseline;gap:10px;width:100%;min-width:0;display:flex}.booking-service-option-footer{justify-content:end;gap:10px;width:100%;min-width:0;display:flex}.booking-service-price,.booking-service-duration{white-space:nowrap}.booking-service-description-card{margin-bottom:24px}.booking-service-description-title-selected{font-size:1.1rem}.booking-service-description-title{white-space:wrap;font-size:1.1rem;display:flex}.booking-service-description{text-align:justify;flex-direction:column;gap:20px;display:flex}.bookding-service-description-multi{flex-direction:column;display:flex}.booking-service-description-divider{margin:10px 0!important}.booking-service-description-footer{justify-content:space-evenly;align-items:center;display:flex}.booking-service-description-footer-item{gap:10px;display:flex}.booking-service-description-footer-divider{height:24px}@media screen and (max-width:768px){.booking-time-slots-wrapper{margin-top:24px}}.booking-time-slots-card{height:100%}.booking-time-slots{flex-wrap:wrap;justify-content:center;gap:5px;width:100%;display:flex}.booking-time-slot-button.ant-btn-variant-link:hover{color:var(--app-color-accent-text,var(--gold))!important}.booking-time-slots .ant-btn{font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}.booking-time-slots-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;height:100%;display:flex}.booking-time-slot-empty-icon{font-size:25px}.booking-form{width:100%;max-width:1000px}@media screen and (max-width:768px){.booking-form{width:100%;max-width:none}}.booking-start-anchor{scroll-margin-top:16px}.booking-license-warning{margin-bottom:16px}.booking-calendar .ant-picker-cell-selected .ant-picker-cell-inner{border-radius:8px;width:80%;margin:auto}.booking-calendar .ant-picker-cell:hover .ant-picker-cell-inner{width:80%;box-shadow:0 0 0 1px var(--gold), 0 0 45px var(--gold);margin:auto;transform:translateY(-1px)}.booking-calendar .ant-picker-calendar-mode-switch{display:none}.booking-calendar-header{justify-content:center;gap:10px;margin-bottom:10px;display:flex}.booking-calendar-header-select{width:40%}.booking-calendar-header-arrow{width:10%}.booking-client-details{margin:24px 0;scroll-margin-top:20px}.booking-select{border-radius:6px;box-shadow:0 10px 40px #00000073}.booking-card-selector.ant-radio-group{--booking-selector-avatar-size:60px;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;width:100%;display:grid}@media screen and (min-width:992px){.booking-card-selector.ant-radio-group.booking-card-selector-two-items{grid-template-columns:repeat(2,minmax(0,1fr))}}.booking-selector-label{color:inherit;margin-bottom:8px;font-size:1rem;font-weight:600}.booking-selector-card.ant-radio-wrapper{white-space:normal;cursor:pointer;width:100%;height:auto;min-height:88px;color:var(--booking-selector-card-text);background:var(--booking-selector-card-background);border:1px solid var(--booking-selector-card-border);border-radius:12px;align-items:center;margin-inline-end:0;padding:12px 16px;line-height:1.25;transition:transform .16s,box-shadow .16s,border-color .16s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000040}.booking-selector-card-native-radio.ant-radio{opacity:0;clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:0;padding:0;position:absolute;overflow:hidden}.booking-selector-card-content{flex-direction:row;align-items:center;gap:12px;width:100%;min-width:0;display:flex;padding-inline:0!important}.booking-selector-card.ant-radio-wrapper-checked,.booking-selector-card.ant-radio-wrapper-checked:hover{color:var(--booking-selector-card-selected-text);background:var(--booking-selector-card-selected-background);border-color:var(--booking-selector-card-selected-background)}.booking-selector-card.ant-radio-wrapper:has(.ant-radio-input:focus-visible){outline:3px solid var(--booking-selector-card-focus);outline-offset:3px}.booking-selector-card.ant-radio-wrapper-disabled{cursor:not-allowed;opacity:.5}.ant-form-item-has-error .booking-selector-card.ant-radio-wrapper:not(.ant-radio-wrapper-checked){border-color:var(--booking-selector-card-error)}.booking-selector-card-avatar.ant-avatar{width:var(--booking-selector-avatar-size);min-width:var(--booking-selector-avatar-size);height:var(--booking-selector-avatar-size);font-size:calc(var(--booking-selector-avatar-size) * .4);color:var(--booking-selector-avatar-text);background:var(--booking-selector-avatar-background);border:2px solid var(--booking-selector-card-border)}.booking-selector-card-avatar.ant-avatar img{object-fit:cover}.booking-staff-card-name.ant-typography{min-width:0;color:inherit;text-align:start;overflow-wrap:anywhere;flex:1;font-size:1rem;font-weight:600}.booking-location-card-copy{text-align:start;flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.booking-location-card-name.ant-typography{color:inherit;overflow-wrap:anywhere;font-size:1rem;font-weight:600}.booking-location-card-address.ant-typography{color:var(--booking-selector-card-secondary-text);overflow-wrap:anywhere;font-size:.875rem;line-height:1.35}.booking-selector-card.ant-radio-wrapper-checked .booking-location-card-address.ant-typography{color:inherit;opacity:.85}.booking-selector-check{width:20px;height:20px;color:inherit;opacity:0;flex:none;justify-content:center;align-items:center;font-size:20px;line-height:1;transition:opacity .16s,transform .16s;display:inline-flex;transform:scale(.75)}.booking-selector-card.ant-radio-wrapper-checked .booking-selector-check,.booking-service-card-selected .booking-selector-check{opacity:1;transform:scale(1)}.booking-selector-card.ant-radio-wrapper-checked .booking-selector-card-avatar.ant-avatar{border-color:var(--booking-selector-card-selected-text)}@media screen and (max-width:991px){.booking-card-selector.ant-radio-group{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}@media screen and (max-width:575px){.booking-card-selector.ant-radio-group{grid-template-columns:minmax(0,1fr);gap:10px}.booking-selector-card.ant-radio-wrapper{min-height:76px;padding:10px 12px}.booking-selector-card-content{gap:10px}.booking-selector-card-avatar.ant-avatar{width:52px;min-width:52px;height:52px;font-size:21px}}@media (prefers-reduced-motion:reduce){.booking-selector-card.ant-radio-wrapper,.booking-selector-check{transition:none}.booking-selector-card.ant-radio-wrapper:hover{transform:none}}.booking-selector-service{margin-bottom:24px}.booking-service-category{font-size:1.3rem}@media (max-width:768px){.booking-service-category{font-size:1.1rem}}.booking-service-category:hover{color:var(--app-color-accent-text,var(--gold))}.booking-service-card-selected,.booking-service-card-selected .ant-card-meta-title,.booking-service-card-selected .ant-typography,.booking-service-card-selected .booking-service-option-footer{color:var(--app-color-on-primary,#fff)!important}.booking-service-card-selected .booking-service-option-footer,.booking-service-card-selected .booking-service-option-title-text{opacity:1}.booking-service-card-disabled{cursor:not-allowed}.booking-service-card-disabled .booking-service-option-title-text,.booking-service-card-disabled .booking-service-option-footer{opacity:.5;filter:grayscale()}.booking-service-option-title-disabled-icon{min-width:20px;max-width:20px;font-size:1.1rem}.booking-consent-checkbox .ant-checkbox{align-self:flex-start;margin-top:5px}.booking-deposit-confirmation-modal .ant-modal-body{padding-top:8px}.booking-deposit-confirmation-content{flex-direction:column;gap:20px;display:flex}.booking-deposit-confirmation-description{line-height:1.65}.booking-deposit-confirmation-summary{border:1px solid;border-radius:12px;align-items:center;gap:16px;padding:16px;display:flex}.booking-deposit-confirmation-icon{border-radius:50%;flex:0 0 48px;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex}.booking-deposit-confirmation-amount-wrapper{flex-direction:column;gap:2px;min-width:0;display:flex}.booking-deposit-confirmation-label{font-size:.85rem}.booking-deposit-confirmation-amount{overflow-wrap:anywhere;font-size:2rem;font-weight:600;line-height:1.2;display:block}.booking-deposit-confirmation-footer-actions{justify-content:flex-end;gap:8px;display:flex}@media screen and (max-width:600px){.booking-deposit-confirmation-modal{max-width:calc(100vw - 24px);margin:12px auto}.booking-deposit-confirmation-summary{align-items:flex-start}.booking-deposit-confirmation-footer-actions{flex-direction:column-reverse}.booking-deposit-confirmation-footer-actions .ant-btn{width:100%;margin-inline-start:0}}.staff-memberships,.staff-membership-card{width:100%}.client{flex-direction:column;align-items:center;width:100%;display:flex}.client-title{margin:20px}.client-input{width:100%;max-width:700px}@media screen and (max-width:768px){.client-input{width:100%;max-width:none}}.client-input-email-switch{width:100%}.client-warning-alert{width:100%;max-width:700px;margin-bottom:16px}.client-warning-title{justify-content:center;align-items:center;display:flex}.client-warning-description{flex-direction:column;align-items:center;display:flex}.client-warning-button{margin-top:20px}.client-password-federated-alert{margin-bottom:16px}.client-auth-providers-section{text-align:left;width:100%}.client-auth-provider-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:16px 0 12px;display:grid}.client-auth-provider-card{background:#7f7f7f0f;border:1px solid #7f7f7f40;border-radius:8px;align-items:center;gap:10px;min-width:0;padding:12px;display:flex}.client-auth-provider-card-current{border-color:var(--app-status-info-fg);box-shadow:0 0 0 1px color-mix(in srgb, var(--app-status-info-fg) 24%, transparent)}.client-auth-provider-icon{flex:0 0 24px;justify-content:center;align-items:center;width:24px;height:24px;font-size:22px;display:inline-flex}.client-auth-provider-icon svg,.client-auth-provider-icon img{object-fit:contain;width:24px;height:24px}.client-auth-provider-card-content{flex-wrap:wrap;flex:1;align-items:center;gap:6px;min-width:0;display:flex}.client-auth-provider-current-tag{margin-inline-end:0}.client-auth-providers-empty{margin:16px 0 12px}.client-auth-providers-hint{margin-bottom:0}@media screen and (max-width:600px){.client-auth-provider-grid{grid-template-columns:1fr}}.client-password-change-form{width:100%}.account-deletion-modal .ant-modal-body{flex-direction:column;gap:16px;display:flex}.account-deletion-impact-list .ant-list-item{padding-block:10px}.my-booking-title{justify-content:space-between;align-items:center;display:flex}@media (max-width:768px){.my-booking-title{align-items:start}}.my-booking-title-text{flex-wrap:wrap;align-items:start;gap:10px;display:flex}@media (max-width:600px){.my-booking-title-text{flex-direction:column;align-items:flex-start;gap:0}}.my-booking-service-names{flex-direction:column;align-items:start;gap:10px;display:flex}.my-booking-title-actions{gap:5px;display:flex}.my-booking-description{flex-direction:column;align-items:start;gap:10px;display:flex}@media (max-width:768px){.my-booking-description{margin-top:15px}}.my-booking-date-time{align-items:start;gap:10px;display:flex}@media (max-width:768px){.my-booking-date-time{margin-top:5px}}.workspace-page-header{text-align:start;flex-direction:column;align-items:flex-start;gap:4px;width:100%;min-width:0;display:flex}.workspace-page-header-title.ant-typography{margin:0;font-family:inherit;font-size:24px;font-weight:600;line-height:32px}.workspace-page-header-description.ant-typography{max-width:65ch;margin:0;font-family:inherit;font-size:14px;font-weight:400;line-height:22px}.deposit{flex-direction:column;display:flex}.deposit-page-header,.deposit-card{width:100%}.deposit-list-title{flex-wrap:wrap;align-items:start;gap:10px;margin-bottom:10px;display:flex}@media (max-width:600px){.deposit-list-title{flex-direction:column;align-items:flex-start;gap:0}}.deposit-list-title-name{color:var(--app-color-accent-text,var(--gold))}.deposit-list-title-service-name{flex-wrap:wrap;gap:5px;display:flex}@media (max-width:600px){.deposit-list-title-service-name{flex-direction:column;align-items:flex-start;gap:0}}@media (min-width:600px){.deposit-list-title-service-name>:not(:last-child):after{content:",";margin:0}}.deposit-description{flex-direction:column;align-items:start;gap:3px;display:flex}.deposit-description-item{gap:5px;display:flex}.deposit-buttons{justify-content:end;gap:10px;width:100%;display:flex}@media screen and (max-width:768px){.deposit-buttons{flex-direction:column;margin-top:10px}}.statistics-toolbar-controls{justify-content:flex-end;width:100%}.statistics-preset-select{min-width:220px}.statistics-card{border-radius:20px;height:100%}.statistics-filter-select{width:100%}.statistics-filter-field{flex-direction:column;gap:6px;display:flex}.statistics-filter-label{color:var(--app-color-description,var(--app-color-muted));font-size:.875rem;font-weight:600}.statistics-card-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.statistics-legend{flex-wrap:wrap;gap:12px;display:flex}.statistics-legend-item{color:var(--app-color-secondary-text,var(--app-color-muted));align-items:center;gap:6px;display:inline-flex}.statistics-legend-dot{border-radius:999px;width:10px;height:10px;display:inline-block}.statistics-timeseries{align-items:flex-end;gap:8px;min-height:240px;padding-top:12px;display:flex;overflow-x:auto}.statistics-timeseries-group{flex-direction:column;align-items:center;gap:8px;min-width:44px;display:flex}.statistics-timeseries-bars{justify-content:center;align-items:flex-end;gap:4px;width:100%;height:180px;display:flex}.statistics-timeseries-bar-wrap{flex:1;align-items:flex-end;min-width:8px;height:100%;display:flex}.statistics-timeseries-bar{border-radius:8px 8px 0 0;width:100%;min-height:4px}.statistics-timeseries-label{font-size:12px}.series-total{background:linear-gradient(#9fb3c8 0%,#53657a 100%)}.series-completed{background:linear-gradient(#7fd5a6 0%,#2f8f5b 100%)}.series-cancelled{background:linear-gradient(#ffb1a4 0%,#d45c4d 100%)}.series-booked-value{background:linear-gradient(#f6c66b 0%,#b97d1d 100%)}.statistics-pattern-list{flex-direction:column;gap:10px;display:flex}.statistics-pattern-row{grid-template-columns:60px minmax(120px,1fr) 40px 90px;align-items:center;gap:10px;display:grid}.statistics-pattern-label{font-weight:600}.statistics-pattern-track{background:#0000000f;border-radius:999px;height:10px;overflow:hidden}.statistics-pattern-fill{background:linear-gradient(90deg,#8fc1ff 0%,#3769a8 100%);border-radius:999px;height:100%}.statistics-pattern-value,.statistics-pattern-secondary{text-align:right}.statistics-insight-item{border-bottom:1px solid #0000000f;justify-content:space-between;gap:12px;padding:10px 0;display:flex}.statistics-insight-item:last-child{border-bottom:0;padding-bottom:0}@media (max-width:768px){.statistics-toolbar-controls{flex-direction:column;align-items:stretch}.statistics-toolbar-controls .ant-picker,.statistics-toolbar-controls .responsive-date-range-picker,.statistics-preset-select{width:100%}.statistics-pattern-row{grid-template-columns:minmax(32px,48px) minmax(0,1fr) minmax(24px,32px) minmax(48px,72px);gap:6px}.statistics-pattern-row>*{min-width:0}.statistics-pattern-label,.statistics-pattern-value,.statistics-pattern-secondary{overflow-wrap:anywhere}.statistics-timeseries-group{min-width:38px}}.status{justify-self:center;align-items:center;gap:20px;display:flex}.status-content{flex-direction:column;justify-self:center;align-items:center;gap:20px;display:flex}.status-card{text-align:center;width:100%;max-width:700px;min-height:200px}.status-card-note{text-align:center;width:100%;max-width:700px}.status-title{flex-direction:column;justify-content:center;align-items:center;display:flex}.status-description-container{flex-direction:column;display:flex}@media screen and (max-width:768px){.status-description{text-align:justify;display:flex}}.status-payment-details{flex-direction:column;justify-content:center;align-items:center;margin-top:20px;display:flex}.status-payment-details-qr-code{margin-bottom:20px}.status-icon{color:var(--app-status-success-fg);margin-bottom:10px;font-size:30px}.status-icon-deposit{color:var(--app-status-warning-fg);margin-bottom:10px;font-size:30px}.status-icon-cancelled{color:var(--app-status-error-fg);margin-bottom:10px;font-size:30px}.status-details{flex-direction:column;align-items:start;gap:10px;display:flex}.status-details>div{text-align:justify;align-items:start;gap:7px;display:flex}@media screen and (max-width:768px){.status-details>div{flex-direction:column;gap:0}}.status-details>div>:first-child{white-space:nowrap;flex-shrink:0}.status-service-names{flex-direction:column;display:flex}.status-service-descriptions-container{flex-direction:column;gap:10px;display:flex}.status-service-descriptions{flex-direction:column;display:flex}.status-service-description-title{font-weight:700}.status-cancel-description{flex-direction:column;margin:20px 0;display:flex}.status-action-buttons{gap:10px;display:flex}@media screen and (max-width:768px){.status-action-buttons{flex-direction:column}}.privacy-terms-container{max-width:100dvw;margin:0 auto;padding:24px 16px 48px}.privacy-terms-table{margin-bottom:24px}.privacy-terms-container ul{margin:.25rem 0 .75rem;padding-left:1.4rem}.service-terms-container{margin:0 auto;padding:24px 16px 48px}.service-terms-container ul{margin:.25rem 0 .75rem;padding-left:1.4rem}.time-off-page{flex-direction:column;gap:18px;display:flex}.time-off-submit-column{align-items:flex-start;padding-top:30px;display:flex}.time-off-list-card .ant-list-item-action{flex-wrap:wrap;display:flex}.time-off-list-description{width:100%}@media screen and (max-width:1199px){.time-off-submit-column .ant-btn{width:100%}}@media screen and (max-width:768px){.time-off-submit-column{padding-top:0}.time-off-list-card .ant-list-item{flex-direction:column;align-items:flex-start}.time-off-list-card .ant-list-item-meta,.time-off-list-card .ant-list-item-meta-content,.time-off-list-card .ant-list-item-action{width:100%;min-width:0}.time-off-list-card .ant-list-item-action{justify-content:flex-end;margin-block-start:8px;margin-inline-start:0}}.profile-client-insights-section{margin-top:16px}.profile-client-insights-kpis>.ant-col{display:flex}.profile-client-insights-kpis>.ant-col>.ant-card{width:100%;height:100%}.profile-client-insights-statistic-title{align-items:center;gap:5px;display:inline-flex}.profile-client-insights-details{margin:0}.profile-client-insights-details-item{grid-template-columns:minmax(0,1fr) minmax(0,auto);align-items:start;gap:8px 16px;display:grid}.profile-client-insights-details-item+.profile-client-insights-details-item{margin-top:12px}.profile-client-insights-details-item dt,.profile-client-insights-details-item dd{overflow-wrap:anywhere;min-width:0;margin:0}.profile-client-insights-details-item dd{text-align:right}.profile-client-insights-details-value-nowrap{white-space:nowrap}.profile-client-insights-appointment{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"date status""service value""staff.";align-items:flex-start;gap:4px 16px;display:grid!important}.profile-client-insights-appointment-date{grid-area:date;min-width:0}.profile-client-insights-appointment-service{overflow-wrap:anywhere;grid-area:service;min-width:0}.profile-client-insights-appointment-staff{overflow-wrap:anywhere;grid-area:staff;min-width:0}.profile-client-insights-appointment-status{white-space:nowrap;grid-area:status;justify-self:end;margin-inline-end:0}.profile-client-insights-appointment-value{white-space:nowrap;grid-area:value;justify-self:end}@media screen and (max-width:600px){.profile-client-insights-details-item{grid-template-columns:minmax(0,1fr);gap:2px}.profile-client-insights-details-item dd{text-align:left}.profile-client-insights-appointment{grid-template-areas:"date value""service service""staff staff""status status";gap:4px 12px;width:100%}.profile-client-insights-appointment-status{justify-self:start;margin-top:4px}}.client-details-back{height:auto;margin-bottom:12px;padding-left:0}.client-details-header-card{margin-bottom:20px}.client-details-header{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.client-details-identity{min-width:0}.client-details-actions{flex-wrap:wrap;flex:none;gap:8px;display:flex}.client-details-title-row{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px;display:flex}.client-details-title-row .ant-typography{overflow-wrap:anywhere;margin:0}@media screen and (max-width:600px){.client-details-header{flex-direction:column}.client-details-actions{flex-direction:column;width:100%}.client-details-actions .ant-btn{width:100%}}.app-loading{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex}:root{--light:#f9f9fb;--light2:#e0e1e6;--purple:#7275e4;--purple-dark:#4b50dd;--purple-dark2:#3f1273;--dark-blue:#1c2130;--dark-blue2:#11141f;--pink:#c55cc5;--pink-dark:#b84fb8;--dark:#050a18;--black:#000;--gold:#b08d57;--app-color-primary-fill:#8d693c;--app-color-primary-hover:#8f6d40;--app-color-primary-active:#705533;--app-color-on-primary:#fff;--app-color-on-vivid:#050a18;--app-color-accent-text:#b49f6e;--app-color-accent-hover:#cabd9c;--app-color-accent-active:#b49f6e;--app-color-secondary-text:#c4c7cf;--app-color-muted:#9ea3ae;--app-color-placeholder:#989da8;--app-color-glass-surface:#1c2130f0;--app-color-critical-fill:#ff7b7d;--app-color-on-critical:#050a18;--app-status-neutral-fg:#c4c7cf;--app-status-neutral-bg:#2b3040;--app-status-info-fg:#6ea5ff;--app-status-info-bg:#1b2f4d;--app-status-success-fg:#76d45a;--app-status-success-bg:#183522;--app-status-warning-fg:#f0b04a;--app-status-warning-bg:#3c2d18;--app-status-error-fg:#dc8688;--app-status-error-bg:#3d2025;--app-action-info-fg:var(--app-status-info-fg);--app-action-info-bg:var(--app-status-info-bg);--app-action-success-fg:var(--app-status-success-fg);--app-action-success-bg:var(--app-status-success-bg);--app-action-warning-fg:var(--app-status-warning-fg);--app-action-warning-bg:var(--app-status-warning-bg);--app-action-error-fg:var(--app-status-error-fg);--app-action-error-bg:var(--app-status-error-bg);--app-background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201600%201200'%20preserveAspectRatio='xMidYMid%20slice'%3e%3cdefs%3e%3c!--%20Base%20dark%20--%3e%3clinearGradient%20id='base'%20x1='0'%20y1='0'%20x2='0'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%230a0c14'/%3e%3cstop%20offset='55%25'%20stop-color='%23080a12'/%3e%3cstop%20offset='100%25'%20stop-color='%2305060c'/%3e%3c/linearGradient%3e%3c!--%20Cool%20haze%20(left-ish)%20--%3e%3cradialGradient%20id='cool'%20cx='28%25'%20cy='40%25'%20r='60%25'%3e%3cstop%20offset='0%25'%20stop-color='%236f7bd4'%20stop-opacity='0.22'/%3e%3cstop%20offset='55%25'%20stop-color='%23242a55'%20stop-opacity='0.11'/%3e%3cstop%20offset='100%25'%20stop-color='%23000000'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3c!--%20Warm%20glow%20(top-right)%20--%3e%3cradialGradient%20id='warm'%20cx='70%25'%20cy='6%25'%20r='80%25'%3e%3cstop%20offset='0%25'%20stop-color='%23f3c99e'%20stop-opacity='0.23'/%3e%3cstop%20offset='18%25'%20stop-color='%23d9a477'%20stop-opacity='0.13'/%3e%3cstop%20offset='52%25'%20stop-color='%23301912'%20stop-opacity='0.05'/%3e%3cstop%20offset='100%25'%20stop-color='%23000000'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3c!--%20Vignette%20--%3e%3c!--%20%3cradialGradient%20id='vignette'%20cx='52%25'%20cy='55%25'%20r='82%25'%3e%3cstop%20offset='55%25'%20stop-color='%23000000'%20stop-opacity='0'/%3e%3cstop%20offset='100%25'%20stop-color='%23000000'%20stop-opacity='0.75'/%3e%3c/radialGradient%3e%20--%3e%3c/defs%3e%3crect%20width='1600'%20height='1200'%20fill='url(%23base)'/%3e%3crect%20width='1600'%20height='1200'%20fill='url(%23cool)'/%3e%3crect%20width='1600'%20height='900'%20fill='url(%23warm)'/%3e%3c!--%20%3crect%20width='1600'%20height='900'%20fill='url(%23vignette)'/%3e%20--%3e%3c/svg%3e");--app-background-color:#05060c}:root[data-theme=light]{--app-background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201600%201200'%20preserveAspectRatio='xMidYMid%20slice'%3e%3cdefs%3e%3c!--%20Base%20light%20--%3e%3clinearGradient%20id='base'%20x1='0'%20y1='0'%20x2='0'%20y2='1'%3e%3cstop%20offset='0%25'%20stop-color='%23fbfbfe'/%3e%3cstop%20offset='55%25'%20stop-color='%23f4f6ff'/%3e%3cstop%20offset='100%25'%20stop-color='%23eef1fb'/%3e%3c/linearGradient%3e%3c!--%20Cool%20haze%20(left-ish,%20subtle)%20--%3e%3cradialGradient%20id='cool'%20cx='28%25'%20cy='40%25'%20r='60%25'%3e%3cstop%20offset='0%25'%20stop-color='%237172e7'%20stop-opacity='0.38'/%3e%3cstop%20offset='45%25'%20stop-color='%237172e7'%20stop-opacity='0.22'/%3e%3cstop%20offset='100%25'%20stop-color='%23ffffff'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3c!--%20Warm%20glow%20(top-right,%20soft%20peach)%20--%3e%3cradialGradient%20id='warm'%20cx='70%25'%20cy='6%25'%20r='85%25'%3e%3cstop%20offset='0%25'%20stop-color='%23ffd6b0'%20stop-opacity='0.62'/%3e%3cstop%20offset='32%25'%20stop-color='%23ffe7d3'%20stop-opacity='0.24'/%3e%3cstop%20offset='60%25'%20stop-color='%23ffffff'%20stop-opacity='0'/%3e%3cstop%20offset='100%25'%20stop-color='%23ffffff'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3c!--%20Light%20vignette:%20instead%20of%20dark%20edges,%20just%20a%20tiny%20edge%20falloff%20--%3e%3cradialGradient%20id='vignette'%20cx='52%25'%20cy='56%25'%20r='88%25'%3e%3cstop%20offset='60%25'%20stop-color='%23ffffff'%20stop-opacity='0'/%3e%3cstop%20offset='100%25'%20stop-color='%239aa6c8'%20stop-opacity='0.18'/%3e%3c/radialGradient%3e%3c/defs%3e%3crect%20width='1600'%20height='1200'%20fill='url(%23base)'/%3e%3crect%20width='1600'%20height='1200'%20fill='url(%23cool)'/%3e%3crect%20width='1600'%20height='900'%20fill='url(%23warm)'/%3e%3crect%20width='1600'%20height='900'%20fill='url(%23vignette)'/%3e%3c/svg%3e");--app-background-color:#eef1fb;--app-color-primary-fill:#74572c;--app-color-primary-hover:#806a45;--app-color-primary-active:#4d3619;--app-color-on-primary:#fff;--app-color-on-vivid:#050a18;--app-color-accent-text:#74572c;--app-color-accent-hover:#7d653f;--app-color-accent-active:#4d3619;--app-color-secondary-text:#3f4652;--app-color-muted:#5e626c;--app-color-placeholder:#5e626c;--app-color-glass-surface:#f9f9fbeb;--app-color-critical-fill:#ff7b7d;--app-color-on-critical:#050a18;--app-status-neutral-fg:#3f4652;--app-status-neutral-bg:#eceef2;--app-status-info-fg:#0b5fcc;--app-status-info-bg:#e6f0ff;--app-status-success-fg:#1f6b13;--app-status-success-bg:#e8f5e5;--app-status-warning-fg:#8a3d00;--app-status-warning-bg:#fff0d8;--app-status-error-fg:#b42328;--app-status-error-bg:#fde7e8}html,body{max-width:100vw;overflow-x:hidden}html{background-image:var(--app-background-image);background-color:var(--app-background-color);background-position:top;background-repeat:no-repeat;background-size:100%}@media screen and (max-width:768px){html{background-size:500%}}body{background:0 0}*{box-sizing:border-box;margin:0;padding:0}.ant-input-number,.ant-input-number-outlined,.ant-picker{width:100%}:root[data-theme=dark] .ant-btn-color-primary.ant-btn-variant-outlined,:root[data-theme=dark] .ant-btn-color-primary.ant-btn-variant-dashed,:root[data-theme=dark] .ant-btn-color-primary.ant-btn-variant-text,:root[data-theme=dark] .ant-btn-color-primary.ant-btn-variant-link{color:var(--app-color-accent-text)}:root[data-theme=dark] .ant-btn-color-primary.ant-btn-variant-outlined,:root[data-theme=dark] .ant-btn-color-primary.ant-btn-variant-dashed{border-color:var(--app-color-accent-text)}:root[data-theme=dark] .ant-btn-color-primary.ant-btn-variant-outlined:hover:not(:disabled),:root[data-theme=dark] .ant-btn-color-primary.ant-btn-variant-dashed:hover:not(:disabled),:root[data-theme=dark] .ant-btn-color-primary.ant-btn-variant-text:hover:not(:disabled),:root[data-theme=dark] .ant-btn-color-primary.ant-btn-variant-link:hover:not(:disabled){color:var(--app-color-accent-hover)}:root[data-theme=dark] .ant-btn-color-primary.ant-btn-variant-outlined:hover:not(:disabled),:root[data-theme=dark] .ant-btn-color-primary.ant-btn-variant-dashed:hover:not(:disabled){border-color:var(--app-color-accent-hover)}:root[data-theme=dark] .ant-btn-color-primary.ant-btn-variant-outlined:active:not(:disabled),:root[data-theme=dark] .ant-btn-color-primary.ant-btn-variant-dashed:active:not(:disabled),:root[data-theme=dark] .ant-btn-color-primary.ant-btn-variant-text:active:not(:disabled),:root[data-theme=dark] .ant-btn-color-primary.ant-btn-variant-link:active:not(:disabled){color:var(--app-color-accent-active)}:root[data-theme=dark] .ant-btn-color-primary.ant-btn-variant-outlined:active:not(:disabled),:root[data-theme=dark] .ant-btn-color-primary.ant-btn-variant-dashed:active:not(:disabled){border-color:var(--app-color-accent-active)}:root[data-theme=dark] .ant-btn-color-dangerous.ant-btn-variant-outlined,:root[data-theme=dark] .ant-btn-color-dangerous.ant-btn-variant-dashed,:root[data-theme=dark] .ant-btn-color-dangerous.ant-btn-variant-text,:root[data-theme=dark] .ant-btn-color-dangerous.ant-btn-variant-link{color:var(--app-status-error-fg)}:root[data-theme=dark] .ant-btn-color-dangerous.ant-btn-variant-outlined,:root[data-theme=dark] .ant-btn-color-dangerous.ant-btn-variant-dashed{border-color:var(--app-status-error-fg)}.ant-typography[style*=italic]{letter-spacing:.1em}.ant-collapse-header{align-items:center!important}.ant-card,.ant-modal-content,.ant-drawer-content,.ant-dropdown-menu,.ant-popover-inner,.ant-tooltip-inner,.ant-select-dropdown,.ant-picker-dropdown .ant-picker-panel-container,.shadow{border:1px solid #ffffff0f;box-shadow:0 10px 40px #00000073}.hide{display:none}.invisible{visibility:hidden}.hide-form-validation-spacing{margin-bottom:0}.width-100{width:100%}.width-80{width:80%}@media screen and (max-width:992px){.width-80{width:100%}}.margin-sides-20{margin:0 20px}.block{display:block}.center{text-align:center}.center-self{justify-self:center;display:flex}.center-horizontal,.center-line{justify-content:center;display:flex}.center-vertical{align-self:center;display:flex}.centered{justify-content:center;align-items:center;height:100vh;display:flex}.centered-content{flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.centered-row{flex-direction:row;justify-content:center;align-items:center;display:flex}.marting-top-20{margin-top:20px}.scroll-margin{scroll-margin-top:20px}.gold-hover:hover{box-shadow:0 0 0 1px var(--gold), 0 0 45px var(--gold);transform:translateY(-1px)}.allow-text-formatting{white-space:pre-wrap}@media screen and (max-width:992px){.hide-lg{display:none}}.show-lg{display:none}@media screen and (max-width:992px){.show-lg{display:block}}.fade-in-box{opacity:0;animation:2s ease-in forwards fadeIn}@keyframes fadeIn{to{opacity:1}}.blur-in{filter:blur(10px);opacity:0;animation:1.5s forwards blurIn}@keyframes blurIn{to{filter:blur();opacity:1}}.slide-in{animation:1s ease-out forwards slideIn;transform:translate(-100%)}@keyframes slideIn{to{transform:translate(0)}}@font-face{font-family:Playfair Display;src:url(/assets/PlayfairDisplay-Regular-cAkczocX.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Playfair Display;src:url(/assets/PlayfairDisplay-Bold-Dsgb2Oov.ttf)format("truetype");font-weight:700;font-style:normal}
