html,body,#app{min-height:100%;margin:0}body{color:#202124;background:#f6f7f8;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}:root{--brand-blue:#1185f5;--brand-blue-dark:#0869d8;--brand-navy:#121a38;--brand-soft:#eaf4ff;color:var(--brand-navy);font-synthesis:none;text-rendering:optimizelegibility;background:#fff;font-family:Inter,Segoe UI,Microsoft YaHei,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}.loading-screen{color:#6b6b6b;align-content:center;place-items:center;min-height:100vh;display:grid}.loading-spinner{border:3px solid #dceaff;border-top-color:var(--brand-blue);border-radius:50%;width:2.25rem;height:2.25rem;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.admin-shell{grid-template-columns:248px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{background:#f9fbff;border-right:1px solid #e2eaf4;flex-direction:column;height:100vh;padding:18px 12px 14px;display:flex;position:sticky;top:0}.business-brand{flex-direction:column;align-items:flex-start;gap:9px;min-width:0;padding:0 9px 26px;display:flex}.admin-brand-logo{width:136px;height:auto;display:block}.business-brand strong{color:#49516a;text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:12px;font-weight:700;overflow:hidden}.side-menu{gap:7px;display:grid}.side-menu a,.logout-button{color:#1d1d1d;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:12px;width:100%;min-height:44px;padding:0 12px;font-size:14px;transition:background .15s;display:flex}.side-menu a:hover,.logout-button:hover{background:#f0f6fd}.side-menu a.active{color:#096bd7;background:#e8f3ff;font-weight:700}.side-menu svg,.logout-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:19px;height:19px}.menu-chevron{color:#8a8a8a;margin-left:auto;font-size:20px;font-weight:400}.sidebar-actions{border-top:1px solid #ededed;grid-template-columns:minmax(0,1fr) 48px;gap:6px;margin-top:auto;padding-top:12px;display:grid}.logout-button{color:#c93838}.logout-button:disabled{opacity:.6;cursor:wait}.language-button{color:#135fae;cursor:pointer;background:#eaf3ff;border:0;border-radius:9px;min-height:44px;font-size:13px;font-weight:700}.language-button:hover{background:#dcecff}.workspace{background:#fff;min-width:0}.page-header{border-bottom:1px solid #ececec;justify-content:space-between;align-items:flex-end;gap:32px;max-width:940px;margin:0 auto;padding:48px 42px 25px;display:flex}.breadcrumb{color:#737373;margin:0 0 13px;font-size:12px}.page-header h1{letter-spacing:-.025em;margin:0;font-size:25px}.page-header>div>p:last-child{color:#707070;margin:9px 0 0;font-size:14px}.completion{color:#727272;white-space:nowrap;align-items:center;gap:7px;padding-bottom:4px;font-size:12px;display:flex}.completion span{border:4px solid #dceaff;border-top-color:var(--brand-blue);border-radius:50%;width:17px;height:17px}.completion strong{color:var(--brand-blue-dark)}.settings-form{max-width:940px;margin:0 auto;padding:0 42px 80px}.settings-fieldset{border:0;min-width:0;margin:0;padding:0}.settings-fieldset:disabled{opacity:.72}.shop-status{color:#666;text-align:center;place-items:center;gap:14px;min-height:320px;padding:42px;display:grid}.shop-status p{margin:0}.shop-status button{border:1px solid var(--brand-blue-dark);color:#fff;background:var(--brand-blue-dark);cursor:pointer;border-radius:8px;min-height:40px;padding:0 18px}.shop-status-error{color:#a12b2b}.form-section{border-bottom:1px solid #ececec;grid-template-columns:205px minmax(0,1fr);gap:34px;padding:34px 0;display:grid}.section-copy h2{margin:1px 0 8px;font-size:14px}.section-copy p{color:#777;margin:0;font-size:12px;line-height:1.55}.form-fields{gap:18px;display:grid}.form-fields.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.field{gap:7px;min-width:0;display:grid}.field-wide{grid-column:1/-1}.field>span{font-size:13px;font-weight:550}.field input,.field textarea,.field select{color:#171717;background:#fff;border:1px solid #d8d8d8;border-radius:8px;outline:none;width:100%;min-height:42px;padding:9px 12px;font-size:14px;transition:border-color .15s,box-shadow .15s}.field textarea{resize:vertical}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--brand-blue);box-shadow:0 0 0 3px #1185f51a}.field input::placeholder,.field textarea::placeholder{color:#aaa}.switch-list{gap:10px;display:grid}.switch-list label{cursor:pointer;border:1px solid #e1e1e1;border-radius:8px;align-items:center;gap:12px;min-height:58px;padding:10px 13px;display:flex}.switch-list input{width:17px;height:17px;accent-color:var(--brand-blue);margin:0}.switch-list strong,.switch-list small{display:block}.switch-list strong{font-size:13px}.switch-list small{color:#858585;margin-top:3px;font-size:11px}.business-hours{gap:9px;display:grid}.business-hours>div{grid-template-columns:76px 80px 120px 20px 120px;align-items:center;gap:8px;min-height:42px;display:grid}.business-hours strong{font-size:13px}.business-hours span,.business-hours b{color:#777;font-size:12px;font-weight:400}.business-hours input{border:1px solid #d8d8d8;border-radius:7px;width:100%;min-height:38px;padding:7px 9px}.business-hours .hours-header{color:#777;min-height:25px}.closed-check{cursor:pointer;align-items:center;gap:6px;display:flex}.closed-check input{width:16px;height:16px;min-height:16px;accent-color:var(--brand-blue);margin:0;padding:0}.business-hours input:disabled{color:#aaa;cursor:not-allowed;background:#f3f3f3}.business-hours .closed>strong,.business-hours .closed b{color:#999}.form-actions{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;justify-content:flex-end;align-items:center;gap:18px;padding:17px 0;display:flex;position:sticky;bottom:0}.form-actions button{border:1px solid var(--brand-blue-dark);color:#fff;background:linear-gradient(135deg,var(--brand-blue),var(--brand-blue-dark));cursor:pointer;border-radius:8px;min-height:40px;padding:0 20px;font-weight:700}.form-actions button:hover{background:var(--brand-blue-dark)}.saved-message{color:#17835a;font-size:13px}.form-error{color:#b42318;margin-right:auto;font-size:13px}.form-actions button:disabled{cursor:wait;opacity:.65}.module-placeholder{text-align:center;align-content:center;place-items:center;min-height:100vh;padding:40px;display:grid}.placeholder-icon{background:#ededed;border-radius:50%;place-items:center;width:58px;height:58px;margin-bottom:22px;font-size:20px;font-weight:700;display:grid}.module-placeholder>p:first-of-type{color:#8a8a8a;letter-spacing:.14em;margin:0;font-size:11px;font-weight:700}.module-placeholder h1{margin:10px 0;font-size:28px}.module-placeholder>p:last-child{color:#777;max-width:430px;margin:0;line-height:1.7}@media (width<=820px){.admin-shell{grid-template-columns:205px minmax(0,1fr)}.page-header,.settings-form{padding-left:25px;padding-right:25px}.form-section{grid-template-columns:1fr;gap:20px}.section-copy p{max-width:430px}.business-hours>div{grid-template-columns:68px 72px minmax(88px,1fr) 18px minmax(88px,1fr)}}@media (width<=620px){.admin-shell{display:block}.sidebar{border-bottom:1px solid #e8e8e8;border-right:0;width:100%;height:auto;padding:12px;display:block;position:static}.business-brand{flex-direction:row;align-items:center;padding-bottom:12px}.admin-brand-logo{width:106px}.side-menu{grid-template-columns:repeat(5,1fr);gap:4px}.side-menu a{text-align:center;flex-direction:column;justify-content:center;gap:4px;min-height:54px;padding:6px;font-size:11px}.menu-chevron{display:none}.sidebar-actions{margin-top:10px}.page-header{align-items:flex-start;padding-top:30px}.completion{display:none}.form-fields.two-columns{grid-template-columns:1fr}.business-hours>div{grid-template-columns:64px 76px 1fr}.business-hours>div b,.business-hours>div input:last-child{display:none}}.auth-page{background:#f8faff;min-height:100vh}.auth-card{width:100%;min-height:100vh;max-height:100vh;box-shadow:none;background:#f8faff;border:0;border-radius:0;display:grid;overflow:hidden}.auth-card-login{grid-template-columns:minmax(560px,61%) minmax(430px,39%)}.auth-card-register{grid-template-columns:minmax(500px,48%) minmax(560px,52%)}.auth-carousel{color:#fff;isolation:isolate;background:#111936;min-height:100vh;position:relative;overflow:hidden}.auth-carousel-brand{z-index:4;border-radius:14px;place-items:center;width:174px;min-height:126px;display:grid;position:absolute;top:38px;left:44px}.auth-carousel-brand img{width:100%;height:auto;display:block}.auth-carousel-images,.auth-carousel-images img,.auth-carousel-shade{position:absolute;inset:0}.auth-carousel-images img{opacity:0;object-fit:cover;object-position:center;width:100%;height:100%;transition:opacity .85s,transform 6s;transform:scale(1.045)}.auth-carousel-images img.active{opacity:1;transform:scale(1)}.auth-carousel-shade{z-index:1;background:linear-gradient(90deg,#0a112be6 0%,#0c173994 43%,#0a13301f 76%),linear-gradient(#0910280f 32%,#070e25cc 100%)}.auth-carousel-content{z-index:3;flex-direction:column;justify-content:flex-end;min-height:69%;display:flex;position:absolute;bottom:38px;left:44px;right:44px}.auth-carousel-content>p{color:#71b8ff;letter-spacing:.25em;margin:0 0 14px;font-size:11px;font-weight:800}.auth-carousel-content h1{letter-spacing:-.045em;text-wrap:balance;text-shadow:0 3px 25px #00000045;max-width:640px;margin:0 0 17px;font-family:Georgia,Noto Serif SC,serif;font-size:clamp(39px,4vw,64px);font-weight:600;line-height:1.12}.auth-carousel-content>span{color:#fffc;max-width:520px;font-size:15px;line-height:1.75;display:block}.auth-carousel-benefits{grid-template-columns:repeat(3,1fr);gap:26px;max-width:590px;margin:34px 0 0;padding:0;list-style:none;display:grid}.auth-carousel-benefits li{align-items:center;gap:10px;display:flex}.auth-carousel-benefits svg{fill:none;stroke:#69b4ff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;width:27px;min-width:27px}.auth-carousel-benefits li>span{gap:3px;display:grid}.auth-carousel-benefits strong{font-size:12px;font-weight:750}.auth-carousel-benefits small{color:#ffffff96;font-size:10px}.auth-carousel-content footer{justify-content:space-between;align-items:center;gap:20px;margin-top:45px;display:flex}.auth-carousel-content footer>span{color:#ffffff80;letter-spacing:.06em;font-size:10px}.auth-carousel-dots{gap:8px;display:flex}.auth-carousel-dots button{cursor:pointer;background:#ffffff59;border:0;border-radius:10px;width:12px;height:5px;padding:0;transition:width .25s,background .25s}.auth-carousel-dots button.active{background:#fff;width:38px}.auth-register-panel,.auth-card-login>.auth-form{background:radial-gradient(circle at 92% 3%,#1986ff14,#0000 25%),#f8faff;min-width:0;overflow-y:auto}.auth-form{align-content:center;gap:19px;padding:58px 68px;display:grid}.auth-login-form{justify-self:center;width:100%;max-width:580px}.auth-mobile-brand{display:none}.auth-mobile-brand img{width:148px;height:auto;display:block}.auth-form header{margin-bottom:12px}.auth-form header>span{color:#087cf0;letter-spacing:.23em;font-size:10px;font-weight:850}.auth-form h2{color:#121a38;letter-spacing:-.04em;margin:11px 0 8px;font-family:Georgia,Noto Serif SC,serif;font-size:39px;font-weight:650;line-height:1.14}.auth-form header p{color:#737a75;margin:0;font-size:13px;line-height:1.65}.auth-form label{gap:8px;min-width:0;display:grid}.auth-form label>span{color:#303a36;font-size:12px;font-weight:760}.auth-form label em{color:#989e9a;font-size:10px;font-style:normal;font-weight:500}.auth-form input,.auth-form select{color:#27312d;width:100%;height:50px;font:inherit;background:#ffffffb8;border:1px solid #d6d8d2;border-radius:8px;outline:0;padding:0 14px;font-size:13px;transition:border-color .2s,box-shadow .2s,background .2s}.auth-form input::placeholder{color:#acb0ad}.auth-form input:focus,.auth-form select:focus,.auth-input-shell:focus-within{background:#fff;border-color:#1688ff;box-shadow:0 0 0 3px #1688ff1a}.auth-input-shell{background:#ffffffb8;border:1px solid #d6d8d2;border-radius:9px;align-items:center;gap:11px;height:54px;padding:0 15px;transition:border-color .2s,box-shadow .2s,background .2s;display:flex}.auth-input-shell>svg,.auth-password-toggle svg{fill:none;stroke:#7e8581;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6px;width:20px;min-width:20px}.auth-input-shell input{min-width:0;height:100%;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.auth-input-shell input:focus{box-shadow:none;background:0 0}.auth-password-toggle{cursor:pointer;background:0 0;border:0;place-items:center;padding:6px;display:grid}.auth-fields-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px 14px;display:grid}.auth-field-wide{grid-column:1/-1}.auth-code-row{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.auth-code-row button{color:#0c6fd5;cursor:pointer;background:#eef6ff;border:1px solid #b9d8fb;border-radius:8px;min-width:112px;padding:0 15px;font-size:12px;font-weight:750}.auth-code-row button:disabled,.auth-submit:disabled{opacity:.52;cursor:not-allowed}.auth-demo-code,.auth-error{border-radius:7px;margin:-4px 0 0;padding:10px 12px;font-size:12px}.auth-demo-code{color:#125fae;background:#eaf4ff}.auth-error{color:#a32d2d;background:#fff0ee}.auth-submit,.auth-back{cursor:pointer;border-radius:8px;height:52px;font-weight:800}.auth-submit{color:#fff;background:linear-gradient(135deg,#168dff,#0869dd);border:0;transition:transform .2s,box-shadow .2s;box-shadow:0 12px 28px #0969dc33}.auth-submit:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 15px 32px #0969dc45}.auth-next{width:100%}.auth-next span{margin-left:6px}.auth-back{color:#52605b;background:0 0;border:1px solid #d4d6d1;padding:0 19px}.auth-form-actions{grid-template-columns:auto minmax(190px,1fr);gap:10px;display:grid}.auth-switch{color:#7b807c;text-align:center;margin:1px 0 0;font-size:12px}.auth-switch a{color:#076bdc;font-weight:800;text-decoration:none}.auth-trust-strip{border-top:1px solid #e7e4dc;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:38px;padding-top:24px;display:grid}.auth-trust-strip>span{color:#39433f;grid-template-columns:18px 1fr;column-gap:6px;font-size:10px;font-weight:760;display:grid}.auth-trust-strip b{color:#087cf0;border:1px solid #91b6dd;border-radius:50%;grid-row:1/3;place-items:center;width:18px;height:18px;font-size:9px;display:grid}.auth-trust-strip small{color:#969b97;margin-top:2px;font-size:8px;font-weight:500}.auth-register-panel{flex-direction:column;align-items:center;padding:30px 54px 36px;display:flex}.auth-register-panel>.auth-mobile-brand,.auth-register-panel>.auth-stepper,.auth-register-panel>.auth-form{width:min(100%,650px)}.auth-register-panel .auth-form{align-content:start;padding:30px 0 0}.auth-register-panel .auth-form h2{font-size:33px}.auth-stepper{border-bottom:1px solid #e9e7e0;grid-template-columns:max-content minmax(32px,1fr) max-content;align-items:center;gap:14px;padding:3px 0 24px;display:grid}.auth-stepper>div{color:#959b97;align-items:center;gap:9px;display:flex}.auth-stepper>div>span{border:1px solid #d5d8d3;border-radius:50%;place-items:center;width:32px;height:32px;font-size:12px;font-weight:800;display:grid}.auth-stepper p{gap:2px;margin:0;display:grid}.auth-stepper strong{font-size:12px}.auth-stepper small{font-size:9px}.auth-stepper i{background:#dcded9;height:1px}.auth-stepper>div.active{color:#0c6fd5}.auth-stepper>div.active>span{color:#fff;background:#1185f5;border-color:#1185f5}@media (width<=1120px){.auth-card-login{grid-template-columns:minmax(430px,54%) minmax(390px,46%)}.auth-card-register{grid-template-columns:minmax(380px,42%) minmax(540px,58%)}.auth-carousel-benefits{grid-template-columns:1fr;gap:12px}.auth-carousel-benefits small,.auth-carousel-content footer>span{display:none}.auth-carousel-content h1{font-size:45px}.auth-form{padding-left:46px;padding-right:46px}.auth-register-panel{padding-left:38px;padding-right:38px}}@media (width<=760px){.auth-page{background:#f8faff;padding:0;display:block}.auth-card,.auth-card-login,.auth-card-register{width:100%;min-height:100vh;max-height:none;box-shadow:none;border:0;border-radius:0;display:block;overflow:visible}.auth-carousel{display:none}.auth-card-login>.auth-form,.auth-register-panel{overflow:visible}.auth-form,.auth-register-panel{padding:28px 22px 38px}.auth-register-panel .auth-form{padding:28px 0 0}.auth-mobile-brand{margin-bottom:54px;display:block}.auth-register-panel>.auth-mobile-brand{margin-bottom:30px}.auth-form h2,.auth-register-panel .auth-form h2{font-size:32px}.auth-fields-grid{grid-template-columns:1fr}.auth-field-wide{grid-column:auto}.auth-trust-strip{margin-top:28px}.auth-stepper{grid-template-columns:1fr 26px 1fr;gap:8px}.auth-stepper small{display:none}.auth-stepper>div{gap:7px}.auth-stepper>div>span{width:28px;height:28px}}@media (width<=420px){.auth-form-actions,.auth-code-row,.auth-trust-strip{grid-template-columns:1fr}.auth-back{order:2}.auth-code-row button{height:45px}.auth-trust-strip{gap:12px}}.booking-board[data-v-9efe87ce]{--line:#e6e7ea;--muted:#767980;color:#18191c;background:#fff;grid-template-columns:292px minmax(0,1fr);width:100%;height:100vh;display:grid;position:relative;overflow:hidden}.booking-filter-panel[data-v-9efe87ce]{border-right:1px solid var(--line);background:#fbfbfc;min-width:0;overflow-y:auto}.calendar-toolbar[data-v-9efe87ce]{grid-template-columns:38px minmax(0,1fr) 38px;align-items:center;gap:10px;padding:22px 18px 16px;display:grid}.calendar-toolbar>div[data-v-9efe87ce]{text-align:center;min-width:0}.calendar-toolbar span[data-v-9efe87ce]{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;margin-bottom:3px;font-size:10px;font-weight:700;display:block}.calendar-toolbar strong[data-v-9efe87ce]{text-overflow:ellipsis;white-space:nowrap;font-size:16px;display:block;overflow:hidden}.calendar-toolbar button[data-v-9efe87ce]{color:#26272a;cursor:pointer;background:#fff;border:1px solid #dedfe2;border-radius:10px;width:38px;height:38px;font-size:24px}.calendar-toolbar button[data-v-9efe87ce]:hover{background:#f2f2f3;border-color:#bfc1c5}.mini-calendar[data-v-9efe87ce]{grid-template-columns:repeat(7,1fr);padding:0 14px 20px;display:grid}.mini-calendar .weekday[data-v-9efe87ce]{color:#8b8e94;place-items:center;height:30px;font-size:10px;font-weight:700;display:grid}.mini-calendar button[data-v-9efe87ce]{color:#313338;cursor:pointer;background:0 0;border:0;border-radius:9px;place-items:center;min-width:0;height:35px;font-size:12px;font-weight:600;display:grid;position:relative}.mini-calendar button[data-v-9efe87ce]:hover{background:#eee}.mini-calendar button.muted[data-v-9efe87ce]{color:#b8bac0}.mini-calendar button.today[data-v-9efe87ce]:after{content:"";background:#0869d8;border-radius:50%;width:3px;height:3px;position:absolute;bottom:4px}.mini-calendar button.selected[data-v-9efe87ce]{color:#fff;background:#0869d8}.mini-calendar button.selected[data-v-9efe87ce]:after{background:#fff}.staff-filter-heading[data-v-9efe87ce]{border-top:1px solid var(--line);padding:22px 20px 13px}.staff-filter-heading>div[data-v-9efe87ce]{justify-content:space-between;align-items:center;display:flex}.staff-filter-heading span[data-v-9efe87ce]{letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:800}.staff-filter-heading strong[data-v-9efe87ce]{color:var(--muted);font-size:11px}.staff-filter-heading p[data-v-9efe87ce]{color:#8a8d93;margin:7px 0 0;font-size:11px;line-height:1.45}.staff-filter-list[data-v-9efe87ce]{gap:3px;padding:0 12px 24px;display:grid}.staff-filter-list label[data-v-9efe87ce]{cursor:pointer;border-radius:10px;grid-template-columns:18px 32px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:49px;padding:5px 8px;display:grid}.staff-filter-list label[data-v-9efe87ce]:hover{background:#f0f0f1}.staff-filter-list input[data-v-9efe87ce]{accent-color:#1c1d20;width:16px;height:16px;margin:0}.staff-filter-avatar[data-v-9efe87ce]{color:#585b61;background:#fff;border:1px solid #dedfe2;border-radius:9px;place-items:center;width:30px;height:30px;font-size:10px;font-weight:800;display:grid}.staff-filter-list strong[data-v-9efe87ce]{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.staff-filter-list small[data-v-9efe87ce]{color:#9a9ca1;font-size:11px}.booking-schedule[data-v-9efe87ce]{grid-template-rows:auto minmax(0,1fr);min-width:0;min-height:0;display:grid}.schedule-toolbar[data-v-9efe87ce]{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;gap:24px;min-height:88px;padding:16px 24px;display:flex}.schedule-toolbar p[data-v-9efe87ce]{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;font-size:11px;font-weight:700}.schedule-toolbar h1[data-v-9efe87ce]{letter-spacing:-.02em;margin:0;font-size:20px}.schedule-actions[data-v-9efe87ce]{gap:8px;display:flex}.schedule-actions button[data-v-9efe87ce]{cursor:pointer;border-radius:9px;min-height:38px;padding:0 14px;font-size:12px;font-weight:700}.secondary-action[data-v-9efe87ce]{color:#2f3034;background:#fff;border:1px solid #d9dade}.secondary-action[data-v-9efe87ce]:hover{background:#f5f5f6}.schedule-search[data-v-9efe87ce]{background:#fff;border:1px solid #d9dade;border-radius:9px;align-items:center;gap:8px;width:220px;min-height:38px;padding:0 11px;transition:border-color .15s,box-shadow .15s;display:flex}.schedule-search[data-v-9efe87ce]:focus-within{border-color:#53708f;box-shadow:0 0 0 3px #115db412}.schedule-search svg[data-v-9efe87ce]{fill:none;stroke:#53708f;stroke-width:1.8px;stroke-linecap:round;flex:none;width:16px;height:16px}.schedule-search input[data-v-9efe87ce]{color:#0869d8;background:0 0;border:0;outline:0;width:100%;min-width:0;font-size:12px}.schedule-search input[data-v-9efe87ce]::placeholder{color:#a0a2a7}.schedule-scroll[data-v-9efe87ce]{background:#fff;min-width:0;min-height:0;overflow:auto}.schedule-grid[data-v-9efe87ce]{min-width:max-content;display:grid}.schedule-corner[data-v-9efe87ce],.staff-column-header[data-v-9efe87ce]{z-index:4;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;height:92px;position:sticky;top:0}.schedule-corner[data-v-9efe87ce]{z-index:6;color:#888b91;justify-content:space-between;align-items:flex-start;padding:18px 12px;font-size:10px;display:flex;left:0}.schedule-corner small[data-v-9efe87ce]{align-self:flex-end;font-size:10px}.staff-column-header[data-v-9efe87ce]{align-content:center;place-items:center;gap:5px;padding:10px;display:grid}.staff-column-header>span[data-v-9efe87ce]{color:#3b3d42;background:#eeeef0;border-radius:11px;place-items:center;width:34px;height:34px;font-size:11px;font-weight:800;display:grid}.staff-column-header strong[data-v-9efe87ce]{font-size:13px}.staff-column-header small[data-v-9efe87ce]{color:#96989d;font-size:10px}.time-label[data-v-9efe87ce]{z-index:2;border-right:1px solid var(--line);border-bottom:1px solid var(--line);color:#65686e;background:#fafafb;justify-content:center;align-items:flex-start;height:68px;padding-top:12px;font-size:10px;font-weight:700;display:flex;position:sticky;left:0}.schedule-cell[data-v-9efe87ce]{border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;height:68px;position:relative}.schedule-cell[data-v-9efe87ce]:hover{background:#fafafa}.add-slot[data-v-9efe87ce]{color:#0000;cursor:pointer;background:0 0;border:0;width:100%;font-size:18px;position:absolute;inset:0}.schedule-cell:hover .add-slot[data-v-9efe87ce]{color:#b2b4b8}.appointment-card[data-v-9efe87ce]{z-index:3;width:calc(100% - 14px);min-height:58px;color:inherit;text-align:left;cursor:pointer;background:#f0f0f2;border:0;border-left:3px solid #26282d;border-radius:7px;grid-template-columns:minmax(0,1fr) auto;align-content:start;gap:2px 8px;padding:8px 10px;display:grid;position:absolute;top:5px;left:7px;right:7px;overflow:hidden;box-shadow:0 1px 2px #115db412}.appointment-card strong[data-v-9efe87ce]{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.appointment-card span[data-v-9efe87ce]{color:#64676d;text-overflow:ellipsis;white-space:nowrap;grid-column:1;font-size:10px;overflow:hidden}.appointment-card small[data-v-9efe87ce]{color:#7e8187;grid-area:1/2/span 2;align-self:center;font-size:9px}.empty-schedule[data-v-9efe87ce]{text-align:center;align-content:center;place-items:center;min-height:0;display:grid}.empty-schedule>span[data-v-9efe87ce]{background:#f0f0f1;border-radius:14px;place-items:center;width:48px;height:48px;font-size:24px;display:grid}.empty-schedule h2[data-v-9efe87ce]{margin:16px 0 6px;font-size:16px}.empty-schedule p[data-v-9efe87ce]{max-width:320px;color:var(--muted);margin:0;font-size:12px}.appointment-editor-backdrop[data-v-9efe87ce]{z-index:20;background:#12141847;position:absolute;inset:0}.appointment-editor[data-v-9efe87ce]{background:#fff;grid-template-rows:auto minmax(0,1fr);width:min(500px,100%);height:100%;display:grid;position:absolute;top:0;right:0;box-shadow:-16px 0 40px #00000024}.appointment-editor>header[data-v-9efe87ce]{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:84px;padding:16px 22px;display:flex}.appointment-editor>header p[data-v-9efe87ce]{color:var(--muted);text-transform:uppercase;margin:0 0 5px;font-size:11px;font-weight:700}.appointment-editor>header h2[data-v-9efe87ce]{margin:0;font-size:19px}.appointment-editor>header button[data-v-9efe87ce]{cursor:pointer;background:0 0;border:0;border-radius:8px;width:34px;height:34px;font-size:23px}.appointment-editor form[data-v-9efe87ce]{align-content:start;gap:15px;padding:22px;display:grid;overflow-y:auto}.appointment-editor label[data-v-9efe87ce]{gap:6px;display:grid}.appointment-editor label>span[data-v-9efe87ce]{color:#555960;font-size:12px;font-weight:700}.appointment-editor input[data-v-9efe87ce],.appointment-editor select[data-v-9efe87ce],.appointment-editor textarea[data-v-9efe87ce]{width:100%;min-height:40px;font:inherit;background:#fff;border:1px solid #d9dbe0;border-radius:8px;outline:0;padding:8px 10px;font-size:13px}.appointment-editor input[readonly][data-v-9efe87ce]{color:#30343a;background:#f5f7f9}.appointment-editor textarea[data-v-9efe87ce]{resize:vertical}.field-hint[data-v-9efe87ce]{color:#969ba3;margin-left:6px;font-size:10px;font-weight:500}.booking-service-picker[data-v-9efe87ce]{background:#fbfcfd;border:1px solid #dfe2e6;border-radius:10px;padding:14px}.service-picker-heading[data-v-9efe87ce]{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.service-picker-heading>div[data-v-9efe87ce]{gap:4px;min-width:0;display:grid}.service-picker-heading span[data-v-9efe87ce]{color:#4e535a;font-size:12px;font-weight:700}.service-picker-heading small[data-v-9efe87ce]{color:#737981;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.service-picker-heading>b[data-v-9efe87ce]{color:#076acb;background:#e5f2ff;border-radius:7px;flex:none;place-items:center;width:25px;height:25px;font-size:11px;display:grid}.appointment-editor .service-picker-search[data-v-9efe87ce]{background:#fff;border:1px solid #d9dce1;border-radius:8px;align-items:center;gap:8px;height:38px;margin:12px 0 10px;padding:0 10px;display:flex}.appointment-editor .service-picker-search>span[data-v-9efe87ce]{color:#7d838b;font-size:14px;font-weight:400}.appointment-editor .service-picker-search input[data-v-9efe87ce]{min-width:0;height:auto;min-height:0;box-shadow:none;background:0 0;border:0;border-radius:0;outline:0;padding:0}.service-picker-columns[data-v-9efe87ce]{background:#fff;border:1px solid #e1e3e6;border-radius:9px;grid-template-columns:.85fr 1fr 1.3fr;min-height:190px;display:grid;overflow:hidden}.service-picker-columns>div[data-v-9efe87ce]{border-right:1px solid #e7e8ea;min-width:0;padding:8px 6px}.service-picker-columns>div[data-v-9efe87ce]:last-child{border-right:0}.service-picker-columns>div>strong[data-v-9efe87ce]{color:#858a92;padding:2px 6px 8px;font-size:11px;display:block}.service-picker-columns button[data-v-9efe87ce]{color:#3f444b;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:space-between;align-items:center;gap:5px;width:100%;min-height:32px;padding:5px 7px;font-size:11px;display:flex}.service-picker-columns button[data-v-9efe87ce]:hover,.service-picker-columns button.active[data-v-9efe87ce]{color:#075fbf;background:#e7f2ff}.service-picker-columns button.active[data-v-9efe87ce]{font-weight:700}.service-picker-columns .variant-option>span[data-v-9efe87ce]{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.service-picker-columns .variant-option>small[data-v-9efe87ce]{color:#898f97;flex:none;font-size:9px;font-weight:500}.service-picker-results[data-v-9efe87ce]{background:#fff;border:1px solid #e1e3e6;border-radius:9px;gap:3px;padding:5px;display:grid}.service-picker-results button[data-v-9efe87ce]{color:#454a51;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:space-between;align-items:center;gap:10px;min-height:42px;padding:6px 8px;display:flex}.service-picker-results button[data-v-9efe87ce]:hover,.service-picker-results button.active[data-v-9efe87ce]{color:#075fbf;background:#edf6ff}.service-picker-results button>span[data-v-9efe87ce]{gap:2px;display:grid}.service-picker-results strong[data-v-9efe87ce]{font-size:11px}.service-picker-results small[data-v-9efe87ce]{color:#898f97;font-size:10px}.service-picker-results p[data-v-9efe87ce],.service-picker-empty[data-v-9efe87ce]{color:#8b9097;text-align:center;margin:12px 0;font-size:11px}.appointment-form-row[data-v-9efe87ce]{grid-template-columns:1fr 1fr;gap:12px;display:grid}.appointment-editor footer[data-v-9efe87ce]{justify-content:flex-end;gap:9px;padding-top:10px;display:flex}.appointment-editor footer button[data-v-9efe87ce]{cursor:pointer;border-radius:8px;min-height:40px;padding:0 15px;font-size:12px;font-weight:700}.primary-action[data-v-9efe87ce]{color:#fff;background:#0869d8;border:1px solid #0869d8}.danger-action[data-v-9efe87ce]{color:#a12828;background:#fff7f7;border:1px solid #d8a4a4;margin-right:auto}@media (width<=1000px){.booking-board[data-v-9efe87ce]{grid-template-columns:250px minmax(0,1fr)}.schedule-toolbar[data-v-9efe87ce]{padding-left:16px;padding-right:16px}.schedule-toolbar h1[data-v-9efe87ce]{font-size:17px}}@media (width<=720px){.booking-board[data-v-9efe87ce]{grid-template-rows:auto minmax(520px,1fr);grid-template-columns:1fr;height:auto;min-height:calc(100vh - 168px);overflow:visible}.booking-filter-panel[data-v-9efe87ce]{border-right:0;border-bottom:1px solid var(--line);overflow:visible}.mini-calendar[data-v-9efe87ce]{padding-bottom:14px}.staff-filter-heading[data-v-9efe87ce]{padding-top:16px}.staff-filter-list[data-v-9efe87ce]{grid-template-columns:repeat(2,minmax(0,1fr))}.booking-schedule[data-v-9efe87ce]{min-height:620px}.schedule-toolbar[data-v-9efe87ce]{align-items:flex-start}.schedule-actions[data-v-9efe87ce]{flex-direction:column}.schedule-search[data-v-9efe87ce]{width:180px}}.gallery-workspace[data-v-de3d0d7c]{--line:#e4e7eb;--muted:#707782;color:#181b20;background:#f6f7f9;grid-template-rows:auto auto minmax(0,1fr);width:100%;height:100vh;min-height:0;display:grid;overflow:hidden}.gallery-toolbar[data-v-de3d0d7c]{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;gap:24px;min-height:112px;padding:18px 28px;display:flex}.gallery-toolbar p[data-v-de3d0d7c]{color:#858b94;letter-spacing:.06em;text-transform:uppercase;margin:0 0 5px;font-size:12px;font-weight:700}.gallery-toolbar h1[data-v-de3d0d7c]{letter-spacing:-.03em;margin:0;font-size:25px}.gallery-toolbar>div>span[data-v-de3d0d7c]{color:var(--muted);margin-top:6px;font-size:13px;display:block}.gallery-toolbar-actions[data-v-de3d0d7c]{justify-content:flex-end;align-items:center;gap:9px;display:flex}.gallery-toolbar-actions>span[data-v-de3d0d7c]{color:#25805d;text-align:right;max-width:180px;font-size:12px}.gallery-toolbar-actions>span.error[data-v-de3d0d7c]{color:#ad3030}.file-input[data-v-de3d0d7c]{display:none}.upload-button[data-v-de3d0d7c],.save-gallery-button[data-v-de3d0d7c],.gallery-empty button[data-v-de3d0d7c]{cursor:pointer;border-radius:8px;min-height:40px;padding:0 15px;font-size:13px;font-weight:700}.upload-button[data-v-de3d0d7c]{color:#343a42;background:#fff;border:1px solid #cfd4da}.upload-button[data-v-de3d0d7c]:hover{background:#f4f6f8}.save-gallery-button[data-v-de3d0d7c],.gallery-empty button[data-v-de3d0d7c]{color:#fff;background:#1185f5;border:1px solid #0869d8}.save-gallery-button[data-v-de3d0d7c]:disabled,.upload-button[data-v-de3d0d7c]:disabled{opacity:.5;cursor:not-allowed}.gallery-tabs[data-v-de3d0d7c]{border-bottom:1px solid var(--line);background:#fff;align-items:flex-end;gap:4px;min-height:58px;padding:0 28px;display:flex}.gallery-tabs button[data-v-de3d0d7c]{color:#666d76;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;height:58px;padding:0 18px;font-size:13px;font-weight:700;display:flex;position:relative}.gallery-tabs button.active[data-v-de3d0d7c]{color:#096bd7}.gallery-tabs button.active[data-v-de3d0d7c]:after{content:"";background:#1185f5;border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:0;left:12px;right:12px}.gallery-tabs b[data-v-de3d0d7c]{color:#626971;background:#eef0f2;border-radius:7px;place-items:center;min-width:23px;height:23px;padding:0 6px;font-size:10px;display:grid}.gallery-tabs button.active b[data-v-de3d0d7c]{color:#096bd7;background:#e7f2ff}.gallery-tabs p[data-v-de3d0d7c]{color:#91621c;margin:0 0 20px auto;font-size:11px}.gallery-content[data-v-de3d0d7c]{min-height:0;padding:22px 28px 50px;overflow-y:auto}.image-grid[data-v-de3d0d7c]{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;display:grid}.image-card[data-v-de3d0d7c]{background:#fff;border:1px solid #dfe2e6;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #1823320a}.image-preview[data-v-de3d0d7c]{background:#e9edf1;height:190px;position:relative;overflow:hidden}.image-preview img[data-v-de3d0d7c]{object-fit:cover;width:100%;height:100%}.image-preview>span[data-v-de3d0d7c]{color:#fff;background:#09539ee0;border-radius:6px;padding:5px 8px;font-size:10px;font-weight:700;position:absolute;top:10px;left:10px}.image-fields[data-v-de3d0d7c]{grid-template-columns:1fr 1fr;gap:10px;padding:14px;display:grid}.image-fields label[data-v-de3d0d7c],.carousel-fields label[data-v-de3d0d7c]{gap:5px;min-width:0;display:grid}.image-fields span[data-v-de3d0d7c],.carousel-fields span[data-v-de3d0d7c]{color:#60666e;font-size:11px;font-weight:700}.image-fields input[data-v-de3d0d7c],.carousel-fields input[data-v-de3d0d7c],.carousel-fields textarea[data-v-de3d0d7c]{background:#fff;border:1px solid #d9dde2;border-radius:7px;outline:0;width:100%;min-height:38px;padding:8px 10px;font-size:12px}.image-fields input[data-v-de3d0d7c]:focus,.carousel-fields input[data-v-de3d0d7c]:focus,.carousel-fields textarea[data-v-de3d0d7c]:focus{border-color:#5aa8f5;box-shadow:0 0 0 3px #1185f517}.carousel-fields textarea[data-v-de3d0d7c]{resize:vertical}.image-card-actions[data-v-de3d0d7c]{align-items:center;gap:7px;padding:0 14px 14px;display:flex}.image-card-actions label[data-v-de3d0d7c],.carousel-actions label[data-v-de3d0d7c]{color:#555c64;cursor:pointer;align-items:center;gap:6px;margin-right:auto;font-size:11px;display:flex}.image-card-actions input[data-v-de3d0d7c],.carousel-actions input[data-v-de3d0d7c]{accent-color:#1185f5;width:15px;height:15px;margin:0}.image-card-actions button[data-v-de3d0d7c],.carousel-actions button[data-v-de3d0d7c]{color:#555c64;cursor:pointer;background:#fff;border:1px solid #d7dbe0;border-radius:7px;min-height:31px;padding:0 9px;font-size:10px}.image-card-actions button.active[data-v-de3d0d7c]{color:#0869d8;background:#eff7ff;border-color:#aad1fb}.image-card-actions .delete-image[data-v-de3d0d7c]{color:#a83232;background:snow;border-color:#ebc0c0}.gallery-empty[data-v-de3d0d7c],.gallery-loading[data-v-de3d0d7c]{text-align:center;align-content:center;place-items:center;min-height:420px;display:grid}.gallery-empty>span[data-v-de3d0d7c]{color:#718092;background:#e9edf1;border-radius:15px;place-items:center;width:52px;height:52px;font-size:25px;display:grid}.gallery-empty h2[data-v-de3d0d7c]{margin:16px 0 6px;font-size:18px}.gallery-empty p[data-v-de3d0d7c]{max-width:420px;color:var(--muted);margin:0 0 18px;font-size:13px;line-height:1.6}.carousel-list[data-v-de3d0d7c]{gap:14px;max-width:1100px;margin:0 auto;display:grid}.carousel-card[data-v-de3d0d7c]{background:#fff;border:1px solid #dfe2e6;border-radius:12px;grid-template-columns:54px 230px minmax(260px,1fr) 130px;align-items:center;gap:14px;min-height:150px;padding:14px;display:grid}.carousel-card>img[data-v-de3d0d7c]{object-fit:cover;background:#edf0f2;border-radius:8px;width:230px;height:120px}.carousel-order[data-v-de3d0d7c]{grid-template-columns:1fr 1fr;place-items:center;gap:5px;display:grid}.carousel-order strong[data-v-de3d0d7c]{color:#828891;grid-column:1/-1;font-size:15px}.carousel-order button[data-v-de3d0d7c]{color:#555d66;cursor:pointer;background:#fff;border:1px solid #d9dce0;border-radius:6px;width:25px;height:25px}.carousel-order button[data-v-de3d0d7c]:disabled{opacity:.35;cursor:not-allowed}.carousel-fields[data-v-de3d0d7c]{gap:10px;display:grid}.carousel-actions[data-v-de3d0d7c]{align-content:center;gap:12px;display:grid}.carousel-actions button[data-v-de3d0d7c]{color:#a83232}.gallery-loading[data-v-de3d0d7c]{color:#737a83;font-size:13px}@media (width<=1050px){.gallery-toolbar[data-v-de3d0d7c]{flex-direction:column;align-items:flex-start}.gallery-toolbar-actions[data-v-de3d0d7c]{justify-content:flex-start;width:100%}.carousel-card[data-v-de3d0d7c]{grid-template-columns:48px 190px minmax(220px,1fr)}.carousel-card>img[data-v-de3d0d7c]{width:190px}.carousel-actions[data-v-de3d0d7c]{grid-column:2/-1;display:flex}}@media (width<=720px){.gallery-workspace[data-v-de3d0d7c]{height:auto;min-height:100vh;overflow:visible}.gallery-toolbar-actions[data-v-de3d0d7c]{flex-wrap:wrap}.gallery-tabs[data-v-de3d0d7c]{padding:0 12px}.gallery-content[data-v-de3d0d7c]{padding:16px 14px 40px;overflow:visible}.image-grid[data-v-de3d0d7c]{grid-template-columns:1fr}.carousel-card[data-v-de3d0d7c]{grid-template-columns:42px minmax(0,1fr)}.carousel-card>img[data-v-de3d0d7c]{width:100%;height:160px}.carousel-fields[data-v-de3d0d7c],.carousel-actions[data-v-de3d0d7c]{grid-column:2}.image-fields[data-v-de3d0d7c]{grid-template-columns:1fr}}.product-workspace[data-v-510cf518]{--line:#e6e7ea;--muted:#53708f;color:#191a1d;background:#f7f7f8;grid-template-rows:78px minmax(0,1fr);width:100%;height:100vh;display:grid;overflow:hidden}.product-toolbar[data-v-510cf518]{border-bottom:1px solid var(--line);background:#fff;grid-template-columns:minmax(210px,1fr) minmax(260px,480px) minmax(150px,1fr);align-items:center;gap:24px;padding:12px 22px;display:grid}.product-toolbar p[data-v-510cf518]{color:var(--muted);letter-spacing:.07em;text-transform:uppercase;margin:0 0 4px;font-size:12px;font-weight:700}.product-toolbar h1[data-v-510cf518]{margin:0;font-size:22px}.product-search[data-v-510cf518]{background:#f8f8f9;border:1px solid #dfe0e3;border-radius:10px;align-items:center;gap:9px;height:40px;padding:0 12px;display:flex}.product-search[data-v-510cf518]:focus-within{background:#fff;border-color:#96989d;box-shadow:0 0 0 3px #1185f514}.product-search svg[data-v-510cf518]{fill:none;stroke:#53708f;stroke-width:1.8px;width:17px;height:17px}.product-search input[data-v-510cf518]{background:0 0;border:0;outline:0;width:100%;font-size:13px}.product-save-actions[data-v-510cf518]{justify-content:flex-end;align-items:center;gap:10px;display:flex}.save-indicator[data-v-510cf518]{color:#6f7278;white-space:nowrap;font-size:12px}.save-indicator.saved[data-v-510cf518]{color:#39705b}.save-indicator.editing[data-v-510cf518]{color:#9a6417}.save-indicator.error[data-v-510cf518]{color:#a12f2f}.save-catalog-button[data-v-510cf518]{color:#fff;cursor:pointer;background:#0869d8;border:1px solid #0869d8;border-radius:8px;min-height:38px;padding:0 15px;font-size:12px;font-weight:700}.save-catalog-button[data-v-510cf518]:hover:not(:disabled){background:#075fbf}.save-catalog-button[data-v-510cf518]:disabled{color:#a0a4aa;cursor:not-allowed;background:#eef0f2;border-color:#d8dbe0}.product-columns[data-v-510cf518]{background:var(--line);grid-template-columns:220px 340px minmax(620px,1fr);gap:1px;min-width:0;min-height:0;display:grid;overflow-x:auto}.catalog-pane[data-v-510cf518],.detail-pane[data-v-510cf518]{background:#fff;min-width:0;min-height:0}.catalog-pane[data-v-510cf518]{grid-template-rows:auto minmax(0,1fr) auto;display:grid}.service-pane[data-v-510cf518]{grid-template-rows:auto auto minmax(0,1fr) auto}.catalog-pane>header[data-v-510cf518]{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:70px;padding:14px 14px 12px 18px;display:flex}.catalog-pane>header>div[data-v-510cf518]{min-width:0}.catalog-pane h2[data-v-510cf518]{margin:0;font-size:16px;display:inline}.catalog-pane>header span[data-v-510cf518]{color:#96989d;margin-left:7px;font-size:12px}.catalog-pane>header button[data-v-510cf518]{color:#25262a;cursor:pointer;background:#fff;border:1px solid #dedfe2;border-radius:9px;width:34px;height:34px;font-size:18px}.catalog-pane>header button[data-v-510cf518]:hover{background:#f2f2f3}.catalog-pane>header button[data-v-510cf518]:disabled{opacity:.45;cursor:not-allowed}.category-editor[data-v-510cf518]{background:#f7fbff;border-bottom:1px solid #dce9f7;gap:12px;padding:14px;display:grid}.category-editor-heading[data-v-510cf518]{justify-content:space-between;align-items:center;gap:10px;display:flex}.category-editor-heading>div[data-v-510cf518]{gap:2px;min-width:0;display:grid}.category-editor-heading strong[data-v-510cf518]{color:#26384d;font-size:13px}.category-editor-heading span[data-v-510cf518]{color:#85888e;font-size:10px}.category-editor-fields[data-v-510cf518]{gap:8px;display:grid}.category-editor label[data-v-510cf518]{grid-template-columns:58px minmax(0,1fr);align-items:center;gap:8px;display:grid}.category-editor label>span[data-v-510cf518]{color:#60636a;font-size:11px;font-weight:700}.category-editor input[data-v-510cf518]{color:#26272b;background:#fff;border:1px solid #d7dfe9;border-radius:8px;outline:0;width:100%;height:36px;padding:0 10px;font-size:12px}.delete-catalog-button[data-v-510cf518]{color:#9b2f2f;cursor:pointer;background:#fff8f8;border:1px solid #e1b6b6;border-radius:7px;flex:none;padding:6px 9px;font-size:11px}.category-editor input[data-v-510cf518]:focus{border-color:#5aa8f5;box-shadow:0 0 0 3px #1185f514}.service-list-heading[data-v-510cf518]{background:#fff;min-height:58px!important;padding-top:10px!important;padding-bottom:10px!important}.pane-list[data-v-510cf518]{padding:8px;overflow-y:auto}.catalog-row[data-v-510cf518]{width:100%;min-height:62px;color:inherit;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:9px;grid-template-columns:16px minmax(0,1fr) auto 12px;align-items:center;gap:8px;margin-bottom:4px;padding:8px;display:grid}.catalog-row[data-v-510cf518]:hover{background:#f7f7f8}.catalog-row.active[data-v-510cf518]{background:#f0f0f1;border-color:#dadbde;box-shadow:inset 3px 0 #0869d8}.catalog-row.dragging[data-v-510cf518],.variant-table tr.dragging td[data-v-510cf518]{opacity:.42;background:#f1f1f2}.drag-handle[data-v-510cf518]{color:#5aa8f5;letter-spacing:-2px;cursor:grab;-webkit-user-select:none;user-select:none;font-size:13px}.drag-handle[data-v-510cf518]:active{cursor:grabbing}.row-copy[data-v-510cf518]{gap:4px;min-width:0;display:grid}.row-copy strong[data-v-510cf518]{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.row-copy small[data-v-510cf518]{color:#85888e;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.row-count[data-v-510cf518]{color:#5d6066;background:#e3e3e5;border-radius:7px;place-items:center;min-width:25px;height:25px;font-size:11px;font-weight:700;display:grid}.row-chevron[data-v-510cf518]{color:#989ba1;font-size:17px}.service-row[data-v-510cf518]{grid-template-columns:16px minmax(0,1fr) auto 12px;min-height:72px}.service-meta[data-v-510cf518]{color:#8a8d93;white-space:nowrap;font-size:11px}.service-meta b[data-v-510cf518]{color:#4f5156}.catalog-pane>footer[data-v-510cf518]{border-top:1px solid var(--line);color:#81848a;padding:12px 15px;font-size:11px}.pane-empty[data-v-510cf518],.detail-empty[data-v-510cf518]{text-align:center;align-content:center;place-items:center;padding:24px;display:grid}.pane-empty span[data-v-510cf518],.detail-empty span[data-v-510cf518]{background:#f0f0f1;border-radius:12px;place-items:center;width:42px;height:42px;margin-bottom:12px;font-size:19px;display:grid}.pane-empty strong[data-v-510cf518]{font-size:14px}.pane-empty p[data-v-510cf518],.detail-empty p[data-v-510cf518]{max-width:280px;color:var(--muted);margin:7px 0 0;font-size:12px;line-height:1.55}.detail-pane[data-v-510cf518]{grid-template-rows:auto auto auto minmax(0,1fr);display:grid;overflow:hidden}.detail-heading[data-v-510cf518]{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:70px;padding:13px 22px;display:flex}.detail-heading p[data-v-510cf518]{color:var(--muted);margin:0 0 4px;font-size:12px}.detail-heading h2[data-v-510cf518]{margin:0;font-size:17px}.detail-heading-actions[data-v-510cf518]{color:#85888e;align-items:center;gap:12px;font-size:12px;display:flex}.detail-heading-actions button[data-v-510cf518]{color:#9b2f2f;cursor:pointer;background:#fff8f8;border:1px solid #e1b6b6;border-radius:7px;min-height:33px;padding:0 10px;font-size:11px}.product-form[data-v-510cf518]{border-bottom:1px solid var(--line);background:#fbfbfc;grid-template-columns:minmax(180px,1fr) minmax(280px,2fr);gap:14px;padding:18px 22px;display:grid}.product-form label[data-v-510cf518]{gap:6px;display:grid}.product-form label>span[data-v-510cf518]{color:#60636a;font-size:12px;font-weight:700}.product-form input[data-v-510cf518],.variant-table input[data-v-510cf518]{color:#26272b;background:#fff;border:1px solid #dddfe2;border-radius:8px;outline:0;width:100%;height:38px;padding:0 10px;font-size:13px}.product-form input[data-v-510cf518]:focus,.variant-table input[data-v-510cf518]:focus{border-color:#5aa8f5;box-shadow:0 0 0 3px #1185f514}.variant-heading[data-v-510cf518]{justify-content:space-between;align-items:flex-end;gap:20px;padding:18px 22px 12px;display:flex}.variant-heading h3[data-v-510cf518]{margin:0;font-size:16px}.variant-heading p[data-v-510cf518]{color:var(--muted);margin:5px 0 0;font-size:11px}.variant-heading button[data-v-510cf518]{color:#fff;cursor:pointer;background:#0869d8;border:1px solid #0869d8;border-radius:8px;min-height:37px;padding:0 14px;font-size:12px;font-weight:700}.variant-table-wrap[data-v-510cf518]{min-width:0;min-height:0;padding:0 22px 24px;overflow:auto}.variant-table[data-v-510cf518]{border:1px solid var(--line);border-collapse:separate;border-spacing:0;border-radius:10px;width:100%;min-width:930px;overflow:hidden}.variant-table th[data-v-510cf518]{z-index:1;border-bottom:1px solid var(--line);color:#64676d;text-align:left;background:#f6f6f7;height:42px;padding:0 8px;font-size:11px;font-weight:700;position:sticky;top:0}.variant-table td[data-v-510cf518]{background:#fff;border-bottom:1px solid #ececef;height:54px;padding:7px 6px}.variant-table tr:last-child td[data-v-510cf518]{border-bottom:0}.variant-table td[data-v-510cf518]:first-child{grid-template-columns:14px minmax(120px,1fr);align-items:center;gap:5px;display:grid}.delete-variant-button[data-v-510cf518]{color:#9b2f2f;cursor:pointer;background:#fff8f8;border:1px solid #e2baba;border-radius:7px;width:30px;height:30px;font-size:18px}.number-field[data-v-510cf518]{background:#fff;border:1px solid #dddfe2;border-radius:8px;align-items:center;height:36px;display:flex;overflow:hidden}.number-field[data-v-510cf518]:focus-within{border-color:#5aa8f5;box-shadow:0 0 0 3px #1185f514}.number-field span[data-v-510cf518]{color:#85888e;padding-left:8px;font-size:12px}.number-field input[data-v-510cf518]{height:34px;box-shadow:none;border:0;padding-left:5px}.number-field.suffix span[data-v-510cf518]{padding:0 8px 0 2px}.empty-variant[data-v-510cf518]{color:#686b71;cursor:pointer;background:#fafafa;border:1px dashed #d7d8dc;border-radius:9px;width:100%;min-height:54px;font-size:13px}.detail-empty[data-v-510cf518]{grid-row:1/-1}.detail-empty h2[data-v-510cf518]{margin:0;font-size:17px}@media (width<=1100px){.product-columns[data-v-510cf518]{grid-template-columns:200px 310px minmax(600px,1fr)}.product-toolbar[data-v-510cf518]{grid-template-columns:190px minmax(240px,1fr) 130px}}@media (width<=720px){.product-workspace[data-v-510cf518]{height:auto;min-height:calc(100vh - 168px);overflow:visible}.product-toolbar[data-v-510cf518]{grid-template-columns:1fr;height:auto;padding:16px}.save-indicator[data-v-510cf518]{justify-self:start}.product-columns[data-v-510cf518]{grid-template-columns:220px 280px minmax(600px,1fr);min-height:720px}}.staff-workspace[data-v-987b36e8]{--line:#e5e7eb;--muted:#707680;color:#191b20;background:#f6f7f8;grid-template-rows:112px minmax(0,1fr);width:100%;height:100vh;min-height:0;display:grid;position:relative;overflow:hidden}.staff-toolbar[data-v-987b36e8]{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;gap:28px;min-height:0;padding:20px 28px;display:flex}.staff-toolbar p[data-v-987b36e8]{color:#858b94;letter-spacing:.06em;text-transform:uppercase;margin:0 0 5px;font-size:12px;font-weight:700}.staff-toolbar h1[data-v-987b36e8]{letter-spacing:-.03em;margin:0;font-size:25px}.staff-toolbar>div>span[data-v-987b36e8]{color:var(--muted);margin-top:6px;font-size:13px;display:block}.staff-search[data-v-987b36e8],.picker-search[data-v-987b36e8]{background:#fafbfc;border:1px solid #d9dce1;border-radius:9px;align-items:center;gap:9px;display:flex}.staff-search[data-v-987b36e8]{width:min(390px,38vw);height:42px;padding:0 13px}.staff-search svg[data-v-987b36e8]{fill:none;stroke:#757b85;stroke-width:1.8px;width:17px}.staff-search input[data-v-987b36e8],.picker-search input[data-v-987b36e8]{background:0 0;border:0;outline:0;width:100%;min-width:0;font-size:13px}.staff-content[data-v-987b36e8]{overscroll-behavior:contain;min-height:0;padding:20px 28px 44px;transition:padding-right .2s;overflow:hidden auto}.editor-open .staff-content[data-v-987b36e8]{padding-right:474px}.staff-summary[data-v-987b36e8]{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.staff-summary p[data-v-987b36e8]{color:var(--muted);margin:0;font-size:13px}.staff-summary p strong[data-v-987b36e8]{color:#202227;font-size:15px}.add-staff-button[data-v-987b36e8],.save-staff-button[data-v-987b36e8]{color:#fff;cursor:pointer;background:#1185f5;border:1px solid #0869d8;border-radius:8px;min-height:39px;padding:0 16px;font-size:13px;font-weight:700}.add-staff-button[data-v-987b36e8]:hover,.save-staff-button[data-v-987b36e8]:hover{background:#0869d8}.staff-grid[data-v-987b36e8]{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px;display:grid}.add-staff-card[data-v-987b36e8],.staff-card[data-v-987b36e8]{background:#fff;border:1px solid #e0e2e6;border-radius:12px;min-height:218px;box-shadow:0 1px 2px #14182008}.add-staff-card[data-v-987b36e8]{color:#5f6670;cursor:pointer;border-style:dashed;align-content:center;place-items:center;gap:8px;display:grid}.add-staff-card[data-v-987b36e8]:hover{color:#0b6fd8;background:#f5f9ff;border-color:#8fc5ff}.add-staff-card>span[data-v-987b36e8]{background:#eef1f2;border-radius:50%;place-items:center;width:42px;height:42px;font-size:24px;display:grid}.add-staff-card strong[data-v-987b36e8]{font-size:15px}.add-staff-card small[data-v-987b36e8]{color:#8b9098;font-size:12px}.staff-card[data-v-987b36e8]{cursor:pointer;outline:0;padding:18px;transition:border-color .15s,box-shadow .15s,background .15s;position:relative}.staff-card[data-v-987b36e8]:hover,.staff-card.active[data-v-987b36e8],.staff-card[data-v-987b36e8]:focus-visible{border-color:#83bdff;box-shadow:0 4px 18px #115db41a}.staff-card.active[data-v-987b36e8]{background:#f7fbff}.staff-card-heading[data-v-987b36e8]{grid-template-columns:48px minmax(0,1fr);align-items:center;gap:11px;display:grid}.staff-avatar[data-v-987b36e8]{color:#0b5fae;background:#dceeff;border-radius:50%;place-items:center;width:48px;height:48px;font-size:14px;font-weight:800;display:grid}.staff-card h2[data-v-987b36e8]{margin:0;font-size:16px}.staff-card-heading p[data-v-987b36e8]{color:var(--muted);margin:4px 0 0;font-size:12px}.staff-card dl[data-v-987b36e8]{grid-template-columns:1fr auto;gap:12px;margin:18px 0 12px;display:grid}.staff-card dl div[data-v-987b36e8]:last-child{text-align:right}.staff-card dt[data-v-987b36e8]{color:#858b94;margin-bottom:4px;font-size:11px}.staff-card dd[data-v-987b36e8]{margin:0;font-size:12px;font-weight:650}.service-tags[data-v-987b36e8]{flex-wrap:wrap;gap:5px;min-height:26px;display:flex}.service-tags span[data-v-987b36e8]{color:#586069;background:#f0f2f3;border-radius:5px;padding:4px 7px;font-size:10px}.service-tags small[data-v-987b36e8]{color:#a0a4aa;font-size:11px}.staff-empty[data-v-987b36e8]{text-align:center;align-content:center;place-items:center;min-height:360px;display:grid}.staff-empty>span[data-v-987b36e8]{font-size:30px}.staff-empty h2[data-v-987b36e8]{margin:12px 0 5px;font-size:18px}.staff-empty p[data-v-987b36e8]{color:var(--muted);margin:0;font-size:13px}.staff-editor[data-v-987b36e8]{z-index:3;background:#fff;border-left:1px solid #dfe2e5;grid-template-rows:auto minmax(0,1fr) auto;width:460px;height:100vh;display:grid;position:absolute;top:0;right:0;box-shadow:-14px 0 36px #191e2614}.staff-editor>header[data-v-987b36e8]{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:81px;padding:15px 19px 14px 22px;display:flex}.staff-editor>header p[data-v-987b36e8]{color:#8a9098;margin:0 0 4px;font-size:11px}.staff-editor>header h2[data-v-987b36e8]{margin:0;font-size:19px}.staff-editor>header button[data-v-987b36e8]{color:#636a73;cursor:pointer;background:0 0;border:0;border-radius:8px;width:34px;height:34px;font-size:24px}.staff-editor>header button[data-v-987b36e8]:hover{background:#f2f3f4}.editor-scroll[data-v-987b36e8]{min-height:0;overflow-y:auto}.staff-form[data-v-987b36e8]{border-bottom:1px solid var(--line);gap:14px;padding:20px 22px;display:grid}.staff-field[data-v-987b36e8]{gap:6px;display:grid}.staff-field>span[data-v-987b36e8]{color:#4e535a;font-size:12px;font-weight:700}.staff-field input[data-v-987b36e8]{background:#fff;border:1px solid #d8dbe0;border-radius:8px;outline:0;width:100%;height:40px;padding:0 11px;font-size:13px}.staff-field input[data-v-987b36e8]:focus{border-color:#5aa8f5;box-shadow:0 0 0 3px #1185f51a}.staff-field input[data-v-987b36e8]:disabled{color:#777d85;background:#f2f3f5}.name-fields[data-v-987b36e8],.time-fields[data-v-987b36e8]{grid-template-columns:1fr 1fr;gap:12px;display:grid}.password-field>div[data-v-987b36e8]{position:relative}.password-field>div input[data-v-987b36e8]{padding-right:42px}.password-field>div button[data-v-987b36e8]{color:#737a83;cursor:pointer;background:0 0;border:0;width:34px;height:34px;position:absolute;top:3px;right:4px}.service-picker[data-v-987b36e8]{padding:20px 22px 24px}.picker-heading[data-v-987b36e8]{justify-content:space-between;gap:12px;display:flex}.picker-heading h3[data-v-987b36e8]{margin:0;font-size:15px}.picker-heading p[data-v-987b36e8]{color:var(--muted);margin:5px 0 0;font-size:11px;line-height:1.5}.picker-heading>b[data-v-987b36e8]{color:#0a67c8;background:#e8f3ff;border-radius:7px;place-items:center;min-width:27px;height:27px;font-size:11px;display:grid}.picker-search[data-v-987b36e8]{height:38px;margin:14px 0 12px;padding:0 10px}.picker-search>span[data-v-987b36e8]{color:#7d838b}.picker-columns[data-v-987b36e8]{border:1px solid #e1e3e6;border-radius:9px;grid-template-columns:.85fr 1fr 1.25fr;min-height:190px;display:grid;overflow:hidden}.picker-columns>div[data-v-987b36e8]{border-right:1px solid #e7e8ea;min-width:0;padding:9px 7px}.picker-columns>div[data-v-987b36e8]:last-child{border-right:0}.picker-columns>div>strong[data-v-987b36e8]{color:#858a92;padding:2px 6px 8px;font-size:10px;display:block}.picker-columns button[data-v-987b36e8]{color:#3f444b;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:space-between;align-items:center;width:100%;min-height:31px;padding:5px 7px;font-size:11px;display:flex}.picker-columns button.active[data-v-987b36e8]{color:#075fbf;background:#e7f2ff;font-weight:700}.picker-columns label[data-v-987b36e8],.picker-results label[data-v-987b36e8]{color:#4a5057;cursor:pointer;align-items:flex-start;gap:6px;min-height:31px;padding:5px 4px;font-size:10px;line-height:1.35;display:flex}.picker-columns input[data-v-987b36e8],.picker-results input[data-v-987b36e8]{accent-color:#1185f5;flex:none;width:14px;height:14px;margin:0}.picker-results[data-v-987b36e8]{border:1px solid #e1e3e6;border-radius:9px;gap:3px;padding:6px;display:grid}.picker-results label[data-v-987b36e8]{border-radius:6px;align-items:center;padding:7px}.picker-results label[data-v-987b36e8]:hover{background:#f5f7f7}.picker-results label>span[data-v-987b36e8]{gap:2px;display:grid}.picker-results strong[data-v-987b36e8]{font-size:11px}.picker-results small[data-v-987b36e8]{color:#8c9198;font-size:9px}.picker-results>p[data-v-987b36e8]{color:#888e96;text-align:center;font-size:11px}.selected-services[data-v-987b36e8]{background:#f1f7ff;border-radius:8px;margin-top:14px;padding:12px}.selected-services>strong[data-v-987b36e8]{color:#58716e;margin-bottom:8px;font-size:10px;display:block}.selected-services>div[data-v-987b36e8]{flex-wrap:wrap;gap:5px;display:flex}.selected-services button[data-v-987b36e8]{color:#345b84;cursor:pointer;background:#fff;border:1px solid #cfe3fb;border-radius:6px;padding:5px 7px;font-size:10px}.selected-services button span[data-v-987b36e8]{color:#87918f;margin-left:4px}.staff-editor>footer[data-v-987b36e8]{border-top:1px solid var(--line);background:#fff;justify-content:flex-end;align-items:center;gap:9px;min-height:69px;padding:13px 22px;display:flex}.staff-editor>footer>span[data-v-987b36e8]{color:#0b6bc8;margin-right:auto;font-size:11px}.cancel-button[data-v-987b36e8]{color:#4c5158;cursor:pointer;background:#fff;border:1px solid #d8dbe0;border-radius:8px;min-height:39px;padding:0 15px;font-size:12px}.delete-staff-button[data-v-987b36e8]{color:#9c2d2d;cursor:pointer;background:#fff8f8;border:1px solid #dfb0b0;border-radius:8px;min-height:39px;margin-right:auto;padding:0 14px;font-size:12px;font-weight:700}.staff-editor>footer>span+.delete-staff-button[data-v-987b36e8]{margin-left:0}.staff-toolbar p[data-v-987b36e8]{font-size:13px}.staff-toolbar>div>span[data-v-987b36e8],.staff-search input[data-v-987b36e8],.staff-summary p[data-v-987b36e8],.add-staff-button[data-v-987b36e8],.save-staff-button[data-v-987b36e8]{font-size:14px}.add-staff-card small[data-v-987b36e8],.staff-card-heading p[data-v-987b36e8]{font-size:13px}.staff-card dt[data-v-987b36e8]{font-size:12px}.staff-card dd[data-v-987b36e8]{font-size:13px}.service-tags span[data-v-987b36e8],.service-tags small[data-v-987b36e8],.staff-editor>header p[data-v-987b36e8]{font-size:12px}.staff-editor>header h2[data-v-987b36e8]{font-size:20px}.staff-field>span[data-v-987b36e8]{font-size:13px}.staff-field input[data-v-987b36e8]{font-size:14px}.picker-heading h3[data-v-987b36e8]{font-size:16px}.picker-heading p[data-v-987b36e8],.picker-heading>b[data-v-987b36e8]{font-size:12px}.picker-search input[data-v-987b36e8]{font-size:13px}.picker-columns>div>strong[data-v-987b36e8],.picker-columns button[data-v-987b36e8],.picker-columns label[data-v-987b36e8],.picker-results label[data-v-987b36e8],.picker-results strong[data-v-987b36e8]{font-size:12px}.picker-results small[data-v-987b36e8]{font-size:11px}.picker-results>p[data-v-987b36e8],.selected-services>strong[data-v-987b36e8],.selected-services button[data-v-987b36e8]{font-size:12px}.staff-editor>footer>span[data-v-987b36e8],.cancel-button[data-v-987b36e8]{font-size:13px}@media (width<=1100px){.editor-open .staff-content[data-v-987b36e8]{padding-right:28px}.staff-editor[data-v-987b36e8]{width:min(460px,100vw - 205px)}}@media (width<=720px){.staff-workspace[data-v-987b36e8]{grid-template-rows:auto minmax(0,1fr)}.staff-toolbar[data-v-987b36e8]{flex-direction:column;align-items:flex-start}.staff-search[data-v-987b36e8]{width:100%}.staff-grid[data-v-987b36e8]{grid-template-columns:1fr}.staff-editor[data-v-987b36e8]{width:100vw;position:fixed}.editor-open .staff-content[data-v-987b36e8]{padding-right:28px}}
