:root{--bg: #eaf4ff;--panel: rgba(255, 255, 255, .92);--panel-strong: #ffffff;--panel-soft: rgba(255, 255, 255, .7);--line: rgba(33, 84, 141, .14);--text: #16324f;--muted: #5b7592;--accent: #1f6fd1;--accent-soft: #d7e9ff;--highlight: #0b4d94;--danger-soft: rgba(191, 47, 47, .08);--shadow: 0 18px 40px rgba(19, 73, 132, .12);--shadow-soft: 0 12px 28px rgba(19, 73, 132, .08);--radius-lg: 28px;--radius-md: 18px;--radius-sm: 12px;--radius-xs: 10px;--space-1: clamp(.75rem, 1vw, .9rem);--space-2: clamp(1rem, 1.6vw, 1.25rem);--space-3: clamp(1.25rem, 2vw, 1.6rem);--space-4: clamp(1.5rem, 2.8vw, 2rem);--space-5: clamp(1.8rem, 3.2vw, 2.4rem);--font-sans: "Segoe UI", "Trebuchet MS", sans-serif}*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;overflow-x:hidden;background:radial-gradient(circle at top left,rgba(125,180,255,.26),transparent 26%),radial-gradient(circle at top right,rgba(199,226,255,.85),transparent 24%),linear-gradient(180deg,#ffffff 0%,var(--bg) 54%,#dcecff 100%);color:var(--text);font-family:var(--font-sans);line-height:1.5}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.7}a{color:inherit;text-decoration:none}table{width:100%;border-collapse:collapse}th,td{border-bottom:1px solid var(--line);padding:.95rem .75rem;text-align:left;vertical-align:top}th{color:var(--muted);font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}td strong,td small{display:block}small{color:var(--muted)}input,select,textarea{width:100%;min-height:3rem;margin-top:.45rem;border:1px solid var(--line);border-radius:var(--radius-sm);background:#fff;color:var(--text);padding:.9rem 1rem;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease,transform .2s ease}select:not([multiple]){appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:3rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 256 256' fill='none'%3E%3Cpath d='M208 96L128 176L48 96' stroke='%235b7592' stroke-width='20' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1rem 1rem}input:hover,select:hover,textarea:hover{border-color:#1f6fd13d}input[aria-invalid=true],select[aria-invalid=true],textarea[aria-invalid=true]{border-color:#bf2f2fad;background:#fff6f6f5;box-shadow:0 0 0 4px #bf2f2f1a}input:focus-visible,select:focus-visible,textarea:focus-visible,button:focus-visible,a:focus-visible{outline:none;border-color:#1f6fd18c;box-shadow:0 0 0 4px #1f6fd124}select[multiple]{min-height:8.75rem;padding-block:.75rem}textarea{resize:vertical}label{display:block;color:var(--muted);font-size:.95rem}.primary-button,.ghost-button,.segmented-control button{border:0;border-radius:999px;padding:.88rem 1.2rem;transition:transform .2s ease,opacity .2s ease,background-color .2s ease,box-shadow .2s ease,border-color .2s ease}.ds-button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;font:inherit;line-height:1.2;white-space:nowrap}.ds-button--full-width{width:100%}.ds-button:disabled,.ds-button[aria-disabled=true]{opacity:.58}.ds-icon-button{padding:0}.ds-icon-button svg{display:block}.primary-button{background:linear-gradient(135deg,var(--accent),#4b94eb);color:#fff;font-weight:700;box-shadow:0 12px 24px #1f6fd138}.ghost-button{background:#ffffffc7;color:var(--text);box-shadow:inset 0 0 0 1px #1f6fd11a}.primary-button:hover,.ghost-button:hover,.segmented-control button:hover{transform:translateY(-1px)}.primary-button:hover{box-shadow:0 16px 28px #1f6fd147}.ghost-button:hover{background:#ffffffeb}.ghost-button.is-success{background:#1886561f;color:#146141;box-shadow:inset 0 0 0 1px #1886562e}.ghost-button.is-warning{background:#b76f1c1f;color:#8a4d0d;box-shadow:inset 0 0 0 1px #b76f1c2e}.ghost-button.is-danger{background:#bf2f2f1a;color:#9b2020;box-shadow:inset 0 0 0 1px #bf2f2f29}.ghost-button.is-neutral{background:#0d3d7814;color:#0d3d78;box-shadow:inset 0 0 0 1px #0d3d7824}.primary-button:active,.ghost-button:active,.segmented-control button:active{transform:translateY(0)}.auth-layout{display:grid;min-height:100vh;grid-template-columns:minmax(0,1.1fr) minmax(22rem,.9fr)}.auth-hero{display:flex;flex-direction:column;justify-content:center;padding:clamp(2.5rem,5vw,5rem)}.auth-hero h1{max-width:11ch;margin:.75rem 0 1rem;font-size:clamp(2.8rem,5vw,5rem);line-height:.96}.auth-hero p{max-width:32rem;color:var(--muted);font-size:1.08rem;line-height:1.7}.auth-panel{display:flex;align-items:center;justify-content:center;padding:clamp(1rem,3vw,2rem)}.auth-mobile-hero{position:relative}.auth-mobile-layout-bg{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100dvh;object-fit:cover;object-position:center top;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0}.auth-mobile-hero__logo{position:relative;display:block;height:auto}.auth-login-shell{width:min(100%,28rem)}.auth-login-heading,.auth-login-section{gap:.35rem}.auth-login-section .ds-form-section__title{margin:0;color:var(--text);font-size:clamp(1.8rem,3vw,2.3rem);font-weight:700;line-height:1.1}.auth-login-section .ds-form-section__description{margin:0;color:var(--muted);line-height:1.5}.auth-login-field{display:grid;gap:.4rem}.auth-login-field input,.auth-password-field input{margin-top:0}.auth-password-field{position:relative;display:block}.auth-password-field input{padding-right:3.25rem}.auth-password-toggle{position:absolute;top:50%;right:.95rem;display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;padding:0;border:0;background:transparent;color:#525f7699;transform:translateY(-50%)}.auth-login-meta{display:flex;align-items:center;justify-content:space-between;gap:1rem}.auth-remember-toggle{display:inline-flex;align-items:center;gap:.6rem;padding:0;border:0;background:transparent;color:#5a667a}.auth-remember-toggle__label{font-size:.95rem;font-weight:500}.auth-remember-toggle__track{position:relative;display:inline-flex;align-items:center;width:2.1rem;height:1.25rem;border-radius:999px;background:#7e90ae52;transition:background-color .2s ease}.auth-remember-toggle__thumb{width:.95rem;height:.95rem;margin-left:.15rem;border-radius:999px;background:#fff;box-shadow:0 2px 6px #26364e24;transition:transform .2s ease}.auth-remember-toggle.is-active .auth-remember-toggle__track{background:#3277de}.auth-remember-toggle.is-active .auth-remember-toggle__thumb{transform:translate(.8rem)}.auth-login-link,.auth-login-trial{color:#3277de;font-weight:500}.auth-login-submit{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.55rem}.auth-login-submit svg{flex-shrink:0}.auth-login-trial{display:inline-flex;align-items:center;justify-content:center;width:100%}.auth-first-access{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:none;overflow:hidden;background:#f5f7fb;color:#3e4d66;height:100dvh;padding:0}.auth-first-access__bg-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center top;opacity:.72;pointer-events:none;-webkit-user-select:none;user-select:none;transform:scale(1.02);animation:auth-intro-bg-drift 18s ease-in-out infinite alternate}.auth-first-access__logo{position:absolute;top:calc(env(safe-area-inset-top,0px) + 94px);left:50%;width:min(72vw,264px);height:auto;transform:translate(-50%);z-index:1;animation:auth-intro-centered-rise .64s cubic-bezier(.2,.8,.2,1) both}.auth-first-access__calendar-image{position:absolute;top:calc(env(safe-area-inset-top,0px) + 302px);left:50%;width:min(51vw,220px);height:auto;transform:translate(-50%);filter:drop-shadow(0 18px 28px rgba(32,63,118,.16));pointer-events:none;-webkit-user-select:none;user-select:none;z-index:1;animation:auth-intro-fade-in .76s cubic-bezier(.2,.8,.2,1) 90ms both,auth-intro-float 5s ease-in-out .9s infinite}.auth-first-access__content{position:absolute;left:28.914px;right:28.914px;bottom:calc(env(safe-area-inset-bottom,0px) + 122px);display:grid;gap:24px;text-align:center;z-index:1}.auth-first-access__content h2{max-width:312px;margin:0 auto;color:#425069;font-family:Inter,Segoe UI,sans-serif;font-size:26px;font-weight:500;line-height:1.33;letter-spacing:-.03em;animation:auth-intro-rise .7s cubic-bezier(.2,.8,.2,1) .16s both}.auth-first-access__cta{position:relative;display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:60px;border-radius:999px;background:#2473d4;color:#fff;font-family:Inter,Segoe UI,sans-serif;font-size:20px;font-weight:500;padding:18px 24px;text-align:center;overflow:hidden;box-shadow:0 16px 30px #2473d438;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease;animation:auth-intro-rise .76s cubic-bezier(.2,.8,.2,1) .24s both}.auth-first-access__cta:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.08) 35%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.08) 65%,transparent 100%);transform:translate(-140%) skew(-18deg);pointer-events:none;animation:auth-intro-sheen 3.4s ease-in-out 1.2s infinite}.auth-first-access__cta:hover,.auth-first-access__cta:focus-visible{transform:translateY(-1px) scale(1.01);box-shadow:0 20px 36px #2473d447}.auth-first-access__cta:active{transform:translateY(1px) scale(.985);box-shadow:0 10px 18px #2473d42e}.auth-first-access__access{position:absolute;left:28.914px;right:28.914px;bottom:calc(env(safe-area-inset-bottom,0px) + 48px);display:flex;align-items:center;justify-content:center;gap:.35rem;border:0;background:transparent;color:#425069;font-family:Inter,Segoe UI,sans-serif;font-size:20px;font-weight:400;padding:18px 24px;line-height:1.2;text-align:center;transition:transform .18s ease,color .18s ease,opacity .18s ease;animation:auth-intro-rise .82s cubic-bezier(.2,.8,.2,1) .32s both}.auth-first-access__access:hover,.auth-first-access__access:focus-visible{color:#0d3d78;transform:translateY(-1px)}.auth-first-access__access:active{transform:translateY(1px) scale(.99)}.auth-first-access__access strong{font-weight:700}@keyframes auth-intro-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes auth-intro-centered-rise{0%{opacity:0;transform:translate(-50%,18px)}to{opacity:1;transform:translate(-50%)}}@keyframes auth-intro-fade-in{0%{opacity:0}to{opacity:1}}@keyframes auth-intro-float{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,-8px)}}@keyframes auth-intro-bg-drift{0%{transform:scale(1.02) translateZ(0)}to{transform:scale(1.06) translate3d(0,-10px,0)}}@keyframes auth-intro-sheen{0%,to{transform:translate(-140%) skew(-18deg)}30%,55%{transform:translate(140%) skew(-18deg)}}@media(prefers-reduced-motion:reduce){.auth-first-access__bg-image,.auth-first-access__logo,.auth-first-access__calendar-image,.auth-first-access__content h2,.auth-first-access__cta,.auth-first-access__cta:after,.auth-first-access__access{animation:none}.auth-first-access__cta,.auth-first-access__access{transition:none}}.form-stack,.form-grid{display:grid;gap:var(--space-2)}.form-error{color:#bf2f2f;margin:.25rem 0 0}.alert-layer{position:fixed;top:1rem;right:1rem;z-index:64;display:flex;justify-content:flex-end;width:min(18.5rem,calc(100vw - 2rem));pointer-events:none}.alert{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;align-items:center;overflow:hidden;margin:0;min-height:3.25rem;padding:.8rem .95rem .72rem;border-radius:.38rem;border:0;box-shadow:0 8px 18px #17372a1f;backdrop-filter:blur(10px) saturate(120%);-webkit-backdrop-filter:blur(10px) saturate(120%);width:100%;pointer-events:auto;animation:alert-enter .2s ease}.alert__body{min-width:0;display:grid;gap:.15rem}.alert__title{font-size:.78rem;font-weight:600;line-height:1.2}.alert__message{margin:0;font-size:.92rem;font-weight:400;line-height:1.3}.alert__close{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:0;border-radius:999px;background:transparent;color:inherit;cursor:pointer;transition:transform .18s ease,opacity .18s ease}.alert__close:hover{transform:scale(1.04);opacity:.78}.alert__close:active{transform:scale(.98)}.alert__progress{position:absolute;left:0;right:0;bottom:0;height:.3rem;transform-origin:left center;animation-name:alert-progress;animation-timing-function:linear;animation-fill-mode:forwards}.alert--success{background:#44d60f33;color:#16684d}.alert--success .alert__progress{background:#44d60f}.alert--info{background:#2473d433;color:#0d3d78}.alert--info .alert__progress{background:#2473d4}.alert--warning{background:#e3a31833;color:#855200}.alert--warning .alert__progress{background:#e3a318}.alert--error{background:#ef535033;color:#9d2c2c}.alert--error .alert__progress{background:#ef5350}.alert--with-title{align-items:start;padding-top:.76rem;padding-bottom:.76rem}.inline-note{margin:0;color:var(--muted);line-height:1.6}.ds-inline-note--danger{color:#bf2f2f}.ds-inline-note--success{color:#146141}@keyframes alert-enter{0%{opacity:0;transform:translateY(-10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes alert-progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media(prefers-reduced-motion:reduce){.alert{animation:none}.alert__close{transition:none}.alert__progress{animation:none}}@media(max-width:720px){.alert-layer{top:auto;right:1rem;left:1rem;bottom:calc(env(safe-area-inset-bottom,0px) + 6.75rem);width:auto}.alert{min-height:3.2rem}}.eyebrow{color:var(--accent);font-size:.82rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.app-shell{position:relative;display:grid;min-height:100vh;grid-template-columns:minmax(17rem,18.5rem) minmax(0,1fr)}.sidebar-backdrop,.mobile-bar,.sidebar-close{display:none}.sidebar{position:sticky;top:0;display:flex;min-height:100vh;flex-direction:column;gap:var(--space-3);padding:clamp(1.25rem,2vw,1.75rem);overflow-y:auto;background:linear-gradient(180deg,#0d3d78,#12335a);color:#f4f9ff}.sidebar-top,.brand-block{display:grid;gap:.7rem}.brand-block h1{margin:0;font-size:1.5rem}.selector-grid{display:grid;gap:.85rem}.selector-grid label{color:#d3e4fb}.selector-grid select{background:#ffffff1f;color:#f4f9ff;border-color:#ffffff2e;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 256 256' fill='none'%3E%3Cpath d='M208 96L128 176L48 96' stroke='%23f4f9ff' stroke-width='20' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1rem 1rem}.nav-list{display:grid;gap:.45rem}.nav-list a{border-radius:var(--radius-sm);color:#dcecff;padding:.85rem 1rem;transition:transform .2s ease,background-color .2s ease,color .2s ease,box-shadow .2s ease}.nav-list a:hover{background:#ffffff14;transform:translate(2px)}.nav-list a.active{background:linear-gradient(135deg,#4592eef2,#1f6fd1e0);color:#fff;box-shadow:0 10px 22px #09316133}.content-area{min-width:0;padding:clamp(1rem,2.3vw,2rem)}.mobile-only{display:none}.desktop-only{display:block}.route-loader-shell{display:grid;place-items:center;min-height:100vh;padding:1.5rem;overflow:hidden}.route-loader{position:relative;display:grid;justify-items:center;gap:1.25rem;width:min(100%,21rem)}.route-loader:before,.route-loader:after{content:"";position:absolute;inset:auto;border-radius:999px;filter:blur(32px);opacity:.8;pointer-events:none}.route-loader:before{width:11rem;height:11rem;background:radial-gradient(circle,rgba(13,61,120,.2),transparent 70%);animation:loader-drift 4.4s ease-in-out infinite}.route-loader:after{width:8.5rem;height:8.5rem;background:radial-gradient(circle,rgba(31,111,209,.18),transparent 70%);animation:loader-drift 4.4s ease-in-out infinite reverse}.route-loader__visual{position:relative;display:grid;place-items:center;width:12rem;height:12rem}.route-loader__halo,.route-loader__orbit,.route-loader__core{position:absolute;border-radius:999px}.route-loader__halo{top:50%;right:50%;bottom:50%;left:50%;border:1px solid rgba(13,61,120,.08);transform:translate(-50%,-50%)}.route-loader__halo--outer{width:12rem;height:12rem;background:radial-gradient(circle,#fffffff5,#dbecff6b);box-shadow:0 28px 58px #112b541f,inset 0 0 0 1px #ffffffa3;animation:loader-pulse 2.3s ease-in-out infinite}.route-loader__halo--inner{width:8.75rem;height:8.75rem;background:radial-gradient(circle,#fffffff5,#e7f1ffb8);box-shadow:inset 0 0 0 1px #0d3d7814,0 14px 28px #1349841a;animation:loader-pulse 2.3s ease-in-out infinite .15s}.route-loader__orbit{top:50%;left:50%;width:1rem;height:1rem;background:linear-gradient(135deg,#0d3d78,#5ca6ff);box-shadow:0 6px 16px #0d3d783d}.route-loader__orbit--one{animation:loader-orbit 2.6s linear infinite}.route-loader__orbit--two{width:.8rem;height:.8rem;animation:loader-orbit 2.6s linear infinite -.86s}.route-loader__orbit--three{width:.7rem;height:.7rem;animation:loader-orbit 2.6s linear infinite -1.72s}.route-loader__core{display:inline-flex;align-items:center;justify-content:center;width:4.3rem;height:4.3rem;background:linear-gradient(180deg,#fff,#edf5ff);box-shadow:0 18px 34px #1349842e,inset 0 0 0 1px #0d3d7814;color:#0d3d78;z-index:1}.route-loader__copy{display:grid;gap:.3rem;justify-items:center;text-align:center}.route-loader__copy strong{color:#0d2f5a;font-size:1.05rem;font-weight:700;letter-spacing:.01em}.route-loader__copy span{color:#0d2f5a9e;font-size:.94rem;line-height:1.45}.mobile-home{display:grid;gap:var(--space-2)}.mobile-home__section{display:grid;gap:1rem}.page-stack{display:grid;align-content:start;gap:var(--space-3)}.page-heading{display:grid;gap:.4rem}.page-heading h2{margin:0;font-size:clamp(1.9rem,3vw,2.9rem);line-height:1.05}.page-heading p{max-width:54rem;margin:0;color:var(--muted);line-height:1.65}.ds-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-2);flex-wrap:wrap}.ds-page-header__copy{display:grid;gap:.4rem;min-width:0}.ds-page-header__eyebrow{color:var(--accent);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.ds-page-header__actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.stats-grid{display:grid;gap:var(--space-2);grid-template-columns:repeat(auto-fit,minmax(min(100%,13rem),1fr))}.stat-card,.page-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--panel);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;animation:rise-in .38s ease both}.stat-card:hover,.page-card:hover{border-color:#1f6fd12e;box-shadow:0 24px 48px #13498429;transform:translateY(-3px)}.stat-card{position:relative;display:grid;gap:.55rem;padding:clamp(1rem,1.7vw,1.3rem)}.stat-card.has-info{cursor:pointer}.stat-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:.6rem}.stat-card__label-group{display:inline-flex;align-items:center;gap:.6rem;min-width:0}.stat-card__icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:#101010}.stat-card__label,.stat-card__hint{color:var(--muted)}.stat-card__info-indicator{display:inline-flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;flex-shrink:0;border-radius:999px;color:#4e586c9e;pointer-events:none}.stat-card__info-indicator svg{display:block;width:1rem;height:1rem}.stat-card__tooltip{border:1px solid rgba(33,84,141,.12);border-radius:14px;background:#fffffffa;box-shadow:0 16px 32px #13498429;color:#3f4e68;font-size:.84rem;line-height:1.45;padding:.8rem .9rem}.stat-card__tooltip--floating{position:fixed;z-index:48;width:min(17rem,calc(100vw - 24px))}.stat-card strong{font-size:clamp(1.9rem,4vw,2.4rem);line-height:1}.mobile-home__stats-grid{display:grid;gap:var(--space-2);grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-home__stats-grid .stat-card__label{color:#121111;font-weight:500;line-height:1.15}.mobile-home__stats-grid .stat-card__icon{color:#121111}.home-overview-card{border-color:transparent;box-shadow:0 6px 14px #1349840d}.home-overview-card:hover{border-color:transparent;box-shadow:0 8px 18px #1349840f;transform:translateY(-1px)}.page-card{padding:24px}.page-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-2);margin-bottom:var(--space-2)}.page-card__copy{display:grid;gap:.35rem;min-width:0}.page-card__header h2{margin:0;font-size:1.15rem;line-height:1.2}.page-card__header p{max-width:38rem;margin:0;color:var(--muted);line-height:1.6}.page-card__actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;flex-shrink:0}.page-card__content{min-width:0}.content-grid{display:grid;gap:var(--space-2)}.content-grid.two-columns{grid-template-columns:repeat(auto-fit,minmax(min(100%,24rem),1fr))}.ds-field{display:grid;gap:.4rem}.ds-field__label{color:var(--muted);font-size:.95rem;font-weight:600}.ds-field input,.ds-field select,.ds-field textarea{margin-top:0}.ds-field__hint{margin:0;color:var(--muted)}.ds-field__error{margin:0;color:#bf2f2f;font-size:.82rem;line-height:1.35}.ds-select-field select{width:100%}.ds-checkbox-field{display:inline-flex;align-items:center;gap:.65rem;color:var(--text)}.ds-checkbox-field span{color:inherit}.ds-action-row,.ds-form-grid{min-width:0}.ds-form-section{display:grid;gap:var(--space-2);min-width:0}.ds-form-section__header{display:grid;gap:.35rem}.ds-form-section__title{margin:0;color:var(--text);font-size:1.05rem;font-weight:700}.ds-form-section__description{margin:0;color:var(--muted);line-height:1.45}.ds-form-section__content{min-width:0}.ds-table-actions{min-width:max-content;align-items:stretch;justify-content:flex-start}.ds-filter-block{position:relative;display:grid;gap:1rem;min-width:0}.ds-filter-block__bar,.ds-filter-block__panel{min-width:0}.ds-filter-block__dismiss{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;border:0;background:transparent;padding:0}.ds-filter-block__panel{position:relative;z-index:2;transform-origin:top center;animation:reports-filters-enter .22s ease}.ds-table-cell-stack{display:grid;gap:.18rem}.ds-table-cell-stack strong{color:var(--text);font-size:.95rem;font-weight:700;line-height:1.3}.ds-table-cell-stack small{color:var(--muted);line-height:1.35}.ds-status-badge{display:inline-flex;align-items:center;justify-content:center;min-height:2rem;padding:.32rem .7rem;border-radius:999px;font-size:.78rem;font-weight:700;line-height:1;white-space:nowrap}.ds-status-badge--neutral{background:#0d3d7814;color:#0d3d78}.ds-status-badge--success{background:#1886561f;color:#146141}.ds-status-badge--warning{background:#b76f1c1f;color:#8a4d0d}.ds-status-badge--danger{background:#bf2f2f1a;color:#9b2020}.ds-pagination-bar{min-width:0;width:100%}.ds-pagination-bar>span{flex:1;min-width:0;color:var(--muted);text-align:center}.ds-empty-state{display:grid;gap:.45rem;justify-items:center;padding:1.1rem;border:1px dashed rgba(31,111,209,.22);border-radius:calc(var(--radius-md) - 2px);background:var(--panel-soft);color:var(--muted);text-align:center}.ds-empty-state--compact{padding:.95rem;gap:.35rem}.ds-empty-state__title{color:var(--text);font-size:1rem;font-weight:600}.ds-empty-state__description{margin:0;max-width:36rem;line-height:1.5}.ds-empty-state__action{margin-top:.35rem}.ds-form-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.customers-save-button,.agenda-create-button{display:inline-flex;align-items:center;width:100%;min-height:3rem;margin-top:24px;padding:.88rem 1.2rem;justify-content:center;border-radius:999px;font-size:1.02rem;font-weight:600}.customers-optin-field{grid-column:1 / -1}.customers-actions-row{width:100%}.customers-toolbar{margin-bottom:1rem}.customers-search-field{position:relative;display:block;width:100%}.customers-search-field svg{position:absolute;top:50%;left:.95rem;transform:translateY(-50%);color:#5a667a94;pointer-events:none}.customers-search-field input[type=search]{width:100%;margin-top:0;padding-left:2.8rem}.customers-optin-button{min-height:2.5rem;padding:.6rem .95rem}.ds-table-empty{color:var(--muted);text-align:center;font-style:italic}.ds-table-empty td{padding-block:1.25rem}.ds-inline-list{display:grid;gap:.75rem}.ds-inline-list__item{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.95rem 1rem;border:1px solid rgba(31,111,209,.12);border-radius:calc(var(--radius-md) - 4px);background:#ffffffbd}.ds-inline-list__item strong,.ds-inline-list__item small{display:block}.ds-inline-list__meta{display:grid;gap:.18rem;min-width:0}.ds-card-grid{display:grid;gap:var(--space-2);grid-template-columns:repeat(auto-fit,minmax(min(100%,20rem),1fr))}.table-wrap,.ds-data-table{overflow:auto;border-radius:calc(var(--radius-md) - 4px);-webkit-overflow-scrolling:touch}.desktop-table-stack{display:grid;gap:.2rem;min-width:0}.desktop-table-stack span,.desktop-table-stack small{overflow-wrap:anywhere}.desktop-table-actions{justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:.5rem}.desktop-entity-table td .service-checkbox-list{gap:.45rem}.table-wrap table,.ds-data-table table{min-width:40rem}.ds-bottom-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:55;border:0;background:#0000006b}.ds-bottom-sheet{position:fixed;right:0;bottom:0;left:0;z-index:60;overflow:hidden;border-radius:1.6rem 1.6rem 0 0;background:#fff;box-shadow:0 -16px 30px #0000002e}.ds-bottom-sheet__handle{width:3rem;height:.32rem;margin:.65rem auto .35rem;border-radius:999px;background:#1211111f}.ds-bottom-sheet__header,.ds-bottom-sheet__body{padding-inline:1.35rem}.ds-bottom-sheet__header{padding-top:.35rem;padding-bottom:1rem;border-bottom:1px solid rgba(18,17,17,.08)}.ds-bottom-sheet__header h3{margin:0;color:#121111;font-size:1.05rem;font-weight:600;text-align:center}.ds-bottom-sheet__body{padding-top:1.55rem;padding-bottom:1.65rem}.ds-bottom-sheet__actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);border-top:1px solid rgba(18,17,17,.08)}.ds-bottom-sheet__actions>.ds-button{min-height:4.2rem;border-radius:0;box-shadow:none}.ds-bottom-sheet__actions>.ds-button.ds-button--ghost{background:#fff;color:#dd2226}.ds-bottom-sheet__actions>.ds-button.ds-button--ghost:hover{background:#dd22260a}.reminders-page,.reminders-config-grid,.reminders-history-list{min-width:0}.reminders-page .page-card{width:100%}.reminders-config-enabled,.reminders-note-stack{grid-column:1 / -1}.reminders-note-stack,.reminders-history-list{display:grid;gap:.75rem}.reports-page,.reports-filters-grid,.reports-panels,.reports-toolbar,.reports-actions,.reports-table-wrap{min-width:0}.reports-page>*,.reports-page .page-card,.reports-page .page-card>*,.reports-page .page-card__header{min-width:0;max-width:100%}.reports-page .page-card{width:100%}.reports-stats-grid{display:grid;grid-auto-columns:minmax(14.25rem,15rem);grid-auto-flow:column;gap:1rem;overflow-x:auto;overflow-y:visible;padding:0;scroll-snap-type:x proximity;scroll-padding-inline:0;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.reports-stats-grid::-webkit-scrollbar{display:none}.reports-stats-grid .stat-card{display:flex;flex-direction:column;min-height:6.7rem;padding:.95rem 1rem 1rem;gap:0;scroll-snap-align:start;box-shadow:none}.reports-stats-grid .stat-card.is-info-open{z-index:4}.reports-stats-grid .stat-card:hover{box-shadow:none;transform:none}.reports-stats-grid .stat-card__top{order:1;margin-bottom:-.08rem}.reports-stats-grid .stat-card__label{color:#5a6170;font-size:.98rem;font-weight:500;line-height:1.1}.reports-stats-grid .stat-card__hint{order:2;margin-top:-.08rem;color:#5a61709e;font-size:.88rem;font-weight:400;line-height:1.05}.reports-stats-grid .stat-card__info-indicator{margin-top:-.1rem}.reports-stats-grid .stat-card strong{order:3;margin-top:auto;color:#101010;font-size:1.72rem;font-weight:700;line-height:1}.reports-periods{flex:1;margin:0}.reports-filters-shell{position:relative;display:grid;gap:1rem;min-width:0}.reports-periods-bar{display:flex;align-items:center;gap:.9rem;min-width:0}.reports-filters-grid label{min-width:0}.reports-filter-toggle{flex-shrink:0}.reports-filter-toggle.is-active{box-shadow:0 10px 24px #111f380d,inset 0 0 0 1px #0d3d7829}.reports-filters-panel{position:relative;z-index:2;min-width:0;transform-origin:top center;animation:reports-filters-enter .22s ease}.reports-filters-dismiss{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;border:0;background:transparent;padding:0}.reports-actions{justify-content:flex-end}.reports-table-wrap table{min-width:34rem}.reports-top-services-list{display:grid;gap:0}.reports-top-service{display:grid;gap:0;padding:.7rem 0;border-bottom:1px solid rgba(33,84,141,.12)}.reports-top-service__header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem}.reports-top-service__summary,.reports-top-service__row{display:grid;grid-template-columns:minmax(5.8rem,auto) minmax(0,1fr);align-items:center;gap:1rem;min-width:0}.reports-top-service__details{display:grid;gap:.7rem}.reports-top-service__label{color:#5a6170c7;font-size:.82rem;font-weight:700;letter-spacing:.03em}.reports-top-service__value{margin:0;color:#5f6675;font-size:1rem;font-weight:400;line-height:1.35;min-width:0;word-break:break-word}.reports-top-service__toggle{display:inline-flex;align-items:center;justify-content:center;width:2.9rem;height:2.9rem;flex-shrink:0;border:0;border-radius:999px;background:#ffffffc7;color:var(--text);padding:0;box-shadow:inset 0 0 0 1px #1f6fd11a}.reports-top-service__toggle svg{display:block;width:1.05rem;height:1.05rem}.tag-filter-row{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.15rem;scrollbar-width:none;-ms-overflow-style:none}.tag-filter-row::-webkit-scrollbar{display:none}.tag-filter{border:0;border-radius:12px;background:#fffffff5;color:#101010;padding:1rem 1.15rem;white-space:nowrap;box-shadow:0 8px 20px #111f380d}.tag-filter.is-active{background:#0d3d78;color:#fff;box-shadow:none}.week-strip{display:grid;grid-auto-columns:minmax(4.5rem,1fr);grid-auto-flow:column;gap:.7rem;overflow-x:auto;padding-bottom:.2rem;scroll-snap-type:x proximity}.week-day-button{display:grid;gap:.25rem;min-width:4.5rem;border:0;border-radius:12px;background:#fffffff5;color:#101010;justify-items:center;padding:.9rem .7rem;text-align:center;scroll-snap-align:start;box-shadow:0 8px 20px #111f380a}.week-day-button span{color:#00000080;font-size:.82rem;font-weight:400;letter-spacing:0;text-transform:none}.week-day-button strong{font-size:1.05rem;font-weight:500}.week-day-button.is-today{box-shadow:0 8px 20px #111f3814}.week-day-button.is-active{background:#0d3d78;color:#fff;box-shadow:none}.week-day-button.is-active span{color:#ffffffc7}.week-day-button:disabled,.week-day-button.is-disabled{background:#ffffffb8;box-shadow:none;color:#00000052;cursor:not-allowed;opacity:.72}.week-day-button:disabled span,.week-day-button.is-disabled span{color:#00000047}.timeline-list{display:grid;gap:.85rem;margin-top:var(--space-2)}.timeline-card{display:grid;grid-template-columns:auto 1fr;gap:.85rem;align-items:start;border:1px solid rgba(31,111,209,.12);border-radius:12px;background:linear-gradient(180deg,#fffffff5,#e7f1fff5);box-shadow:0 12px 24px #1349841a;padding:.95rem}.timeline-card__time{display:grid;gap:.2rem;min-width:4.2rem}.timeline-card__time strong{color:var(--highlight);font-size:1.05rem;line-height:1}.timeline-card__time span{color:var(--muted);font-size:.78rem}.timeline-card__body{display:grid;gap:.2rem;min-width:0}.timeline-card__body h3{margin:0;font-size:1rem}.timeline-card__body p,.timeline-card__body small{margin:0}.timeline-card__meta{display:flex;align-items:center;gap:.22rem;min-width:0;white-space:nowrap}.timeline-card__staff,.timeline-card__separator{flex:0 0 auto}.timeline-card__service{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.timeline-card--interactive{width:100%;-moz-appearance:none;appearance:none;-webkit-appearance:none;font:inherit;color:inherit;text-align:left;cursor:pointer}.timeline-card--interactive:focus-visible{outline:2px solid rgba(31,111,209,.38);outline-offset:2px}.timeline-card__tag{display:inline-flex;width:fit-content;border-radius:999px;background:#1f6fd11a;color:var(--highlight);font-size:.78rem;font-weight:700;padding:.35rem .65rem}.timeline-card__icon{display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;flex-shrink:0;border-radius:12px;background:#f9f9f9;color:#00000061}.timeline-card__icon svg,.mobile-circle-button svg,.mobile-bottom-nav__icon svg{width:1.45rem;height:1.45rem;display:block}.timeline-card__status{display:inline-flex;align-items:center;justify-content:center;min-height:2.8rem;border-radius:999px;background:#80ff4524;color:#67b274;font-size:.95rem;font-weight:600;padding:.75rem 1rem;white-space:nowrap}.mobile-section-heading h2{margin:0;color:#121111;font-size:18px;font-weight:500;line-height:1.15}.timeline-empty{border:1px dashed rgba(31,111,209,.22);border-radius:18px;background:#ffffffb8;color:var(--muted);padding:1rem;text-align:center}.toolbar-row,.pagination-row,.action-row{display:flex;align-items:center;gap:.75rem}.toolbar-row,.action-row{flex-wrap:wrap}.team-actions-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;width:100%}.team-actions-button{width:100%;min-height:2.5rem;padding:.55rem;justify-content:center;font-size:.88rem;line-height:1.1;white-space:nowrap}.toolbar-row{justify-content:space-between}.toolbar-row input[type=date]{width:min(100%,15rem)}.agenda-period-toolbar{display:flex;align-items:center;gap:.75rem;flex-wrap:nowrap}.agenda-toolbar{margin-bottom:1rem}.agenda-search-field{position:relative;display:block;width:100%}.agenda-search-field>svg{position:absolute;top:50%;left:.95rem;transform:translateY(-50%);color:#5a667a94;pointer-events:none}.agenda-search-field input[type=search]{width:100%;margin-top:0;padding-left:2.8rem;padding-right:3.5rem}.agenda-search-field__filter{position:absolute;top:50%;right:.75rem;display:inline-flex;align-items:center;justify-content:center;width:2.2rem;height:2.2rem;padding:0;border:0;border-radius:999px;background:transparent;color:#5a667aad;transform:translateY(-50%)}.agenda-search-field__filter.is-active{background:#1f6fd11f;color:var(--accent)}.agenda-search-filters{position:absolute;top:calc(100% + .55rem);right:0;z-index:18;display:grid;gap:.85rem;min-width:11rem;padding:1rem;border:1px solid var(--line);border-radius:1rem;background:#fffffffa;box-shadow:var(--shadow-soft)}.agenda-search-filters__title{color:#121111;font-size:.9rem;font-weight:700}.agenda-search-filters__options{display:grid;gap:.65rem}.agenda-search-filters__option{display:inline-flex;align-items:center;gap:.65rem;color:var(--text);font-size:.92rem}.agenda-search-filters__option input[type=checkbox]{width:1rem;min-width:1rem;height:1rem;min-height:1rem;margin:0}.agenda-period-toolbar .segmented-control{flex:0 0 auto;width:fit-content;max-width:100%}.agenda-period-toolbar input[type=date]{width:auto;min-width:0;flex:1 1 auto}.pagination-row{justify-content:space-between;margin-top:var(--space-2)}.segmented-control{display:inline-flex;flex-wrap:wrap;gap:.4rem;border-radius:999px;background:#d7e9ffbf;padding:.3rem}.segmented-control button{background:transparent;color:var(--text)}.segmented-control button.is-active{background:var(--panel-strong);color:var(--accent);box-shadow:inset 0 0 0 1px #1f6fd133}.checkbox-grid{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,14rem),1fr))}.checkbox-item{display:flex;align-items:center;gap:.6rem;min-height:3rem;border:1px solid var(--line);border-radius:var(--radius-sm);background:#ffffffe0;padding:.7rem .9rem}.checkbox-item input{width:auto;min-height:auto;margin:0}.service-checkbox-list{display:grid;gap:.55rem}.service-checkbox-item{min-height:2.75rem;padding:.65rem .8rem;font-size:.92rem}.list-block{display:grid;gap:.8rem;margin:.25rem 0 0;padding-left:1.1rem;color:var(--muted)}.settings-unit-card,.settings-unit-desktop{display:grid;gap:1.35rem}.settings-media-input{display:none}.identity-avatar{position:relative;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border:0;border-radius:999px;background:#276fe114;color:#276fe1;padding:0}.identity-avatar--button{display:inline-flex;cursor:pointer}.identity-avatar--panel{width:5.5rem;height:5.5rem}.identity-avatar--bar{width:100%;height:100%}.identity-avatar--inline{width:2rem;height:2rem;flex-shrink:0}.identity-avatar__image{width:100%;height:100%;display:block;object-fit:cover}.identity-avatar__fallback{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%}.settings-unit-identity{display:grid;grid-template-columns:auto minmax(0,1fr);gap:1rem;align-items:center}.settings-unit-identity__media{position:relative;width:3rem;height:3rem;flex-shrink:0}.settings-unit-identity__avatar{width:3rem;height:3rem;border:2px solid #ffffff;box-shadow:0 8px 18px #111f3814}.settings-unit-identity__edit{position:absolute;right:-.12rem;bottom:-.12rem;display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;padding:0;border:0;border-radius:999px;background:#3277de;color:#fff;cursor:pointer;box-shadow:0 0 0 2px #fff,0 6px 12px #111f3824}.settings-unit-identity__copy{display:grid;gap:.3rem;min-width:0}.settings-unit-identity__copy strong,.settings-unit-identity__copy small,.settings-unit-identity__copy span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-unit-identity__copy strong{color:#121111;font-size:1.55rem;font-weight:600;line-height:1.08}.settings-unit-identity__copy .settings-mobile-card__eyebrow{color:#1211118f;font-size:.9rem;font-weight:500;letter-spacing:0;text-transform:none}.settings-unit-identity__notice{color:#1211119e;font-size:.9rem;line-height:1.5}.settings-identity-media-card{justify-items:center;text-align:center}.settings-identity-media-card__avatar{box-shadow:0 12px 28px #111f381a}.settings-identity-media-card__meta{color:#12111180;font-size:.8rem;overflow-wrap:anywhere}.settings-identity-media-card__notice{margin:0;color:#12111194;font-size:.88rem;line-height:1.45;text-align:center}.settings-identity-dropzone{display:grid;gap:.85rem;justify-items:center;width:100%;padding:1.25rem 1rem;border:1px dashed rgba(39,111,225,.28);border-radius:1.1rem;background:#276fe10a;color:#121111;text-align:center;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,transform .2s ease}.settings-identity-dropzone.is-drag-active{border-color:#276fe18a;background:#276fe117;transform:translateY(-1px)}.settings-identity-dropzone__copy{display:grid;gap:.3rem}.settings-identity-dropzone__copy strong{color:#121111;font-size:.94rem;font-weight:600;line-height:1.35}.settings-identity-dropzone__copy small{color:#1211118c;font-size:.8rem;line-height:1.4}.settings-identity-dropzone__icon{display:inline-flex;align-items:center;justify-content:center;color:#276fe1e6}.settings-unit-desktop__head h3{margin:.1rem 0 0;color:#121111;font-size:1.1rem;font-weight:700}.settings-unit-desktop__head p{margin:.2rem 0 0;color:#1211119e}.settings-unit-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.settings-unit-metric{position:relative;display:flex;flex-direction:column;gap:0;min-height:5rem;padding:.95rem 1rem 1rem;border:1px solid var(--line);border-radius:12px;background:var(--panel);box-shadow:var(--shadow);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);overflow:hidden}.settings-unit-metric strong{min-width:0;color:#121111;margin-top:auto;font-size:1.4rem;font-weight:700;line-height:1;overflow-wrap:anywhere}.settings-unit-metric small{color:var(--muted);font-size:.92rem;font-weight:500;letter-spacing:0;text-transform:none}.settings-unit-details{display:grid;gap:0;margin:0}.settings-unit-details div{display:grid;gap:.25rem;padding:0;border-top:1px solid rgba(18,17,17,.12)}.settings-unit-details dt{color:#1211118f;font-size:.84rem;font-weight:500;letter-spacing:0;text-transform:none}.settings-unit-details dd{margin:0;color:#121111;font-size:1rem;font-weight:600;line-height:1.32}.mobile-fab,.mobile-bottom-nav{display:none}.mobile-circle-button{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;flex-shrink:0;border:0;border-radius:999px;background:#fffffff5;color:#121111;padding:0;box-shadow:0 10px 24px #111f380d}.mobile-bar__identity{width:3rem;height:3rem;overflow:hidden;border:2px solid #ffffff;background:transparent;box-shadow:none}.mobile-circle-button--spacer{visibility:hidden;pointer-events:none}.mobile-bar__actions{display:inline-flex;align-items:center;gap:.55rem;flex-shrink:0}.mobile-theme-toggle.is-active{background:linear-gradient(135deg,var(--accent),#4b94eb);color:#fff;box-shadow:0 12px 24px #1f6fd138}.team-summary-value{display:inline-flex;align-items:center;gap:.7rem;min-width:0}.team-summary-value--self{max-width:100%}.team-summary-value__avatar{box-shadow:0 8px 18px #111f3814}.mobile-bottom-nav__item{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:.28rem;min-width:0;color:#1211116b;transition:color .2s ease,opacity .2s ease,transform .2s ease,background-color .2s ease,box-shadow .2s ease}.mobile-bottom-nav__item.is-active{color:#0d3d78}.mobile-bottom-nav__icon{display:inline-flex;align-items:center;justify-content:center}.mobile-bottom-nav__label{display:block;min-width:0;font-size:.72rem;font-weight:600;line-height:1.1;text-align:center;white-space:nowrap}@media(min-width:1081px){.app-shell{grid-template-columns:minmax(18.5rem,20rem) minmax(0,1fr);gap:1.25rem;padding:1.25rem}.sidebar{position:sticky;top:1.25rem;min-height:calc(100vh - 2.5rem);padding:1.35rem;gap:1.15rem;border:1px solid rgba(33,84,141,.12);border-radius:24px;background:radial-gradient(circle at top left,rgba(125,180,255,.18),transparent 28%),linear-gradient(180deg,#fffffff0,#f2f8ffeb);box-shadow:inset 0 1px #fffc,0 18px 44px #1349841a;color:var(--text);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.sidebar-top{padding-bottom:1rem;border-bottom:1px solid rgba(33,84,141,.1)}.brand-block{gap:.35rem}.brand-block h1{color:var(--text);font-size:1.65rem;line-height:1.05;letter-spacing:-.03em}.selector-grid{padding:1rem;border:1px solid rgba(33,84,141,.1);border-radius:14px;background:#ffffffb8;box-shadow:inset 0 1px #ffffffb8}.selector-grid label{color:var(--muted);font-size:.88rem;font-weight:600}.selector-grid select{margin-top:.35rem;background-color:#fffffff5;color:var(--text);border-color:#21548d1f;box-shadow:inset 0 1px #ffffffb8;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 256 256' fill='none'%3E%3Cpath d='M208 96L128 176L48 96' stroke='%235b7592' stroke-width='20' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1rem 1rem}.selector-grid--app{grid-template-columns:minmax(0,1fr)}.nav-list{gap:.5rem}.nav-list a{display:flex;align-items:center;gap:.8rem;min-height:3rem;padding:.85rem 1rem;border:1px solid transparent;border-radius:12px;color:var(--muted);font-weight:600;line-height:1.2}.nav-list__icon{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;flex-shrink:0}.nav-list__label{min-width:0}.nav-list a:hover{color:var(--text);background:#0d3d780d;box-shadow:inset 0 0 0 1px #21548d14;transform:none}.nav-list a.active{border-color:#1f6fd12e;background:linear-gradient(135deg,#d8eafff5,#ecf5ffeb);color:#0d3d78;box-shadow:0 12px 24px #1349841f}.sidebar-logout{width:100%;margin-top:auto;justify-content:center;border-radius:12px;background:#0d3d780f;color:var(--text);box-shadow:inset 0 0 0 1px #21548d14}.sidebar-logout:hover{background:#0d3d7817}.content-area{padding:clamp(.25rem,1vw,.5rem) clamp(1.2rem,2vw,1.8rem) clamp(1.5rem,2vw,2rem) 0}.content-area__body{width:min(100%,84rem);margin:0 auto}.dashboard-summary-grid{grid-template-columns:repeat(2,minmax(0,16rem));align-items:stretch}.page-stack{gap:1.75rem}.page-heading{gap:.55rem}.page-heading h2{font-size:clamp(2rem,2.3vw,2.65rem);letter-spacing:-.035em}.page-heading p{max-width:46rem;font-size:1rem}.ds-page-header{gap:1rem}.ds-page-header__actions{justify-content:flex-end}.stat-card,.page-card{border-radius:12px;background:linear-gradient(180deg,#fffffff5,#f5faffe6);box-shadow:inset 0 1px #ffffffbd,0 18px 38px #1349841a;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.stat-card:hover,.page-card:hover{box-shadow:inset 0 1px #fffc,0 20px 42px #13498421;transform:translateY(-2px)}.page-card{padding:clamp(1.15rem,1.8vw,1.5rem)}.page-card__header{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(33,84,141,.08)}.page-card__header h2{font-size:1.12rem}.page-card__header p{max-width:42rem}.content-grid{gap:1.25rem}.content-grid.two-columns{grid-template-columns:repeat(auto-fit,minmax(min(100%,25rem),1fr))}.ds-form-section{gap:.95rem}.ds-form-section__content{padding:1rem;border:1px solid rgba(33,84,141,.08);border-radius:12px;background:#ffffff85}.ds-form-actions{justify-content:flex-end;padding-top:.25rem}.table-wrap,.ds-data-table{border:1px solid rgba(33,84,141,.08);background:#ffffff94;box-shadow:inset 0 1px #ffffffb8}.desktop-entity-table table{min-width:100%}.desktop-entity-table td{min-width:0}.desktop-entity-table td>strong{display:block;color:var(--text)}th,td{padding:.95rem .85rem}th{font-size:.76rem}}@keyframes rise-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes reports-filters-enter{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes loader-pulse{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.05)}}@keyframes loader-orbit{0%{transform:translate(-50%,-50%) rotate(0) translate(4.15rem) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg) translate(4.15rem) rotate(-360deg)}}@keyframes loader-drift{0%,to{transform:translateZ(0)}50%{transform:translate3d(.85rem,-.65rem,0)}}@media(max-width:1080px){.auth-layout{grid-template-columns:1fr}.auth-hero{padding-bottom:1rem}.app-shell{display:block;grid-template-columns:none}.sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:35;display:block;background:#0a1a2d6b;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:opacity .24s ease}.app-shell.menu-open .sidebar-backdrop{opacity:1;pointer-events:auto}.sidebar{position:fixed;inset:0 auto 0 0;z-index:40;width:min(86vw,320px);min-height:100dvh;transform:translate(-105%);transition:transform .24s ease,box-shadow .24s ease}.sidebar.is-open{box-shadow:0 24px 48px #0824464d;transform:translate(0)}.sidebar-top{grid-template-columns:minmax(0,1fr) auto;align-items:start}.sidebar-close,.mobile-bar{display:flex}.sidebar-close{align-items:center;justify-content:center;white-space:nowrap}.mobile-bar{position:sticky;top:.75rem;z-index:20;align-items:center;justify-content:space-between;gap:.9rem;margin-bottom:var(--space-2);padding:0}.sidebar-toggle{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.mobile-bar__title{display:grid;flex:1;gap:.1rem;min-width:0;text-align:left}.mobile-bar__title strong{font-size:1rem;color:#101010;font-weight:600}.mobile-bar__title strong,.mobile-bar__title small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-bar__title small{color:#00000085;font-size:1.05rem}.mobile-bar__title--page{gap:.18rem}.mobile-bar__title--page strong{font-size:.95rem}.mobile-bar__title--page small{font-size:.76rem;line-height:1.25;overflow:visible;text-overflow:clip;white-space:normal}}@media(max-width:720px){body.auth-first-access-visible,body.auth-first-access-visible .auth-layout{height:100dvh;overflow:hidden}body.auth-first-access-visible .auth-mobile-layout-bg,body.auth-first-access-visible .auth-mobile-hero{visibility:hidden}body.auth-first-access-visible .auth-login-shell{min-height:0;padding:0;border-color:transparent;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;gap:0}body.auth-first-access-visible .auth-login-shell>:not(.auth-first-access){display:none}.auth-layout{display:flex;flex-direction:column;position:relative;min-height:100dvh;background:#f5f7fb;overflow-x:hidden}.auth-first-access{display:flex}.app-shell,.content-area,.page-stack{overflow:visible}.content-area,.page-stack,.page-stack>*,.content-grid,.content-grid>*,.page-card,.page-card>*,.page-card__content,.page-card__actions,.ds-page-header,.ds-page-header__copy,.ds-page-header__actions,.toolbar-row,.toolbar-row>*,.action-row,.action-row>*,.ds-action-row,.ds-action-row>*,.ds-form-grid,.ds-form-grid>*,.ds-form-actions,.ds-form-actions>*,.ds-filter-block,.ds-filter-block>*,.reports-page,.reports-page>*,.reports-panels,.reports-panels>*,.reports-periods-bar,.reports-periods-bar>*,.reports-filters-panel,.reports-toolbar,.reports-toolbar>*,.mobile-home,.mobile-home>*,.mobile-home__section,.mobile-home__section>*,.settings-mobile,.settings-mobile>*,.settings-mobile__stack,.settings-mobile__stack>*,.auth-login-shell,.auth-login-shell>*,.auth-login-meta,.auth-login-meta>*{min-width:0;max-width:100%}.page-stack,.page-card,.stat-card,.content-grid>*,.ds-form-grid,.ds-form-actions,.table-wrap,.ds-data-table,.reports-table-wrap,.reports-filters-panel{width:100%}.table-wrap,.ds-data-table,.reports-table-wrap{max-width:100%}.content-area{display:block;position:relative;min-height:100vh;overflow-x:clip}th,td{padding:.8rem .65rem}.auth-hero{position:relative;z-index:1;min-height:18rem;padding:calc(env(safe-area-inset-top,0px) + 1.35rem) 1.25rem 0;overflow:hidden}.auth-panel{width:100%;margin-top:auto;justify-content:flex-start;padding:0}.content-area{padding:1rem .95rem 6rem}body{background:#f5f7fb}.page-stack{gap:var(--space-2)}.auth-mobile-hero{min-height:15.9rem;display:grid;align-content:center;justify-items:start;gap:0}.auth-mobile-hero__logo{width:213px;height:64px;object-fit:contain}.auth-mobile-hero h1{position:relative;z-index:1;max-width:100%;margin:24px 0 0;color:#4e586c;font-size:32px;font-weight:600;line-height:1.05;letter-spacing:-.025em;text-align:left;text-wrap:balance}.auth-panel{position:relative;z-index:1;margin-top:auto}.auth-login-shell{width:100%;gap:1rem;padding:48px 1.15rem;border:1px solid rgba(255,255,255,.46);border-radius:1.6rem;background:#ffffff6b;backdrop-filter:blur(22px) saturate(130%);-webkit-backdrop-filter:blur(22px) saturate(130%);box-shadow:inset 0 1px #ffffff85,0 16px 34px #2a456c14}.auth-login-heading,.auth-login-section{gap:.12rem}.auth-login-heading h2,.auth-login-section .ds-form-section__title{margin:0;color:#4e586c;font-size:1.2rem;font-weight:700;line-height:1.2}.auth-login-heading p,.auth-login-section .ds-form-section__description{margin:0;color:#4e586ccc;font-size:.93rem;line-height:1.25}.auth-login-form{gap:.9rem}.auth-login-field{color:#546175;font-size:.94rem;font-weight:500}.auth-login-field input,.auth-password-field input{min-height:2.7rem;padding-inline:.95rem;border-radius:.72rem;border-color:#8394b02e;background:#ffffffe6;box-shadow:inset 0 1px #ffffffb3;color:#4e586c;font-size:.95rem}.auth-login-field input::placeholder,.auth-password-field input::placeholder{color:#5a667a6b;font-size:.94rem}.auth-password-toggle{right:.85rem;color:#5a667a85}.auth-login-meta{gap:.85rem;margin-top:.05rem}.auth-remember-toggle__label,.auth-login-link{font-size:.9rem;white-space:nowrap}.auth-remember-toggle{gap:.48rem}.auth-remember-toggle__track{width:1.95rem;height:1.15rem}.auth-remember-toggle__thumb{width:.86rem;height:.86rem}.auth-remember-toggle.is-active .auth-remember-toggle__thumb{transform:translate(.78rem)}.auth-login-submit{min-height:3rem;margin-top:4rem;padding-block:.9rem;background:#3277de;box-shadow:none;font-size:1rem;font-weight:500}.auth-login-trial{color:#4e586c;font-size:.95rem;margin-top:.2rem;font-weight:600;min-height:3rem;width:100%;padding-block:.9rem;text-align:center}.auth-first-access__logo{top:calc(env(safe-area-inset-top,0px) + 94px);width:min(72vw,264px)}.auth-first-access__calendar-image{top:calc(env(safe-area-inset-top,0px) + 302px);width:min(51vw,220px)}.auth-first-access__content h2{max-width:min(76vw,336px);font-size:clamp(26px,5.9vw,26px)}.route-loader{width:min(100%,18rem);gap:1rem}.route-loader__visual,.route-loader__halo--outer{width:10.5rem;height:10.5rem}.route-loader__halo--inner{width:7.6rem;height:7.6rem}.mobile-only{display:block}.desktop-only{display:none}.page-card,.stat-card,.primary-button,.ghost-button,.segmented-control,.segmented-control button,.customers-save-button,.agenda-create-button{border-radius:12px}.mobile-circle-button{border-radius:999px}.ds-form-actions .primary-button,.ds-form-actions .ghost-button:not(.is-success):not(.is-warning):not(.is-danger):not(.is-neutral){background:linear-gradient(135deg,var(--accent),#4b94eb);color:#fff;font-weight:700;box-shadow:0 12px 24px #1f6fd138}.ds-page-header,.page-card__header,.toolbar-row,.pagination-row{flex-direction:column;align-items:stretch}.ds-pagination-bar{flex-direction:row;align-items:center;justify-content:space-between;gap:.65rem}.ds-pagination-bar>.ds-button{width:auto;flex:0 0 auto;white-space:nowrap}.ds-pagination-bar>span{flex:1;text-align:center}.page-card .ds-button,.toolbar-row .ds-button,.action-row .ds-button,.ds-form-actions .ds-button,.ds-page-header__actions .ds-button,.reports-toolbar .ds-button,.auth-login-meta .ds-button,.page-card button,.page-card a{max-width:100%;white-space:normal}.page-heading h2,.page-heading p,.page-card__header h2,.page-card__header p,.ds-page-header__copy>*,.ds-table-cell-stack>*,.ds-inline-note,.reports-top-service__value,.reports-top-service__label{overflow-wrap:anywhere}.toolbar-row input[type=date]{width:100%}.agenda-period-toolbar{flex-direction:row;align-items:center;gap:.65rem}.agenda-period-toolbar .segmented-control{flex:0 0 auto;width:fit-content;max-width:100%}.agenda-period-toolbar input[type=date]{width:auto;min-width:0;flex:1 1 auto}.table-wrap table{min-width:32rem}.reports-page{gap:1rem}.reports-page .page-heading p{max-width:none}.reports-periods{margin:0;padding-right:.1rem}.reports-periods-bar{gap:.75rem}.reports-filters-grid{grid-template-columns:minmax(0,1fr);gap:.85rem}.reports-toolbar{align-items:stretch;gap:.9rem}.reports-toolbar .inline-note{font-size:.9rem;line-height:1.45}.reports-actions{width:100%;flex-direction:column;align-items:stretch}.reports-actions .ghost-button,.reports-actions .primary-button{width:100%;justify-content:center}.reports-stats-grid{grid-auto-columns:minmax(14rem,14.75rem);gap:.85rem}.reports-stats-grid .stat-card{min-height:6.45rem}.reports-stats-grid .stat-card__label{font-size:.95rem}.reports-stats-grid .stat-card__hint{font-size:.84rem}.reports-stats-grid .stat-card strong{font-size:1.62rem}.reports-panels{grid-template-columns:minmax(0,1fr)}.reports-table-wrap{width:100%;padding-bottom:.15rem}.reports-table-wrap table{min-width:26rem}.mobile-bar{position:-webkit-sticky;position:sticky;top:calc(env(safe-area-inset-top,0px) + .5rem);z-index:30;align-self:start;width:auto;flex-shrink:0;margin-bottom:1.25rem;transition:background-color .22s ease,box-shadow .22s ease,backdrop-filter .22s ease,padding .22s ease}.mobile-bar.is-scrolled{backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%);background:#f5f7fbb8;box-shadow:0 12px 28px #111f3814;padding:.45rem .55rem;border-radius:999px}.mobile-bar__title{text-align:left}.mobile-home{gap:0;padding-top:0}.content-area__body--with-mobile-nav{padding-bottom:calc(5.4rem + env(safe-area-inset-bottom,0px))}.content-area__body--settings-context>.page-stack>.ds-page-header{display:none}.settings-mobile{min-width:0;padding-bottom:calc(.5rem + env(safe-area-inset-bottom,0px));overflow-x:hidden;overflow-y:visible}.settings-mobile-page{display:grid;gap:1.6rem;padding-top:calc(env(safe-area-inset-top,0px) + .15rem)}.settings-mobile-header{display:grid;grid-template-columns:2.75rem minmax(0,1fr) 2.75rem;align-items:center;gap:.75rem;min-width:0;padding:0 .25rem}.settings-mobile-header__back,.settings-mobile-header__spacer{width:2.75rem;height:2.75rem;border-radius:999px}.settings-mobile-header__back{display:inline-flex;align-items:center;justify-content:center;border:0;background:#ffffffeb;box-shadow:0 10px 24px #111f380f;color:#121111}.settings-mobile-header__title{display:block;min-width:0;text-align:center;color:#121111;font-size:.92rem;font-weight:700;letter-spacing:.015em;text-transform:uppercase}.settings-mobile-menu{display:grid;gap:0;padding:0 .25rem}.settings-mobile-menu__item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.8rem;width:100%;padding:1.18rem .1rem;border:0;border-bottom:1px solid rgba(18,17,17,.1);background:transparent;color:#121111c2;text-align:left}.settings-mobile-menu__icon{display:inline-flex;align-items:center;justify-content:center;width:1.2rem;height:1.2rem;color:#121111ad}.settings-mobile-menu__label{min-width:0;font-size:1.02rem;font-weight:500;line-height:1.3}.settings-mobile-menu__item>svg{color:#1211115c}.settings-mobile-panel{display:grid;gap:.9rem}.settings-mobile__filters{min-width:0;margin:0;padding:0 0 .45rem;overflow-x:auto;overscroll-behavior-x:contain}.settings-mobile__stack{display:grid;min-width:0;gap:.85rem}.settings-mobile-legacy.is-hidden{display:none}.settings-mobile-legacy>.settings-mobile__filters{display:none}.settings-mobile-legacy .mobile-section-heading{display:none}.settings-mobile-card,.settings-mobile-surface,.settings-mobile-inline-card{min-width:0;border-radius:12px;background:#fffffffa;box-shadow:0 10px 24px #111f380d}.settings-mobile-card,.settings-mobile-surface{padding:1.5rem}.settings-mobile-card{display:grid;gap:.2rem}.settings-mobile-card__eyebrow{color:#00000073;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.settings-mobile-card h3{margin:0;color:#121111;font-size:1rem;font-weight:600;line-height:1.2}.settings-mobile-card p,.settings-mobile-card small{margin:0}.settings-mobile-card p{color:#121111;font-size:12px}.settings-mobile-card small{color:#00000080;font-size:.78rem}.settings-unit-card,.settings-unit-desktop{display:grid;gap:1rem}.settings-unit-identity{align-items:center}.settings-unit-identity__copy strong{font-size:.98rem}.settings-unit-identity__copy small{font-size:.9rem}.settings-unit-desktop__head h3{margin:.1rem 0 0;color:#121111;font-size:1.1rem;font-weight:700}.settings-unit-desktop__head p{margin:.2rem 0 0;color:#1211119e}.settings-unit-metrics{display:flex;gap:.9rem;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none;-ms-overflow-style:none}.settings-unit-metrics::-webkit-scrollbar{display:none}.settings-unit-metric{flex:0 0 9.5rem;min-width:9.5rem}.settings-unit-metric strong{min-width:0;color:#121111;font-size:1.3rem;font-weight:700;line-height:1;overflow-wrap:anywhere}.settings-unit-metric small{color:var(--muted);font-size:.84rem;font-weight:500;letter-spacing:0;text-transform:none}.settings-unit-details{display:grid;gap:.85rem;margin:0}.settings-unit-details div{display:grid;gap:.2rem;padding-top:.85rem;border-top:1px solid rgba(18,17,17,.08)}.settings-unit-details dt{color:#12111180;font-size:.73rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.settings-unit-details dd{margin:0;color:#121111;font-size:.94rem;line-height:1.4}.settings-mobile-surface .form-grid{gap:.9rem}.settings-mobile-surface label{font-size:.9rem}.settings-mobile-surface .primary-button{width:100%;background:linear-gradient(135deg,var(--accent),#4b94eb);color:#fff;font-weight:700;box-shadow:0 12px 24px #1f6fd138}.settings-working-hours-surface{position:relative;display:grid;gap:1rem;overflow:visible;isolation:isolate}.settings-working-hours-surface.has-open-picker{padding-bottom:0}.settings-working-hours-surface>*{position:relative;z-index:1}.settings-time-field{position:relative;display:grid;gap:.45rem;overflow:visible;z-index:1}.settings-time-field.is-open{z-index:120}.settings-time-field__label{color:#546175;font-size:.94rem;font-weight:600}.settings-time-input{display:inline-flex;align-items:center;justify-content:space-between;gap:.85rem;width:100%;min-height:3rem;padding:.85rem .95rem;border:1px solid rgba(131,148,176,.18);border-radius:.72rem;background:#ffffffe6;box-shadow:inset 0 1px #ffffffb3;color:#4e586c;font-size:.95rem;text-align:left}.settings-time-input span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-time-input.is-placeholder span,.settings-time-input[aria-disabled=true] span,.settings-time-input:disabled span{color:#5a667a6b}.settings-time-input[aria-disabled=true]{opacity:.72}.settings-time-input:disabled{opacity:.72}.settings-time-field__error{margin-top:.05rem}.settings-time-picker{position:absolute;top:calc(100% + .55rem);right:0;left:0;z-index:130;overflow:hidden;border:1px solid rgba(131,148,176,.18);border-radius:1rem;background:#fff;box-shadow:0 12px 24px #111f3814}.settings-time-picker__grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,.85fr) minmax(0,.85fr)}.settings-time-picker__column+.settings-time-picker__column{border-left:1px solid rgba(131,148,176,.18)}.settings-time-picker__head{display:flex;align-items:center;justify-content:center;min-height:2.6rem;padding:.75rem .5rem;border-bottom:1px solid rgba(131,148,176,.18);color:#121111;font-size:.98rem;font-weight:700;line-height:1.2;text-align:center}.settings-time-picker__options{display:grid;align-content:start;max-height:12.5rem;overflow-y:auto}.settings-time-picker__option{width:100%;min-height:2.4rem;padding:.6rem .75rem;border:0;background:transparent;color:#121111;font-size:.94rem;line-height:1.2;text-align:center}.settings-time-picker__options--weekday .settings-time-picker__option{justify-content:flex-start;text-align:left}.settings-time-picker__option.is-selected{background:#3277de33}.settings-time-picker__option:disabled{color:#1211113d}.settings-time-picker__footer{display:flex;justify-content:space-between;gap:.75rem;align-items:center;padding-left:.2rem;border-top:1px solid rgba(131,148,176,.18)}.settings-time-picker__today{justify-self:flex-start;min-height:3rem;padding-inline:12px;border:0;background:transparent;color:#3277de;font-size:1rem;font-weight:500}.settings-time-picker__today:disabled{color:#3277de52}.settings-time-picker__actions{display:inline-flex;align-items:center;gap:.5rem;padding-right:.7rem}.settings-time-picker__close{min-width:4.75rem;min-height:2.1rem;border:0;border-radius:.4rem;background:#3277de1f;color:#3277de;font-size:.95rem;font-weight:600}.settings-time-picker__confirm{min-width:4.35rem;min-height:2.1rem;border:0;border-radius:.4rem;background:#3277de;color:#fff;font-size:1rem;font-weight:700}.settings-time-picker__confirm:disabled{background:#3277de52;color:#ffffffd9}.settings-working-hours-add{display:inline-flex;align-items:center;width:100%;min-height:3rem;margin-top:24px;justify-content:center;border-radius:12px;background:linear-gradient(135deg,var(--accent),#4b94eb);color:#fff;box-shadow:0 12px 24px #1f6fd138;font-size:1.02rem;font-weight:700}.settings-working-hours-add:disabled{opacity:.58}.settings-working-hours-add[aria-disabled=true]{opacity:.58;cursor:not-allowed}.settings-working-hours-add-error{margin-top:.55rem;color:#c23434;font-size:.88rem;font-weight:500;line-height:1.35}.settings-working-hours-tags{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}.settings-working-hours-tag{display:flex;align-items:baseline;justify-content:center;gap:.35rem;min-width:0;padding:.65rem .55rem;border:0;border-radius:.95rem;background:#fffffffa;box-shadow:0 8px 20px #111f380d}.settings-working-hours-tag.is-selected{background:#0d3d78;box-shadow:none}.settings-working-hours-tag strong,.settings-working-hours-tag small{margin:0;min-width:0;white-space:nowrap}.settings-working-hours-tag strong{color:#121111;font-size:.86rem;font-weight:700}.settings-working-hours-tag small{color:#12111180;font-size:.7rem;font-weight:600}.settings-working-hours-tag.is-selected strong,.settings-working-hours-tag.is-selected small{color:#fff}.settings-working-hours-remove{position:fixed;left:1rem;right:1rem;bottom:calc(1rem + env(safe-area-inset-bottom,0px));z-index:27;display:inline-flex;align-items:center;justify-content:center;width:auto;min-height:3rem;margin-top:0;border-radius:12px;border:0;background:#dd2226;color:#fff;box-shadow:none;font-size:1.15rem;font-weight:600;white-space:nowrap}.settings-working-hours-picker-spacer{width:100%;height:0;pointer-events:none}.settings-working-hours-picker-spacer--start{height:7.5rem}.settings-working-hours-picker-spacer--end{height:11rem}body.settings-hours-remove-active .mobile-fab{display:none}.settings-bottom-sheet-backdrop,.ds-bottom-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:55;border:0;background:#0000006b}.settings-bottom-sheet,.ds-bottom-sheet{position:fixed;right:0;bottom:0;left:0;z-index:60;overflow:hidden;border-radius:1.6rem 1.6rem 0 0;background:#fff;box-shadow:0 -16px 30px #0000002e;animation:settings-sheet-rise .22s ease}.settings-bottom-sheet__handle,.ds-bottom-sheet__handle{width:3rem;height:.32rem;margin:.65rem auto .35rem;border-radius:999px;background:#1211111f}.settings-bottom-sheet__header,.settings-bottom-sheet__body,.ds-bottom-sheet__header,.ds-bottom-sheet__body{padding-inline:1.35rem}.settings-bottom-sheet__header,.ds-bottom-sheet__header{padding-top:.35rem;padding-bottom:1rem;border-bottom:1px solid rgba(18,17,17,.08)}.settings-bottom-sheet__header h3,.ds-bottom-sheet__header h3{margin:0;color:#121111;font-size:1.05rem;font-weight:600;text-align:center}.settings-bottom-sheet__body,.ds-bottom-sheet__body{padding-top:1.55rem;padding-bottom:1.65rem}.settings-bottom-sheet__body p,.ds-bottom-sheet__body p{max-width:14.5rem;margin:0 auto;color:#121111c7;font-size:.96rem;line-height:1.5;text-align:center}.settings-bottom-sheet__actions,.ds-bottom-sheet__actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);border-top:1px solid rgba(18,17,17,.08)}.settings-bottom-sheet__confirm,.settings-bottom-sheet__cancel,.ds-bottom-sheet__actions>.ds-button{min-height:4.2rem;border:0;font-size:1rem;font-weight:600}.settings-bottom-sheet__confirm{background:#fff;color:#dd2226}.settings-bottom-sheet__cancel{background:#3277de;color:#fff}.settings-mobile-inline-card{display:grid;gap:.15rem;padding:.9rem 1rem}.settings-mobile-inline-card strong{color:#121111;font-size:.95rem;font-weight:600;line-height:1.2}.settings-mobile-inline-card small{color:#00000080;font-size:.78rem;line-height:1.35}.mobile-home__section{margin-top:24px}.tag-filter-row{margin:0 -.25rem;padding:.35rem .25rem .45rem}.tag-filter{display:inline-flex;align-items:center;justify-content:center;height:43px;margin-top:12px;margin-bottom:12px;padding:0 1rem}.week-strip{grid-auto-columns:minmax(0,1fr);gap:.45rem;overflow-x:visible}.week-day-button{min-width:0;padding:.85rem .3rem}.week-day-button span{font-size:.76rem}.week-day-button strong{font-size:.98rem}.timeline-list--figma{gap:1rem;margin-top:0}.timeline-card--figma{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;height:74px;border:0;border-radius:12px;background:#fffffffa;box-shadow:none;overflow:hidden;padding:.55rem .95rem .55rem .55rem}.timeline-card--figma:hover{transform:none;box-shadow:none}.timeline-card--figma .timeline-card__body{gap:.05rem}.timeline-card--figma .timeline-card__body h3{font-size:14px;font-weight:600;line-height:1.15}.timeline-card--figma .timeline-card__body p{display:flex;align-items:center;gap:.22rem;min-width:0;color:#121111;font-size:12px;font-weight:400;line-height:1.15;white-space:nowrap}.timeline-card--figma .timeline-card__staff,.timeline-card--figma .timeline-card__separator{flex:0 0 auto}.timeline-card--figma .timeline-card__service{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.timeline-card--figma .timeline-card__body small{color:#00000080;font-size:12px;font-weight:400;line-height:1.15}.timeline-card--figma .timeline-card__status{min-height:2.5rem;font-size:14px;padding:.7rem .95rem}.timeline-card--figma .timeline-card__status--booked{background:#4c90db24;color:#4c90db}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:26;display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);align-items:center;gap:.35rem;padding:.6rem .9rem calc(.6rem + env(safe-area-inset-bottom,0px));border-radius:0;background:#fff;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.mobile-bottom-nav__item{min-height:3.4rem;padding:.35rem .2rem;border-radius:0}.mobile-bottom-nav__item.is-active{background:transparent;box-shadow:none}}.finance-methods-list{display:grid;gap:1rem}.finance-section-tabs{margin:0}.finance-methods-item{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem;border:1px solid var(--line);border-radius:1rem;background:#ffffffb3}.finance-methods-item__header{display:grid;gap:.25rem}.finance-methods-item__header span{color:var(--muted);font-size:.9rem}.finance-badge-stack{display:flex;flex-wrap:wrap;gap:.5rem}.finance-payments-list{display:grid;gap:.75rem;width:100%}.finance-payment-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--line)}.finance-payment-row:last-child{padding-bottom:0;border-bottom:0}.finance-payment-row__meta{display:grid;gap:.2rem}.finance-payment-row__meta span{color:var(--muted);font-size:.88rem}.finance-payment-row__actions{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;flex-wrap:wrap}.finance-payment-form{display:grid;gap:.75rem;width:100%}.finance-payment-form .ds-button{width:100%}.finance-cash-form-grid{min-width:0}.finance-cash-form-grid__full{grid-column:1 / -1}.finance-cash-form-actions{width:100%}.finance-inline-actions{width:100%;justify-content:flex-start;flex-wrap:wrap}.finance-sheet-grid{min-width:0}.finance-refund-sheet{display:grid;gap:1rem}@media(max-width:720px){body[data-mobile-theme=dark]{--bg: #030013;--panel: rgba(31, 27, 47, .94);--panel-strong: #241f36;--panel-soft: rgba(39, 35, 53, .82);--line: rgba(164, 191, 236, .16);--text: #f4efff;--muted: #a9bddf;--accent: #59a8ff;--accent-soft: rgba(89, 168, 255, .2);--highlight: #cde8ff;--danger-soft: rgba(191, 47, 47, .18);--shadow: 0 18px 40px rgba(0, 0, 0, .36);--shadow-soft: 0 12px 28px rgba(0, 0, 0, .24);background-color:#030013;background-image:radial-gradient(circle at 18% 10%,rgba(71,120,255,.16),transparent 26%),radial-gradient(circle at 82% 12%,rgba(34,108,214,.1),transparent 22%),radial-gradient(circle at 50% 0%,rgba(108,165,255,.06),transparent 34%);background-repeat:no-repeat;background-size:auto;background-position:top left,top right,top center;color:var(--text)}body[data-mobile-theme=dark] input,body[data-mobile-theme=dark] select,body[data-mobile-theme=dark] textarea{background-color:#262039fa;border-color:#a4bfec29;color:var(--text)}body[data-mobile-theme=dark] input::placeholder,body[data-mobile-theme=dark] textarea::placeholder{color:#e6edf761}body[data-mobile-theme=dark] select:not([multiple]){background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 256 256' fill='none'%3E%3Cpath d='M208 96L128 176L48 96' stroke='%23e6edf7' stroke-width='20' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1rem 1rem}body[data-mobile-theme=dark] .ghost-button{background:#2a243ff5;color:var(--text);box-shadow:inset 0 0 0 1px #a4bfec29}body[data-mobile-theme=dark] .mobile-circle-button{background:#28223bfa;color:#eef4ff;box-shadow:0 12px 24px #00000038}body[data-mobile-theme=dark] .mobile-theme-toggle.is-active{background:linear-gradient(135deg,var(--accent),#2d86ff);box-shadow:0 14px 28px #205cd647;color:#fff}body[data-mobile-theme=dark] .mobile-bar.is-scrolled{background:#030013db;box-shadow:0 12px 28px #00000038}body[data-mobile-theme=dark] .mobile-bar__title strong{color:#f5f7fb}body[data-mobile-theme=dark] .mobile-bar__title small{color:#e6edf7ad}body[data-mobile-theme=dark] .mobile-bottom-nav{background:#0a071cfa;border-top:1px solid rgba(164,191,236,.12)}body[data-mobile-theme=dark] .mobile-bottom-nav__item{color:#e6edf79e}body[data-mobile-theme=dark] .mobile-bottom-nav__item.is-active{color:var(--highlight)}body[data-mobile-theme=dark] .page-heading h2,body[data-mobile-theme=dark] .page-card__header h2,body[data-mobile-theme=dark] .ds-page-header__copy h1,body[data-mobile-theme=dark] .ds-page-header__copy h2,body[data-mobile-theme=dark] .ds-page-header__copy h3{color:#eef4ff}body[data-mobile-theme=dark] .page-heading p,body[data-mobile-theme=dark] .page-card__header p,body[data-mobile-theme=dark] .ds-page-header__copy p{color:#e6edf7bd}body[data-mobile-theme=dark] .page-card{position:relative;overflow:hidden;isolation:isolate;border-color:#d3dfff1a;background:radial-gradient(circle at 18% 100%,rgba(57,118,255,.28),transparent 34%),radial-gradient(circle at 84% 100%,rgba(66,154,255,.34),transparent 32%),radial-gradient(circle at 50% 118%,rgba(72,150,255,.12),transparent 42%),linear-gradient(180deg,#111124f5,#090818fa);box-shadow:0 24px 48px #00000047,inset 0 1px #ffffff08;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}body[data-mobile-theme=dark] .page-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;background:linear-gradient(180deg,#dce6ff24,#8c9eff14 42%,#7fc6ff29);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude;pointer-events:none;z-index:0}body[data-mobile-theme=dark] .page-card>*{position:relative;z-index:1}body[data-mobile-theme=dark] .stat-card{overflow:hidden;isolation:isolate;border-color:#d3dfff14;background:radial-gradient(circle at 14% 22%,rgba(110,201,255,.46),transparent 20%),radial-gradient(circle at 30% 48%,rgba(53,120,255,.34),transparent 34%),linear-gradient(90deg,#276fffbd,#194bbfc7 32%,#091d4ff5);box-shadow:0 18px 34px #00000038,0 10px 24px #205cd624,inset 0 1px #ffffff05;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}body[data-mobile-theme=dark] .stat-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,#b3e2ff2e,#65a8ff14 38%,#5fa4ff29);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude;pointer-events:none;z-index:0}body[data-mobile-theme=dark] .stat-card>*{position:relative;z-index:1}body[data-mobile-theme=dark] .form-error,body[data-mobile-theme=dark] .ds-inline-note--danger{color:#ff9e9e}body[data-mobile-theme=dark] .inline-note{color:#e6edf7ad}body[data-mobile-theme=dark] .ds-inline-note--success{color:#92d8ad}body[data-mobile-theme=dark] .alert{box-shadow:0 14px 28px #00000047}body[data-mobile-theme=dark] .alert--success{background:#1461413d;color:#a8e7c8}body[data-mobile-theme=dark] .alert--info{background:#59a8ff2e;color:#d5e9ff}body[data-mobile-theme=dark] .alert--warning{background:#e3a3182e;color:#ffd88a}body[data-mobile-theme=dark] .alert--error{background:#bf2f2f3d;color:#ff9e9e}body[data-mobile-theme=dark] .tag-filter{background:#28223bfa;border:1px solid rgba(164,191,236,.14);color:#e6edf7;box-shadow:none}body[data-mobile-theme=dark] .tag-filter.is-active{background:linear-gradient(135deg,var(--accent),#2d86ff);border-color:transparent;color:#fff}body[data-mobile-theme=dark] .week-day-button{background:#2b2540f5;color:#f4efff;box-shadow:0 8px 20px #0000002e}body[data-mobile-theme=dark] .week-day-button span{color:#f4efff9e}body[data-mobile-theme=dark] .week-day-button strong{color:#f4efff}body[data-mobile-theme=dark] .week-day-button.is-today{box-shadow:0 8px 20px #0003,inset 0 0 0 1px #59a8ff38}body[data-mobile-theme=dark] .week-day-button.is-active{background:linear-gradient(135deg,var(--accent),#2d86ff);color:#fff;box-shadow:none}body[data-mobile-theme=dark] .week-day-button.is-active span{color:#ffffffc7}body[data-mobile-theme=dark] .week-day-button:disabled,body[data-mobile-theme=dark] .week-day-button.is-disabled{background:#2b25409e;color:#f4efff57;box-shadow:none}body[data-mobile-theme=dark] .week-day-button:disabled span,body[data-mobile-theme=dark] .week-day-button.is-disabled span{color:#f4efff47}body[data-mobile-theme=dark] .stat-card__icon,body[data-mobile-theme=dark] .mobile-home__stats-grid .stat-card__label,body[data-mobile-theme=dark] .mobile-home__stats-grid .stat-card__icon{color:#eef4ff}body[data-mobile-theme=dark] .home-overview-card{border-color:#a4bfec14;box-shadow:0 10px 22px #0000002e}body[data-mobile-theme=dark] .settings-mobile-card,body[data-mobile-theme=dark] .settings-mobile-surface,body[data-mobile-theme=dark] .settings-mobile-inline-card{position:relative;overflow:hidden;isolation:isolate;border:1px solid rgba(211,223,255,.1);background:radial-gradient(circle at 18% 100%,rgba(57,118,255,.24),transparent 34%),radial-gradient(circle at 84% 100%,rgba(66,154,255,.28),transparent 32%),radial-gradient(circle at 50% 118%,rgba(72,150,255,.1),transparent 42%),linear-gradient(180deg,#111124f5,#090818fa);box-shadow:0 20px 40px #0000003d,inset 0 1px #ffffff08;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}body[data-mobile-theme=dark] .settings-mobile-card:before,body[data-mobile-theme=dark] .settings-mobile-surface:before,body[data-mobile-theme=dark] .settings-mobile-inline-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;background:linear-gradient(180deg,#dce6ff24,#8c9eff14 42%,#7fc6ff29);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude;pointer-events:none;z-index:0}body[data-mobile-theme=dark] .settings-mobile-card>*,body[data-mobile-theme=dark] .settings-mobile-surface>*,body[data-mobile-theme=dark] .settings-mobile-inline-card>*{position:relative;z-index:1}body[data-mobile-theme=dark] .settings-working-hours-surface,body[data-mobile-theme=dark] .settings-working-hours-surface.has-open-picker,body[data-mobile-theme=dark] .settings-working-hours-surface .settings-time-field,body[data-mobile-theme=dark] .settings-working-hours-surface .settings-time-field.is-open{overflow:visible}body[data-mobile-theme=dark] .settings-working-hours-surface>.settings-time-field{z-index:1}body[data-mobile-theme=dark] .settings-working-hours-surface.has-open-picker>.settings-time-field.is-open{z-index:140}body[data-mobile-theme=dark] .settings-working-hours-surface.has-open-picker>:not(.settings-time-field.is-open){z-index:0}body[data-mobile-theme=dark] .settings-working-hours-surface.has-open-picker{z-index:120}body[data-mobile-theme=dark] .settings-mobile-menu__item{border-bottom-color:#a4bfec24;color:#e6edf7d1}body[data-mobile-theme=dark] .settings-mobile-menu__icon,body[data-mobile-theme=dark] .settings-mobile-menu__item>svg{color:#e6edf794}body[data-mobile-theme=dark] .settings-mobile-menu__label{color:#eef4ff}body[data-mobile-theme=dark] .settings-mobile-card__eyebrow,body[data-mobile-theme=dark] .settings-unit-identity__copy .settings-mobile-card__eyebrow,body[data-mobile-theme=dark] .settings-mobile-card small,body[data-mobile-theme=dark] .settings-unit-details dt,body[data-mobile-theme=dark] .settings-unit-metric small,body[data-mobile-theme=dark] .settings-identity-dropzone__copy small,body[data-mobile-theme=dark] .settings-identity-media-card__notice{color:#e6edf79e}body[data-mobile-theme=dark] .settings-mobile-card h3,body[data-mobile-theme=dark] .settings-mobile-card p,body[data-mobile-theme=dark] .settings-unit-identity__copy strong,body[data-mobile-theme=dark] .settings-unit-details dd,body[data-mobile-theme=dark] .settings-unit-metric strong,body[data-mobile-theme=dark] .settings-identity-dropzone__copy strong,body[data-mobile-theme=dark] .settings-mobile-inline-card strong{color:#eef4ff}body[data-mobile-theme=dark] .settings-mobile-inline-card small,body[data-mobile-theme=dark] .settings-unit-identity__notice{color:#e6edf79e}body[data-mobile-theme=dark] .settings-mobile-surface label{color:#e6edf7bd}body[data-mobile-theme=dark] .ds-field__error{color:#ff9e9e}body[data-mobile-theme=dark] .settings-unit-metric{position:relative;overflow:hidden;isolation:isolate;border:1px solid rgba(211,223,255,.08);background:radial-gradient(circle at 14% 22%,rgba(110,201,255,.4),transparent 22%),radial-gradient(circle at 30% 48%,rgba(53,120,255,.28),transparent 34%),linear-gradient(90deg,#276fffad,#194bbfbd 32%,#091d4ff5);box-shadow:0 18px 34px #00000038,0 10px 24px #205cd61f,inset 0 1px #ffffff05}body[data-mobile-theme=dark] .settings-unit-metric:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,#b3e2ff29,#65a8ff0f 38%,#5fa4ff24);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude;pointer-events:none;z-index:0}body[data-mobile-theme=dark] .settings-unit-metric>*{position:relative;z-index:1}body[data-mobile-theme=dark] .settings-unit-details div{border-top-color:#a4bfec24}body[data-mobile-theme=dark] .settings-unit-identity__avatar{border-color:#e6edf724;box-shadow:0 10px 22px #0003}body[data-mobile-theme=dark] .settings-unit-identity__edit{box-shadow:0 0 0 2px #0f1726,0 6px 12px #0000003d}body[data-mobile-theme=dark] .customers-search-field svg{color:#e6edf794}body[data-mobile-theme=dark] .ds-inline-list__item{background:#2b2540eb;border-color:#a4bfec24}body[data-mobile-theme=dark] .ds-inline-list__meta small{color:#e6edf79e}body[data-mobile-theme=dark] .team-summary-value__avatar{box-shadow:0 8px 18px #0003}body[data-mobile-theme=dark] .settings-time-field__label{color:#e6edf7ad}body[data-mobile-theme=dark] .settings-time-input{background:#2b2540fa;border-color:#a4bfec29;box-shadow:inset 0 1px #ffffff05;color:#eef4ff}body[data-mobile-theme=dark] .settings-time-input.is-placeholder span,body[data-mobile-theme=dark] .settings-time-input[aria-disabled=true] span,body[data-mobile-theme=dark] .settings-time-input:disabled span{color:#e6edf76b}body[data-mobile-theme=dark] .settings-time-picker{z-index:130;background:#2c2740;border-color:#a4bfec24;box-shadow:0 16px 32px #0000004d}body[data-mobile-theme=dark] .settings-time-picker__column+.settings-time-picker__column,body[data-mobile-theme=dark] .settings-time-picker__head,body[data-mobile-theme=dark] .settings-time-picker__footer{border-color:#a4bfec24}body[data-mobile-theme=dark] .settings-time-picker__head,body[data-mobile-theme=dark] .settings-time-picker__option{color:#eef4ff}body[data-mobile-theme=dark] .settings-time-picker__option.is-selected{background:#59a8ff38;color:#eef4ff}body[data-mobile-theme=dark] .settings-time-picker__option:disabled{color:#e6edf747}body[data-mobile-theme=dark] .settings-time-picker__today,body[data-mobile-theme=dark] .settings-time-picker__close{color:var(--highlight)}body[data-mobile-theme=dark] .settings-time-picker__close{background:#59a8ff24}body[data-mobile-theme=dark] .settings-time-picker__today:disabled,body[data-mobile-theme=dark] .settings-time-picker__confirm:disabled{color:#e6edf76b}body[data-mobile-theme=dark] .settings-working-hours-add-error{color:#ff9e9e}body[data-mobile-theme=dark] .settings-working-hours-tag{background:#2b2540fa;box-shadow:0 10px 22px #0000002e}body[data-mobile-theme=dark] .settings-working-hours-tag strong{color:#eef4ff}body[data-mobile-theme=dark] .settings-working-hours-tag small{color:#e6edf78a}body[data-mobile-theme=dark] .settings-working-hours-tag.is-selected{background:#2d86ff}body[data-mobile-theme=dark] .settings-identity-dropzone{background:#59a8ff14;border-color:#59a8ff47}body[data-mobile-theme=dark] .settings-identity-dropzone.is-drag-active{background:#59a8ff24;border-color:#59a8ff6b}body[data-mobile-theme=dark] .reports-stats-grid .stat-card__label{color:#c7d3e5}body[data-mobile-theme=dark] .reports-stats-grid .stat-card__hint{color:#e6edf794}body[data-mobile-theme=dark] .reports-stats-grid .stat-card strong{color:#eef4ff}body[data-mobile-theme=dark] .reports-filter-toggle.is-active{box-shadow:0 12px 24px #0000002e,inset 0 0 0 1px #59a8ff47}body[data-mobile-theme=dark] .reports-filters-panel{background:#1f1b2ffa;border-color:#a4bfec24;box-shadow:0 16px 32px #00000047}body[data-mobile-theme=dark] .reports-top-service{border-bottom-color:#a4bfec24}body[data-mobile-theme=dark] .reports-top-service__label{color:#e6edf79e}body[data-mobile-theme=dark] .reports-top-service__value{color:#eef4ff}body[data-mobile-theme=dark] .reports-top-service__toggle{background:#2b2540f5;color:#eef4ff;box-shadow:inset 0 0 0 1px #a4bfec24}body[data-mobile-theme=dark] .mobile-section-heading h2{color:#eef4ff}body[data-mobile-theme=dark] .timeline-card{border-color:#59a8ff24;background:linear-gradient(180deg,#302948fa,#1f1b2ffa);box-shadow:0 12px 24px #0000003d}body[data-mobile-theme=dark] .timeline-card__icon{background:#ffffff0f;color:#e6edf78a}body[data-mobile-theme=dark] .timeline-card__tag{background:#59a8ff29;color:var(--highlight)}body[data-mobile-theme=dark] .timeline-card__status{background:#54c78429;color:#92d8ad}body[data-mobile-theme=dark] .timeline-card--figma{background:#1f1b2ffa}body[data-mobile-theme=dark] .timeline-card--figma .timeline-card__body h3,body[data-mobile-theme=dark] .timeline-card--figma .timeline-card__body p{color:#eef4ff}body[data-mobile-theme=dark] .timeline-card--figma .timeline-card__body small{color:#e6edf79e}body[data-mobile-theme=dark] .timeline-card--figma .timeline-card__status--booked{background:#59a8ff29;color:var(--highlight)}body[data-mobile-theme=dark] .timeline-empty{background:#2b2540eb;border-color:#59a8ff38;color:#e6edf7bd}body[data-mobile-theme=dark] .agenda-search-field>svg,body[data-mobile-theme=dark] .agenda-search-field__filter{color:#e6edf7ad}body[data-mobile-theme=dark] .agenda-search-field__filter.is-active{background:#59a8ff29;color:var(--highlight)}body[data-mobile-theme=dark] .agenda-search-filters{background:#1f1b2ffa;border-color:#a4bfec24;box-shadow:0 16px 32px #00000047}body[data-mobile-theme=dark] .agenda-search-filters__title{color:#eef4ff}body[data-mobile-theme=dark] .agenda-search-filters__option{color:#e6edf7}body[data-mobile-theme=dark] .checkbox-item{background:#2b2540f5;border-color:#a4bfec24;color:#eef4ff}body[data-mobile-theme=dark] .ds-bottom-sheet,body[data-mobile-theme=dark] .settings-bottom-sheet{background:#2c2740;box-shadow:0 -16px 30px #00000057}body[data-mobile-theme=dark] .ds-bottom-sheet__handle,body[data-mobile-theme=dark] .settings-bottom-sheet__handle{background:#e6edf729}body[data-mobile-theme=dark] .ds-bottom-sheet__header,body[data-mobile-theme=dark] .settings-bottom-sheet__header,body[data-mobile-theme=dark] .ds-bottom-sheet__actions,body[data-mobile-theme=dark] .settings-bottom-sheet__actions{border-color:#94a3b824}body[data-mobile-theme=dark] .ds-bottom-sheet__header h3,body[data-mobile-theme=dark] .settings-bottom-sheet__header h3{color:#eef4ff}body[data-mobile-theme=dark] .ds-bottom-sheet__body p,body[data-mobile-theme=dark] .settings-bottom-sheet__body p{color:#e6edf7bd}body[data-mobile-theme=dark] .ds-bottom-sheet__actions>.ds-button.ds-button--ghost{background:#2a2440;color:#ff8f8f}body[data-mobile-theme=dark] .ds-bottom-sheet__actions>.ds-button.ds-button--ghost:hover{background:#dd22261f}body[data-mobile-theme=dark] .finance-methods-item{background:#2b2540eb;border-color:#a4bfec24}body[data-mobile-theme=dark] .finance-methods-item strong,body[data-mobile-theme=dark] .finance-payment-row strong{color:#eef4ff}body[data-mobile-theme=dark] .finance-payment-row{border-bottom-color:#a4bfec24}body[data-mobile-theme=dark] .stat-card__tooltip{background:#1f1b2ffa;border-color:#a4bfec24;box-shadow:0 16px 32px #00000047;color:#eef4ff}}@media(max-width:420px){.reports-stats-grid{grid-auto-columns:minmax(13.6rem,14.2rem)}.reports-stats-grid .stat-card strong{font-size:1.54rem}.reports-table-wrap table{min-width:24rem}.finance-methods-item,.finance-payment-row{grid-template-columns:1fr;flex-direction:column}.finance-payment-row__actions{width:100%;justify-content:space-between}}@keyframes settings-sheet-rise{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;scroll-behavior:auto!important;transition:none!important}}
