:root,:root[data-theme=light]{--bg:#f5f5f7;--surface:#ffffffd9;--surface-strong:#fff;--line:#00000014;--text-strong:#1d1d1f;--text-soft:#86868b;--muted:#3c3c4399;--accent:#ff133e;--accent-strong:#d02046;--pulse-rgba:255, 45, 85;--salon-secondary-rgba:91, 140, 255;--input-bg:#0000000a;--button-text:#fff;--shadow-soft:0 4px 24px #0000000a, 0 1px 4px #00000005;--shadow-hover:0 12px 32px #00000014, 0 2px 8px #0000000a;--motion-fast:.18s cubic-bezier(.2, .8, .2, 1);--motion-base:.24s cubic-bezier(.2, .8, .2, 1);--motion-slow:.32s cubic-bezier(.2, .8, .2, 1);--motion-bounce:.42s cubic-bezier(.16, 1, .3, 1);--heading:-apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;--body:-apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", sans-serif;--mono:ui-monospace, SFMono-Regular, Consolas, monospace;font-family:var(--body);color:var(--text-soft);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:1.5}:root[data-theme=dark]{--bg:#0b1020;--surface:#101626db;--surface-strong:#101626;--line:#94a3b82e;--text-strong:#f8fafc;--text-soft:#cbd5e1;--muted:#cbd5e1b3;--accent:#7c3aed;--accent-strong:#a78bfa;--pulse-rgba:124, 58, 237;--salon-secondary-rgba:167, 139, 250;--input-bg:#94a3b814;--button-text:#fff;--shadow-soft:0 14px 30px #02061759, 0 4px 12px #0206174d;--shadow-hover:0 22px 44px #0206177a, 0 8px 18px #02061757}@media (prefers-color-scheme:dark){:root:not([data-theme]){--bg:#0b1020;--surface:#101626db;--surface-strong:#101626;--line:#94a3b82e;--text-strong:#f8fafc;--text-soft:#cbd5e1;--muted:#cbd5e1b3;--accent:#7c3aed;--accent-strong:#a78bfa;--pulse-rgba:124, 58, 237;--salon-secondary-rgba:167, 139, 250;--input-bg:#94a3b814;--button-text:#fff;--shadow-soft:0 14px 30px #02061759, 0 4px 12px #0206174d;--shadow-hover:0 22px 44px #0206177a, 0 8px 18px #02061757}}*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth;transition:background-color var(--motion-fast)}body{min-width:320px;min-height:100svh;color:var(--text-soft);transition:background-color var(--motion-fast), color var(--motion-fast);background:0 0;margin:0}body,button,input,textarea,select{font:inherit}button,input,textarea,select{appearance:none}img,svg{max-width:100%;display:block}#root{min-height:100svh}a{color:inherit;transition:color var(--motion-fast), opacity var(--motion-fast), transform var(--motion-fast)}code{font-family:var(--mono)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);align-items:center;gap:.45rem;font-size:.75rem;font-weight:600;display:inline-flex}@keyframes fade-up-soft{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-scale-soft{0%{opacity:0;transform:translateY(10px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes float-soft{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes pulse-ring-soft{0%{box-shadow:0 0 0 0 rgba(var(--pulse-rgba), .16)}to{box-shadow:0 0 0 12px rgba(var(--pulse-rgba), 0)}}.primary-button,.ghost-button,.login-form input,.salon-form input,.salon-form textarea,.salon-form select,.user-form input,.user-form select,.search-field input{transition:transform var(--motion-base), border-color var(--motion-fast), box-shadow var(--motion-base), background-color var(--motion-fast), color var(--motion-fast), opacity var(--motion-fast)}.primary-button,.ghost-button{font:inherit;cursor:pointer;text-wrap:nowrap;text-align:center;border:0;border-radius:15px;padding:.9rem 1.2rem;font-weight:700}.primary-button{color:#fff;background:var(--accent);box-shadow:0 4px 14px #007aff33}.primary-button:hover,.ghost-button:hover{opacity:1;box-shadow:var(--shadow-hover);transform:translateY(-1px)}.primary-button:disabled,.ghost-button:disabled{cursor:wait;opacity:.75;transform:none}.primary-button--full{justify-content:center;width:100%}.primary-button--soft{background:#007affe6}.ghost-button{color:var(--accent);background:#007aff1a;border:none;display:flex}.ghost-button--contrast{color:var(--text-strong);background:#0000000a;border:none}.login-shell,.loading-screen{place-items:center;min-height:100svh;padding:2rem;display:grid;position:relative;overflow:hidden}.login-shell,.loading-screen,.dashboard-shell,.admin-shell{animation:fadeIn var(--motion-slow) both}.login-shell:before,.loading-screen:before,.dashboard-shell:before{content:"";pointer-events:none;filter:blur(40px);background:radial-gradient(circle at 10% 20%,#007aff14,#0000 30%),radial-gradient(circle at 90% 80%,#5856d614,#0000 35%),radial-gradient(circle,#ff2d550d,#0000 40%);position:fixed;inset:0}.login-shell{grid-template-columns:minmax(0,1.1fr) minmax(320px,470px);gap:1.5rem}.login-hero,.login-panel,.loading-screen__panel,.dashboard-hero,.content-panel,.metric-card,.salon-card,.dialog-panel{border:1px solid var(--line);-webkit-backdrop-filter:blur(24px);box-shadow:var(--shadow-soft);transition:transform var(--motion-base), box-shadow var(--motion-base), border-color var(--motion-fast), background-color var(--motion-fast);animation:fade-scale-soft var(--motion-bounce) both;background:#ffffffb3;border-radius:24px;position:relative}.metric-card:hover,.salon-card:hover,.content-panel:hover{box-shadow:var(--shadow-hover);transform:translateY(-3px)}.dialog-panel,.admin-sidebar,.admin-topbar,.admin-panel,.admin-metric-card,.booking-pipeline__column,.booking-card,.admin-branch-card,.admin-catalog-card,.admin-log-card,.admin-status-card,.admin-table__row,.search-bar-section,.search-field,.filter-select-wrapper,.admin-context-field__control,.admin-segmented-toggle,.admin-bundle-picker__item,.admin-bundle-picker__qty,.admin-nav-item,.icon-button,.toolbar-button,.status-dropdown__trigger,.status-dropdown__option,.action-pill,.icon-close-btn,.file-upload-box{transition:transform var(--motion-base), box-shadow var(--motion-base), border-color var(--motion-fast), background-color var(--motion-fast), color var(--motion-fast), opacity var(--motion-fast)}.dashboard-top-nav,.search-bar-section,.content-panel,.metric-card,.salon-card,.admin-sidebar,.admin-topbar,.admin-panel,.admin-metric-card,.admin-branch-card,.admin-catalog-card,.admin-log-card,.admin-status-card,.admin-table__row,.dialog-panel.modern-dialog{animation:fade-scale-soft var(--motion-bounce) both}.metrics-grid>:first-child,.salons-grid>:first-child,.admin-metrics-grid>:first-child,.admin-log-grid>:first-child,.admin-branch-grid>:first-child,.admin-catalog-grid>:first-child{animation-delay:40ms}.metrics-grid>:nth-child(2),.salons-grid>:nth-child(2),.admin-metrics-grid>:nth-child(2),.admin-log-grid>:nth-child(2),.admin-branch-grid>:nth-child(2),.admin-catalog-grid>:nth-child(2){animation-delay:90ms}.metrics-grid>:nth-child(3),.salons-grid>:nth-child(3),.admin-metrics-grid>:nth-child(3),.admin-log-grid>:nth-child(3),.admin-branch-grid>:nth-child(3),.admin-catalog-grid>:nth-child(3){animation-delay:.14s}.metrics-grid>:nth-child(4),.salons-grid>:nth-child(4),.admin-metrics-grid>:nth-child(4),.admin-log-grid>:nth-child(4),.admin-branch-grid>:nth-child(4),.admin-catalog-grid>:nth-child(4){animation-delay:.19s}.admin-panel:hover,.admin-metric-card:hover,.booking-pipeline__column:hover,.booking-card:hover,.admin-branch-card:hover,.admin-catalog-card:hover,.admin-log-card:hover,.admin-status-card:hover,.admin-table__row:hover,.search-bar-section:hover,.search-field:hover,.admin-context-field__control:hover,.admin-bundle-picker__item:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.metric-card__value,.admin-metric-card strong,.admin-status-card strong,.admin-log-card__icon,.admin-catalog-card__status,.admin-branch-card__status,.top-nav__logo,.salon-card__logo,.admin-nav-item span{transition:transform var(--motion-base), color var(--motion-fast), background-color var(--motion-fast), box-shadow var(--motion-base)}.metric-card:hover .metric-card__value,.admin-metric-card:hover strong,.admin-status-card:hover strong,.admin-log-card:hover .admin-log-card__icon,.admin-catalog-card:hover .admin-catalog-card__status,.admin-branch-card:hover .admin-branch-card__status{transform:translateY(-1px)}.top-nav__logo,.salon-card__logo,.admin-metric-card__icon,.admin-log-card__icon{animation:6s ease-in-out infinite float-soft}.admin-nav-item.is-active{animation:pulse-ring-soft var(--motion-bounce)}.login-hero,.dashboard-hero{border-radius:32px;overflow:hidden}.login-hero{min-height:620px;color:var(--text-strong);background:#fffc;flex-direction:column;justify-content:space-between;padding:3rem;display:flex}.login-hero__copy h1,.loading-screen__panel h1,.dashboard-hero__copy h1,.content-panel__top h2,.dialog-panel h2,.empty-state h3,.salon-card h3,.login-panel h2{font-family:var(--heading);color:var(--text-strong);letter-spacing:-.02em;margin:0}.login-hero__copy{max-width:32rem}.login-hero__copy p,.dashboard-hero__copy p,.login-panel__header p,.metric-card__detail,.salon-card__description,.empty-state p{color:inherit;margin:0}.login-hero__copy h1{margin-top:1rem;font-size:clamp(3rem,8vw,5.5rem);font-weight:700;line-height:1}.login-hero__copy p{max-width:28rem;color:var(--text-soft);margin-top:1.25rem;font-size:1.05rem}.login-hero__pulse{gap:.9rem;display:flex}.login-hero__pulse span{background:#007aff14;border:1px solid #007aff26;border-radius:1.5rem;width:5rem;height:5rem;animation:6s ease-in-out infinite drift}.login-hero__pulse span:nth-child(2){animation-delay:.8s}.login-hero__pulse span:nth-child(3){animation-delay:1.6s}.login-panel,.loading-screen__panel{color:var(--text-strong);border-radius:30px;padding:2rem}.login-panel__header,.dialog-panel__header{flex-direction:column;gap:.8rem;display:flex}.login-form,.salon-form,.user-form{gap:1rem;margin-top:1.75rem;display:grid}.login-form label,.salon-form label,.user-form label,.search-field{color:var(--text-soft);gap:.55rem;font-size:.95rem;display:grid}.login-form input,.salon-form input,.salon-form textarea,.salon-form select,.user-form input,.user-form select,.search-field input{border:1px solid var(--line);box-sizing:border-box;width:100%;font:inherit;color:var(--text-strong);background:#00000005;border-radius:12px;padding:.95rem 1rem}.login-form input:focus,.salon-form input:focus,.salon-form textarea:focus,.salon-form select:focus,.user-form input:focus,.user-form select:focus,.search-field input:focus{border-color:var(--accent);background:#fff;outline:none;box-shadow:0 0 0 4px #007aff26}.salon-form__full,.user-form__full{grid-column:1/-1}.salon-form textarea{resize:vertical;min-height:7rem}.file-upload-group{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.file-upload-box{border:1px dashed var(--line);text-align:center;background:var(--input-bg);cursor:pointer;border-radius:12px;margin-top:.5rem;padding:1.25rem;transition:all .2s;position:relative}.file-upload-box:hover{border-color:var(--accent);background:#0000000d}.file-upload-box input{opacity:0;cursor:pointer;position:absolute;inset:0}.file-upload-box span{color:var(--accent);font-size:.9rem;font-weight:600}.dialog-panel__actions{border-top:1px solid var(--line);grid-column:1/-1;justify-content:flex-end;gap:.5rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.toast-notification{background:var(--surface-strong);box-shadow:var(--shadow-hover);z-index:3200;border:1px solid var(--line);border-radius:12px;width:320px;animation:.4s cubic-bezier(.2,.8,.2,1) forwards slideInRight;position:fixed;bottom:2.5rem;right:2.5rem;overflow:hidden}.toast-notification--error{border-left:4px solid #ff3b30}.toast-notification--success{border-left:4px solid #10b981}.toast-notification__content{justify-content:space-between;align-items:center;padding:1.25rem 1.25rem 1rem;display:flex}.toast-notification__content p{color:var(--text-strong);margin:0;font-size:.9rem;font-weight:600}.toast-notification__content button{color:var(--muted);cursor:pointer;background:0 0;border:none;margin-left:1rem;padding:0;font-size:1.5rem}.toast-notification__progress{transform-origin:0;width:100%;height:3px;animation:4s linear forwards shrinkWidth}.toast-notification--error .toast-notification__progress{background:#ff3b30}.toast-notification--success .toast-notification__progress{background:#10b981}@keyframes slideInRight{0%{opacity:0;transform:translate(120%)}to{opacity:1;transform:translate(0)}}@keyframes shrinkWidth{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.loading-screen__panel{max-width:34rem}.loading-screen__panel h1{color:var(--text-strong);margin-top:.75rem}.dashboard-shell{box-sizing:border-box;gap:1.3rem;width:min(100%,1540px);min-height:100svh;margin:0 auto;padding:clamp(1rem,2vw,1.6rem);display:grid;position:relative}.dashboard-top-nav{border:1px solid var(--line);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(20px);background:linear-gradient(#fffffff0,#f8faffd6);border-radius:28px;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:0;padding:1.1rem 1.25rem;display:flex}.top-nav__brand{align-items:center;gap:1rem;display:flex}.top-nav__logo{background:linear-gradient(135deg, var(--accent), var(--accent-strong));color:#fff;width:44px;height:44px;box-shadow:0 14px 30px rgba(var(--pulse-rgba), .24);border-radius:14px;place-items:center;font-size:1.4rem;font-weight:700;display:grid}.top-nav__text{flex-direction:column;display:flex}.top-nav__text h2{letter-spacing:-.02em;color:var(--text-strong);margin:0;font-size:1.2rem;font-weight:700}.top-nav__text span{letter-spacing:.08em;color:var(--muted);font-size:.65rem;font-weight:600}.top-nav__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:1rem;display:flex}.icon-button{border:1px solid var(--line);color:var(--accent);cursor:pointer;background:0 0;border-radius:12px;place-items:center;width:44px;height:44px;padding:0;transition:all .2s;display:grid}.icon-button:hover{background:#00000008}.section-title{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.section-title__icon{color:#fff;background:#c3b9eb;border-radius:8px;place-items:center;width:32px;height:32px;display:grid}.section-title__icon svg{width:18px;height:18px}.section-title h3{color:var(--text-strong);margin:0;font-size:1.1rem;font-weight:700}.user-chip{border:1px solid rgba(var(--pulse-rgba), .08);background:linear-gradient(#ffffffad,#f4f7fceb);border-radius:18px;min-width:12rem;padding:1rem 1.1rem;box-shadow:inset 0 1px #ffffffa6}.user-chip span,.metric-card__label,.status-pill,.salon-card__hint,.salon-card__stats dt{letter-spacing:.08em;text-transform:uppercase;font-size:.75rem;font-weight:600;display:block}.user-chip span{color:var(--muted)}.user-chip strong{color:var(--text-strong);margin-top:.35rem;font-size:1rem;font-weight:600;display:block}.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;display:grid}.metric-card{background:var(--surface-strong);box-shadow:var(--shadow-soft);border:1px solid var(--line);color:var(--text-strong);border-radius:20px;padding:1.5rem 1.75rem}.metric-card__label{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;text-transform:uppercase;font-size:.65rem;font-weight:600}.salons-grid{grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:clamp(1rem,1.8vw,1.4rem);display:grid}.salon-card{background:var(--surface-strong);border:1px solid var(--line);box-shadow:var(--shadow-soft);cursor:pointer;border-radius:20px;flex-direction:column;margin:0;padding:0;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}.salon-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.salon-card__cover{background-position:50%;background-size:cover;height:100px;position:relative}.salon-card__cover:before{content:"";background:linear-gradient(#0000001a 0%,#0006 100%);position:absolute;inset:0}.salon-card__logo{color:#3928a3;z-index:2;background:#fff;border:3px solid #fff;border-radius:50%;place-items:center;width:60px;height:60px;font-size:1.5rem;font-weight:700;display:grid;position:absolute;bottom:-30px;left:1.5rem;overflow:hidden;box-shadow:0 4px 12px #0000001a}.salon-card__logo img{object-fit:cover;width:100%;height:100%}.salon-card__body{flex-direction:column;gap:1rem;padding:2.25rem 1.5rem 1.5rem;display:flex}.salon-card__header{justify-content:space-between;align-items:flex-start;display:flex}.salon-card__titles{flex-direction:column;display:flex}.salon-card__titles h3{color:var(--text-strong);margin:0;font-size:1.1rem;font-weight:700}.salon-slug{color:var(--muted);margin-top:.25rem;font-size:.75rem}.salon-card__footer{color:var(--muted);border-top:1px solid var(--line);margin-top:.5rem;padding-top:.75rem;font-size:.7rem}.metric-card__value{font-family:var(--heading);letter-spacing:-.03em;margin-top:.6rem;font-size:2.2rem;font-weight:700;line-height:1;display:block}.color-pink .metric-card__value{color:var(--accent)}.color-blue .metric-card__value{color:#0ea5e9}.color-purple .metric-card__value{color:#8b5cf6}.metric-card__detail{color:var(--muted);margin-top:.6rem;font-size:.75rem}.search-bar-section{border:1px solid rgba(var(--pulse-rgba), .1);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(20px);background:linear-gradient(#fffffff0,#f7faffe6);border-radius:26px;flex-wrap:wrap;align-items:center;gap:1rem;margin:0;padding:1rem;display:flex}.search-field{border:1px solid var(--line);background:linear-gradient(#f7fafff5,#ffffffe0);border-radius:18px;flex-direction:row;flex:1;align-items:center;gap:.75rem;min-height:58px;padding:.95rem 1.1rem;display:flex;box-shadow:inset 0 1px #ffffffb8}.search-field:focus-within{background:var(--surface-strong);border-color:var(--accent);box-shadow:0 0 0 4px #ff2d551a}.search-icon{color:var(--muted);width:18px;height:18px}.search-field input{flex:1;font-size:.95rem;color:var(--text-strong)!important;box-shadow:none!important;background:0 0!important;border:none!important;padding:0!important}.filter-icon{pointer-events:none;color:var(--muted);z-index:10;position:absolute;left:1rem}.filter-select-wrapper{border:1px solid var(--line);min-height:58px;box-shadow:var(--shadow-soft);background:linear-gradient(#f7fafff5,#ffffffe6);border-radius:18px;align-items:center;display:flex;position:relative;overflow:hidden}.filter-select-wrapper:hover{background:var(--input-bg);border-color:var(--accent)}.filters-select{appearance:none;color:var(--text-strong);cursor:pointer;min-width:180px;height:58px;font-size:.9rem;font-weight:600;box-shadow:none!important;background-color:#0000!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")!important;background-position:right .75rem center!important;background-repeat:no-repeat!important;background-size:16px!important;border:none!important;outline:none!important;margin:0!important;padding:0 2.5rem!important}.filters-select:focus{outline:none}.excel-btn{border:1px solid var(--line);background:linear-gradient(#ffffffb8,#f5f7fcf2);border-radius:18px;align-items:center;gap:.6rem;min-height:58px;font-weight:600;display:flex;color:var(--text-strong)!important;padding:0 1.25rem!important}.excel-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98166;color:#fff!important;background:#10b981!important;border-color:#0000!important}.salon-card__action-overlay{opacity:0;z-index:10;gap:.5rem;transition:all .3s cubic-bezier(.2,.8,.2,1);display:flex;position:absolute;top:1rem;right:1rem;transform:translateY(-10px)}.salon-card:hover .salon-card__action-overlay{opacity:1;transform:translateY(0)}.action-pill{-webkit-backdrop-filter:blur(8px);width:36px;height:36px;color:var(--text-strong);cursor:pointer;background:#ffffffe6;border:none;border-radius:10px;place-items:center;transition:all .2s;display:grid;box-shadow:0 4px 12px #00000026}.action-pill:hover{color:var(--accent);background:#fff;transform:scale(1.1)}.action-pill.danger:hover{color:#fff;background:#ff3b30}.action-pill.success:hover{color:#fff;background:#34c759}.bg-soft-grey{background:var(--input-bg);border-radius:16px;grid-template-columns:repeat(3,1fr);gap:.5rem;padding:1rem;display:grid}.modern-dialog{border:1px solid var(--line);background:var(--surface-strong);box-shadow:0 20px 60px #0003;border-radius:24px!important}.dialog-panel__header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.dialog-header-text span{letter-spacing:.08em;color:var(--accent);margin-bottom:.25rem;font-size:.65rem;font-weight:700;display:block}.dialog-header-text h2{color:var(--text-strong);margin:0;font-size:1.4rem;font-weight:800}.icon-close-btn{background:var(--input-bg);width:36px;height:36px;color:var(--text-soft);cursor:pointer;border:none;border-radius:50%;place-items:center;transition:all .2s;display:grid}.icon-close-btn:hover{background:var(--accent);color:#fff;transform:rotate(90deg)}.grid-form{gap:1.5rem;display:grid}.form-section{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.input-with-prefix{background:var(--input-bg);border:1px solid var(--line);border-radius:12px;align-items:center;transition:all .2s;display:flex;overflow:hidden}.input-with-prefix:focus-within{border-color:var(--accent);background:#fff}.input-with-prefix .prefix{color:var(--muted);-webkit-user-select:none;user-select:none;padding:0 .75rem;font-size:.85rem;font-weight:600}.input-with-prefix input{background:0 0!important;border:none!important;border-radius:0!important}.form-footer{border-top:1px solid var(--line);justify-content:space-between;align-items:flex-end;margin-top:1rem;padding-top:1.5rem;display:flex}.status-select-label{flex-direction:column;gap:.5rem;display:flex!important}.status-select-label select{min-width:160px;font-weight:700;width:auto!important}.status-select-label select.active{color:#34c759}.status-select-label select.inactive{color:#ff3b30}.status-dropdown{width:100%;position:relative}.status-dropdown__trigger{border:1px solid var(--line);width:100%;min-height:50px;box-shadow:var(--shadow-soft);color:var(--text-strong);text-align:left;cursor:pointer;background:#ffffffd1;border-radius:16px;justify-content:space-between;align-items:center;gap:.85rem;padding:.7rem .8rem .7rem 1rem;transition:border-color .18s,box-shadow .18s,background-color .18s,transform .18s;display:flex}.status-dropdown__trigger:hover{transform:translateY(-1px)}.status-dropdown__trigger:focus-visible,.status-dropdown__trigger[aria-expanded=true]{border-color:var(--accent);box-shadow:0 0 0 4px rgba(var(--pulse-rgba), .12);background:#fff;outline:none}.status-dropdown__value{font-weight:700}.status-dropdown__caret{background:rgba(var(--pulse-rgba), .08);width:28px;height:28px;color:var(--accent);pointer-events:none;border-radius:10px;place-items:center;display:grid}.status-dropdown__menu{z-index:30;border:1px solid var(--line);-webkit-backdrop-filter:blur(18px);background:#fffffffa;border-radius:18px;gap:.45rem;padding:.55rem;display:grid;position:absolute;top:calc(100% + .55rem);left:0;right:0;box-shadow:0 18px 40px #0f172a29}.status-dropdown__option{text-align:left;color:var(--text-strong);cursor:pointer;background:#0f172a08;border:1px solid #0000;border-radius:14px;gap:.2rem;padding:.8rem .9rem;transition:background-color .18s,border-color .18s,transform .18s;display:grid}.status-dropdown__option:hover,.status-dropdown__option.is-selected{background:rgba(var(--pulse-rgba), .1);border-color:rgba(var(--pulse-rgba), .22)}.status-dropdown__option:hover{transform:translateY(-1px)}.status-dropdown__option-label{font-size:.92rem;font-weight:700}.status-dropdown__option-description{color:var(--muted);font-size:.76rem;line-height:1.45}.status-dropdown.active .status-dropdown__value{color:#34c759}.status-dropdown.inactive .status-dropdown__value{color:#ff3b30}.dialog-panel__actions{border:none!important;margin:0!important;padding:0!important}.filter-select-wrapper{background:var(--surface-strong);box-shadow:var(--shadow-soft);border:1px solid var(--line);border-radius:14px;padding-right:.5rem}.filters-select{box-shadow:none!important;background:0 0!important;border:none!important;padding-right:2rem!important}.filters-select:hover{transform:none!important}.empty-state{text-align:center;background:#00000005;border:1px dashed #00000014;border-radius:24px;place-items:center;min-height:16rem;padding:2rem;display:grid}.empty-state h3{color:var(--text-strong)}.dialog-panel{border-radius:var(--radius-lg);background:var(--surface-strong);width:min(100%,820px);max-height:90vh;padding:2rem;overflow-y:auto}.user-dialog__salon{color:var(--muted);margin:1rem 0 0;font-size:.95rem}@media (width<=1080px){.login-shell,.dashboard-hero,.metrics-grid{grid-template-columns:1fr}.dashboard-hero__actions{justify-content:flex-start}}@media (width<=820px){.dashboard-shell,.login-shell,.loading-screen,.dialog-backdrop{padding:1rem}.login-hero,.login-panel,.dashboard-hero,.content-panel,.metric-card,.dialog-panel{border-radius:24px}.salon-card__stats,.content-panel__top{grid-template-columns:1fr}.content-panel__top{align-items:stretch}.salon-card__top,.salon-card__footer,.salon-card__actions{flex-direction:column;align-items:stretch}.form-section{grid-template-columns:1fr}.form-footer,.dialog-panel__actions{gap:1.5rem}.form-footer{flex-direction:column;align-items:stretch}.dialog-panel__actions{flex-direction:row;justify-content:flex-start;align-items:center;gap:.75rem}}:root{--toolbar-height:52px;--panel-radius:24px}.top-nav__actions{flex-wrap:wrap}.toolbar-button{height:var(--toolbar-height);white-space:nowrap;color:var(--accent);border-radius:14px;justify-content:center;align-items:center;display:inline-flex;padding:0 1.25rem!important}.excel-btn.toolbar-button{height:var(--toolbar-height)}.search-bar-section{border:1px solid rgba(var(--pulse-rgba), .1);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(20px);background:linear-gradient(#fffffff0,#f7faffe6);border-radius:26px;grid-template-columns:minmax(0,1fr) 220px;align-items:stretch;gap:1rem;padding:1rem;display:grid}.search-field{min-height:var(--toolbar-height);height:var(--toolbar-height);border:1px solid var(--line);background:linear-gradient(#f7fafff5,#ffffffe0);border-radius:18px;align-items:center;gap:.8rem;padding:0 1rem;display:flex;box-shadow:inset 0 1px #ffffffb8}.search-field input{height:100%}.filter-select-wrapper{min-height:var(--toolbar-height);height:var(--toolbar-height);border:1px solid var(--line);cursor:pointer;background:linear-gradient(#fffffff5 0%,#f6f8fcf5 100%);border-radius:18px;align-items:center;gap:.65rem;padding-left:.95rem;padding-right:.85rem;display:flex;box-shadow:0 8px 20px #0f172a0a}.filter-select-wrapper:hover,.filter-select-wrapper:focus-within{border-color:var(--accent);background:linear-gradient(#fff 0%,#f8fafc 100%);box-shadow:0 0 0 4px #ff2d5514}.filter-icon{color:var(--muted);pointer-events:none;flex:none;position:static}.filter-select-label{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);pointer-events:none;flex:none;font-size:.68rem;font-weight:700}.filters-select{appearance:none;width:100%;min-width:0;color:var(--text-strong);font-size:.92rem;font-weight:600;height:100%!important;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;padding:0!important}.filters-select option,.salon-form select option,.user-form select option,.status-select-label select option{background:var(--surface-strong);color:var(--text-strong);font-weight:600}.filters-select option{font-size:.92rem}.salon-form select,.user-form select,.status-select-label select,.filters-select{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.filter-select-caret{background:rgba(var(--pulse-rgba), .08);width:28px;height:28px;color:var(--accent);pointer-events:none;border-radius:12px;flex:none;place-items:center;display:grid}.salon-card.modern-card{background:linear-gradient(#fffffff7 0%,#f7f9fcf5 100%);border:1px solid #11182714;border-radius:26px;box-shadow:0 18px 40px #0f172a14}.salon-card__cover:before{background:linear-gradient(#0f172a24 0%,#0f172a7a 100%)}.salon-card__action-overlay{opacity:1;transform:none}.action-pill{background:#ffffffeb;border:1px solid #ffffff80;border-radius:12px;width:38px;height:38px;box-shadow:0 10px 20px #0f172a2e}.salon-card__header{gap:.8rem}.salon-card__titles h3{font-size:1.18rem}.salon-card__stats.bg-soft-grey{background:#0f172a0a;border:1px solid #0f172a0f;border-radius:18px;padding:1rem .85rem}.stat strong{font-size:1.1rem}.stat{flex-direction:column;justify-content:center;display:flex;align-items:center!important}.salon-card__footer{border-top:1px solid #0f172a14;justify-content:space-between;align-items:center;gap:.75rem;margin-top:auto;padding-top:.95rem;font-size:.74rem;display:flex}.salon-card__usage-list{gap:.45rem;margin-top:.2rem;display:grid}.usage-row{background:#0f172a09;border:1px solid #0f172a0f;border-radius:14px;justify-content:space-between;align-items:center;gap:1rem;padding:.6rem .75rem;display:flex}.usage-row span{color:var(--muted);font-size:.74rem}.usage-row strong{color:var(--text-strong);font-size:.78rem}.salon-card__warnings{flex-wrap:wrap;gap:.45rem;display:flex}.warning-pill{border-radius:999px;align-items:center;padding:.38rem .62rem;font-size:.68rem;font-weight:700;display:inline-flex}.warning-pill--high{color:#dc2626;background:#ef44441f}.warning-pill--medium{color:#b45309;background:#f59e0b24}.warning-pill--low{color:#2563eb;background:#3b82f61f}.dialog-backdrop{-webkit-backdrop-filter:blur(18px)saturate(140%);background:#0f172a61;padding:2rem}.drawer-backdrop{z-index:2100;-webkit-backdrop-filter:blur(8px);background:#0f172a47;justify-content:flex-end;display:flex;position:fixed;inset:0}.details-drawer{background:var(--surface-strong);border-left:1px solid var(--line);flex-direction:column;width:min(100%,520px);height:100vh;display:flex;box-shadow:-20px 0 60px #0f172a29}.details-drawer__header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.5rem 1.4rem 1rem;display:flex}.details-drawer__header h2{color:var(--text-strong);margin:.35rem 0 0}.details-drawer__header p{color:var(--muted);margin:.35rem 0 0}.details-drawer__loading,.details-drawer__content{padding:1.2rem 1.4rem 1.5rem;overflow-y:auto}.details-drawer__content{gap:1rem;display:grid}.details-section{border:1px solid var(--line);background:#0f172a06;border-radius:20px;gap:.85rem;padding:1rem;display:grid}.details-section h3{color:var(--text-strong);margin:0;font-size:.98rem}.details-usage-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.details-stat{background:var(--surface-strong);border:1px solid var(--line);border-radius:16px;gap:.28rem;padding:.9rem;display:grid}.details-stat span{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:.72rem}.details-stat strong{color:var(--text-strong)}.details-warning-list,.details-list,.details-permissions{gap:.6rem;display:grid}.details-warning{border-radius:14px;padding:.8rem .9rem;font-weight:700}.details-warning--high{color:#dc2626;background:#ef44441f}.details-warning--medium{color:#b45309;background:#f59e0b24}.details-warning--low{color:#2563eb;background:#3b82f61f}.details-list__item{background:var(--surface-strong);border:1px solid var(--line);border-radius:14px;gap:.2rem;padding:.85rem .9rem;display:grid}.details-list__item strong{color:var(--text-strong);font-size:.9rem}.details-list__item span,.details-empty{color:var(--muted);font-size:.8rem;line-height:1.45}.details-permissions{grid-template-columns:repeat(2,minmax(0,1fr))}.permission-badge{border:1px solid var(--line);background:var(--surface-strong);min-height:42px;color:var(--text-strong);text-align:center;border-radius:14px;justify-content:center;align-items:center;padding:.6rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.permission-badge.is-on{color:#15803d;background:#34c7591f}.permission-badge.is-off{color:var(--muted);background:#94a3b81f}.dialog-panel.modern-dialog{background:linear-gradient(#fffffffc 0%,#f7f9fcfa 100%);border:1px solid #11182714;width:min(100%,880px);max-height:min(88vh,920px);padding:0;overflow:hidden;box-shadow:0 30px 80px #0f172a3d;border-radius:28px!important}.dialog-panel__header{background:linear-gradient(135deg,#007aff0d 0%,#5856d60a 100%);border-bottom:1px solid #0f172a14;align-items:center;margin-bottom:0}.dialog-header-text span{color:var(--accent)}.dialog-header-text h2{letter-spacing:-.03em;font-size:1.5rem}.user-dialog__salon{color:var(--muted);margin:0;padding:1rem 1.75rem 0;font-size:.95rem}.grid-form{gap:1.25rem;padding:1.5rem 1.75rem 1.75rem}.form-section{gap:1rem}.file-upload-box,.input-with-prefix,.status-select-label select,.salon-form input,.salon-form textarea,.salon-form select,.user-form input,.user-form select{border-radius:16px}.file-upload-box{background:#0f172a05;place-items:center;gap:.5rem;min-height:108px;display:grid}.input-with-prefix{background:#0f172a05}.form-footer{align-items:flex-end;gap:1rem;margin-top:.25rem;padding-top:1.25rem}.status-select-label{min-width:180px}.dialog-panel__actions{flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:.5rem;width:100%;min-width:0;max-width:100%;display:flex;overflow:hidden}.dialog-panel__actions .ghost-button,.dialog-panel__actions .primary-button{text-overflow:ellipsis;flex:0 auto;min-width:0;max-width:100%;min-height:40px;padding:0 .9rem;font-size:.88rem;overflow:hidden}.salon-settings-panel{border:1px solid var(--line);background:#0f172a06;border-radius:20px;gap:1.25rem;padding:1.3rem;display:grid}.salon-settings-panel__header,.settings-block__header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.salon-settings-panel__header h3,.settings-block__header h4{color:var(--text-strong);margin:0}.salon-settings-panel__header p,.settings-block__header p,.limit-field__meta,.salon-settings-panel__loading p{color:var(--muted);margin:.35rem 0 0;font-size:.82rem;line-height:1.45}.salon-settings-panel__badge{background:rgba(var(--pulse-rgba), .12);color:var(--accent);letter-spacing:.04em;border-radius:999px;align-items:center;padding:.45rem .7rem;font-size:.72rem;font-weight:700;display:inline-flex}.salon-settings-panel__loading{border:1px dashed var(--line);background:#ffffff8c;border-radius:16px;padding:1rem 1.1rem}.salon-settings-grid{gap:1rem;display:grid}.settings-block{background:var(--surface-strong);border:1px solid var(--line);border-radius:18px;gap:1rem;padding:1rem;display:grid}.limits-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.95rem;display:grid}.limit-field{border:1px solid var(--line);background:#0f172a05;border-radius:16px;padding:.9rem;gap:.45rem!important;display:grid!important}.limit-field__label{color:var(--text-strong);font-size:.86rem;font-weight:700}.limit-field__output{color:var(--accent);font-size:.76rem;font-weight:700}.permissions-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}.permission-checkbox{border:1px solid var(--line);cursor:pointer;background:#0f172a05;border-radius:16px;grid-template-columns:auto auto minmax(0,1fr);align-items:flex-start;padding:.9rem;gap:.75rem!important;display:grid!important}.permission-checkbox input{opacity:0;pointer-events:none;position:absolute}.permission-checkbox__box{border:1.5px solid var(--line);color:#0000;background:0 0;border-radius:6px;place-items:center;width:20px;height:20px;margin-top:.1rem;transition:all .18s;display:grid}.permission-checkbox__content{gap:.25rem;display:grid}.permission-checkbox__content strong{color:var(--text-strong);font-size:.9rem}.permission-checkbox__content small{color:var(--muted);font-size:.76rem;line-height:1.45}.permission-checkbox input:checked+.permission-checkbox__box{background:var(--accent);border-color:var(--accent);color:#fff}.permission-checkbox input:focus-visible+.permission-checkbox__box{box-shadow:0 0 0 4px rgba(var(--pulse-rgba), .14)}@media (width<=980px){.search-bar-section{grid-template-columns:1fr}}@media (width<=820px){.dialog-backdrop{padding:1rem}.dialog-panel.modern-dialog{width:100%;max-height:92vh}.dialog-panel__header,.grid-form,.user-dialog__salon{padding-left:1.1rem;padding-right:1.1rem}.salons-grid{grid-template-columns:1fr}.toolbar-button,.filter-select-wrapper,.search-field{width:100%}}.theme-toggle{gap:.6rem}.dashboard-shell:before{background:radial-gradient(circle at top left, rgba(var(--pulse-rgba), .12), transparent 30%), radial-gradient(circle at bottom right, #38bdf81a, transparent 26%)}.salons-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.salon-card.modern-card{overflow:hidden}.salon-card__cover{height:116px}.salon-card__logo{width:54px;height:54px;bottom:-27px}.salon-card__body{gap:.9rem;padding:2.15rem 1.15rem 1.1rem}.salon-card__titles h3{font-size:1rem;line-height:1.2}.salon-slug{font-size:.72rem}.salon-card__contact{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.82rem;overflow:hidden}.salon-card__stats.bg-soft-grey{border-radius:16px;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;padding:.85rem}.stat{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.stat strong{font-size:.98rem;line-height:1.15}.stat span{letter-spacing:.08em;font-size:.62rem}.salon-card__footer{font-size:.7rem}.status-pill{letter-spacing:.08em;font-size:.6rem}.dialog-panel.modern-dialog{background:var(--surface-strong);width:min(100%,840px);max-height:min(90vh,860px);position:relative;overflow-y:auto}.dialog-panel__header{z-index:1;background:0 0;position:relative;top:auto}.grid-form{overflow:visible}.form-section{grid-template-columns:repeat(2,minmax(0,1fr))}.file-upload-group{align-items:stretch}.file-upload-box{min-height:112px}.input-with-prefix,.salon-form input,.salon-form textarea,.salon-form select,.user-form input,.user-form select,.status-select-label select{background:#fffc}.search-bar-section,.metric-card,.salon-card.modern-card{transition:background-color .18s,border-color .18s,box-shadow .18s,color .18s}:root[data-theme=dark] .dashboard-shell:before{background:radial-gradient(circle at 0 0,#7c3aed29,#0000 30%),radial-gradient(circle at 100% 100%,#0ea5e91f,#0000 24%)}:root[data-theme=dark] .search-bar-section{background:linear-gradient(#0f172ae6,#0f172ad1);border-color:#94a3b824}:root[data-theme=dark] .filter-select-wrapper,:root[data-theme=dark] .search-field,:root[data-theme=dark] .salon-card__stats.bg-soft-grey,:root[data-theme=dark] .salon-settings-panel,:root[data-theme=dark] .settings-block,:root[data-theme=dark] .limit-field,:root[data-theme=dark] .permission-checkbox,:root[data-theme=dark] .file-upload-box,:root[data-theme=dark] .input-with-prefix,:root[data-theme=dark] .salon-form input,:root[data-theme=dark] .salon-form textarea,:root[data-theme=dark] .salon-form select,:root[data-theme=dark] .user-form input,:root[data-theme=dark] .user-form select,:root[data-theme=dark] .status-select-label select{background:#94a3b814}:root[data-theme=dark] .filter-select-wrapper{background:linear-gradient(#1e293beb 0%,#0f172af0 100%);box-shadow:0 10px 24px #0206173d}:root[data-theme=dark] .filter-select-wrapper:hover,:root[data-theme=dark] .filter-select-wrapper:focus-within{background:linear-gradient(#1e293b 0%,#111827 100%)}:root[data-theme=dark] .filter-select-caret{color:#c4b5fd;background:#7c3aed29}:root[data-theme=dark] .salon-form select,:root[data-theme=dark] .user-form select,:root[data-theme=dark] .status-select-label select,:root[data-theme=dark] .filters-select{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root[data-theme=dark] .filters-select option,:root[data-theme=dark] .salon-form select option,:root[data-theme=dark] .user-form select option,:root[data-theme=dark] .status-select-label select option{color:#f8fafc;background:#111827}:root[data-theme=dark] .dialog-panel.modern-dialog{background:var(--surface-strong);border-color:#94a3b829}:root[data-theme=dark] .status-dropdown__trigger,:root[data-theme=dark] .status-dropdown__menu,:root[data-theme=dark] .status-dropdown__option{background:#94a3b814;border-color:#94a3b824}:root[data-theme=dark] .status-dropdown__menu{background:#0f172af5;box-shadow:0 18px 40px #02061759}:root[data-theme=dark] .status-dropdown__option:hover,:root[data-theme=dark] .status-dropdown__option.is-selected{background:#7c3aed24;border-color:#c4b5fd38}:root[data-theme=dark] .status-dropdown__trigger:focus-visible,:root[data-theme=dark] .status-dropdown__trigger[aria-expanded=true]{background:#1e293bf2}:root[data-theme=dark] .status-dropdown__caret{color:#c4b5fd;background:#7c3aed29}:root[data-theme=dark] .salon-settings-panel__loading{background:#94a3b80f}:root[data-theme=dark] .dialog-panel__header{background:0 0;border-bottom-color:#94a3b81f}:root[data-theme=dark] .salon-card.modern-card{background:linear-gradient(#101626fa 0%,#0d1220fa 100%);border-color:#94a3b81f}:root[data-theme=dark] .usage-row,:root[data-theme=dark] .details-section,:root[data-theme=dark] .details-stat,:root[data-theme=dark] .details-list__item,:root[data-theme=dark] .permission-badge{background:#94a3b814;border-color:#94a3b81f}:root[data-theme=dark] .details-drawer{background:var(--surface-strong);border-left-color:#94a3b824}:root[data-theme=dark] .action-pill{color:#f8fafc;background:#0f172adb;border-color:#94a3b824}:root[data-theme=dark] .icon-close-btn{color:#e2e8f0;background:#94a3b814}@media (width<=920px){.dialog-panel.modern-dialog{width:min(100%,720px)}.form-section,.file-upload-group,.limits-grid,.permissions-grid{grid-template-columns:1fr}}@media (width<=640px){.dialog-backdrop{padding:.5rem}.dialog-panel.modern-dialog{width:100%;max-height:94vh;border-radius:22px!important}.dialog-panel__header,.user-dialog__salon,.grid-form{padding-left:1rem;padding-right:1rem}.grid-form{gap:1rem}.salons-grid{grid-template-columns:1fr}.details-drawer{width:100%}.details-usage-grid,.details-permissions{grid-template-columns:1fr}}.dialog-backdrop{padding:1.5rem;animation:.2s ease-out fadeIn;-webkit-backdrop-filter:blur(20px)saturate(180%)!important;z-index:10000!important;background:#0f172a80!important;place-items:center!important;width:100vw!important;height:100vh!important;display:grid!important;position:fixed!important;top:0!important;left:0!important;overflow:hidden!important}body:has(.dialog-backdrop){overflow:hidden!important}.dialog-panel.modern-dialog{scrollbar-gutter:stable;background:#fff;border:1px solid #fffc;flex-direction:column;width:min(100% - 2rem,680px);max-height:calc(100svh - 4rem);animation:.3s cubic-bezier(.34,1.56,.64,1) modalScaleIn;display:flex;position:relative;overflow:hidden;box-shadow:0 42px 120px #0f172a38,0 12px 34px #0f172a14,inset 0 1px #fffffff2;border-radius:32px!important}.dialog-panel.modern-dialog form,.dialog-panel.modern-dialog .grid-form{flex-direction:column;flex:1;display:flex;overflow:hidden}@keyframes modalScaleIn{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.dialog-panel.modern-dialog .dialog-panel__header,.dialog-panel.modern-dialog .salon-dialog__header{z-index:11;background:0 0;border-bottom:none;flex:none}.dialog-panel.modern-dialog .salon-dialog__main,.dialog-panel.modern-dialog .user-dialog__main,.dialog-panel.modern-dialog .admin-pane-workspace,.dialog-panel.modern-dialog .admin-catalog-form__main{flex:auto;padding:2rem!important;overflow-y:hidden!important}.dialog-panel.modern-dialog .dialog-panel__actions,.dialog-panel.modern-dialog .salon-dialog__footer,.dialog-panel.modern-dialog .admin-pane-footer{z-index:11;flex:none;background:0 0!important;border-top:none!important;justify-content:flex-end!important;gap:1rem!important;margin:0!important;padding:0 2rem 2.5rem!important;display:flex!important}.icon-close-btn{z-index:10;color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:10px;place-items:center;width:32px;height:32px;transition:all .2s;display:grid;position:absolute;top:1.5rem;right:1.5rem}.icon-close-btn:hover{color:#0f172a;background:#e2e8f0;transform:rotate(90deg)}.dialog-header-text{padding-right:2.5rem}.user-dialog__salon,.grid-form{z-index:1;position:relative}@media (width<=820px){.dialog-panel.modern-dialog{width:min(100%,100vw - 1rem);max-height:calc(100vh - 1rem)}.dialog-panel__header{padding-top:1.25rem;padding-bottom:1.1rem}}@media (width<=640px){.dialog-backdrop{padding:0}.dialog-panel.modern-dialog{border-left:none;border-right:none;width:100vw;height:100vh;max-height:100vh;border-radius:0!important}.icon-close-btn{top:.85rem;right:.85rem}.dialog-header-text{padding-right:3.25rem}}.salon-dialog__header{-webkit-backdrop-filter:blur(18px);background:linear-gradient(#ffffffb8 0%,#ffffff6b 100%);border-bottom:1px solid #ffffffa3;justify-content:space-between;align-items:flex-start;gap:1.5rem;padding:1.8rem 1.8rem 1.15rem;display:flex}.salon-dialog__subtitle{display:none!important}.salon-dialog__form{flex-direction:column;gap:1.5rem;padding:1.15rem 1.25rem 1.35rem;display:flex}.salon-dialog__rail,.salon-dialog__main{gap:1rem;display:grid}.salon-dialog__preview-card,.salon-dialog__side-card,.salon-settings-panel{-webkit-backdrop-filter:blur(22px)saturate(135%);background:linear-gradient(#ffffffd1 0%,#f8faffbd 100%);border:1px solid #ffffffb8;box-shadow:0 18px 36px #0f172a12,inset 0 1px #ffffffc2}.salon-dialog__section{box-shadow:none;background:0 0;border:none;padding:0;position:relative}.salon-dialog__preview-card,.salon-dialog__side-card{border-radius:26px;overflow:hidden}.salon-dialog__preview-cover{background:linear-gradient(135deg, rgba(var(--pulse-rgba), .18) 0%, rgba(var(--salon-secondary-rgba), .14) 52%, #ffffff2e 100%), linear-gradient(135deg, #edf4ff 0%, #fff3f7 100%);background-position:50%;background-size:cover;align-items:flex-end;min-height:168px;padding:1rem;display:flex;position:relative}.salon-dialog__preview-cover:after{content:"";background:linear-gradient(#ffffff14 0%,#0f172a2e 100%);position:absolute;inset:0}.salon-dialog__preview-logo{z-index:1;-webkit-backdrop-filter:blur(16px);width:72px;height:72px;color:var(--text-strong);background:#ffffffe6;border:1px solid #ffffffd6;border-radius:24px;place-items:center;font-size:1.55rem;font-weight:700;display:grid;position:relative;overflow:hidden;box-shadow:0 20px 36px #0f172a24,inset 0 1px #ffffffeb}.salon-dialog__preview-logo img{object-fit:cover;width:100%;height:100%}.salon-dialog__preview-body,.salon-dialog__side-card{padding:1.05rem}.salon-dialog__preview-copy{gap:.28rem;display:grid}.salon-dialog__preview-label{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);font-size:.68rem;font-weight:700}.salon-dialog__preview-copy h3,.salon-dialog__section-head h3,.salon-dialog__side-card h3{color:var(--text-strong);letter-spacing:-.02em;margin:0}.salon-dialog__preview-copy p,.salon-dialog__section-head p,.salon-dialog__side-card p,.salon-dialog__footer-note{color:var(--muted);margin:0}.salon-dialog__summary-grid{border-top:1px solid #94a3b829;gap:.85rem;margin-top:1rem;padding-top:1rem;display:grid}.salon-dialog__summary-grid div{gap:.2rem;display:grid}.salon-dialog__summary-grid span{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-size:.7rem;font-weight:700}.salon-dialog__summary-grid strong{color:var(--text-strong);font-size:.92rem;line-height:1.4}.salon-dialog__section,.salon-dialog__side-card{gap:1rem;display:grid}.salon-dialog__section-head{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.salon-dialog__section-head p{margin-top:.35rem;font-size:.82rem;line-height:1.5}.salon-dialog__status-field{gap:.6rem!important}.salon-dialog__main .form-section,.salon-dialog__main .file-upload-group{margin:0}.salon-dialog__main .file-upload-box{background:#ffffff9e;border-style:solid;min-height:118px}.salon-dialog__main .file-upload-box span{color:var(--text-strong)}.salon-dialog__main .input-with-prefix,.salon-dialog__main .salon-form input,.salon-dialog__main .salon-form textarea{background:#ffffffa8;border-color:#94a3b82e;border-radius:16px;box-shadow:inset 0 1px #ffffffb8}.salon-dialog__main .salon-form textarea{min-height:132px}.salon-dialog__main .salon-settings-panel{gap:1.15rem;padding:1.15rem}.salon-dialog__main .salon-settings-grid{gap:1rem}.salon-dialog__main .settings-block{box-shadow:none;background:#ffffff7a;border-radius:20px}.salon-dialog__main .limit-field,.salon-dialog__main .permission-checkbox{background:#ffffffbd;border-radius:18px}.theme-color-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;display:grid}.theme-color-field{background:#ffffff94;border:1px solid #94a3b829;border-radius:20px;gap:.65rem;padding:1rem;display:grid}.theme-color-field__label{color:var(--text-strong);font-size:.86rem;font-weight:700}.theme-color-field__control{grid-template-columns:64px minmax(0,1fr);align-items:center;gap:.8rem;display:grid}.theme-color-field__picker{cursor:pointer;background:#ffffffd1;border:1px solid #94a3b82e;border-radius:16px;width:64px;min-width:64px;height:52px;padding:.3rem}.theme-color-field__picker::-webkit-color-swatch-wrapper{padding:0}.theme-color-field__picker::-webkit-color-swatch{border:none;border-radius:12px}.theme-color-field__picker::-moz-color-swatch{border:none;border-radius:12px}.theme-color-field__hint{color:var(--muted);line-height:1.5}.salon-dialog__footer{border-top:none;grid-column:1/-1;justify-content:space-between;align-items:center;gap:1rem;margin-top:0;padding:.15rem .35rem 0;display:flex}.salon-dialog__footer-note{max-width:30rem;font-size:.82rem;line-height:1.55}.salon-dialog__footer .dialog-panel__actions{background:#ffffff80;border:1px solid #ffffffad;border-radius:18px;margin-top:0;padding:.2rem;box-shadow:inset 0 1px #ffffffb3}@media (width<=980px){.salon-dialog__form{grid-template-columns:1fr}.salon-dialog__rail{grid-template-columns:minmax(0,1fr) minmax(220px,280px);align-items:start}}@media (width<=820px){.salon-dialog__header{padding:1.15rem 1.1rem 1rem}.salon-dialog__form{padding:1rem 1.1rem 1.2rem}.salon-dialog__rail,.salon-dialog__main .limits-grid,.salon-dialog__main .permissions-grid,.theme-color-grid{grid-template-columns:1fr}}@media (width<=640px){.salon-dialog__header{padding-right:3.8rem}.salon-dialog__preview-cover{min-height:148px}.salon-dialog__preview-logo{width:64px;height:64px}.salon-dialog__main .form-section,.salon-dialog__main .file-upload-group{grid-template-columns:1fr}.salon-dialog__footer{align-items:stretch}.salon-dialog__footer .dialog-panel__actions{justify-content:flex-start;width:100%}.salon-dialog__footer .dialog-panel__actions .ghost-button,.salon-dialog__footer .dialog-panel__actions .primary-button{width:auto}}:root[data-theme=dark] .salon-dialog__preview-card,:root[data-theme=dark] .salon-dialog__side-card,:root[data-theme=dark] .salon-dialog__section,:root[data-theme=dark] .salon-dialog__main .salon-settings-panel{background:linear-gradient(#0f172ac2 0%,#111827ad 100%);border-color:#94a3b824;box-shadow:0 18px 40px #0206173d}:root[data-theme=dark] .salon-dialog__preview-cover{background:linear-gradient(135deg, rgba(var(--pulse-rgba), .16) 0%, rgba(var(--salon-secondary-rgba), .14) 100%), linear-gradient(135deg, #1e293b 0%, #0f172a 100%)}:root[data-theme=dark] .salon-dialog__summary-grid,:root[data-theme=dark] .salon-dialog__header{border-color:#94a3b824}:root[data-theme=dark] .dialog-backdrop{background:linear-gradient(#0f172a7a,#0206178f),#0f172a2e}:root[data-theme=dark] .dialog-panel.modern-dialog{background:linear-gradient(#0f172ad1 0%,#0f172ab8 100%);border-color:#94a3b82e;box-shadow:0 30px 90px #02061757,inset 0 1px #ffffff0a}:root[data-theme=dark] .dialog-panel.modern-dialog:before{background:#94a3b857}:root[data-theme=dark] .salon-dialog__main .file-upload-box,:root[data-theme=dark] .salon-dialog__main .input-with-prefix,:root[data-theme=dark] .salon-dialog__main .salon-form input,:root[data-theme=dark] .salon-dialog__main .salon-form textarea,:root[data-theme=dark] .salon-dialog__main .limit-field,:root[data-theme=dark] .salon-dialog__main .permission-checkbox,:root[data-theme=dark] .theme-color-field,:root[data-theme=dark] .theme-color-field__picker,:root[data-theme=dark] .salon-dialog__main .settings-block{background:#94a3b814;border-color:#94a3b824}:root[data-theme=dark] .salon-dialog__preview-logo{color:#f8fafc;background:#0f172aeb;border-color:#94a3b829}:root[data-theme=dark] .salon-dialog__footer .dialog-panel__actions,:root[data-theme=dark] .salon-dialog__header,:root[data-theme=dark] .icon-close-btn{background:#1e293b7a;border-color:#94a3b829}.admin-shell{width:min(100%,1540px);min-height:100svh;transition:grid-template-columns var(--motion-base), gap var(--motion-base);grid-template-columns:clamp(270px,21vw,320px) minmax(0,1fr);align-items:start;gap:1.3rem;margin:0 auto;padding:clamp(1rem,2vw,1.6rem);display:grid;position:relative}.admin-shell.is-sidebar-collapsed{grid-template-columns:96px minmax(0,1fr)}.admin-theme-scope{min-height:100svh}.admin-shell:before{content:"";pointer-events:none;background:radial-gradient(circle at 10% 20%, rgba(var(--pulse-rgba), .08), transparent 30%), radial-gradient(circle at 90% 80%, rgba(var(--salon-secondary-rgba), .08), transparent 35%), radial-gradient(circle at 50% 50%, rgba(var(--salon-secondary-rgba), .05), transparent 40%);filter:blur(40px);position:fixed;inset:0}.admin-shell>*{z-index:1;position:relative}:is(.admin-shell:has(.dialog-backdrop) .admin-sidebar,.admin-shell:has(.dialog-backdrop) .admin-topbar){z-index:0!important}.admin-sidebar,.admin-topbar,.admin-panel,.admin-metric-card,.booking-pipeline__column,.booking-card{border:1px solid var(--line);-webkit-backdrop-filter:blur(24px);box-shadow:var(--shadow-soft);background:#ffffffb3}.admin-sidebar{z-index:6;isolation:isolate;min-height:calc(100svh - 2rem);max-height:calc(100svh - 2rem);transition:padding var(--motion-base), border-radius var(--motion-base), background-color var(--motion-base), box-shadow var(--motion-base), border-color var(--motion-base);border-radius:28px;grid-template-rows:auto 1fr auto;align-self:start;gap:1rem;padding:1rem;display:grid;position:sticky;top:1rem;overflow:visible}.admin-sidebar__brand{border-bottom:1px solid var(--line);grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.85rem;padding:.1rem .15rem 0;display:grid}.admin-sidebar__toggle,.admin-sidebar-toggle{cursor:pointer;border-radius:999px;flex:none;place-items:center;width:32px;min-width:32px;padding:0;display:grid}.admin-sidebar__toggle{z-index:24;border:2px solid #fff;justify-self:auto;position:absolute;top:2rem;right:10px;transform:none}.admin-sidebar__toggle svg,.admin-sidebar-toggle svg,.admin-sidebar__close svg{width:18px;height:18px}.admin-mobile-sidebar-toggle,.admin-sidebar-backdrop,.admin-sidebar__close{display:none}.admin-sidebar__brand strong,.admin-topbar__copy h1,.admin-panel__header h3,.booking-pipeline__head strong{color:var(--text-strong)}.admin-sidebar__brand span,.admin-sidebar__footer small,.admin-topbar__copy p{color:var(--muted)}.admin-sidebar__brand-mark{color:#fff;background:linear-gradient(135deg, var(--accent), var(--accent-strong));width:44px;height:44px;box-shadow:0 14px 30px rgba(var(--pulse-rgba), .24);border-radius:14px;place-items:center;font-size:1.15rem;font-weight:700;display:grid}.admin-sidebar__brand-copy{min-width:0;transition:opacity var(--motion-fast), transform var(--motion-fast), max-height var(--motion-fast);gap:.14rem;display:grid}.admin-sidebar__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:rgba(var(--pulse-rgba), .92);margin:0;font-size:.64rem;font-weight:800}.admin-sidebar__brand-copy strong{letter-spacing:-.02em;font-size:1.02rem;line-height:1.1;display:block}.admin-sidebar__brand-copy span{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.82rem;display:block;overflow:hidden}.admin-sidebar__brand-badge{border:1px solid rgba(var(--pulse-rgba), .08);max-width:7.8rem;color:var(--text-strong);letter-spacing:.12em;text-transform:uppercase;text-align:center;transition:opacity var(--motion-fast), transform var(--motion-fast), max-height var(--motion-fast), padding var(--motion-fast), margin var(--motion-fast);background:linear-gradient(#ffffffad,#f4f7fceb);border-radius:999px;align-self:start;padding:.45rem .72rem;font-size:.62rem;font-weight:800;line-height:1.1;box-shadow:inset 0 1px #ffffffa6}.admin-sidebar__nav{gap:.5rem;min-width:0;display:grid}.admin-sidebar__nav-shell{scrollbar-width:thin;scrollbar-color:rgba(var(--pulse-rgba), .3) transparent;align-content:start;gap:.9rem;min-height:0;margin-right:-.2rem;padding-right:.5rem;display:grid;overflow:hidden auto}.admin-sidebar__nav-shell::-webkit-scrollbar{width:8px}.admin-sidebar__nav-shell::-webkit-scrollbar-track{background:0 0}.admin-sidebar__nav-shell::-webkit-scrollbar-thumb{background:rgba(var(--pulse-rgba), .24);border-radius:999px}.admin-sidebar__nav--secondary{border-top:1px solid var(--line);padding-top:.9rem}.admin-nav-item{border:1px solid var(--line);text-align:left;font:inherit;color:var(--text-soft);cursor:pointer;background:linear-gradient(#ffffffb8,#f5f7fcf2);border-radius:18px;justify-content:space-between;align-items:center;min-width:0;min-height:48px;padding:.95rem 1rem;font-weight:700;display:flex;box-shadow:inset 0 1px #ffffffa6}.admin-nav-item__icon{flex:0 0 34px;width:34px;min-width:34px;height:34px}.admin-nav-item__label{text-overflow:ellipsis;white-space:nowrap;min-width:0;transition:opacity var(--motion-fast), transform var(--motion-fast), max-width var(--motion-fast);overflow:hidden}.admin-nav-item__chevron{transition:opacity var(--motion-fast), transform var(--motion-fast), max-width var(--motion-fast)}.admin-nav-item:hover,.admin-nav-item.is-active{border-color:var(--accent);background:var(--surface-strong);color:var(--text-strong);box-shadow:0 0 0 4px rgba(var(--pulse-rgba), .08);transform:translateY(-1px)}.admin-sidebar__footer{border:1px solid rgba(var(--pulse-rgba), .08);transition:padding var(--motion-fast), gap var(--motion-fast);background:linear-gradient(#ffffffad,#f4f7fceb);border-radius:18px;gap:.18rem;margin:0;padding:0;display:grid;box-shadow:inset 0 1px #ffffffa6}.admin-sidebar__footer-copy{transition:opacity var(--motion-fast), transform var(--motion-fast), max-height var(--motion-fast)}.admin-shell.is-sidebar-collapsed .admin-sidebar{padding:1rem .7rem .8rem}.admin-shell.is-sidebar-collapsed .admin-sidebar__brand{flex-direction:column;justify-content:flex-start;align-items:center;gap:.65rem;margin-bottom:0;padding-bottom:0;display:flex}.admin-shell.is-sidebar-collapsed .admin-sidebar__brand-copy,.admin-shell.is-sidebar-collapsed .admin-sidebar__brand-badge,.admin-shell.is-sidebar-collapsed .admin-sidebar__menu-label,.admin-shell.is-sidebar-collapsed .admin-nav-item__label,.admin-shell.is-sidebar-collapsed .admin-nav-item__chevron,.admin-shell.is-sidebar-collapsed .admin-sidebar__footer-copy{opacity:0;pointer-events:none;max-width:0;max-height:0;overflow:hidden;transform:translate(-8px)}.admin-shell.is-sidebar-collapsed .admin-sidebar__toggle{align-self:center;margin-top:0}.admin-shell.is-sidebar-collapsed .admin-sidebar__nav-shell{justify-items:center;margin-right:0;padding-right:0}.admin-shell.is-sidebar-collapsed .admin-sidebar__nav{width:100%}.admin-shell.is-sidebar-collapsed .admin-nav-item{justify-content:center!important;gap:0!important;padding:.72rem 0!important}.admin-shell.is-sidebar-collapsed .admin-nav-item svg{display:block;margin:0!important}.admin-shell.is-sidebar-collapsed .admin-sidebar__footer{grid-template-columns:1fr;justify-items:center;margin:0;padding:0}.admin-theme-scope .dialog-panel.modern-dialog .salon-form label,.admin-theme-scope .dialog-panel.modern-dialog .user-form label,.admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__form label{color:var(--text-soft);letter-spacing:.01em;gap:.58rem;font-size:.76rem;font-weight:700;display:grid}.admin-theme-scope .dialog-panel.modern-dialog .salon-form input,.admin-theme-scope .dialog-panel.modern-dialog .salon-form textarea,.admin-theme-scope .dialog-panel.modern-dialog .salon-form select,.admin-theme-scope .dialog-panel.modern-dialog .user-form input,.admin-theme-scope .dialog-panel.modern-dialog .user-form select,.admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__form input:not([type=checkbox]):not([type=radio]),.admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__form textarea,.admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__form select,.admin-theme-scope .dialog-panel.modern-dialog .input-with-prefix,.admin-theme-scope .dialog-panel.modern-dialog .admin-context-field__control input,.admin-theme-scope .dialog-panel.modern-dialog .admin-context-field__control select{min-height:3.2rem;color:var(--text-strong);background:linear-gradient(#fffffff5 0%,#f7faffeb 100%);border:1px solid #94a3b82e;border-radius:18px;padding:.95rem 1rem;transition:border-color .18s,box-shadow .18s,background-color .18s,transform .18s;box-shadow:inset 0 1px #ffffffd9,0 10px 24px #0f172a0d}.admin-theme-scope .dialog-panel.modern-dialog .salon-form textarea,.admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__form textarea{resize:vertical;min-height:7.8rem;line-height:1.55}.admin-theme-scope .dialog-panel.modern-dialog .salon-form input::placeholder,.admin-theme-scope .dialog-panel.modern-dialog .salon-form textarea::placeholder,.admin-theme-scope .dialog-panel.modern-dialog .user-form input::placeholder,.admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__form input::placeholder,.admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__form textarea::placeholder{color:color-mix(in srgb, var(--muted) 78%, white)}.admin-theme-scope .dialog-panel.modern-dialog .salon-form input:hover,.admin-theme-scope .dialog-panel.modern-dialog .salon-form textarea:hover,.admin-theme-scope .dialog-panel.modern-dialog .salon-form select:hover,.admin-theme-scope .dialog-panel.modern-dialog .user-form input:hover,.admin-theme-scope .dialog-panel.modern-dialog .user-form select:hover,.admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__form input:not([type=checkbox]):not([type=radio]):hover,.admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__form textarea:hover,.admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__form select:hover{border-color:rgba(var(--pulse-rgba), .18)}.admin-theme-scope .dialog-panel.modern-dialog .salon-form input:focus,.admin-theme-scope .dialog-panel.modern-dialog .salon-form textarea:focus,.admin-theme-scope .dialog-panel.modern-dialog .salon-form select:focus,.admin-theme-scope .dialog-panel.modern-dialog .user-form input:focus,.admin-theme-scope .dialog-panel.modern-dialog .user-form select:focus,.admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__form input:not([type=checkbox]):not([type=radio]):focus,.admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__form textarea:focus,.admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__form select:focus{border-color:rgba(var(--pulse-rgba), .32);box-shadow:0 0 0 4px rgba(var(--pulse-rgba), .1), 0 16px 36px #0f172a14, inset 0 1px 0 #ffffffeb;background:linear-gradient(#fff 0%,#fafbfffa 100%);transform:translateY(-1px)}.admin-theme-scope .dialog-panel.modern-dialog .salon-form select,.admin-theme-scope .dialog-panel.modern-dialog .user-form select,.admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__form select{appearance:none;background-image:linear-gradient(#fffffff5 0%,#f7faffeb 100%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2362738a' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:50%,right 1rem center;background-repeat:no-repeat,no-repeat;background-size:auto,.95rem;padding-right:2.9rem}.admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__form input[type=checkbox]{appearance:none;cursor:pointer;background:linear-gradient(#fffffff5,#f7faffeb);border:1px solid #94a3b847;border-radius:.4rem;flex:none;place-items:center;width:1.2rem;height:1.2rem;margin:0;display:inline-grid;box-shadow:inset 0 1px #ffffffe0,0 6px 16px #0f172a0f}.admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__form input[type=checkbox]:after{content:"";width:.55rem;height:.3rem;transition:transform var(--motion-fast);border-bottom:2px solid #fff;border-left:2px solid #fff;transform:rotate(-45deg)scale(0)}.admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__form input[type=checkbox]:checked{border-color:rgba(var(--pulse-rgba), .45);background:linear-gradient(180deg, rgba(var(--pulse-rgba), .92), rgba(var(--salon-secondary-rgba), .88))}.admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__form input[type=checkbox]:checked:after{transform:rotate(-45deg)scale(1)}.admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__form input:disabled,.admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__form textarea:disabled,.admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__form select:disabled{opacity:.68;cursor:not-allowed}.admin-main{min-width:0;display:grid}.admin-main-shell{border-radius:30px;flex-direction:column;justify-content:center;align-items:stretch;gap:1.1rem;width:100%;min-width:0;padding:1rem 1.1rem 1.25rem;display:flex}.admin-main-body{width:100%;min-width:0}.admin-topbar{border-radius:28px;grid-template-columns:minmax(220px,1fr) auto;align-items:center;gap:1rem;width:100%;padding:1.1rem 1.25rem;display:grid;position:relative;overflow:hidden}.admin-topbar:before{content:"";background:radial-gradient(circle, rgba(var(--pulse-rgba), .1), transparent 68%);pointer-events:none;width:220px;height:220px;position:absolute;inset:0 auto auto 0}.admin-topbar:after{content:"";background:radial-gradient(circle, rgba(var(--salon-secondary-rgba), .1), transparent 68%);pointer-events:none;width:180px;height:180px;position:absolute;inset:auto 0 0 auto}.admin-topbar__hero,.admin-topbar__controls{z-index:1;position:relative}.admin-topbar__hero{align-items:center;min-width:0;display:flex}.admin-topbar__copy{flex-wrap:wrap;align-items:baseline;gap:.9rem;min-width:0;display:flex}.admin-topbar__copy .eyebrow{white-space:nowrap;margin:0}.admin-topbar__copy h1{letter-spacing:-.03em;margin:0;font-size:clamp(1.55rem,2.2vw,2.25rem);line-height:1}.admin-topbar__controls{border:1px solid rgba(var(--pulse-rgba), .08);background:linear-gradient(#ffffffad,#f4f7fceb);border-radius:22px;flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:.8rem;min-width:0;padding:.35rem;display:flex;box-shadow:inset 0 1px #ffffffa6}.admin-context-field{gap:.5rem;min-width:168px;display:grid}.admin-context-field__label{color:var(--muted);text-transform:uppercase;letter-spacing:.1em;font-size:.76rem;font-weight:800}.admin-context-field__control{border-radius:18px;align-items:center;min-height:58px;padding:0 1.05rem;display:flex}.admin-context-field select,.admin-context-field__control input{width:100%;min-height:52px;color:var(--text-strong);font:inherit;background:0 0;border:0;outline:none;padding:0}.admin-context-field--search{min-width:min(100%,280px)}.admin-context-field__control--search{gap:.7rem}.admin-context-field__control--search svg{color:var(--muted);flex:none}.admin-topbar__actions{background:0 0;border-radius:18px;flex-wrap:nowrap;flex:none;justify-content:flex-end;align-items:stretch;gap:.7rem;padding:.15rem;display:flex}.admin-toolbar-button,.admin-toolbar-icon{border-radius:16px;min-height:56px}.admin-toolbar-icon{min-width:54px}.admin-page,.admin-grid{gap:1rem;width:100%;display:grid}.admin-branch-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.admin-segmented-toggle{border:1px solid var(--line);background:#0f172a08;border-radius:18px;align-items:center;gap:.35rem;padding:.35rem;display:inline-flex}.admin-segmented-toggle__item{color:var(--text-soft);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:14px;min-height:42px;padding:0 .95rem;font-weight:700}.admin-segmented-toggle__item.is-active{background:rgba(var(--pulse-rgba), .12);color:var(--text-strong)}.admin-segmented-toggle--compact{width:max-content}.admin-search-bar-section{grid-template-columns:minmax(0,1.3fr) repeat(auto-fit,minmax(180px,.7fr))}.admin-search-bar-section--uniform{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.admin-search-field{min-height:var(--toolbar-height)}.admin-search-field svg{color:var(--muted);flex:none}.admin-search-field input{width:100%;color:var(--text-strong);font:inherit;background:0 0;border:0;outline:none}.admin-filter-select-wrapper{min-width:0}.admin-grid--overview{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-grid--split{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-metrics-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.admin-metric-card{border-radius:20px;gap:.6rem;padding:1.5rem 1.75rem;display:grid}.admin-metric-card__icon,.admin-log-card__icon{background:rgba(var(--pulse-rgba), .1);width:2.6rem;height:2.6rem;color:var(--accent);border-radius:16px;place-items:center;display:grid}.admin-metric-card span,.admin-status-bars__item span{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.65rem;font-weight:600}.admin-metric-card strong{color:var(--text-strong);font-family:var(--heading);letter-spacing:-.03em;font-size:2rem;line-height:1}.admin-metric-card p,.admin-empty-copy{color:var(--muted);margin:0;line-height:1.5}.admin-panel{border-radius:24px;min-width:0;padding:1.35rem}.admin-panel__header{flex-direction:column;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.9rem;display:flex}.admin-panel__header h3{margin:.3rem 0 0}.admin-panel--loading{text-align:center;place-items:center;min-height:220px;display:grid}.admin-warning-stack,.admin-stack-list,.admin-status-bars{gap:.7rem;display:grid}.admin-dashboard-popovers{grid-template-columns:repeat(3,minmax(76px,88px));justify-content:end;align-items:flex-start;gap:1rem;display:grid}.admin-dashboard-popover{position:relative}.dashbpard__line{justify-content:space-between;display:flex}.admin-dashboard-side-stack{align-items:start;gap:1rem;display:grid}.admin-dashboard-command{border:1px solid rgba(var(--pulse-rgba), .16);background:radial-gradient(circle at top left, rgba(var(--pulse-rgba), .14), transparent 42%), linear-gradient(180deg, #fffffff5, #f4f7fcf0);box-shadow:var(--shadow-soft);border-radius:28px;grid-template-columns:minmax(0,1.4fr) auto;align-items:center;gap:1rem;padding:1.25rem 1.35rem;display:grid}.admin-dashboard-command.is-critical{background:radial-gradient(circle at 0 0,#ef444429,#0000 42%),linear-gradient(#fffffffa,#fef2f2eb);border-color:#dc262638}.admin-dashboard-command.is-warning{background:radial-gradient(circle at 0 0,#f59e0b29,#0000 42%),linear-gradient(#fffffffa,#fffbebeb);border-color:#f59e0b3d}.admin-dashboard-command__copy{gap:.45rem;min-width:0;display:grid}.admin-dashboard-command__copy h2{color:var(--text-strong);letter-spacing:-.04em;margin:0;font-size:clamp(1.45rem,2.4vw,2rem)}.admin-dashboard-command__copy p,.admin-dashboard-command__meta span,.admin-panel__hint{color:var(--muted);margin:0}.admin-dashboard-command__meta{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.admin-dashboard-command__meta span{background:#0f172a0d;border-radius:999px;padding:.35rem .7rem;font-size:.82rem;font-weight:700}.admin-attention-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:.9rem;display:grid}.admin-attention-card{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:linear-gradient(#ffffffe0,#f4f7fceb);border-radius:24px;gap:.55rem;padding:1rem 1.05rem;display:grid}.admin-attention-card.is-critical{background:linear-gradient(#fef2f2fa,#fffffff0);border-color:#dc262633}.admin-attention-card.is-warning{background:linear-gradient(#fffbebfa,#fffffff0);border-color:#f59e0b38}.admin-attention-card strong{color:var(--text-strong);letter-spacing:-.04em;font-size:clamp(1.4rem,2vw,1.8rem)}.admin-attention-card h3{color:var(--text-strong);margin:0;font-size:1rem}.admin-attention-card p{color:var(--muted);margin:0}.admin-dashboard-section{gap:.9rem;display:grid}.admin-dashboard-section__head{justify-content:space-between;align-items:end;gap:1rem;display:flex}.admin-dashboard-section__head h3{color:var(--text-strong);margin:0}.admin-dashboard-section__head p{max-width:540px;color:var(--muted);text-align:right;margin:0}.admin-metrics-grid--dashboard-health{grid-template-columns:repeat(4,minmax(0,1fr))}.admin-trend-pill{width:fit-content;max-width:100%;min-height:34px;color:var(--text-soft);letter-spacing:.03em;background:#0f172a0f;border-radius:999px;justify-content:center;align-items:center;padding:.2rem .7rem;font-size:.78rem;font-weight:800;display:inline-flex}.admin-trend-pill.is-positive{color:#047857;background:#10b9811f}.admin-trend-pill.is-warning{color:#b45309;background:#f59e0b24}.admin-trend-pill.is-steady{color:#1d4ed8;background:#3b82f61a}.admin-branch-compare-list,.admin-dashboard-next-list{gap:.8rem;display:grid}.admin-branch-compare-card{border:1px solid var(--line);background:linear-gradient(#ffffffc7,#f4f7fce6);border-radius:20px;gap:.65rem;padding:.95rem 1rem;display:grid}.admin-branch-compare-card__head,.admin-branch-compare-card__meta{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.admin-branch-compare-card__head div{gap:.16rem;display:grid}.admin-branch-compare-card__head strong,.admin-dashboard-next-step strong{color:var(--text-strong)}.admin-branch-compare-card__head p,.admin-dashboard-next-step p{color:var(--muted);margin:0}.admin-branch-compare-card__bar{background:#0f172a14;border-radius:999px;width:100%;height:.5rem;overflow:hidden}.admin-branch-compare-card__bar span{border-radius:inherit;background:linear-gradient(90deg, rgba(var(--pulse-rgba), .92), rgba(var(--salon-secondary-rgba), .82));height:100%;display:block}.admin-branch-compare-card__meta{color:var(--muted);font-size:.84rem}.admin-dashboard-next-step{border:1px solid var(--line);text-align:left;cursor:pointer;width:100%;transition:transform var(--motion-base), box-shadow var(--motion-base), border-color var(--motion-fast);background:linear-gradient(#fffc,#f4f7fceb);border-radius:20px;justify-content:space-between;align-items:center;gap:.8rem;padding:.95rem 1rem;display:flex}.admin-dashboard-next-step:hover{border-color:rgba(var(--pulse-rgba), .22);box-shadow:var(--shadow-hover);transform:translateY(-2px)}.admin-dashboard-next-step span{text-align:right;min-width:3rem;color:var(--text-strong);font-size:1.1rem;font-weight:800}.admin-dashboard-popover__trigger{border:1px solid var(--line);width:100%;min-height:84px;box-shadow:var(--shadow-soft);color:var(--text-strong);text-align:center;cursor:pointer;transition:transform var(--motion-base), box-shadow var(--motion-base), border-color var(--motion-fast), background-color var(--motion-fast);background:linear-gradient(#ffffffc7,#f4f7fcf0);border-radius:22px;align-content:center;justify-items:center;gap:.55rem;padding:.95rem .85rem;display:grid}.admin-dashboard-popover__trigger strong{letter-spacing:-.03em;font-size:1rem}.admin-dashboard-popover__icon{background:rgba(var(--pulse-rgba), .12);width:2.5rem;height:2.5rem;color:var(--brand);border-radius:16px;place-items:center;display:grid;box-shadow:inset 0 1px #ffffff8c}.admin-dashboard-popover__icon svg{width:18px;height:18px}.admin-dashboard-popover__trigger:hover,.admin-dashboard-popover__trigger.is-active{border-color:rgba(var(--pulse-rgba), .2);box-shadow:var(--shadow-hover);transform:translateY(-2px)}.admin-dashboard-popover__panel{z-index:12;border:1px solid var(--line);width:min(420px,100vw - 2rem);box-shadow:var(--shadow-hover);opacity:0;pointer-events:none;transition:opacity var(--motion-fast), transform var(--motion-fast);background:linear-gradient(#fffffff5,#f7fafff5);border-radius:24px;padding:1rem;position:absolute;top:calc(100% + .7rem);right:0;transform:translateY(-8px)}.admin-dashboard-popover.is-open .admin-dashboard-popover__panel{opacity:1;pointer-events:auto;transform:translateY(0)}.admin-dashboard-popover__head{gap:.3rem;margin-bottom:.9rem;display:grid}.admin-dashboard-popover__head h3{color:var(--text-strong);margin:0}.admin-hover-list{gap:.7rem;display:grid}.admin-hover-list__item{border:1px solid var(--line);background:linear-gradient(#ffffffad,#f4f7fceb);border-radius:18px;justify-content:space-between;align-items:center;gap:.9rem;padding:.95rem 1rem;display:flex;position:relative;box-shadow:inset 0 1px #ffffffa6}.admin-hover-list__item--status{justify-content:flex-start}.admin-hover-list__item--status div,.admin-hover-list__item--pipeline div{gap:.15rem;display:grid}.admin-hover-list__item p{color:var(--muted);text-transform:capitalize;margin:0}.admin-hover-popover{z-index:8;border:1px solid rgba(var(--pulse-rgba), .18);background:var(--surface-strong);width:min(260px,70vw);box-shadow:var(--shadow-hover);opacity:0;pointer-events:none;transition:opacity var(--motion-fast), transform var(--motion-fast);border-radius:16px;padding:.85rem .95rem;position:absolute;top:50%;left:calc(100% + .75rem);transform:translateY(-50%)translate(-8px)}.admin-hover-popover strong,.admin-hover-popover p{margin:0}.admin-hover-popover p{color:var(--muted);text-transform:none;margin-top:.3rem}.admin-hover-list__item:hover .admin-hover-popover{opacity:1;transform:translateY(-50%)translate(0)}.admin-warning-pill,.admin-stack-item,.admin-status-bars__item{border:1px solid var(--line);background:linear-gradient(#ffffffad,#f4f7fceb);border-radius:18px;padding:.95rem 1rem;box-shadow:inset 0 1px #ffffffa6}.admin-warning-pill.severity-high{color:#dc2626;background:#ef44441f}.admin-warning-pill.severity-medium{color:#b45309;background:#f59e0b24}.admin-stack-item{justify-content:space-between;align-items:center;gap:1rem;display:flex}.admin-stack-item div{gap:.18rem;display:grid}.admin-stack-item span{color:var(--muted);font-size:.82rem}.admin-status-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.85rem;display:grid}.admin-status-card{border:1px solid var(--line);background:linear-gradient(#ffffffc7,#f4f7fcf0);border-radius:18px;align-items:center;gap:.85rem;padding:1rem;display:flex}.admin-status-card__dot{background:#94a3b8;border-radius:999px;flex:none;width:.8rem;height:.8rem}.admin-status-card__dot.is-active{background:#10b981}.admin-status-card__dot.is-inactive{background:#f59e0b}.admin-status-card__dot.is-closed,.admin-status-card__dot.is-disabled{background:#ef4444}.admin-status-card strong,.admin-log-card strong{color:var(--text-strong)}.admin-status-card p,.admin-log-card p,.admin-log-card span{color:var(--muted);margin:0}.admin-status-card p{text-transform:capitalize}.admin-log-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.9rem;display:grid}.admin-log-list{gap:.7rem;max-height:420px;padding-right:.25rem;display:grid;overflow-y:auto}.admin-log-list__item{border:1px solid var(--line);background:linear-gradient(#ffffffc7,#f4f7fcf0);border-radius:18px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.75rem;padding:.85rem .95rem;display:grid}.admin-log-card{border:1px solid var(--line);background:linear-gradient(#ffffffc7,#f4f7fcf0);border-radius:20px;grid-template-columns:auto minmax(0,1fr);gap:.9rem;padding:1rem;display:grid}.admin-log-card__content{gap:.2rem;min-width:0;display:grid}.admin-log-card__content span{font-size:.8rem}.admin-section-bar{justify-content:space-between;align-items:center;gap:1rem;display:flex}.admin-section-bar__actions{flex-wrap:wrap;align-items:center;gap:.8rem;display:flex}.admin-section-bar__note{color:var(--muted);margin:.35rem 0 0;line-height:1.5}.admin-empty-state{justify-items:start;gap:.9rem;display:grid}.admin-customer-branch-groups{gap:1rem;display:grid}.admin-offers-tabs{flex-wrap:wrap;align-items:stretch;gap:.75rem;display:flex}.admin-offers-tabs .admin-inline-action{white-space:nowrap;justify-content:space-between;align-items:center;gap:.75rem;display:inline-flex}.admin-customer-branch-group__count{color:var(--muted);font-size:.9rem}.admin-branch-grid,.admin-catalog-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;display:grid}.admin-catalog-card{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:linear-gradient(#fffffff2,#ffffffde);border-radius:24px;gap:.95rem;padding:1.1rem;display:grid}.admin-catalog-card__top{justify-content:space-between;align-items:flex-start;gap:.85rem;display:flex}.admin-catalog-card__top h3{color:var(--text-strong);margin:.45rem 0 0}.admin-catalog-card__status{text-transform:capitalize;color:#166534;background:#22c55e1f;border-radius:999px;align-items:center;min-height:32px;padding:.45rem .8rem;font-size:.75rem;font-weight:700;display:inline-flex}.admin-catalog-card__status.is-inactive{color:#b45309;background:#f59e0b24}.admin-catalog-card__price{justify-items:end;gap:.15rem;display:grid}.admin-catalog-card__price strong{color:var(--text-strong)}.admin-catalog-card__price span,.admin-catalog-card__description,.admin-catalog-card__meta span{color:var(--muted)}.admin-catalog-card__description{margin:0;line-height:1.6}.admin-catalog-card__meta{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.admin-catalog-card__meta span{border:1px solid var(--line);background:#0f172a08;border-radius:999px;align-items:center;min-height:34px;padding:.45rem .75rem;display:inline-flex}.admin-catalog-card__actions{flex-wrap:wrap;align-items:center;gap:.7rem;display:flex}.admin-carousel-preview{overflow:hidden}.admin-carousel-hero{min-height:320px;box-shadow:var(--shadow-soft);background-position:50%;background-size:cover;border-radius:26px;align-items:flex-end;padding:1.35rem;display:flex;position:relative;overflow:hidden}.admin-carousel-hero:after{content:"";background:linear-gradient(#0f172a14,#0f172a6b);position:absolute;inset:0}.admin-carousel-hero__copy{z-index:1;color:#fff;gap:.6rem;max-width:28rem;display:grid;position:relative}.admin-carousel-hero__copy span{letter-spacing:.12em;text-transform:uppercase;opacity:.88;font-size:.72rem;font-weight:800}.admin-carousel-hero__copy h3{letter-spacing:-.03em;margin:0;font-size:clamp(1.7rem,2.4vw,2.4rem);line-height:1.02}.admin-carousel-hero__copy p,.admin-carousel-hero__meta small{color:#ffffffd6;margin:0}.admin-carousel-hero__meta{gap:.18rem;display:grid}.admin-carousel-hero__meta strong{color:#fff}.admin-carousel-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.admin-carousel-card .admin-catalog-card__description{min-height:3.6em}.admin-bundle-picker{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.admin-bundle-picker__column{gap:.75rem;min-height:0;display:grid}.admin-bundle-picker__column h4{color:var(--text-strong);margin:0}.admin-bundle-picker__search{border:1px solid rgba(var(--pulse-rgba), .12);background:linear-gradient(#ffffffeb,#f4f7fce0);border-radius:18px;align-items:center;gap:.7rem;min-height:52px;margin:0;padding:0 1rem 0 .9rem;box-shadow:inset 0 1px #ffffffb8;flex-direction:row!important;display:flex!important}.admin-bundle-picker__search:focus-within{border-color:rgba(var(--pulse-rgba), .28);box-shadow:0 0 0 4px rgba(var(--pulse-rgba), .08), inset 0 1px 0 #ffffffb8}.admin-bundle-picker__search svg{flex:none}.admin-bundle-picker__search input{width:100%;min-width:0}.admin-bundle-picker__list{gap:.7rem;max-height:320px;padding-right:.2rem;display:grid;overflow-y:auto}.admin-bundle-picker__item{border:1px solid var(--line);background:#0f172a08;border-radius:18px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.8rem;padding:.9rem;display:grid}.admin-bundle-picker__item.is-selected{border-color:rgba(var(--pulse-rgba), .22);background:rgba(var(--pulse-rgba), .08)}.admin-bundle-picker__check input{width:18px;height:18px}.admin-bundle-picker__info{gap:.18rem;min-width:0;display:grid}.admin-bundle-picker__info strong{color:var(--text-strong)}.admin-bundle-picker__info span{color:var(--muted)}.admin-bundle-picker__qty-field{justify-items:stretch;gap:.28rem;min-width:82px;display:grid}.admin-bundle-picker__qty-field span{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);text-align:center;font-size:.72rem;font-weight:700}.admin-bundle-picker__qty{border:1px solid rgba(var(--pulse-rgba), .12);width:100%;min-height:52px;color:var(--text-strong);text-align:center;background:linear-gradient(#ffffffeb,#f4f7fce0);border-radius:18px;padding:0 .9rem;font-weight:700;box-shadow:inset 0 1px #ffffffb8}.admin-bundle-picker__qty:focus{border-color:rgba(var(--pulse-rgba), .28);box-shadow:0 0 0 4px rgba(var(--pulse-rgba), .08), inset 0 1px 0 #ffffffb8;outline:none}.admin-branch-card{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:linear-gradient(#fffffff2,#ffffffde);border-radius:24px;gap:1rem;padding:1.1rem;display:grid}.admin-branch-card.is-warning{border-color:#f59e0b3d}.admin-branch-card.is-positive{border-color:#10b98133}.admin-branch-card__top{justify-content:space-between;align-items:flex-start;gap:.85rem;display:flex}.admin-branch-card__top h3{color:var(--text-strong);margin:.45rem 0 0}.admin-branch-card__status-copy{color:var(--muted);margin:.4rem 0 0;line-height:1.55}.admin-branch-card__status,.admin-branch-card__badge{text-transform:capitalize;border-radius:999px;align-items:center;min-height:32px;padding:.45rem .8rem;font-size:.75rem;font-weight:700;display:inline-flex}.admin-branch-card__status{color:#166534;background:#22c55e1f}.admin-branch-card__status.is-inactive{color:#b45309;background:#f59e0b24}.admin-branch-card__badge{background:rgba(var(--pulse-rgba), .08);color:var(--text-strong)}.admin-status-grid--branches{margin-top:.5rem}.admin-status-card--branch{min-height:100%}.admin-branch-card__section{background:#f8fafcb8;border:1px solid #0f172a0f;border-radius:20px;gap:.8rem;padding:1rem;display:grid}.admin-branch-card__section--config{background:#0f172a06}.admin-branch-card__section-head{gap:.22rem;display:grid}.admin-branch-card__section-head strong{color:var(--text-strong)}.admin-branch-card__kpis{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.admin-branch-card__kpi{gap:.18rem;min-width:0;display:grid}.admin-branch-card__kpi span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.76rem}.admin-branch-card__kpi strong,.admin-branch-card__signal strong{color:var(--text-strong)}.admin-branch-card__signal{gap:.18rem;display:grid}.admin-branch-card__signal span{color:var(--muted);line-height:1.5}.admin-branch-card__meta{gap:.45rem;display:grid}.admin-branch-card__meta span{color:var(--muted);line-height:1.5}.admin-branch-card__actions{flex-direction:row;align-items:center;gap:.7rem;display:flex}.admin-branch-card__actions .admin-inline-action:not(.admin-inline-action--icon-only){justify-content:center}.admin-branch-card__actions .admin-inline-action--icon-only{justify-self:end}.admin-inline-action{align-items:center;gap:.55rem;min-height:40px;display:inline-flex}.admin-inline-action--icon-only{justify-content:center;width:40px;min-width:40px;padding:0}.admin-inline-action--danger{color:#dc2626}.admin-inline-action--danger:hover{background:#ef444414;border-color:#ef444440}.admin-branch-dialog{width:min(100%,820px)!important}.admin-branch-form{grid-template-columns:1fr!important}.admin-branch-map{gap:.85rem;display:grid}.admin-branch-map__canvas{border:1px solid var(--line);cursor:crosshair;background:linear-gradient(#ffffffeb,#f5f7fce0);border-radius:22px;width:100%;min-height:260px;overflow:hidden}.admin-branch-map__canvas.is-readonly{cursor:default}.admin-branch-map__hint{color:var(--muted);padding:0 .2rem;font-size:.9rem;line-height:1.6}.admin-branch-form__main{gap:1rem;display:grid}.admin-customer-dialog{width:min(100%,860px)!important}.admin-customer-form{grid-template-columns:1fr!important}.admin-customer-form__main{gap:1rem;display:grid}.admin-customer-hero,.admin-customer-summary-card,.admin-customer-card,.admin-customer-profile-card,.admin-customer-trend,.admin-customer-timeline__content{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:linear-gradient(#ffffffe6,#f3f6fbf5)}.admin-customer-hero{border-radius:28px;gap:1rem;margin-bottom:1rem;padding:1.15rem 1.2rem;display:grid}.admin-customer-hero__intro{gap:.45rem;max-width:760px;display:grid}.admin-customer-hero__intro h3,.admin-customer-profile-card__hero h4{color:var(--text-strong);margin:0}.admin-customer-hero__intro p,.admin-customer-profile-card__hero p,.admin-customer-profile-card__note p,.admin-customer-timeline__top p{color:var(--muted);margin:0}.admin-customer-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;display:grid}.admin-customer-summary-card{border-radius:24px;gap:.35rem;padding:1rem 1.05rem;display:grid}.admin-customer-summary-card span,.admin-customer-summary-card p,.admin-customer-card__select span,.admin-customer-card__facts span,.admin-customer-profile-card__eyebrow,.admin-customer-profile-card__facts span,.admin-customer-profile-card__stats span,.admin-customer-profile-card__note span,.admin-customer-trend__bar small,.admin-customer-timeline__meta span{color:var(--muted)}.admin-customer-summary-card strong,.admin-customer-card__select strong,.admin-customer-card__facts strong,.admin-customer-profile-card__facts strong,.admin-customer-profile-card__stats strong,.admin-customer-trend__bar strong,.admin-customer-timeline__top strong{color:var(--text-strong)}.admin-customer-summary-card strong{font-size:1.35rem}.admin-customer-list,.admin-customer-profile-stack,.admin-customer-timeline{gap:1rem;display:grid}.admin-customer-card,.admin-customer-profile-card,.admin-customer-trend{border-radius:26px}.admin-customer-card{transition:transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base);gap:.95rem;padding:1rem 1.05rem;display:grid}.admin-customer-card.is-selected{border-color:rgba(var(--pulse-rgba), .34);box-shadow:0 18px 36px rgba(var(--pulse-rgba), .14);transform:translateY(-2px)}.admin-customer-card__top,.admin-customer-profile-card__hero,.admin-customer-profile-card__actions,.admin-customer-timeline__top{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.admin-customer-card__select{text-align:left;cursor:pointer;background:0 0;border:none;gap:.18rem;padding:0;display:grid}.admin-customer-card__pills,.admin-customer-profile-card__pills{gap:.55rem;display:grid}.admin-customer-card__facts,.admin-customer-profile-card__facts,.admin-customer-profile-card__stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.admin-customer-card__facts div,.admin-customer-profile-card__facts div,.admin-customer-profile-card__stats article{background:#0f172a0a;border-radius:18px;gap:.25rem;padding:.85rem .95rem;display:grid}.admin-customer-card__actions{flex-wrap:wrap;gap:.7rem;display:flex}.admin-customer-profile-card{gap:1rem;padding:1.05rem 1.1rem;display:grid}.admin-customer-profile-card__note{background:#0f172a0a;border-radius:20px;gap:.4rem;padding:.95rem 1rem;display:grid}.admin-customer-trend{padding:1rem 1.05rem}.admin-customer-trend__bars{grid-template-columns:repeat(6,minmax(0,1fr));align-items:end;gap:.75rem;min-height:220px;display:grid}.admin-customer-trend__bar{text-align:center;justify-items:center;gap:.45rem;display:grid}.admin-customer-trend__bar span{background:linear-gradient(180deg, rgba(var(--pulse-rgba), .9), rgba(var(--pulse-rgba), .38));border-radius:18px 18px 10px 10px;width:100%;min-height:14px}.admin-customer-timeline__item{grid-template-columns:18px minmax(0,1fr);align-items:start;gap:.75rem;display:grid}.admin-customer-timeline__line{background:rgba(var(--pulse-rgba), .22);border-radius:999px;width:2px;min-height:100%;margin:.35rem auto 0}.admin-customer-timeline__content{border-radius:22px;gap:.75rem;padding:.95rem 1rem;display:grid}.admin-customer-timeline__meta{flex-wrap:wrap;gap:.45rem .8rem;display:flex}.admin-offers-hero,.admin-offers-summary-card,.admin-offer-card,.admin-offer-rail__item,.admin-offer-profile-card,.admin-offer-chip,.admin-offer-profile-card__composition article{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:linear-gradient(#ffffffe6,#f3f6fbf5)}.admin-offers-hero{border-radius:28px;gap:1rem;margin-bottom:1rem;padding:1.15rem 1.2rem;display:grid}.admin-offers-hero__intro{gap:.45rem;max-width:780px;display:grid}.admin-offers-hero__intro h3,.admin-offer-profile-card__hero h4{color:var(--text-strong);margin:0}.admin-offers-hero__intro p,.admin-offer-profile-card__hero p,.admin-offer-card__identity small,.admin-offer-rail__item span,.admin-offer-rail__item small,.admin-offer-profile-card__eyebrow,.admin-offer-profile-card__stats span,.admin-offer-profile-card__items>span,.admin-offer-chip small,.admin-offers-summary-card span,.admin-offers-summary-card p,.admin-offer-card__facts span{color:var(--muted)}.admin-offers-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;display:grid}.admin-offers-summary-card{border-radius:24px;gap:.35rem;padding:1rem 1.05rem;display:grid}.admin-offers-summary-card strong,.admin-offer-card__identity strong,.admin-offer-card__facts strong,.admin-offer-rail__item strong,.admin-offer-profile-card__stats strong,.admin-offer-profile-card__composition strong,.admin-offer-chip strong{color:var(--text-strong)}.admin-offers-summary-card strong{font-size:1.35rem}.admin-offers-main-stack,.admin-offer-list,.admin-offer-profile-card,.admin-offer-profile-card__items{gap:1rem;display:grid}.admin-offer-card,.admin-offer-rail__item,.admin-offer-profile-card,.admin-offer-chip{border-radius:24px}.admin-offer-card{transition:transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base);gap:.95rem;padding:1rem 1.05rem;display:grid}.admin-offer-card.is-live{border-color:#10b9812e}.admin-offer-card.is-selected,.admin-offer-rail__item.is-selected{border-color:rgba(var(--pulse-rgba), .34);box-shadow:0 18px 36px rgba(var(--pulse-rgba), .14);transform:translateY(-2px)}.admin-offer-card__top,.admin-offer-profile-card__hero,.admin-offer-profile-card__actions{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.admin-offer-card__select{text-align:left;cursor:pointer;background:0 0;border:none;padding:0}.admin-offer-card__identity{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.85rem;display:grid}.admin-offer-card__identity span,.admin-offer-card__pills,.admin-offer-profile-card__pills{gap:.4rem;display:grid}.admin-offer-card__facts,.admin-offer-profile-card__stats,.admin-offer-profile-card__composition{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.admin-offer-card__facts div,.admin-offer-profile-card__stats div,.admin-offer-profile-card__composition article{background:#0f172a0a;border-radius:18px;gap:.25rem;padding:.85rem .95rem;display:grid}.admin-offer-card__actions,.admin-offer-profile-card__actions{flex-wrap:wrap;gap:.7rem;display:flex}.admin-offer-rail{gap:.75rem;display:grid}.admin-offer-rail__item{text-align:left;cursor:pointer;width:100%;transition:transform var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base);gap:.28rem;padding:.95rem 1rem;display:grid}.admin-offer-rail__item.is-muted{opacity:.88}.admin-offer-profile-card{padding:1.05rem 1.1rem}.admin-offer-chip-list{gap:.75rem;display:grid}.admin-offer-chip{gap:.22rem;padding:.85rem .95rem;display:grid}.admin-offer-chip.is-service{border-color:#3b82f62e}.admin-offer-chip.is-product{border-color:#f43f5e2e}.admin-catalog-dialog{width:min(100%,860px)!important}.admin-catalog-form{grid-template-columns:1fr!important}.admin-catalog-form__main{gap:1rem;display:grid}.admin-staff-dialog,.admin-schedule-dialog{width:min(100%,860px)!important}.admin-staff-form,.admin-schedule-form{grid-template-columns:1fr!important}.admin-staff-form__main,.admin-schedule-form__main{gap:1rem;display:grid}.admin-staff-permissions__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-staff-permissions .permission-checkbox{min-height:92px}.admin-checkbox-label{min-height:48px;color:var(--text-strong);align-items:center;gap:.7rem;font-weight:600;display:inline-flex}.admin-checkbox-label input{width:18px;height:18px}.admin-schedule-toolbar{gap:.9rem;display:grid}.admin-schedule-toolbar__actions{flex-wrap:wrap;gap:.7rem;display:flex}.admin-bookings-tabs{scrollbar-width:thin;flex-wrap:nowrap;width:100%;max-width:100%;padding-bottom:.15rem;overflow-x:auto}.admin-bookings-tab{white-space:nowrap;flex:none}.admin-booking-lifecycle-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:.85rem;display:grid}.admin-booking-lifecycle-card,.admin-booking-bulk-bar,.admin-booking-preview__summary div,.admin-booking-preview__notes,.admin-booking-group__head,.admin-booking-schedule__staff-head{border:1px solid var(--line);background:linear-gradient(#ffffffd6,#f4f7fcf0);box-shadow:inset 0 1px #ffffffb8}.admin-booking-lifecycle-card{border-radius:22px;gap:.38rem;padding:1rem 1.05rem;display:grid}.admin-booking-lifecycle-card span{color:var(--muted);text-transform:uppercase;letter-spacing:.1em;font-size:.74rem;font-weight:800}.admin-booking-lifecycle-card strong{color:var(--text-strong);letter-spacing:-.04em;font-size:1.8rem}.admin-booking-lifecycle-card p{color:var(--muted);margin:0}.admin-booking-lifecycle-card.is-critical{background:linear-gradient(#fef2f2f5,#fffffff0);border-color:#dc26262e}.admin-booking-lifecycle-card.is-warning{background:linear-gradient(#fffbebf5,#fffffff0);border-color:#f59e0b38}.admin-booking-lifecycle-card.is-info{border-color:#3b82f633}.admin-booking-bulk-bar{border-radius:24px;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.1rem;display:flex}.admin-booking-bulk-bar__copy{gap:.2rem;display:grid}.admin-booking-bulk-bar__copy p{color:var(--muted);margin:0}.admin-booking-bulk-bar__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.6rem;display:flex}.admin-grid--bookings-workspace{grid-template-columns:minmax(0,1.5fr) minmax(320px,.9fr);align-items:start}.admin-bookings-main-stack,.admin-booking-preview{min-width:0}.admin-booking-group{gap:.8rem;display:grid}.admin-booking-group+.admin-booking-group{margin-top:1rem}.admin-booking-group__head{border-radius:20px;justify-content:space-between;align-items:center;gap:1rem;padding:.95rem 1rem;display:flex}.admin-booking-group__head h4,.admin-booking-preview__head h3{color:var(--text-strong);margin:0}.admin-booking-group__head p{color:var(--muted);text-align:right;max-width:420px;margin:0}.admin-table--bookings-workspace{gap:.7rem}.admin-table__head--bookings-workspace,.admin-table__row--bookings-workspace{grid-template-columns:52px minmax(140px,.95fr) minmax(170px,1fr) minmax(180px,1fr) minmax(130px,.75fr) minmax(170px,.95fr) minmax(160px,.9fr) minmax(180px,1fr)}.admin-table__head--bookings-workspace{align-items:center;padding:0 .25rem}.admin-table__head--bookings-workspace>span{letter-spacing:.08em;text-transform:uppercase;font-size:.73rem}.admin-table__head--bookings-workspace>span:first-child,.admin-table__row--bookings-workspace>span:first-child{justify-content:center;display:flex}.admin-table__row--bookings-workspace{cursor:pointer;transition:transform var(--motion-fast), box-shadow var(--motion-fast), border-color var(--motion-fast), background-color var(--motion-fast);background:linear-gradient(#fffffff5,#f8fafceb);border:1px solid #94a3b824;border-radius:22px;padding:.95rem 1rem;box-shadow:0 16px 34px #0f172a0d}.admin-table__row--bookings-workspace:hover,.admin-table__row--bookings-workspace.is-selected{border-color:rgba(var(--pulse-rgba), .2);transform:translateY(-2px);box-shadow:0 22px 40px #0f172a14}.admin-table__row--bookings-workspace.is-critical{background:linear-gradient(#fef2f2f0,#ffffffe6);border-color:#dc262633}.admin-table__row--bookings-workspace.is-warning{background:linear-gradient(#fffbebf0,#ffffffe6);border-color:#f59e0b2e}.admin-booking-lifecycle-cell{gap:.35rem;display:grid}.admin-table__row--bookings-workspace .admin-table__cell-stack{gap:.24rem}.admin-table__row--bookings-workspace .admin-table__cell-stack strong,.admin-table__row--bookings-workspace .admin-booking-lifecycle-cell strong{color:var(--text-strong)}.admin-table__row--bookings-workspace .admin-table__cell-stack small,.admin-table__row--bookings-workspace .admin-booking-lifecycle-cell small{color:var(--muted);line-height:1.45}.admin-booking-lifecycle-cell small{color:var(--muted)}.admin-booking-row-actions{grid-template-columns:repeat(2,max-content);justify-content:end;align-items:center;gap:.45rem;width:100%;min-width:0;display:grid}.admin-booking-row-actions>:only-child{grid-column:1/-1;justify-self:end}.admin-inline-action--compact{border-radius:12px;min-height:36px;padding:0 .72rem;font-size:.84rem}.admin-booking-row-actions .admin-inline-action--icon-only{border-radius:12px;width:36px;min-width:36px;height:36px;padding:0}.admin-booking-schedule-shell{gap:.75rem;padding-bottom:.2rem;display:grid;overflow-x:auto}.admin-booking-schedule{min-width:820px;display:grid}.admin-booking-schedule--head{grid-template-columns:92px repeat(auto-fit,minmax(220px,1fr));gap:.75rem}.admin-booking-schedule__rail{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;font-size:.78rem;font-weight:800}.admin-booking-schedule__staff-head{min-width:0;color:var(--text-strong);border-radius:18px;padding:.8rem .95rem;font-weight:700}.admin-booking-schedule--body{gap:.75rem}.admin-booking-schedule__timeline{position:relative}.admin-booking-schedule__timeline span{color:var(--muted);font-size:.78rem;font-weight:700;position:absolute;left:0;transform:translateY(-.5rem)}.admin-booking-schedule__lane{border:1px solid var(--line);background:linear-gradient(#ffffffd1,#f4f7fceb);border-radius:22px;position:relative;overflow:hidden}.admin-booking-schedule__lane-slot{border-top:1px dashed #94a3b83d;position:absolute;left:0;right:0}.admin-booking-schedule-card{border:1px solid rgba(var(--pulse-rgba), .16);text-align:left;cursor:pointer;background:#fffffff5;border-radius:18px;gap:.22rem;padding:.75rem .8rem;display:grid;position:absolute;left:.65rem;right:.65rem;box-shadow:0 12px 24px #0f172a14}.admin-booking-schedule-card strong{color:var(--text-strong)}.admin-booking-schedule-card span,.admin-booking-schedule-card small{color:var(--muted)}.admin-booking-schedule-card.is-critical{background:#fef2f2fa;border-color:#dc262642}.admin-booking-schedule-card.is-warning{background:#fffbebfa;border-color:#f59e0b3d}.admin-booking-schedule-card.is-selected{box-shadow:0 0 0 3px rgba(var(--pulse-rgba), .12), 0 14px 26px #0f172a14}.admin-booking-preview__content,.admin-booking-preview__empty{gap:1rem;display:grid}.admin-booking-preview__head{justify-content:space-between;align-items:start;gap:.8rem;display:flex}.admin-booking-preview__summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.admin-booking-preview__summary div{border-radius:18px;gap:.25rem;padding:.8rem .9rem;display:grid}.admin-booking-preview__summary span,.admin-booking-preview__notes span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:800}.admin-booking-preview__summary strong{color:var(--text-strong)}.admin-booking-preview__alerts{flex-wrap:wrap;gap:.5rem;display:flex}.admin-booking-alert-pill{min-height:34px;color:var(--text-soft);background:#0f172a0f;border-radius:999px;align-items:center;padding:0 .8rem;font-size:.8rem;font-weight:700;display:inline-flex}.admin-booking-alert-pill.is-critical{color:#b91c1c;background:#ef44441f}.admin-booking-alert-pill.is-warning{color:#b45309;background:#f59e0b24}.admin-booking-preview__actions{flex-wrap:wrap;gap:.6rem;display:flex}.admin-booking-preview__notes{border-radius:20px;gap:.45rem;padding:.95rem 1rem;display:grid}.admin-booking-preview__notes p{color:var(--text-soft);margin:0;line-height:1.6}.admin-schedule-note{margin-top:.8rem}.booking-pipeline{scrollbar-width:thin;grid-template-columns:repeat(6,minmax(220px,1fr));gap:1rem;padding-bottom:.25rem;display:grid;overflow-x:auto}.booking-pipeline__column{border-radius:26px;grid-template-rows:auto 1fr;gap:.8rem;min-height:420px;padding:1rem;display:grid}.booking-pipeline__head{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.booking-pipeline__cards{align-content:start;gap:.7rem;display:grid}.booking-card{border-radius:20px;gap:.65rem;padding:.9rem;display:grid}.booking-card p,.booking-card span{color:var(--muted);margin:0}.booking-card__top,.booking-card__actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.55rem;display:flex}.booking-card__actions .ghost-button{border-radius:12px;min-height:36px;padding:0 .8rem}.admin-table{gap:.55rem;display:grid}.admin-table__head,.admin-table__row{grid-template-columns:repeat(auto-fit,minmax(110px,1fr));align-items:center;gap:.75rem;display:grid}.admin-table__head>span,.admin-table__row>span{overflow-wrap:anywhere;word-break:break-word;white-space:normal;min-width:0}.admin-table__head{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;padding:.5rem;font-size:.72rem;font-weight:700}.admin-table__row{will-change:transform;background:#0f172a08;border-radius:18px;padding:.95rem 1rem;position:relative}.admin-table__row span{color:var(--text-strong)}.admin-table--customers,.admin-table--staff,.admin-table--schedule,.admin-table--bookings,.admin-table--compensation{gap:.7rem}.admin-table__head--customers,.admin-table__row--customers{grid-template-columns:minmax(0,1.15fr) minmax(0,.9fr) minmax(0,1fr) minmax(0,.65fr) minmax(0,.95fr) minmax(0,.6fr) minmax(0,.9fr)}.admin-table--offers-list,.admin-table--invoice-history,.admin-table--report-branch{gap:.7rem}.admin-table__head--offers-list,.admin-table__row--offers-list{grid-template-columns:minmax(0,1fr) minmax(0,1.15fr) minmax(0,.55fr) minmax(0,.6fr) minmax(0,1fr) minmax(0,.55fr) minmax(108px,.8fr)}.admin-table__head--invoice-history,.admin-table__row--invoice-history{grid-template-columns:minmax(0,1.1fr) minmax(0,.78fr) minmax(0,1fr) minmax(0,.55fr) minmax(0,.65fr) minmax(0,.68fr) minmax(0,.9fr) minmax(120px,1fr)}.admin-table__head--report-branch,.admin-table__row--report-branch{grid-template-columns:minmax(0,1.15fr) repeat(4,minmax(0,.7fr))}.admin-table--experience-list{gap:.7rem}.admin-table__head--experience-carousel,.admin-table__row--experience-carousel{grid-template-columns:minmax(0,1.2fr) minmax(0,.7fr) minmax(0,.7fr) minmax(0,1fr)}.admin-table__head--experience-media,.admin-table__row--experience-media{grid-template-columns:minmax(0,1.2fr) minmax(0,.75fr) minmax(0,.95fr) minmax(0,.7fr) minmax(0,1fr)}.admin-table__head--experience-before-after,.admin-table__row--experience-before-after{grid-template-columns:minmax(0,.55fr) minmax(0,1.2fr) minmax(0,.75fr) minmax(0,.95fr) minmax(0,.7fr) minmax(0,1fr)}.admin-table__head--offers-list>span:last-child,.admin-table__head--invoice-history>span:last-child,.admin-table__head--report-branch>span:not(:first-child),.admin-table__row--report-branch>span:not(:first-child){text-align:right;justify-self:end}.admin-table__row--offers-list .admin-table__actions{white-space:nowrap;flex-flow:row;justify-content:flex-end;justify-self:end;gap:.35rem;width:100%;max-width:132px}.admin-table__row--invoice-history .admin-table__actions{white-space:nowrap;flex-flow:row;justify-content:flex-end;justify-self:end;gap:.35rem;width:100%;min-width:0}.admin-table__row--experience-before-after .admin-table__actions{justify-content:flex-end;justify-self:end}.admin-table__cell-stack{gap:.18rem;min-width:0;display:grid}.admin-table__cell-stack strong{color:var(--text-strong)}.admin-table__cell-stack small{color:var(--muted);overflow-wrap:anywhere;word-break:break-word;white-space:normal}.admin-table__row--customers>span,.admin-table__row--offers-list>span,.admin-table__row--invoice-history>span,.admin-table__row--report-branch>span,.admin-table__head--invoice-history>span,.admin-table__head--report-branch>span{min-width:0}.admin-table__row--invoice-history>span:not(.admin-table__cell-stack),.admin-table__row--report-branch>span{overflow-wrap:anywhere;word-break:break-word;white-space:normal}.admin-category-strip{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem;display:grid}.admin-category-chip{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:linear-gradient(#ffffffd1,#f4f7fcf5);border-radius:20px;justify-content:space-between;align-items:center;gap:.85rem;padding:.95rem 1rem;display:flex}.admin-category-chip strong{color:var(--text-strong);display:block}.admin-category-chip small{color:var(--muted)}.admin-category-chip__actions{align-items:center;gap:.45rem;display:inline-flex}.admin-category-accordion-list{gap:1rem;display:grid}.admin-category-accordion{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:linear-gradient(#ffffffeb,#f7fafffa);border-radius:24px;overflow:hidden}.admin-category-accordion.is-dragging,.admin-category-accordion.is-drag-overlay{border-color:rgba(var(--pulse-rgba), .22);background:#fffffffa;box-shadow:0 18px 38px #0f172a29}.admin-category-accordion__header{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:.85rem;padding:1rem;display:grid}.admin-category-accordion__trigger{text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:1rem;width:100%;padding:.15rem 0;display:grid}.admin-category-accordion__copy{gap:.25rem;min-width:0;display:grid}.admin-category-accordion__copy strong{color:var(--text-strong);font-size:1rem;display:block}.admin-category-accordion__copy small{color:var(--muted)}.admin-category-accordion__summary{color:var(--muted);flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem;font-size:.92rem;display:inline-flex}.admin-category-accordion__chevron{background:rgba(var(--pulse-rgba), .08);width:2.25rem;height:2.25rem;color:var(--accent);transition:transform var(--motion-base), background-color var(--motion-fast), color var(--motion-fast);border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.admin-category-accordion__chevron.is-expanded{transform:rotate(180deg)}.admin-category-accordion__actions{flex-wrap:wrap;align-items:center;gap:.45rem;display:inline-flex}.admin-category-accordion__panel{border-top:1px solid #94a3b829;padding:0 1rem 1rem}.admin-category-accordion__items{gap:.75rem;padding-top:.9rem;display:grid}.admin-category-accordion__item{background:#ffffffe0;border:1px solid #94a3b824;border-radius:18px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;padding:.9rem 1rem;display:grid}.admin-category-accordion__item-meta{color:var(--muted);flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.7rem;font-size:.9rem;display:inline-flex}.admin-catalog-list__item{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.8rem;min-width:0;display:grid}.admin-catalog-list__item>span{gap:.2rem;min-width:0;display:grid}.admin-catalog-list__item strong{color:var(--text-strong)}.admin-catalog-list__item small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-catalog-list__thumb{object-fit:cover;width:56px;height:56px;box-shadow:var(--shadow-soft);background:#0f172a0a;border:1px solid #94a3b82e;border-radius:16px}.admin-catalog-list__thumb--empty{color:var(--muted);letter-spacing:.08em;justify-content:center;align-items:center;font-size:.78rem;font-weight:800;display:inline-flex}.admin-upload-field{position:relative}.admin-upload-field input[type=file]{opacity:0;cursor:pointer;position:absolute;inset:0}.admin-upload-field__button{border:1px dashed rgba(var(--pulse-rgba), .26);background:rgba(var(--pulse-rgba), .06);min-height:3rem;color:var(--text-strong);border-radius:18px;justify-content:center;align-items:center;padding:.85rem 1rem;font-weight:700;display:inline-flex}.admin-upload-field small{color:var(--muted)}.admin-upload-preview{object-fit:cover;border:1px solid var(--line);width:100%;max-height:220px;box-shadow:var(--shadow-soft);border-radius:22px}.admin-experience-images{flex-wrap:wrap;align-items:center;gap:.6rem;display:inline-flex}:root[data-theme=dark] .admin-category-chip{background:linear-gradient(#141c2de6,#0c121ef5)}:root[data-theme=dark] .admin-category-accordion{background:linear-gradient(#141c2deb,#0c121efa)}:root[data-theme=dark] .admin-category-accordion.is-dragging,:root[data-theme=dark] .admin-category-accordion.is-drag-overlay{background:#0f172afa}:root[data-theme=dark] .admin-category-accordion__panel{border-top-color:#94a3b829}:root[data-theme=dark] .admin-category-accordion__item{background:#0f172ad1;border-color:#94a3b824}:root[data-theme=dark] .admin-upload-field__button{background:rgba(var(--pulse-rgba), .12);border-color:rgba(var(--pulse-rgba), .34)}.admin-table__head--staff,.admin-table__row--staff{grid-template-columns:minmax(0,1.15fr) minmax(0,.95fr) minmax(0,.95fr) minmax(0,.75fr) minmax(0,.65fr) minmax(0,.9fr)}.admin-table--schedule-overview{gap:.7rem}.admin-table__head--schedule-overview,.admin-table__row--schedule-overview{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr) minmax(0,.95fr) minmax(0,.6fr) minmax(0,1.25fr)}.admin-table__head--schedule,.admin-table__row--schedule{grid-template-columns:minmax(0,.85fr) minmax(0,.95fr) minmax(0,1.15fr) minmax(0,.85fr)}.admin-table__head--catalog-categories,.admin-table__row--catalog-categories{grid-template-columns:76px minmax(0,1.25fr) minmax(0,.8fr) minmax(0,.75fr) minmax(0,.95fr)}.admin-table__head--catalog-service,.admin-table__row--catalog-service{grid-template-columns:76px minmax(0,1.45fr) minmax(0,.95fr) minmax(0,.75fr) minmax(0,.75fr) minmax(0,.7fr) minmax(0,1fr)}.admin-table__head--catalog-product,.admin-table__row--catalog-product{grid-template-columns:minmax(0,1.4fr) minmax(0,.9fr) minmax(0,.6fr) minmax(0,.7fr) minmax(0,.7fr) minmax(0,.7fr) minmax(0,.85fr) minmax(0,1fr)}.admin-table__head--catalog-stock,.admin-table__row--catalog-stock{grid-template-columns:minmax(0,1.55fr) minmax(0,.95fr) minmax(0,.7fr) minmax(0,.8fr) minmax(0,.8fr) minmax(0,.85fr)}.admin-catalog-note{margin-bottom:.95rem}.admin-sort-handle{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.admin-sort-handle:active{cursor:grabbing}.admin-table__row.is-sorting{opacity:1}.admin-table__row.is-dragging,.admin-table__row.is-drag-overlay{z-index:3;border-color:rgba(var(--pulse-rgba), .22);background:#fffffff5;box-shadow:0 18px 38px #0f172a29}.admin-table__row.is-dragging{opacity:.98;transform-origin:50%}.admin-table__row.is-dragging .admin-sort-handle{cursor:grabbing}.admin-catalog-drag-overlay{cursor:grabbing;pointer-events:none;width:clamp(260px,34vw,440px)}.admin-catalog-drag-card{border:1px solid rgba(var(--pulse-rgba), .18);background:#fffffff5;border-radius:18px;gap:.75rem;padding:.9rem 1rem;display:grid;transform:rotate(.4deg);box-shadow:0 18px 38px #0f172a29}.admin-catalog-drag-card__header{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.8rem;display:grid}.admin-catalog-drag-card--service .admin-catalog-drag-card__header{grid-template-columns:auto auto minmax(0,1fr)}.admin-catalog-drag-card__handle{background:rgba(var(--pulse-rgba), .08);width:34px;height:34px;color:var(--accent);border-radius:12px;place-items:center;display:grid}.admin-catalog-drag-card__meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:.55rem;font-size:.9rem;display:flex}.admin-table__row--catalog-product.is-low-stock,.admin-table__row--catalog-stock.is-low-stock{background:linear-gradient(#fef2f2f5,#fffffffa);border-color:#dc262642}.admin-stock-value{font-weight:700}.admin-stock-value.is-low{color:#b91c1c}.admin-table__head--compensation,.admin-table__row--compensation{grid-template-columns:minmax(0,1.2fr) minmax(0,.95fr) repeat(5,minmax(0,.72fr))}.admin-table--staff .admin-table__head>span,.admin-table--staff .admin-table__row>span,.admin-table--schedule-overview .admin-table__head>span,.admin-table--schedule-overview .admin-table__row>span,.admin-table--schedule .admin-table__head>span,.admin-table--schedule .admin-table__row>span,.admin-table--catalog-list .admin-table__head>span,.admin-table--catalog-list .admin-table__row>span,.admin-table--catalog-categories .admin-table__head>span,.admin-table--catalog-categories .admin-table__row>span,.admin-table--compensation .admin-table__head>span,.admin-table--compensation .admin-table__row>span{min-width:0}.admin-table--staff .admin-table__row>span,.admin-table--schedule-overview .admin-table__row>span,.admin-table--schedule .admin-table__row>span,.admin-table--catalog-list .admin-table__row>span,.admin-table--catalog-categories .admin-table__row>span,.admin-table--compensation .admin-table__row>span{overflow-wrap:anywhere}.admin-table__row--compensation{border:1px solid var(--line);cursor:pointer;text-align:left;width:100%}.admin-table__row--compensation span{gap:.22rem;display:grid}.admin-table__row--compensation small{color:var(--muted);font-size:.76rem}.admin-table__row--compensation.is-selected{border-color:rgba(var(--pulse-rgba), .35);background:linear-gradient(180deg, rgba(var(--pulse-rgba), .1), rgba(var(--salon-secondary-rgba), .08));box-shadow:0 10px 24px rgba(var(--pulse-rgba), .12)}.admin-status-pill{min-height:34px;color:var(--text-strong);letter-spacing:.05em;text-transform:uppercase;background:#0f172a0f;border-radius:999px;justify-content:center;align-items:center;padding:.3rem .7rem;font-size:.76rem;font-weight:700;display:inline-flex}.admin-status-pill.is-pending,.admin-status-pill.is-rescheduled{color:#b45309;background:#f59e0b29}.admin-status-pill.is-confirmed,.admin-status-pill.is-completed{color:#15803d;background:#22c55e26}.admin-status-pill.is-cancelled,.admin-status-pill.is-no_show{color:#b91c1c;background:#ef444424}.admin-status-pill.is-full{color:#15803d;background:#22c55e26}.admin-status-pill.is-partial{color:#b45309;background:#f59e0b29}.admin-status-pill.is-low-stock{color:#b91c1c;background:#dc262624}.admin-status-pill.is-unpaid{color:#b91c1c;background:#ef444424}.admin-status-pill.is-neutral,.admin-status-pill.is-available{color:#475569;background:#94a3b829}.admin-status-pill.is-info,.admin-status-pill.is-soon,.admin-status-pill.is-checked_in{color:#1d4ed8;background:#3b82f624}.admin-status-pill.is-warning,.admin-status-pill.is-arrived,.admin-status-pill.is-waiting{color:#b45309;background:#f59e0b29}.admin-status-pill.is-positive,.admin-status-pill.is-in_service,.admin-status-pill.is-busy{color:#15803d;background:#22c55e26}.admin-status-pill.is-critical,.admin-status-pill.is-offline{color:#b91c1c;background:#ef444424}.admin-status-pill.is-accent,.admin-status-pill.is-ready_to_pay{background:rgba(var(--pulse-rgba), .14);color:var(--accent)}.admin-reception-board{gap:1.25rem;display:grid}.admin-reception-command{border:1px solid rgba(var(--pulse-rgba), .12);background:radial-gradient(circle at top right, rgba(var(--pulse-rgba), .16), transparent 28%), linear-gradient(180deg, #fffffff5, #f7faffeb);box-shadow:var(--shadow-soft);border-radius:28px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;padding:1.35rem 1.45rem;display:grid}.admin-reception-command.is-critical{border-color:#ef44442e}.admin-reception-command.is-warning{border-color:#f59e0b33}.admin-reception-command__copy{gap:.45rem;display:grid}.admin-reception-command__copy h3,.admin-reception-column__header h3{color:var(--text-strong);margin:0}.admin-reception-command__copy p,.admin-reception-command__meta span,.admin-reception-column__header p,.admin-reception-card__notes p,.admin-reception-staff-card p,.admin-reception-cleared-item p{color:var(--text-soft);margin:0}.admin-reception-command__meta{flex-wrap:wrap;gap:.75rem;font-size:.82rem;display:flex}.admin-reception-live-grid{grid-template-columns:minmax(0,1.7fr) minmax(300px,.9fr);align-items:start;gap:1rem;display:grid}.admin-reception-columns{grid-template-columns:repeat(4,minmax(220px,1fr));gap:1rem;display:grid}.admin-reception-column{gap:.9rem;display:grid}.admin-reception-column__header{border:1px solid rgba(var(--pulse-rgba), .08);box-shadow:var(--shadow-soft);background:linear-gradient(#fffffff0,#f7faffeb);border-radius:24px;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:1.1rem 1.15rem;display:flex}.admin-reception-column__header strong{color:var(--text-strong);font-size:1.6rem}.admin-reception-column__stack,.admin-reception-side-stack,.admin-reception-staff-list,.admin-reception-cleared-list{gap:.9rem;display:grid}.admin-reception-card,.admin-reception-staff-card,.admin-reception-cleared-item{border:1px solid rgba(var(--pulse-rgba), .08);box-shadow:var(--shadow-soft);background:linear-gradient(#fffffff5,#f7faffe6);border-radius:22px}.admin-reception-card{gap:.9rem;padding:1rem;display:grid}.admin-reception-card.is-critical{border-color:#ef444433}.admin-reception-card.is-warning{border-color:#f59e0b33}.admin-reception-card.is-accent{border-color:rgba(var(--pulse-rgba), .22)}.admin-reception-card__top,.admin-reception-staff-card__top,.admin-reception-cleared-item{justify-content:space-between;align-items:flex-start;gap:.8rem;display:flex}.admin-reception-card__booking{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:.3rem;font-size:.78rem;font-weight:700;display:inline-flex}.admin-reception-card h4{color:var(--text-strong);margin:0}.admin-reception-card__signals,.admin-reception-staff-card__meta{flex-wrap:wrap;gap:.55rem;display:flex}.admin-reception-signal{border:1px solid rgba(var(--pulse-rgba), .08);border-radius:999px;align-items:center;min-height:30px;padding:.2rem .6rem;font-size:.76rem;font-weight:700;display:inline-flex}.admin-reception-signal.is-neutral{color:#475569;background:#94a3b81f}.admin-reception-signal.is-info{color:#1d4ed8;background:#3b82f624}.admin-reception-signal.is-warning{color:#b45309;background:#f59e0b29}.admin-reception-signal.is-positive{color:#15803d;background:#22c55e26}.admin-reception-signal.is-critical{color:#b91c1c;background:#ef444424}.admin-reception-signal.is-accent{background:rgba(var(--pulse-rgba), .14);color:var(--accent)}.admin-reception-card__details{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.admin-reception-card__details span,.admin-reception-staff-card__top span{color:var(--muted);font-size:.76rem}.admin-reception-card__details strong,.admin-reception-staff-card strong,.admin-reception-cleared-item strong{color:var(--text-strong)}.admin-reception-card__notes{border-top:1px dashed rgba(var(--pulse-rgba), .14);padding-top:.7rem}.admin-reception-card__actions{flex-wrap:wrap;gap:.55rem;display:flex}.admin-reception-card__action{flex:120px;justify-content:center}.admin-reception-staff-card{gap:.65rem;padding:1rem;display:grid}.admin-reception-staff-card__meta span{color:var(--muted);font-size:.8rem}.admin-reception-cleared-item{padding:.95rem 1rem}@media (width<=1280px){.admin-reception-live-grid{grid-template-columns:1fr}.admin-reception-columns{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.admin-reception-command,.admin-reception-column__header,.admin-reception-card__top,.admin-reception-staff-card__top,.admin-reception-cleared-item{grid-template-columns:1fr;display:grid}.admin-reception-columns,.admin-reception-card__details{grid-template-columns:1fr}.admin-reception-card__actions{flex-direction:column}}.admin-grid--split-wide{grid-template-columns:minmax(0,1.35fr) minmax(340px,1fr)}.admin-staff-hero,.admin-staff-summary-card,.admin-staff-directory-card,.admin-staff-profile-card,.admin-staff-roster-card,.admin-staff-context-card,.admin-staff-payroll-panel__content{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:linear-gradient(#ffffffe0,#f3f6fbf5)}.admin-staff-hero{border-radius:28px;gap:1rem;margin-bottom:1rem;padding:1.15rem 1.2rem;display:grid}.admin-staff-hero__intro{gap:.45rem;max-width:760px;display:grid}.admin-staff-hero__intro h3,.admin-staff-profile-card__hero h4,.admin-staff-context-card__top h3,.admin-staff-payroll-panel__hero strong{color:var(--text-strong);margin:0}.admin-staff-hero__intro p,.admin-staff-profile-card__hero p,.admin-staff-context-card__top p,.admin-staff-payroll-panel__hero p,.admin-staff-payroll-panel__copy p{color:var(--muted);margin:0}.admin-staff-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;display:grid}.admin-staff-summary-card{border-radius:24px;gap:.35rem;padding:1rem 1.05rem;display:grid}.admin-staff-summary-card span,.admin-staff-summary-card p,.admin-staff-directory-card__meta span,.admin-staff-directory-card__facts span,.admin-staff-profile-card__facts span,.admin-staff-profile-card__performance span,.admin-staff-roster-card__meta span,.admin-staff-context-card__stats span,.admin-staff-payroll-panel__stats span,.admin-compensation-list__meta span,.admin-compensation-list__footer span,.admin-staff-directory-card__select span,.admin-staff-roster-card__select span,.admin-compensation-list__select small,.admin-staff-profile-card__eyebrow{color:var(--muted)}.admin-staff-summary-card strong,.admin-staff-directory-card__facts strong,.admin-staff-profile-card__facts strong,.admin-staff-profile-card__performance strong,.admin-staff-context-card__stats strong,.admin-staff-payroll-panel__stats strong,.admin-staff-directory-card__select strong,.admin-staff-roster-card__select strong,.admin-compensation-list__select strong{color:var(--text-strong)}.admin-staff-summary-card strong{font-size:1.35rem}.admin-staff-summary-card.accent-sky{background:linear-gradient(#eff6fff5,#ffffffeb)}.admin-staff-summary-card.accent-mint{background:linear-gradient(#ecfdf5f5,#ffffffeb)}.admin-staff-summary-card.accent-amber{background:linear-gradient(#fffbebfa,#ffffffeb)}.admin-staff-summary-card.accent-rose{background:linear-gradient(#fff1f2fa,#ffffffeb)}.admin-staff-page-content,.admin-staff-records-stack,.admin-staff-directory-list,.admin-staff-roster-list{gap:1rem;display:grid}.admin-staff-directory-card,.admin-staff-profile-card,.admin-staff-roster-card,.admin-staff-context-card,.admin-staff-payroll-panel__content{border-radius:26px}.admin-staff-directory-card{transition:transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base);gap:.95rem;padding:1rem 1.05rem;display:grid}.admin-staff-directory-card.is-selected,.admin-staff-roster-card.is-selected{border-color:rgba(var(--pulse-rgba), .34);box-shadow:0 18px 36px rgba(var(--pulse-rgba), .14);transform:translateY(-2px)}.admin-staff-directory-card__top,.admin-staff-profile-card__hero,.admin-staff-context-card__top,.admin-staff-payroll-panel__hero,.admin-compensation-list__footer{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.admin-staff-directory-card__identity,.admin-staff-directory-card__pills,.admin-staff-profile-card__pills,.admin-staff-context-card__pills{gap:.55rem;display:grid}.admin-staff-directory-card__select,.admin-staff-roster-card__select,.admin-compensation-list__select{text-align:left;cursor:pointer;background:0 0;border:none;gap:.18rem;padding:0;display:grid}.admin-staff-directory-card__meta,.admin-staff-roster-card__meta,.admin-compensation-list__meta{flex-wrap:wrap;gap:.55rem .8rem;display:flex}.admin-staff-directory-card__facts,.admin-staff-profile-card__facts,.admin-staff-profile-card__performance,.admin-staff-context-card__stats,.admin-staff-payroll-panel__stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.admin-staff-directory-card__facts div,.admin-staff-profile-card__facts div,.admin-staff-profile-card__performance article,.admin-staff-context-card__stats div,.admin-staff-payroll-panel__stats div{background:#0f172a0a;border-radius:18px;gap:.25rem;padding:.85rem .95rem;display:grid}.admin-staff-directory-card__actions,.admin-staff-profile-card__actions,.admin-staff-context-card__actions,.admin-staff-payroll-panel__actions,.admin-staff-schedule-toolbar,.admin-compensation-list__footer{flex-wrap:wrap;gap:.7rem;display:flex}.admin-panel--staff-profile{align-self:start}.admin-staff-profile-card{gap:1rem;padding:1.05rem 1.1rem;display:grid}.admin-staff-roster-card{gap:.75rem;padding:.95rem 1rem;display:grid}.admin-staff-roster-card__footer{justify-content:space-between;align-items:center;gap:.8rem;display:flex}.admin-staff-context-card,.admin-staff-payroll-panel__content{padding:1rem 1.05rem}.admin-compensation-summary-grid--staff{margin-bottom:1rem}.admin-compensation-list__meta{margin-top:.4rem}.admin-compensation-list__footer{align-items:center}.admin-staff-payroll-panel__content{gap:1rem;display:grid}.admin-grid--dashboard-split{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start}.admin-panel--nested{background:#ffffff94;border-radius:22px;padding:1.1rem}.admin-compensation-stack{gap:1rem;display:grid}.admin-compensation-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;display:grid}.admin-compensation-stat{border:1px solid var(--line);background:linear-gradient(#ffffffe6,#f3f6fbeb);border-radius:22px;gap:.35rem;padding:1rem 1.05rem;display:grid}.admin-compensation-stat span,.admin-compensation-stat small{color:var(--muted)}.admin-compensation-stat strong{color:var(--text-strong);font-size:1.15rem}.admin-compensation-form{gap:.95rem}.admin-compensation-list{gap:.85rem;display:grid}.admin-compensation-list__item{border:1px solid var(--line);width:100%;box-shadow:var(--shadow-soft);text-align:left;cursor:pointer;transition:transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base), background var(--transition-base);background:linear-gradient(#ffffffd6,#f4f7fcf5);border-radius:24px;gap:.95rem;padding:1.05rem 1.1rem;display:grid}.admin-compensation-list__item:hover{border-color:rgba(var(--pulse-rgba), .24);box-shadow:0 16px 32px rgba(var(--pulse-rgba), .12);transform:translateY(-2px)}.admin-compensation-list__item.is-active{border-color:rgba(var(--pulse-rgba), .38);background:linear-gradient(180deg, rgba(var(--pulse-rgba), .1), rgba(var(--salon-secondary-rgba), .08));box-shadow:0 18px 34px rgba(var(--pulse-rgba), .14)}.admin-compensation-list__primary{justify-content:space-between;align-items:flex-start;gap:.9rem;display:flex}.admin-compensation-list__primary strong{color:var(--text-strong);font-size:1rem;display:block}.admin-compensation-list__primary small,.admin-compensation-list__stats small{color:var(--muted)}.admin-compensation-list__stats{grid-template-columns:repeat(5,minmax(0,1fr));gap:.75rem;display:grid}.admin-compensation-list__stats span{background:#0f172a08;border-radius:18px;gap:.2rem;padding:.8rem .9rem;display:grid}.admin-compensation-list__stats strong{color:var(--text-strong);font-size:.95rem}.admin-compensation-dialog{grid-template-rows:auto minmax(0,1fr);width:min(100%,1260px);max-height:min(100vh - 2.5rem,940px);display:grid;overflow:hidden}.admin-compensation-dialog__content{overscroll-behavior:contain;scrollbar-gutter:stable;grid-template-columns:minmax(0,1fr);min-height:0;padding-top:0;overflow:hidden auto}.admin-compensation-dialog__main{align-content:start;gap:1rem;min-height:min-content;padding-right:0;display:grid;overflow:visible}.admin-compensation-dialog__forms{grid-template-columns:repeat(2,minmax(280px,1fr));align-items:start;gap:1rem;display:grid}.admin-compensation-history-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:1rem;display:grid}.admin-compensation-history-panel{align-content:start;gap:.9rem;min-height:0;display:grid}.admin-compensation-history-panel--wide{grid-column:1/-1}.admin-compensation-history-panel .admin-panel__header{box-shadow:none;-webkit-backdrop-filter:none;background:0 0;border:none;padding:0}.admin-compensation-history-table{min-width:0;padding-bottom:.15rem;overflow:auto hidden}.admin-compensation-history-table .admin-table{min-width:620px}.admin-compensation-history-table--wide .admin-table{min-width:760px}[data-theme=dark] .admin-compensation-list__item{background:linear-gradient(#141c2df0,#0c121efa);box-shadow:0 18px 30px #00000038}[data-theme=dark] .admin-customer-hero,[data-theme=dark] .admin-customer-summary-card,[data-theme=dark] .admin-customer-card,[data-theme=dark] .admin-customer-profile-card,[data-theme=dark] .admin-customer-trend,[data-theme=dark] .admin-customer-timeline__content,[data-theme=dark] .admin-offers-hero,[data-theme=dark] .admin-offers-summary-card,[data-theme=dark] .admin-offer-card,[data-theme=dark] .admin-offer-rail__item,[data-theme=dark] .admin-offer-profile-card,[data-theme=dark] .admin-offer-chip,[data-theme=dark] .admin-offer-profile-card__composition article{background:linear-gradient(#141c2df0,#0c121efa)}[data-theme=dark] .admin-offer-card__facts div,[data-theme=dark] .admin-offer-profile-card__stats div,[data-theme=dark] .admin-offer-profile-card__composition article,[data-theme=dark] .admin-customer-card__facts div,[data-theme=dark] .admin-customer-profile-card__facts div,[data-theme=dark] .admin-customer-profile-card__stats article,[data-theme=dark] .admin-customer-profile-card__note{background:#ffffff0d}[data-theme=dark] .admin-staff-hero,[data-theme=dark] .admin-staff-summary-card,[data-theme=dark] .admin-staff-directory-card,[data-theme=dark] .admin-staff-profile-card,[data-theme=dark] .admin-staff-roster-card,[data-theme=dark] .admin-staff-context-card,[data-theme=dark] .admin-staff-payroll-panel__content{background:linear-gradient(#141c2df0,#0c121efa)}[data-theme=dark] .admin-staff-directory-card__facts div,[data-theme=dark] .admin-staff-profile-card__facts div,[data-theme=dark] .admin-staff-profile-card__performance article,[data-theme=dark] .admin-staff-context-card__stats div,[data-theme=dark] .admin-staff-payroll-panel__stats div{background:#ffffff0d}[data-theme=dark] .admin-compensation-list__stats span{background:#ffffff0a}[data-theme=dark] .admin-compensation-list__item.is-active{background:linear-gradient(180deg, rgba(var(--pulse-rgba), .16), rgba(var(--salon-secondary-rgba), .12))}@media (width<=1180px){.admin-dashboard-popovers,.admin-grid--split-wide,.admin-grid--dashboard-split,.admin-compensation-summary-grid,.admin-staff-summary-grid,.admin-customer-summary-grid,.admin-offers-summary-grid{grid-template-columns:1fr}.admin-dashboard-command,.admin-dashboard-section__head{grid-template-columns:1fr;align-items:start;display:grid}.admin-attention-grid,.admin-metrics-grid--dashboard-health{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-dashboard-popovers{justify-content:stretch}.admin-table__head--compensation,.admin-table__row--compensation{grid-template-columns:minmax(180px,1.2fr) minmax(160px,1fr) repeat(5,minmax(100px,.8fr))}.admin-staff-directory-card__top,.admin-staff-profile-card__hero,.admin-staff-context-card__top,.admin-staff-payroll-panel__hero,.admin-customer-card__top,.admin-customer-profile-card__hero,.admin-customer-profile-card__actions,.admin-customer-timeline__top,.admin-offer-card__top,.admin-offer-profile-card__hero,.admin-offer-profile-card__actions,.admin-compensation-list__footer,.admin-staff-roster-card__footer{flex-direction:column}.admin-staff-directory-card__facts,.admin-staff-profile-card__facts,.admin-staff-profile-card__performance,.admin-staff-context-card__stats,.admin-staff-payroll-panel__stats,.admin-customer-card__facts,.admin-customer-profile-card__facts,.admin-customer-profile-card__stats,.admin-offer-card__facts,.admin-offer-profile-card__stats,.admin-offer-profile-card__composition,.admin-compensation-list__stats,.admin-compensation-history-grid{grid-template-columns:1fr}.admin-customer-trend__bars{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-compensation-dialog__forms{grid-template-columns:1fr}.admin-compensation-history-panel--wide{grid-column:auto}.admin-hover-popover{width:auto;top:calc(100% + .55rem);left:1rem;right:1rem;transform:translateY(-6px)}.admin-hover-list__item:hover .admin-hover-popover{transform:translateY(0)}.admin-dashboard-popover__panel{opacity:1;pointer-events:auto;width:100%;margin-top:.7rem;display:none;position:static;transform:none}.admin-dashboard-popover.is-open .admin-dashboard-popover__panel{display:block}}.admin-table__head--bookings,.admin-table__row--bookings{grid-template-columns:120px minmax(170px,1fr) minmax(180px,1fr) minmax(140px,.9fr) minmax(170px,1fr) 110px minmax(250px,1.2fr)}.admin-table--sales{gap:.7rem}.admin-table__head--sales,.admin-table__row--sales{grid-template-columns:120px minmax(160px,1fr) minmax(120px,.8fr) minmax(120px,.8fr) 120px 120px}.admin-sales-tabs,.admin-sales-catalog-tabs{width:max-content;max-width:100%;margin-bottom:1rem}.admin-sales-hero{grid-template-columns:minmax(0,1.35fr) minmax(280px,.7fr);gap:1rem;margin-bottom:1rem;display:grid}.admin-sales-hero.is-hidden{display:none}.admin-sales-hero__intro,.admin-sales-hero__highlight,.admin-sales-side-panel{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:linear-gradient(#ffffffd1,#f4f7fcf5);border-radius:24px;padding:1.15rem 1.2rem}.admin-sales-hero__intro{gap:.95rem;display:grid}.admin-sales-hero__intro h3,.admin-sales-hero__highlight strong{color:var(--text-strong);margin:0}.admin-sales-hero__intro p,.admin-sales-hero__highlight p{color:var(--muted);margin:0}.admin-sales-hero__highlight{align-content:start;gap:.75rem;display:grid}.admin-sales-overview{grid-template-columns:repeat(6,minmax(0,1fr));gap:1rem;margin-bottom:1rem;display:grid}.admin-sales-workflow-rail{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:1rem;display:grid}.admin-sales-workflow-card{text-align:left;border:1px solid var(--line);box-shadow:var(--shadow-soft);transition:transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base);background:linear-gradient(#ffffffdb,#f4f7fcf5);border-radius:24px;gap:.75rem;padding:1.1rem 1.15rem;display:grid}.admin-sales-workflow-card:hover{border-color:rgba(var(--pulse-rgba), .2);box-shadow:0 18px 32px rgba(var(--pulse-rgba), .12);transform:translateY(-2px)}.admin-sales-workflow-card.is-active{border-color:rgba(var(--pulse-rgba), .26);box-shadow:0 0 0 4px rgba(var(--pulse-rgba), .08), 0 20px 34px rgba(var(--pulse-rgba), .14)}.admin-sales-workflow-card strong{color:var(--text-strong);font-size:1rem}.admin-sales-workflow-card p{color:var(--muted);margin:0}.admin-sales-workflow-card__meta{color:var(--muted);border-top:1px solid #94a3b829;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding-top:.8rem;display:flex}.admin-sales-workflow-card__meta strong{font-size:.9rem}.admin-sales-workspace{gap:1rem;display:grid}.admin-sales-mini-stats{gap:.7rem;display:grid}.admin-sales-mini-stats div{border:1px solid var(--line);background:#ffffffa8;border-radius:18px;justify-content:space-between;align-items:center;gap:.8rem;padding:.85rem .95rem;display:flex}.admin-sales-mini-stats span{color:var(--muted)}.admin-sales-mini-stats strong{color:var(--text-strong)}.admin-pos-layout{grid-template-columns:minmax(0,1.3fr) minmax(320px,.92fr);align-items:start;gap:1rem;display:grid}.admin-pos-layout--checkout{grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr)}.admin-pos-inline-panel{margin-top:1rem}.admin-sales-catalog-shell{gap:1rem;display:grid}.admin-sales-category-browser{animation:fade-scale-soft var(--motion-bounce) both;align-content:start;gap:1rem;display:grid}.admin-sales-category-browser__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.admin-sales-category-browser__copy{gap:.22rem;display:grid}.admin-sales-category-browser__copy h4{color:var(--text-strong);margin:0}.admin-sales-category-browser__copy span{color:var(--muted);font-size:.88rem}.admin-sales-category-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));justify-content:start;gap:.9rem;display:grid}.admin-sales-category-card{border:1px solid var(--line);min-height:118px;box-shadow:var(--shadow-soft);text-align:left;transition:transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base);background:linear-gradient(#fffffff0,#f3f6fbfa);border-radius:24px;align-content:center;justify-items:start;gap:.45rem;padding:1rem 1.05rem;display:grid}.admin-sales-category-card:hover{border-color:rgba(var(--pulse-rgba), .24);box-shadow:0 18px 32px rgba(var(--pulse-rgba), .12);transform:translateY(-2px)}.admin-sales-category-card strong{color:var(--text-strong);font-size:1rem}.admin-sales-category-card span{color:var(--muted);font-size:.9rem}.admin-sales-category-stack{gap:1rem;display:grid}.admin-sales-category-panel{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:linear-gradient(#ffffffc2,#f4f7fceb);border-radius:24px;gap:.9rem;padding:1rem;display:grid}.admin-sales-category-panel__header,.admin-pos-cart__section-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.admin-sales-category-panel__header h4,.admin-pos-cart__section-head strong{color:var(--text-strong);margin:0}.admin-sales-category-panel__header span,.admin-pos-cart__section-head span{color:var(--muted);font-size:.86rem}.admin-sales-pick-grid{grid-template-columns:repeat(auto-fit,minmax(148px,168px));justify-content:start;gap:.85rem;display:grid}.admin-sales-pick-card{border:1px solid var(--line);min-height:108px;box-shadow:var(--shadow-soft);text-align:left;transition:transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base);background:linear-gradient(#ffffffeb,#f3f6fbf5);border-radius:22px;align-content:start;justify-items:start;gap:.45rem;padding:1rem .85rem;display:grid}.admin-sales-pick-card:hover{border-color:rgba(var(--pulse-rgba), .24);box-shadow:0 18px 32px rgba(var(--pulse-rgba), .12);transform:translateY(-2px)}.admin-sales-pick-card strong{color:var(--text-strong);font-size:.96rem}.admin-sales-pick-card span{color:var(--accent);font-weight:700}.admin-pos-checkout-list--compact{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.admin-pos-toolbar{grid-template-columns:minmax(0,1.2fr) minmax(180px,.7fr) minmax(220px,.85fr);align-items:end}.admin-pos-catalog-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;display:grid}.admin-sales-checkout-shell{align-content:start;gap:1rem;display:grid}.admin-sales-payment-stack{gap:.85rem;display:grid}.admin-sales-payment-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;display:grid}.admin-sales-payment-grid label{color:var(--text-strong);gap:.42rem;font-weight:600;display:grid}.admin-sales-payment-grid input,.admin-sales-payment-grid select{width:100%}.admin-pos-catalog-card,.admin-pos-checkout-card,.admin-pos-cart__item,.admin-pos-summary,.admin-pos-payment,.admin-checkbox-row{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:linear-gradient(#ffffffc7,#f4f7fcf0)}.admin-pos-catalog-card{cursor:pointer;border-radius:18px;flex-direction:column;height:100%;padding:.85rem;display:flex}.admin-pos-catalog-card--compact{justify-content:space-between;gap:.5rem}.admin-pos-catalog-card__content{flex-direction:column;flex:1;gap:.4rem;display:flex}.admin-pos-catalog-card--compact .admin-pos-catalog-card__title{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.95rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.admin-pos-catalog-card__footer{justify-content:space-between;align-items:flex-end;margin-top:auto;display:flex}.admin-pos-catalog-card__info-row{flex-direction:column;gap:.15rem;display:flex}.admin-pos-catalog-card__time{color:var(--muted);font-size:.75rem;font-weight:500}.admin-pos-catalog-card__price{color:var(--accent);font-size:1rem;font-weight:700}.admin-pos-catalog-card__add-badge{background:rgba(var(--pulse-rgba), .08);width:28px;height:28px;color:var(--accent);border-radius:10px;place-items:center;transition:all .2s;display:grid}.admin-pos-catalog-card:hover .admin-pos-catalog-card__add-badge{background:var(--accent);color:#fff;transform:scale(1.1)}.admin-pos-catalog-card h3,.admin-pos-checkout-card strong,.admin-pos-cart__copy strong,.admin-pos-summary strong{color:var(--text-strong);margin:.3rem 0 0}.admin-pos-catalog-card p,.admin-pos-catalog-card__meta span,.admin-pos-checkout-card p,.admin-pos-checkout-card__meta span,.admin-pos-cart__copy span,.admin-pos-summary span{color:var(--muted);margin:0}.admin-pos-catalog-card__meta,.admin-pos-checkout-card__meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.admin-pos-catalog-card__meta strong{color:var(--text-strong)}.admin-pos-cart{align-content:start;gap:1rem;display:grid}.admin-pos-cart__section{gap:.75rem;display:grid}.admin-pos-cart__list,.admin-pos-checkout-list{gap:.8rem;display:grid}.admin-pos-checkout-list{margin-top:.45rem}.admin-pos-checkout-card{border-radius:22px;gap:.85rem;padding:1rem;display:grid}.admin-pos-checkout-card__detail-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));align-items:start;gap:.65rem;display:grid}.admin-pos-checkout-card__detail{background:#ffffff8c;border:1px solid #94a3b824;border-radius:16px;gap:.22rem;min-width:0;padding:.72rem .82rem;display:grid}.admin-pos-checkout-card__detail span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:700}.admin-pos-checkout-card__detail strong{color:var(--text-strong);overflow-wrap:anywhere;margin:0;font-size:.95rem}.admin-pos-checkout-card.is-selected{border-color:rgba(var(--pulse-rgba), .22);box-shadow:0 0 0 4px rgba(var(--pulse-rgba), .08)}.admin-sales-payment-state{gap:.85rem}.admin-sales-payment-state.is-warning{background:linear-gradient(#fffbebf5,#fff7edeb);border-color:#f59e0b42}.admin-sales-payment-state.is-partial{background:linear-gradient(#fff7edf5,#ffedd5e6);border-color:#f973163d}.admin-sales-payment-state.is-completed{background:linear-gradient(#ecfdf5f5,#dcfce7e0);border-color:#10b9813d}.admin-sales-payment-state__headline{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.admin-sales-payment-state__headline strong{color:var(--text-strong)}.admin-sales-payment-state p{color:var(--muted);margin:0}.admin-sales-payment-state__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;display:grid}.admin-sales-payment-state__grid div{background:#ffffff94;border:1px solid #94a3b824;border-radius:16px;gap:.22rem;padding:.8rem .85rem;display:grid}.admin-sales-guidance-list{gap:.75rem;display:grid}.admin-sales-guidance-card{background:#ffffffc2;border:1px solid #94a3b829;border-radius:18px;gap:.35rem;padding:.9rem .95rem;display:grid}.admin-sales-guidance-card strong{color:var(--text-strong)}.admin-sales-guidance-card p{color:var(--muted);margin:0}.admin-sales-guidance-card.is-critical{background:linear-gradient(#fef2f2f5,#ffe4e6e6);border-color:#ef44443d}.admin-sales-guidance-card.is-warning{background:linear-gradient(#fffbebf5,#fff3e0e6);border-color:#f59e0b3d}.admin-sales-guidance-card.is-neutral{border-color:#94a3b82e}.admin-pos-cart__actions{gap:.75rem;display:grid}.admin-sale-dialog{width:min(100%,980px)}.admin-sale-dialog__content{padding-top:0;display:block}.admin-sale-dialog__main{gap:1rem;min-width:0;display:grid}.admin-table--sale-detail-meta,.admin-table--sale-items,.admin-table--sale-payments{gap:.7rem}.admin-table__row--sale-detail-meta{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.admin-report-history-panel,.admin-report-filters-panel{gap:1rem;display:grid}.admin-report-filters-panel .admin-panel__header{margin-bottom:0}.admin-report-filters-panel .admin-empty-copy{margin:0}.admin-report-history-panel .admin-panel__header{margin-bottom:0}.admin-panel--report-wide{grid-column:1/-1}.admin-table__head--sale-items,.admin-table__row--sale-items{grid-template-columns:minmax(220px,1.2fr) 110px 90px 110px 110px}.admin-table__head--sale-payments,.admin-table__row--sale-payments{grid-template-columns:120px 120px 110px minmax(160px,1fr)}.admin-pos-checkout-card__top{justify-content:space-between;align-items:flex-start;gap:.8rem;display:flex}.admin-pos-cart__item{border-radius:18px;justify-content:space-between;align-items:center;gap:.9rem;padding:.95rem 1rem;display:flex}.admin-pos-cart__copy{gap:.2rem;display:grid}.admin-pos-cart__controls{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.6rem;display:flex}.admin-pos-cart__controls input{border:1px solid var(--line);width:74px;min-height:42px;color:var(--text-strong);background:#ffffffd6;border-radius:14px;padding:0 .8rem}.admin-pos-payment,.admin-pos-summary{border-radius:22px;gap:.9rem;padding:1rem;display:grid}.admin-pos-summary div{justify-content:space-between;align-items:center;gap:1rem;display:flex}.admin-sales-discount-field{gap:.4rem;display:grid}.admin-sales-discount-field span{color:var(--muted)}.admin-sales-discount-field__controls{grid-template-columns:minmax(130px,.8fr) minmax(0,1fr);gap:.6rem;display:grid}.admin-sales-discount-field select,.admin-sales-discount-field input{border:1px solid var(--line);min-height:44px;color:var(--text-strong);background:#ffffffdb;border-radius:16px;padding:0 .9rem}.admin-sales-discount-field select:focus,.admin-sales-discount-field input:focus{border-color:var(--accent);box-shadow:0 0 0 4px rgba(var(--pulse-rgba), .1);outline:none}.admin-sales-booking-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin-bottom:1rem;display:grid}.admin-sales-booking-summary div{border:1px solid var(--line);background:#ffffffa8;border-radius:18px;gap:.24rem;padding:.9rem 1rem;display:grid}.admin-sales-booking-summary span{color:var(--muted)}.admin-sales-booking-summary strong{color:var(--text-strong)}.admin-checkbox-row{border-radius:16px;align-items:center;gap:.7rem;width:max-content;max-width:100%;padding:.8rem .95rem;display:inline-flex}.admin-checkbox-row input{width:18px;height:18px;accent-color:var(--accent)}.admin-table__row--customers strong{color:var(--text-strong)}.admin-table__actions{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:.55rem;width:100%;min-width:0;display:grid}.admin-table__actions .admin-inline-action{white-space:normal;text-align:center;justify-content:center;width:100%;min-width:0}.admin-table__actions .admin-inline-action--icon-only{justify-self:center;width:40px;min-width:40px}.admin-table__actions>:only-child{grid-column:1/-1}.admin-table__actions>:only-child:not(.admin-inline-action--icon-only){justify-self:end;width:auto}.admin-booking-dialog{width:min(100%,780px)!important}.admin-booking-form{grid-template-columns:1fr!important}.password-dialog{width:min(100%,620px)!important}.password-dialog__form{grid-template-columns:1fr!important}.password-dialog__main{gap:1rem;display:grid}.admin-theme-scope .password-dialog{flex-direction:column;max-height:calc(100svh - 2rem);display:flex;overflow:hidden;width:min(100vw - 2rem,480px)!important}.admin-theme-scope .password-dialog .dialog-panel__header{flex:none;padding:1.5rem 1.75rem 1rem!important}.admin-theme-scope .password-dialog__form{flex-direction:column;flex:auto;min-height:0;overflow:hidden;grid-template-columns:1fr!important;gap:0!important;padding:0!important;display:flex!important}.admin-theme-scope .password-dialog__body{flex:auto;min-height:0;padding:0 1.75rem 1.25rem;overflow-y:auto}.admin-theme-scope .password-dialog__fields{border:1px solid var(--admin-border);background:#fcfcfe;border-radius:18px;gap:1rem;padding:1.25rem;display:grid}.admin-theme-scope .password-dialog__field{min-width:0;color:var(--admin-text-muted);font-size:.85rem;font-weight:700;gap:.5rem!important;display:grid!important}.admin-theme-scope .dialog-panel.modern-dialog .password-dialog__input{width:100%;min-width:0;min-height:50px;color:var(--admin-text-main);background:#f7f8fc;border:1px solid #edf0f7;border-radius:14px;padding:.85rem 1rem}.admin-theme-scope .password-dialog__footer{border-top:1px solid var(--admin-border);background:#fff;flex:none;gap:.9rem;padding:1rem 1.75rem 1.5rem;display:grid}.admin-theme-scope .password-dialog__note{color:var(--admin-text-muted);text-align:center;margin:0;font-size:.82rem;line-height:1.45}.admin-theme-scope .password-dialog__actions{gap:.75rem;min-width:0;display:flex}.admin-theme-scope .password-dialog__actions .ghost-button,.admin-theme-scope .password-dialog__actions .primary-button{text-align:center;white-space:normal;flex:1 1 0;justify-content:center;align-items:center;min-width:0;min-height:46px;padding:.8rem 1rem;line-height:1.2;display:inline-flex}@media (width<=540px){.admin-theme-scope .password-dialog{border-radius:22px;max-height:calc(100svh - 1rem);width:min(100vw - 1rem,480px)!important}.admin-theme-scope .password-dialog .dialog-panel__header{padding:1.25rem 1.25rem .85rem!important}.admin-theme-scope .password-dialog__body{padding:0 1.25rem 1rem}.admin-theme-scope .password-dialog__fields{padding:1rem}.admin-theme-scope .password-dialog__footer{padding:1rem 1.25rem 1.25rem}.admin-theme-scope .password-dialog__actions{gap:.6rem}.admin-theme-scope .password-dialog__actions .ghost-button,.admin-theme-scope .password-dialog__actions .primary-button{padding-inline:.65rem}}.admin-booking-form__main{gap:1rem;display:grid}.accent-rose{border-color:#f43f5e2e}.accent-sky{border-color:#0ea5e92e}.accent-mint{border-color:#10b9812e}.accent-amber{border-color:#f59e0b2e}@media (width<=1180px){.admin-shell{grid-template-columns:88px minmax(0,1fr)}.admin-shell.is-sidebar-open{grid-template-columns:224px minmax(0,1fr)}.admin-sidebar{min-height:auto;max-height:none;padding-bottom:0;position:relative;top:auto}.admin-sidebar__nav-shell{max-height:320px}.admin-topbar{grid-template-columns:1fr}.admin-topbar__controls{flex-wrap:wrap;justify-content:flex-start}.admin-grid--overview,.admin-metrics-grid,.admin-grid--split,.admin-branch-summary,.admin-sales-workflow-rail,.admin-sales-overview,.admin-pos-layout,.admin-pos-layout--checkout{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-sales-hero{grid-template-columns:1fr}.admin-sales-booking-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-table__head--customers,.admin-table__row--customers{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-booking-lifecycle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-grid--bookings-workspace,.admin-booking-preview__summary{grid-template-columns:1fr}.admin-booking-group__head,.admin-booking-bulk-bar{flex-direction:column;align-items:flex-start}.admin-booking-group__head p{text-align:left}.admin-table__head--offers-list,.admin-table__row--offers-list{grid-template-columns:minmax(0,1fr) minmax(0,1.1fr) 80px 92px minmax(0,.95fr) 80px 124px}.admin-table__head--invoice-history,.admin-table__row--invoice-history{grid-template-columns:minmax(0,1fr) minmax(92px,.75fr) minmax(0,.95fr) 72px 88px 92px minmax(0,.85fr) minmax(180px,.95fr)}.admin-table__head--report-branch,.admin-table__row--report-branch{grid-template-columns:minmax(0,1fr) repeat(4,minmax(76px,.68fr))}.admin-table__head--experience-carousel,.admin-table__row--experience-carousel,.admin-table__head--experience-media,.admin-table__row--experience-media,.admin-table__head--experience-before-after,.admin-table__row--experience-before-after,.admin-table__head--staff,.admin-table__row--schedule-overview,.admin-table__head--schedule-overview,.admin-table__row--staff,.admin-table__head--schedule,.admin-table__row--schedule,.admin-table__head--catalog-categories,.admin-table__row--catalog-categories,.admin-table__head--catalog-service,.admin-table__row--catalog-service,.admin-table__head--catalog-product,.admin-table__row--catalog-product,.admin-table__head--catalog-stock,.admin-table__row--catalog-stock,.admin-table__head--bookings,.admin-table__row--bookings,.admin-table__head--bookings-workspace,.admin-table__row--bookings-workspace,.admin-table__head--sales,.admin-table__row--sales,.admin-table__head--sale-items,.admin-table__row--sale-items,.admin-table__head--sale-payments,.admin-table__row--sale-payments,.admin-table__row--sale-detail-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-category-accordion__header,.admin-category-accordion__item{grid-template-columns:minmax(0,1fr)}.admin-category-accordion__trigger{grid-template-columns:minmax(0,1fr);justify-items:start}.admin-category-accordion__summary,.admin-category-accordion__item-meta,.admin-category-accordion__actions{justify-content:flex-start}}@media (width<=820px){.dashboard-shell{width:100%;padding:1rem}.admin-attention-grid,.admin-metrics-grid--dashboard-health,.admin-booking-lifecycle-grid{grid-template-columns:1fr}.admin-dashboard-command__meta,.admin-branch-compare-card__head,.admin-branch-compare-card__meta,.admin-dashboard-next-step{flex-direction:column;align-items:flex-start}.dashboard-top-nav{border-radius:24px;padding:1rem}.top-nav__actions{justify-content:stretch;width:100%}.top-nav__actions>*{flex:180px}.admin-shell{padding:1rem}.admin-sidebar{border-radius:26px;padding:0}.admin-sidebar__nav-shell{max-height:none;margin-right:0;padding-right:0;overflow:visible}.admin-sidebar__nav{grid-template-columns:minmax(0,1fr);grid-auto-columns:auto;grid-auto-flow:row;padding-bottom:0;overflow-x:visible}.admin-sidebar__nav-shell{gap:.7rem}.admin-sidebar__nav--secondary{padding-top:.7rem}.admin-topbar,.admin-section-bar{gap:.9rem}.admin-booking-bulk-bar__actions,.admin-booking-preview__actions,.admin-booking-row-actions{justify-content:flex-start;width:100%}.admin-topbar__controls{flex-direction:column;align-items:stretch;padding:.35rem}.admin-context-field{min-width:0}.admin-topbar__copy h1{font-size:clamp(1.55rem,8vw,2rem)}.admin-topbar__copy{flex-direction:column;align-items:flex-start;gap:.35rem}.admin-topbar__actions{flex-wrap:wrap;justify-content:stretch;width:100%}.admin-toolbar-button,.admin-toolbar-icon{width:100%}.admin-grid--overview,.admin-metrics-grid,.admin-grid--split,.admin-branch-summary,.admin-sales-hero,.admin-sales-workflow-rail,.admin-sales-overview,.admin-pos-layout,.admin-pos-layout--checkout,.admin-search-bar-section,.admin-pos-toolbar,.admin-sales-payment-grid,.admin-sales-payment-state__grid,.admin-sales-booking-summary{grid-template-columns:1fr}.search-bar-section{border-radius:22px;gap:.8rem;padding:.85rem}.search-field,.filter-select-wrapper,.excel-btn{width:100%}.filters-select{width:100%;min-width:0}.admin-bundle-picker{grid-template-columns:1fr}.admin-pos-cart__item,.admin-pos-checkout-card__top{flex-direction:column;align-items:stretch}.admin-pos-checkout-card__detail-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-pos-cart__controls{justify-content:flex-start}.booking-pipeline{grid-template-columns:repeat(6,minmax(260px,1fr))}}@media (width<=560px){.admin-shell{padding:.85rem}.admin-sales-discount-field__controls{grid-template-columns:minmax(0,1fr)}.admin-pos-checkout-card__detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-sidebar,.admin-topbar,.admin-panel,.admin-metric-card,.booking-pipeline__column{border-radius:22px}.admin-topbar{padding:1rem}.admin-topbar__controls,.admin-topbar__actions{background:0 0;border:0;padding:0}.admin-sidebar__brand{grid-template-columns:auto minmax(0,1fr) auto}.admin-sidebar__brand-badge{grid-column:1/-1;justify-self:start}.admin-stack-item{flex-direction:column;align-items:flex-start}.admin-branch-card__top,.admin-branch-card__actions,.admin-section-bar__actions,.admin-section-bar{flex-direction:column;align-items:stretch}.admin-branch-card__actions,.admin-branch-card__kpis{grid-template-columns:1fr}.admin-inline-action{justify-content:center;width:100%}.admin-inline-action--icon-only{width:40px}.admin-table__head--customers,.admin-table__row--customers,.admin-table__head--staff,.admin-table__row--staff,.admin-table__head--schedule-overview,.admin-table__row--schedule-overview,.admin-table__head--schedule,.admin-table__row--schedule,.admin-table__head--bookings,.admin-table__row--bookings,.admin-table__head--sales,.admin-table__row--sales,.admin-table__head--sale-items,.admin-table__row--sale-items,.admin-table__head--sale-payments,.admin-table__row--sale-payments,.admin-table__row--sale-detail-meta,.admin-table__actions{grid-template-columns:1fr}.admin-schedule-toolbar__actions,.admin-segmented-toggle,.admin-sales-tabs,.admin-sales-catalog-tabs,.admin-checkbox-row{width:100%}.admin-segmented-toggle{flex-wrap:wrap}.admin-bookings-tabs{flex-wrap:nowrap}.admin-segmented-toggle__item{flex:120px}.admin-bookings-tabs .admin-segmented-toggle__item{flex:none}.admin-table__head{display:none}.admin-table__row{grid-template-columns:1fr;gap:.45rem}.admin-compensation-dialog{max-height:100vh}.admin-compensation-dialog__main{padding-right:0}}@media (width<=640px){.admin-shell{grid-template-columns:1fr;gap:0;width:100vw;max-width:100vw;margin:0;padding:0;overflow-x:clip}.admin-main,.admin-main-shell,.admin-content-shell,.admin-topbar{box-sizing:border-box;place-self:stretch stretch;width:100vw;min-width:0;max-width:100vw}.admin-sidebar{z-index:5000;width:min(84vw,320px);min-height:100dvh;max-height:100dvh;transition:transform var(--motion-base), box-shadow var(--motion-base);border-radius:0;padding:1rem;position:fixed;inset:0 auto 0 0;overflow:hidden;transform:translate(-105%)}.admin-shell:not(.is-mobile-sidebar-open) .admin-sidebar{visibility:hidden;pointer-events:none}.admin-shell.is-mobile-sidebar-open .admin-sidebar{visibility:visible;pointer-events:auto;transform:translate(0);box-shadow:20px 0 50px #0f172a47}.admin-shell.is-sidebar-collapsed .admin-sidebar{padding:1rem}.admin-shell.is-sidebar-collapsed .admin-sidebar__brand{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;display:grid}.admin-shell.is-sidebar-collapsed .admin-sidebar__brand-copy,.admin-shell.is-sidebar-collapsed .admin-sidebar__menu-label,.admin-shell.is-sidebar-collapsed .admin-nav-item__label,.admin-shell.is-sidebar-collapsed .admin-nav-item__chevron,.admin-shell.is-sidebar-collapsed .admin-sidebar__footer-copy{opacity:1;pointer-events:auto;max-width:none;max-height:none;overflow:visible;transform:none}.admin-shell.is-sidebar-collapsed .admin-nav-item{justify-content:space-between!important;gap:.75rem!important;padding:.95rem 1rem!important}.admin-topbar-sidebar-toggle{display:none!important}.admin-mobile-sidebar-toggle{place-items:center;width:42px;min-width:42px;height:42px;min-height:42px;margin:0;padding:0;position:static;inset:auto;transform:none;display:grid!important}.admin-sidebar__close{border:1px solid var(--line);width:42px;min-width:42px;height:42px;min-height:42px;color:var(--text-strong);cursor:pointer;background:#ffffffdb;border-radius:999px;justify-self:end;place-items:center;padding:0;display:grid}.admin-sidebar-backdrop{z-index:4990;opacity:0;pointer-events:none;transition:opacity var(--motion-fast);background:#0f172a6b;border:0;padding:0;display:block;position:fixed;inset:0}.admin-shell.is-mobile-sidebar-open .admin-sidebar-backdrop{opacity:1;pointer-events:auto}}:root[data-theme=dark] .admin-sidebar,:root[data-theme=dark] .admin-topbar,:root[data-theme=dark] .admin-panel,:root[data-theme=dark] .admin-metric-card,:root[data-theme=dark] .booking-pipeline__column,:root[data-theme=dark] .booking-card{background:linear-gradient(#0f172ae6,#0f172ad1);border-color:#94a3b824}:root[data-theme=dark] .admin-branch-card__section{background:#0f172a6b;border-color:#94a3b81f}:root[data-theme=dark] .admin-branch-card__section--config{background:#0206174d}:root[data-theme=dark] .admin-context-field__control,:root[data-theme=dark] .admin-sidebar__footer,:root[data-theme=dark] .admin-segmented-toggle,:root[data-theme=dark] .admin-warning-pill,:root[data-theme=dark] .admin-dashboard-popover__trigger,:root[data-theme=dark] .admin-hover-list__item,:root[data-theme=dark] .admin-catalog-card,:root[data-theme=dark] .admin-bundle-picker__item,:root[data-theme=dark] .admin-branch-card,:root[data-theme=dark] .admin-stack-item,:root[data-theme=dark] .admin-status-card,:root[data-theme=dark] .admin-status-bars__item,:root[data-theme=dark] .admin-log-card,:root[data-theme=dark] .admin-log-list__item,:root[data-theme=dark] .admin-table__row,:root[data-theme=dark] .admin-pos-catalog-card,:root[data-theme=dark] .admin-pos-checkout-card,:root[data-theme=dark] .admin-pos-cart__item,:root[data-theme=dark] .admin-pos-payment,:root[data-theme=dark] .admin-pos-summary,:root[data-theme=dark] .admin-checkbox-row{background:linear-gradient(#1e293bd6,#0f172ab8);border-color:#94a3b829}:root[data-theme=dark] .search-bar-section,:root[data-theme=dark] .dashboard-top-nav{background:linear-gradient(#0f172ae6,#0f172ad1);border-color:#94a3b824}:root[data-theme=dark] .search-field,:root[data-theme=dark] .filter-select-wrapper,:root[data-theme=dark] .excel-btn,:root[data-theme=dark] .admin-topbar__actions,:root[data-theme=dark] .admin-topbar__controls,:root[data-theme=dark] .admin-nav-item,:root[data-theme=dark] .user-chip,:root[data-theme=dark] .admin-pos-cart__controls input{background:linear-gradient(#1e293bd6,#0f172ab8);border-color:#94a3b829}:root[data-theme=dark] .admin-sidebar__nav--secondary{border-color:#94a3b829}:root[data-theme=dark] .admin-catalog-card__meta span,:root[data-theme=dark] .admin-branch-card__badge{background:#60a5fa1f}:root[data-theme=dark] .admin-bundle-picker__qty{background:#0f172acc;border-color:#94a3b829}:root[data-theme=dark] .admin-hover-popover{background:linear-gradient(#0f172afa,#0f172aeb);border-color:#94a3b82e}:root[data-theme=dark] .admin-dashboard-popover__panel{background:linear-gradient(#0f172afa,#0f172af0);border-color:#94a3b829}:root[data-theme=dark] .admin-sidebar__brand{border-bottom-color:#94a3b81f}:root[data-theme=dark] .admin-sidebar__brand-mark{box-shadow:0 18px 34px #02061747,inset 0 1px #ffffff24}:root[data-theme=dark] .admin-sidebar__eyebrow{color:rgba(var(--salon-secondary-rgba), .96)}:root[data-theme=dark] .admin-sidebar__brand-badge{background:linear-gradient(#1e293bd6,#0f172ab8);border-color:#94a3b829;box-shadow:inset 0 1px #ffffff0d}:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .salon-form input,:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .salon-form textarea,:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .salon-form select,:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .user-form input,:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .user-form select,:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__form input:not([type=checkbox]):not([type=radio]),:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__form textarea,:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__form select,:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .input-with-prefix,:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .admin-context-field__control input,:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .admin-context-field__control select{color:#f8fafc;background:linear-gradient(#1e293beb 0%,#0f172ae0 100%);border-color:#94a3b829;box-shadow:inset 0 1px #ffffff0a,0 12px 28px #0206172e}:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .salon-form input::placeholder,:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .salon-form textarea::placeholder,:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .user-form input::placeholder,:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__form input::placeholder,:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__form textarea::placeholder{color:#94a3b8bd}:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .salon-form input:focus,:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .salon-form textarea:focus,:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .salon-form select:focus,:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .user-form input:focus,:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .user-form select:focus,:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__form input:not([type=checkbox]):not([type=radio]):focus,:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__form textarea:focus,:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__form select:focus{border-color:rgba(var(--pulse-rgba), .38);box-shadow:0 0 0 4px rgba(var(--pulse-rgba), .14), 0 18px 38px #02061742, inset 0 1px 0 #ffffff0d;background:linear-gradient(#1e293bfa 0%,#0f172af0 100%)}:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .salon-form select,:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .user-form select,:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__form select{background-image:linear-gradient(#1e293beb 0%,#0f172ae0 100%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23cbd5e1' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E")}:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__form input[type=checkbox]{background:linear-gradient(#1e293beb 0%,#0f172ae0 100%);border-color:#94a3b83d;box-shadow:inset 0 1px #ffffff0a,0 10px 20px #02061733}.dashboard-top-nav,.search-bar-section,.content-panel,.metric-card,.salon-card.modern-card,.user-chip,.top-nav__actions,.toolbar-button,.icon-button{border:1px solid var(--line);-webkit-backdrop-filter:blur(24px);box-shadow:var(--shadow-soft);background:#ffffffb3}.dashboard-top-nav,.search-bar-section,.content-panel,.metric-card,.salon-card.modern-card{border-radius:28px}.dashboard-top-nav{position:relative;overflow:hidden}.dashboard-top-nav:before,.content-panel:before,.metric-card:before,.salon-card.modern-card:before{content:"";pointer-events:none;background:radial-gradient(circle, rgba(var(--pulse-rgba), .08), transparent 68%);opacity:.7;width:220px;height:220px;position:absolute;inset:0 auto auto 0}.top-nav__actions{border-radius:22px;gap:.7rem;padding:.55rem}.user-chip{border-radius:22px;padding:.95rem 1rem}.metric-card,.content-panel{padding:1.35rem 1.4rem}.metric-card__label,.status-pill,.salon-card__hint,.salon-card__stats dt,.top-nav__text span{color:var(--muted)}.metric-card__value,.content-panel__top h2,.salon-card__titles h3,.top-nav__text h2{color:var(--text-strong)}.metric-card__detail,.salon-card__description,.salon-card__contact{color:var(--muted)}.section-title__icon,.top-nav__logo{background:linear-gradient(135deg, var(--accent), var(--accent-strong));box-shadow:0 14px 30px rgba(var(--pulse-rgba), .24)}.search-bar-section,.dashboard-top-nav{padding:1.1rem 1.25rem}.search-field,.filter-select-wrapper,.toolbar-button,.icon-button,.top-nav__actions{border-color:rgba(var(--pulse-rgba), .08);background:linear-gradient(#ffffffb8,#f5f7fcf2);box-shadow:inset 0 1px #ffffffa6}.icon-button,.toolbar-button{border-radius:18px}.icon-button{width:46px;height:46px}.salon-card.modern-card{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:#ffffffb3}.salon-card__stats.bg-soft-grey,.usage-row,.details-section,.details-stat,.details-list__item,.permission-badge{border:1px solid rgba(var(--pulse-rgba), .08);background:linear-gradient(#ffffffad,#f4f7fceb);box-shadow:inset 0 1px #ffffffa6}.warning-pill--low,.permission-badge.is-on{background:rgba(var(--pulse-rgba), .12);color:var(--accent)}:root[data-theme=dark] .dashboard-top-nav,:root[data-theme=dark] .search-bar-section,:root[data-theme=dark] .content-panel,:root[data-theme=dark] .metric-card,:root[data-theme=dark] .salon-card.modern-card,:root[data-theme=dark] .user-chip,:root[data-theme=dark] .top-nav__actions,:root[data-theme=dark] .toolbar-button,:root[data-theme=dark] .icon-button{background:linear-gradient(#0f172ae6,#0f172ad1);border-color:#94a3b824}:root[data-theme=dark] .search-field,:root[data-theme=dark] .filter-select-wrapper,:root[data-theme=dark] .toolbar-button,:root[data-theme=dark] .icon-button,:root[data-theme=dark] .top-nav__actions,:root[data-theme=dark] .salon-card__stats.bg-soft-grey,:root[data-theme=dark] .usage-row,:root[data-theme=dark] .details-section,:root[data-theme=dark] .details-stat,:root[data-theme=dark] .details-list__item,:root[data-theme=dark] .permission-badge{background:linear-gradient(#1e293bd6,#0f172ab8);border-color:#94a3b829}.admin-theme-scope{background:radial-gradient(circle at top right, rgba(var(--salon-secondary-rgba), .08), transparent 28%), radial-gradient(circle at top left, rgba(var(--pulse-rgba), .06), transparent 24%), linear-gradient(180deg, #fbfbfe 0%, #f5f7fc 100%);min-height:100svh}.admin-theme-scope .admin-shell{grid-template-columns:224px minmax(0,1fr);gap:1.5rem;width:min(100%,1620px);padding:1rem 1.25rem 1.4rem}.admin-theme-scope .admin-shell.is-sidebar-collapsed{grid-template-columns:88px minmax(0,1fr)}.admin-theme-scope .admin-shell:before{background:radial-gradient(circle at 18% 14%, rgba(var(--pulse-rgba), .07), transparent 26%), radial-gradient(circle at 88% 16%, rgba(var(--salon-secondary-rgba), .08), transparent 30%), radial-gradient(circle at 52% 100%, rgba(var(--pulse-rgba), .04), transparent 30%);filter:blur(48px)}.admin-theme-scope .admin-main{gap:1.35rem}.admin-theme-scope .admin-main-shell{gap:1.25rem;width:100%;min-width:0;padding:0}.admin-theme-scope .admin-main-body{width:100%;min-width:0}.admin-theme-scope .admin-sidebar{-webkit-backdrop-filter:blur(18px);z-index:20;min-height:calc(100svh - 2rem);max-height:calc(100svh - 2rem);transition:padding var(--motion-base), border-radius var(--motion-base), box-shadow var(--motion-base), background-color var(--motion-base), border-color var(--motion-base);background:#ffffffe0;border:1px solid #edf0f7;border-radius:30px;padding:1rem .8rem .8rem;top:1rem;overflow:visible;box-shadow:0 28px 64px #0f172a14}.admin-theme-scope .admin-sidebar__brand{border-bottom-color:#eef2f8;grid-template-columns:auto minmax(0,1fr);gap:.9rem;padding:.25rem .35rem .75rem;overflow:visible}.admin-theme-scope .admin-sidebar__brand-mark{width:52px;height:52px;box-shadow:0 16px 30px rgba(var(--pulse-rgba), .18);border-radius:18px;overflow:hidden}.admin-theme-scope .admin-sidebar__brand-mark img{object-fit:cover;width:100%;height:100%}.admin-theme-scope .admin-sidebar__brand-badge{border-color:rgba(var(--pulse-rgba), .08);max-width:none;box-shadow:none;color:var(--text-soft);letter-spacing:.12em;background:#f6f7fb;border-radius:999px;grid-column:1/-1;justify-self:start;padding:.38rem .7rem}.admin-theme-scope .admin-sidebar__eyebrow{color:var(--accent);font-size:.6rem}.admin-theme-scope .admin-sidebar__brand-copy strong{font-size:1rem}.admin-theme-scope .admin-sidebar__brand-copy span{font-size:.8rem}.admin-theme-scope .admin-sidebar__menu-label{color:#9aa5b7;letter-spacing:.18em;text-transform:uppercase;transition:opacity var(--motion-fast), transform var(--motion-fast), max-height var(--motion-fast);padding:0 .35rem;font-size:.64rem;font-weight:800;display:block}.admin-theme-scope .admin-sidebar__nav-shell{gap:.85rem;padding-right:.2rem}.admin-theme-scope .admin-sidebar__nav{gap:.36rem}.admin-theme-scope .admin-sidebar__nav--secondary{border-top-color:#eef2f8;padding-top:.75rem}.admin-theme-scope .admin-nav-item{min-height:50px;box-shadow:none;color:#566274;transition:transform var(--motion-fast), background-color var(--motion-fast), color var(--motion-fast), padding var(--motion-fast), box-shadow var(--motion-fast);background:0 0;border:0;border-radius:16px;grid-template-columns:34px minmax(0,1fr) auto;justify-content:stretch;gap:.72rem;padding:.7rem .8rem;display:grid}.admin-theme-scope .admin-nav-item:hover{box-shadow:none;color:var(--text-strong);background:#6c75920f;transform:translate(2px)}.admin-theme-scope .admin-nav-item.is-active{background:linear-gradient(135deg, rgba(var(--pulse-rgba), .96), rgba(var(--salon-secondary-rgba), .88));color:#fff;box-shadow:0 18px 32px rgba(var(--pulse-rgba), .24);transform:translate(4px)}.admin-theme-scope .admin-nav-item__icon{color:currentColor;background:#f6f7fb;border-radius:12px;flex:0 0 34px;place-items:center;width:34px;min-width:34px;height:34px;display:grid}.admin-theme-scope .admin-nav-item.is-active .admin-nav-item__icon{background:#ffffff29}.admin-theme-scope .admin-nav-item__label{text-align:left;align-self:center;min-width:0;font-size:.92rem}.admin-theme-scope .admin-nav-item__chevron{opacity:.5;align-self:center}.admin-theme-scope .admin-sidebar__footer{background:#fff;border:1px solid #edf0f7;border-radius:18px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;margin:0;padding:0;box-shadow:0 16px 34px #0f172a0f}.admin-theme-scope .admin-shell.is-sidebar-collapsed .admin-sidebar{padding:1rem .5rem .8rem}.admin-theme-scope .admin-shell.is-sidebar-collapsed .admin-sidebar__brand{flex-direction:column;justify-content:flex-start;align-items:center;gap:.75rem;margin-bottom:0;padding:.25rem .15rem .75rem;display:flex}.admin-theme-scope .admin-shell.is-sidebar-collapsed .admin-sidebar__brand-mark{width:44px;height:44px;margin:0}.admin-theme-scope .admin-shell.is-sidebar-collapsed .admin-sidebar__brand-copy{display:none}.admin-theme-scope .admin-shell.is-sidebar-collapsed .admin-sidebar__toggle{z-index:auto;background:#fff;border:1px solid #edf0f7;border-radius:999px;align-self:center;width:42px;height:42px;margin-top:0;padding:0;position:static;top:auto;right:auto;transform:none;box-shadow:0 12px 24px #0f172a0d}.admin-theme-scope .admin-shell.is-sidebar-collapsed .admin-sidebar__toggle:hover{transform:translateY(1px)}.admin-theme-scope .admin-shell.is-sidebar-collapsed .admin-nav-item{grid-template-columns:1fr;justify-content:center;justify-items:center;gap:0;width:48px;min-width:48px;height:48px;min-height:48px;margin-inline:auto;padding:0}.admin-theme-scope .admin-shell.is-sidebar-collapsed .admin-nav-item:hover,.admin-theme-scope .admin-shell.is-sidebar-collapsed .admin-nav-item.is-active{transform:none}.admin-theme-scope .admin-shell.is-sidebar-collapsed .admin-nav-item__icon{background:#eef2f8;border-radius:8px;place-items:center;width:40px;min-width:40px;height:40px;margin:0;display:grid}.admin-theme-scope .admin-shell.is-sidebar-collapsed .admin-nav-item.is-active .admin-nav-item__icon{background:#ffffff29}.admin-theme-scope .admin-shell.is-sidebar-collapsed .admin-sidebar__footer{flex-direction:column;gap:.5rem;margin:0;padding:0}.admin-theme-scope .admin-sidebar__footer-avatar{background:linear-gradient(135deg, rgba(var(--pulse-rgba), .12), rgba(var(--salon-secondary-rgba), .18));width:42px;height:42px;color:var(--text-strong);border-radius:14px;place-items:center;font-weight:800;display:grid}.admin-theme-scope .admin-sidebar__footer-copy{gap:.1rem;min-width:0;display:grid}.admin-theme-scope .admin-sidebar__footer-copy strong{color:var(--text-strong);font-size:.88rem;line-height:1.15}.admin-theme-scope .admin-sidebar__footer-action{width:34px;height:34px;color:var(--text-soft);cursor:pointer;transition:transform var(--motion-fast), background-color var(--motion-fast), color var(--motion-fast);background:#f8f9fc;border:1px solid #edf0f7;border-radius:12px;place-items:center;display:grid}.admin-theme-scope .admin-sidebar__footer-action:hover{color:var(--text-strong);background:#f1f4fb;transform:translateY(-1px)}.admin-theme-scope .admin-topbar{box-shadow:none;-webkit-backdrop-filter:none;background:0 0;border:0;justify-content:space-between;align-items:center;gap:1rem;padding:.2rem 0 .9rem;display:flex;overflow:visible}.admin-theme-scope .admin-topbar:before,.admin-theme-scope .admin-topbar:after{display:none}.admin-theme-scope .admin-topbar__workspace{align-items:center;gap:.8rem;min-width:0;display:flex}.admin-theme-scope .admin-topbar__workspace-mark,.admin-theme-scope .admin-sidebar-toggle,.admin-theme-scope .admin-sidebar__toggle{width:42px;height:42px;color:var(--accent);background:#fff;border-radius:999px;place-items:center;display:grid}.admin-theme-scope .admin-sidebar-toggle,.admin-theme-scope .admin-sidebar__toggle{padding:0}.admin-theme-scope .admin-sidebar__toggle{cursor:pointer;z-index:40;justify-self:end;position:absolute;top:1.6rem;right:10px}.admin-theme-scope .admin-topbar__workspace-copy{gap:.1rem;display:grid}.admin-theme-scope .admin-topbar__workspace-copy strong{color:var(--text-strong);letter-spacing:-.02em;font-size:.98rem}.admin-theme-scope .admin-topbar__workspace-copy span{color:var(--muted);font-size:.8rem}.admin-theme-scope .admin-topbar__controls{box-shadow:none;background:0 0;border:0;justify-content:flex-end;gap:.75rem;padding:0}.admin-theme-scope .admin-topbar .admin-context-field__label{display:none}.admin-theme-scope .admin-topbar .admin-context-field{min-width:168px}.admin-theme-scope .admin-topbar .admin-context-field__control,.admin-theme-scope .admin-topbar__actions{border-radius:16px;min-height:50px}.admin-theme-scope .admin-topbar__actions{gap:.5rem;padding:.2rem}.admin-theme-scope .admin-toolbar-button,.admin-theme-scope .admin-toolbar-icon{border-radius:14px;min-height:46px}.admin-theme-scope .admin-page{gap:1.25rem}.admin-theme-scope .admin-page-header{justify-content:space-between;align-items:flex-start;gap:1rem;padding:.1rem 0 .15rem;display:flex}.admin-theme-scope .admin-page-header__main{align-items:flex-start;gap:.9rem;min-width:0;display:flex}.admin-theme-scope .admin-page-header__icon{background:rgba(var(--pulse-rgba), .1);width:48px;height:48px;color:var(--accent);box-shadow:inset 0 1px 0 #ffffffe6, 0 14px 26px rgba(var(--pulse-rgba), .08);border-radius:16px;flex:none;place-items:center;display:grid}.admin-theme-scope .admin-page-header__copy{gap:.3rem;display:grid}.admin-theme-scope .admin-page-header__copy h2{color:#141b33;letter-spacing:-.05em;margin:0;font-size:clamp(2rem,3vw,3rem);line-height:.95}.admin-theme-scope .admin-page-header__copy p{color:#6b7589;margin:0;font-size:.98rem;line-height:1.55}.admin-theme-scope .admin-page-header__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.7rem;display:flex}.admin-theme-scope .admin-section-bar{box-shadow:none;background:0 0;border:0;margin-top:-.25rem;padding:0 .15rem}.admin-theme-scope .admin-section-bar h3{margin:0;font-size:1.08rem;line-height:1.15}.admin-theme-scope .admin-section-bar .eyebrow{color:#8b95a9;letter-spacing:.12em;font-size:.67rem}.admin-theme-scope .admin-panel,.admin-theme-scope .admin-metric-card,.admin-theme-scope .admin-dashboard-command,.admin-theme-scope .admin-attention-card,.admin-theme-scope .admin-branch-compare-card,.admin-theme-scope .admin-dashboard-next-step{-webkit-backdrop-filter:blur(12px);background:#ffffffeb;border:1px solid #edf0f7;border-radius:30px;box-shadow:0 24px 54px #0f172a0f}.admin-theme-scope .admin-panel{padding:1.45rem}.admin-theme-scope .admin-metric-card{gap:.7rem;min-height:148px;padding:1.3rem 1.35rem}.admin-theme-scope .admin-metric-card__icon,.admin-theme-scope .admin-log-card__icon{background:#f7f8fc;border-radius:16px;width:2.8rem;height:2.8rem;box-shadow:inset 0 1px #ffffffeb}.admin-theme-scope .admin-metric-card span{color:#8b95a9;letter-spacing:.16em;font-size:.68rem}.admin-theme-scope .admin-metric-card strong{color:#121a31;letter-spacing:-.05em;font-size:2.2rem}.admin-theme-scope .admin-metric-card p,.admin-theme-scope .admin-empty-copy{color:#768196;line-height:1.55}.admin-theme-scope .admin-metric-card:hover,.admin-theme-scope .admin-panel:hover{transform:translateY(-3px);box-shadow:0 30px 60px #0f172a14}.admin-theme-scope .admin-dashboard-popovers{grid-template-columns:repeat(3,minmax(0,72px));justify-content:end;gap:.7rem}.admin-theme-scope .admin-dashboard-popover__trigger{background:#fff;border-color:#edf0f7;border-radius:18px;min-height:70px;padding:.7rem;box-shadow:0 14px 28px #0f172a0d}.admin-theme-scope .admin-dashboard-popover__icon{background:#f7f8fc;border-radius:14px;width:2.25rem;height:2.25rem}.admin-theme-scope .admin-dashboard-popover__panel{background:#fff;border-color:#edf0f7;border-radius:24px;box-shadow:0 24px 54px #0f172a1f}.admin-theme-scope .search-bar-section{background:#fffffff5;border:1px solid #edf0f7;border-radius:28px;padding:.95rem 1rem;box-shadow:0 18px 40px #0f172a0d}.admin-theme-scope .search-field,.admin-theme-scope .filter-select-wrapper{min-height:58px;box-shadow:none;background:#f7f8fc;border:1px solid #eef1f7;border-radius:18px}.admin-theme-scope .admin-search-field input,.admin-theme-scope .filters-select{font-size:.95rem}.admin-theme-scope .admin-segmented-toggle{background:#fff;border:1px solid #edf0f7;border-radius:18px;padding:.28rem;box-shadow:0 14px 30px #0f172a0a}.admin-theme-scope .admin-segmented-toggle__item{border-radius:14px;min-height:42px;padding:0 1rem}.admin-theme-scope .admin-segmented-toggle__item.is-active{background:rgba(var(--pulse-rgba), .12);color:var(--text-strong)}.admin-theme-scope .admin-table{background:#fff;border:1px solid #edf0f7;gap:0;overflow:hidden}.admin-theme-scope .admin-table__head{color:#97a1b3;letter-spacing:.16em;background:#f7f8fc;border-bottom:1px solid #eef1f7;padding:1rem 1.2rem;font-size:.68rem;font-weight:800}.admin-theme-scope .admin-table__row{background:0 0;border-top:1px solid #f1f4f9;border-radius:0;padding:1rem 1.2rem}.admin-theme-scope .admin-table__head+.admin-table__row{border-top:0}.admin-theme-scope .admin-table__row:hover{box-shadow:none;background:#fcfcff;transform:none}.admin-theme-scope .admin-table__cell-stack small,.admin-theme-scope .admin-catalog-list__item small,.admin-theme-scope .admin-log-card__content span,.admin-theme-scope .admin-log-card__content p{color:#7d879a}.admin-theme-scope .admin-catalog-list__thumb{width:48px;height:48px;box-shadow:none;border-color:#ebeff6;border-radius:14px}.admin-theme-scope .admin-inline-action{background:#fff;border:1px solid #edf0f7;border-radius:12px;min-height:34px;padding:0 .82rem}.admin-theme-scope .admin-inline-action--icon-only{width:34px;min-width:34px;padding:0}.admin-theme-scope .admin-branch-map__canvas{background:#fbfcff;border-color:#edf0f7;box-shadow:0 18px 40px #0f172a0d}.admin-theme-scope .admin-status-pill{border-radius:999px;min-height:30px;padding:0 .7rem}.admin-theme-scope .admin-log-list{max-height:360px}.admin-theme-scope .admin-log-list__item{background:#fbfcff;border-color:#edf0f7;border-radius:18px}.admin-theme-scope .admin-storyboard-layout{grid-template-columns:minmax(260px,320px) minmax(0,1fr);align-items:start;gap:1.2rem;display:grid}.admin-theme-scope .admin-storyboard-composer{background:#fffffff5;border:1px solid #edf0f7;border-radius:30px;gap:1rem;padding:1.25rem;display:grid;box-shadow:0 22px 48px #0f172a0f}.admin-theme-scope .admin-storyboard-composer__head{gap:.3rem;display:grid}.admin-theme-scope .admin-storyboard-composer__head h3{color:var(--text-strong);letter-spacing:-.04em;margin:0;font-size:1.4rem}.admin-theme-scope .admin-storyboard-composer__head p,.admin-theme-scope .admin-storyboard-dropzone small{color:#7d879a;margin:0}.admin-theme-scope .admin-storyboard-dropzone{text-align:center;min-height:330px;color:var(--text-strong);cursor:pointer;transition:transform var(--motion-base), border-color var(--motion-fast), box-shadow var(--motion-fast);background:linear-gradient(#fbfbfd,#f6f8fc);border:1px dashed #dce2ec;border-radius:24px;place-items:center;gap:.45rem;padding:1.2rem;display:grid}.admin-theme-scope .admin-storyboard-dropzone:hover{border-color:rgba(var(--pulse-rgba), .22);transform:translateY(-2px);box-shadow:0 18px 40px #0f172a0f}.admin-theme-scope .admin-storyboard-dropzone__plus{width:56px;height:56px;color:var(--accent);background:#fff;border:1px solid #edf0f7;border-radius:18px;place-items:center;font-size:2rem;line-height:1;display:grid;box-shadow:0 14px 28px #0f172a0f}.admin-theme-scope .admin-storyboard-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;display:grid}.admin-theme-scope .admin-storyboard-stats div{background:#f7f8fc;border:1px solid #edf0f7;border-radius:18px;gap:.2rem;padding:.9rem 1rem;display:grid}.admin-theme-scope .admin-storyboard-stats span{color:#8b95a9;letter-spacing:.12em;text-transform:uppercase;font-size:.7rem;font-weight:800}.admin-theme-scope .admin-storyboard-stats strong{color:var(--text-strong);letter-spacing:-.03em;font-size:1.2rem}.admin-theme-scope .admin-storyboard-submit{width:100%;min-height:52px}.admin-theme-scope .admin-storyboard-board__header{align-items:center}.admin-theme-scope .admin-storyboard-board__hint{color:#6f7a8f;background:#f7f8fc;border:1px solid #edf0f7;border-radius:999px;align-items:center;min-height:34px;padding:0 .8rem;font-size:.74rem;display:inline-flex}.admin-theme-scope .admin-storyboard-list{gap:.75rem;display:grid}.admin-theme-scope .admin-storyboard-list--stories{grid-template-columns:repeat(auto-fit,minmax(210px,240px));align-items:start;gap:1rem}.admin-theme-scope .admin-story-card{background:#fbfcff;border:1px solid #edf0f7;border-radius:20px;gap:.85rem;padding:.9rem;display:grid}.admin-theme-scope .admin-story-card__top{justify-content:space-between;align-items:center;gap:.8rem;display:flex}.admin-theme-scope .admin-story-card__top-group{align-items:center;gap:.55rem;display:inline-flex}.admin-theme-scope .admin-story-card__handle{border-radius:14px;width:42px;min-width:42px;min-height:42px}.admin-theme-scope .admin-story-card__order{color:#6f7a90;letter-spacing:.04em;background:#f7f8fc;border:1px solid #edf0f7;border-radius:999px;align-items:center;min-height:34px;padding:0 .75rem;font-size:.75rem;font-weight:800;display:inline-flex}.admin-theme-scope .admin-story-card__preview{background:#f7f8fc;border:1px solid #edf0f7;border-radius:18px;width:100%;height:220px;overflow:hidden}.admin-theme-scope .admin-story-card__preview img{object-fit:cover;width:100%;height:100%}.admin-theme-scope .admin-story-card__preview video{object-fit:cover;background:#0f172a;width:100%;height:100%}.admin-theme-scope .admin-story-card__copy{gap:.35rem;display:grid}.admin-theme-scope .admin-story-card__copy strong{color:var(--text-strong);letter-spacing:-.03em;font-size:1.05rem}.admin-theme-scope .admin-story-card__copy small{color:#7d879a;margin:0;line-height:1.5}.admin-theme-scope .admin-story-card__meta{flex-wrap:wrap;gap:.5rem;display:flex}.admin-theme-scope .admin-story-card__meta-pill{color:#6f7a90;background:#f7f8fc;border:1px solid #edf0f7;border-radius:999px;align-items:center;min-height:34px;padding:0 .8rem;font-size:.76rem;font-weight:700;display:inline-flex}.admin-theme-scope .admin-story-card--story{border-radius:28px;gap:.75rem;padding:.85rem}.admin-theme-scope .admin-story-card--story .admin-story-card__preview{aspect-ratio:9/16;background:linear-gradient(#0f172a05,#0f172a2e),#f7f8fc;border-radius:26px;height:auto;min-height:360px}.admin-theme-scope .admin-story-card--story .admin-story-card__preview img,.admin-theme-scope .admin-story-card--story .admin-story-card__preview video{object-fit:cover;width:100%;height:100%}.admin-theme-scope .admin-story-card--story .admin-story-card__copy{gap:.25rem}.admin-theme-scope .admin-story-card--story .admin-story-card__copy strong{font-size:.98rem}.admin-theme-scope .admin-story-card--story .admin-story-card__copy small{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.admin-theme-scope .admin-story-card--story .admin-story-card__meta{gap:.4rem}.admin-theme-scope .admin-story-card--story .admin-story-card__meta-pill{min-height:30px;padding:0 .7rem;font-size:.72rem}.admin-theme-scope .admin-story-card--story .admin-story-card__actions{justify-content:space-between}.admin-theme-scope .admin-story-card__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.55rem;display:flex}.admin-theme-scope .admin-storyboard-empty{text-align:center;color:#7d879a;place-items:center;gap:.55rem;min-height:250px;display:grid}.admin-theme-scope .admin-storyboard-empty__icon{width:56px;height:56px;color:var(--accent);background:#f7f8fc;border-radius:18px;place-items:center;display:grid}.admin-theme-scope .admin-storyboard-empty strong{color:var(--text-strong);letter-spacing:-.04em;font-size:1.3rem}.admin-theme-scope .dialog-backdrop{-webkit-backdrop-filter:blur(18px)saturate(140%);background:#0f172a80}.admin-theme-scope .dialog-panel.modern-dialog{-webkit-backdrop-filter:none;background:#fff;border:1px solid #edf0f7;border-radius:32px;box-shadow:0 38px 90px #0f172a29}.admin-theme-scope .dialog-panel.modern-dialog:before{display:none}.admin-theme-scope .dialog-panel__header,.admin-theme-scope .salon-dialog__header{background:0 0;border:0}.admin-theme-scope .dialog-panel.modern-dialog .salon-form input,.admin-theme-scope .dialog-panel.modern-dialog .salon-form textarea,.admin-theme-scope .dialog-panel.modern-dialog .salon-form select,.admin-theme-scope .dialog-panel.modern-dialog .user-form input,.admin-theme-scope .dialog-panel.modern-dialog .user-form select,.admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__form input:not([type=checkbox]):not([type=radio]),.admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__form textarea,.admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__form select,.admin-theme-scope .dialog-panel.modern-dialog .input-with-prefix{min-height:54px;box-shadow:none;background:#f7f8fc;border:1px solid #edf0f7;border-radius:16px}.admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__form input:not([type=checkbox]):not([type=radio]):focus,.admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__form textarea:focus,.admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__form select:focus,.admin-theme-scope .dialog-panel.modern-dialog .user-form input:focus,.admin-theme-scope .dialog-panel.modern-dialog .user-form select:focus{box-shadow:0 0 0 4px rgba(var(--pulse-rgba), .1);background:#fff;transform:none}.admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__section,.admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__side-card,.admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__preview-card,.admin-theme-scope .dialog-panel.modern-dialog .salon-settings-panel,.admin-theme-scope .dialog-panel.modern-dialog .settings-block{box-shadow:none;background:#fcfcfe;border:1px solid #edf0f7;border-radius:24px}.admin-theme-scope .dialog-panel.modern-dialog .dialog-panel__actions{box-shadow:none;background:0 0;border:0}@media (width<=1240px){.admin-theme-scope .admin-shell{grid-template-columns:88px minmax(0,1fr)}.admin-theme-scope .admin-shell.is-sidebar-open{grid-template-columns:224px minmax(0,1fr)}.admin-theme-scope .admin-sidebar{min-height:auto;max-height:none;position:relative}.admin-theme-scope .admin-storyboard-layout{grid-template-columns:1fr}.admin-theme-scope .admin-page-header{flex-direction:column;align-items:stretch}}@media (width<=1199px){.admin-theme-scope .admin-sidebar{padding:.75rem .65rem .45rem}.admin-theme-scope .admin-sidebar__brand{padding-bottom:.45rem}.admin-theme-scope .admin-sidebar__nav-shell{gap:.45rem}.admin-theme-scope .admin-nav-item{min-height:42px;padding:.52rem .65rem}.admin-theme-scope .admin-sidebar__footer{border-radius:14px;gap:.45rem;margin:0;padding:.45rem}.admin-theme-scope .admin-sidebar__footer-avatar,.admin-theme-scope .admin-sidebar__footer-action{border-radius:10px;width:28px;height:28px}}@media (width<=820px){.admin-theme-scope .admin-shell{padding:.95rem}.admin-theme-scope .admin-sidebar__nav{grid-template-columns:minmax(0,1fr);grid-auto-columns:auto;grid-auto-flow:row;overflow-x:visible}.admin-theme-scope .admin-topbar{flex-direction:column;align-items:stretch}.admin-theme-scope .admin-topbar__controls,.admin-theme-scope .admin-page-header__actions{justify-content:flex-start}.admin-theme-scope .admin-topbar .admin-context-field{min-width:0}.admin-theme-scope .admin-page-header__copy h2{font-size:clamp(1.8rem,7vw,2.4rem)}.admin-theme-scope .admin-story-card{grid-template-columns:1fr}.admin-theme-scope .admin-story-card__preview{width:100%;height:180px}}@media (width<=560px){.admin-theme-scope .admin-dashboard-popovers{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-theme-scope .admin-page-header__main{align-items:flex-start}.admin-theme-scope .admin-storyboard-stats{grid-template-columns:1fr}}:root[data-theme=dark] .admin-theme-scope{background:radial-gradient(circle at top right, rgba(var(--salon-secondary-rgba), .12), transparent 26%), radial-gradient(circle at top left, rgba(var(--pulse-rgba), .1), transparent 24%), linear-gradient(180deg, #09111f 0%, #0b1220 100%)}:root[data-theme=dark] .admin-theme-scope .admin-sidebar,:root[data-theme=dark] .admin-theme-scope .admin-panel,:root[data-theme=dark] .admin-theme-scope .admin-metric-card,:root[data-theme=dark] .admin-theme-scope .admin-dashboard-command,:root[data-theme=dark] .admin-theme-scope .admin-attention-card,:root[data-theme=dark] .admin-theme-scope .admin-branch-compare-card,:root[data-theme=dark] .admin-theme-scope .admin-dashboard-next-step,:root[data-theme=dark] .admin-theme-scope .admin-booking-lifecycle-card,:root[data-theme=dark] .admin-theme-scope .admin-booking-bulk-bar,:root[data-theme=dark] .admin-theme-scope .admin-booking-preview__summary div,:root[data-theme=dark] .admin-theme-scope .admin-booking-preview__notes,:root[data-theme=dark] .admin-theme-scope .admin-booking-group__head,:root[data-theme=dark] .admin-theme-scope .admin-booking-schedule__staff-head,:root[data-theme=dark] .admin-theme-scope .admin-booking-schedule__lane,:root[data-theme=dark] .admin-theme-scope .admin-booking-schedule-card,:root[data-theme=dark] .admin-theme-scope .admin-storyboard-composer,:root[data-theme=dark] .admin-theme-scope .admin-storyboard-board,:root[data-theme=dark] .admin-theme-scope .search-bar-section,:root[data-theme=dark] .admin-theme-scope .admin-topbar .admin-context-field__control,:root[data-theme=dark] .admin-theme-scope .admin-topbar__actions,:root[data-theme=dark] .admin-theme-scope .admin-dashboard-popover__trigger,:root[data-theme=dark] .admin-theme-scope .admin-dashboard-popover__panel,:root[data-theme=dark] .admin-theme-scope .admin-table,:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog{background:#0f172ae6;border-color:#94a3b829}:root[data-theme=dark] .admin-theme-scope .admin-nav-item,:root[data-theme=dark] .admin-theme-scope .admin-nav-item__icon,:root[data-theme=dark] .admin-theme-scope .admin-sidebar__footer,:root[data-theme=dark] .admin-theme-scope .admin-sidebar__footer-action,:root[data-theme=dark] .admin-theme-scope .admin-sidebar__toggle,:root[data-theme=dark] .admin-theme-scope .admin-sidebar-toggle,:root[data-theme=dark] .admin-theme-scope .admin-topbar__workspace-mark,:root[data-theme=dark] .admin-theme-scope .search-field,:root[data-theme=dark] .admin-theme-scope .filter-select-wrapper,:root[data-theme=dark] .admin-theme-scope .admin-table__head,:root[data-theme=dark] .admin-theme-scope .admin-storyboard-dropzone,:root[data-theme=dark] .admin-theme-scope .admin-storyboard-stats div,:root[data-theme=dark] .admin-theme-scope .admin-story-card,:root[data-theme=dark] .admin-theme-scope .admin-log-list__item,:root[data-theme=dark] .admin-theme-scope .admin-dashboard-command__meta span,:root[data-theme=dark] .admin-theme-scope .admin-trend-pill,:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .salon-form input,:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .salon-form textarea,:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .salon-form select,:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .user-form input,:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .user-form select,:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__form input:not([type=checkbox]):not([type=radio]),:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__form textarea,:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__form select,:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .input-with-prefix,:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__section,:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__side-card,:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .salon-dialog__preview-card,:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .salon-settings-panel,:root[data-theme=dark] .admin-theme-scope .dialog-panel.modern-dialog .settings-block{box-shadow:none;background:#0f172a;border-color:#94a3b824}:root[data-theme=dark] .admin-theme-scope .admin-page-header__copy h2,:root[data-theme=dark] .admin-theme-scope .admin-topbar__workspace-copy strong,:root[data-theme=dark] .admin-theme-scope .admin-metric-card strong,:root[data-theme=dark] .admin-theme-scope .admin-dashboard-command__copy h2,:root[data-theme=dark] .admin-theme-scope .admin-attention-card strong,:root[data-theme=dark] .admin-theme-scope .admin-attention-card h3,:root[data-theme=dark] .admin-theme-scope .admin-booking-lifecycle-card strong,:root[data-theme=dark] .admin-theme-scope .admin-booking-group__head h4,:root[data-theme=dark] .admin-theme-scope .admin-booking-preview__summary strong,:root[data-theme=dark] .admin-theme-scope .admin-booking-schedule-card strong,:root[data-theme=dark] .admin-theme-scope .admin-dashboard-section__head h3,:root[data-theme=dark] .admin-theme-scope .admin-branch-compare-card__head strong,:root[data-theme=dark] .admin-theme-scope .admin-dashboard-next-step strong,:root[data-theme=dark] .admin-theme-scope .admin-story-card__copy strong,:root[data-theme=dark] .admin-theme-scope .admin-storyboard-empty strong{color:#f8fafc}:root[data-theme=dark] .admin-theme-scope .admin-page-header__copy p,:root[data-theme=dark] .admin-theme-scope .admin-topbar__workspace-copy span,:root[data-theme=dark] .admin-theme-scope .admin-dashboard-command__copy p,:root[data-theme=dark] .admin-theme-scope .admin-dashboard-command__meta span,:root[data-theme=dark] .admin-theme-scope .admin-attention-card p,:root[data-theme=dark] .admin-theme-scope .admin-booking-lifecycle-card p,:root[data-theme=dark] .admin-theme-scope .admin-booking-lifecycle-card span,:root[data-theme=dark] .admin-theme-scope .admin-booking-group__head p,:root[data-theme=dark] .admin-theme-scope .admin-booking-preview__summary span,:root[data-theme=dark] .admin-theme-scope .admin-booking-preview__notes span,:root[data-theme=dark] .admin-theme-scope .admin-booking-preview__notes p,:root[data-theme=dark] .admin-theme-scope .admin-booking-schedule-card span,:root[data-theme=dark] .admin-theme-scope .admin-booking-schedule-card small,:root[data-theme=dark] .admin-theme-scope .admin-dashboard-section__head p,:root[data-theme=dark] .admin-theme-scope .admin-panel__hint,:root[data-theme=dark] .admin-theme-scope .admin-branch-compare-card__head p,:root[data-theme=dark] .admin-theme-scope .admin-branch-compare-card__meta,:root[data-theme=dark] .admin-theme-scope .admin-dashboard-next-step p,:root[data-theme=dark] .admin-theme-scope .admin-storyboard-composer__head p,:root[data-theme=dark] .admin-theme-scope .admin-story-card__copy small,:root[data-theme=dark] .admin-theme-scope .admin-empty-copy{color:#94a3b8}.lamsa-auth-shell{background-color:var(--surface);justify-content:center;align-items:center;width:100vw;min-height:100svh;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex;position:relative;overflow:hidden}.auth-background{pointer-events:none;z-index:0;background-color:var(--bg-body,#eef2f9);position:absolute;inset:0;overflow:hidden}[data-theme=dark] .auth-background{background-color:#0b0f19}.auth-background .orb{filter:blur(80px);opacity:.6;border-radius:50%;animation:15s ease-in-out infinite alternate floatOrb;position:absolute}[data-theme=dark] .auth-background .orb{opacity:.3}.auth-background .orb-1{background:radial-gradient(circle, var(--auth-secondary,#5856d6), var(--auth-primary,#007aff));width:600px;height:600px;animation-delay:0s;top:-100px;left:-100px}.auth-background .orb-2{background:radial-gradient(circle, var(--auth-primary,#ff2d55), var(--auth-secondary,#ff9500));width:500px;height:500px;animation-duration:18s;animation-delay:-5s;bottom:-100px;right:-50px}.auth-background .orb-3{background:radial-gradient(circle, #34c759d9, var(--auth-primary,#32ade6));width:400px;height:400px;animation-duration:20s;animation-delay:-10s;top:40%;left:50%;transform:translate(-50%,-50%)}@keyframes floatOrb{0%{transform:translate(0)scale(1)}50%{transform:translate(30px,-50px)scale(1.05)}to{transform:translate(-40px,20px)scale(.95)}}.auth-card{z-index:10;-webkit-backdrop-filter:blur(40px);background:#fff9;border:1px solid #fff6;border-radius:32px;width:100%;max-width:440px;padding:3rem;animation:.8s cubic-bezier(.16,1,.3,1) forwards authFadeUp;position:relative;box-shadow:0 24px 60px #00000014,inset 0 0 0 1px #fff9}.auth-card__language{justify-content:flex-end;margin-bottom:1.5rem;display:flex}.lamsa-auth-shell .language-toggle{background:#ffffff9e;border:1px solid #00000014;border-radius:999px;gap:.25rem;padding:.25rem;display:inline-flex}[data-theme=dark] .lamsa-auth-shell .language-toggle{background:#00000038;border-color:#ffffff1f}.lamsa-auth-shell .language-toggle button{min-width:38px;color:var(--text-soft,#515154);cursor:pointer;background:0 0;border:0;border-radius:999px;padding:.35rem .6rem;font-weight:800}.lamsa-auth-shell .language-toggle button.is-active{background:var(--auth-primary,#007aff);color:#fff;box-shadow:0 8px 16px color-mix(in srgb, var(--auth-primary,#007aff) 25%, transparent)}[data-theme=dark] .auth-card{background:#141923a6;border:1px solid #ffffff14;box-shadow:0 24px 60px #0006,inset 0 0 0 1px #ffffff0d}@keyframes authFadeUp{0%{opacity:0;transform:translateY(30px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.auth-card__brand{justify-content:center;align-items:center;gap:1rem;margin-bottom:2.5rem;display:flex}.auth-logo{background:linear-gradient(135deg, var(--auth-primary,#007aff), var(--auth-secondary,#5856d6));color:#fff;width:48px;height:48px;box-shadow:0 10px 20px color-mix(in srgb, var(--auth-primary,#007aff) 34%, transparent);border-radius:14px;place-items:center;font-size:1.6rem;font-weight:800;display:grid;overflow:hidden}.auth-logo img{object-fit:cover;width:100%;height:100%}.auth-title h2{letter-spacing:-.02em;color:var(--text-strong,#1d1d1f);margin:0;font-size:1.35rem;font-weight:800}[data-theme=dark] .auth-title h2{color:#fff}.auth-title span{letter-spacing:.15em;color:var(--muted,#86868b);text-transform:uppercase;font-size:.65rem;font-weight:700;display:block}.auth-card__header{text-align:center;margin-bottom:2rem}.auth-card__header h1{color:var(--text-strong,#1d1d1f);letter-spacing:-.02em;margin:0 0 .5rem;font-size:1.75rem;font-weight:700}[data-theme=dark] .auth-card__header h1{color:#fff}.auth-card__header p{color:var(--text-soft,#515154);margin:0;font-size:.95rem}[data-theme=dark] .auth-card__header p{color:#98989d}.auth-form{gap:1.25rem;display:grid}.auth-form .input-group{flex-direction:column;gap:.5rem;display:flex}.auth-form label{color:var(--text-strong,#1d1d1f);margin-left:.25rem;font-size:.85rem;font-weight:600}[data-theme=dark] .auth-form label{color:#e5e5ea}.input-with-icon{align-items:center;display:flex;position:relative}.input-with-icon svg{width:18px;height:18px;color:var(--muted,#86868b);pointer-events:none;transition:color .2s;position:absolute;left:1rem}.input-with-icon input:focus+svg,.input-with-icon input:not(:placeholder-shown)+svg{color:var(--accent,#007aff)}.auth-form input{width:100%;color:var(--text-strong,#1d1d1f);box-sizing:border-box;background:#ffffffb3;border:1px solid #0000001a;border-radius:16px;padding:1rem 1rem 1rem 3rem;font-size:.95rem;transition:all .3s cubic-bezier(.16,1,.3,1)}[data-theme=dark] .auth-form input{color:#fff;background:#0000004d;border-color:#ffffff1a}.auth-form input::placeholder{color:var(--muted,#86868b)}.auth-form input:focus{border-color:var(--accent,#007aff);background:#fff;outline:none;transform:translateY(-2px);box-shadow:0 0 0 4px #007aff26}[data-theme=dark] .auth-form input:focus{background:#141419e6;box-shadow:0 0 0 4px #007aff4d}.auth-submit-btn{background:linear-gradient(135deg, var(--auth-primary,#007aff), var(--auth-secondary,#5856d6));color:#fff;cursor:pointer;width:100%;box-shadow:0 8px 20px color-mix(in srgb, var(--auth-primary,#007aff) 28%, transparent);border:none;border-radius:16px;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;padding:1rem;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.auth-submit-btn:hover{box-shadow:0 12px 24px color-mix(in srgb, var(--auth-primary,#007aff) 38%, transparent);filter:brightness(1.1);transform:translateY(-2px)}.auth-submit-btn:active{transform:translateY(1px)}.auth-submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.auth-error{color:#d93025;text-align:center;background:#ff3b301a;border:1px solid #ff3b3033;border-radius:12px;padding:.85rem;font-size:.85rem;font-weight:600;animation:.3s ease-out authFadeUp}.auth-link-button{color:var(--auth-primary);cursor:pointer;background:0 0;border:0;align-self:flex-start;padding:0;font-weight:800;text-decoration:underline}.auth-link-button:disabled{cursor:not-allowed;opacity:.65}[data-theme=dark] .auth-error{color:#ff453a}
