:root{color-scheme:light;--color-primary: #6257e7;--color-primary-hover: #5146d5;--color-primary-pressed: #4338bd;--color-primary-light: #8b83f0;--color-primary-bg: #eeecff;--color-primary-soft: #f7f5ff;--color-on-primary: #ffffff;--color-bg: #f5f7fb;--color-bg-elevated: #fafbfe;--color-surface: #ffffff;--color-surface-raised: #ffffff;--color-surface-sunken: #eef1f7;--color-overlay: rgba(17, 23, 42, .52);--color-text: #171b2c;--color-text-secondary: #4a5369;--color-text-muted: #768096;--color-text-subtle: #9aa3b5;--color-border: #dce1eb;--color-border-strong: #c8cfdd;--color-border-light: #edf0f5;--color-success: #087f5b;--color-success-strong: #066b4d;--color-success-bg: #e6f7f0;--color-warning: #b6650c;--color-warning-strong: #94500a;--color-warning-bg: #fff4df;--color-danger: #d14343;--color-danger-strong: #b83232;--color-danger-bg: #ffeded;--color-info: #2773c8;--color-info-bg: #eaf3ff;--service-1: #7c62e8;--service-2: #d7559f;--service-3: #168aa1;--service-4: #df741d;--shadow-xs: 0 1px 2px rgba(28, 35, 55, .05);--shadow-sm: 0 2px 6px rgba(28, 35, 55, .06), 0 1px 2px rgba(28, 35, 55, .04);--shadow-md: 0 10px 24px rgba(28, 35, 55, .09), 0 2px 6px rgba(28, 35, 55, .05);--shadow-lg: 0 20px 48px rgba(28, 35, 55, .14), 0 4px 12px rgba(28, 35, 55, .06);--shadow-xl: 0 28px 72px rgba(28, 35, 55, .2), 0 8px 20px rgba(28, 35, 55, .08);--shadow-primary: 0 12px 28px rgba(98, 87, 231, .28);--radius-xs: 6px;--radius-sm: 9px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 22px;--radius-2xl: 28px;--radius-full: 9999px;--transition-fast: .14s cubic-bezier(.2, 0, 0, 1);--transition-normal: .22s cubic-bezier(.2, 0, 0, 1);--transition-slow: .36s cubic-bezier(.2, 0, 0, 1);--spacing-2xs: .25rem;--spacing-xs: .5rem;--spacing-sm: .75rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--z-dropdown: 100;--z-sticky: 150;--z-modal-backdrop: 200;--z-modal: 300;--z-toast: 400;--app-max-width: 1440px;--content-max-width: 1120px;--mobile-nav-height: 72px;--meta-theme-color: #f5f7fb}[data-theme=dark]{color-scheme:dark;--color-primary: #938cff;--color-primary-hover: #aaa4ff;--color-primary-pressed: #7f77ed;--color-primary-light: #b7b2ff;--color-primary-bg: rgba(147, 140, 255, .14);--color-primary-soft: rgba(147, 140, 255, .08);--color-on-primary: #111426;--color-bg: #0c101b;--color-bg-elevated: #111624;--color-surface: #171d2d;--color-surface-raised: #1c2335;--color-surface-sunken: #111726;--color-overlay: rgba(3, 5, 12, .72);--color-text: #f3f5fa;--color-text-secondary: #bdc5d6;--color-text-muted: #909bb0;--color-text-subtle: #6d778c;--color-border: #30394d;--color-border-strong: #414b62;--color-border-light: #252d3f;--color-success: #58d6ac;--color-success-strong: #79e5bf;--color-success-bg: rgba(53, 196, 147, .13);--color-warning: #f3b75f;--color-warning-strong: #ffcb7d;--color-warning-bg: rgba(236, 159, 45, .13);--color-danger: #ff8585;--color-danger-strong: #ffa0a0;--color-danger-bg: rgba(239, 93, 93, .14);--color-info: #78b7ff;--color-info-bg: rgba(61, 142, 232, .14);--shadow-xs: 0 1px 2px rgba(0, 0, 0, .2);--shadow-sm: 0 3px 8px rgba(0, 0, 0, .22);--shadow-md: 0 12px 28px rgba(0, 0, 0, .3);--shadow-lg: 0 22px 52px rgba(0, 0, 0, .4);--shadow-xl: 0 32px 80px rgba(0, 0, 0, .48);--shadow-primary: 0 12px 30px rgba(92, 80, 222, .3);--meta-theme-color: #0c101b}.btn{min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.68rem 1.05rem;border:1px solid transparent;border-radius:var(--radius-md);font-weight:650;line-height:1.2;letter-spacing:-.01em;white-space:nowrap;transition:color var(--transition-fast),background-color var(--transition-fast),border-color var(--transition-fast),box-shadow var(--transition-fast),transform var(--transition-fast)}.btn:hover:not(:disabled){transform:translateY(-1px)}.btn:active:not(:disabled){transform:translateY(0) scale(.98)}.btn-primary{color:var(--color-on-primary);background:var(--color-primary);border-color:var(--color-primary);box-shadow:0 5px 14px #6257e72e}.btn-primary:hover:not(:disabled){color:var(--color-on-primary);background:var(--color-primary-hover);border-color:var(--color-primary-hover);box-shadow:0 8px 20px #6257e740}.btn-secondary{color:var(--color-text-secondary);background:var(--color-surface);border-color:var(--color-border);box-shadow:var(--shadow-xs)}.btn-secondary:hover:not(:disabled){color:var(--color-text);background:var(--color-bg-elevated);border-color:var(--color-border-strong)}.btn-danger{color:#fff;background:var(--color-danger);border-color:var(--color-danger)}.btn-danger:hover:not(:disabled){color:#fff;background:var(--color-danger-strong);border-color:var(--color-danger-strong)}.btn-ghost{color:var(--color-text-muted);background:transparent}.btn-ghost:hover:not(:disabled){color:var(--color-text);background:var(--color-surface-sunken)}.btn-icon{width:44px;padding:0;border-radius:var(--radius-md)}.btn-sm{min-height:38px;padding:.5rem .8rem;font-size:.875rem;border-radius:var(--radius-sm)}.btn-full{width:100%}.btn:disabled{opacity:.48;cursor:not-allowed;box-shadow:none;transform:none}.card{color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.form-group{display:flex;flex-direction:column;gap:.45rem}.form-group label,.form-label{color:var(--color-text-secondary);font-size:.82rem;font-weight:650;line-height:1.35}.form-group .required:after,.form-label.required:after{content:" *";color:var(--color-danger)}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.badge{display:inline-flex;align-items:center;justify-content:center;gap:.3rem;width:fit-content;min-height:24px;padding:.2rem .55rem;border-radius:var(--radius-full);font-size:.72rem;font-weight:700;letter-spacing:.01em}.badge-success{color:var(--color-success);background:var(--color-success-bg)}.badge-warning{color:var(--color-warning);background:var(--color-warning-bg)}.badge-danger{color:var(--color-danger);background:var(--color-danger-bg)}@media(max-width:520px){.form-row{grid-template-columns:1fr;gap:.8rem}}@media(prefers-reduced-motion:reduce){:root{--transition-fast: 0ms;--transition-normal: 0ms;--transition-slow: 0ms}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{min-width:320px;min-height:100%;font-size:16px;scroll-behavior:smooth;text-size-adjust:100%;-webkit-text-size-adjust:100%;background:var(--color-bg)}body{min-width:320px;min-height:100vh;min-height:100dvh;overflow-x:hidden;color:var(--color-text);background:radial-gradient(circle at 90% -10%,var(--color-primary-bg) 0,transparent 30rem),var(--color-bg);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9375rem;line-height:1.55;letter-spacing:-.008em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior-y:none}#app{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}button,input,select,textarea{color:inherit;font:inherit}button{border:0;cursor:pointer;background:none;-webkit-tap-highlight-color:transparent}button,a,input,select,textarea,[role=button]{outline:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[role=button]:focus-visible{outline:3px solid color-mix(in srgb,var(--color-primary) 34%,transparent);outline-offset:2px}input,select,textarea{width:100%;min-height:46px;padding:.7rem .85rem;color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:0 1px #fff6 inset;transition:border-color var(--transition-fast),background-color var(--transition-fast),box-shadow var(--transition-fast)}textarea{min-height:88px;resize:vertical}select{cursor:pointer}input:hover:not(:disabled),select:hover:not(:disabled),textarea:hover:not(:disabled){border-color:var(--color-border-strong)}input:focus,select:focus,textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 4px color-mix(in srgb,var(--color-primary) 13%,transparent)}input:disabled,select:disabled,textarea:disabled{cursor:not-allowed;opacity:.56;background:var(--color-surface-sunken)}input::placeholder,textarea::placeholder{color:var(--color-text-subtle)}input[type=date],input[type=time]{cursor:pointer}input[type=date]::-webkit-calendar-picker-indicator,input[type=time]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.65}a{color:var(--color-primary);font-weight:550;text-decoration:none;text-underline-offset:.18em}a:hover{text-decoration:underline}h1,h2,h3,h4{color:var(--color-text);font-weight:720;line-height:1.18;letter-spacing:-.035em;text-wrap:balance}p{text-wrap:pretty}::selection{color:var(--color-text);background:var(--color-primary-bg)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border-strong);border:2px solid transparent;border-radius:var(--radius-full);background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background-color:var(--color-text-subtle)}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:720px){body{font-size:.9rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.subscription-banner.svelte-zxin7t{min-height:30px;padding:.28rem clamp(1rem,3vw,2rem);display:flex;align-items:center;justify-content:center;gap:.8rem;border-bottom:1px solid color-mix(in srgb,currentColor 12%,transparent);font-size:.72rem;font-weight:650;line-height:1.25}.subscription-banner.success.svelte-zxin7t{color:var(--color-success);background:var(--color-success-bg)}.subscription-banner.warning.svelte-zxin7t{color:var(--color-warning);background:var(--color-warning-bg)}.subscription-banner.danger.svelte-zxin7t{color:var(--color-danger);background:var(--color-danger-bg)}.banner-content.svelte-zxin7t{min-width:0;display:inline-flex;align-items:center;justify-content:center;gap:.4rem}.upgrade-btn.svelte-zxin7t{min-height:26px;padding:.25rem .62rem;color:inherit;background:color-mix(in srgb,currentColor 10%,transparent);border:1px solid color-mix(in srgb,currentColor 20%,transparent);border-radius:var(--radius-full);font-size:.69rem;font-weight:750;white-space:nowrap}.upgrade-btn.svelte-zxin7t:hover{background:color-mix(in srgb,currentColor 16%,transparent)}@media(max-width:520px){.subscription-banner.svelte-zxin7t{justify-content:space-between;gap:.45rem;padding-top:.25rem;padding-bottom:.25rem}.banner-content.svelte-zxin7t{justify-content:flex-start}}.modal-backdrop.svelte-1lj58pd{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:var(--z-modal-backdrop);padding:1rem}.modal.svelte-1lj58pd{background:var(--color-surface);border-radius:var(--radius-xl);width:100%;max-width:400px;max-height:90vh;overflow-y:auto;z-index:var(--z-modal);position:relative;animation:svelte-1lj58pd-fadeIn .2s ease-out}@keyframes svelte-1lj58pd-fadeIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.close-btn.svelte-1lj58pd{position:absolute;top:1rem;right:1rem;padding:.5rem;border:none;background:none;color:var(--color-text-muted);cursor:pointer;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;transition:all var(--transition-fast)}.close-btn.svelte-1lj58pd:hover{background:var(--color-bg);color:var(--color-text)}.modal-content.svelte-1lj58pd{padding:2rem;text-align:center}.paywall-header.svelte-1lj58pd{margin-bottom:1.5rem}.lock-icon.svelte-1lj58pd{width:64px;height:64px;margin:0 auto 1rem;background:var(--color-danger-bg);color:var(--color-danger);border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center}h2.svelte-1lj58pd{font-size:1.25rem;font-weight:600;margin:0 0 .5rem;color:var(--color-text)}.paywall-subtitle.svelte-1lj58pd{color:var(--color-text-muted);margin:0;font-size:.9375rem}.price-card.svelte-1lj58pd{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-hover) 100%);color:#fff;padding:1.5rem;border-radius:var(--radius-lg);margin-bottom:1.5rem}.price.svelte-1lj58pd{display:flex;align-items:baseline;justify-content:center;gap:.25rem}.amount.svelte-1lj58pd{font-size:2.5rem;font-weight:700;line-height:1}.period.svelte-1lj58pd{font-size:1rem;opacity:.9}.price-note.svelte-1lj58pd{margin:.5rem 0 0;font-size:.875rem;opacity:.9}.benefits-list.svelte-1lj58pd{list-style:none;padding:0;margin:0 0 1.5rem;text-align:left}.benefit-item.svelte-1lj58pd{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;color:var(--color-text)}.benefit-icon.svelte-1lj58pd{width:24px;height:24px;background:var(--color-success-bg);color:var(--color-success);border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;flex-shrink:0}.btn-subscribe.svelte-1lj58pd{width:100%;padding:1rem;font-size:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-subscribe.svelte-1lj58pd:disabled{opacity:.7;cursor:not-allowed}.error-message.svelte-1lj58pd{background:var(--color-danger-bg);color:var(--color-danger);padding:.75rem;border-radius:var(--radius-md);font-size:.875rem;margin-bottom:1rem}.spin{animation:svelte-1lj58pd-spin 1s linear infinite}@keyframes svelte-1lj58pd-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.terms.svelte-1lj58pd{margin:1rem 0 0;font-size:.75rem;color:var(--color-text-muted)}.modal-backdrop.svelte-1lj58pd{align-items:flex-end;padding:0;background:var(--color-overlay);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal.svelte-1lj58pd{max-width:460px;max-height:calc(100dvh - 1.25rem);background:var(--color-surface);border:1px solid var(--color-border);border-bottom:0;border-radius:var(--radius-2xl) var(--radius-2xl) 0 0;box-shadow:var(--shadow-xl)}.modal-content.svelte-1lj58pd{padding:1.75rem 1.35rem max(1.35rem,env(safe-area-inset-bottom))}.close-btn.svelte-1lj58pd{z-index:2;width:40px;height:40px;padding:0;background:var(--color-surface-sunken);border-radius:var(--radius-md)}.lock-icon.svelte-1lj58pd{width:58px;height:58px;color:var(--color-primary);background:var(--color-primary-bg);border-radius:var(--radius-lg)}h2.svelte-1lj58pd{font-size:1.4rem;font-weight:760;letter-spacing:-.04em}.paywall-subtitle.svelte-1lj58pd{color:var(--color-text-secondary);font-size:.84rem}.price-card.svelte-1lj58pd{padding:1.25rem;color:var(--color-text);background:linear-gradient(145deg,var(--color-primary-bg),var(--color-primary-soft));border:1px solid color-mix(in srgb,var(--color-primary) 18%,var(--color-border));border-radius:var(--radius-lg)}.amount.svelte-1lj58pd{color:var(--color-primary);font-size:2.3rem;font-weight:800;letter-spacing:-.06em}.period.svelte-1lj58pd,.price-note.svelte-1lj58pd{color:var(--color-text-muted);opacity:1}.benefit-item.svelte-1lj58pd{min-height:38px;padding:.42rem 0;color:var(--color-text-secondary);font-size:.82rem;font-weight:600}.benefit-icon.svelte-1lj58pd{color:var(--color-success);background:var(--color-success-bg)}.btn-subscribe.svelte-1lj58pd{min-height:50px;padding:.8rem 1rem;color:var(--color-on-primary)}@media(min-width:640px){.modal-backdrop.svelte-1lj58pd{align-items:center;padding:1.5rem}.modal.svelte-1lj58pd{border-bottom:1px solid var(--color-border);border-radius:var(--radius-2xl)}}.header.svelte-oiwvqb{position:sticky;top:0;z-index:var(--z-sticky);flex-shrink:0;background:color-mix(in srgb,var(--color-surface) 92%,transparent);border-bottom:1px solid var(--color-border-light);box-shadow:0 1px #ffffff73 inset;-webkit-backdrop-filter:blur(18px) saturate(1.2);backdrop-filter:blur(18px) saturate(1.2)}.header-content.svelte-oiwvqb{width:min(100%,var(--app-max-width));min-height:70px;margin:0 auto;padding:.65rem clamp(1rem,3vw,2rem);display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.brand.svelte-oiwvqb{min-width:0;display:inline-flex;align-items:center;gap:.7rem;color:var(--color-text);text-align:left;border-radius:var(--radius-md)}.brand-mark.svelte-oiwvqb{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;color:var(--color-on-primary);background:linear-gradient(145deg,var(--color-primary-light),var(--color-primary));border-radius:12px;box-shadow:0 7px 16px #6257e73d;font-size:1.45rem;font-weight:800;letter-spacing:-.08em;line-height:1}.brand-copy.svelte-oiwvqb{min-width:0;display:flex;flex-direction:column}.business-name.svelte-oiwvqb{max-width:240px;overflow:hidden;color:var(--color-text);font-size:1rem;font-weight:720;line-height:1.25;letter-spacing:-.025em;text-overflow:ellipsis;white-space:nowrap}.section-name.svelte-oiwvqb{color:var(--color-text-muted);font-size:.72rem;font-weight:600;line-height:1.25}.header-actions.svelte-oiwvqb{display:flex;align-items:center;gap:.3rem;padding:.3rem;background:var(--color-surface-sunken);border:1px solid var(--color-border-light);border-radius:var(--radius-lg)}.nav-item.svelte-oiwvqb{min-height:44px;padding:.55rem .78rem;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;color:var(--color-text-muted);border:1px solid transparent;border-radius:var(--radius-md);font-size:.8rem;font-weight:650;transition:all var(--transition-fast)}.nav-item.svelte-oiwvqb:hover{color:var(--color-text-secondary);background:color-mix(in srgb,var(--color-surface) 72%,transparent)}.nav-item.active.svelte-oiwvqb{color:var(--color-primary);background:var(--color-surface);border-color:var(--color-border-light);box-shadow:var(--shadow-sm)}@media(max-width:820px){.header.svelte-oiwvqb{background:var(--color-surface);-webkit-backdrop-filter:none;backdrop-filter:none}.header-content.svelte-oiwvqb{min-height:62px;padding-top:max(.55rem,env(safe-area-inset-top));padding-bottom:.55rem}.brand-mark.svelte-oiwvqb{width:34px;height:34px;flex-basis:34px;border-radius:10px;font-size:1.3rem}.business-name.svelte-oiwvqb{max-width:min(68vw,360px)}.header-actions.svelte-oiwvqb{position:fixed;left:0;right:0;bottom:0;z-index:var(--z-sticky);height:calc(var(--mobile-nav-height) + env(safe-area-inset-bottom));padding:.45rem max(.35rem,env(safe-area-inset-left)) env(safe-area-inset-bottom) max(.35rem,env(safe-area-inset-right));display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;background:color-mix(in srgb,var(--color-surface) 96%,transparent);border:0;border-top:1px solid var(--color-border);border-radius:0;box-shadow:0 -10px 32px #1c233714;-webkit-backdrop-filter:blur(20px) saturate(1.25);backdrop-filter:blur(20px) saturate(1.25)}.nav-item.svelte-oiwvqb{min-width:0;min-height:58px;padding:.35rem .1rem;flex-direction:column;gap:.18rem;border:0;border-radius:var(--radius-md);font-size:clamp(.61rem,2.5vw,.69rem);line-height:1.1}.nav-item.active.svelte-oiwvqb{background:var(--color-primary-bg);border:0;box-shadow:none}.nav-item.svelte-oiwvqb span:where(.svelte-oiwvqb){max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.unlock.svelte-1q3on8w{min-height:100vh;min-height:100dvh;flex:1;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:radial-gradient(circle at 50% 25%,var(--color-primary-bg),transparent 24rem),var(--color-bg)}.unlock-card.svelte-1q3on8w{width:100%;max-width:440px;padding:clamp(1.35rem,5vw,2rem);display:flex;flex-direction:column;gap:1rem;border-radius:var(--radius-2xl);box-shadow:var(--shadow-lg)}.title.svelte-1q3on8w{display:flex;align-items:center;gap:.5rem;color:var(--color-text)}.title.svelte-1q3on8w svg{width:44px;height:44px;padding:11px;color:var(--color-primary);background:var(--color-primary-bg);border-radius:var(--radius-md)}.title.svelte-1q3on8w h2:where(.svelte-1q3on8w){font-size:1.125rem;font-weight:700}.subtitle.svelte-1q3on8w{color:var(--color-text-muted);font-size:.875rem;line-height:1.5}.form.svelte-1q3on8w{display:flex;flex-direction:column;gap:.75rem}.error.svelte-1q3on8w{color:var(--color-danger);font-weight:600;font-size:.875rem;text-align:center}.danger-zone.svelte-1q3on8w{border-top:1px solid var(--color-border-light);padding-top:1rem;display:flex;flex-direction:column;gap:.75rem}.danger-text.svelte-1q3on8w{color:var(--color-text-muted);font-size:.8125rem;line-height:1.45}.wipe-backdrop.svelte-1q3on8w{position:fixed;inset:0;z-index:var(--z-modal-backdrop);padding:1rem;display:grid;place-items:center;background:var(--color-overlay);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.wipe-dialog.svelte-1q3on8w{position:relative;width:min(100%,460px);padding:1.4rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-2xl);box-shadow:var(--shadow-xl)}.wipe-close.svelte-1q3on8w{position:absolute;top:.85rem;right:.85rem;width:38px;height:38px;display:grid;place-items:center;color:var(--color-text-muted);background:var(--color-surface-sunken);border-radius:var(--radius-md)}.wipe-icon.svelte-1q3on8w{width:48px;height:48px;display:grid;place-items:center;color:var(--color-danger);background:var(--color-danger-bg);border-radius:var(--radius-lg)}.wipe-dialog.svelte-1q3on8w h2:where(.svelte-1q3on8w){margin-top:.9rem;font-size:1.25rem}.wipe-dialog.svelte-1q3on8w p:where(.svelte-1q3on8w){margin:.55rem 0 1rem;color:var(--color-text-secondary);font-size:.82rem}.wipe-dialog.svelte-1q3on8w label:where(.svelte-1q3on8w){display:block;margin-bottom:.4rem;color:var(--color-text-secondary);font-size:.76rem;font-weight:650}.wipe-actions.svelte-1q3on8w{margin-top:1rem;display:flex;justify-content:flex-end;gap:.65rem}@media(max-width:480px){.wipe-actions.svelte-1q3on8w{flex-direction:column-reverse}.wipe-actions.svelte-1q3on8w .btn:where(.svelte-1q3on8w){width:100%}}.auth-shell.svelte-1gz1p2u{position:relative;min-height:100vh;min-height:100dvh;padding:clamp(4.5rem,8vw,6rem) 1rem 2rem;display:grid;place-items:center;overflow:hidden;isolation:isolate;background:linear-gradient(145deg,color-mix(in srgb,var(--color-primary-soft) 64%,transparent),transparent 55%),var(--color-bg)}.auth-shell.svelte-1gz1p2u:before{content:"";position:absolute;inset:0;z-index:-2;opacity:.3;background-image:linear-gradient(var(--color-border-light) 1px,transparent 1px),linear-gradient(90deg,var(--color-border-light) 1px,transparent 1px);background-size:44px 44px;-webkit-mask-image:radial-gradient(circle at center,black,transparent 78%);mask-image:radial-gradient(circle at center,black,transparent 78%)}.auth-aura.svelte-1gz1p2u{position:absolute;z-index:-1;border-radius:50%;filter:blur(12px);pointer-events:none}.aura-one.svelte-1gz1p2u{width:32rem;height:32rem;top:-18rem;right:-10rem;background:color-mix(in srgb,var(--color-primary) 16%,transparent)}.aura-two.svelte-1gz1p2u{width:24rem;height:24rem;left:-14rem;bottom:-10rem;background:color-mix(in srgb,var(--color-info) 11%,transparent)}.back-link.svelte-1gz1p2u{position:absolute;top:max(1rem,env(safe-area-inset-top));left:max(1rem,env(safe-area-inset-left));min-height:44px;padding:.55rem .75rem;display:inline-flex;align-items:center;gap:.45rem;color:var(--color-text-secondary);background:color-mix(in srgb,var(--color-surface) 80%,transparent);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-xs);font-size:.78rem;font-weight:650;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:color var(--transition-fast),background var(--transition-fast),transform var(--transition-fast)}.back-link.svelte-1gz1p2u:hover:not(:disabled){color:var(--color-text);background:var(--color-surface);transform:translate(-2px)}.back-link.svelte-1gz1p2u:disabled{cursor:not-allowed;opacity:.55}.auth-layout.svelte-1gz1p2u{width:min(100%,1060px);display:grid;grid-template-columns:minmax(0,1.05fr) minmax(390px,.8fr);overflow:hidden;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-2xl);box-shadow:var(--shadow-xl)}.auth-story.svelte-1gz1p2u{min-height:670px;padding:clamp(2rem,4vw,3.25rem);display:flex;flex-direction:column;color:#f3f5fa;background:radial-gradient(circle at 85% 15%,rgba(147,140,255,.28),transparent 20rem),linear-gradient(145deg,#171b2c,#242039 110%)}.story-brand.svelte-1gz1p2u,.mobile-brand.svelte-1gz1p2u{display:flex;align-items:center;gap:.35rem}.brand-mark.svelte-1gz1p2u{width:38px;height:38px;display:grid;place-items:center;color:#171b2c;background:linear-gradient(145deg,#b7b2ff,#938cff);border-radius:12px;box-shadow:0 8px 18px #594cdc52;font-size:1.4rem;font-weight:800;letter-spacing:-.08em}.brand-word.svelte-1gz1p2u{color:inherit;font-size:.9rem;font-weight:800;letter-spacing:.09em}.story-copy.svelte-1gz1p2u{margin-top:clamp(3rem,7vh,5rem)}.story-eyebrow.svelte-1gz1p2u{color:#b7b2ff;font-size:.7rem;font-weight:760;letter-spacing:.09em;text-transform:uppercase}.story-copy.svelte-1gz1p2u h1:where(.svelte-1gz1p2u){margin:.7rem 0 1rem;color:#f7f8fc;font-size:clamp(2.1rem,4vw,3.25rem);line-height:1.05;letter-spacing:-.06em}.story-copy.svelte-1gz1p2u p:where(.svelte-1gz1p2u){max-width:30rem;color:#b8c0d0;font-size:.93rem;line-height:1.7}.story-preview.svelte-1gz1p2u{margin-top:2rem;padding:1rem;background:#ffffff12;border:1px solid rgba(255,255,255,.11);border-radius:var(--radius-xl);box-shadow:0 18px 38px #00000029;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.story-preview-head.svelte-1gz1p2u{padding:0 .15rem .65rem;display:flex;align-items:center;justify-content:space-between;color:#aab3c5;font-size:.68rem;font-weight:650}.story-preview-head.svelte-1gz1p2u small:where(.svelte-1gz1p2u){color:#79e5bf}.story-appointment.svelte-1gz1p2u{padding:.85rem;display:grid;grid-template-columns:4px 1fr auto;align-items:center;gap:.75rem;background:#080b1857;border-radius:var(--radius-lg)}.appointment-mark.svelte-1gz1p2u{width:4px;height:38px;background:#938cff;border-radius:var(--radius-full)}.story-appointment.svelte-1gz1p2u>div:where(.svelte-1gz1p2u){display:flex;flex-direction:column;gap:.2rem}.story-appointment.svelte-1gz1p2u strong:where(.svelte-1gz1p2u){color:#f3f5fa;font-size:.82rem}.story-appointment.svelte-1gz1p2u small:where(.svelte-1gz1p2u){color:#929db1;font-size:.67rem}.story-appointment.svelte-1gz1p2u svg{color:#79e5bf}.story-stats.svelte-1gz1p2u{margin-top:.75rem;display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.story-stats.svelte-1gz1p2u span:where(.svelte-1gz1p2u){padding:.65rem;display:flex;flex-direction:column;gap:.15rem;background:#080b1833;border-radius:var(--radius-md)}.story-stats.svelte-1gz1p2u strong:where(.svelte-1gz1p2u){color:#f3f5fa;font-size:.85rem}.story-stats.svelte-1gz1p2u small:where(.svelte-1gz1p2u){color:#909bb0;font-size:.6rem}.local-note.svelte-1gz1p2u{margin-top:auto;padding-top:1.5rem;display:flex;align-items:flex-start;gap:.7rem;color:#79e5bf;border-top:1px solid rgba(255,255,255,.09)}.local-note.svelte-1gz1p2u div:where(.svelte-1gz1p2u){display:flex;flex-direction:column;gap:.15rem}.local-note.svelte-1gz1p2u strong:where(.svelte-1gz1p2u){color:#e8ebf1;font-size:.76rem}.local-note.svelte-1gz1p2u span:where(.svelte-1gz1p2u){color:#929db1;font-size:.68rem;line-height:1.45}.auth-card.svelte-1gz1p2u{padding:clamp(1.5rem,4vw,3rem);display:flex;flex-direction:column;justify-content:center;background:var(--color-surface)}.mobile-brand.svelte-1gz1p2u{display:none;margin-bottom:1.75rem;color:var(--color-text)}.mobile-brand.svelte-1gz1p2u .brand-mark:where(.svelte-1gz1p2u){color:var(--color-on-primary);background:linear-gradient(145deg,var(--color-primary-light),var(--color-primary))}.tabs.svelte-1gz1p2u{padding:.25rem;display:grid;grid-template-columns:1fr 1fr;gap:.25rem;background:var(--color-surface-sunken);border:1px solid var(--color-border-light);border-radius:var(--radius-lg)}.tabs.svelte-1gz1p2u button:where(.svelte-1gz1p2u){min-height:43px;padding:.55rem .65rem;color:var(--color-text-muted);border:1px solid transparent;border-radius:var(--radius-md);font-size:.79rem;font-weight:670;transition:color var(--transition-fast),background var(--transition-fast),box-shadow var(--transition-fast)}.tabs.svelte-1gz1p2u button:where(.svelte-1gz1p2u):hover{color:var(--color-text-secondary)}.tabs.svelte-1gz1p2u button.active:where(.svelte-1gz1p2u){color:var(--color-primary);background:var(--color-surface);border-color:var(--color-border-light);box-shadow:var(--shadow-sm)}.reset-back.svelte-1gz1p2u{width:fit-content;min-height:40px;margin:-.4rem 0 .5rem -.55rem;padding:.45rem .55rem;display:inline-flex;align-items:center;gap:.4rem;color:var(--color-primary);border-radius:var(--radius-md);font-size:.76rem;font-weight:680}.reset-back.svelte-1gz1p2u:hover:not(:disabled){background:var(--color-primary-bg)}.panel-heading.svelte-1gz1p2u{margin:1.65rem 0 1.4rem}.panel-heading.svelte-1gz1p2u h2:where(.svelte-1gz1p2u){font-size:clamp(1.55rem,3vw,2rem);letter-spacing:-.05em}.panel-heading.svelte-1gz1p2u p:where(.svelte-1gz1p2u){margin-top:.5rem;color:var(--color-text-secondary);font-size:.82rem;line-height:1.55}.auth-form.svelte-1gz1p2u{display:flex;flex-direction:column;gap:.95rem}.form-field.svelte-1gz1p2u{display:flex;flex-direction:column;gap:.42rem}.form-field.svelte-1gz1p2u>label:where(.svelte-1gz1p2u),.label-row.svelte-1gz1p2u label:where(.svelte-1gz1p2u){color:var(--color-text-secondary);font-size:.76rem;font-weight:670}.form-field.svelte-1gz1p2u>label:where(.svelte-1gz1p2u) span:where(.svelte-1gz1p2u){color:var(--color-text-subtle);font-weight:520}.label-row.svelte-1gz1p2u{display:flex;align-items:center;justify-content:space-between;gap:1rem}.forgot-link.svelte-1gz1p2u{min-height:32px;padding:.25rem .1rem;color:var(--color-primary);border-radius:var(--radius-sm);font-size:.72rem;font-weight:660}.forgot-link.svelte-1gz1p2u:hover{text-decoration:underline;text-underline-offset:.18em}.input-wrapper.svelte-1gz1p2u{position:relative;display:flex;align-items:center}.input-wrapper.svelte-1gz1p2u .input-icon{position:absolute;left:.85rem;z-index:1;color:var(--color-text-subtle);pointer-events:none}.input-wrapper.svelte-1gz1p2u input:where(.svelte-1gz1p2u){min-height:48px;padding:.72rem 2.8rem .72rem 2.55rem;background:var(--color-bg-elevated)}.input-wrapper.svelte-1gz1p2u input:where(.svelte-1gz1p2u):not([type=password]){padding-right:.85rem}.input-wrapper.svelte-1gz1p2u input:where(.svelte-1gz1p2u):focus{background:var(--color-surface)}.password-toggle.svelte-1gz1p2u{position:absolute;right:.25rem;width:42px;height:42px;display:grid;place-items:center;color:var(--color-text-muted);border-radius:var(--radius-md)}.password-toggle.svelte-1gz1p2u:hover:not(:disabled){color:var(--color-text);background:var(--color-surface-sunken)}.password-toggle.svelte-1gz1p2u:disabled,.forgot-link.svelte-1gz1p2u:disabled,.reset-back.svelte-1gz1p2u:disabled{cursor:not-allowed;opacity:.55}.field-hint.svelte-1gz1p2u{color:var(--color-text-secondary);font-size:.68rem}.message-slot.svelte-1gz1p2u{min-height:0}.message.svelte-1gz1p2u{padding:.72rem .8rem;display:flex;align-items:flex-start;gap:.55rem;border:1px solid transparent;border-radius:var(--radius-md);font-size:.74rem;line-height:1.45}.message.svelte-1gz1p2u svg{flex:0 0 auto;margin-top:.08rem}.message.error.svelte-1gz1p2u{color:var(--color-danger);background:var(--color-danger-bg);border-color:color-mix(in srgb,var(--color-danger) 18%,transparent)}.message.success.svelte-1gz1p2u{color:var(--color-success);background:var(--color-success-bg);border-color:color-mix(in srgb,var(--color-success) 18%,transparent)}.submit-button.svelte-1gz1p2u{width:100%;min-height:49px;margin-top:.15rem;box-shadow:var(--shadow-primary)}.submit-button.svelte-1gz1p2u:disabled{box-shadow:none}.spinner{animation:svelte-1gz1p2u-spin .9s linear infinite}@keyframes svelte-1gz1p2u-spin{to{transform:rotate(360deg)}}.trial-note.svelte-1gz1p2u{display:flex;align-items:center;justify-content:center;gap:.4rem;color:var(--color-text-secondary);font-size:.7rem;font-weight:560}.trial-note.svelte-1gz1p2u svg{color:var(--color-success)}.mobile-local-note.svelte-1gz1p2u{display:none;margin-top:1.35rem;padding-top:1rem;align-items:flex-start;gap:.55rem;color:var(--color-success);border-top:1px solid var(--color-border-light)}.mobile-local-note.svelte-1gz1p2u p:where(.svelte-1gz1p2u){color:var(--color-text-secondary);font-size:.68rem;line-height:1.45}.mobile-local-note.svelte-1gz1p2u strong:where(.svelte-1gz1p2u){color:var(--color-text-secondary)}@media(max-width:860px){.auth-shell.svelte-1gz1p2u{padding:max(4.75rem,calc(env(safe-area-inset-top) + 4rem)) .75rem max(1rem,env(safe-area-inset-bottom));place-items:start center;overflow-y:auto}.auth-layout.svelte-1gz1p2u{width:min(100%,500px);display:block;overflow:visible;border-radius:var(--radius-xl)}.auth-story.svelte-1gz1p2u{display:none}.auth-card.svelte-1gz1p2u{min-height:0;padding:clamp(1.25rem,6vw,2rem);border-radius:inherit}.mobile-brand.svelte-1gz1p2u,.mobile-local-note.svelte-1gz1p2u{display:flex}}@media(max-width:430px){.auth-shell.svelte-1gz1p2u{padding-inline:0;padding-bottom:0;background:var(--color-surface)}.back-link.svelte-1gz1p2u{left:max(.65rem,env(safe-area-inset-left));color:var(--color-text-secondary);background:transparent;border-color:transparent;box-shadow:none}.auth-layout.svelte-1gz1p2u{width:100%;border:0;border-radius:0;box-shadow:none}.auth-card.svelte-1gz1p2u{padding:1.15rem 1rem max(1.5rem,env(safe-area-inset-bottom))}.mobile-brand.svelte-1gz1p2u{margin-bottom:1.35rem}.panel-heading.svelte-1gz1p2u{margin:1.4rem 0 1.2rem}.panel-heading.svelte-1gz1p2u h2:where(.svelte-1gz1p2u){font-size:1.55rem}.tabs.svelte-1gz1p2u button:where(.svelte-1gz1p2u){font-size:.75rem}}.navigation.svelte-eyh2cm{flex-shrink:0;width:100%;padding:clamp(.7rem,2vw,1.25rem) clamp(.75rem,2vw,1.5rem) .75rem;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem}.date-navigator.svelte-eyh2cm{grid-column:2;min-width:min(420px,45vw);display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:.35rem}.arrow-btn.svelte-eyh2cm{width:44px;height:44px;display:grid;place-items:center;color:var(--color-text-muted);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-xs);transition:all var(--transition-fast)}.arrow-btn.svelte-eyh2cm:hover{color:var(--color-primary);border-color:color-mix(in srgb,var(--color-primary) 36%,var(--color-border));transform:translateY(-1px)}.date-copy.svelte-eyh2cm{min-width:0;display:flex;flex-direction:column;align-items:center;text-align:center}.date-eyebrow.svelte-eyh2cm{color:var(--color-text-muted);font-size:.67rem;font-weight:700;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.date-display.svelte-eyh2cm{max-width:100%;overflow:hidden;color:var(--color-text);font-size:clamp(.95rem,2vw,1.08rem);font-weight:720;letter-spacing:-.025em;text-overflow:ellipsis;text-transform:capitalize;white-space:nowrap}.nav-actions.svelte-eyh2cm{grid-column:3;justify-self:end;display:flex;align-items:center;gap:.65rem}.today-btn.svelte-eyh2cm{min-height:40px;padding:0 .85rem;display:inline-flex;align-items:center;justify-content:center;gap:.42rem;color:var(--color-text-secondary);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-xs);font-size:.8rem;font-weight:680}.today-btn.svelte-eyh2cm:hover{color:var(--color-primary);border-color:color-mix(in srgb,var(--color-primary) 36%,var(--color-border))}.view-toggle.svelte-eyh2cm{display:flex;padding:.23rem;background:var(--color-surface-sunken);border:1px solid var(--color-border-light);border-radius:var(--radius-md)}.toggle-btn.svelte-eyh2cm{min-height:34px;padding:.4rem .72rem;color:var(--color-text-muted);border-radius:var(--radius-sm);font-size:.76rem;font-weight:680;transition:all var(--transition-fast)}.toggle-btn.svelte-eyh2cm:hover{color:var(--color-text-secondary)}.toggle-btn.active.svelte-eyh2cm{color:var(--color-primary);background:var(--color-surface);box-shadow:var(--shadow-sm)}@media(max-width:900px){.navigation.svelte-eyh2cm{grid-template-columns:1fr;gap:.65rem}.date-navigator.svelte-eyh2cm{grid-column:1;width:100%;min-width:0}.nav-actions.svelte-eyh2cm{grid-column:1;width:100%;justify-content:space-between}.view-toggle.svelte-eyh2cm{flex:1;max-width:230px}.toggle-btn.svelte-eyh2cm{flex:1}}@media(max-width:520px){.navigation.svelte-eyh2cm{padding-top:.65rem}.date-navigator.svelte-eyh2cm{grid-template-columns:40px minmax(0,1fr) 40px}.arrow-btn.svelte-eyh2cm{width:40px;height:40px}.date-display.svelte-eyh2cm{font-size:.92rem}.date-eyebrow.svelte-eyh2cm{font-size:.61rem}}.appointment-card.svelte-cmid7{position:relative;isolation:isolate;min-width:0;color:var(--color-text);background:var(--color-surface-raised);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:border-color var(--transition-fast),box-shadow var(--transition-fast),transform var(--transition-fast),opacity var(--transition-fast)}.appointment-card.svelte-cmid7:hover{border-color:color-mix(in srgb,var(--card-color) 28%,var(--color-border));box-shadow:var(--shadow-md);transform:translateY(-1px)}.appointment-card.svelte-cmid7:focus-within{border-color:color-mix(in srgb,var(--card-color) 42%,var(--color-border))}.appointment-card.completed.svelte-cmid7{background:color-mix(in srgb,var(--color-success-bg) 24%,var(--color-surface))}.appointment-card.cancelled.svelte-cmid7{opacity:.62}.card-accent.svelte-cmid7{position:absolute;top:.7rem;bottom:.7rem;left:0;width:3px;background:var(--card-color);border-radius:0 var(--radius-full) var(--radius-full) 0}.card-open.svelte-cmid7{position:absolute;inset:0;z-index:1;width:100%;height:100%;border-radius:inherit}.card-open.svelte-cmid7:focus-visible{outline:3px solid color-mix(in srgb,var(--card-color) 35%,transparent);outline-offset:2px}.card-content.svelte-cmid7{min-width:0;padding:.7rem .72rem .72rem .9rem;pointer-events:none}.card-header.svelte-cmid7{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:.35rem}.card-time.svelte-cmid7{min-width:0;display:inline-flex;align-items:center;gap:.26rem;color:var(--color-text-secondary);font-size:.7rem;white-space:nowrap}.card-time.svelte-cmid7 strong:where(.svelte-cmid7){color:var(--color-text);font-size:.78rem;font-weight:760}.menu-btn.svelte-cmid7{position:relative;z-index:3;width:30px;height:30px;flex:0 0 30px;display:grid;place-items:center;color:var(--color-text-muted);border-radius:var(--radius-sm);pointer-events:auto}.menu-btn.svelte-cmid7:hover,.menu-btn[aria-expanded=true].svelte-cmid7{color:var(--color-text);background:var(--color-surface-sunken)}.client-name.svelte-cmid7{margin-top:.3rem;overflow:hidden;font-size:.9rem;font-weight:720;line-height:1.25;letter-spacing:-.025em;text-overflow:ellipsis}.card-meta.svelte-cmid7{min-width:0;margin-top:.42rem;display:flex;align-items:center;gap:.38rem}.service-chip.svelte-cmid7{min-width:0;display:inline-flex;align-items:center;gap:.32rem;overflow:hidden;color:var(--color-text-secondary);font-size:.68rem;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.service-chip.muted.svelte-cmid7{color:var(--color-text-muted)}.service-dot.svelte-cmid7{width:7px;height:7px;flex:0 0 7px;background:var(--card-color);border-radius:50%;box-shadow:0 0 0 3px color-mix(in srgb,var(--card-color) 13%,transparent)}.duration.svelte-cmid7{flex-shrink:0;color:var(--color-text-muted);font-size:.63rem;font-weight:600}.card-notes.svelte-cmid7{margin-top:.45rem;display:-webkit-box;overflow:hidden;color:var(--color-text-muted);font-size:.68rem;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.card-footer.svelte-cmid7{min-height:0;margin-top:.45rem;display:flex;align-items:center;justify-content:space-between;gap:.35rem}.card-footer.svelte-cmid7:empty{display:none}.phone-link.svelte-cmid7{position:relative;z-index:3;min-width:0;min-height:28px;padding:.25rem .4rem;display:inline-flex;align-items:center;gap:.28rem;overflow:hidden;color:var(--color-primary);border-radius:var(--radius-sm);font-size:.67rem;font-weight:650;pointer-events:auto;text-overflow:ellipsis;white-space:nowrap}.phone-link.svelte-cmid7:hover{background:var(--color-primary-bg);text-decoration:none}.status-badge.svelte-cmid7{flex-shrink:0;padding:.2rem .42rem;border-radius:var(--radius-full);font-size:.58rem;font-weight:760;letter-spacing:.025em;text-transform:uppercase}.status-badge.completed.svelte-cmid7{color:var(--color-success);background:var(--color-success-bg)}.status-badge.cancelled.svelte-cmid7{color:var(--color-danger);background:var(--color-danger-bg)}.menu-dropdown.svelte-cmid7{position:absolute;top:2.45rem;right:.45rem;z-index:5;min-width:148px;padding:.3rem;overflow:hidden;background:var(--color-surface-raised);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg)}.menu-item.svelte-cmid7{width:100%;min-height:38px;padding:.55rem .65rem;display:flex;align-items:center;gap:.5rem;color:var(--color-text-secondary);border-radius:var(--radius-sm);font-size:.78rem;font-weight:650;text-align:left}.menu-item.svelte-cmid7:hover{color:var(--color-text);background:var(--color-surface-sunken)}.menu-item.success.svelte-cmid7{color:var(--color-success)}.menu-item.danger.svelte-cmid7{color:var(--color-danger)}@container (max-width: 190px){.card-content.svelte-cmid7{padding-inline:.78rem .55rem}.card-time.svelte-cmid7 span:where(.svelte-cmid7),.phone-link.svelte-cmid7 span:where(.svelte-cmid7),.duration.svelte-cmid7{display:none}.client-name.svelte-cmid7{font-size:.84rem}.service-chip.svelte-cmid7{font-size:.64rem}.card-footer.svelte-cmid7{justify-content:flex-end}.phone-link.svelte-cmid7{width:28px;padding:0;justify-content:center}}.day-column.svelte-fo5eyo{container-type:inline-size;min-width:0;min-height:0;display:flex;flex:1;flex-direction:column;background:var(--color-surface);border-right:1px solid var(--color-border-light)}.day-column.svelte-fo5eyo:last-child{border-right:0}.day-column.today.svelte-fo5eyo{background:linear-gradient(180deg,var(--color-primary-soft),var(--color-surface) 11rem)}.day-header.svelte-fo5eyo{min-height:66px;padding:.65rem .75rem;display:flex;align-items:center;justify-content:space-between;gap:.45rem;border-bottom:1px solid var(--color-border-light)}.day-title.svelte-fo5eyo{min-width:0;display:flex;align-items:center;gap:.5rem;color:var(--color-text);border-radius:var(--radius-sm);text-align:left}.day-title.svelte-fo5eyo:hover .day-name:where(.svelte-fo5eyo){color:var(--color-primary)}.day-name.svelte-fo5eyo{overflow:hidden;color:var(--color-text-secondary);font-size:.72rem;font-weight:720;letter-spacing:.035em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.day-number.svelte-fo5eyo{width:30px;height:30px;flex:0 0 30px;display:grid;place-items:center;color:var(--color-text);border-radius:10px;font-size:.9rem;font-weight:760}.day-number.today-number.svelte-fo5eyo{color:var(--color-on-primary);background:var(--color-primary);box-shadow:0 5px 12px #6257e738}.appointment-count.svelte-fo5eyo{flex-shrink:0;color:var(--color-text-muted);font-size:.65rem;font-weight:650;white-space:nowrap}.appointments-list.svelte-fo5eyo{min-height:0;flex:1;padding:.65rem;display:flex;flex-direction:column;gap:.6rem;overflow-y:auto;overscroll-behavior:contain}.empty-day.svelte-fo5eyo{min-height:128px;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.24rem;color:var(--color-text-muted);border:1px dashed var(--color-border);border-radius:var(--radius-lg);font-size:.76rem;font-weight:650;transition:all var(--transition-fast)}.empty-day.svelte-fo5eyo:hover{color:var(--color-primary);background:var(--color-primary-soft);border-color:color-mix(in srgb,var(--color-primary) 34%,var(--color-border))}.empty-icon.svelte-fo5eyo{width:38px;height:38px;display:grid;place-items:center;color:var(--color-primary);background:var(--color-primary-bg);border-radius:var(--radius-md)}.empty-day.svelte-fo5eyo small:where(.svelte-fo5eyo){color:var(--color-text-subtle);font-size:.65rem;font-weight:550}.add-btn.svelte-fo5eyo{min-height:46px;padding:.55rem .7rem;display:flex;align-items:center;justify-content:center;gap:.38rem;color:var(--color-text-muted);border-top:1px solid var(--color-border-light);font-size:.72rem;font-weight:680;transition:all var(--transition-fast)}.add-btn.svelte-fo5eyo:hover{color:var(--color-primary);background:var(--color-primary-soft)}.compact.svelte-fo5eyo .day-header:where(.svelte-fo5eyo){padding-inline:.55rem}.compact.svelte-fo5eyo .appointment-count:where(.svelte-fo5eyo){display:none}.focused.svelte-fo5eyo .day-header:where(.svelte-fo5eyo){min-height:60px}.focused.svelte-fo5eyo .day-name:where(.svelte-fo5eyo){font-size:.78rem;text-transform:capitalize}@container (max-width: 190px){.day-header.svelte-fo5eyo{align-items:flex-start;flex-direction:column;gap:.15rem}.day-title.svelte-fo5eyo{width:100%;justify-content:space-between}.appointment-count.svelte-fo5eyo{padding-left:.05rem}.add-btn.svelte-fo5eyo span:where(.svelte-fo5eyo){display:none}}@media(max-width:720px){.day-column.focused.svelte-fo5eyo{border:0}.focused.svelte-fo5eyo .appointments-list:where(.svelte-fo5eyo){padding:.75rem;gap:.7rem}.focused.svelte-fo5eyo .add-btn:where(.svelte-fo5eyo){padding-bottom:max(.6rem,env(safe-area-inset-bottom))}}.week-view.svelte-5umrtz{min-height:0;flex:1;display:flex;flex-direction:column;overflow:hidden;background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm)}.week-grid.svelte-5umrtz{min-height:0;flex:1;display:grid;grid-template-columns:repeat(var(--days-count),minmax(168px,1fr));overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain}.mobile-day-picker.svelte-5umrtz,.mobile-day-view.svelte-5umrtz{display:none}@media(max-width:720px){.week-view.svelte-5umrtz{background:transparent;border:0;border-radius:0;box-shadow:none}.week-grid.svelte-5umrtz{display:none}.mobile-day-picker.svelte-5umrtz{flex-shrink:0;display:grid;grid-auto-flow:column;grid-auto-columns:minmax(58px,1fr);gap:.38rem;padding:0 0 .65rem;overflow-x:auto;scrollbar-width:none}.mobile-day-picker.svelte-5umrtz::-webkit-scrollbar{display:none}.day-pill.svelte-5umrtz{min-width:58px;min-height:70px;padding:.45rem .3rem;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--color-text-muted);background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);transition:all var(--transition-fast)}.day-pill.active.svelte-5umrtz{color:var(--color-on-primary);background:linear-gradient(145deg,var(--color-primary-light),var(--color-primary));border-color:transparent;box-shadow:0 8px 18px #6257e738;transform:translateY(-1px)}.day-pill.today.svelte-5umrtz:not(.active){color:var(--color-primary);border-color:color-mix(in srgb,var(--color-primary) 30%,var(--color-border))}.pill-name.svelte-5umrtz{font-size:.62rem;font-weight:720;letter-spacing:.05em;line-height:1.1;text-transform:uppercase}.pill-number.svelte-5umrtz{margin-top:.18rem;color:inherit;font-size:1.08rem;font-weight:760;line-height:1.1}.pill-count.svelte-5umrtz{min-width:17px;height:17px;margin-top:.22rem;display:grid;place-items:center;color:inherit;background:color-mix(in srgb,currentColor 12%,transparent);border-radius:var(--radius-full);font-size:.58rem;font-weight:750;line-height:1}.day-pill.active.svelte-5umrtz .pill-count:where(.svelte-5umrtz){background:#ffffff2e}.pill-count.empty.svelte-5umrtz{background:transparent}.mobile-day-view.svelte-5umrtz{min-height:0;flex:1;display:flex;overflow:hidden;background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm)}}.day-view.svelte-1fawadz{min-height:0;flex:1;display:flex;flex-direction:column;overflow:hidden;background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm)}.day-overview.svelte-1fawadz{min-height:62px;flex-shrink:0;padding:.7rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;background:var(--color-bg-elevated);border-bottom:1px solid var(--color-border-light)}.day-overview.today.svelte-1fawadz{background:linear-gradient(90deg,var(--color-primary-soft),var(--color-bg-elevated))}.overview-item.svelte-1fawadz{display:flex;align-items:center;gap:.6rem;color:var(--color-text-secondary)}.overview-item.svelte-1fawadz>span:where(.svelte-1fawadz):not(.overview-icon){display:flex;flex-direction:column}.overview-item.svelte-1fawadz small:where(.svelte-1fawadz){color:var(--color-text-muted);font-size:.65rem;font-weight:650;line-height:1.2}.overview-item.svelte-1fawadz strong:where(.svelte-1fawadz){color:var(--color-text);font-size:.84rem;font-weight:720}.overview-icon.svelte-1fawadz{width:34px;height:34px;display:grid;place-items:center;border-radius:var(--radius-md)}.overview-icon.primary.svelte-1fawadz{color:var(--color-primary);background:var(--color-primary-bg)}.overview-item.secondary.svelte-1fawadz{font-size:.76rem;font-weight:650}.time-grid.svelte-1fawadz{min-height:0;flex:1;overflow-y:auto;overscroll-behavior:contain;scroll-padding:1rem}.time-slot.svelte-1fawadz{min-height:72px;display:grid;grid-template-columns:70px minmax(0,1fr);border-bottom:1px solid var(--color-border-light)}.time-slot.svelte-1fawadz:last-child{border-bottom:0}.time-label.svelte-1fawadz{padding:.75rem .8rem;color:var(--color-text-muted);border-right:1px solid var(--color-border-light);font-size:.72rem;font-weight:680;text-align:right;font-variant-numeric:tabular-nums}.slot-content.svelte-1fawadz{position:relative;min-width:0;padding:.45rem .7rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(260px,100%),1fr));align-content:start;gap:.55rem}.slot-add.svelte-1fawadz{min-height:58px;display:flex;align-items:center;justify-content:center;gap:.35rem;color:var(--color-text-subtle);border:1px dashed transparent;border-radius:var(--radius-md);font-size:.7rem;font-weight:650;opacity:0;transition:all var(--transition-fast)}.time-slot.svelte-1fawadz:hover .slot-add:where(.svelte-1fawadz),.slot-add.svelte-1fawadz:focus-visible{color:var(--color-primary);background:var(--color-primary-soft);border-color:color-mix(in srgb,var(--color-primary) 25%,var(--color-border));opacity:1}.time-slot.has-appointments.svelte-1fawadz .slot-add:where(.svelte-1fawadz){min-height:34px;grid-column:1 / -1}@media(max-width:720px){.day-view.svelte-1fawadz{border-radius:var(--radius-lg)}.day-overview.svelte-1fawadz{min-height:56px;padding:.55rem .75rem}.time-slot.svelte-1fawadz{grid-template-columns:55px minmax(0,1fr)}.time-label.svelte-1fawadz{padding-inline:.45rem;font-size:.66rem}.slot-content.svelte-1fawadz{padding:.38rem .5rem}.slot-add.svelte-1fawadz{min-height:38px;justify-content:flex-start;padding:0 .55rem;opacity:.7}.time-slot.has-appointments.svelte-1fawadz .slot-add:where(.svelte-1fawadz){min-height:32px}}.chart-container.svelte-2lpgn1{display:flex;flex-direction:column;gap:.5rem}.chart.svelte-2lpgn1{flex:1;width:100%;border-radius:var(--radius-md);background:var(--color-bg)}.bar.svelte-2lpgn1{transition:opacity .2s ease}.bar.svelte-2lpgn1:hover{opacity:.8}.labels.svelte-2lpgn1{display:flex;justify-content:space-around}.label-item.svelte-2lpgn1{display:flex;flex-direction:column;align-items:center;gap:.15rem;text-align:center;padding:0 .25rem}.value.svelte-2lpgn1{font-size:.75rem;font-weight:700;color:var(--color-text)}.label.svelte-2lpgn1{font-size:.6875rem;color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.no-data.svelte-2lpgn1{display:flex;align-items:center;justify-content:center;height:100%;color:var(--color-text-muted);font-size:.875rem}.donut-container.svelte-185zwoo{display:flex;flex-direction:column;align-items:center;gap:1rem}.donut.svelte-185zwoo{display:block}.segment.svelte-185zwoo{transition:opacity .2s ease}.segment.svelte-185zwoo:hover{opacity:.8}.center-value.svelte-185zwoo{font-size:1.25rem;font-weight:800;fill:var(--color-text)}.center-label.svelte-185zwoo{font-size:.6875rem;fill:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em}.legend.svelte-185zwoo{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1rem;max-width:300px}.legend-item.svelte-185zwoo{display:flex;align-items:center;gap:.35rem;font-size:.75rem}.legend-color.svelte-185zwoo{width:10px;height:10px;border-radius:50%;flex-shrink:0}.legend-label.svelte-185zwoo{color:var(--color-text);font-weight:500;max-width:80px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.legend-percent.svelte-185zwoo{color:var(--color-text-muted);font-weight:600}.no-data.svelte-185zwoo{display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--color-bg);color:var(--color-text-muted);font-size:.875rem}.reports.svelte-1wkw233{flex:1;display:flex;flex-direction:column;background:var(--color-bg);overflow-y:auto}.reports-header.svelte-1wkw233{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--color-surface);border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:10}.reports-header.svelte-1wkw233 h2:where(.svelte-1wkw233){font-size:1.125rem;font-weight:600;text-align:center}.reports-content.svelte-1wkw233{padding:1rem;display:flex;flex-direction:column;gap:1rem}.loading.svelte-1wkw233{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2rem 1rem;color:var(--color-text-muted)}.loading-spinner.svelte-1wkw233{width:32px;height:32px;border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:svelte-1wkw233-spin .8s linear infinite}@keyframes svelte-1wkw233-spin{to{transform:rotate(360deg)}}.error.svelte-1wkw233{padding:1rem;display:flex;flex-direction:column;gap:.75rem;align-items:stretch;text-align:center}.toolbar.svelte-1wkw233{display:grid;grid-template-columns:1fr;gap:.75rem}.toggle.svelte-1wkw233{display:flex;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:4px;gap:4px}.toggle-btn.svelte-1wkw233{flex:1;padding:.6rem .75rem;border-radius:var(--radius-md);font-weight:700;color:var(--color-text-muted);transition:all var(--transition-fast);min-height:44px}.toggle-btn.active.svelte-1wkw233{background:var(--color-primary);color:#fff}.summary-cards.svelte-1wkw233{display:grid;grid-template-columns:1fr;gap:.75rem}.report-card.svelte-1wkw233{padding:1rem;text-align:left;border:1px solid var(--color-border-light);transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.report-card.svelte-1wkw233:hover{box-shadow:var(--shadow-md)}.report-card.active.svelte-1wkw233{border-color:#4f46e559;box-shadow:0 8px 20px #4f46e51f}.card-top.svelte-1wkw233{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.label.svelte-1wkw233{font-weight:800;color:var(--color-text);font-size:.9375rem}.range.svelte-1wkw233{color:var(--color-text-muted);font-size:.8125rem;text-transform:capitalize;text-align:right}.value.svelte-1wkw233{font-size:1.5rem;font-weight:900;letter-spacing:-.02em;color:var(--color-success);margin-top:.25rem}.meta-line.svelte-1wkw233{margin-top:.35rem;display:flex;flex-wrap:wrap;gap:.5rem .75rem;color:var(--color-text-muted);font-size:.8125rem;font-weight:600}.section.svelte-1wkw233{padding:1rem}.section-header.svelte-1wkw233{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.section-header.svelte-1wkw233 h3:where(.svelte-1wkw233){font-size:1rem;font-weight:800}.section-meta.svelte-1wkw233{color:var(--color-text-muted);font-size:.8125rem;font-weight:600;text-transform:capitalize;text-align:right}.headline.svelte-1wkw233{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.headline-value.svelte-1wkw233{font-size:2rem;font-weight:950;letter-spacing:-.03em;color:var(--color-success)}.headline-meta.svelte-1wkw233{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;color:var(--color-text-muted);font-size:.875rem;font-weight:600}.dot.svelte-1wkw233{opacity:.6}.substats.svelte-1wkw233{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1rem}.substat.svelte-1wkw233{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.75rem;display:flex;flex-direction:column;gap:.25rem}.sub-label.svelte-1wkw233{font-size:.75rem;font-weight:800;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em}.sub-value.svelte-1wkw233{font-size:1rem;font-weight:900;color:var(--color-text)}.progress.svelte-1wkw233{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.75rem;margin-bottom:1rem}.progress-top.svelte-1wkw233{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.progress-label.svelte-1wkw233{font-size:.8125rem;font-weight:700;color:var(--color-text-muted)}.progress-value.svelte-1wkw233{font-size:.8125rem;font-weight:900;color:var(--color-text)}.progress-bar.svelte-1wkw233{height:10px;border-radius:999px;background:var(--color-border-light);overflow:hidden}.progress-fill.svelte-1wkw233{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--color-primary) 0%,var(--color-primary-hover) 100%)}.kpi-grid.svelte-1wkw233{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.kpi.svelte-1wkw233{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.75rem;display:flex;flex-direction:column;gap:.25rem}.kpi-label.svelte-1wkw233{font-size:.75rem;font-weight:800;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em}.kpi-value.svelte-1wkw233{font-size:.98rem;font-weight:950;color:var(--color-text)}.kpi-meta.svelte-1wkw233{font-size:.8125rem;color:var(--color-text-muted);font-weight:600}.charts-grid.svelte-1wkw233,.grid.svelte-1wkw233{display:grid;grid-template-columns:1fr;gap:.75rem}.btn-block.svelte-1wkw233{width:100%;justify-content:center}.export-actions.svelte-1wkw233{display:flex;flex-direction:column;gap:.75rem}.hint.svelte-1wkw233{color:var(--color-text-muted);font-size:.8125rem;line-height:1.45;margin-top:.75rem}.empty.svelte-1wkw233{color:var(--color-text-muted);font-size:.875rem}.breakdown.svelte-1wkw233{display:flex;flex-direction:column;gap:.75rem}.row.svelte-1wkw233{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.row-main.svelte-1wkw233{display:grid;grid-template-columns:16px 1fr;grid-template-rows:auto auto;column-gap:.5rem;row-gap:.15rem;align-items:center}.swatch.svelte-1wkw233{grid-row:1 / span 2;width:12px;height:12px;border-radius:50%;border:2px solid rgba(0,0,0,.05);background:var(--color-border)}.swatch-muted.svelte-1wkw233{background:var(--color-border)}.row-title.svelte-1wkw233{font-weight:900;color:var(--color-text);font-size:.9375rem;line-height:1.2}.row-sub.svelte-1wkw233{color:var(--color-text-muted);font-size:.8125rem;font-weight:600}.row-right.svelte-1wkw233{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.row-amount.svelte-1wkw233{font-weight:950;color:var(--color-success);font-size:.95rem}.row-share.svelte-1wkw233{font-weight:900;color:var(--color-text-muted);font-size:.8125rem}.row-bar.svelte-1wkw233{height:8px;border-radius:999px;background:var(--color-border-light);overflow:hidden}.row-fill.svelte-1wkw233{height:100%;border-radius:999px;background:linear-gradient(90deg,#4f46e5e6,#4f46e580)}@media(min-width:640px){.toolbar.svelte-1wkw233{grid-template-columns:1fr 1fr}.summary-cards.svelte-1wkw233,.kpi-grid.svelte-1wkw233{grid-template-columns:repeat(3,1fr)}.charts-grid.svelte-1wkw233,.grid.svelte-1wkw233{grid-template-columns:1fr 1fr;align-items:start}}@media print{.no-print.svelte-1wkw233{display:none!important}.reports.svelte-1wkw233{background:#fff}.section.svelte-1wkw233,.report-card.svelte-1wkw233,.row.svelte-1wkw233,.substat.svelte-1wkw233,.kpi.svelte-1wkw233,.progress.svelte-1wkw233{box-shadow:none!important}}.reports.svelte-1wkw233{width:min(100%,var(--content-max-width));margin-inline:auto;min-height:0;align-self:center;padding:clamp(1rem,3vw,2rem);background:transparent;overflow:visible}.reports-header.svelte-1wkw233{position:static;display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;padding:0 0 1.1rem;background:transparent;border:0}.reports-header.svelte-1wkw233 h2:where(.svelte-1wkw233){color:var(--color-text);font-size:clamp(1.5rem,4vw,2rem);font-weight:750;letter-spacing:-.04em;text-align:left}.header-copy.svelte-1wkw233{min-width:0}.header-eyebrow.svelte-1wkw233{color:var(--color-primary);font-size:.67rem;font-weight:760;letter-spacing:.09em;text-transform:uppercase}.header-copy.svelte-1wkw233 p:where(.svelte-1wkw233){margin-top:.25rem;color:var(--color-text-muted);font-size:.78rem}.reports-content.svelte-1wkw233{padding:0;gap:.9rem}.toolbar.svelte-1wkw233{padding:.55rem;background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.toggle.svelte-1wkw233{padding:.25rem;gap:.2rem;background:var(--color-surface-sunken);border-color:var(--color-border-light);border-radius:var(--radius-md)}.toggle-btn.svelte-1wkw233{min-height:38px;padding:.45rem .65rem;border-radius:var(--radius-sm);font-size:.76rem;font-weight:680}.toggle-btn.active.svelte-1wkw233{color:var(--color-primary);background:var(--color-surface);box-shadow:var(--shadow-sm)}.summary-cards.svelte-1wkw233{display:none}.section.svelte-1wkw233{padding:clamp(1rem,2.5vw,1.35rem);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.section-header.svelte-1wkw233 h3:where(.svelte-1wkw233){font-size:.92rem;font-weight:730;letter-spacing:-.025em}.section-meta.svelte-1wkw233{font-size:.72rem}.headline-value.svelte-1wkw233{color:var(--color-success);font-size:clamp(1.8rem,6vw,2.5rem);font-weight:780;letter-spacing:-.055em}.headline-meta.svelte-1wkw233{font-size:.78rem;font-weight:620}.substat.svelte-1wkw233,.progress.svelte-1wkw233,.kpi.svelte-1wkw233,.row.svelte-1wkw233{background:var(--color-bg-elevated);border-color:var(--color-border-light)}.substat.svelte-1wkw233,.kpi.svelte-1wkw233{border-radius:var(--radius-md)}.sub-label.svelte-1wkw233,.kpi-label.svelte-1wkw233{color:var(--color-text-muted);font-size:.65rem;font-weight:690}.sub-value.svelte-1wkw233,.kpi-value.svelte-1wkw233{font-weight:740}.progress-bar.svelte-1wkw233,.row-bar.svelte-1wkw233{background:var(--color-surface-sunken)}.progress-fill.svelte-1wkw233,.row-fill.svelte-1wkw233{background:linear-gradient(90deg,var(--color-primary),var(--color-primary-light))}.row-title.svelte-1wkw233{font-size:.84rem;font-weight:710}.row-sub.svelte-1wkw233,.row-share.svelte-1wkw233{font-size:.7rem;font-weight:600}.row-amount.svelte-1wkw233{font-size:.84rem;font-weight:730}.export-actions.svelte-1wkw233{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:640px){.reports.svelte-1wkw233{padding:1rem .75rem 1.25rem}.header-copy.svelte-1wkw233 p:where(.svelte-1wkw233),.reports-header.svelte-1wkw233 .btn:where(.svelte-1wkw233){font-size:0}.reports-header.svelte-1wkw233 .btn:where(.svelte-1wkw233){width:44px;padding:0}.reports-header.svelte-1wkw233 .btn:where(.svelte-1wkw233) svg{width:18px;height:18px}.toolbar.svelte-1wkw233{gap:.5rem}.substats.svelte-1wkw233{gap:.45rem}.substat.svelte-1wkw233{min-width:0;padding:.65rem .5rem}.sub-value.svelte-1wkw233{overflow-wrap:anywhere;font-size:clamp(.72rem,3.2vw,.9rem)}.kpi-grid.svelte-1wkw233{gap:.5rem}.export-actions.svelte-1wkw233{grid-template-columns:1fr}}.settings.svelte-1u3w06f{flex:1;display:flex;flex-direction:column;background:var(--color-bg);overflow-y:auto}.settings-header.svelte-1u3w06f{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--color-surface);border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:10}.settings-header.svelte-1u3w06f h2:where(.svelte-1u3w06f){font-size:1.125rem;font-weight:600}.settings-content.svelte-1u3w06f{padding:1rem;display:flex;flex-direction:column;gap:1.5rem}.settings-section.svelte-1u3w06f{background:var(--color-surface);border-radius:var(--radius-lg);padding:1.25rem;box-shadow:var(--shadow-sm)}.settings-section.svelte-1u3w06f h3:where(.svelte-1u3w06f){font-size:1rem;font-weight:600;margin-bottom:1rem;color:var(--color-text)}.form-row.svelte-1u3w06f{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.form-label.svelte-1u3w06f{font-weight:650;color:var(--color-text-secondary);font-size:.82rem;display:block;margin-bottom:.5rem}.days-grid.svelte-1u3w06f{display:flex;flex-wrap:wrap;gap:.5rem}.day-btn.svelte-1u3w06f{padding:.5rem .75rem;border-radius:var(--radius-md);font-size:.875rem;font-weight:500;color:var(--color-text-muted);background:var(--color-bg);border:1px solid var(--color-border);transition:all var(--transition-fast)}.day-btn.svelte-1u3w06f:hover{border-color:var(--color-primary);color:var(--color-primary)}.day-btn.active.svelte-1u3w06f{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.save-btn.svelte-1u3w06f{margin-top:1rem;width:100%}.save-message.svelte-1u3w06f{text-align:center;margin-top:.5rem;font-size:.875rem;color:var(--color-success)}.services-list.svelte-1u3w06f{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.service-item.svelte-1u3w06f{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--color-bg);border-radius:var(--radius-md)}.service-color.svelte-1u3w06f{width:12px;height:12px;border-radius:50%;flex-shrink:0}.service-info.svelte-1u3w06f{flex:1;display:flex;flex-direction:column}.service-name.svelte-1u3w06f{font-weight:500;font-size:.9375rem}.service-meta.svelte-1u3w06f{font-size:.75rem;color:var(--color-text-muted);display:flex;gap:.25rem}.service-cost.svelte-1u3w06f{color:var(--color-success)}.form-row-inline.svelte-1u3w06f{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.service-cost-input.svelte-1u3w06f,.service-duration-select.svelte-1u3w06f{width:100%}.add-service.svelte-1u3w06f{display:flex;flex-direction:column;gap:.75rem}.service-input.svelte-1u3w06f{flex:1}.color-picker.svelte-1u3w06f{display:flex;gap:.5rem;flex-wrap:wrap}.color-btn.svelte-1u3w06f{width:28px;height:28px;border-radius:50%;border:2px solid transparent;transition:transform var(--transition-fast)}.color-btn.svelte-1u3w06f:hover{transform:scale(1.1)}.color-btn.active.svelte-1u3w06f{border-color:var(--color-text);transform:scale(1.15)}.backup-warning.svelte-1u3w06f{font-size:.875rem;color:var(--color-text-muted);margin-bottom:1rem;line-height:1.5}.backup-actions.svelte-1u3w06f{display:flex;flex-direction:column;gap:.75rem}.backup-actions.svelte-1u3w06f .btn:where(.svelte-1u3w06f){justify-content:center}.security-text.svelte-1u3w06f{font-size:.875rem;color:var(--color-text-muted);line-height:1.5;margin-bottom:1rem}.security-form.svelte-1u3w06f{display:flex;flex-direction:column;gap:.75rem}.security-actions.svelte-1u3w06f{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.security-message.svelte-1u3w06f{font-size:.875rem;font-weight:600;color:var(--color-success);margin-bottom:.75rem}.security-error.svelte-1u3w06f{font-size:.875rem;font-weight:600;color:var(--color-danger);margin-bottom:.75rem}.security-hint.svelte-1u3w06f{font-size:.8125rem;color:var(--color-text-muted);line-height:1.45}.theme-selector.svelte-1u3w06f{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.theme-btn.svelte-1u3w06f{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;border-radius:var(--radius-md);background:var(--color-bg);border:2px solid var(--color-border);color:var(--color-text-muted);transition:all var(--transition-fast)}.theme-btn.svelte-1u3w06f:hover{border-color:var(--color-primary);color:var(--color-primary)}.theme-btn.active.svelte-1u3w06f{background:var(--color-primary-bg);border-color:var(--color-primary);color:var(--color-primary)}.theme-btn.svelte-1u3w06f span:where(.svelte-1u3w06f){font-size:.8125rem;font-weight:600}.notification-text.svelte-1u3w06f{font-size:.875rem;color:var(--color-text-muted);line-height:1.5;margin-bottom:1rem}.notification-warning.svelte-1u3w06f{color:var(--color-warning)}.notification-active.svelte-1u3w06f{display:flex;flex-direction:column;gap:1rem}.notification-status.svelte-1u3w06f{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.app-info.svelte-1u3w06f{text-align:center;background:transparent;box-shadow:none}.app-version.svelte-1u3w06f{font-weight:600;color:var(--color-text-muted)}.account-info.svelte-1u3w06f{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem;background:var(--color-bg);border-radius:var(--radius-md);margin-bottom:1rem}.account-email.svelte-1u3w06f{font-weight:500;color:var(--color-text);word-break:break-all}.subscription-badge.svelte-1u3w06f{font-size:.75rem;font-weight:500;padding:.25rem .5rem;border-radius:var(--radius-full);white-space:nowrap}.subscription-badge.success.svelte-1u3w06f{background:var(--color-success-bg);color:var(--color-success)}.subscription-badge.warning.svelte-1u3w06f{background:var(--color-warning-bg);color:var(--color-warning)}.subscription-badge.danger.svelte-1u3w06f{background:var(--color-danger-bg);color:var(--color-danger)}.btn-full.svelte-1u3w06f{width:100%}.terminology-options.svelte-1u3w06f{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-top:.5rem}.terminology-btn.svelte-1u3w06f{padding:.625rem .5rem;border-radius:var(--radius-md);font-size:.8125rem;font-weight:500;color:var(--color-text-muted);background:var(--color-bg);border:1px solid var(--color-border);transition:all var(--transition-fast);cursor:pointer}.terminology-btn.svelte-1u3w06f:hover:not(:disabled){border-color:var(--color-primary);color:var(--color-primary)}.terminology-btn.active.svelte-1u3w06f{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.terminology-btn.svelte-1u3w06f:disabled{opacity:.6;cursor:not-allowed}.custom-terminology.svelte-1u3w06f{margin-top:.75rem;padding:.75rem;background:var(--color-bg);border-radius:var(--radius-md)}.custom-terminology.svelte-1u3w06f .form-row:where(.svelte-1u3w06f){margin-bottom:.75rem}.custom-terminology.svelte-1u3w06f .form-group:where(.svelte-1u3w06f){margin-bottom:0}.terminology-message.svelte-1u3w06f{font-size:.8125rem;margin-top:.5rem;color:var(--color-success)}.btn-sm.svelte-1u3w06f{padding:.5rem 1rem;font-size:.8125rem}.settings.svelte-1u3w06f{width:min(100%,var(--content-max-width));margin-inline:auto;min-height:0;align-self:center;padding:clamp(1rem,3vw,2rem);background:transparent;overflow:visible}.settings-header.svelte-1u3w06f{position:static;padding:0 0 1.1rem;background:transparent;border:0}.settings-header.svelte-1u3w06f h2:where(.svelte-1u3w06f){font-size:clamp(1.5rem,4vw,2rem);font-weight:750;letter-spacing:-.04em}.header-eyebrow.svelte-1u3w06f{color:var(--color-primary);font-size:.67rem;font-weight:760;letter-spacing:.09em;text-transform:uppercase}.header-copy.svelte-1u3w06f p:where(.svelte-1u3w06f){margin-top:.25rem;color:var(--color-text-muted);font-size:.78rem}.settings-content.svelte-1u3w06f{padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:1rem}.settings-section.svelte-1u3w06f{padding:1.2rem;background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.settings-section.svelte-1u3w06f:nth-child(3),.settings-section.svelte-1u3w06f:nth-child(8),.settings-section.app-info.svelte-1u3w06f{grid-column:1 / -1}.settings-section.svelte-1u3w06f h3:where(.svelte-1u3w06f){margin-bottom:1rem;font-size:.92rem;font-weight:730;letter-spacing:-.025em}.days-grid.svelte-1u3w06f{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.35rem}.day-btn.svelte-1u3w06f{min-width:0;min-height:42px;padding:.45rem .25rem;background:var(--color-bg-elevated);border-color:var(--color-border-light);border-radius:var(--radius-md);font-size:.72rem;font-weight:680}.day-btn.active.svelte-1u3w06f,.terminology-btn.active.svelte-1u3w06f{color:var(--color-primary);background:var(--color-primary-bg);border-color:color-mix(in srgb,var(--color-primary) 28%,var(--color-border));box-shadow:0 0 0 1px color-mix(in srgb,var(--color-primary) 9%,transparent)}.save-btn.svelte-1u3w06f{width:auto;margin-top:1rem}.save-message.svelte-1u3w06f{text-align:left;font-size:.76rem;font-weight:650}.service-item.svelte-1u3w06f,.account-info.svelte-1u3w06f,.custom-terminology.svelte-1u3w06f{background:var(--color-bg-elevated);border:1px solid var(--color-border-light)}.service-item.svelte-1u3w06f{min-height:58px;padding:.65rem .75rem}.service-color.svelte-1u3w06f{width:10px;height:34px;border-radius:var(--radius-full)}.service-name.svelte-1u3w06f{font-size:.84rem;font-weight:690}.add-service.svelte-1u3w06f{padding:.85rem;background:var(--color-primary-soft);border:1px dashed color-mix(in srgb,var(--color-primary) 25%,var(--color-border));border-radius:var(--radius-lg)}.color-btn.svelte-1u3w06f{width:32px;height:32px;border:3px solid var(--color-surface);box-shadow:0 0 0 1px var(--color-border)}.color-btn.active.svelte-1u3w06f{border-color:var(--color-surface);box-shadow:0 0 0 2px var(--color-text)}.theme-selector.svelte-1u3w06f{gap:.55rem}.theme-btn.svelte-1u3w06f{min-height:92px;padding:.8rem .4rem;background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.theme-btn.active.svelte-1u3w06f{background:var(--color-primary-bg);border-color:color-mix(in srgb,var(--color-primary) 34%,var(--color-border));box-shadow:0 0 0 1px color-mix(in srgb,var(--color-primary) 10%,transparent)}.terminology-btn.svelte-1u3w06f{min-height:42px;background:var(--color-bg-elevated);border-color:var(--color-border-light);font-weight:650}.notification-text.svelte-1u3w06f,.security-text.svelte-1u3w06f,.backup-warning.svelte-1u3w06f{color:var(--color-text-secondary);font-size:.8rem}.backup-actions.svelte-1u3w06f{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.app-info.svelte-1u3w06f{padding-block:.5rem;border:0}@media(max-width:760px){.settings.svelte-1u3w06f{padding:1rem .75rem 1.25rem}.header-copy.svelte-1u3w06f p:where(.svelte-1u3w06f){display:none}.settings-content.svelte-1u3w06f{grid-template-columns:1fr}.settings-section.svelte-1u3w06f:nth-child(3),.settings-section.svelte-1u3w06f:nth-child(8),.settings-section.app-info.svelte-1u3w06f{grid-column:1}}@media(max-width:420px){.settings-section.svelte-1u3w06f{padding:1rem}.days-grid.svelte-1u3w06f{grid-template-columns:repeat(4,minmax(0,1fr))}.terminology-options.svelte-1u3w06f{grid-template-columns:repeat(2,1fr)}.backup-actions.svelte-1u3w06f{grid-template-columns:1fr}}.client-card.svelte-qpja37{position:relative;display:flex;align-items:center;gap:.85rem;width:100%;min-height:78px;padding:.9rem 1rem;background:var(--color-surface);border-bottom:1px solid var(--color-border-light);border-radius:0;text-align:left;transition:background var(--transition-fast),padding var(--transition-fast)}.client-card.svelte-qpja37:hover{padding-left:1.1rem;background:var(--color-primary-soft)}.client-card.svelte-qpja37:last-child{border-bottom:none}.avatar.svelte-qpja37{width:44px;height:44px;border-radius:14px;background:linear-gradient(145deg,var(--color-primary-bg),var(--color-primary-soft));color:var(--color-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.78rem;font-weight:780;letter-spacing:.02em}.client-info.svelte-qpja37{flex:1;min-width:0}.client-name.svelte-qpja37{font-weight:710;font-size:.92rem;color:var(--color-text);display:block}.client-meta.svelte-qpja37{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.2rem}.meta-item.svelte-qpja37{display:flex;align-items:center;gap:.25rem;font-size:.72rem;color:var(--color-text-muted)}.client-notes.svelte-qpja37{font-size:.72rem;color:var(--color-text-muted);margin-top:.375rem;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.client-card.svelte-qpja37 .chevron{color:var(--color-text-muted);flex-shrink:0;transition:color var(--transition-fast),transform var(--transition-fast)}.client-card.svelte-qpja37:hover .chevron{color:var(--color-primary);transform:translate(2px)}.modal-backdrop.svelte-16tji2w{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:1000;animation:svelte-16tji2w-fadeIn .15s ease}@keyframes svelte-16tji2w-fadeIn{0%{opacity:0}to{opacity:1}}.modal.svelte-16tji2w{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);width:100%;max-width:480px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;animation:svelte-16tji2w-slideUp .2s ease}@keyframes svelte-16tji2w-slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header.svelte-16tji2w{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--color-border-light)}.modal-header.svelte-16tji2w h2:where(.svelte-16tji2w){font-size:1.125rem;font-weight:600;color:var(--color-text);margin:0}.close-btn.svelte-16tji2w{padding:.5rem;border:none;background:none;color:var(--color-text-muted);cursor:pointer;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;transition:all var(--transition-fast)}.close-btn.svelte-16tji2w:hover{background:var(--color-bg);color:var(--color-text)}.modal-body.svelte-16tji2w{padding:1.25rem;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.error-message.svelte-16tji2w{padding:.75rem 1rem;background:var(--color-danger-bg, rgba(239, 68, 68, .1));color:var(--color-danger);border-radius:var(--radius-md);font-size:.875rem}.form-group.svelte-16tji2w{display:flex;flex-direction:column;gap:.5rem}label.svelte-16tji2w{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:var(--color-text)}input.svelte-16tji2w,textarea.svelte-16tji2w{padding:.75rem;border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:1rem;background:var(--color-bg);color:var(--color-text);transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}input.svelte-16tji2w:focus,textarea.svelte-16tji2w:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-bg)}textarea.svelte-16tji2w{resize:vertical;min-height:100px}.hint.svelte-16tji2w{font-size:.75rem;color:var(--color-text-muted)}.modal-footer.svelte-16tji2w{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.25rem;border-top:1px solid var(--color-border-light);background:var(--color-bg)}.btn.svelte-16tji2w{padding:.625rem 1.25rem;border-radius:var(--radius-md);font-size:.9375rem;font-weight:500;cursor:pointer;transition:all var(--transition-fast);border:none}.btn-secondary.svelte-16tji2w{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border)}.btn-secondary.svelte-16tji2w:hover{background:var(--color-bg)}.btn-primary.svelte-16tji2w{background:var(--color-primary);color:#fff}.btn-primary.svelte-16tji2w:hover:not(:disabled){background:var(--color-primary-hover)}.btn-primary.svelte-16tji2w:disabled{opacity:.6;cursor:not-allowed}.modal-backdrop.svelte-16tji2w{align-items:flex-end;padding:0;z-index:var(--z-modal-backdrop);background:var(--color-overlay);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal.svelte-16tji2w{max-width:560px;max-height:calc(100dvh - 1.25rem);background:var(--color-surface);border:1px solid var(--color-border);border-bottom:0;border-radius:var(--radius-2xl) var(--radius-2xl) 0 0;box-shadow:var(--shadow-xl)}.modal-header.svelte-16tji2w{position:relative;flex-shrink:0;padding:1.15rem 1.25rem 1rem;background:var(--color-surface)}.modal-header.svelte-16tji2w:before{content:"";position:absolute;top:.4rem;left:50%;width:34px;height:4px;background:var(--color-border-strong);border-radius:var(--radius-full);transform:translate(-50%)}.modal-header.svelte-16tji2w h2:where(.svelte-16tji2w){font-size:1.16rem;font-weight:740;letter-spacing:-.035em}.close-btn.svelte-16tji2w{width:40px;height:40px;padding:0;border-radius:var(--radius-md)}.modal-body.svelte-16tji2w{padding:1.2rem 1.25rem;gap:1rem;overscroll-behavior:contain}label.svelte-16tji2w{color:var(--color-text-secondary);font-size:.8rem;font-weight:680}input.svelte-16tji2w,textarea.svelte-16tji2w{background:var(--color-surface)}.error-message.svelte-16tji2w{color:var(--color-danger);background:var(--color-danger-bg);border:1px solid color-mix(in srgb,var(--color-danger) 24%,var(--color-border))}.modal-footer.svelte-16tji2w{flex-shrink:0;padding:.9rem 1.25rem max(.9rem,env(safe-area-inset-bottom));background:var(--color-surface);border-top-color:var(--color-border)}.modal-footer.svelte-16tji2w .btn:where(.svelte-16tji2w){min-height:44px;padding:.68rem 1.05rem;font-weight:650}@media(min-width:640px){.modal-backdrop.svelte-16tji2w{align-items:center;padding:1.5rem}.modal.svelte-16tji2w{max-height:min(88dvh,720px);border-bottom:1px solid var(--color-border);border-radius:var(--radius-2xl)}.modal-header.svelte-16tji2w{padding-top:1rem}.modal-header.svelte-16tji2w:before{display:none}}@media(max-width:520px){.modal-footer.svelte-16tji2w .btn:where(.svelte-16tji2w){flex:1}}.client-detail.svelte-1w1j3r6{flex:1;display:flex;flex-direction:column;background:var(--color-bg);overflow:hidden}.detail-header.svelte-1w1j3r6{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:var(--color-surface);border-bottom:1px solid var(--color-border-light)}.back-btn.svelte-1w1j3r6{padding:.5rem;border:none;background:none;color:var(--color-text);cursor:pointer;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center}.back-btn.svelte-1w1j3r6:hover{background:var(--color-bg)}.detail-header.svelte-1w1j3r6 h1:where(.svelte-1w1j3r6){flex:1;font-size:1.25rem;font-weight:600;color:var(--color-text);margin:0}.header-actions.svelte-1w1j3r6{display:flex;gap:.5rem}.btn-icon.svelte-1w1j3r6{padding:.5rem;border:none;background:none;color:var(--color-text-muted);cursor:pointer;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;transition:all var(--transition-fast)}.btn-icon.svelte-1w1j3r6:hover{background:var(--color-bg);color:var(--color-text)}.btn-icon.danger.svelte-1w1j3r6:hover{background:var(--color-danger-bg, rgba(239, 68, 68, .1));color:var(--color-danger)}.detail-content.svelte-1w1j3r6{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1.25rem}.info-section.svelte-1w1j3r6,.history-section.svelte-1w1j3r6{background:var(--color-surface);border-radius:var(--radius-lg);padding:1rem 1.25rem}.info-section.svelte-1w1j3r6 h2:where(.svelte-1w1j3r6),.history-section.svelte-1w1j3r6 h2:where(.svelte-1w1j3r6){display:flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:600;color:var(--color-text);margin:0 0 .75rem}.info-list.svelte-1w1j3r6{display:flex;flex-direction:column;gap:.5rem}.info-item.svelte-1w1j3r6{display:flex;align-items:center;gap:.75rem;font-size:.9375rem;color:var(--color-text);padding:.5rem;margin:-.5rem;border-radius:var(--radius-sm);text-decoration:none}.info-item.clickable.svelte-1w1j3r6:hover{background:var(--color-bg);color:var(--color-primary)}.info-item.muted.svelte-1w1j3r6{color:var(--color-text-muted)}.notes-content.svelte-1w1j3r6{font-size:.9375rem;color:var(--color-text);line-height:1.5;white-space:pre-wrap}.stats-section.svelte-1w1j3r6{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.stat-card.svelte-1w1j3r6{background:var(--color-surface);border-radius:var(--radius-lg);padding:1rem;text-align:center}.stat-value.svelte-1w1j3r6{display:block;font-size:1.5rem;font-weight:700;color:var(--color-primary)}.stat-label.svelte-1w1j3r6{font-size:.75rem;color:var(--color-text-muted);text-transform:uppercase;font-weight:500}.appointments-list.svelte-1w1j3r6{display:flex;flex-direction:column;gap:.75rem}.appointment-item.svelte-1w1j3r6{background:var(--color-bg);border-radius:var(--radius-md);padding:.875rem;border-left:3px solid var(--color-primary)}.appointment-item.completed.svelte-1w1j3r6{border-left-color:var(--color-success);opacity:.85}.appointment-item.cancelled.svelte-1w1j3r6{border-left-color:var(--color-danger);opacity:.6}.apt-header.svelte-1w1j3r6{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.375rem}.apt-date.svelte-1w1j3r6{font-weight:600;font-size:.875rem;color:var(--color-text);text-transform:capitalize}.apt-status.svelte-1w1j3r6{font-size:.6875rem;font-weight:600;text-transform:uppercase;padding:.125rem .5rem;border-radius:var(--radius-full)}.apt-status.completed.svelte-1w1j3r6{background:var(--color-success-bg);color:var(--color-success)}.apt-status.cancelled.svelte-1w1j3r6{background:var(--color-danger-bg);color:var(--color-danger)}.apt-status.scheduled.svelte-1w1j3r6{background:var(--color-primary-bg);color:var(--color-primary)}.apt-time.svelte-1w1j3r6{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--color-text-muted)}.duration.svelte-1w1j3r6{opacity:.7}.apt-service.svelte-1w1j3r6{font-size:.8125rem;font-weight:500;margin-top:.375rem}.apt-cost.svelte-1w1j3r6{color:var(--color-text-muted);font-weight:400}.apt-clinical-notes.svelte-1w1j3r6{font-size:.8125rem;color:var(--color-text);margin-top:.5rem;padding:.5rem;background:var(--color-surface);border-radius:var(--radius-sm);border-left:2px solid var(--color-primary)}.apt-notes.svelte-1w1j3r6{font-size:.8125rem;color:var(--color-text-muted);margin-top:.375rem}.empty-history.svelte-1w1j3r6{display:flex;flex-direction:column;align-items:center;padding:2rem 1rem;color:var(--color-text-muted);text-align:center}.empty-history.svelte-1w1j3r6 p:where(.svelte-1w1j3r6){margin:.5rem 0 0;font-size:.9375rem}.client-detail.svelte-1w1j3r6{width:min(100%,var(--content-max-width));margin-inline:auto;min-height:0;align-self:center;padding:clamp(1rem,3vw,2rem);background:transparent;overflow:visible}.detail-header.svelte-1w1j3r6{padding:0 0 1.1rem;background:transparent;border:0}.back-btn.svelte-1w1j3r6,.btn-icon.svelte-1w1j3r6{width:44px;height:44px;padding:0;flex-shrink:0;display:grid;place-items:center;color:var(--color-text-muted);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-xs)}.back-btn.svelte-1w1j3r6:hover,.btn-icon.svelte-1w1j3r6:hover{color:var(--color-primary);background:var(--color-surface);border-color:color-mix(in srgb,var(--color-primary) 30%,var(--color-border))}.btn-icon.danger.svelte-1w1j3r6:hover{color:var(--color-danger);background:var(--color-danger-bg);border-color:color-mix(in srgb,var(--color-danger) 25%,var(--color-border))}.detail-avatar.svelte-1w1j3r6{width:48px;height:48px;flex:0 0 48px;display:grid;place-items:center;color:var(--color-primary);background:var(--color-primary-bg);border-radius:var(--radius-lg);font-size:.82rem;font-weight:780}.title-copy.svelte-1w1j3r6{min-width:0;flex:1}.title-copy.svelte-1w1j3r6>span:where(.svelte-1w1j3r6){color:var(--color-text-muted);font-size:.67rem;font-weight:680}.detail-header.svelte-1w1j3r6 .title-copy:where(.svelte-1w1j3r6) h1:where(.svelte-1w1j3r6){overflow:hidden;font-size:clamp(1.25rem,3vw,1.65rem);font-weight:750;text-overflow:ellipsis;white-space:nowrap}.detail-content.svelte-1w1j3r6{padding:0;gap:1rem;overflow:visible}.info-section.svelte-1w1j3r6,.history-section.svelte-1w1j3r6,.stat-card.svelte-1w1j3r6{background:var(--color-surface);border:1px solid var(--color-border-light);box-shadow:var(--shadow-sm)}.info-section.svelte-1w1j3r6,.history-section.svelte-1w1j3r6{padding:1.15rem;border-radius:var(--radius-lg)}.info-section.svelte-1w1j3r6 h2:where(.svelte-1w1j3r6),.history-section.svelte-1w1j3r6 h2:where(.svelte-1w1j3r6){font-size:.86rem;font-weight:720}.info-item.svelte-1w1j3r6{min-height:44px;color:var(--color-text-secondary);border-radius:var(--radius-md)}.stats-section.svelte-1w1j3r6{gap:.65rem}.stat-card.svelte-1w1j3r6{padding:1rem .75rem;border-radius:var(--radius-lg)}.stat-value.svelte-1w1j3r6{color:var(--color-text);font-size:1.35rem;font-weight:760}.stat-label.svelte-1w1j3r6{color:var(--color-text-muted);font-size:.65rem;font-weight:680;letter-spacing:.04em}.appointment-item.svelte-1w1j3r6{padding:.9rem;background:var(--color-bg-elevated);border:1px solid var(--color-border-light);border-left:3px solid var(--color-primary);border-radius:var(--radius-md)}@media(min-width:860px){.detail-content.svelte-1w1j3r6{display:grid;grid-template-columns:minmax(260px,.75fr) minmax(0,1.6fr);align-items:start}.detail-content.svelte-1w1j3r6>.info-section:where(.svelte-1w1j3r6),.detail-content.svelte-1w1j3r6>.stats-section:where(.svelte-1w1j3r6){grid-column:1}.detail-content.svelte-1w1j3r6>.history-section:where(.svelte-1w1j3r6){grid-column:2;grid-row:1 / span 4}}@media(max-width:640px){.client-detail.svelte-1w1j3r6{padding:1rem .75rem 1.25rem}.detail-header.svelte-1w1j3r6{gap:.5rem}.detail-avatar.svelte-1w1j3r6{display:none}.header-actions.svelte-1w1j3r6{gap:.35rem}.detail-header.svelte-1w1j3r6 .title-copy:where(.svelte-1w1j3r6) h1:where(.svelte-1w1j3r6){font-size:1.15rem}}.clients-view.svelte-vwm51h{width:min(100%,var(--content-max-width));margin-inline:auto;min-height:0;flex:1;align-self:center;display:flex;flex-direction:column;padding:clamp(1rem,3vw,2rem);overflow:visible}.clients-header.svelte-vwm51h{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0 0 1.1rem}.clients-header.svelte-vwm51h h1:where(.svelte-vwm51h){font-size:clamp(1.5rem,4vw,2rem);font-weight:750}.header-copy.svelte-vwm51h{min-width:0}.header-eyebrow.svelte-vwm51h{color:var(--color-primary);font-size:.67rem;font-weight:760;letter-spacing:.09em;text-transform:uppercase}.header-copy.svelte-vwm51h p:where(.svelte-vwm51h){margin-top:.18rem;color:var(--color-text-muted);font-size:.8rem}.search-bar.svelte-vwm51h{position:relative;flex-shrink:0;padding:.65rem;background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-lg) var(--radius-lg) 0 0;box-shadow:var(--shadow-sm)}.search-bar.svelte-vwm51h .search-icon{position:absolute;left:1.5rem;top:50%;transform:translateY(-50%);color:var(--color-text-muted);pointer-events:none}.search-bar.svelte-vwm51h input:where(.svelte-vwm51h){width:100%;padding-left:2.65rem;border-radius:var(--radius-md);background:var(--color-bg-elevated)}.clients-list.svelte-vwm51h{min-height:260px;flex:1;overflow:visible;background:var(--color-surface);border:1px solid var(--color-border-light);border-top:0;border-radius:0 0 var(--radius-lg) var(--radius-lg);box-shadow:var(--shadow-sm)}.empty-state.svelte-vwm51h{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;text-align:center;color:var(--color-text-muted);gap:.75rem}.empty-state.svelte-vwm51h h3:where(.svelte-vwm51h){font-size:1.125rem;font-weight:600;color:var(--color-text);margin:0}.empty-state.svelte-vwm51h p:where(.svelte-vwm51h){font-size:.9375rem;margin:0}@media(max-width:640px){.clients-view.svelte-vwm51h{padding:1rem .75rem 1.25rem}.clients-header.svelte-vwm51h .btn:where(.svelte-vwm51h){min-width:44px;padding-inline:.8rem}.clients-header.svelte-vwm51h .btn:where(.svelte-vwm51h) svg{flex-shrink:0}.clients-header.svelte-vwm51h{align-items:flex-end}.clients-header.svelte-vwm51h h1:where(.svelte-vwm51h){font-size:1.5rem}}.history-view.svelte-zwbmp9{flex:1;display:flex;flex-direction:column;background:var(--color-bg);overflow:hidden}.history-header.svelte-zwbmp9{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:var(--color-surface);border-bottom:1px solid var(--color-border-light)}.history-header.svelte-zwbmp9 h1:where(.svelte-zwbmp9){font-size:1.25rem;font-weight:600;color:var(--color-text);margin:0}.history-content.svelte-zwbmp9{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem}.filters.svelte-zwbmp9{padding:1rem;display:flex;flex-direction:column;gap:.75rem}.search-bar.svelte-zwbmp9{position:relative}.search-bar.svelte-zwbmp9 .search-icon{position:absolute;left:.875rem;top:50%;transform:translateY(-50%);color:var(--color-text-muted);pointer-events:none}.search-bar.svelte-zwbmp9 input:where(.svelte-zwbmp9){padding-left:2.5rem}.filter-grid.svelte-zwbmp9{display:grid;grid-template-columns:1fr;gap:.75rem}.filter-group.svelte-zwbmp9{display:flex;flex-direction:column;gap:.35rem}.filter-group.svelte-zwbmp9 label:where(.svelte-zwbmp9){font-weight:500;font-size:.875rem;color:var(--color-text)}.filter-footer.svelte-zwbmp9{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.summary-row.svelte-zwbmp9{display:flex;flex-wrap:wrap;gap:.5rem}.summary-pill.svelte-zwbmp9{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .6rem;border-radius:var(--radius-full);background:var(--color-bg);color:var(--color-text);font-size:.75rem;border:1px solid var(--color-border-light)}.summary-pill.success.svelte-zwbmp9{background:var(--color-success-bg);color:var(--color-success);border-color:transparent}.summary-pill.warning.svelte-zwbmp9{background:var(--color-warning-bg);color:var(--color-warning);border-color:transparent}.summary-pill.danger.svelte-zwbmp9{background:var(--color-danger-bg);color:var(--color-danger);border-color:transparent}.btn-sm.svelte-zwbmp9{padding:.5rem .75rem;font-size:.875rem;min-height:36px}.history-list.svelte-zwbmp9{display:flex;flex-direction:column;gap:1rem}.day-group.svelte-zwbmp9{background:var(--color-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border-light);overflow:hidden}.day-header.svelte-zwbmp9{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;background:var(--color-bg);border-bottom:1px solid var(--color-border-light)}.day-title.svelte-zwbmp9{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.day-label.svelte-zwbmp9{font-weight:600;text-transform:capitalize;color:var(--color-text)}.today-badge.svelte-zwbmp9{background:var(--color-primary);color:#fff;padding:.15rem .5rem;border-radius:var(--radius-full);font-size:.6875rem;font-weight:600}.day-count.svelte-zwbmp9{font-size:.8125rem;color:var(--color-text-muted)}.day-items.svelte-zwbmp9{padding:.75rem;display:flex;flex-direction:column;gap:.75rem}.history-item.svelte-zwbmp9{background:var(--color-bg);border-radius:var(--radius-md);padding:.75rem;border-left:3px solid var(--color-primary);cursor:pointer;transition:box-shadow var(--transition-fast),transform var(--transition-fast)}.history-item.svelte-zwbmp9:hover{box-shadow:var(--shadow-md)}.history-item.svelte-zwbmp9:focus{outline:2px solid var(--color-primary);outline-offset:2px}.history-item.completed.svelte-zwbmp9{border-left-color:var(--color-success)}.history-item.cancelled.svelte-zwbmp9{border-left-color:var(--color-danger);opacity:.7}.item-header.svelte-zwbmp9{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.client-block.svelte-zwbmp9{display:flex;flex-direction:column;gap:.25rem}.client-name.svelte-zwbmp9{font-weight:600;color:var(--color-text)}.client-phone.svelte-zwbmp9{font-size:.8125rem;color:var(--color-text-muted)}.status-badge.svelte-zwbmp9{font-size:.6875rem;font-weight:600;text-transform:uppercase;padding:.2rem .5rem;border-radius:var(--radius-full);white-space:nowrap}.status-badge.completed.svelte-zwbmp9{background:var(--color-success-bg);color:var(--color-success)}.status-badge.cancelled.svelte-zwbmp9{background:var(--color-danger-bg);color:var(--color-danger)}.status-badge.scheduled.svelte-zwbmp9{background:var(--color-primary-bg);color:var(--color-primary)}.item-meta.svelte-zwbmp9{display:flex;flex-direction:column;gap:.35rem;margin-top:.5rem;color:var(--color-text-muted);font-size:.8125rem}.meta-line.svelte-zwbmp9{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.duration.svelte-zwbmp9{opacity:.7}.service-line.svelte-zwbmp9{gap:.5rem}.service-dot.svelte-zwbmp9{width:8px;height:8px;border-radius:50%;flex-shrink:0}.service-name.svelte-zwbmp9{font-weight:500;color:var(--color-text)}.meta-cost.svelte-zwbmp9{font-weight:600;color:var(--color-text-muted)}.item-notes.svelte-zwbmp9{margin-top:.5rem;font-size:.8125rem;color:var(--color-text-muted);line-height:1.4}.loading.svelte-zwbmp9,.empty-state.svelte-zwbmp9{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2.5rem 1rem;color:var(--color-text-muted);text-align:center}.empty-state.svelte-zwbmp9 h3:where(.svelte-zwbmp9){margin:0;font-size:1.125rem;font-weight:600;color:var(--color-text)}.loading-spinner.svelte-zwbmp9{width:32px;height:32px;border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:svelte-zwbmp9-spin .8s linear infinite}@keyframes svelte-zwbmp9-spin{to{transform:rotate(360deg)}}@media(min-width:640px){.filter-grid.svelte-zwbmp9{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.filter-grid.svelte-zwbmp9{grid-template-columns:repeat(4,1fr)}}.history-view.svelte-zwbmp9{width:min(100%,var(--content-max-width));margin-inline:auto;min-height:0;align-self:center;padding:clamp(1rem,3vw,2rem);background:transparent;overflow:visible}.history-header.svelte-zwbmp9{gap:1rem;padding:0 0 1.1rem;background:transparent;border:0}.history-header.svelte-zwbmp9 h1:where(.svelte-zwbmp9){font-size:clamp(1.5rem,4vw,2rem);font-weight:750;letter-spacing:-.04em}.header-copy.svelte-zwbmp9{min-width:0}.header-eyebrow.svelte-zwbmp9{color:var(--color-primary);font-size:.67rem;font-weight:760;letter-spacing:.09em;text-transform:uppercase}.header-copy.svelte-zwbmp9 p:where(.svelte-zwbmp9){margin-top:.25rem;color:var(--color-text-muted);font-size:.78rem}.history-content.svelte-zwbmp9{padding:0;overflow:visible}.filters.svelte-zwbmp9{padding:.85rem;gap:.8rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.filter-top.svelte-zwbmp9{display:flex;align-items:center;gap:.65rem}.search-bar.svelte-zwbmp9{flex:1}.search-bar.svelte-zwbmp9 input:where(.svelte-zwbmp9){background:var(--color-bg-elevated)}.mobile-filter-btn.svelte-zwbmp9{min-height:46px;padding:0 .8rem;display:none;align-items:center;justify-content:center;gap:.4rem;color:var(--color-text-secondary);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:.76rem;font-weight:680;white-space:nowrap}.mobile-filter-btn.active.svelte-zwbmp9{color:var(--color-primary);background:var(--color-primary-bg);border-color:color-mix(in srgb,var(--color-primary) 26%,var(--color-border))}.filter-dot.svelte-zwbmp9{width:7px;height:7px;background:var(--color-primary);border-radius:50%}.filter-group.svelte-zwbmp9 label:where(.svelte-zwbmp9){color:var(--color-text-secondary);font-size:.72rem;font-weight:680}.summary-pill.svelte-zwbmp9{background:var(--color-surface-sunken);font-weight:620}.day-group.svelte-zwbmp9{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.day-header.svelte-zwbmp9{padding:.8rem 1rem;background:var(--color-bg-elevated)}.day-label.svelte-zwbmp9{font-size:.84rem;font-weight:720}.history-item.svelte-zwbmp9{padding:.85rem;background:var(--color-bg-elevated);border:1px solid var(--color-border-light);border-left:3px solid var(--color-primary)}.history-item.svelte-zwbmp9:hover{box-shadow:var(--shadow-sm);transform:translateY(-1px)}@media(max-width:639px){.history-view.svelte-zwbmp9{padding:1rem .75rem 1.25rem}.header-copy.svelte-zwbmp9 p:where(.svelte-zwbmp9){display:none}.mobile-filter-btn.svelte-zwbmp9{display:inline-flex}.filter-grid.svelte-zwbmp9,.filter-footer.svelte-zwbmp9{display:none}.filter-grid.mobile-open.svelte-zwbmp9{display:grid}.filter-footer.mobile-open.svelte-zwbmp9{display:flex}.summary-row.svelte-zwbmp9{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.summary-pill.svelte-zwbmp9{justify-content:space-between}}.client-search.svelte-9cb8t9{position:relative;width:100%}.input-wrapper.svelte-9cb8t9{position:relative;display:flex;align-items:center}.input-wrapper.svelte-9cb8t9 .input-icon{position:absolute;left:.75rem;color:var(--color-text-muted);pointer-events:none}input.svelte-9cb8t9{width:100%;padding:.75rem .75rem .75rem 2.5rem;border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:1rem;background:var(--color-surface);color:var(--color-text);transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}input.svelte-9cb8t9:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-bg)}input.has-selection.svelte-9cb8t9{padding-right:2.5rem;background:var(--color-primary-bg);border-color:var(--color-primary-light)}.clear-btn.svelte-9cb8t9{position:absolute;right:.5rem;padding:.25rem;border:none;background:none;color:var(--color-text-muted);cursor:pointer;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center}.clear-btn.svelte-9cb8t9:hover{color:var(--color-danger);background:var(--color-danger-bg, rgba(239, 68, 68, .1))}.dropdown.svelte-9cb8t9{position:absolute;top:100%;left:0;right:0;margin-top:.25rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:100;max-height:250px;overflow-y:auto}.dropdown-item.svelte-9cb8t9{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;border:none;background:none;text-align:left;cursor:pointer;color:var(--color-text);font-size:.9375rem;transition:background var(--transition-fast)}.dropdown-item.svelte-9cb8t9:hover{background:var(--color-bg)}.dropdown-item.loading.svelte-9cb8t9,.dropdown-item.no-results.svelte-9cb8t9{color:var(--color-text-muted);cursor:default}.dropdown-item.create-new.svelte-9cb8t9{border-top:1px solid var(--color-border-light);color:var(--color-primary);font-weight:500}.dropdown-item.create-new.svelte-9cb8t9:hover{background:var(--color-primary-bg)}.client-info.svelte-9cb8t9{display:flex;flex-direction:column;gap:.125rem}.client-name.svelte-9cb8t9{font-weight:500}.client-detail.svelte-9cb8t9{font-size:.8125rem;color:var(--color-text-muted)}.search-hint.svelte-9cb8t9{font-size:.8125rem;color:var(--color-text-muted);padding:.5rem 0}.modal-backdrop.svelte-memaeq{position:fixed;inset:0;background:#00000080;display:flex;align-items:flex-end;justify-content:center;z-index:var(--z-modal-backdrop);padding:1rem}.modal.svelte-memaeq{background:var(--color-surface);border-radius:var(--radius-xl) var(--radius-xl) 0 0;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;z-index:var(--z-modal);animation:svelte-memaeq-slideUp .2s ease-out}@keyframes svelte-memaeq-slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header.svelte-memaeq{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--color-border-light);position:sticky;top:0;background:var(--color-surface)}.modal-header.svelte-memaeq h2:where(.svelte-memaeq){font-size:1.125rem;font-weight:600}.modal-body.svelte-memaeq{padding:1.25rem;display:flex;flex-direction:column;gap:1rem}textarea.svelte-memaeq{resize:vertical;min-height:80px}.modal-footer.svelte-memaeq{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;margin-top:.5rem;border-top:1px solid var(--color-border-light);gap:.75rem}.footer-actions.svelte-memaeq{display:flex;gap:.75rem;margin-left:auto}.new-service-form.svelte-memaeq{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1rem;display:flex;flex-direction:column;gap:.75rem}.new-service-header.svelte-memaeq{display:flex;align-items:center;justify-content:space-between}.new-service-title.svelte-memaeq{font-weight:600;font-size:.9375rem;color:var(--color-primary)}.color-picker.svelte-memaeq{display:flex;gap:.5rem;flex-wrap:wrap}.color-btn.svelte-memaeq{width:28px;height:28px;border-radius:50%;border:2px solid transparent;transition:transform var(--transition-fast);cursor:pointer}.color-btn.svelte-memaeq:hover{transform:scale(1.1)}.color-btn.active.svelte-memaeq{border-color:var(--color-text);transform:scale(1.15)}.new-service-actions.svelte-memaeq{display:flex;gap:.5rem;justify-content:flex-end;margin-top:.5rem}.btn-sm.svelte-memaeq{padding:.5rem .75rem;font-size:.875rem;min-height:36px}.conflict-error.svelte-memaeq{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem 1rem;background:var(--color-danger-bg, #fef2f2);border:1px solid var(--color-danger, #ef4444);border-radius:var(--radius-md);color:var(--color-danger, #dc2626);font-size:.875rem;line-height:1.4}.conflict-icon.svelte-memaeq{flex-shrink:0}.client-notes-hint.svelte-memaeq{font-size:.8125rem;color:var(--color-text-muted);background:var(--color-warning-bg, #fef3c7);padding:.5rem .75rem;border-radius:var(--radius-sm);border-left:3px solid var(--color-warning, #f59e0b)}.field-hint.svelte-memaeq{font-size:.75rem;color:var(--color-text-muted)}@media(min-width:640px){.modal-backdrop.svelte-memaeq{align-items:center}.modal.svelte-memaeq{border-radius:var(--radius-xl);animation:svelte-memaeq-fadeIn .2s ease-out}@keyframes svelte-memaeq-fadeIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}}.modal-backdrop.svelte-memaeq{padding:0;background:var(--color-overlay);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:svelte-memaeq-backdropIn var(--transition-normal)}.modal.svelte-memaeq{width:100%;max-width:680px;max-height:calc(100dvh - 1.25rem);display:flex;flex-direction:column;overflow:hidden;background:var(--color-surface);border:1px solid var(--color-border);border-bottom:0;border-radius:var(--radius-2xl) var(--radius-2xl) 0 0;box-shadow:var(--shadow-xl)}.modal-header.svelte-memaeq{z-index:2;flex-shrink:0;padding:1.05rem 1.25rem;background:color-mix(in srgb,var(--color-surface) 96%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.modal-header.svelte-memaeq h2:where(.svelte-memaeq){font-size:1.18rem;font-weight:740;letter-spacing:-.035em}.modal-body.svelte-memaeq{min-height:0;padding:1.25rem;gap:1.05rem;overflow-y:auto;overscroll-behavior:contain}.modal-footer.svelte-memaeq{position:sticky;bottom:-1.25rem;z-index:2;margin:0 -1.25rem -1.25rem;padding:1rem 1.25rem max(1rem,env(safe-area-inset-bottom));background:color-mix(in srgb,var(--color-surface) 96%,transparent);border-top:1px solid var(--color-border);box-shadow:0 -10px 26px #1c23370f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.new-service-form.svelte-memaeq{padding:1rem;background:var(--color-primary-soft);border-color:color-mix(in srgb,var(--color-primary) 20%,var(--color-border));border-radius:var(--radius-lg)}.new-service-title.svelte-memaeq{color:var(--color-text);font-weight:720}.color-btn.svelte-memaeq{width:32px;height:32px;border:3px solid var(--color-surface);box-shadow:0 0 0 1px var(--color-border)}.color-btn.active.svelte-memaeq{border-color:var(--color-surface);box-shadow:0 0 0 2px var(--color-text)}.conflict-error.svelte-memaeq{padding:.8rem .9rem;color:var(--color-danger);background:var(--color-danger-bg);border-color:color-mix(in srgb,var(--color-danger) 28%,var(--color-border));border-radius:var(--radius-md);font-size:.8rem}.client-notes-hint.svelte-memaeq{padding:.65rem .75rem;color:var(--color-warning-strong);background:var(--color-warning-bg);border-left-color:var(--color-warning);border-radius:var(--radius-sm)}.field-hint.svelte-memaeq{color:var(--color-text-muted);font-size:.7rem}@keyframes svelte-memaeq-backdropIn{0%{opacity:0}}@media(min-width:640px){.modal-backdrop.svelte-memaeq{padding:1.5rem}.modal.svelte-memaeq{max-height:min(90dvh,860px);border-bottom:1px solid var(--color-border);border-radius:var(--radius-2xl)}}@media(max-width:520px){.modal-header.svelte-memaeq{padding-top:1.2rem}.modal-header.svelte-memaeq:before{content:"";position:absolute;top:.42rem;left:50%;width:34px;height:4px;background:var(--color-border-strong);border-radius:var(--radius-full);transform:translate(-50%)}.modal-body.svelte-memaeq{padding:1rem}.modal-footer.svelte-memaeq{bottom:-1rem;margin:0 -1rem -1rem;padding:.85rem 1rem max(.85rem,env(safe-area-inset-bottom));align-items:stretch;flex-direction:column-reverse}.footer-actions.svelte-memaeq{width:100%}.footer-actions.svelte-memaeq .btn:where(.svelte-memaeq){flex:1}}.modal-backdrop.svelte-k3dqyu{position:fixed;inset:0;background:#00000080;display:flex;align-items:flex-end;justify-content:center;z-index:var(--z-modal-backdrop);padding:1rem}.modal.svelte-k3dqyu{background:var(--color-surface);border-radius:var(--radius-xl) var(--radius-xl) 0 0;width:100%;max-width:480px;max-height:85vh;display:flex;flex-direction:column;z-index:var(--z-modal);animation:svelte-k3dqyu-slideUp .2s ease-out}@keyframes svelte-k3dqyu-slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header.svelte-k3dqyu{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--color-border-light);background:var(--color-surface);flex-shrink:0}.modal-header.svelte-k3dqyu h2:where(.svelte-k3dqyu){display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;margin:0}.btn-icon.svelte-k3dqyu{padding:.5rem;border:none;background:none;color:var(--color-text-muted);cursor:pointer;border-radius:var(--radius-sm);display:flex;align-items:center}.btn-icon.svelte-k3dqyu:hover{background:var(--color-bg);color:var(--color-text)}.modal-body.svelte-k3dqyu{flex:1;overflow-y:auto;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:1rem}.section-header.svelte-k3dqyu{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.875rem;color:var(--color-text);margin-bottom:.5rem}.current-appointment.svelte-k3dqyu{background:var(--color-primary-bg);border-radius:var(--radius-lg);padding:1rem;border-left:4px solid var(--color-primary)}.current-info.svelte-k3dqyu{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.current-date.svelte-k3dqyu{font-weight:600;color:var(--color-text)}.current-time.svelte-k3dqyu{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:var(--color-text-muted)}.services-section.svelte-k3dqyu{background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);padding:1rem}.services-list.svelte-k3dqyu{display:flex;flex-direction:column;gap:.5rem}.service-item.svelte-k3dqyu{display:flex;align-items:center;justify-content:space-between;padding:.625rem .75rem;background:var(--color-bg);border-radius:var(--radius-md)}.service-info.svelte-k3dqyu{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}.service-color.svelte-k3dqyu{width:10px;height:10px;border-radius:50%;flex-shrink:0}.service-name.svelte-k3dqyu{font-size:.875rem;font-weight:500;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.main-badge.svelte-k3dqyu{font-size:.625rem;font-weight:700;text-transform:uppercase;padding:.125rem .375rem;background:var(--color-primary);color:#fff;border-radius:var(--radius-sm);flex-shrink:0}.service-actions.svelte-k3dqyu{display:flex;align-items:center;gap:.5rem}.service-cost.svelte-k3dqyu{font-size:.875rem;font-weight:600;color:var(--color-text);white-space:nowrap}.btn-remove.svelte-k3dqyu{padding:.25rem;border:none;background:none;color:var(--color-text-muted);cursor:pointer;border-radius:var(--radius-sm);display:flex;align-items:center;transition:all var(--transition-fast)}.btn-remove.svelte-k3dqyu:hover{background:var(--color-danger-bg);color:var(--color-danger)}.no-service.svelte-k3dqyu{font-size:.875rem;color:var(--color-text-muted);font-style:italic;padding:.5rem 0}.add-service-form.svelte-k3dqyu{display:flex;gap:.5rem;align-items:center;margin-top:.25rem}.service-select.svelte-k3dqyu{flex:1;padding:.5rem .75rem;border:1px dashed var(--color-border);border-radius:var(--radius-md);font-size:.8125rem;background:var(--color-surface);color:var(--color-text);cursor:pointer}.service-select.svelte-k3dqyu:focus{outline:none;border-color:var(--color-primary);border-style:solid}.services-total.svelte-k3dqyu{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:var(--color-success-bg);border-radius:var(--radius-md);margin-top:.25rem}.total-label.svelte-k3dqyu{display:flex;align-items:center;gap:.375rem;font-weight:600;font-size:.875rem;color:var(--color-success)}.total-amount.svelte-k3dqyu{font-size:1rem;font-weight:700;color:var(--color-success)}.current-notes-section.svelte-k3dqyu{background:var(--color-bg);border-radius:var(--radius-lg);padding:1rem}.current-notes-text.svelte-k3dqyu{margin:0;font-size:.875rem;color:var(--color-text-muted);white-space:pre-wrap;line-height:1.5}.add-incident.svelte-k3dqyu{background:var(--color-bg);border-radius:var(--radius-lg);padding:1rem}.incident-form.svelte-k3dqyu{display:flex;flex-direction:column;gap:.5rem}.incident-form.svelte-k3dqyu textarea:where(.svelte-k3dqyu){width:100%;padding:.75rem;border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:.875rem;resize:vertical;min-height:60px;background:var(--color-surface)}.incident-form.svelte-k3dqyu textarea:where(.svelte-k3dqyu):focus{outline:none;border-color:var(--color-primary)}.incident-form.svelte-k3dqyu .btn:where(.svelte-k3dqyu){align-self:flex-end}.history-section.svelte-k3dqyu{background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);padding:1rem}.history-list.svelte-k3dqyu{display:flex;flex-direction:column;gap:.75rem}.history-item.svelte-k3dqyu{background:var(--color-bg);border-radius:var(--radius-md);padding:.75rem;border-left:3px solid var(--color-success)}.history-header.svelte-k3dqyu{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.375rem}.history-date.svelte-k3dqyu{font-weight:600;font-size:.8125rem;color:var(--color-text)}.history-services.svelte-k3dqyu{display:flex;align-items:center;gap:.25rem}.history-service.svelte-k3dqyu{font-size:.6875rem;font-weight:500;padding:.125rem .5rem;border-radius:var(--radius-full)}.history-additional-count.svelte-k3dqyu{font-size:.625rem;font-weight:600;padding:.125rem .375rem;background:var(--color-text-muted);color:#fff;border-radius:var(--radius-full)}.history-notes.svelte-k3dqyu{font-size:.8125rem;color:var(--color-text-muted);margin:0;line-height:1.4}.history-notes.empty.svelte-k3dqyu{font-style:italic;opacity:.7}.view-more-btn.svelte-k3dqyu{background:none;border:1px dashed var(--color-border);border-radius:var(--radius-md);padding:.75rem;font-size:.875rem;color:var(--color-primary);cursor:pointer;text-align:center}.view-more-btn.svelte-k3dqyu:hover{background:var(--color-primary-bg);border-color:var(--color-primary)}.empty-history.svelte-k3dqyu{display:flex;flex-direction:column;align-items:center;padding:1.5rem;color:var(--color-text-muted);text-align:center}.empty-history.svelte-k3dqyu p:where(.svelte-k3dqyu){margin:.5rem 0 0;font-size:.875rem}.client-notes.svelte-k3dqyu{background:var(--color-warning-bg, #fef3c7);border-radius:var(--radius-lg);padding:1rem;border-left:3px solid var(--color-warning, #f59e0b)}.client-notes.svelte-k3dqyu p:where(.svelte-k3dqyu){margin:0;font-size:.875rem;color:var(--color-text);line-height:1.4}.modal-footer.svelte-k3dqyu{display:flex;gap:.75rem;padding:1rem 1.25rem;border-top:1px solid var(--color-border-light);background:var(--color-surface);flex-shrink:0}.modal-footer.svelte-k3dqyu .btn:where(.svelte-k3dqyu){flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn.svelte-k3dqyu{padding:.75rem 1rem;border-radius:var(--radius-md);font-weight:500;font-size:.875rem;cursor:pointer;transition:all var(--transition-fast);border:none}.btn-primary.svelte-k3dqyu{background:var(--color-primary);color:#fff}.btn-primary.svelte-k3dqyu:hover{background:var(--color-primary-hover)}.btn-primary.svelte-k3dqyu:disabled{opacity:.5;cursor:not-allowed}.btn-secondary.svelte-k3dqyu{background:var(--color-bg);color:var(--color-text);border:1px solid var(--color-border)}.btn-secondary.svelte-k3dqyu:hover{background:var(--color-border-light)}.btn-sm.svelte-k3dqyu{padding:.5rem .75rem;font-size:.8125rem}@media(min-width:640px){.modal-backdrop.svelte-k3dqyu{align-items:center}.modal.svelte-k3dqyu{border-radius:var(--radius-xl);max-height:80vh;animation:svelte-k3dqyu-fadeIn .2s ease-out}@keyframes svelte-k3dqyu-fadeIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}}.modal-backdrop.svelte-k3dqyu{padding:0;background:var(--color-overlay);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal.svelte-k3dqyu{width:100%;max-width:720px;max-height:calc(100dvh - 1.25rem);overflow:hidden;background:var(--color-surface);border:1px solid var(--color-border);border-bottom:0;border-radius:var(--radius-2xl) var(--radius-2xl) 0 0;box-shadow:var(--shadow-xl)}.modal-header.svelte-k3dqyu{position:relative;z-index:2;min-height:64px;padding:1.05rem 1.25rem;background:color-mix(in srgb,var(--color-surface) 96%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.modal-header.svelte-k3dqyu:before{content:"";position:absolute;top:.4rem;left:50%;width:34px;height:4px;background:var(--color-border-strong);border-radius:var(--radius-full);transform:translate(-50%)}.modal-header.svelte-k3dqyu h2:where(.svelte-k3dqyu){font-size:1.12rem;font-weight:740;letter-spacing:-.03em}.btn-icon.svelte-k3dqyu{width:40px;height:40px;padding:0;display:grid;place-items:center;color:var(--color-text-muted);background:var(--color-surface-sunken);border-radius:var(--radius-md)}.modal-body.svelte-k3dqyu{padding:1rem;gap:.85rem;overscroll-behavior:contain}.modal-body.svelte-k3dqyu>section:where(.svelte-k3dqyu){padding:.95rem;background:var(--color-bg-elevated);border:1px solid var(--color-border-light);border-radius:var(--radius-lg)}.section-header.svelte-k3dqyu{color:var(--color-text-secondary);font-size:.76rem;font-weight:720}.service-item.svelte-k3dqyu,.history-item.svelte-k3dqyu,.add-service-form.svelte-k3dqyu,.incident-form.svelte-k3dqyu textarea:where(.svelte-k3dqyu){background:var(--color-surface);border-color:var(--color-border-light)}.services-total.svelte-k3dqyu{color:var(--color-text);background:var(--color-primary-soft);border-color:color-mix(in srgb,var(--color-primary) 18%,var(--color-border))}.total-amount.svelte-k3dqyu{color:var(--color-primary);font-weight:760}.modal-footer.svelte-k3dqyu{flex-shrink:0;padding:.9rem 1rem max(.9rem,env(safe-area-inset-bottom));background:color-mix(in srgb,var(--color-surface) 96%,transparent);border-top:1px solid var(--color-border);box-shadow:0 -10px 26px #1c23370f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}@media(min-width:640px){.modal-backdrop.svelte-k3dqyu{padding:1.5rem}.modal.svelte-k3dqyu{max-height:min(90dvh,880px);border-bottom:1px solid var(--color-border);border-radius:var(--radius-2xl)}.modal-header.svelte-k3dqyu:before{display:none}.modal-body.svelte-k3dqyu{padding:1.2rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.modal-body.svelte-k3dqyu>.history-section:where(.svelte-k3dqyu),.modal-body.svelte-k3dqyu>.client-notes:where(.svelte-k3dqyu){grid-column:1 / -1}}@media(max-width:520px){.modal-footer.svelte-k3dqyu{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.modal-footer.svelte-k3dqyu .btn:where(.svelte-k3dqyu){min-width:0;padding-inline:.55rem;font-size:.75rem}}.pwa-banner.svelte-ajcfkj{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;background:var(--color-primary);color:#fff;font-size:.875rem;font-weight:500;animation:svelte-ajcfkj-slideDown .3s ease}@keyframes svelte-ajcfkj-slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.banner-content.svelte-ajcfkj{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}.banner-content.svelte-ajcfkj span:where(.svelte-ajcfkj){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.banner-actions.svelte-ajcfkj{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.install-btn.svelte-ajcfkj{padding:.5rem 1rem;background:#fff;color:var(--color-primary);border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:opacity .15s ease}.install-btn.svelte-ajcfkj:hover{opacity:.9}.install-btn.svelte-ajcfkj:disabled{opacity:.7;cursor:not-allowed}.dismiss-btn.svelte-ajcfkj{display:flex;align-items:center;justify-content:center;padding:.375rem;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;transition:background .15s ease}.dismiss-btn.svelte-ajcfkj:hover{background:#ffffff4d}.ios-modal-backdrop.svelte-ajcfkj{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:9999;animation:svelte-ajcfkj-fadeIn .2s ease}@keyframes svelte-ajcfkj-fadeIn{0%{opacity:0}to{opacity:1}}.ios-modal.svelte-ajcfkj{position:relative;background:#1a1a2e;border-radius:16px;padding:1.5rem;max-width:340px;width:100%;box-shadow:0 20px 40px #0006;animation:svelte-ajcfkj-scaleIn .2s ease}[data-theme=light] .ios-modal.svelte-ajcfkj{background:#fff}@keyframes svelte-ajcfkj-scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.ios-close.svelte-ajcfkj{position:absolute;top:.75rem;right:.75rem;display:flex;align-items:center;justify-content:center;padding:.375rem;background:#ffffff1a;border:none;border-radius:50%;color:#aaa;cursor:pointer}[data-theme=light] .ios-close.svelte-ajcfkj{background:#0000000d;color:#666}.ios-modal.svelte-ajcfkj h2:where(.svelte-ajcfkj){margin:0 0 .25rem;font-size:1.25rem;font-weight:700;color:#fff}[data-theme=light] .ios-modal.svelte-ajcfkj h2:where(.svelte-ajcfkj){color:#1a1a2e}.ios-subtitle.svelte-ajcfkj{margin:0 0 1.25rem;font-size:.875rem;color:#aaa}[data-theme=light] .ios-subtitle.svelte-ajcfkj{color:#666}.ios-steps.svelte-ajcfkj{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.ios-step.svelte-ajcfkj{display:flex;gap:.75rem;align-items:flex-start}.step-number.svelte-ajcfkj{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--color-primary);color:#fff;font-size:.875rem;font-weight:700;border-radius:50%}.step-content.svelte-ajcfkj{flex:1;display:flex;flex-direction:column;gap:.5rem}.step-content.svelte-ajcfkj p:where(.svelte-ajcfkj){margin:0;font-size:.9375rem;color:#e0e0e0;line-height:1.4}[data-theme=light] .step-content.svelte-ajcfkj p:where(.svelte-ajcfkj){color:#333}.step-icon.svelte-ajcfkj{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#4f46e533;border-radius:12px;color:#818cf8}[data-theme=light] .step-icon.svelte-ajcfkj{background:#4f46e51a;color:var(--color-primary)}.ios-done-btn.svelte-ajcfkj{width:100%;padding:.875rem;background:var(--color-primary);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .15s ease}.ios-done-btn.svelte-ajcfkj:hover{opacity:.9}@media(max-width:400px){.banner-content.svelte-ajcfkj span:where(.svelte-ajcfkj){font-size:.8125rem}.install-btn.svelte-ajcfkj{padding:.4rem .75rem;font-size:.8125rem}}.pwa-banner.svelte-ajcfkj{position:fixed;left:50%;bottom:1rem;z-index:var(--z-toast);width:min(calc(100vw - 2rem),520px);padding:.7rem;color:var(--color-text);background:color-mix(in srgb,var(--color-surface) 96%,transparent);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);-webkit-backdrop-filter:blur(18px) saturate(1.2);backdrop-filter:blur(18px) saturate(1.2);transform:translate(-50%);animation:svelte-ajcfkj-installIn var(--transition-slow)}.banner-content.svelte-ajcfkj{gap:.65rem}.banner-icon.svelte-ajcfkj{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;color:var(--color-primary);background:var(--color-primary-bg);border-radius:var(--radius-md)}.banner-copy.svelte-ajcfkj{min-width:0;display:flex;flex-direction:column}.banner-copy.svelte-ajcfkj strong:where(.svelte-ajcfkj){color:var(--color-text);font-size:.8rem;font-weight:720;line-height:1.25}.banner-copy.svelte-ajcfkj small:where(.svelte-ajcfkj){overflow:hidden;color:var(--color-text-muted);font-size:.67rem;font-weight:560;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.install-btn.svelte-ajcfkj{min-height:38px;padding:.45rem .75rem;color:var(--color-on-primary);background:var(--color-primary);border-radius:var(--radius-md);font-size:.75rem;font-weight:700}.dismiss-btn.svelte-ajcfkj{width:38px;height:38px;padding:0;color:var(--color-text-muted);background:var(--color-surface-sunken);border-radius:var(--radius-md)}.dismiss-btn.svelte-ajcfkj:hover{color:var(--color-text);background:var(--color-border-light)}.ios-modal-backdrop.svelte-ajcfkj{align-items:flex-end;padding:0;z-index:var(--z-modal-backdrop);background:var(--color-overlay);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ios-modal.svelte-ajcfkj,[data-theme=light] .ios-modal.svelte-ajcfkj{width:100%;max-width:480px;padding:1.35rem 1.25rem max(1.25rem,env(safe-area-inset-bottom));color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-bottom:0;border-radius:var(--radius-2xl) var(--radius-2xl) 0 0;box-shadow:var(--shadow-xl)}.ios-modal.svelte-ajcfkj:before{content:"";position:absolute;top:.42rem;left:50%;width:34px;height:4px;background:var(--color-border-strong);border-radius:var(--radius-full);transform:translate(-50%)}.ios-modal.svelte-ajcfkj h2:where(.svelte-ajcfkj),[data-theme=light] .ios-modal.svelte-ajcfkj h2:where(.svelte-ajcfkj){color:var(--color-text);font-size:1.25rem;font-weight:750;letter-spacing:-.035em}.ios-subtitle.svelte-ajcfkj,[data-theme=light] .ios-subtitle.svelte-ajcfkj,.step-content.svelte-ajcfkj p:where(.svelte-ajcfkj),[data-theme=light] .step-content.svelte-ajcfkj p:where(.svelte-ajcfkj){color:var(--color-text-secondary)}.ios-step.svelte-ajcfkj{padding:.75rem;background:var(--color-bg-elevated);border:1px solid var(--color-border-light);border-radius:var(--radius-lg)}.step-number.svelte-ajcfkj{color:var(--color-on-primary);background:var(--color-primary)}.step-icon.svelte-ajcfkj,[data-theme=light] .step-icon.svelte-ajcfkj{width:42px;height:42px;color:var(--color-primary);background:var(--color-primary-bg)}.ios-close.svelte-ajcfkj,[data-theme=light] .ios-close.svelte-ajcfkj{width:38px;height:38px;padding:0;color:var(--color-text-muted);background:var(--color-surface-sunken);border-radius:var(--radius-md)}.ios-done-btn.svelte-ajcfkj{min-height:46px;color:var(--color-on-primary);background:var(--color-primary);border-radius:var(--radius-md);font-weight:700}@keyframes svelte-ajcfkj-installIn{0%{opacity:0;transform:translate(-50%,14px)}}@media(min-width:640px){.ios-modal-backdrop.svelte-ajcfkj{align-items:center;padding:1.5rem}.ios-modal.svelte-ajcfkj,[data-theme=light] .ios-modal.svelte-ajcfkj{border-bottom:1px solid var(--color-border);border-radius:var(--radius-2xl)}.ios-modal.svelte-ajcfkj:before{display:none}}@media(max-width:820px){.pwa-banner.svelte-ajcfkj{bottom:calc(var(--mobile-nav-height) + env(safe-area-inset-bottom) + .75rem)}}@media(max-width:430px){.banner-copy.svelte-ajcfkj small:where(.svelte-ajcfkj){display:none}}.landing.svelte-asg5zg{min-height:100vh;min-height:100dvh;overflow:hidden;color:var(--color-text);background:var(--color-bg)}.skip-link.svelte-asg5zg{position:fixed;top:.75rem;left:.75rem;z-index:1000;padding:.7rem 1rem;color:var(--color-on-primary);background:var(--color-primary);border-radius:var(--radius-md);transform:translateY(-160%);transition:transform var(--transition-fast)}.skip-link.svelte-asg5zg:focus{transform:translateY(0)}.section-container.svelte-asg5zg,.nav-container.svelte-asg5zg,.hero-inner.svelte-asg5zg,.principles.svelte-asg5zg,.final-cta-inner.svelte-asg5zg,.footer-inner.svelte-asg5zg{width:min(calc(100% - 2rem),var(--content-max-width));margin-inline:auto}.landing-nav.svelte-asg5zg{position:sticky;top:0;z-index:var(--z-sticky);background:color-mix(in srgb,var(--color-surface) 90%,transparent);border-bottom:1px solid color-mix(in srgb,var(--color-border) 72%,transparent);-webkit-backdrop-filter:blur(18px) saturate(1.2);backdrop-filter:blur(18px) saturate(1.2)}.nav-container.svelte-asg5zg{min-height:68px;display:flex;align-items:center;gap:1.25rem}.brand.svelte-asg5zg{display:inline-flex;align-items:center;gap:.35rem;color:var(--color-text);border-radius:var(--radius-md)}.brand-mark.svelte-asg5zg{width:34px;height:34px;display:grid;place-items:center;color:var(--color-on-primary);background:linear-gradient(145deg,var(--color-primary-light),var(--color-primary));border-radius:11px;box-shadow:0 7px 16px #6257e73d;font-size:1.25rem;font-weight:800;letter-spacing:-.08em}.brand-word.svelte-asg5zg{font-size:.9rem;font-weight:800;letter-spacing:.08em}.nav-links.svelte-asg5zg{margin-left:auto;display:flex;align-items:center;gap:.2rem}.nav-links.svelte-asg5zg button:where(.svelte-asg5zg),.login-link.svelte-asg5zg{min-height:42px;padding:.55rem .8rem;color:var(--color-text-secondary);border-radius:var(--radius-md);font-size:.84rem;font-weight:620;transition:color var(--transition-fast),background var(--transition-fast)}.nav-links.svelte-asg5zg button:where(.svelte-asg5zg):hover,.login-link.svelte-asg5zg:hover{color:var(--color-text);background:var(--color-surface-sunken)}.nav-actions.svelte-asg5zg{display:flex;align-items:center;gap:.35rem}.nav-cta.svelte-asg5zg{min-height:40px;padding:.55rem .95rem;font-size:.84rem}.mobile-menu-btn.svelte-asg5zg,.mobile-navigation.svelte-asg5zg{display:none}.hero.svelte-asg5zg{position:relative;padding:clamp(3.5rem,8vw,7.5rem) 0 0;isolation:isolate;background:linear-gradient(180deg,color-mix(in srgb,var(--color-primary-soft) 68%,transparent),transparent 75%),var(--color-bg)}.hero.svelte-asg5zg:before{content:"";position:absolute;inset:0;z-index:-2;opacity:.28;background-image:linear-gradient(var(--color-border-light) 1px,transparent 1px),linear-gradient(90deg,var(--color-border-light) 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:linear-gradient(to bottom,black,transparent 84%);mask-image:linear-gradient(to bottom,black,transparent 84%)}.hero-glow.svelte-asg5zg{position:absolute;z-index:-1;border-radius:50%;filter:blur(10px);pointer-events:none}.glow-one.svelte-asg5zg{width:34rem;height:34rem;top:-17rem;right:-10rem;background:color-mix(in srgb,var(--color-primary) 16%,transparent)}.glow-two.svelte-asg5zg{width:24rem;height:24rem;left:-13rem;bottom:2rem;background:color-mix(in srgb,var(--color-info) 11%,transparent)}.hero-inner.svelte-asg5zg{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(380px,.97fr);align-items:center;gap:clamp(2.5rem,6vw,5.5rem)}.hero-copy.svelte-asg5zg{padding-bottom:2rem}.eyebrow.svelte-asg5zg,.section-eyebrow.svelte-asg5zg{color:var(--color-primary);font-size:.75rem;font-weight:760;letter-spacing:.09em;text-transform:uppercase}.eyebrow.svelte-asg5zg{width:fit-content;display:flex;align-items:center;gap:.55rem;padding:.45rem .7rem;background:var(--color-primary-bg);border:1px solid color-mix(in srgb,var(--color-primary) 15%,transparent);border-radius:var(--radius-full);letter-spacing:.045em;text-transform:none}.eyebrow-dot.svelte-asg5zg{width:7px;height:7px;background:var(--color-success);border-radius:50%;box-shadow:0 0 0 4px var(--color-success-bg)}.hero.svelte-asg5zg h1:where(.svelte-asg5zg){margin:1.35rem 0 1.25rem;font-size:clamp(2.65rem,6vw,5.2rem);font-weight:790;line-height:.98;letter-spacing:-.065em}.hero.svelte-asg5zg h1:where(.svelte-asg5zg) span:where(.svelte-asg5zg){color:var(--color-primary)}.hero-subtitle.svelte-asg5zg{max-width:38rem;color:var(--color-text-secondary);font-size:clamp(1rem,1.6vw,1.18rem);line-height:1.7}.hero-actions.svelte-asg5zg{margin-top:1.7rem;display:flex;flex-wrap:wrap;gap:.75rem}.hero-actions.svelte-asg5zg .btn:where(.svelte-asg5zg){min-height:50px;padding-inline:1.25rem}.hero-primary.svelte-asg5zg{box-shadow:var(--shadow-primary)}.hero-note.svelte-asg5zg{margin-top:1rem;display:flex;align-items:center;flex-wrap:wrap;gap:.45rem;color:var(--color-text-muted);font-size:.8rem;font-weight:580}.hero-note.svelte-asg5zg svg{color:var(--color-success)}.product-preview.svelte-asg5zg{position:relative;min-height:540px;display:grid;place-items:center}.preview-orbit.svelte-asg5zg{position:absolute;border:1px solid color-mix(in srgb,var(--color-primary) 16%,transparent);border-radius:50%}.orbit-one.svelte-asg5zg{width:31rem;height:31rem}.orbit-two.svelte-asg5zg{width:24rem;height:24rem}.preview-shell.svelte-asg5zg{position:relative;z-index:1;width:min(100%,420px);padding:1rem;background:color-mix(in srgb,var(--color-surface) 92%,transparent);border:1px solid color-mix(in srgb,var(--color-border-strong) 74%,transparent);border-radius:var(--radius-2xl);box-shadow:var(--shadow-xl);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transform:rotate(1.4deg)}.preview-topbar.svelte-asg5zg{padding:.45rem .35rem .9rem;display:flex;align-items:flex-end;justify-content:space-between}.preview-topbar.svelte-asg5zg>div:where(.svelte-asg5zg){display:flex;flex-direction:column;gap:.1rem}.preview-kicker.svelte-asg5zg{color:var(--color-text-muted);font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.preview-topbar.svelte-asg5zg strong:where(.svelte-asg5zg){font-size:1.15rem}.preview-count.svelte-asg5zg{padding:.3rem .55rem;color:var(--color-primary);background:var(--color-primary-bg);border-radius:var(--radius-full);font-size:.7rem;font-weight:700}.day-strip.svelte-asg5zg{padding:.45rem;display:grid;grid-template-columns:repeat(5,1fr);gap:.25rem;background:var(--color-surface-sunken);border-radius:var(--radius-lg)}.day-strip.svelte-asg5zg span:where(.svelte-asg5zg){min-height:55px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;color:var(--color-text-secondary);border-radius:var(--radius-md);font-size:.85rem;font-weight:750}.day-strip.svelte-asg5zg small:where(.svelte-asg5zg){color:var(--color-text-muted);font-size:.6rem;font-weight:650;text-transform:uppercase}.day-strip.svelte-asg5zg .selected:where(.svelte-asg5zg){color:var(--color-on-primary);background:var(--color-primary);box-shadow:0 6px 16px color-mix(in srgb,var(--color-primary) 25%,transparent)}.day-strip.svelte-asg5zg .selected:where(.svelte-asg5zg) small:where(.svelte-asg5zg){color:inherit;opacity:.8}.preview-agenda.svelte-asg5zg{padding:1rem 0 .2rem;display:grid;grid-template-columns:3rem 1fr;gap:.65rem}.time-rail.svelte-asg5zg,.preview-appointments.svelte-asg5zg{display:flex;flex-direction:column;gap:.6rem}.time-rail.svelte-asg5zg span:where(.svelte-asg5zg){height:84px;padding-top:.55rem;color:var(--color-text-subtle);font-size:.62rem;font-weight:650}.preview-appointment.svelte-asg5zg{position:relative;height:84px;padding:.75rem .8rem .65rem 1rem;display:flex;flex-direction:column;justify-content:center;gap:.1rem;overflow:hidden;background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.preview-appointment.svelte-asg5zg:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--accent)}.preview-appointment.blue.svelte-asg5zg{--accent: var(--color-info)}.preview-appointment.violet.svelte-asg5zg{--accent: var(--color-primary)}.preview-appointment.green.svelte-asg5zg{--accent: var(--color-success)}.appointment-time.svelte-asg5zg{color:var(--color-text-muted);font-size:.65rem;font-weight:650}.preview-appointment.svelte-asg5zg strong:where(.svelte-asg5zg){font-size:.88rem}.preview-appointment.svelte-asg5zg small:where(.svelte-asg5zg){color:var(--color-text-secondary);font-size:.68rem}.local-badge.svelte-asg5zg{position:absolute;z-index:2;right:-1rem;bottom:2.3rem;min-width:178px;padding:.75rem .9rem;display:flex;align-items:center;gap:.65rem;color:var(--color-success);background:color-mix(in srgb,var(--color-surface) 94%,transparent);border:1px solid color-mix(in srgb,var(--color-success) 24%,var(--color-border));border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transform:rotate(-2deg)}.local-badge.svelte-asg5zg span:where(.svelte-asg5zg){display:flex;flex-direction:column}.local-badge.svelte-asg5zg strong:where(.svelte-asg5zg){color:var(--color-text);font-size:.75rem}.local-badge.svelte-asg5zg small:where(.svelte-asg5zg){color:var(--color-text-muted);font-size:.63rem}.principles.svelte-asg5zg{position:relative;margin-top:clamp(2.5rem,7vw,5rem);padding:1.1rem 0;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.principles.svelte-asg5zg>div:where(.svelte-asg5zg){padding:.45rem clamp(.5rem,3vw,2rem);display:flex;align-items:center;justify-content:center;gap:.75rem;color:var(--color-primary);border-right:1px solid var(--color-border)}.principles.svelte-asg5zg>div:where(.svelte-asg5zg):last-child{border-right:0}.principles.svelte-asg5zg span:where(.svelte-asg5zg){display:flex;flex-direction:column}.principles.svelte-asg5zg strong:where(.svelte-asg5zg){color:var(--color-text);font-size:.82rem}.principles.svelte-asg5zg small:where(.svelte-asg5zg){color:var(--color-text-secondary);font-size:.68rem}.workflow.svelte-asg5zg,.features-section.svelte-asg5zg,.privacy-section.svelte-asg5zg,.pricing-section.svelte-asg5zg,.faq-section.svelte-asg5zg{scroll-margin-top:5rem;padding:clamp(4.5rem,9vw,7.5rem) 0}.workflow.svelte-asg5zg{background:var(--color-surface)}.section-heading.svelte-asg5zg{max-width:43rem;margin-bottom:2.25rem}.section-heading.centered.svelte-asg5zg{margin-inline:auto;text-align:center}.section-heading.svelte-asg5zg h2:where(.svelte-asg5zg),.privacy-copy.svelte-asg5zg h2:where(.svelte-asg5zg){margin:.7rem 0 .8rem;font-size:clamp(2rem,4vw,3.35rem);letter-spacing:-.055em}.section-heading.svelte-asg5zg p:where(.svelte-asg5zg),.privacy-copy.svelte-asg5zg>p:where(.svelte-asg5zg){color:var(--color-text-secondary);font-size:1rem;line-height:1.7}.steps-list.svelte-asg5zg{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;list-style:none}.steps-list.svelte-asg5zg:before{content:"";position:absolute;top:2.25rem;left:16%;right:16%;height:1px;background:linear-gradient(90deg,transparent,var(--color-primary-light),transparent)}.step-card.svelte-asg5zg{position:relative;z-index:1;padding:1.35rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl)}.step-number.svelte-asg5zg{position:absolute;top:1rem;right:1rem;color:var(--color-text-subtle);font-size:.7rem;font-weight:760;letter-spacing:.08em}.step-icon.svelte-asg5zg,.feature-icon.svelte-asg5zg{width:46px;height:46px;display:grid;place-items:center;color:var(--color-primary);background:var(--color-primary-bg);border-radius:14px}.step-card.svelte-asg5zg h3:where(.svelte-asg5zg),.feature-card.svelte-asg5zg h3:where(.svelte-asg5zg){margin:1rem 0 .45rem;font-size:1.05rem}.step-card.svelte-asg5zg p:where(.svelte-asg5zg),.feature-card.svelte-asg5zg p:where(.svelte-asg5zg){color:var(--color-text-secondary);font-size:.86rem;line-height:1.6}.features-section.svelte-asg5zg{background:radial-gradient(circle at 0 50%,var(--color-primary-soft),transparent 30rem),var(--color-bg)}.features-grid.svelte-asg5zg{display:grid;grid-template-columns:repeat(3,1fr);gap:.85rem}.feature-card.svelte-asg5zg{min-height:245px;padding:1.35rem;display:flex;flex-direction:column;background:color-mix(in srgb,var(--color-surface) 94%,transparent);border:1px solid var(--color-border-light);border-radius:var(--radius-xl);box-shadow:var(--shadow-xs);transition:transform var(--transition-normal),border-color var(--transition-normal),box-shadow var(--transition-normal)}.feature-card.svelte-asg5zg:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--color-primary) 23%,var(--color-border));box-shadow:var(--shadow-md)}.feature-eyebrow.svelte-asg5zg{margin-top:auto;padding-top:1.5rem;color:var(--color-primary);font-size:.65rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.feature-card.svelte-asg5zg h3:where(.svelte-asg5zg){margin-top:.45rem}.privacy-section.svelte-asg5zg{color:#f3f5fa;background:radial-gradient(circle at 85% 10%,rgba(147,140,255,.22),transparent 28rem),#15192a}.privacy-grid.svelte-asg5zg{display:grid;grid-template-columns:minmax(0,.95fr) minmax(390px,1.05fr);align-items:center;gap:clamp(3rem,8vw,7rem)}.privacy-copy.svelte-asg5zg h2:where(.svelte-asg5zg){color:#f7f8fc}.privacy-copy.svelte-asg5zg>p:where(.svelte-asg5zg){color:#b8c0d0}.privacy-list.svelte-asg5zg{margin:1.5rem 0;display:flex;flex-direction:column;gap:.8rem;list-style:none}.privacy-list.svelte-asg5zg li:where(.svelte-asg5zg){display:flex;align-items:flex-start;gap:.65rem;color:#d7dce7;font-size:.88rem;line-height:1.5}.privacy-list.svelte-asg5zg svg{flex:0 0 auto;margin-top:.13rem;color:#79e5bf}.text-action.svelte-asg5zg{min-height:44px;display:inline-flex;align-items:center;gap:.5rem;color:#b7b2ff;border-radius:var(--radius-md);font-size:.86rem;font-weight:680}.text-action.svelte-asg5zg:hover{color:#d0cdff}.privacy-visual.svelte-asg5zg{display:grid;grid-template-columns:1fr 90px .72fr;align-items:center}.device-card.svelte-asg5zg,.backup-card.svelte-asg5zg{padding:1.35rem;display:flex;flex-direction:column;background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-xl);box-shadow:0 24px 50px #0000003d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.device-icon.svelte-asg5zg{width:48px;height:48px;display:grid;place-items:center;color:#b7b2ff;background:#938cff24;border-radius:15px}.device-label.svelte-asg5zg{margin-top:1rem;color:#9da7ba;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.device-card.svelte-asg5zg>strong:where(.svelte-asg5zg){margin-top:.2rem;font-size:1.2rem}.data-stack.svelte-asg5zg{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.data-stack.svelte-asg5zg span:where(.svelte-asg5zg){padding:.65rem .75rem;display:flex;align-items:center;gap:.55rem;color:#dfe3ec;background:#05081242;border-radius:var(--radius-md);font-size:.76rem;font-weight:620}.backup-arrow.svelte-asg5zg{display:flex;flex-direction:column;align-items:center;gap:.45rem}.backup-arrow.svelte-asg5zg span:where(.svelte-asg5zg){width:100%;height:1px;position:relative;background:#b7b2ff8c}.backup-arrow.svelte-asg5zg span:where(.svelte-asg5zg):after{content:"";position:absolute;top:-3px;right:0;width:7px;height:7px;border-top:1px solid #b7b2ff;border-right:1px solid #b7b2ff;transform:rotate(45deg)}.backup-arrow.svelte-asg5zg small:where(.svelte-asg5zg),.backup-card.svelte-asg5zg small:where(.svelte-asg5zg){color:#909bb0;font-size:.62rem}.backup-card.svelte-asg5zg{align-items:center;text-align:center;color:#79e5bf}.backup-card.svelte-asg5zg strong:where(.svelte-asg5zg){margin-top:.65rem;color:#f3f5fa;font-size:.85rem}.pricing-section.svelte-asg5zg{background:var(--color-surface)}.pricing-grid.svelte-asg5zg{display:grid;grid-template-columns:minmax(0,.85fr) minmax(390px,.65fr);align-items:center;justify-content:space-between;gap:clamp(2.5rem,8vw,7rem)}.pricing-copy.svelte-asg5zg{margin-bottom:0}.pricing-card.svelte-asg5zg{padding:1.5rem;background:linear-gradient(145deg,var(--color-primary-soft),transparent 50%),var(--color-bg);border:1px solid color-mix(in srgb,var(--color-primary) 24%,var(--color-border));border-radius:var(--radius-2xl);box-shadow:var(--shadow-lg)}.pricing-head.svelte-asg5zg{padding-bottom:1.2rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--color-border)}.pricing-head.svelte-asg5zg>div:where(.svelte-asg5zg){display:flex;flex-direction:column;gap:.35rem}.pricing-head.svelte-asg5zg>div:where(.svelte-asg5zg)>span:where(.svelte-asg5zg){color:var(--color-text-muted);font-size:.78rem;font-weight:650}.pricing-head.svelte-asg5zg strong:where(.svelte-asg5zg){font-size:2rem;letter-spacing:-.05em}.pricing-head.svelte-asg5zg strong:where(.svelte-asg5zg) small:where(.svelte-asg5zg){margin-left:.2rem;color:var(--color-text-muted);font-size:.78rem;font-weight:580;letter-spacing:0}.trial-badge.svelte-asg5zg{padding:.35rem .55rem;color:var(--color-success);background:var(--color-success-bg);border-radius:var(--radius-full);font-size:.68rem;font-weight:720;white-space:nowrap}.pricing-card.svelte-asg5zg ul:where(.svelte-asg5zg){margin:1.25rem 0;display:flex;flex-direction:column;gap:.75rem;list-style:none}.pricing-card.svelte-asg5zg li:where(.svelte-asg5zg){display:flex;align-items:center;gap:.6rem;color:var(--color-text-secondary);font-size:.86rem}.pricing-card.svelte-asg5zg li:where(.svelte-asg5zg) svg{color:var(--color-success)}.pricing-cta.svelte-asg5zg{width:100%}.pricing-card.svelte-asg5zg>p:where(.svelte-asg5zg){margin-top:.8rem;color:var(--color-text-secondary);font-size:.7rem;text-align:center}.faq-section.svelte-asg5zg{background:var(--color-bg)}.faq-grid.svelte-asg5zg{display:grid;grid-template-columns:.65fr 1fr;align-items:start;gap:clamp(2rem,7vw,6rem)}.faq-heading.svelte-asg5zg{position:sticky;top:6rem;margin-bottom:0}.faq-list.svelte-asg5zg{display:flex;flex-direction:column;gap:.65rem}.faq-item.svelte-asg5zg{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.faq-item.expanded.svelte-asg5zg{border-color:color-mix(in srgb,var(--color-primary) 28%,var(--color-border));box-shadow:var(--shadow-sm)}.faq-item.svelte-asg5zg h3:where(.svelte-asg5zg){margin:0;font-size:.92rem}.faq-item.svelte-asg5zg h3:where(.svelte-asg5zg) button:where(.svelte-asg5zg){width:100%;min-height:58px;padding:.9rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;color:var(--color-text);text-align:left;border-radius:var(--radius-lg);font-weight:680}.faq-item.svelte-asg5zg h3:where(.svelte-asg5zg) button:where(.svelte-asg5zg) svg{flex:0 0 auto;color:var(--color-text-muted);transition:transform var(--transition-fast)}.faq-item.expanded.svelte-asg5zg h3:where(.svelte-asg5zg) button:where(.svelte-asg5zg) svg{color:var(--color-primary);transform:rotate(180deg)}.faq-answer.svelte-asg5zg{padding:0 1rem 1rem}.faq-answer.svelte-asg5zg p:where(.svelte-asg5zg){color:var(--color-text-secondary);font-size:.85rem;line-height:1.65}.final-cta.svelte-asg5zg{padding:1rem 0 4rem;background:var(--color-bg)}.final-cta-inner.svelte-asg5zg{padding:clamp(1.5rem,5vw,3rem);display:flex;align-items:center;justify-content:space-between;gap:2rem;color:#f3f5fa;background:radial-gradient(circle at 90% 10%,rgba(147,140,255,.32),transparent 18rem),#171b2c;border-radius:var(--radius-2xl);box-shadow:var(--shadow-lg)}.final-cta-inner.svelte-asg5zg>div:where(.svelte-asg5zg){max-width:41rem}.final-cta-inner.svelte-asg5zg span:where(.svelte-asg5zg){color:#b7b2ff;font-size:.72rem;font-weight:720;letter-spacing:.05em}.final-cta.svelte-asg5zg h2:where(.svelte-asg5zg){margin-top:.45rem;color:#f7f8fc;font-size:clamp(1.55rem,3.5vw,2.65rem)}.final-button.svelte-asg5zg{flex:0 0 auto;min-height:50px;padding-inline:1.2rem;color:#171b2c;background:#fff;border:1px solid rgba(255,255,255,.8);border-radius:var(--radius-md);font-weight:700}.final-button.svelte-asg5zg:hover{background:#f2f0ff;transform:translateY(-1px)}.landing-footer.svelte-asg5zg{padding:1.4rem 0;background:var(--color-surface);border-top:1px solid var(--color-border)}.footer-inner.svelte-asg5zg{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem}.footer-brand.svelte-asg5zg{display:flex;align-items:center;gap:.65rem}.footer-brand.svelte-asg5zg .brand-mark:where(.svelte-asg5zg){width:30px;height:30px;border-radius:9px;font-size:1.05rem}.footer-brand.svelte-asg5zg>span:where(.svelte-asg5zg):last-child{display:flex;flex-direction:column}.footer-brand.svelte-asg5zg strong:where(.svelte-asg5zg){font-size:.8rem;letter-spacing:.05em}.footer-brand.svelte-asg5zg small:where(.svelte-asg5zg),.footer-inner.svelte-asg5zg p:where(.svelte-asg5zg){color:var(--color-text-secondary);font-size:.68rem}.footer-inner.svelte-asg5zg p:where(.svelte-asg5zg){text-align:center}.footer-inner.svelte-asg5zg>button:where(.svelte-asg5zg){justify-self:end;min-height:40px;padding:.4rem .7rem;color:var(--color-primary);border-radius:var(--radius-md);font-size:.78rem;font-weight:680}.footer-inner.svelte-asg5zg>button:where(.svelte-asg5zg):hover{background:var(--color-primary-bg)}@media(max-width:960px){.nav-links.svelte-asg5zg{display:none}.nav-actions.svelte-asg5zg{margin-left:auto}.hero-inner.svelte-asg5zg{grid-template-columns:1fr}.hero-copy.svelte-asg5zg{max-width:44rem;margin-inline:auto;text-align:center}.eyebrow.svelte-asg5zg,.hero-actions.svelte-asg5zg,.hero-note.svelte-asg5zg{margin-inline:auto;justify-content:center}.product-preview.svelte-asg5zg{width:min(100%,550px);margin-inline:auto}.features-grid.svelte-asg5zg{grid-template-columns:repeat(2,1fr)}.privacy-grid.svelte-asg5zg{grid-template-columns:1fr}.privacy-copy.svelte-asg5zg{max-width:42rem}.privacy-visual.svelte-asg5zg{width:min(100%,610px);margin-inline:auto}.pricing-grid.svelte-asg5zg{grid-template-columns:1fr}.pricing-copy.svelte-asg5zg{max-width:42rem}.pricing-card.svelte-asg5zg{width:min(100%,520px)}}@media(max-width:720px){.section-container.svelte-asg5zg,.nav-container.svelte-asg5zg,.hero-inner.svelte-asg5zg,.principles.svelte-asg5zg,.final-cta-inner.svelte-asg5zg,.footer-inner.svelte-asg5zg{width:min(calc(100% - 1.25rem),var(--content-max-width))}.nav-container.svelte-asg5zg{min-height:62px;padding-top:env(safe-area-inset-top)}.nav-actions.svelte-asg5zg{display:none}.mobile-menu-btn.svelte-asg5zg{width:44px;height:44px;margin-left:auto;display:grid;place-items:center;color:var(--color-text-secondary);background:var(--color-surface-sunken);border-radius:var(--radius-md)}.mobile-navigation.svelte-asg5zg{padding:.55rem .7rem max(.75rem,env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:.15rem;background:var(--color-surface);border-top:1px solid var(--color-border-light);box-shadow:var(--shadow-lg)}.mobile-navigation.svelte-asg5zg>button:where(.svelte-asg5zg){min-height:45px;padding:.65rem .75rem;color:var(--color-text-secondary);border-radius:var(--radius-md);text-align:left;font-weight:640}.mobile-navigation.svelte-asg5zg>button:where(.svelte-asg5zg):hover{background:var(--color-surface-sunken)}.mobile-auth-actions.svelte-asg5zg{margin-top:.4rem;padding-top:.65rem;display:grid;grid-template-columns:1fr 1fr;gap:.55rem;border-top:1px solid var(--color-border)}.hero.svelte-asg5zg{padding-top:3rem}.hero.svelte-asg5zg h1:where(.svelte-asg5zg){font-size:clamp(2.65rem,13.5vw,4rem)}.hero-subtitle.svelte-asg5zg{font-size:.96rem;line-height:1.65}.product-preview.svelte-asg5zg{min-height:490px}.preview-shell.svelte-asg5zg{width:min(92%,410px)}.local-badge.svelte-asg5zg{right:0;bottom:1.25rem}.principles.svelte-asg5zg{grid-template-columns:1fr;padding-block:.3rem}.principles.svelte-asg5zg>div:where(.svelte-asg5zg){min-height:66px;justify-content:flex-start;border-right:0;border-bottom:1px solid var(--color-border)}.principles.svelte-asg5zg>div:where(.svelte-asg5zg):last-child{border-bottom:0}.steps-list.svelte-asg5zg,.features-grid.svelte-asg5zg{grid-template-columns:1fr}.steps-list.svelte-asg5zg:before{display:none}.feature-card.svelte-asg5zg{min-height:220px}.privacy-visual.svelte-asg5zg{grid-template-columns:1fr;gap:.75rem}.backup-arrow.svelte-asg5zg{min-height:58px;justify-content:center}.backup-arrow.svelte-asg5zg span:where(.svelte-asg5zg){width:1px;height:32px}.backup-arrow.svelte-asg5zg span:where(.svelte-asg5zg):after{top:auto;right:-3px;bottom:0;transform:rotate(135deg)}.backup-card.svelte-asg5zg{min-height:130px;justify-content:center}.faq-grid.svelte-asg5zg{grid-template-columns:1fr}.faq-heading.svelte-asg5zg{position:static}.final-cta.svelte-asg5zg{padding-bottom:2.5rem}.final-cta-inner.svelte-asg5zg{padding:1.5rem;flex-direction:column;align-items:stretch}.final-button.svelte-asg5zg{width:100%}.footer-inner.svelte-asg5zg{grid-template-columns:1fr auto}.footer-inner.svelte-asg5zg p:where(.svelte-asg5zg){grid-column:1 / -1;grid-row:2;text-align:left}}@media(max-width:430px){.brand-word.svelte-asg5zg{font-size:.82rem}.eyebrow.svelte-asg5zg{max-width:100%;font-size:.66rem;text-align:left}.hero-actions.svelte-asg5zg{display:grid;grid-template-columns:1fr}.hero-actions.svelte-asg5zg .btn:where(.svelte-asg5zg){width:100%}.hero-note.svelte-asg5zg{max-width:18rem;line-height:1.5}.product-preview.svelte-asg5zg{min-height:460px}.preview-shell.svelte-asg5zg{padding:.75rem;transform:none}.preview-agenda.svelte-asg5zg{grid-template-columns:2.55rem 1fr}.local-badge.svelte-asg5zg{right:.25rem;min-width:165px;transform:none}.pricing-head.svelte-asg5zg{flex-direction:column}.mobile-auth-actions.svelte-asg5zg{grid-template-columns:1fr}}.app.svelte-1n46o8q{width:100%;display:flex;flex-direction:column;min-height:100vh;min-height:100dvh}.app.authenticated.svelte-1n46o8q{height:100vh;height:100dvh;overflow:hidden}.workspace.svelte-1n46o8q{width:100%;max-width:var(--app-max-width);min-height:0;flex:1;align-self:center;overflow:auto}.workspace.calendar-workspace.svelte-1n46o8q{display:flex;flex-direction:column;overflow:hidden}.main-content.svelte-1n46o8q{min-height:0;flex:1;display:flex;flex-direction:column;overflow:hidden;padding:0 clamp(.75rem,2vw,1.5rem) clamp(.75rem,2vw,1.5rem)}.loading.svelte-1n46o8q{min-height:100vh;min-height:100dvh;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem;color:var(--color-text-muted);background:radial-gradient(circle at center,var(--color-primary-bg),transparent 21rem),var(--color-bg)}.loading-brand.svelte-1n46o8q{width:54px;height:54px;display:grid;place-items:center;margin-bottom:.35rem;color:var(--color-on-primary);background:linear-gradient(145deg,var(--color-primary-light),var(--color-primary));border-radius:17px;box-shadow:var(--shadow-primary);font-size:2rem;font-weight:800;letter-spacing:-.1em}.loading-spinner.svelte-1n46o8q{width:24px;height:24px;border:2px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:spin .8s linear infinite}.loading.svelte-1n46o8q p:where(.svelte-1n46o8q){font-size:.86rem;font-weight:600}.data-guard.svelte-1n46o8q{min-height:100vh;min-height:100dvh;padding:1.25rem;display:grid;place-items:center;background:radial-gradient(circle at 50% 22%,var(--color-primary-bg),transparent 24rem),var(--color-bg)}.guard-card.svelte-1n46o8q{width:min(100%,440px);padding:clamp(1.35rem,5vw,2rem);display:flex;flex-direction:column;align-items:flex-start;background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-2xl);box-shadow:var(--shadow-lg)}.guard-icon.svelte-1n46o8q{width:54px;height:54px;display:grid;place-items:center;margin-bottom:1rem;color:var(--color-primary);background:var(--color-primary-bg);border-radius:var(--radius-lg)}.guard-eyebrow.svelte-1n46o8q{color:var(--color-primary);font-size:.68rem;font-weight:760;letter-spacing:.08em;text-transform:uppercase}.guard-card.svelte-1n46o8q h1:where(.svelte-1n46o8q){margin-top:.3rem;font-size:clamp(1.45rem,5vw,1.9rem)}.guard-card.svelte-1n46o8q p:where(.svelte-1n46o8q){margin-top:.75rem;color:var(--color-text-secondary);font-size:.86rem}.guard-note.svelte-1n46o8q{width:100%;margin:1rem 0;padding:.7rem .8rem;color:var(--color-success);background:var(--color-success-bg);border-radius:var(--radius-md);font-size:.76rem;font-weight:650}.guard-actions.svelte-1n46o8q{width:100%;display:grid;gap:.65rem}.fab.svelte-1n46o8q{position:fixed;right:max(1.5rem,calc((100vw - var(--app-max-width)) / 2 + 1.5rem));bottom:1.5rem;z-index:var(--z-sticky);min-height:52px;padding:0 1.15rem;display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--color-on-primary);background:linear-gradient(135deg,var(--color-primary-light),var(--color-primary) 65%);border:1px solid color-mix(in srgb,var(--color-primary) 72%,white);border-radius:var(--radius-full);box-shadow:var(--shadow-primary);font-weight:720;letter-spacing:-.02em;transition:transform var(--transition-fast),box-shadow var(--transition-fast)}.fab.svelte-1n46o8q:hover{transform:translateY(-2px);box-shadow:0 16px 34px #6257e757}.fab.svelte-1n46o8q:active{transform:translateY(0) scale(.97)}.subscription-toast.svelte-1n46o8q{position:fixed;top:1rem;left:50%;z-index:var(--z-toast);width:max-content;max-width:calc(100vw - 2rem);padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);font-size:.85rem;font-weight:650;transform:translate(-50%);animation:svelte-1n46o8q-slideDown .3s ease}.subscription-toast.success.svelte-1n46o8q{background:var(--color-success-bg);color:var(--color-success)}.subscription-toast.warning.svelte-1n46o8q{background:var(--color-warning-bg);color:var(--color-warning)}@keyframes svelte-1n46o8q-slideDown{0%{opacity:0;transform:translate(-50%,-12px)}to{opacity:1;transform:translate(-50%)}}@media(max-width:820px){.app.authenticated.svelte-1n46o8q{padding-bottom:calc(var(--mobile-nav-height) + env(safe-area-inset-bottom))}.workspace.svelte-1n46o8q{max-width:100%}.main-content.svelte-1n46o8q{padding:0 .65rem .65rem}.fab.svelte-1n46o8q{right:1rem;bottom:calc(var(--mobile-nav-height) + env(safe-area-inset-bottom) + .8rem);width:52px;min-width:52px;padding:0}.fab.svelte-1n46o8q span:where(.svelte-1n46o8q){display:none}}
