: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}.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-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}.calendar-week-container{width:100%;max-width:1500px}.calendar-week-navigation{justify-content:flex-end;display:flex}.calendar-week{width:100%;max-width:1500px}.calendar-week>div{margin:0;padding:0}.calendar-week-non-working-hours{background:#505a7829;position:absolute;inset:0}.calendar-week-time-off{background:#fa8c1624;position:absolute;inset:0}.calendar-week-appointment{white-space:nowrap;text-overflow:ellipsis;flex-direction:column;align-items:flex-start;display:flex;overflow:hidden}.calendar-week-appointment-service{text-align:start;gap:5px;width:100%;min-width:0;display:flex}.calendar-week-appointment-service-name{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.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%)}@media screen and (max-width:768px){.calendar-week-large{display:none}}.calendar-week-small{display:none}@media screen and (max-width:768px){.calendar-week-small{display:flex}}.calendar-week-weekday{text-align:center}.calendar-week-appointment-unpaid-deposit{pointer-events:none;background-color:#ff4d4f;border-radius:50%;width:6px;height:6px;position:absolute;top:4px;right:4px}.calendar-week-appointment-note{pointer-events:none;background-color:orange;border-radius:50%;width:6px;height:6px;position:absolute;top:4px;right:12px}.calendar-week-modal-title{gap:10px;display:flex}.calendar-time-off-details-modal-description .ant-descriptions,.calendar-time-off-details-modal-description .ant-descriptions-item-container{display:flex}.calendar-month-container{width:100%;max-width:1500px}.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-cell-today{box-shadow:0 0 0 1px var(--gold), 0 0 45px var(--gold)}.calendar-month-date{width:100%;font-size:1.1rem;color:#666!important}.calendar-month-appointments{scrollbar-width:thin;flex:auto;width:100%;height:100px;overflow:auto}.calendar-month-appointment-button{white-space:nowrap;text-overflow:ellipsis;justify-content:flex-start;width:100%;height:auto;padding:4px 0 4px 4px;overflow:hidden;outline:none!important}.calendar-month-appointment-mark{pointer-events:none;border-radius:50%;width:6px;height:6px;position:absolute;top:1px}.calendar-month-appointment-unpaid-deposit{background-color:#ff4d4f;right:2px}.calendar-month-appointment-note{background-color:orange;right:10px}.calendar-month-loading{z-index:1;position:absolute;top:calc(50% - 53px);left:50%;transform:translate(-50%,-50%)}.calendar-month-header{justify-content:end;gap:10px;margin-bottom:10px;display:flex}.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{width:32px}.calendar-container{width:100%;max-width:1500px}.calendar-select-staff{width:100%;max-width:500px}.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 #1877f2}.login-text-google-light{color:#1f1f1f}.login-text-facebook-light{color:#1877f2}.login-button-google-dark{background-color:#131314;border:1px solid #8e918f}.login-button-facebook-dark{background-color:#1877f2;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}.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{gap:15px;display:flex}.header-button{color:var(--gold);font-size:18px}.header-tour.ant-tour{width:300px}.content{flex:1;justify-content:center;display:flex}.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}.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:#49aa19;transform:scale(1.4)}.hover-icon-reject{cursor:pointer;transition:color .3s,transform .3s}.hover-icon-reject:hover{color:#dc4446;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}}.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}.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%)}.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-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-small{margin-left:auto}.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;display:flex}.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}@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-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-timeoff-form-remove-small{margin-left:auto}.profile-time-off{flex-direction:column;align-items:center;width:100%;padding-top:20px;display:flex}.profile-time-off-input{width:100%;max-width:1500px}.profile-time-off-item{flex-direction:column;display:flex}.profile-time-off-item-time{gap:10px;display:flex}@media screen and (max-width:575px){.profile-time-off-item-time{text-align:center;justify-content:center}}.profile-time-off-item-reason{gap:10px;display:flex}@media screen and (max-width:575px){.profile-time-off-item-reason{text-align:center;justify-content:center}}.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%;padding-top:20px;display:flex}.profile-block-list-card{width:100%;max-width:700px}.profile-block-list-title{margin-bottom:24px!important}.profile-block-list-form{margin-bottom:24px}.profile-block-list-input{width:100%}.profile-block-list-submit{justify-content:center;margin-bottom:0;display:flex}.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}.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;opacity:0;flex-direction:column;justify-content:center;gap:24px;padding:16px 20px 40px;animation:3s ease-out forwards fadeInLogo}}.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}@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}@media (max-width:768px){.booking-tenant-header-logo-wrapper{flex:none;order:-1;width:100%}}.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;min-height:unset;aspect-ratio:3/4;min-height:calc(100dvh - 128px);max-height:calc(100dvh - 128px);margin:0 auto 64px}}@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-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-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(--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-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-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(--gold)}.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}.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-password-change-form{width:100%}.client-table{max-width:900px}.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}}.deposit{flex-direction:column;width:100%;display:flex}.deposit-title{margin:20px}.deposit-card{width:100%;max-width:700px}@media screen and (max-width:768px){.deposit-card{width:100%;max-width:none}}.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(--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{width:min(1400px,100%);margin:0 auto}.statistics-title{margin-bottom:4px!important}.statistics-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.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-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:#000000a6;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-preset-select{width:100%}.statistics-pattern-row{grid-template-columns:48px minmax(90px,1fr) 32px 72px;gap:8px}.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:green;margin-bottom:10px;font-size:30px}.status-icon-deposit{color:orange;margin-bottom:10px;font-size:30px}.status-icon-cancelled{color:red;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}.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-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.58'/%3e%3cstop%20offset='18%25'%20stop-color='%23d9a477'%20stop-opacity='0.28'/%3e%3cstop%20offset='52%25'%20stop-color='%23301912'%20stop-opacity='0.08'/%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}html,body{background-image:var(--app-background-image);background-color:var(--app-background-color);background-position:top;background-repeat:no-repeat;background-size:100%;max-width:100vw;overflow-x:hidden}@media screen and (max-width:768px){html,body{background-size:500%}}*{box-sizing:border-box;margin:0;padding:0}.ant-input-number,.ant-input-number-outlined,.ant-picker{width:100%}.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,.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}
