:root{--font-sans: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--color-bg: #f9f8f5;--color-surface: #fdfdfc;--color-text: #1b1e2d;--color-text-muted: #55596d;--color-primary: #1672f3;--color-primary-hover: #1d4ed8;--color-primary-soft: rgba(22, 114, 243, .12);--color-accent: #f9941f;--color-accent-soft: rgba(249, 148, 31, .14);--color-warm: #f9941f;--color-success: #059669;--color-success-soft: #d1fae5;--color-danger: #dc2626;--color-danger-soft: #fee2e2;--color-sidebar: linear-gradient(165deg, #0f274d 0%, #12386f 46%, #1672f3 100%);--color-sidebar-hover: rgba(255, 255, 255, .12);--shadow-sm: 0 1px 3px rgba(24, 27, 37, .07);--shadow-md: 0 6px 18px rgba(24, 27, 37, .08);--shadow-lg: 0 18px 44px rgba(24, 27, 37, .12);--radius-sm: 10px;--radius-md: 14px;--radius-lg: 20px;--radius-xl: 24px;--sidebar-width: clamp(72px, 7vw, 92px);--sidebar-rail-expanded: min(228px, calc(100vw - 36px) );--content-padding: 24px;--border: #e7e4df;--z-page-chrome: 100;--z-popover: 1000;--z-panel: 10000;--z-legacy-max: 17000;--z-dialog: 19000;--z-toast: 20050;--panel-width-sm: 420px;--panel-width-md: 520px;--panel-width-lg: 680px;--panel-width-xl: 880px;--panel-header-h: 68px;--panel-footer-h: 76px;--panel-tabs-h: 44px;--panel-pad: 24px;--panel-pad-tight: 16px;--panel-section-gap: 24px;--section-gap: 12px;--section-pad: 14px 16px;--panel-scrim: rgba(15, 23, 42, .45);--panel-surface: #ffffff;--panel-surface-muted: #f6f7f9;--panel-border: #e6e8ec;--panel-shadow: -24px 0 64px rgba(15, 23, 42, .18);--panel-radius: 12px;--panel-ease: cubic-bezier(.32, .72, 0, 1);--panel-duration: .2s;--field-h: 44px;--field-h-sm: 36px;--field-radius: 10px;--field-border: #d9dde4;--field-bg: #ffffff;--field-ring: 0 0 0 3px var(--color-primary-soft);--fs-title: 1.25rem;--fs-subtitle: .8125rem;--fs-section: .9375rem;--fs-body: .9375rem;--fs-label: .8125rem;--fs-hint: .75rem}[data-theme=dark]{--color-bg: #020817;--color-surface: #0f172a;--color-text: #f8fafc;--color-text-muted: #94a3b8;--color-primary: #60a5fa;--color-primary-hover: #3b82f6;--color-primary-soft: rgba(96, 165, 250, .2);--color-accent: #fb923c;--color-accent-soft: rgba(251, 146, 60, .16);--color-success: #34d399;--color-success-soft: rgba(52, 211, 153, .15);--color-danger: #f87171;--color-danger-soft: rgba(248, 113, 113, .15);--color-sidebar: linear-gradient(165deg, #020817 0%, #0f274d 45%, #12386f 100%);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .35);--shadow-md: 0 4px 12px rgba(0, 0, 0, .4);--shadow-lg: 0 12px 40px rgba(0, 0, 0, .5);--border: #1e293b;--panel-scrim: rgba(2, 6, 23, .6);--panel-surface: #10182b;--panel-surface-muted: #16203a;--panel-border: #23304d;--panel-shadow: -24px 0 64px rgba(0, 0, 0, .5);--field-border: #2b3958;--field-bg: #16203a}*{box-sizing:border-box}html{color-scheme:light}html[data-theme=dark]{color-scheme:dark}html,body,*,*:before,*:after{-webkit-tap-highlight-color:transparent}button,a,input,select,textarea,[role=button]{-webkit-tap-highlight-color:transparent}body{margin:0;font-family:var(--font-sans);color:var(--color-text);background:linear-gradient(135deg,#f9f8f5,#f3f1ed,#fdfdfc);min-height:100vh;-webkit-font-smoothing:antialiased}[data-theme=dark] body{background:linear-gradient(135deg,#0f172a,#102a56 40%,#0c2348)}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}button{border:none;cursor:pointer}.open-bill-block{padding:16px;border:1px solid var(--border);border-radius:var(--radius-lg);background:linear-gradient(135deg,#fdfdfc,#f3f1ed)}[data-theme=dark] .open-bill-block{background:linear-gradient(135deg,#1e293b,#0f172a);border-color:var(--border)}.theme-toggle-single{display:flex;align-items:center;justify-content:center;padding:8px 10px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text-muted);cursor:pointer;transition:color .15s,background .15s}.theme-toggle-single:hover{color:var(--color-primary);background:var(--color-primary-soft)}[data-theme=dark] .theme-toggle-single{background:#0f172a;border-color:var(--border)}[data-theme=dark] .theme-toggle-single:hover{background:#60a5fa1f}.stack{display:flex;flex-direction:column}.gap-sm{gap:12px}.gap-md{gap:16px}.gap-lg{gap:24px}.page-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.85fr);gap:24px;align-items:start}.page-grid.compact-right{grid-template-columns:minmax(0,1.5fr) minmax(300px,400px)}.page-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;flex-wrap:wrap;margin-bottom:20px}.page-header h1,.page-header h3{margin:0}.page-header h1{font-size:1.5rem;font-weight:700;color:var(--color-text)}.page-header p{margin:6px 0 0}.page-header-stackable{align-items:flex-start}.header-actions,.toolbar{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.muted{color:var(--color-text-muted)}.eyebrow{text-transform:uppercase;font-size:.75rem;letter-spacing:.1em;color:var(--color-primary);font-weight:600}.content{padding:var(--content-padding);min-width:0;flex:1}.section{margin-top:12px;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:#fff9}.detail-row{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding:10px 0;border-bottom:1px solid #f1f5f9}.detail-row:last-child{border-bottom:none}.detail-label{font-weight:600;color:var(--color-text-muted);font-size:.9em;min-width:90px}.form-row-layout{display:flex;flex-direction:column;gap:14px;min-width:360px}.form-row{display:grid;grid-template-columns:110px 1fr;gap:12px;align-items:center}.form-row .form-row-label{font-weight:600;color:var(--color-text-muted);font-size:.9em}.form-row input,.form-row select,.form-row textarea{min-width:0}.form-row.stretch{align-items:stretch}.form-row.stretch .form-row-label{padding-top:10px}.form-row.form-row-infield{display:flex;flex-direction:column;align-items:stretch;gap:4px;grid-template-columns:unset}.form-row.form-row-infield.stretch{align-items:stretch}.form-field-inline-label{flex:0 0 auto;align-self:flex-start;font-size:.7rem;font-weight:600;color:var(--color-text-muted);line-height:1.2;letter-spacing:.01em}.form-field-inline-control{flex:1 1 auto;min-width:0;display:flex;align-items:center}.form-row.form-row-infield.stretch .form-field-inline-control{align-items:stretch}.calendar-input-with-picker{display:flex;align-items:center;gap:6px}.calendar-input-with-picker>input{flex:1}.calendar-datetime-split{flex:1;min-width:0}.calendar-datetime-split-inner{display:flex;flex-direction:row;align-items:center;gap:8px;flex:1;min-width:0;max-width:100%;border:none;border-radius:0;background:transparent;padding:0;box-sizing:border-box}.calendar-datetime-split-time,.calendar-datetime-split-date{border:1px solid var(--border);border-radius:10px;background:var(--color-surface, #fff);padding:8px 10px;margin:0;font:inherit;color:var(--color-text);min-width:0;box-sizing:border-box}.calendar-datetime-split-time{flex:0 0 auto;width:auto;min-width:5.5rem}.calendar-datetime-split-date{flex:1 1 120px}.calendar-datetime-split-time:focus,.calendar-datetime-split-date:focus{outline:none;border-color:var(--color-primary, #1672f3);box-shadow:0 0 0 2px var(--color-primary-soft, rgba(22, 114, 243, .2))}.calendar-datetime-split-divider{width:1px;align-self:stretch;min-height:28px;margin:4px 6px;background:var(--border);flex-shrink:0}[data-theme=dark] .calendar-datetime-split-time,[data-theme=dark] .calendar-datetime-split-date{background:#0f172a8c;border-color:#94a3b847;color:var(--color-text)}[data-theme=dark] .calendar-datetime-split-divider{background:#94a3b847}.form-row.form-row-timespan{grid-template-columns:1fr;align-items:stretch}.calendar-timespan-row{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px 12px;flex:1;min-width:0;align-items:stretch}.calendar-timespan-field{flex:0 1 auto;min-width:0}.calendar-timespan-field:not(.calendar-timespan-field--date){flex:0 0 auto;min-width:6.25rem}.calendar-timespan-field--date{flex:1 1 148px;min-width:9.5rem}.calendar-timespan-row--two .calendar-timespan-field--date{flex:1 1 160px}.calendar-timespan-label{flex-shrink:0;font-size:.7rem;font-weight:600;color:var(--color-text-muted);line-height:1.15;letter-spacing:.01em}.calendar-timespan-date-head{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px;width:100%;min-width:0}.calendar-timespan-date-head .calendar-timespan-label{margin:0}.calendar-timespan-all-day-line{display:flex;flex-direction:row;align-items:center;gap:4px;flex-shrink:0}.calendar-timespan-all-day-caption{font-size:.7rem;font-weight:600;color:var(--color-text-muted);line-height:1.15;letter-spacing:.01em;white-space:nowrap}.calendar-timespan-all-day-switch.repeats-toggle-switch{width:32px;height:17px;margin-left:0;flex-shrink:0}.calendar-timespan-all-day-switch .repeats-toggle-slider{border-radius:17px}.calendar-timespan-all-day-switch .repeats-toggle-slider:before{width:13px;height:13px;left:2px;top:2px}.calendar-timespan-all-day-switch.repeats-toggle-switch input:checked+.repeats-toggle-slider:before{transform:translate(15px)}.calendar-timespan-row--all-day .calendar-timespan-field--date{flex:1 1 auto;max-width:100%}.calendar-timespan-input-inner{display:flex;flex-direction:column;align-items:stretch;gap:4px;border:none;border-radius:0;background:transparent;padding:0;min-height:0;box-sizing:border-box}.calendar-timespan-input-inner input{border:1px solid var(--border);border-radius:10px;background:var(--color-surface, #fff);padding:8px 10px;margin:0;font-size:.94rem;font-weight:500;line-height:1.35;color:var(--color-text);flex:0 0 auto;min-width:0;width:100%;box-sizing:border-box}.calendar-timespan-input-inner input[type=time]{width:fit-content;max-width:100%;align-self:flex-start}.calendar-timespan-input-inner input[type=time]::-webkit-calendar-picker-indicator{margin-inline-start:.55rem;margin-inline-end:.1rem;cursor:pointer}.calendar-timespan-input-inner input:focus{outline:none;border-color:var(--color-primary, #1672f3);box-shadow:0 0 0 2px var(--color-primary-soft, rgba(22, 114, 243, .2))}[data-theme=dark] .calendar-timespan-input-inner input{background:#0f172a8c;border-color:#94a3b847;color:var(--color-text)}.calendar-input-picker-btn,button.calendar-input-picker-btn{width:38px;min-width:38px;height:38px;padding:0}.modern-time-picker__trigger{display:inline-flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid var(--border);border-radius:9px;background:var(--color-surface, #fff);color:var(--color-text);min-height:30px;min-width:86px;padding:5px 8px 5px 10px;font:inherit;font-size:.9rem;font-weight:600;line-height:1.25;text-align:left;box-shadow:inset 0 1px #0f172a05;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.modern-time-picker__trigger:hover:not(:disabled){border-color:#0f62fe52}.modern-time-picker__trigger:focus-visible,.modern-time-picker__trigger.is-open{outline:none;border-color:var(--color-primary, #1672f3);box-shadow:0 0 0 3px var(--color-primary-soft, rgba(22, 114, 243, .16))}.modern-time-picker__trigger:disabled{cursor:not-allowed;opacity:.7}.modern-time-picker__value{flex:1 1 auto;min-width:0}.modern-time-picker__icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;color:var(--color-text);opacity:.88}.booking-input-wrap .modern-time-picker__trigger,.booking-modern-input.modern-time-picker__trigger{width:100%;min-height:40px;padding-inline:12px}.calendar-timespan-input-inner .modern-time-picker__trigger{width:auto;max-width:100%;align-self:flex-start}.modern-time-picker-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483000;display:flex;align-items:center;justify-content:center;padding:18px;background:#0f172a7a;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);isolation:isolate;pointer-events:auto!important;touch-action:none;overscroll-behavior:contain}html[data-modern-time-picker-open=true] body>:not(.modern-time-picker-popover){pointer-events:none!important}html[data-modern-time-picker-open=true] body>.modern-time-picker-popover{pointer-events:auto!important}.modern-time-picker-dialog{position:relative;z-index:1;pointer-events:auto!important;width:min(320px,calc(100vw - 36px));padding:20px 20px 12px;border:1px solid rgba(203,213,225,.95);border-radius:22px;background:#fff;color:#0f172a;box-shadow:0 28px 80px #0f172a52;outline:none;user-select:none;-webkit-user-select:none}.modern-time-picker-dialog__eyebrow{color:#64748b;font-size:.76rem;font-weight:750;letter-spacing:.015em}.modern-time-picker-dialog__display{display:flex;align-items:center;justify-content:center;gap:4px;margin:8px 0 16px;color:#0f172a;font-size:3rem;line-height:1;font-weight:500;letter-spacing:-.055em}.modern-time-picker-dialog__display>span{transform:translateY(-2px)}.modern-time-picker-dialog__display input{width:82px;min-width:82px;padding:8px 10px;border:1px solid transparent;border-radius:10px;background:#eef2f7;color:#334155;font:inherit;line-height:1;text-align:center;letter-spacing:-.055em;caret-color:#145fc8;outline:none;box-shadow:none;user-select:text;-webkit-user-select:text}.modern-time-picker-dialog__display input.is-active{border-color:#2563eb2e;background:#dbeafe;color:#145fc8;box-shadow:0 0 0 3px #2563eb1a}.modern-time-picker-dialog__display input[aria-invalid=true]{border-color:#dc2626;background:#fef2f2;color:#b91c1c}.modern-time-picker-dialog__clock{position:relative;width:var(--clock-size, 240px);height:var(--clock-size, 240px);margin:0 auto;border-radius:999px;background:#f1f5f9;cursor:pointer;touch-action:none}.modern-time-picker-dialog__hand{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;overflow:visible;pointer-events:none}.modern-time-picker-dialog__hand line{stroke:#2563eb;stroke-width:2}.modern-time-picker-dialog__hand circle{fill:#2563eb}.modern-time-picker-dialog__number{position:absolute;z-index:2;width:34px;height:34px;min-width:34px;padding:0;border:0;border-radius:999px;transform:translate(-50%,-50%);background:transparent;color:#0f172a;font:inherit;font-size:.8rem;font-weight:650;line-height:1;box-shadow:none}.modern-time-picker-dialog__number:hover{background:#2563eb1a}.modern-time-picker-dialog__number.is-selected{background:#2563eb;color:#fff;box-shadow:0 7px 16px #2563eb42}.modern-time-picker-dialog__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:52px;padding-top:8px}.modern-time-picker-dialog__keyboard{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;border:0;border-radius:9px;background:transparent;color:#64748b;cursor:pointer}.modern-time-picker-dialog__keyboard:hover{background:#2563eb17;color:#2563eb}.modern-time-picker-dialog__actions{display:flex;align-items:center;gap:8px}.modern-time-picker-dialog__actions button{min-height:38px;padding:0 10px;border:0;border-radius:9px;background:transparent;color:#2563eb;font:inherit;font-size:.84rem;font-weight:850;box-shadow:none}.modern-time-picker-dialog__actions button:hover{background:#2563eb17}[data-theme=dark] .modern-time-picker__trigger{background:#0f172a8c;border-color:#94a3b847;color:var(--color-text)}[data-theme=dark] .modern-time-picker__icon{color:var(--color-text)}[data-theme=dark] .modern-time-picker-dialog{border-color:#94a3b847;background:#111827;color:#f8fafc;box-shadow:0 28px 80px #020617ad}[data-theme=dark] .modern-time-picker-dialog__eyebrow,[data-theme=dark] .modern-time-picker-dialog__keyboard{color:#94a3b8}[data-theme=dark] .modern-time-picker-dialog__display{color:#f8fafc}[data-theme=dark] .modern-time-picker-dialog__display input{background:#1e293b;color:#cbd5e1}[data-theme=dark] .modern-time-picker-dialog__display input.is-active{background:#2563eb42;color:#bfdbfe}[data-theme=dark] .modern-time-picker-dialog__clock{background:#1e293b}[data-theme=dark] .modern-time-picker-dialog__number{color:#e2e8f0}[data-theme=dark] .modern-time-picker-dialog__number.is-selected{color:#fff}@media(max-width:420px){.modern-time-picker-backdrop{padding:12px}.modern-time-picker-dialog{width:min(320px,calc(100vw - 24px));padding-inline:16px}}@media(max-width:1024px){:root{--sidebar-width: 72px}.page-grid,.page-grid.compact-right{grid-template-columns:1fr}.content{padding:18px}}@media(max-width:1024px){:root{--sidebar-width: 100%;--content-padding: 16px}.content{padding-top:80px}.page-header{flex-direction:column;align-items:flex-start}.header-actions{width:100%}}@media(max-width:480px){.content{padding:12px}.main-area--calendar>.content.content--calendar-flush{padding-top:0}}.layout{display:grid;grid-template-columns:auto 1fr;min-height:100vh}.layout:has(>.main-area--calendar){height:100vh;height:100dvh;max-height:100dvh;min-height:0;overflow:hidden;box-sizing:border-box}.sidebar-shell{position:relative;z-index:2;align-self:stretch;width:var(--sidebar-width);min-width:var(--sidebar-width);flex-shrink:0;transition:width .28s cubic-bezier(.4,0,.2,1),min-width .28s cubic-bezier(.4,0,.2,1)}.sidebar-shell:hover{width:var(--sidebar-rail-expanded);min-width:var(--sidebar-rail-expanded)}.sidebar{background:var(--color-sidebar);color:#fff;padding:20px 10px;display:flex;flex-direction:column;gap:12px;position:sticky;top:0;align-self:stretch;width:100%;min-height:100vh;box-sizing:border-box;box-shadow:4px 0 24px #0f274d2e;align-items:stretch;overflow-x:hidden;overflow-y:auto;transition:box-shadow .28s cubic-bezier(.4,0,.2,1);--sidebar-rail-icon-track: calc(var(--sidebar-width) - 20px)}.sidebar-shell:hover .sidebar{box-shadow:8px 0 28px #0f274d47}.sidebar-brand{width:100%;min-height:54px;display:flex;align-items:center;justify-content:center;padding:4px 0 8px;box-sizing:border-box;overflow:hidden;flex-shrink:0}.sidebar-brand-logo{display:block;width:min(154px,calc(var(--sidebar-rail-expanded) - 40px));max-width:calc(var(--sidebar-width) - 20px);height:auto;object-fit:contain;opacity:.98;transition:max-width .28s cubic-bezier(.4,0,.2,1)}.sidebar-shell:hover .sidebar-brand-logo{max-width:calc(var(--sidebar-rail-expanded) - 40px)}@media(prefers-reduced-motion:reduce){.sidebar-shell,.sidebar{transition:none}.sidebar a.sidebar-rail-link,.sidebar .sidebar-rail-footer a.sidebar-rail-link{transition:background .2s ease,color .2s ease}.sidebar-rail-link-label{transition:none}}.sidebar h2{margin:0;font-size:1.25rem;font-weight:700;background:linear-gradient(135deg,#fff,#bfdbfe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sidebar .user-info{font-size:.875rem;color:#ffffffe6;padding:12px;background:#ffffff14;border-radius:var(--radius-md)}.sidebar .user-info .muted{color:#ffffffa6}.sidebar nav{display:flex;flex-direction:column;gap:10px;flex:1;align-items:stretch;align-self:stretch;width:100%;margin-top:18px}.sidebar a.sidebar-rail-link,.sidebar .sidebar-rail-footer a.sidebar-rail-link{min-width:0;min-height:44px;padding:0;border-radius:var(--radius-md);color:#fffc;display:grid;grid-template-columns:var(--sidebar-rail-icon-track) 0fr;align-items:center;width:100%;align-self:stretch;text-decoration:none;box-sizing:border-box;transition:background .2s ease,color .2s ease,grid-template-columns .28s cubic-bezier(.4,0,.2,1)}.sidebar-shell:hover .sidebar a.sidebar-rail-link,.sidebar-shell:hover .sidebar .sidebar-rail-footer a.sidebar-rail-link{grid-template-columns:var(--sidebar-rail-icon-track) minmax(0,1fr)}.sidebar-rail-link-icon{grid-column:1;justify-self:center;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center}.sidebar-rail-link-label{grid-column:2;min-width:0;font-size:.875rem;font-weight:500;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:6px;opacity:0;transition:opacity .2s ease .04s}.sidebar-shell:hover .sidebar .sidebar-rail-link-label{opacity:1;transition-delay:.06s}.sidebar a.sidebar-rail-link:hover,.sidebar .sidebar-rail-footer a.sidebar-rail-link:hover{background:var(--color-sidebar-hover);color:#fff}.sidebar a.sidebar-rail-link.active,.sidebar .sidebar-rail-footer a.sidebar-rail-link.active{background:#ffffff26;color:#fff}.sidebar .logout-btn{background:#ffffff1f;color:#fff;padding:12px 16px;border-radius:var(--radius-md);font-weight:500;transition:background .2s}.sidebar .logout-btn:hover{background:#fff3}.sidebar-rail-footer{margin-top:auto;display:flex;flex-direction:column;gap:10px;align-items:stretch;align-self:stretch;width:100%;flex-shrink:0}.sidebar-session-types:focus-visible,.sidebar-consultants:focus-visible{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.main-area{display:flex;flex-direction:column;min-width:0;min-height:0}.main-area--calendar{background:var(--color-surface);min-height:0;overflow:hidden}[data-theme=dark] .main-area--calendar{background:var(--color-surface)}.content--calendar-flush{padding:0;flex:1;min-height:0;display:flex;flex-direction:column;background:var(--color-surface);overflow:auto;-webkit-overflow-scrolling:touch;scrollbar-gutter:auto;scrollbar-width:none;-ms-overflow-style:none}.content--calendar-flush::-webkit-scrollbar,.content--calendar-flush::-webkit-scrollbar-thumb,.content--calendar-flush::-webkit-scrollbar-track{width:0;height:0;display:none}.calendar-page-web-root{flex:0 1 auto;min-height:auto;display:flex;flex-direction:column}.card.calendar-web-flush{background:transparent;border:none;box-shadow:none;border-radius:0;padding:0;flex:1;min-height:0;display:flex;flex-direction:column}[data-theme=dark] .card.calendar-web-flush{border:none;box-shadow:none}.card.calendar-web-flush>.calendar-voice-error{flex-shrink:0;margin:10px 12px 0}.calendar-web-main{flex:1;min-height:0;display:flex;flex-direction:column}.calendar-web-main>div{flex:1;min-height:0;display:flex;flex-direction:column}.calendar-page-web-root .card.calendar-web-flush{flex:0 1 auto;min-height:auto}.calendar-page-web-root .calendar-web-main,.calendar-page-web-root .calendar-web-main>div{flex:0 1 auto;min-height:auto}.calendar-page-web-root .calendar-web-wrap{flex:0 1 auto;min-height:auto}.calendar-page-web-root .calendar-web-inner{grid-template-rows:auto;flex:0 1 auto;min-height:auto}.calendar-page-web-root .calendar-web-inner.calendar-web-inner--bottom-panel{grid-template-rows:auto auto}.calendar-page-web-root .calendar-fc-shell{overflow:visible}.app-header{display:flex;justify-content:space-between;align-items:center;padding:12px var(--content-padding) 8px;background:var(--color-surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:200;align-self:stretch;box-shadow:0 1px #0f172a0f}[data-theme=dark] .app-header{background:var(--color-surface);border-bottom-color:var(--border)}.app-header-brand{font-size:.95rem;font-weight:700;letter-spacing:.04em;color:var(--color-text-muted)}.app-header.app-header--calendar{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:12px;padding-left:max(12px,var(--content-padding));padding-right:max(12px,var(--content-padding));background:var(--color-surface);border-bottom:1px solid var(--border);overflow:visible}[data-theme=dark] .app-header.app-header--calendar{background:var(--color-surface);border-bottom-color:var(--border)}.app-header-calendar-left{justify-self:start;min-width:0;display:flex;align-items:center;gap:10px}.app-header-brand--calendar{flex-shrink:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:min(280px,36vw)}@media(max-width:1749px){.app-header-brand--calendar{display:none}.app-header-brand--calendar.app-header-brand--calendar-location-global{display:block}.app-header.app-header--calendar{grid-template-columns:auto minmax(0,1fr)}.app-header-calendar-left{grid-column:1}.app-header-calendar-center{display:none!important}.app-header-calendar-right{grid-column:2;justify-self:stretch;justify-content:flex-end}}.location-switcher{max-width:min(290px,34vw)}.location-switcher-select{min-width:170px;max-width:290px;letter-spacing:normal}.app-header-calendar-center{justify-self:center;min-width:0;max-width:min(520px,100%)}@media(max-width:1749px){.app-header-calendar-center:empty{display:none}}.app-header-calendar-right{justify-self:stretch;display:flex;align-items:center;justify-content:flex-end;gap:6px;flex-shrink:0;min-width:0;overflow:visible}.app-header--calendar .app-header-calendar-left .calendar-toolbar-month-chip{flex-shrink:0;font-size:.9rem;font-weight:700;line-height:1.15;text-transform:uppercase;letter-spacing:.03em;color:var(--color-text);max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-header-calendar-right .calendar-view-dropdown-wrap{flex-shrink:1;min-width:0}.app-header-calendar-right .calendar-view-dropdown-trigger{max-width:100%}.app-header-calendar-left .calendar-rail-date-nav-arrows{display:flex;flex-direction:row;align-items:center;gap:2px;flex-shrink:0}@media(max-width:1024px){.app-header-calendar-right .calendar-header-mode-group{padding:3px;gap:2px;flex-shrink:0}.app-header-calendar-right .calendar-header-mode-btn{width:36px;height:32px;border-radius:10px}.app-header-calendar-right .calendar-view-dropdown-trigger{padding:6px 10px;min-height:32px;font-size:.8rem}.app-header-calendar-left .calendar-rail-date-nav-chevron{width:32px!important;height:32px!important}}.header-icons{display:flex;gap:4px;align-items:center;overflow:visible}.header-credentials-wrap,.notification-bell-wrap,.config-cog-wrap{position:relative;overflow:visible}.header-credentials-trigger{display:flex;align-items:center;justify-content:center;padding:4px;border:none;background:transparent;border-radius:var(--radius-md);cursor:pointer}.header-credentials-trigger:hover{background:#0000000a}[data-theme=dark] .header-credentials-trigger:hover{background:#ffffff0f}.header-credentials-avatar{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 36px;overflow:hidden;border-radius:10px;background:#eef5ff;color:#2563eb;box-shadow:inset 0 0 0 1px #2563eb1a}.header-credentials-avatar-image{width:100%;height:100%;display:block;object-fit:cover}[data-theme=dark] .header-credentials-avatar{background:#3b82f624;color:#93c5fd;box-shadow:inset 0 0 0 1px #93c5fd2e}.credentials-popover{position:absolute;top:100%;right:0;margin-top:8px;width:min(360px,calc(100vw - 24px));min-width:0;max-width:360px;background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--border);z-index:1000;overflow:hidden}[data-theme=dark] .credentials-popover{background:var(--color-surface);border-color:var(--border)}.credentials-popover-body{display:flex;flex-direction:column;align-items:stretch;gap:18px;padding:20px}.credentials-popover-account-column{display:flex;flex:1;min-width:0;flex-direction:column;gap:14px}.credentials-popover-unit-switcher{display:flex;min-width:0;flex-direction:column;gap:6px}.credentials-popover-unit-label{font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted)}.credentials-popover-unit-switcher .unit-switcher,.credentials-popover-unit-switcher .unit-switcher-select{width:100%;min-width:0;max-width:none}.credentials-popover-user{display:flex;align-items:center;gap:14px;flex:1;min-width:0}button.credentials-popover-user--clickable{margin:0;padding:0;border:none;background:none;cursor:pointer;text-align:left;font:inherit;color:inherit;border-radius:var(--radius-md)}button.credentials-popover-user--clickable:hover{background:#0000000a}[data-theme=dark] button.credentials-popover-user--clickable:hover{background:#ffffff0f}button.credentials-popover-user--clickable:focus-visible{outline:2px solid var(--color-accent, #3b82f6);outline-offset:2px}.credentials-popover-avatar{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;flex:0 0 64px;overflow:hidden;border-radius:50%;font-size:.85rem}.credentials-avatar-upload-btn{border:none;background:transparent;padding:0;margin:0;border-radius:12px;cursor:pointer;line-height:0}.credentials-avatar-upload-btn:disabled{cursor:progress}.credentials-popover-avatar--uploadable{cursor:pointer}.clients-name-avatar img.clients-name-avatar-image,.credentials-popover-avatar img.clients-name-avatar-image{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;display:block;object-fit:cover;border-radius:inherit}.credentials-popover-user-text{display:flex;min-width:0;flex:1 1 auto;flex-direction:column;justify-content:center;overflow:hidden}.credentials-popover-name{font-weight:700;font-size:.9375rem;color:var(--color-text);line-height:1.25}.credentials-popover-email{margin-top:4px;max-width:100%;overflow:hidden;color:var(--color-text-muted);font-size:.8125rem;line-height:1.35;white-space:nowrap;text-overflow:ellipsis}.credentials-popover-actions{display:flex;width:100%;min-width:0;flex-direction:column;gap:10px}.credentials-popover-action-btn{display:inline-flex;align-items:center;gap:10px;width:100%;min-height:46px;padding:11px 14px;border-radius:var(--radius-md);border:none;background:#f1f5f9;color:var(--color-text);font-size:.875rem;font-weight:500;cursor:pointer;text-align:left;transition:background .15s;box-sizing:border-box;text-decoration:none}a.credentials-popover-action-btn{font-family:inherit}.credentials-popover-action-btn:hover{background:#e2e8f0}[data-theme=dark] .credentials-popover-action-btn{background:#ffffff0f}[data-theme=dark] .credentials-popover-action-btn:hover{background:#ffffff1a}.header-user-info{display:flex;flex-direction:column;align-items:flex-end;line-height:1.1;margin-right:8px}.header-user-name{font-size:.85rem;font-weight:600;color:var(--color-text)}.header-user-role{font-size:.74rem;font-weight:700;letter-spacing:.03em;color:var(--color-text-muted)}.config-cog,.notification-bell{display:flex;align-items:center;justify-content:center;padding:8px;color:var(--color-text-muted);background:transparent;border:none;cursor:pointer;border-radius:var(--radius-md)}.config-cog:hover,.notification-bell:hover{color:var(--color-text);background:#0000000a}.config-dropdown{position:absolute;top:100%;right:0;margin-top:8px;min-width:160px;background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--border);z-index:1000;overflow:hidden}[data-theme=dark] .config-dropdown{background:var(--color-surface);border-color:var(--border)}.config-dropdown-item{display:block;width:100%;padding:10px 16px;text-align:left;font-size:.9375rem;font-weight:500;color:var(--color-text);background:none;border:none;cursor:pointer;transition:background .15s}.config-dropdown-item:hover{background:#f3f1ed}[data-theme=dark] .config-dropdown-item:hover{background:#ffffff0f}.config-dropdown-section-label{padding:8px 16px 4px;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted)}.config-dropdown-sub{padding-left:22px}.config-page-settings-label{font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted)}@media(max-width:1024px){.config-billing-tab--folio-layout{display:none!important}}.notification-dropdown{position:absolute;top:100%;right:0;left:auto;margin-top:8px;width:min(360px,calc(100vw - 24px));max-width:calc(100vw - 24px);min-width:0;max-height:min(320px,70vh);overflow-y:auto;overflow-x:hidden;box-sizing:border-box;background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--border);z-index:1000}[data-theme=dark] .notification-dropdown{background:var(--color-surface);border-color:var(--border)}.notification-dropdown-title{padding:12px 16px;font-weight:600;font-size:.875rem;border-bottom:1px solid var(--border)}[data-theme=dark] .notification-dropdown-title{border-bottom-color:var(--border)}.notification-empty{padding:20px 16px;color:var(--color-text-muted);font-size:.875rem}.notification-list{list-style:none;margin:0;padding:8px}.notification-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:var(--radius-md);cursor:pointer}.notification-item:hover{background:#f3f1ed}[data-theme=dark] .notification-item:hover{background:#ffffff0f}.notification-task{flex:1;font-size:.9375rem;text-align:left}.notification-complete-btn{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;background:var(--color-success-soft);color:var(--color-success);border-radius:var(--radius-md);cursor:pointer}.notification-complete-btn:hover{background:#059669;color:#fff}.notification-badge{position:absolute;top:2px;right:2px;min-width:18px;height:18px;padding:0 5px;font-size:.75rem;font-weight:700;color:#fff;background:var(--color-danger);border-radius:999px;display:flex;align-items:center;justify-content:center}.app-header-mobile-nav-trigger{display:none;flex-shrink:0;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;border-radius:50%;background:var(--color-primary);color:#fff;cursor:pointer;box-shadow:0 2px 10px #1672f359;transition:transform .15s ease,filter .15s ease}.app-header-mobile-nav-trigger:hover{filter:brightness(1.06)}.app-header-mobile-nav-trigger:active{transform:scale(.96)}.app-header-mobile-leading{display:flex;align-items:center;gap:10px;min-width:0}.app-header-mobile-notification{display:inline-flex;align-items:center;flex-shrink:0}.mobile-nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:11000;display:flex;flex-direction:column;max-height:100dvh;background:#f3f6f8;color:var(--color-text, #0f172a)}[data-theme=dark] .mobile-nav-overlay{background:var(--color-surface, #0f172a);color:var(--color-text)}.mobile-nav-overlay-header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid rgba(15,23,42,.08)}[data-theme=dark] .mobile-nav-overlay-header{border-bottom-color:var(--border)}.mobile-nav-overlay-brand{font-size:1.35rem;font-weight:800;letter-spacing:-.02em;color:var(--color-primary)}[data-theme=dark] .mobile-nav-overlay-brand{color:var(--color-primary)}.mobile-nav-overlay-close{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;border-radius:var(--radius-md);background:transparent;color:var(--color-text-muted);cursor:pointer}.mobile-nav-overlay-close:hover{background:#0f172a0f;color:var(--color-text)}[data-theme=dark] .mobile-nav-overlay-close:hover{background:#ffffff14}.mobile-nav-overlay-body{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;padding:8px 0 10px;-webkit-overflow-scrolling:touch}.mobile-nav-overlay-body-primary{flex-shrink:0}.mobile-nav-overlay-body-settings{flex-shrink:0;margin-top:auto}.mobile-nav-overlay-body-settings>.mobile-nav-overlay-section-label{margin-top:12px;margin-bottom:8px}.mobile-nav-overlay-link{display:flex;align-items:center;gap:14px;width:100%;padding:14px 20px;border:none;background:transparent;text-align:left;text-decoration:none;font-size:1rem;font-weight:600;color:var(--color-text-muted, #64748b);cursor:pointer;transition:background .12s ease,color .12s ease}.mobile-nav-overlay-link:hover{background:#0f172a0a;color:var(--color-text)}[data-theme=dark] .mobile-nav-overlay-link:hover{background:#ffffff0f}.mobile-nav-overlay-link.active{background:var(--color-primary);color:#fff}.mobile-nav-overlay-link.active .mobile-nav-overlay-link-icon{color:#fff}[data-theme=dark] .mobile-nav-overlay-link.active{background:var(--color-primary);color:#fff}.mobile-nav-overlay-link-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;color:inherit}.mobile-nav-overlay-link-label{flex:1;min-width:0}.mobile-nav-overlay-link--sub{font-weight:500}.mobile-nav-overlay-link--button{font-family:inherit}.mobile-nav-overlay-section-label{margin:20px 20px 8px;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted);opacity:.85}.mobile-nav-overlay-footer{flex-shrink:0;padding:16px 20px calc(16px + env(safe-area-inset-bottom,0px));border-top:1px solid rgba(15,23,42,.08);background:var(--color-surface, #fff);border-radius:16px 16px 0 0;box-shadow:0 -4px 24px #0f172a0f}[data-theme=dark] .mobile-nav-overlay-footer{border-top-color:var(--border);background:var(--color-surface);box-shadow:0 -4px 24px #00000040}.mobile-nav-overlay-user{display:flex;align-items:center;gap:12px;margin-bottom:16px}.mobile-nav-overlay-user-avatar{width:44px;height:44px;font-size:.9rem}.mobile-nav-overlay-user-name{font-weight:700;font-size:.95rem}.mobile-nav-overlay-user-email{font-size:.8125rem;color:var(--color-text-muted);word-break:break-all}.mobile-nav-overlay-logout{display:inline-flex;align-items:center;gap:8px;width:100%;justify-content:center;padding:12px 16px;border:1px solid var(--border);border-radius:var(--radius-md);background:transparent;font-size:.9375rem;font-weight:600;color:var(--color-text);cursor:pointer;box-sizing:border-box;text-decoration:none;font-family:inherit}.mobile-nav-overlay-footer .mobile-nav-overlay-logout:not(:last-child){margin-bottom:12px}.mobile-nav-overlay-logout:hover{background:#0f172a0a}[data-theme=dark] .mobile-nav-overlay-logout:hover{background:#ffffff0f}@media(max-width:1024px){.layout{grid-template-columns:1fr}.sidebar{position:fixed;top:0;left:0;right:0;height:auto;z-index:1000;flex-direction:row;flex-wrap:wrap;padding:12px 16px;gap:12px;max-height:none}.sidebar h2{flex:1}.sidebar nav{flex:1 1 100%;flex-direction:row;flex-wrap:wrap;gap:6px;order:3}.sidebar-rail-footer{margin-top:0;flex-direction:row;order:4;gap:6px}.sidebar-consultants{margin-top:0}.sidebar a{padding:10px 14px;font-size:.875rem}.sidebar .user-info{order:2;flex:0}.sidebar .logout-btn{order:2}}@media(max-width:1024px){.layout{grid-template-columns:1fr}.layout:has(>.main-area--calendar){height:auto;min-height:100vh;min-height:100dvh;max-height:none;overflow:visible}.main-area{--calendar-shell-header-sticky-below: calc(env(safe-area-inset-top, 0px) + 56px) }.sidebar-shell{display:none!important}.app-header-mobile-nav-trigger{display:inline-flex}.app-header .app-header-brand{display:none!important}.main-area--calendar{padding-top:0;overflow:visible;--calendar-shell-header-sticky-below: calc(env(safe-area-inset-top, 0px) + 61px) }.content{padding-top:18px}.main-area--calendar>.content.content--calendar-flush{padding-top:0;flex:0 0 auto;min-height:auto;overflow:visible}.app-header.app-header--calendar{align-items:center}.app-header--calendar .header-actions{width:auto;flex-wrap:nowrap;flex-shrink:0}.app-header .config-cog-wrap,.app-header .header-credentials-wrap{display:none!important}.app-header:not(.app-header--calendar) .header-actions{margin-left:auto;justify-content:flex-end;flex-wrap:nowrap}.app-header--calendar .app-header-calendar-right{width:100%;justify-content:flex-end}.app-header--calendar .app-header-calendar-right>.header-actions{margin-left:0}.app-header-calendar-right{flex-wrap:nowrap;align-items:center;min-width:0}.app-header-calendar-left{flex-shrink:0;align-items:center}.notification-dropdown,.calendar-view-dropdown-panel,.config-dropdown{position:fixed;top:var(--calendar-shell-header-sticky-below);left:max(12px,env(safe-area-inset-left,0px));right:max(12px,env(safe-area-inset-right,0px));width:auto;max-width:none;min-width:0;margin-top:0}}@media(max-width:480px){.sidebar a{padding:8px 12px;font-size:.8125rem}}.support-email-address{display:flex;align-items:center;padding:11px 14px;border:1px solid rgba(37,99,235,.14);border-radius:12px;background:#2563eb0e;color:#1d4ed8;font-size:.875rem;font-weight:700;word-break:break-all}.support-email-options{display:flex;flex-direction:column;gap:10px;margin-top:16px}.support-email-option{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:13px;width:100%;min-height:66px;padding:10px 13px;border:1px solid #e2e8f0;border-radius:15px;background:#fff;color:var(--color-text);font:inherit;text-align:left;text-decoration:none;box-sizing:border-box;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease,background .15s ease}.support-email-option:hover{border-color:#2563eb59;background:#fbfdff;box-shadow:0 8px 24px #2563eb17;transform:translateY(-1px)}.support-email-option:focus-visible{outline:3px solid rgba(37,99,235,.22);outline-offset:2px}.support-email-option-icon{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:13px;background:#eff6ff;color:#2563eb;font-size:1rem;font-weight:800}.support-email-option-icon--gmail{background:#fff1f2;color:#dc2626}.support-email-option-icon--outlook{background:#eff6ff;color:#2563eb}.support-email-option-text{display:flex;min-width:0;flex-direction:column;gap:3px}.support-email-option-text strong{overflow:hidden;color:var(--color-text);font-size:.925rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.support-email-option-text small{overflow:hidden;color:var(--color-text-muted);font-size:.78rem;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.support-email-option-arrow{color:#94a3b8}.support-email-option-check{color:#16a34a}[data-theme=dark] .support-email-address{border-color:#60a5fa38;background:#2563eb24;color:#93c5fd}[data-theme=dark] .support-email-option{border-color:var(--border);background:#ffffff09}[data-theme=dark] .support-email-option:hover{border-color:#60a5fa6b;background:#ffffff12}[data-theme=dark] .support-email-option-icon{background:#3b82f624;color:#93c5fd}[data-theme=dark] .support-email-option-icon--gmail{background:#ef444424;color:#fca5a5}@media(max-width:560px){.support-email-option{grid-template-columns:42px minmax(0,1fr) auto;min-height:64px;padding:9px 11px}.support-email-option-icon{width:42px;height:42px}}.referral-modal-heading{display:inline-flex;min-width:0;align-items:center;gap:12px}.referral-modal-header-icon{display:inline-grid;place-items:center;width:38px;height:38px;flex:0 0 auto;border-radius:11px;background:linear-gradient(145deg,#eff6ff,#dbeafe);color:#2563eb;box-shadow:inset 0 0 0 1px #2563eb14}.referral-modal-header-icon svg{width:21px;height:21px}.referral-modal-section+.referral-modal-section,.referral-modal-divider+.referral-modal-section{margin-top:24px}.referral-modal-section-title{display:block;margin:0 0 10px;color:#17253d;font-size:.86rem;font-weight:800;line-height:1.3}.referral-modal-link-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:stretch}.referral-modal-link{min-width:0;height:46px;padding:0 14px;border:1px solid #dbe4f0;border-radius:11px;outline:none;background:#f8fafc;color:#2563eb;font:inherit;font-size:.86rem;font-weight:600;text-overflow:ellipsis;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.referral-modal-link:focus{border-color:#2563eb99;background:#fff;box-shadow:0 0 0 3px #2563eb1f}.referral-modal-link--loading{color:#94a3b8}.referral-modal-copy{display:inline-flex;min-width:100px;height:46px;align-items:center;justify-content:center;gap:8px;padding:0 16px;border:0;border-radius:11px;background:linear-gradient(135deg,#2574f5,#1459dc);color:#fff;font:inherit;font-size:.87rem;font-weight:800;cursor:pointer;box-shadow:0 7px 18px #2563eb3d;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.referral-modal-copy:hover:not(:disabled){filter:brightness(1.04);box-shadow:0 10px 22px #2563eb4d;transform:translateY(-1px)}.referral-modal-copy:active:not(:disabled){transform:translateY(0) scale(.98)}.referral-modal-copy:disabled,.referral-modal-share:disabled{cursor:not-allowed;opacity:.52;box-shadow:none}.referral-modal-error{margin-top:9px;color:#b42318;font-size:.82rem;line-height:1.4}.referral-modal-divider{height:1px;margin:28px 0 0;background:#e7edf5}.referral-modal-share-section{margin-top:24px}.referral-modal-share-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.referral-modal-share{display:flex;min-width:0;min-height:90px;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:12px 8px 11px;border:1px solid #dfe7f2;border-radius:13px;background:#fff;color:#17253d;font:inherit;cursor:pointer;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease,background .15s ease}.referral-modal-share:hover:not(:disabled){border-color:#bfd2f4;background:#fbfdff;box-shadow:0 9px 22px #2563eb1a;transform:translateY(-2px)}.referral-modal-share:active:not(:disabled){transform:translateY(0) scale(.98)}.referral-modal-share span{overflow:hidden;max-width:100%;color:#334155;font-size:.76rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.referral-modal-share--whatsapp{color:#25d366}.referral-modal-share--viber{color:#7360f2}.referral-modal-share--facebook{color:#1877f2}.referral-modal-share--instagram{color:#e1306c}.referral-modal-info{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:start;margin-top:18px;padding:14px 15px;border:1px solid #dbe7f7;border-radius:13px;background:linear-gradient(180deg,#f8fbff,#f3f8ff)}.referral-modal-info-icon{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:999px;background:#fff;color:#2563eb;box-shadow:inset 0 0 0 1px #2563eb1a}.referral-modal-info p{margin:0;color:#334155;font-size:.82rem;line-height:1.5}.referral-modal-copy:focus-visible,.referral-modal-share:focus-visible{outline:3px solid rgba(37,99,235,.22);outline-offset:2px}[data-theme=dark] .referral-modal-section-title{color:var(--color-text)}[data-theme=dark] .referral-modal-header-icon{background:#2563eb2b;color:#93c5fd;box-shadow:inset 0 0 0 1px #93c5fd21}[data-theme=dark] .referral-modal-link{border-color:var(--border);background:#ffffff0b;color:#93c5fd}[data-theme=dark] .referral-modal-link:focus{border-color:#60a5fa8c;background:#fff1}[data-theme=dark] .referral-modal-divider{background:var(--border)}[data-theme=dark] .referral-modal-share{border-color:var(--border);background:#ffffff09}[data-theme=dark] .referral-modal-share:hover:not(:disabled){border-color:#60a5fa61;background:#fff1}[data-theme=dark] .referral-modal-share span{color:var(--color-text)}[data-theme=dark] .referral-modal-info{border-color:var(--border);background:#ffffff0a}[data-theme=dark] .referral-modal-info-icon{background:#ffffff14;color:#93c5fd;box-shadow:inset 0 0 0 1px #93c5fd1f}[data-theme=dark] .referral-modal-info p{color:var(--color-text)}@media(max-width:520px){.referral-modal-link-row{grid-template-columns:1fr}.referral-modal-copy{width:100%}.referral-modal-share-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.referral-modal-info{grid-template-columns:1fr}}.staff-notification-center{position:relative;display:inline-flex;align-items:center}.staff-notification-trigger{position:relative;display:inline-grid;place-items:center;width:36px;height:36px;padding:0;border:0;border-radius:11px;background:transparent;color:#64748b;cursor:pointer;transition:background .16s ease,color .16s ease,transform .16s ease}.staff-notification-trigger:hover,.staff-notification-trigger.active{background:#eef4ff;color:#2563eb}.staff-notification-trigger:active{transform:scale(.96)}.staff-notification-badge{position:absolute;top:-3px;right:-4px;display:inline-flex;min-width:17px;height:17px;align-items:center;justify-content:center;padding:0 4px;border:2px solid #fff;border-radius:999px;background:#ef4444;color:#fff;font-size:9px;font-weight:900;line-height:1;box-sizing:border-box}.staff-notification-panel{position:absolute;top:calc(100% + 12px);right:-52px;z-index:13100;width:min(400px,calc(100vw - 24px));overflow:hidden;border:1px solid #dbe5f2;border-radius:20px;background:#fffffffa;box-shadow:0 24px 60px #0f172a33;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);animation:staff-notification-panel-in .17s ease-out}.staff-notification-panel:before{content:"";position:absolute;top:-7px;right:66px;width:14px;height:14px;border-top:1px solid #dbe5f2;border-left:1px solid #dbe5f2;background:#fff;transform:rotate(45deg)}@keyframes staff-notification-panel-in{0%{opacity:0;transform:translateY(-7px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.staff-notification-panel-header{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 20px 14px}.staff-notification-panel-header h2{margin:0;color:#17253d;font-size:18px;font-weight:850;letter-spacing:-.02em}.staff-notification-panel-header button{padding:0;border:0;background:transparent;color:#2563eb;font:inherit;font-size:12px;font-weight:800;cursor:pointer}.staff-notification-panel-header button:disabled{color:#94a3b8;cursor:default}.staff-notification-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 16px 14px;border-bottom:1px solid #e8edf5}.staff-notification-new-count{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:0 10px;border:1px solid #dbe5f2;border-radius:10px;color:#64748b;font-size:12px;white-space:nowrap}.staff-notification-new-count svg{width:15px;height:15px;color:#7b93b8}.staff-notification-new-count strong{color:#17253d}.staff-notification-filters{display:inline-flex;align-items:center;gap:4px;padding:3px;border-radius:12px;background:#f1f5f9}.staff-notification-filters button{min-height:28px;padding:0 10px;border:0;border-radius:9px;background:transparent;color:#64748b;font:inherit;font-size:11px;font-weight:750;cursor:pointer}.staff-notification-filters button.active{background:#e2ecff;color:#2563eb;box-shadow:inset 0 0 0 1px #2563eb14}.staff-notification-items{min-height:76px;transition:opacity .15s ease}.staff-notification-items.loading{opacity:.55}.staff-notification-item{position:relative;display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:12px;align-items:center;width:100%;min-height:72px;padding:12px 16px;border:0;border-bottom:1px solid #e8edf5;background:#fff;color:inherit;text-align:left;cursor:pointer;transition:background .15s ease}.staff-notification-item:hover{background:#f8fbff}.staff-notification-item.unread{background:#fcfdff}.staff-notification-item-icon{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#eaf8ef;color:#16a34a}.staff-notification-item--booking-rescheduled .staff-notification-item-icon,.staff-notification-item--booking-updated .staff-notification-item-icon{background:#fff5df;color:#d97706}.staff-notification-item--booking-cancelled .staff-notification-item-icon{background:#fff0f0;color:#ef4444}.staff-notification-item--platform-announcement .staff-notification-item-icon{background:#eaf2ff;color:#2563eb}.staff-notification-item-copy{min-width:0}.staff-notification-item-copy strong{display:block;overflow:hidden;color:#17253d;font-size:13px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.staff-notification-item-copy span{display:block;overflow:hidden;margin-top:4px;color:#64748b;font-size:11.5px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.staff-notification-item-meta{display:grid;justify-items:end;gap:10px;align-self:stretch;padding-top:2px}.staff-notification-item-meta time{color:#64748b;font-size:10.5px;white-space:nowrap}.staff-notification-item-meta i{display:block;width:7px;height:7px;border-radius:999px;background:#1683ff}.staff-notification-empty{padding:30px 20px;color:#64748b;font-size:13px;text-align:center}.staff-notification-view-all{width:calc(100% - 28px);min-height:44px;margin:14px;border:1px solid #d6e3f6;border-radius:13px;background:#f8fbff;color:#2563eb;font:inherit;font-size:13px;font-weight:850;cursor:pointer}.staff-notification-view-all:hover{background:#edf5ff}[data-theme=dark] .staff-notification-panel{border-color:var(--border);background:#141b27fa;box-shadow:0 24px 60px #0000008c}[data-theme=dark] .staff-notification-panel:before{border-color:var(--border);background:#141b27}[data-theme=dark] .staff-notification-panel-header h2,[data-theme=dark] .staff-notification-new-count strong,[data-theme=dark] .staff-notification-item-copy strong{color:var(--color-text)}[data-theme=dark] .staff-notification-toolbar,[data-theme=dark] .staff-notification-item{border-color:var(--border)}[data-theme=dark] .staff-notification-item{background:transparent}[data-theme=dark] .staff-notification-item:hover,[data-theme=dark] .staff-notification-item.unread{background:#ffffff0b}[data-theme=dark] .staff-notification-filters{background:#ffffff0f}[data-theme=dark] .staff-notification-new-count{border-color:var(--border)}[data-theme=dark] .staff-notification-view-all{border-color:var(--border);background:#ffffff0a}@media(max-width:1024px){.staff-notification-panel{position:fixed;top:var(--calendar-shell-header-sticky-below, 64px);right:10px;left:10px;width:auto;max-height:calc(100vh - var(--calendar-shell-header-sticky-below, 64px) - 16px);overflow-y:auto}.staff-notification-panel:before{display:none}}.staff-notification-panel--unified{display:flex;flex-direction:column;max-height:min(620px,calc(100vh - 96px))}.staff-notification-main-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin:0 16px 14px;padding:4px;border-radius:14px;background:#f1f5f9}.staff-notification-main-tabs button{display:flex;align-items:center;justify-content:center;gap:7px;min-width:0;min-height:38px;padding:0 10px;border:0;border-radius:11px;background:transparent;color:#64748b;font:inherit;font-size:12px;font-weight:800;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.staff-notification-main-tabs button svg{width:16px;height:16px;flex:0 0 auto}.staff-notification-main-tabs button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.staff-notification-main-tabs button strong{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#64748b1f;color:inherit;font-size:10px;line-height:1;box-sizing:border-box}.staff-notification-main-tabs button.active{background:#fff;color:#2563eb;box-shadow:0 3px 10px #0f172a14,inset 0 0 0 1px #2563eb14}.staff-notification-main-tabs button.active strong{background:#e7efff}.staff-notification-panel--unified .staff-notification-items,.staff-notification-task-items{min-height:76px;overflow-y:auto;overscroll-behavior:contain}.staff-notification-task-item{display:grid;grid-template-columns:minmax(0,1fr) 42px;align-items:stretch;min-height:72px;border-bottom:1px solid #e8edf5;background:#fff;transition:background .15s ease}.staff-notification-task-item:hover{background:#f8fbff}.staff-notification-task-open{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:center;min-width:0;padding:12px 8px 12px 16px;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.staff-notification-task-icon{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#eef4ff;color:#2563eb}.staff-notification-task-item.overdue .staff-notification-task-icon{background:#fff1f1;color:#ef4444}.staff-notification-task-copy{min-width:0}.staff-notification-task-copy strong{display:block;overflow:hidden;color:#17253d;font-size:13px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.staff-notification-task-copy span{display:block;overflow:hidden;margin-top:4px;color:#64748b;font-size:11.5px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.staff-notification-task-item.overdue .staff-notification-task-copy span{color:#dc2626;font-weight:750}.staff-notification-task-complete{align-self:center;display:inline-grid;place-items:center;width:32px;height:32px;margin-right:10px;padding:0;border:1px solid #dbe5f2;border-radius:10px;background:#fff;color:#64748b;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .15s ease}.staff-notification-task-complete:hover{border-color:#b9d5c4;background:#eefbf2;color:#16a34a}.staff-notification-task-complete:active{transform:scale(.95)}.staff-notification-task-complete:disabled{opacity:.5;cursor:wait}[data-theme=dark] .staff-notification-main-tabs{background:#ffffff0f}[data-theme=dark] .staff-notification-main-tabs button.active{background:#ffffff14;color:#79a9ff;box-shadow:inset 0 0 0 1px #79a9ff1f}[data-theme=dark] .staff-notification-main-tabs button.active strong{background:#79a9ff24}[data-theme=dark] .staff-notification-task-item{border-color:var(--border);background:transparent}[data-theme=dark] .staff-notification-task-item:hover{background:#ffffff0b}[data-theme=dark] .staff-notification-task-copy strong{color:var(--color-text)}[data-theme=dark] .staff-notification-task-complete{border-color:var(--border);background:#ffffff0a}@media(max-width:1024px){.staff-notification-panel--unified{max-height:calc(100dvh - var(--calendar-shell-header-sticky-below, 64px) - 16px)}.staff-notification-main-tabs{margin-right:12px;margin-left:12px}}.staff-notification-main-tabs.single{grid-template-columns:1fr}.staff-notification-panel--unified .staff-notification-panel-header,.staff-notification-panel--unified .staff-notification-main-tabs,.staff-notification-panel--unified .staff-notification-view-all{flex:0 0 auto}.staff-notification-panel--unified .staff-notification-items,.staff-notification-panel--unified .staff-notification-task-items{flex:1 1 auto;min-height:0}.account-branding-card{display:grid;gap:18px}.account-section-description,.account-public-directory-row p{margin:5px 0 0;color:var(--color-text-muted);font-size:.82rem;line-height:1.45}.account-public-directory-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px;border:1px solid var(--border);border-radius:var(--radius-lg);background:#f8fafcb8}.account-public-directory-row>div{min-width:0}.account-public-directory-row strong{color:var(--color-text);font-size:.9rem}[data-theme=dark] .account-public-directory-row{background:#ffffff09}@media(max-width:640px){.account-public-directory-row{align-items:flex-start}}.app-header-clients-title{display:none}@media(max-width:1024px){.app-header.app-header--clients{min-height:62px;box-sizing:border-box;padding:max(10px,env(safe-area-inset-top)) 18px 10px;background:linear-gradient(135deg,#0b71ee,#0865db);border-bottom:0;box-shadow:none;color:#fff}[data-theme=dark] .app-header.app-header--clients{background:linear-gradient(135deg,#0b71ee,#0865db);border-bottom:0}.app-header--clients .app-header-mobile-leading{min-width:0}.app-header--clients .app-header-mobile-nav-trigger{width:38px;height:38px;border-radius:10px;background:transparent;color:#fff;box-shadow:none}.app-header--clients .app-header-mobile-nav-trigger:hover,.app-header--clients .app-header-mobile-nav-trigger:active{background:#ffffff1a;filter:none}.app-header--clients .app-header-clients-title{position:absolute;left:50%;top:calc(50% + env(safe-area-inset-top)/4);transform:translate(-50%,-50%);display:inline-flex;align-items:center;justify-content:center;gap:7px;max-width:calc(100% - 150px);color:#fff;white-space:nowrap;pointer-events:none}.app-header--clients .app-header-clients-title strong{overflow:hidden;text-overflow:ellipsis;font-size:1rem;line-height:1;font-weight:800;letter-spacing:-.015em}.app-header--clients .app-header-clients-title span{display:inline-flex;min-width:24px;height:24px;align-items:center;justify-content:center;padding:0 7px;border-radius:999px;background:#ffffff38;color:#fff;font-size:.72rem;line-height:1;font-weight:800;box-sizing:border-box}.app-header--clients .header-actions{margin-left:auto}.app-header--clients .calendar-voice-fab--header-toolbar{display:none!important}.app-header--clients .staff-notification-trigger{width:38px;height:38px;border-radius:10px;color:#fff}.app-header--clients .staff-notification-trigger:hover,.app-header--clients .staff-notification-trigger.active{background:#ffffff1a;color:#fff}.main-area--clients{background:#f8fafc}.main-area--clients>.content.content--clients{padding:0 0 calc(88px + env(safe-area-inset-bottom));background:#f8fafc}}.app-header-section-title,.app-header-waitlist-title,.app-header-services-title,.app-header-billing-title,.app-header-employees-title,.app-header-analytics-title{display:none}@media(max-width:1024px){.app-header.app-header--waitlist,.app-header.app-header--services,.app-header.app-header--employees,.app-header.app-header--analytics,.app-header.app-header--billing{min-height:62px;box-sizing:border-box;padding:max(10px,env(safe-area-inset-top)) 18px 10px;background:linear-gradient(135deg,#0b71ee,#0865db);border-bottom:0;box-shadow:none;color:#fff}[data-theme=dark] .app-header.app-header--waitlist,[data-theme=dark] .app-header.app-header--services,[data-theme=dark] .app-header.app-header--employees,[data-theme=dark] .app-header.app-header--analytics,[data-theme=dark] .app-header.app-header--billing{background:linear-gradient(135deg,#0b71ee,#0865db);border-bottom:0}.app-header--waitlist .app-header-mobile-leading,.app-header--services .app-header-mobile-leading,.app-header--employees .app-header-mobile-leading,.app-header--analytics .app-header-mobile-leading,.app-header--billing .app-header-mobile-leading{min-width:0}.app-header--waitlist .app-header-mobile-nav-trigger,.app-header--services .app-header-mobile-nav-trigger,.app-header--employees .app-header-mobile-nav-trigger,.app-header--analytics .app-header-mobile-nav-trigger,.app-header--billing .app-header-mobile-nav-trigger{width:38px;height:38px;border-radius:10px;background:transparent;color:#fff;box-shadow:none}.app-header--waitlist .app-header-mobile-nav-trigger:hover,.app-header--waitlist .app-header-mobile-nav-trigger:active,.app-header--services .app-header-mobile-nav-trigger:hover,.app-header--services .app-header-mobile-nav-trigger:active,.app-header--employees .app-header-mobile-nav-trigger:hover,.app-header--employees .app-header-mobile-nav-trigger:active,.app-header--analytics .app-header-mobile-nav-trigger:hover,.app-header--analytics .app-header-mobile-nav-trigger:active,.app-header--billing .app-header-mobile-nav-trigger:hover,.app-header--billing .app-header-mobile-nav-trigger:active{background:#ffffff1a;filter:none}.app-header--waitlist .app-header-section-title,.app-header--services .app-header-section-title,.app-header--employees .app-header-section-title,.app-header--analytics .app-header-section-title,.app-header--billing .app-header-section-title{position:absolute;left:50%;top:calc(50% + env(safe-area-inset-top)/4);transform:translate(-50%,-50%);display:inline-flex;align-items:center;justify-content:center;max-width:calc(100% - 150px);color:#fff;white-space:nowrap;pointer-events:none}.app-header--waitlist .app-header-section-title strong,.app-header--services .app-header-section-title strong,.app-header--employees .app-header-section-title strong,.app-header--analytics .app-header-section-title strong,.app-header--billing .app-header-section-title strong{overflow:hidden;text-overflow:ellipsis;font-size:1rem;line-height:1;font-weight:800;letter-spacing:-.015em}.app-header--waitlist .header-actions,.app-header--services .header-actions,.app-header--employees .header-actions,.app-header--analytics .header-actions,.app-header--billing .header-actions{margin-left:auto}.app-header--waitlist .calendar-voice-fab--header-toolbar,.app-header--services .calendar-voice-fab--header-toolbar,.app-header--employees .calendar-voice-fab--header-toolbar,.app-header--analytics .calendar-voice-fab--header-toolbar,.app-header--billing .calendar-voice-fab--header-toolbar{display:none!important}.app-header--waitlist .staff-notification-trigger,.app-header--services .staff-notification-trigger,.app-header--employees .staff-notification-trigger,.app-header--analytics .staff-notification-trigger,.app-header--billing .staff-notification-trigger{width:38px;height:38px;border-radius:10px;color:#fff}.app-header--waitlist .staff-notification-trigger:hover,.app-header--waitlist .staff-notification-trigger.active,.app-header--services .staff-notification-trigger:hover,.app-header--services .staff-notification-trigger.active,.app-header--employees .staff-notification-trigger:hover,.app-header--employees .staff-notification-trigger.active,.app-header--analytics .staff-notification-trigger:hover,.app-header--analytics .staff-notification-trigger.active,.app-header--billing .staff-notification-trigger:hover,.app-header--billing .staff-notification-trigger.active{background:#ffffff1a;color:#fff}.app-header.app-header--calendar{min-height:62px;padding:max(10px,env(safe-area-inset-top)) 18px 10px;background:linear-gradient(135deg,#0b71ee,#0865db);border-bottom:0;box-shadow:none;color:#fff;gap:10px;grid-template-columns:auto minmax(0,1fr)}[data-theme=dark] .app-header.app-header--calendar{background:linear-gradient(135deg,#0b71ee,#0865db);border-bottom:0}.app-header--calendar .app-header-calendar-left,.app-header--calendar .app-header-calendar-right{min-width:0;align-items:center}.app-header--calendar .app-header-mobile-nav-trigger{width:38px;height:38px;border-radius:10px;background:transparent;color:#fff;box-shadow:none}.app-header--calendar .app-header-mobile-nav-trigger:hover,.app-header--calendar .app-header-mobile-nav-trigger:active{background:#ffffff1a;filter:none}.app-header--calendar .app-header-calendar-left .calendar-toolbar-month-chip{color:#fff;font-size:.84rem;font-weight:700;letter-spacing:0;text-transform:capitalize;max-width:100px}.app-header--calendar .app-header-calendar-right{gap:8px;justify-content:flex-end}.app-header--calendar .calendar-header-mode-group{padding:3px;border-radius:18px;background:#ffffff24;box-shadow:inset 0 0 0 1px #fff3}.app-header--calendar .calendar-header-mode-btn{width:36px;height:32px;border-radius:10px;color:#ffffffdb}.app-header--calendar .calendar-header-mode-btn:hover{color:#fff;background:#ffffff1f}.app-header--calendar .calendar-header-mode-btn.active{color:#0b71ee;background:#fff;box-shadow:0 6px 16px #0865db40}.app-header--calendar .calendar-view-dropdown-trigger{min-height:32px;padding:6px 12px;border-radius:999px;border-color:#ffffff52;background:#ffffff1a;color:#fff;font-size:.8rem;font-weight:700}.app-header--calendar .calendar-view-dropdown-trigger:hover{background:#ffffff29}.app-header--calendar .calendar-view-dropdown-caret{opacity:.85}.app-header--calendar .staff-notification-center{margin-right:-8px}.app-header--calendar .staff-notification-trigger{width:38px;height:38px;border-radius:10px;color:#fff}.app-header--calendar .staff-notification-trigger:hover,.app-header--calendar .staff-notification-trigger.active{background:#ffffff1a;color:#fff}.main-area--waitlist,.main-area--services,.main-area--employees,.main-area--analytics,.main-area--billing{background:#f8fafc}.main-area--waitlist>.content.content--waitlist,.main-area--services>.content.content--services,.main-area--employees>.content.content--employees,.main-area--analytics>.content.content--analytics,.main-area--billing>.content.content--billing{padding:0 0 calc(88px + env(safe-area-inset-bottom));background:#f8fafc}}@media(max-width:1024px){.main-area--configuration-account{background:#fff}.main-area--configuration-account>.content.content--configuration-account{padding:0 0 calc(72px + env(safe-area-inset-bottom));background:#fff}}@media(max-width:1024px){.mobile-nav-overlay-header{padding:10px 14px}.mobile-nav-overlay-brand{font-size:1.12rem}.mobile-nav-overlay-close{width:38px;height:38px;border-radius:10px}.mobile-nav-overlay-body{padding:3px 0 6px}.mobile-nav-overlay-body-settings>.mobile-nav-overlay-section-label{margin-top:8px;margin-bottom:4px}.mobile-nav-overlay-link{gap:11px;min-height:42px;padding:9px 16px;font-size:.86rem;line-height:1.15}.mobile-nav-overlay-link-icon{width:24px}.mobile-nav-overlay-link-icon svg{width:21px;height:21px}.mobile-nav-overlay-section-label{margin:10px 16px 4px;font-size:.62rem}.mobile-nav-overlay-footer{padding:10px 16px calc(10px + env(safe-area-inset-bottom,0px));border-radius:14px 14px 0 0}.mobile-nav-overlay-user{gap:10px;margin-bottom:10px}.mobile-nav-overlay-user-avatar{width:38px;height:38px;font-size:.78rem}.mobile-nav-overlay-user-name{font-size:.86rem}.mobile-nav-overlay-user-email{font-size:.72rem}.mobile-nav-overlay-logout{min-height:42px;gap:7px;padding:8px 12px;border-radius:11px;font-size:.82rem}.mobile-nav-overlay-footer .mobile-nav-overlay-logout:not(:last-child){margin-bottom:7px}.mobile-nav-overlay-logout svg{width:17px;height:17px}}.app-header-inbox-title{display:none}@media(max-width:1024px){.layout:has(>.main-area--inbox){grid-template-columns:1fr;height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;overflow:hidden}.layout:has(>.main-area--inbox)>.sidebar-shell{display:none!important}.main-area.main-area--inbox{min-width:0;height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;overflow:hidden;background:#f8fafc}.app-header.app-header--inbox{position:relative;z-index:40;flex:0 0 auto;min-height:68px;box-sizing:border-box;padding:max(10px,env(safe-area-inset-top)) 18px 10px;background:linear-gradient(135deg,#0b71ee,#0865db);border-bottom:0;box-shadow:none;color:#fff}[data-theme=dark] .app-header.app-header--inbox{background:linear-gradient(135deg,#0b71ee,#0865db);border-bottom:0}.app-header--inbox .app-header-mobile-leading{min-width:0}.app-header--inbox .app-header-mobile-nav-trigger{display:inline-flex;width:40px;height:40px;border-radius:11px;background:transparent;color:#fff;box-shadow:none}.app-header--inbox .app-header-mobile-nav-trigger:hover,.app-header--inbox .app-header-mobile-nav-trigger:active{background:#ffffff1a;filter:none}.app-header--inbox .app-header-brand,.app-header--inbox .config-cog-wrap,.app-header--inbox .header-credentials-wrap,.app-header--inbox .calendar-voice-fab--header-toolbar{display:none!important}.app-header--inbox .app-header-inbox-title{position:absolute;left:50%;top:calc(50% + env(safe-area-inset-top)/4);transform:translate(-50%,-50%);display:inline-flex;align-items:center;justify-content:center;max-width:calc(100% - 150px);color:#fff;white-space:nowrap;pointer-events:none}.app-header--inbox .app-header-inbox-title strong{overflow:hidden;text-overflow:ellipsis;font-size:1.12rem;line-height:1;font-weight:850;letter-spacing:-.02em}.app-header--inbox .header-actions{margin-left:auto;width:auto;flex-wrap:nowrap}.app-header--inbox .staff-notification-trigger{width:40px;height:40px;border-radius:11px;color:#fff}.app-header--inbox .staff-notification-trigger:hover,.app-header--inbox .staff-notification-trigger.active{background:#ffffff1a;color:#fff}.main-area--inbox>.content.content--inbox{flex:1 1 auto;min-height:0;overflow:hidden;padding:0;background:#f8fafc}}.unit-switcher .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.unit-switcher{position:relative;display:inline-flex;align-items:center;min-width:0;max-width:min(260px,34vw)}.unit-switcher-select{width:100%;min-width:120px;max-width:260px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid color-mix(in srgb,currentColor 18%,transparent);border-radius:10px;background:color-mix(in srgb,var(--surface, #fff) 94%,transparent);color:inherit;font:inherit;font-weight:700;line-height:1.2;padding:7px 30px 7px 10px;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.unit-switcher-select:focus-visible{outline:2px solid var(--primary, #2563eb);outline-offset:2px}.unit-switcher-select:disabled{cursor:progress;opacity:.65}.unit-switcher-chevron{position:absolute;right:9px;pointer-events:none}.unit-switcher-static{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:1024px){.unit-switcher{max-width:min(190px,48vw)}.unit-switcher-select{min-width:0;max-width:190px;padding-block:6px}}.booking-locations-manager{margin-bottom:32px;padding-bottom:30px;border-bottom:1px solid var(--border-color, #e2e8f0)}.booking-locations-heading-row,.booking-location-title-row,.booking-location-actions,.booking-location-form-actions,.calendar-workspace-scope-bar,.calendar-workspace-scope-buttons{display:flex;align-items:center}.booking-locations-heading-row{justify-content:space-between;gap:18px;margin-bottom:18px}.booking-locations-heading-row h3{margin:0 0 4px;font-size:22px}.booking-locations-heading-row p{margin:0;color:var(--muted-color, #64748b)}.booking-location-grid{display:grid;gap:12px}.booking-location-card{display:flex;justify-content:space-between;gap:18px;padding:18px;border:1px solid #dbe4f0;border-radius:16px;background:#fff}.booking-location-card.is-default{border-color:#93c5fd;background:#f8fbff}.booking-location-card.is-inactive{opacity:.72}.booking-location-title-row{gap:8px;flex-wrap:wrap}.booking-location-card h4{margin:0;font-size:17px}.booking-location-card p{margin:6px 0 3px;color:#475569}.booking-location-card small{color:#64748b}.booking-location-default-pill,.booking-location-inactive-pill{padding:3px 8px;border-radius:999px;font-size:11px;font-weight:800}.booking-location-default-pill{color:#1d4ed8;background:#dbeafe}.booking-location-inactive-pill{color:#9f1239;background:#ffe4e6}.booking-location-actions{gap:8px;flex-wrap:wrap;justify-content:flex-end}.booking-location-actions button{border:1px solid #cbd5e1;border-radius:9px;background:#fff;padding:8px 10px;cursor:pointer}.booking-location-actions button.danger{color:#b91c1c}.booking-location-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:18px;padding:18px;border:1px solid #bfdbfe;border-radius:16px;background:#f8fbff}.booking-location-form label{display:grid;gap:6px;font-size:13px;font-weight:700;color:#334155}.booking-location-form input:not([type=checkbox]),.booking-space-select{width:100%;min-height:40px;border:1px solid #cbd5e1;border-radius:9px;background:#fff;padding:8px 10px;font:inherit}.booking-location-checkbox{display:flex!important;grid-template-columns:auto 1fr;align-items:center}.booking-location-form-actions{grid-column:1 / -1;gap:8px;justify-content:flex-end}.calendar-workspace-scope-bar{justify-content:space-between;gap:14px;margin:0 0 12px;padding:10px 12px;border:1px solid #dbe4f0;border-radius:12px;background:#f8fafc}.calendar-workspace-scope-buttons{gap:6px}.calendar-workspace-scope-button{border:1px solid transparent;border-radius:9px;padding:8px 12px;background:transparent;color:#475569;font-weight:750;cursor:pointer}.calendar-workspace-scope-button.is-active{border-color:#bfdbfe;background:#dbeafe;color:#1d4ed8}.calendar-workspace-readonly-note{color:#64748b;font-size:13px}@media(max-width:1024px){.booking-locations-heading-row,.booking-location-card,.calendar-workspace-scope-bar{align-items:stretch;flex-direction:column}.booking-location-form{grid-template-columns:1fr}.booking-location-actions{justify-content:flex-start}.calendar-workspace-scope-buttons{width:100%}.calendar-workspace-scope-button{flex:1}}.calendar-location-filter{display:inline-flex;align-items:center;gap:8px;color:#475569;font-size:13px;font-weight:700}.calendar-location-filter select{min-width:170px;border:1px solid #cbd5e1;border-radius:9px;background:#fff;padding:8px 10px;color:#0f172a;font:inherit}@media(max-width:1024px){.calendar-location-filter{align-items:stretch;flex-direction:column}.calendar-location-filter select{width:100%}}.app-header .app-header-brand--calendar.app-header-brand--calendar-location{display:flex;flex:0 0 auto;max-width:none;overflow:visible;letter-spacing:normal;color:var(--color-text, #0f172a)}.calendar-header-location-filter{display:inline-flex;align-items:center;gap:8px;min-width:0;color:var(--color-text-muted, #475569);font-size:.76rem;font-weight:750;white-space:nowrap}.calendar-header-location-select-wrap{position:relative;display:inline-flex;align-items:center;min-width:172px;max-width:min(250px,24vw)}.calendar-header-location-select-wrap select{width:100%;min-height:34px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--border, #d7e0eb);border-radius:9px;background:var(--color-surface, #fff);color:var(--color-text, #0f172a);padding:6px 30px 6px 10px;font:inherit;font-size:.78rem;font-weight:700;line-height:1.2;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendar-header-location-select-wrap select:focus-visible{outline:2px solid var(--primary, #2563eb);outline-offset:2px}.calendar-header-location-select-wrap svg{position:absolute;right:9px;pointer-events:none;color:var(--color-text-muted, #64748b)}@media(max-width:1240px){.calendar-header-location-filter>span:first-child{display:none}.calendar-header-location-select-wrap{min-width:150px;max-width:190px}}@media(max-width:1024px){.app-header .app-header-brand--calendar.app-header-brand--calendar-location{display:none}}.staff-notification-item--low-stock .staff-notification-item-icon{background:#fff7ed;color:#ea580c}@media(min-width:1025px){html:not([data-theme=dark]) .main-area--clients,html:not([data-theme=dark]) .main-area--billing,html:not([data-theme=dark]) .main-area--inbox,html:not([data-theme=dark]) .main-area--analytics,html:not([data-theme=dark]) .main-area--services,html:not([data-theme=dark]) .main-area--employees,html:not([data-theme=dark]) .main-area--clients>.content.content--clients,html:not([data-theme=dark]) .main-area--billing>.content.content--billing,html:not([data-theme=dark]) .main-area--inbox>.content.content--inbox,html:not([data-theme=dark]) .main-area--analytics>.content.content--analytics,html:not([data-theme=dark]) .main-area--services>.content.content--services,html:not([data-theme=dark]) .main-area--employees>.content.content--employees{background:#f7faff}}@media(min-width:1025px){html:not([data-theme=dark]) .main-area--waitlist,html:not([data-theme=dark]) .main-area--scanner,html:not([data-theme=dark]) .main-area--configuration-guest-app,html:not([data-theme=dark]) .main-area--configuration-integrations,html:not([data-theme=dark]) .main-area--configuration-account,html:not([data-theme=dark]) .main-area--configuration-notifications,html:not([data-theme=dark]) .main-area--configuration-reservation-rules,html:not([data-theme=dark]) .main-area--configuration-billing,html:not([data-theme=dark]) .main-area--configuration-detail-white,html:not([data-theme=dark]) .main-area--waitlist>.content.content--waitlist,html:not([data-theme=dark]) .main-area--scanner>.content.content--scanner,html:not([data-theme=dark]) .main-area--configuration-guest-app>.content.content--configuration-guest-app,html:not([data-theme=dark]) .main-area--configuration-integrations>.content.content--configuration-integrations,html:not([data-theme=dark]) .main-area--configuration-account>.content.content--configuration-account,html:not([data-theme=dark]) .main-area--configuration-notifications>.content.content--configuration-notifications,html:not([data-theme=dark]) .main-area--configuration-reservation-rules>.content.content--configuration-reservation-rules,html:not([data-theme=dark]) .main-area--configuration-billing>.content.content--configuration-billing,html:not([data-theme=dark]) .main-area--configuration-detail-white>.content.content--configuration-detail-white,html:not([data-theme=dark]) .main-area:has(>.content .consumables-page),html:not([data-theme=dark]) .content:has(.consumables-page),html:not([data-theme=dark]) .consumables-page{background:#f7faff}}.card{background:var(--color-surface);border-radius:var(--radius-xl);padding:24px;box-shadow:var(--shadow-md);border:1px solid rgba(22,114,243,.06)}[data-theme=dark] .card{border-color:#60a5fa1f;box-shadow:var(--shadow-md)}input,select,textarea{width:100%;padding:12px 14px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--color-surface);transition:border-color .2s,box-shadow .2s}[data-theme=dark] input,[data-theme=dark] select,[data-theme=dark] textarea{background:#ffffff0d;border-color:#ffffff1a;color:var(--color-text)}[data-theme=dark] select option,[data-theme=dark] select optgroup{background-color:var(--color-surface);color:var(--color-text)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-soft)}button{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-hover) 100%);color:#fff;padding:12px 18px;border-radius:var(--radius-md);font-weight:600;transition:transform .15s,box-shadow .2s}button:hover{box-shadow:0 4px 14px #1672f366}button:active{transform:scale(.98)}button:disabled{opacity:.65;cursor:not-allowed;transform:none;box-shadow:none}button.secondary,.secondary{background:#f3f1ed;color:var(--color-text)}button.secondary:hover{background:#edebe8}[data-theme=dark] button.secondary,[data-theme=dark] .secondary{background:#334155;color:var(--color-text)}[data-theme=dark] button.secondary:hover{background:#475569}button.danger{color:#fff}button.danger{background:linear-gradient(135deg,#ef4444,#dc2626)}button.danger:hover{box-shadow:0 4px 14px #dc262659}button.danger.secondary{background:var(--color-danger-soft);color:var(--color-danger)}.small-btn{padding:8px 14px;font-size:.875rem}.slim-btn{padding:10px 14px}.linkish,.linkish-btn{color:var(--color-primary);background:transparent;padding:0;width:auto}.linkish-btn:hover{text-decoration:underline}.linkish-btn.danger,.linkish.danger{color:var(--color-danger);background:transparent}.pdf-icon-btn{color:#ef4444;background:transparent;border:none;width:auto;padding:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.pdf-icon-btn:hover{color:#dc2626;text-decoration:none}.pdf-icon-svg{display:block}.google-btn{display:inline-block;text-align:center;padding:12px 16px;background:var(--color-surface);border:1px solid var(--border);border-radius:var(--radius-md)}[data-theme=dark] .google-btn{background:var(--color-surface);border-color:var(--border);color:var(--color-text)}.login-social-btn{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid rgba(148,163,184,.35);background:#0f172a2e;color:var(--color-text);padding:12px 16px;border-radius:var(--radius-md)}.login-social-btn:hover{box-shadow:0 4px 14px #0f172a47}.social-icon{width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;line-height:1}.social-icon.google{background:#fff;color:#ea4335;border:1px solid var(--border);font-size:.95rem}.social-icon.apple{background:#111827;color:#fff;border:1px solid #374151;font-size:.95rem}.error{color:var(--color-danger)}.success{color:var(--color-success)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.field{display:flex;flex-direction:column;gap:8px}.field-label{font-weight:600;color:var(--color-text)}.field-hint{font-size:.8125rem;color:var(--color-text-muted)}.client-picker{position:relative;display:flex;gap:8px;align-items:stretch}.client-search-wrap{flex:1;position:relative;display:flex;align-items:center}.client-search-wrap input{width:100%;padding-right:36px}.client-search-wrap--compact-client .client-search-icon{display:none}.client-search-wrap--task-combo input{padding-right:40px}.client-task-preset-chevron{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;color:var(--color-text-muted);cursor:pointer;border-radius:var(--radius-sm);padding:0}.client-task-preset-chevron:hover{color:var(--color-text);background:var(--color-bg)}.client-search-wrap button.client-selected-display{width:100%;padding:8px 12px;text-align:left;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text);font:inherit;font-size:.9375rem;cursor:pointer}.client-search-wrap button.client-selected-display:hover{border-color:var(--color-primary)}.client-search-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:var(--color-text-muted);pointer-events:none;display:flex;align-items:center;justify-content:center}.client-card-detail-btn{width:44px;min-width:44px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);flex-shrink:0}.client-card-detail-btn:disabled{opacity:.45;cursor:not-allowed}.client-card-detail-btn:not(:disabled):hover{border-color:var(--color-primary)}.client-add-btn{width:44px;min-width:44px;padding:0;font-size:1.25rem;font-weight:600;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md)}.client-dropdown-panel{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:var(--color-surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:0 8px 24px #0000001f;max-height:220px;overflow-y:auto;z-index:50;padding:6px;display:flex;flex-direction:column;gap:2px}.client-list-item{text-align:left;padding:10px 12px;border:none;background:transparent;border-radius:var(--radius-sm);cursor:pointer;color:var(--color-text);font-size:.9375rem}.client-list-item:hover{background:var(--color-bg)}.client-list-item.selected{background:var(--color-primary-soft);color:var(--color-primary)}.notes-with-checkboxes{display:flex;gap:16px;align-items:flex-start}.notes-with-checkboxes textarea{flex:1;min-width:0}.checkbox-row{display:flex;flex-direction:column;gap:8px;flex-shrink:0}.checkbox-row label{display:flex;align-items:center;gap:8px;white-space:nowrap;cursor:pointer}.book-session-checkbox-row label{display:grid;grid-template-columns:16px auto;align-items:center;column-gap:8px}.book-session-checkbox-row input[type=checkbox]{margin:0;width:16px;height:16px}.full-span{grid-column:1 / -1}.form-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:12px}.inline-form{display:grid;grid-template-columns:1.2fr .9fr .9fr auto;gap:12px;align-items:center}.billing-row{grid-template-columns:1.45fr .55fr .9fr auto}.billing-search-row{margin-bottom:12px;display:flex;gap:10px;align-items:center}.billing-search-row input[type=date]{max-width:180px}.billing-open-bill-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;flex-wrap:wrap}.billing-open-bill-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}@media(max-width:1100px){.billing-open-session-col{display:none}}@media(max-width:1024px){.billing-open-session-id-col{display:none}}@media(max-width:1024px){.billing-open-consultant-col{display:none}}.filter-grid{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.toggle-row,.inline-check{display:flex;align-items:center;gap:10px}.toggle-card{display:flex;justify-content:space-between;align-items:center;border:1px solid var(--border);border-radius:var(--radius-lg);padding:18px;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.toggle-card p{margin:6px 0 0;color:var(--color-text-muted)}[data-theme=dark] .toggle-card{border-color:var(--border);background:linear-gradient(135deg,#1e293b,#0f172a)}[data-theme=dark] .list-card{background:linear-gradient(135deg,#1e293b,#0f172a);border-color:var(--border)}[data-theme=dark] .list-card:hover{border-color:#475569}.list-grid{display:grid;gap:14px}.list-card{text-align:left;background:linear-gradient(135deg,#fafbfc,#f8fafc);border:1px solid var(--border);border-radius:var(--radius-lg);padding:18px;transition:border-color .2s,box-shadow .2s}.list-card:hover{border-color:#cbd5e1}.list-card.selected{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-soft)}.list-card-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.list-card-meta{color:var(--color-text-muted);margin-top:6px}.list-card-actions{margin-top:12px;display:flex;gap:16px;flex-wrap:wrap}.details-card{margin-top:24px}.details-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.details-grid div{display:flex;flex-direction:column;gap:6px}.section-title-row{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;flex-wrap:wrap}.section-title-row h3{margin:0;font-size:1.1rem;font-weight:600}.empty-state{padding:24px;border-radius:var(--radius-lg);background:linear-gradient(135deg,#f8fafc,#f1f5f9);color:var(--color-text-muted);text-align:center}.empty-state p{margin:8px 0 0}[data-theme=dark] .empty-state{background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid var(--border);color:var(--color-text-muted)}[data-theme=dark] .empty-state strong{color:var(--color-text)}.checkbox-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px}.checkbox-chip{display:flex;gap:10px;align-items:center;border:1px solid var(--border);background:#f8fafc;border-radius:999px;padding:10px 14px}[data-theme=dark] .checkbox-chip{border-color:var(--border);background:#0f172a}.summary-box{background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe;color:#1d4ed8;padding:18px;border-radius:var(--radius-lg);font-weight:500}[data-theme=dark] .summary-box{background:linear-gradient(135deg,#1e3a5f,#1e293b);border-color:var(--border);color:var(--color-text)}[data-theme=dark] .summary-box strong{color:var(--color-primary)}.pill{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;font-size:.75rem;font-weight:600}.pill{background:#e2e8f0;color:var(--color-text)}.pill.green{background:#d1fae5;color:#065f46}.pill.red{background:#fee2e2;color:#991b1b}.pill.blue{background:#dbeafe;color:#1d4ed8}.pill.violet{background:#eff6ff;color:#1d4ed8}.todo-list-section{padding:16px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:var(--radius-lg);border:1px solid var(--border)}.todo-list-simple{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px}.todo-list-simple li{margin:0}.todo-list-item-simple{display:block;width:100%;text-align:left;padding:10px 14px;border:none;background:var(--color-surface);border-radius:var(--radius-md);cursor:pointer;color:var(--color-text);font-size:.9375rem;border:1px solid var(--border);transition:border-color .2s,box-shadow .2s}.todo-list-item-simple:hover{border-color:var(--color-primary);box-shadow:0 0 0 2px var(--color-primary-soft)}.simple-table-wrap{overflow:auto;-webkit-overflow-scrolling:touch}table{width:100%;border-collapse:collapse;min-width:500px}th,td{text-align:left;padding:14px 12px;border-bottom:1px solid #f1f5f9;vertical-align:middle}th{font-weight:600;color:var(--color-text-muted);font-size:.8125rem;text-transform:uppercase;letter-spacing:.04em}tr:hover td{background:#1672f308}.table-actions{display:flex;gap:12px;justify-content:flex-end;flex-wrap:nowrap;white-space:nowrap}.language-modal-list{display:flex;flex-direction:column;gap:8px}.language-modal-flag{flex:0 0 auto;line-height:1}.language-modal-flag svg{display:block}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#1e1b4b80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:20px;z-index:9999;overflow-y:auto}[data-theme=dark] .modal-backdrop{background:#000000a6}.modal{width:min(640px,100%);max-height:calc(100vh - 40px);overflow:auto;background:var(--color-surface);border-radius:var(--radius-xl);padding:28px;position:relative;z-index:10000;box-shadow:var(--shadow-lg)}[data-theme=dark] .modal{background:var(--color-surface);border:1px solid var(--border)}.row.gap{display:flex;gap:12px;justify-content:flex-end;margin-top:20px;flex-wrap:wrap}.large-modal{width:min(760px,100%)}.settings-card{max-width:880px}.help-page-section-card{padding:0;overflow:hidden}.help-page-section-trigger{display:flex;width:100%;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;margin:0;border:none;background:transparent;color:inherit;font:inherit;font-size:1.05rem;font-weight:650;text-align:left;cursor:pointer;border-radius:var(--radius-lg) var(--radius-lg) 0 0}.help-page-section-trigger:hover{background:#0000000a}[data-theme=dark] .help-page-section-trigger:hover{background:#ffffff0f}.help-page-section-trigger-label{flex:1;min-width:0}.help-page-chevron{flex-shrink:0;opacity:.65;transition:transform .2s ease}.help-page-chevron--open{transform:rotate(180deg)}.help-page-accordion-entries{list-style:none;margin:0;padding:0 0 8px;border-top:1px solid rgba(0,0,0,.08)}[data-theme=dark] .help-page-accordion-entries{border-top-color:#ffffff1a}.help-page-accordion-entry{border-bottom:1px solid rgba(0,0,0,.06)}[data-theme=dark] .help-page-accordion-entry{border-bottom-color:#ffffff14}.help-page-accordion-entry:last-child{border-bottom:none}.help-page-entry-trigger{display:flex;width:100%;align-items:center;justify-content:space-between;gap:10px;padding:12px 18px;margin:0;border:none;background:transparent;color:inherit;font:inherit;font-weight:600;text-align:left;cursor:pointer}.help-page-entry-trigger:hover{background:#00000008}[data-theme=dark] .help-page-entry-trigger:hover{background:#ffffff0d}.help-page-entry-trigger .help-page-chevron{width:18px;height:18px}.help-page-entry-body{margin:0;padding:0 18px 14px;line-height:1.55;font-weight:400}.toast-container{position:fixed;bottom:24px;right:24px;z-index:var(--z-toast);display:flex;flex-direction:column;gap:12px;max-width:min(420px,calc(100vw - 48px))}.toast{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid rgba(0,0,0,.06);animation:toast-in .25s ease-out}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.toast-success{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-color:#05966933;color:#065f46}.toast-error{background:linear-gradient(135deg,#fef2f2,#fee2e2);border-color:#dc262633;color:#991b1b}.toast-info{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#2563eb33;color:#1e3a8a}.toast-message{flex:1;font-weight:500;font-size:.9375rem}.toast-dismiss{flex-shrink:0;padding:8px 16px;font-size:.875rem;font-weight:600;border-radius:var(--radius-md);background:#00000014;color:inherit}.toast-dismiss:hover{background:#0000001f}.toast-success .toast-dismiss{background:#05966933}.toast-success .toast-dismiss:hover{background:#0596694d}.toast-error .toast-dismiss{background:#dc262626}.toast-error .toast-dismiss:hover{background:#dc262640}.toast-info .toast-dismiss{background:#2563eb26}.toast-info .toast-dismiss:hover{background:#2563eb40}@media(max-width:1024px){.form-grid,.details-grid{grid-template-columns:1fr}}@media(max-width:1024px){.inline-form,.billing-row{grid-template-columns:1fr 1fr}.inline-form .slim-btn,.billing-row .slim-btn{grid-column:1 / -1}.billing-row--open-bill{grid-template-columns:minmax(0,1fr) 72px 116px}.billing-open-bill-actions{width:100%}.billing-open-bill-actions select{flex:1 1 100%}.modal{padding:20px}}@media(max-width:480px){.card{padding:18px}th,td{padding:10px 8px;font-size:.875rem}}.tenancy-detail-side-panel.booking-side-panel{max-width:440px;width:min(440px,100vw);margin-left:auto;margin-right:0;border-radius:0;height:100%;max-height:100vh;align-self:stretch}.tenancy-detail-body.booking-side-panel-body{padding-top:0}.tenancy-detail-dl{margin:0;display:flex;flex-direction:column;gap:14px}.tenancy-detail-row{display:grid;grid-template-columns:minmax(0,140px) 1fr;gap:12px;align-items:start}.tenancy-detail-label{margin:0;font-size:.8125rem;color:var(--color-text-muted, #64748b);font-weight:500}.tenancy-detail-value{margin:0;font-size:.9375rem;word-break:break-word}tr.tenancy-row-clickable{cursor:pointer}tr.tenancy-row-clickable:hover{background:#6366f10f}tr.tenancy-row-clickable:focus-visible{outline:2px solid var(--color-primary, #6366f1);outline-offset:-2px}.account-table-actions{display:flex;align-items:center;gap:18px;color:#0878f7;font-weight:700;white-space:nowrap}.account-table-actions button,.account-table-actions a{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;padding:0;color:inherit;display:inline-flex;align-items:center;gap:8px;cursor:pointer;font:inherit;text-decoration:none;line-height:1.2;box-shadow:none}.account-table-actions button:disabled,.account-table-actions a[aria-disabled=true]{opacity:.45;cursor:not-allowed}.account-table-actions .account-table-action-danger{color:#ef4444}.account-table-actions svg{flex:0 0 16px}.calendar-header-filters{display:flex;align-items:center;gap:10px;flex-wrap:wrap;min-width:0}.calendar-header-filter-label{font-weight:600;font-size:.8rem;white-space:nowrap}.calendar-header-filters .calendar-header-filter-field{margin:0}.calendar-header-filters .calendar-filter-select select{width:auto;min-width:132px;max-width:200px}.calendar-header-mode-group{display:inline-flex;align-items:center;gap:2px;padding:2px;border-radius:var(--radius-lg);background:#0f172a0a}[data-theme=dark] .calendar-header-mode-group{background:#ffffff0f}.calendar-header-mode-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:36px;padding:0;border:none;border-radius:var(--radius-md);background:transparent;color:var(--color-text-muted);cursor:pointer;transition:color .15s ease,background .15s ease,box-shadow .15s ease}.calendar-header-mode-btn:hover{color:var(--color-text);background:#0f172a0f}[data-theme=dark] .calendar-header-mode-btn:hover{background:#ffffff14}.calendar-header-mode-btn.active{color:var(--color-primary);background:#1672f31f;box-shadow:inset 0 0 0 1px #1672f359}[data-theme=dark] .calendar-header-mode-btn.active{background:#60a5fa24;box-shadow:inset 0 0 0 1px #60a5fa66}.calendar-header-date-nav{display:flex;align-items:center;justify-content:center;gap:10px;min-width:0}.calendar-header-chevron{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:var(--radius-md);background:transparent;color:var(--color-text-muted);cursor:pointer;transition:color .15s ease,background .15s ease}.calendar-header-chevron:hover{color:var(--color-text);background:#0f172a0f}[data-theme=dark] .calendar-header-chevron:hover{background:#ffffff0f}.calendar-header-title{margin:0;font-size:1.05rem;font-weight:600;color:var(--color-text);white-space:nowrap;text-align:center;overflow:hidden;text-overflow:ellipsis}.calendar-header-date-nav--arrows-in-rail .calendar-header-chevron{display:none!important}@media(max-width:1749px){.calendar-header-date-nav{position:relative;gap:4px}.calendar-header-title{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}}.calendar-view-dropdown-wrap{position:relative}.calendar-header-mobile-nav-row{display:inline-grid;grid-template-columns:auto auto;align-items:center;column-gap:10px;min-width:0}.calendar-header-mobile-nav-center{display:inline-flex;align-items:center;justify-content:center}.calendar-header-mobile-nav-right{display:inline-flex;align-items:center;justify-content:flex-end;min-width:0}.calendar-header-mobile-nav-row .calendar-rail-date-nav-arrows{flex-direction:row;align-items:center;gap:2px}.calendar-header-mobile-nav-row .calendar-rail-date-nav-chevron{width:32px!important;height:32px!important}.calendar-view-dropdown-trigger{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;border:1px solid var(--color-border, #e2e8f0);background:var(--color-surface-elevated, #f1f5f9);color:var(--color-text);font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease}.calendar-view-dropdown-trigger:hover{background:#0f172a0a}[data-theme=dark] .calendar-view-dropdown-trigger{background:#ffffff0f;border-color:var(--border)}[data-theme=dark] .calendar-view-dropdown-trigger:hover{background:#ffffff1a}.calendar-view-dropdown-caret{opacity:.55;flex-shrink:0}.calendar-view-dropdown-panel{position:absolute;top:calc(100% + 6px);right:0;left:auto;min-width:min(200px,calc(100vw - 24px));max-width:min(280px,calc(100vw - 24px));width:max-content;box-sizing:border-box;padding:6px;background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--color-border, #e2e8f0);z-index:1001}.calendar-view-dropdown-item{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:10px 12px;border:none;border-radius:var(--radius-md);background:transparent;font-size:.9375rem;font-weight:500;color:var(--color-text);cursor:pointer;text-align:left;transition:background .12s ease}.calendar-view-dropdown-item:hover{background:#0f172a0f}[data-theme=dark] .calendar-view-dropdown-item:hover{background:#ffffff0f}.calendar-view-dropdown-kbd{font-size:.75rem;font-weight:700;letter-spacing:.06em;color:var(--color-text-muted);min-width:1.25rem;text-align:center}@media(min-width:1025px){.calendar-header-filters--rich{align-items:center;gap:14px}.calendar-filter-rich-field{display:inline-flex;align-items:center;gap:10px;margin:0;min-width:0}.calendar-header-filters--rich .calendar-header-filter-label{font-size:.8125rem;font-weight:600;color:var(--color-text)}.calendar-filter-dropdown-wrap{position:relative;flex-shrink:1;min-width:0}.calendar-filter-dropdown-trigger{display:inline-flex;align-items:center;justify-content:space-between;gap:8px;min-width:148px;max-width:min(240px,28vw);padding:8px 12px;border-radius:10px;border:1px solid rgba(22,114,243,.42);background:var(--color-surface, #fff);color:var(--color-text);font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease;box-shadow:0 1px 2px #0f172a0f}.calendar-filter-dropdown-trigger:hover{background:#1672f30f;border-color:#1672f394}[data-theme=dark] .calendar-filter-dropdown-trigger{background:#0f172a8c;border-color:#60a5fa73;box-shadow:0 1px 3px #00000059}[data-theme=dark] .calendar-filter-dropdown-trigger:hover{background:#60a5fa1a}.calendar-filter-dropdown-trigger-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;text-align:left}.calendar-filter-dropdown-panel{position:absolute;top:calc(100% + 6px);right:0;left:auto;z-index:1002;min-width:min(280px,calc(100vw - 24px));max-width:min(340px,calc(100vw - 24px));width:max-content;box-sizing:border-box;padding:6px;background:var(--color-surface);border-radius:12px;box-shadow:0 12px 40px #0f172a24,0 0 0 1px #0f172a0f;border:1px solid var(--border, #e2e8f0)}[data-theme=dark] .calendar-filter-dropdown-panel{box-shadow:0 12px 40px #00000073,0 0 0 1px #ffffff14}.calendar-filter-dropdown-search-wrap{display:flex;align-items:center;gap:6px;margin-bottom:4px;padding:4px 8px;min-height:0;border-radius:8px;background:#0f172a0e;border:1px solid rgba(15,23,42,.08)}[data-theme=dark] .calendar-filter-dropdown-search-wrap{background:#ffffff0f;border-color:#ffffff1a}.calendar-filter-dropdown-search-wrap .calendar-filter-dropdown-search-svg{flex-shrink:0;width:14px;height:14px;opacity:.45;color:var(--color-text-muted)}.calendar-filter-dropdown-search{flex:1;min-width:0;border:none;background:transparent;font-size:.8125rem;font-weight:500;line-height:1.25;padding:2px 0;color:var(--color-text);outline:none}.calendar-filter-dropdown-search:focus,.calendar-filter-dropdown-search:focus-visible{outline:none;border-color:transparent;box-shadow:none}.calendar-filter-dropdown-search::placeholder{color:var(--color-text-muted);font-weight:400;font-size:.8rem}.calendar-filter-dropdown-scroll{max-height:min(280px,45vh);overflow-y:auto;padding:2px 0;margin:0 -2px}.calendar-filter-dropdown-empty{padding:12px 10px;font-size:.875rem;text-align:center}.calendar-filter-dropdown-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px;border:none;border-radius:10px;background:transparent;font-size:.875rem;font-weight:500;color:var(--color-text);cursor:pointer;text-align:left;transition:background .12s ease}.calendar-filter-dropdown-item:hover{background:#0f172a0f}[data-theme=dark] .calendar-filter-dropdown-item:hover{background:#ffffff14}.calendar-filter-dropdown-item-icon{flex-shrink:0;display:inline-flex;width:22px;justify-content:center;color:var(--color-text-muted)}.calendar-filter-dropdown-icon--accent{color:var(--color-primary, #1672f3)}.calendar-filter-dropdown-item-label{flex:1;min-width:0}.calendar-filter-dropdown-check{flex-shrink:0;opacity:.95}.calendar-filter-dropdown-check-spacer{width:18px;flex-shrink:0}.calendar-filter-dropdown-item--selected{background:var(--color-primary, #1672f3)!important;color:#fff!important}.calendar-filter-dropdown-item--selected .calendar-filter-dropdown-item-icon,.calendar-filter-dropdown-item--selected .calendar-filter-dropdown-icon,.calendar-filter-dropdown-item--selected .calendar-filter-dropdown-check{color:#fff}.app-header-calendar-right .calendar-filter-dropdown-wrap{flex-shrink:1;min-width:0}.app-header-calendar-right .calendar-filter-dropdown-trigger{max-width:min(240px,26vw)}}.fc .fc-header-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;column-gap:14px}.fc .fc-header-toolbar .fc-toolbar-chunk:first-child{justify-self:start}.fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(2){justify-self:center;position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:260px;padding:0 64px}.fc .fc-header-toolbar .fc-toolbar-chunk:last-child{justify-self:end}.fc .fc-toolbar-title{font-size:1.1rem;font-weight:600}.fc .fc-header-toolbar .fc-toolbar-title{margin:0;white-space:nowrap;text-align:center}.fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(2) .fc-prev-button{position:absolute;left:0;top:50%;transform:translateY(-50%)}.fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(2) .fc-next-button{position:absolute;right:0;top:50%;transform:translateY(-50%)}.fc .fc-button{background:var(--color-primary)!important;border:none!important}.fc .fc-button-primary{transition:background-color .18s ease,filter .18s ease,transform .16s ease,box-shadow .16s ease}.fc .fc-button-primary.fc-button-active,.fc .fc-day-button.fc-button-active,.fc .fc-timeGridWeek-button.fc-button-active,.fc .fc-dayGridMonth-button.fc-button-active,.fc .fc-modeBookings-button.fc-button-active,.fc .fc-modeAvailability-button.fc-button-active,.fc .fc-modeSpaces-button.fc-button-active{background-color:#4f61d5!important;filter:brightness(.96) saturate(1.04)}.fc .fc-button-primary.fc-button-active{box-shadow:inset 0 0 0 1px #ffffff2e,0 4px 12px #0f172a3d}[data-theme=dark] .fc .fc-button-primary.fc-button-active,[data-theme=dark] .fc .fc-day-button.fc-button-active,[data-theme=dark] .fc .fc-timeGridWeek-button.fc-button-active,[data-theme=dark] .fc .fc-dayGridMonth-button.fc-button-active,[data-theme=dark] .fc .fc-modeBookings-button.fc-button-active,[data-theme=dark] .fc .fc-modeAvailability-button.fc-button-active,[data-theme=dark] .fc .fc-modeSpaces-button.fc-button-active{background-color:#4a5dc8!important}.fc .fc-todo-button{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;min-width:30px;padding:0!important;margin-left:-11px;margin-right:7px;background:transparent!important;border:none!important;box-shadow:none!important;color:var(--color-text-muted);border-radius:999px;transition:background-color .16s ease,color .16s ease;overflow:visible}.fc .fc-todo-button:hover,.fc .fc-todo-button:active,.fc .fc-todo-button:focus{background:#0f172a14!important;border:none!important;box-shadow:none!important;color:var(--color-text)}[data-theme=dark] .fc .fc-todo-button{background:transparent!important}[data-theme=dark] .fc .fc-todo-button:hover,[data-theme=dark] .fc .fc-todo-button:active,[data-theme=dark] .fc .fc-todo-button:focus{background:#ffffff14!important}.fc .fc-todo-button:focus-visible{outline:2px solid var(--color-primary-soft);outline-offset:2px;border-radius:8px}.fc .calendar-todo-toolbar-icon{display:block;width:18px;height:18px}.fc-day-header-month-label{font-size:.75rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-secondary, #70757a)}.fc-day-header-stack{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;line-height:1.1;padding:6px 2px;width:100%;min-width:0;max-width:100%;box-sizing:border-box;cursor:pointer}.calendar-fc-shell .fc-timegrid .fc-day-header-stack[class*=fc-day-header-stack--tone-]{min-height:64px;padding:10px 8px 12px;border-radius:14px 14px 0 0;border:1px solid rgba(203,213,225,.72);box-shadow:inset 0 -1px #94a3b814}.calendar-fc-shell .fc-timegrid .fc-day-header-stack--tone-0{background:linear-gradient(180deg,#eaf3ff,#f7fbff);border-color:#d7e6fb}.calendar-fc-shell .fc-timegrid .fc-day-header-stack--tone-1{background:linear-gradient(180deg,#ecf8f6,#f8fcfb);border-color:#d5eee7}.calendar-fc-shell .fc-timegrid .fc-day-header-stack--tone-2{background:linear-gradient(180deg,#fbf5e9,#fffaf2);border-color:#eee1bf}.calendar-fc-shell .fc-timegrid .fc-day-header-stack--tone-3{background:linear-gradient(180deg,#f2eefc,#faf8ff);border-color:#e1d8f9}.calendar-fc-shell .fc-timegrid .fc-day-header-stack--tone-4{background:linear-gradient(180deg,#fceff5,#fff8fb);border-color:#f3d8e6}.calendar-fc-shell .fc-timegrid .fc-day-header-stack--tone-5{background:linear-gradient(180deg,#fcf3ec,#fffbf7);border-color:#f3decb}.calendar-fc-shell .fc-timegrid .fc-day-header-stack--tone-6{background:linear-gradient(180deg,#eff7ed,#fbfef9);border-color:#dcecd4}.calendar-fc-shell .fc-day-header-stack{justify-content:flex-start;padding:4px 2px 6px;gap:3px}.calendar-fc-shell .fc-day-header-dow{font-size:.78rem;font-weight:600;margin-top:0}.calendar-fc-shell .fc-day-header-dom{font-size:1.2rem;width:30px;height:30px}.fc-day-header-stack:focus-visible{outline:2px solid var(--color-primary, #1a73e8);outline-offset:2px;border-radius:4px}.fc-day-header-dow{font-size:.7rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-secondary, #70757a)}.fc-day-header-dom{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;font-size:1.1rem;font-weight:400;color:var(--color-text, #3c4043);transition:background-color .16s ease,color .16s ease,box-shadow .16s ease}.calendar-fc-shell .fc-timegrid .fc-day-header-stack[class*=fc-day-header-stack--tone-] .fc-day-header-dom:not(.fc-day-header-dom--today){background:#ffffffad;box-shadow:inset 0 0 0 1px #94a3b82e}@media(hover:hover)and (pointer:fine){.fc-day-header-stack:hover .fc-day-header-dom:not(.fc-day-header-dom--today){background:#1672f329;color:var(--color-primary);box-shadow:0 0 0 1px #1672f329}}.fc-day-header-stack:focus-visible .fc-day-header-dom:not(.fc-day-header-dom--today){background:#1672f329;color:var(--color-primary);box-shadow:0 0 0 2px #1672f33d}.fc-day-header-dom--today{background:var(--color-primary, #1a73e8)!important;color:#fff!important;font-weight:700}.calendar-header-holiday-pill{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:fit-content;max-width:100%;min-width:0;margin-left:auto;margin-right:auto;padding:1px 8px;min-height:18px;border-radius:999px;font-size:.65rem;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#111827;background:#1672f329;border:1px solid rgba(22,114,243,.3)}.calendar-day-header-text--tone-0,.calendar-header-holiday-pill--tone-0{color:#1d4ed8}.calendar-day-header-text--tone-1,.calendar-header-holiday-pill--tone-1{color:#0f766e}.calendar-day-header-text--tone-2,.calendar-header-holiday-pill--tone-2{color:#a16207}.calendar-day-header-text--tone-3,.calendar-header-holiday-pill--tone-3{color:#6d28d9}.calendar-day-header-text--tone-4,.calendar-header-holiday-pill--tone-4{color:#be185d}.calendar-day-header-text--tone-5,.calendar-header-holiday-pill--tone-5{color:#c2410c}.calendar-day-header-text--tone-6,.calendar-header-holiday-pill--tone-6{color:#3f6212}.calendar-header-holiday-pill--tone-0{background:#3b82f624;border-color:#3b82f647}.calendar-header-holiday-pill--tone-1{background:#14b8a624;border-color:#14b8a64d}.calendar-header-holiday-pill--tone-2{background:#f59e0b24;border-color:#f59e0b4d}.calendar-header-holiday-pill--tone-3{background:#8b5cf624;border-color:#8b5cf647}.calendar-header-holiday-pill--tone-4{background:#ec489924;border-color:#ec489947}.calendar-header-holiday-pill--tone-5{background:#f9731624;border-color:#f9731647}.calendar-header-holiday-pill--tone-6{background:#84cc1624;border-color:#84cc1647}.calendar-header-holiday-pill--empty{visibility:hidden;border-color:transparent;background:transparent}[data-theme=dark] .fc-day-header-stack:hover .fc-day-header-dom:not(.fc-day-header-dom--today),[data-theme=dark] .fc-day-header-stack:focus-visible .fc-day-header-dom:not(.fc-day-header-dom--today){background:#60a5fa38;color:#e2e8f0;box-shadow:0 0 0 1px #60a5fa2e}[data-theme=dark] .calendar-header-holiday-pill{color:#fff;background:#60a5fa3d;border-color:#60a5fa6b}[data-theme=dark] .calendar-fc-shell .fc-timegrid .fc-day-header-stack[class*=fc-day-header-stack--tone-]{border-color:#475569c2;box-shadow:inset 0 -1px #0f172a3d}[data-theme=dark] .calendar-fc-shell .fc-timegrid .fc-day-header-stack[class*=fc-day-header-stack--tone-] .fc-day-header-dom:not(.fc-day-header-dom--today){background:#0f172a57;box-shadow:inset 0 0 0 1px #94a3b829}[data-theme=dark] .calendar-fc-shell .fc-timegrid .fc-day-header-stack--tone-0{background:linear-gradient(180deg,#1d4ed82e,#0f172ad9)}[data-theme=dark] .calendar-fc-shell .fc-timegrid .fc-day-header-stack--tone-1{background:linear-gradient(180deg,#0d94882e,#0f172ad9)}[data-theme=dark] .calendar-fc-shell .fc-timegrid .fc-day-header-stack--tone-2{background:linear-gradient(180deg,#ca8a042e,#0f172ad9)}[data-theme=dark] .calendar-fc-shell .fc-timegrid .fc-day-header-stack--tone-3{background:linear-gradient(180deg,#6d28d92e,#0f172ad9)}[data-theme=dark] .calendar-fc-shell .fc-timegrid .fc-day-header-stack--tone-4{background:linear-gradient(180deg,#be185d2e,#0f172ad9)}[data-theme=dark] .calendar-fc-shell .fc-timegrid .fc-day-header-stack--tone-5{background:linear-gradient(180deg,#c2410c2e,#0f172ad9)}[data-theme=dark] .calendar-fc-shell .fc-timegrid .fc-day-header-stack--tone-6{background:linear-gradient(180deg,#3f62122e,#0f172ad9)}.login-wrap{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;gap:0}.login-bg{background:radial-gradient(ellipse at top,#dbeafe,#f9f8f5,#fdfdfc)}.login{width:100%;max-width:348px;display:flex;flex-direction:column;gap:20px}.polished-login{padding:34px 22px 38px}.polished-login input:not([type=hidden]){padding-top:14px;padding-bottom:14px;min-height:48px;box-sizing:border-box}.login-brand-above{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:22px}.login-note{color:var(--color-text-muted);font-size:.875rem;text-align:center}.login-modern-header{display:flex;align-items:flex-start;justify-content:flex-end;gap:12px}.login-modern-logo-mark{width:clamp(170px,38vw,230px);aspect-ratio:889 / 292;height:auto;display:inline-flex;align-items:center;justify-content:center;background:transparent;overflow:visible}.login-modern-logo-mark img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;mix-blend-mode:normal;transform:none}.login-lang-switch{margin-top:0;flex-shrink:0}.login-password-wrap{position:relative;width:100%;display:flex;align-items:stretch}.login-password-wrap input{padding-right:48px;box-sizing:border-box}.login-password-toggle{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:40px;height:40px;padding:0;margin:0;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:transparent;color:var(--color-text-muted);border:none;box-shadow:none}.login-password-toggle:hover{background:#1672f31f;color:var(--color-primary);box-shadow:none;transform:translateY(-50%) scale(1.02)}.login-password-toggle:active{transform:translateY(-50%) scale(.98)}[data-theme=dark] .login-password-toggle:hover{background:#60a5fa2e}.login-modern-title{margin:0;font-size:2rem;letter-spacing:-.02em}.login-modern-label{color:var(--color-text);font-weight:600;font-size:.95rem;margin-bottom:-8px}.login-primary-btn{margin-top:2px}.login-forgot-open{width:fit-content;align-self:flex-end;font-size:.82rem;color:var(--color-text-muted);background:transparent;padding:0}.login-forgot-open:hover{box-shadow:none;text-decoration:underline}.login-lang-switch{display:inline-flex;gap:4px;border:1px solid var(--border);border-radius:999px;padding:3px}.login-lang-btn{background:transparent;color:var(--color-text-muted);border-radius:999px;padding:5px 10px;font-size:.74rem;font-weight:700;letter-spacing:.04em}.login-lang-btn.active{background:var(--color-primary-soft);color:var(--color-primary)}.login-lang-btn:hover{box-shadow:none}.login-language-dropdown{position:relative;z-index:20;margin-left:auto;flex-shrink:0}.login-language-trigger{min-width:112px;height:38px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid rgba(203,213,225,.95);border-radius:16px;background:#ffffffd6;color:#1f2937;font-size:.92rem;font-weight:700;letter-spacing:.01em;box-shadow:0 4px 12px #0f172a0a,inset 0 1px #ffffffb8;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease,background .16s ease}.login-language-trigger:hover,.login-language-trigger[aria-expanded=true]{background:#fffffff5;border-color:#94a3b8f2;box-shadow:0 8px 20px #1672f31c,inset 0 1px #ffffffd1}.login-language-trigger:active{transform:translateY(1px)}.login-language-globe,.login-language-chevron{display:inline-flex;align-items:center;justify-content:center;color:#4b5563;line-height:1}.login-language-current{min-width:22px;text-align:center}.login-language-menu{position:absolute;top:calc(100% + 8px);right:0;width:132px;padding:12px 0;display:flex;flex-direction:column;gap:2px;border:1px solid rgba(226,232,240,.94);border-radius:14px;background:#fffffffa;box-shadow:0 18px 34px #0f172a2e,0 6px 14px #0f172a14;overflow:hidden}.login-language-option{width:100%;min-height:39px;padding:0 16px;display:flex;align-items:center;gap:12px;border:none;border-radius:0;background:transparent;color:#1f2937;font-size:.96rem;font-weight:700;letter-spacing:.01em;box-shadow:none;text-align:left}.login-language-option:hover,.login-language-option.active:hover{background:#eff6ffeb;box-shadow:none}.login-language-option.active{color:#1f2937;background:transparent}.login-language-flag{width:24px;height:18px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;overflow:hidden;border-radius:999px;border:1px solid rgba(203,213,225,.9);box-shadow:0 1px 2px #0f172a14;background:#fff}.login-language-flag svg{width:100%;height:100%;display:block}.login-language-option-label{line-height:1}[data-theme=dark] .login-language-trigger{border-color:#60a5fa3d;background:#0f172adb;color:#e5edff;box-shadow:0 4px 12px #02061733,inset 0 1px #ffffff0d}[data-theme=dark] .login-language-trigger:hover,[data-theme=dark] .login-language-trigger[aria-expanded=true]{background:#0f172af5;border-color:#60a5fa6b}[data-theme=dark] .login-language-globe,[data-theme=dark] .login-language-chevron{color:#bfdbfe}[data-theme=dark] .login-language-menu{border-color:#60a5fa2e;background:#0f172afa;box-shadow:0 20px 42px #0206178f,0 6px 14px #02061757}[data-theme=dark] .login-language-option,[data-theme=dark] .login-language-option.active{color:#e5edff}[data-theme=dark] .login-language-option:hover,[data-theme=dark] .login-language-option.active:hover{background:#2563eb2e}.login-social-separator{display:flex;align-items:center;color:var(--color-text-muted);font-size:.9rem;gap:10px;margin-top:4px}.login-social-separator:before,.login-social-separator:after{content:"";height:1px;flex:1;background:#94a3b859}.login-signup-row{display:flex;justify-content:center;align-items:center;gap:6px;font-size:1rem;margin-top:6px}.login-register-link{font-weight:700;transition:color .16s ease,text-decoration-color .16s ease}.login-register-link:hover,.login-register-link:focus-visible,.login-register-link:active{background:transparent;box-shadow:none;transform:none}.login-forgot-form{display:flex;flex-direction:column;gap:12px}@media(max-width:1024px){.login-wrap{min-height:100dvh;height:100dvh;overflow:hidden;padding:max(12px,env(safe-area-inset-top,0px)) 14px max(12px,env(safe-area-inset-bottom,0px));justify-content:center}.login{max-width:100%;gap:clamp(11px,1.8dvh,16px)}.polished-login--modern,.polished-login{max-height:calc(100dvh - 28px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px));overflow:hidden;padding:clamp(18px,3dvh,24px) 18px clamp(20px,3.2dvh,26px);gap:clamp(11px,1.7dvh,15px);border-radius:24px}.auth-card-topbar{align-items:center;gap:12px}.login-language-trigger{min-width:104px;height:36px;padding:0 12px;border-radius:15px;font-size:.86rem}.login-language-menu{width:126px;top:calc(100% + 7px)}.login-brand-inline .login-modern-logo-mark{width:clamp(128px,42vw,170px)}.login-modern-label{font-size:.88rem;margin-bottom:-4px}.polished-login input:not([type=hidden]){min-height:clamp(42px,5.8dvh,48px);padding-top:11px;padding-bottom:11px;font-size:.95rem}.login-password-toggle{width:38px;height:38px}.login-forgot-open{font-size:.8rem}.login-primary-btn,.login-social-btn{min-height:clamp(42px,5.8dvh,48px);padding-top:10px;padding-bottom:10px;font-size:.94rem}.login-social-separator{margin-top:0;font-size:.82rem;gap:9px}.login-signup-row{margin-top:0;font-size:.92rem}}@media(max-width:380px),(max-height:680px){.polished-login--modern,.polished-login{gap:9px;padding:14px 14px 16px}.login-brand-inline .login-modern-logo-mark{width:clamp(118px,38vw,148px)}.login-lang-btn{padding:4px 8px;font-size:.68rem}.login-language-trigger{min-width:96px;height:34px;padding:0 10px;gap:8px;border-radius:14px;font-size:.82rem}.login-language-menu{width:122px;padding:10px 0}.login-language-option{min-height:36px;padding:0 14px;gap:10px;font-size:.9rem}.login-language-flag{width:22px;height:16px}.login-modern-label{font-size:.82rem}.polished-login input:not([type=hidden]),.login-primary-btn,.login-social-btn{min-height:40px}}.login-page-wrap{min-height:100dvh;height:auto;overflow-y:auto;justify-content:center;padding:40px 24px;background:radial-gradient(circle at 50% 26%,#fffffff5,#ffffff94 27%,#fff0 52%),linear-gradient(180deg,#f3f8ff,#f7fbff 48%,#f4f9ff)}.login-page-content{width:min(100%,512px);display:flex;flex-direction:column;align-items:stretch}.login-page-logo{display:flex;justify-content:center;margin-bottom:22px}.login-page-logo .login-modern-logo-mark{width:clamp(214px,21vw,264px)}.login-page-language-row{width:100%;min-height:42px;display:flex;align-items:center;justify-content:flex-end;margin-bottom:20px}.login-page-language-row .login-language-dropdown{margin-left:0}.login-page-language-row .login-language-trigger{min-width:112px;height:42px;border-radius:14px;border-color:#d8e2ee;background:#ffffffbd;box-shadow:0 4px 14px #3a587e0b}.login-page-language-row .login-language-trigger:hover,.login-page-language-row .login-language-trigger[aria-expanded=true]{background:#fffffff0;border-color:#c7d5e5;box-shadow:0 8px 20px #2e68b414}.login-page-form{max-width:none;gap:15px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.login-page-form .login-modern-label{margin:0 0 -6px;color:#172033;font-size:.92rem;font-weight:700}.login-input-wrap{position:relative;width:100%;display:flex;align-items:center}.login-input-wrap .login-field-icon{position:absolute;left:18px;top:50%;z-index:2;display:inline-flex;align-items:center;justify-content:center;color:#5e6d83;pointer-events:none;transform:translateY(-50%)}.login-page-form .login-input-wrap input,.login-page-form .login-password-wrap input{width:100%;min-height:56px;padding:14px 54px 14px 52px;box-sizing:border-box;border:1px solid #d5dfeb;border-radius:14px;outline:none;background:#ffffffc7;color:#172033;font-size:1rem;box-shadow:0 2px 8px #2b496e06;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.login-page-form .login-input-wrap input::placeholder,.login-page-form .login-password-wrap input::placeholder{color:#8390a3;opacity:1}.login-page-form .login-input-wrap input:hover,.login-page-form .login-password-wrap input:hover{border-color:#c2d1e2;background:#ffffffe6}.login-page-form .login-input-wrap input:focus,.login-page-form .login-password-wrap input:focus{border-color:#8bb7f4;background:#fffffffa;box-shadow:0 0 0 4px #2563eb14}.login-page-form .login-password-toggle{right:8px;color:#52627a}.login-page-form .login-forgot-open{margin-top:-3px;color:#0e63e9;font-size:.86rem;font-weight:600}.login-page-form .login-primary-btn{width:100%;min-height:56px;margin-top:8px;border:0;border-radius:14px;background:linear-gradient(135deg,#176ff2,#1e5fe7);color:#fff;font-size:1rem;font-weight:700;box-shadow:0 7px 18px #1e5fe72b}.login-page-form .login-primary-btn:hover:not(:disabled){box-shadow:0 9px 22px #1e5fe738;transform:translateY(-1px)}.login-page-form .login-social-separator{margin:4px 0 0;color:#69778c;gap:14px}.login-page-form .login-social-separator:before,.login-page-form .login-social-separator:after{background:#d4deea}.login-page-form .login-social-btn{min-height:56px;padding:12px 18px;border:1px solid #d5dfeb;border-radius:14px;background:#ffffffb8;color:#172033;font-size:.96rem;font-weight:600;box-shadow:none}.login-page-form .login-social-btn:hover{border-color:#c2d1e2;background:#fffffff0;box-shadow:0 5px 16px #2b496e12}.login-page-form .login-signup-row{margin-top:8px;font-size:.96rem}.login-page-form .login-register-link{color:#0e63e9}@media(max-width:1024px){.login-page-wrap{min-height:100dvh;height:auto;overflow-y:auto;padding:max(26px,env(safe-area-inset-top,0px)) 18px max(26px,env(safe-area-inset-bottom,0px))}.login-page-content{width:min(100%,500px)}.login-page-logo{margin-bottom:18px}.login-page-logo .login-modern-logo-mark{width:clamp(190px,48vw,236px)}.login-page-language-row{min-height:40px;margin-bottom:18px}.login-page-form{gap:13px;max-height:none;overflow:visible}.login-page-form .login-input-wrap input,.login-page-form .login-password-wrap input,.login-page-form .login-primary-btn,.login-page-form .login-social-btn{min-height:52px}}@media(max-width:520px){.login-page-wrap{justify-content:flex-start;padding-left:16px;padding-right:16px}.login-page-content{margin:auto 0}.login-page-logo{margin-bottom:14px}.login-page-language-row{margin-bottom:16px}.login-page-language-row .login-language-trigger{min-width:104px;height:38px;border-radius:13px}.login-page-form .login-input-wrap input,.login-page-form .login-password-wrap input{min-height:50px;padding-left:48px;border-radius:13px}.login-page-form .login-field-icon{left:16px}.login-page-form .login-primary-btn,.login-page-form .login-social-btn{min-height:50px;border-radius:13px}.login-page-form .login-signup-row{flex-wrap:wrap;row-gap:2px;font-size:.9rem}}[data-theme=dark] .login-page-wrap{background:linear-gradient(180deg,#081326,#0b1830)}[data-theme=dark] .login-page-form .login-modern-label,[data-theme=dark] .login-page-form .login-social-btn{color:#e8efff}[data-theme=dark] .login-page-form .login-input-wrap input,[data-theme=dark] .login-page-form .login-password-wrap input,[data-theme=dark] .login-page-form .login-social-btn{border-color:#7d9bc647;background:#0b1935c2}.auth-flow-card{width:min(100%,420px);max-width:420px}.forgot-password-card{min-height:min(600px,88dvh);box-sizing:border-box;width:100%;max-width:348px}.forgot-password-request-body{display:flex;flex-direction:column;gap:20px;margin-top:clamp(36px,10vw,96px)}.auth-flow-card .secondary{width:100%}.auth-flow-heading{display:flex;flex-direction:column;gap:8px;margin-bottom:18px}.auth-flow-note{margin:0;text-align:left}.auth-flow-back-btn{width:100%}.auth-flow-success-state,.auth-flow-invalid-state{display:flex;flex-direction:column;gap:14px}.auth-flow-feedback{margin:0}.auth-flow-actions{display:flex;flex-direction:column;gap:10px}.auth-flow-mail-icon,.auth-flow-success-icon{width:112px;height:112px;border-radius:999px;margin:0 auto 4px;display:grid;place-items:center;color:var(--color-primary);background:#1672f314}.auth-flow-success-icon{color:#14b8a6;background:#14b8a61a}.auth-flow-success-icon--ring{width:150px;height:150px;background:transparent;border-radius:0;margin:6px auto 10px}.auth-flow-success-icon--ring svg{width:100%;height:100%}.auth-flow-heading--center{align-items:center;text-align:center}.auth-flow-heading--center .login-modern-title,.auth-flow-note--center{text-align:center}.auth-flow-min-hint{margin-top:-2px;color:var(--color-text-muted);font-size:.94rem;line-height:1.35}.auth-flow-email-pill{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:48px;padding:0 16px;border-radius:14px;background:#94a3b814;border:1px solid rgba(148,163,184,.22);color:var(--color-text);font-weight:600;box-sizing:border-box;text-align:center;word-break:break-word}.password-rule-list{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:6px;color:var(--color-text-muted);font-size:.92rem}.password-rule-list li{list-style:disc}.password-rule-list li.met{color:var(--color-success)}.login-brand-above--desktop{display:flex}.login-brand-inline{display:none;align-items:center;min-width:0}.login-brand-inline .login-modern-logo-mark{width:clamp(112px,26vw,148px)}.auth-card-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.auth-card-topbar .login-lang-switch,.auth-card-topbar .login-language-dropdown{margin-left:auto}.polished-login--modern{border-radius:30px;border:1px solid rgba(148,163,184,.18);background:linear-gradient(180deg,#fffffff0,#ffffffdb);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 28px 90px #0f172a1f,0 10px 28px #3b82f61f}[data-theme=dark] .polished-login--modern{background:linear-gradient(180deg,#081229f2,#0b1935e8);border-color:#60a5fa29;box-shadow:0 28px 90px #02061780,0 10px 30px #2563eb29}.signup-card--modern{gap:22px}.signup-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.signup-hero-copy{min-width:0}.signup-title{margin:6px 0 8px;font-size:clamp(2rem,4vw,2.6rem);line-height:1.02;letter-spacing:-.04em}.signup-subtitle{margin:0;max-width:36ch;line-height:1.6}.signup-package-pill{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;min-height:42px;padding:0 14px;border-radius:999px;background:#1672f31f;color:var(--color-primary);font-size:.84rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}[data-theme=dark] .signup-package-pill{background:#60a5fa29}.signup-info-card--modern{gap:14px;padding:18px 20px;border-radius:22px;border-color:#1672f329;background:linear-gradient(180deg,#dbeafe73,#ffffffb3)}[data-theme=dark] .signup-info-card--modern{background:linear-gradient(180deg,#1d4ed824,#0f172a5c);border-color:#60a5fa2e}.signup-info-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.signup-info-label{display:inline-block;font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted)}.signup-form-panel{display:grid;gap:16px;padding:18px;border-radius:24px;border:1px solid rgba(148,163,184,.18);background:#ffffff7a}[data-theme=dark] .signup-form-panel{border-color:#60a5fa1f;background:#ffffff08}.signup-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.signup-field-stack{display:flex;flex-direction:column;gap:8px}.signup-field-stack label{color:var(--color-text);font-size:.92rem;font-weight:600}.signup-field-stack input{min-height:54px;padding:14px 16px;border-radius:16px;background:#ffffffdb;border:1px solid rgba(148,163,184,.22)}.signup-field-stack input::placeholder{color:color-mix(in srgb,var(--color-text-muted) 80%,transparent)}[data-theme=dark] .signup-field-stack input{background:#ffffff0d;border-color:#ffffff14}.signup-submit-btn{min-height:54px;border-radius:18px;font-size:1rem;font-weight:700}.signup-actions-row{justify-content:flex-end;margin-top:-4px}.signup-back-btn{min-width:152px;border-radius:16px}@media(max-width:1024px){.login-wrap{padding:max(12px,env(safe-area-inset-top,0px)) 14px max(12px,env(safe-area-inset-bottom,0px))}.login-brand-above--desktop{display:none}.login-brand-inline{display:inline-flex}.polished-login--modern{padding:clamp(18px,3dvh,24px) 18px clamp(20px,3.2dvh,26px);border-radius:24px}.signup-hero{flex-direction:column;gap:12px}.signup-package-pill{align-self:flex-start}.signup-field-grid,.signup-name-grid{grid-template-columns:1fr}.signup-form-panel{padding:14px;border-radius:20px}}.booking-side-panel-backdrop{padding:0;align-items:stretch;justify-content:flex-end;overflow:hidden}.calendar-session-popup-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;pointer-events:none}.calendar-session-popup.modal.large-modal{position:fixed;width:min(560px,calc(100vw - 24px));max-width:min(560px,calc(100vw - 24px));max-height:calc(100vh - 24px);margin:0;border-radius:16px;padding:0;display:flex;flex-direction:column;overflow:hidden;pointer-events:auto;bottom:auto}.booking-side-panel.modal.large-modal{width:min(560px,100vw);max-width:min(560px,100vw);height:100vh;max-height:100vh;margin:0;border-radius:0;padding:0;display:flex;flex-direction:column;overflow:hidden}@supports (height: 100dvh){.booking-side-panel.modal.large-modal{height:100dvh;max-height:100dvh}}.booking-side-panel-header{padding:24px 28px 18px;border-bottom:1px solid var(--border);flex-shrink:0}.booking-side-panel-header .page-header{margin-bottom:0;flex-direction:row;justify-content:space-between;align-items:flex-start;flex-wrap:nowrap}.booking-side-panel-header .page-header>:first-child{flex:1;min-width:0}.booking-side-panel-header .header-actions{flex-shrink:0;width:auto;margin-left:12px}.booking-side-panel-close{min-width:40px;width:40px;height:40px;padding:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;line-height:1}.booking-side-panel-header--compact-booking{padding-top:16px;padding-bottom:14px}.booking-side-panel-header-toolbar{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;width:100%}.booking-side-panel-submit-check{min-width:40px;width:40px;height:40px;padding:0;border:none;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--color-primary);color:#fff;cursor:pointer;box-shadow:0 2px 8px #1672f359}.booking-side-panel-submit-check svg{width:18px;height:18px;display:block}.booking-side-panel-submit-check:hover:not(:disabled){background:var(--color-primary-hover)}.booking-side-panel-submit-check:disabled{opacity:.65;cursor:not-allowed}.booking-side-panel-header .header-actions .booking-side-panel-submit-check{margin-inline-end:10px}.booking-side-panel-submit-check-spinner{width:18px;height:18px;border-radius:50%;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;animation:booking-submit-check-spin .7s linear infinite}@keyframes booking-submit-check-spin{to{transform:rotate(360deg)}}.booking-side-panel-body{flex:1;overflow-y:auto;padding:24px 28px 18px}.booking-side-panel-body.form-grid{align-content:start;grid-auto-rows:max-content}.booking-side-panel-body .field{align-self:start}.booking-side-panel-body .form-row-layout{min-width:0}.calendar-booking-inline-toast{width:auto;max-width:none;margin:0 28px;box-shadow:none;border-radius:16px;padding:12px 14px}.calendar-booking-inline-toast-wrap{padding:0}.booking-side-panel-footer{margin-top:0!important;padding:18px 28px max(28px,calc(16px + env(safe-area-inset-bottom,0px)));border-top:1px solid var(--border);background:var(--color-surface);flex-shrink:0;align-items:center;justify-content:flex-end;position:sticky;bottom:0;z-index:3;box-shadow:0 -8px 24px #0f172a14}.booking-side-panel-footer button{width:auto;min-height:42px;align-self:center}[data-theme=dark] .booking-side-panel-header,[data-theme=dark] .booking-side-panel-footer{border-color:var(--border)}[data-theme=dark] .booking-side-panel-footer{box-shadow:0 -8px 28px #00000059}.booking-type-switcher{display:flex;gap:10px;background:#eaf8f4;border:1px solid #bfe7e1;border-radius:14px;padding:10px;margin-bottom:16px}[data-theme=dark] .booking-type-switcher{background:#0f766e2e;border-color:#5eead447}.booking-type-btn{--booking-type-accent: var(--color-text-muted, #64748b);--booking-type-bg: var(--color-surface, #ffffff);--booking-type-bg-active: var(--booking-type-bg);--booking-type-border: rgba(148, 163, 184, .28);--booking-type-border-active: var(--booking-type-border);--booking-type-ring: transparent;flex:1;min-height:46px;padding:10px 14px;border-radius:12px;font-size:.95rem;font-weight:700;border:1px solid var(--booking-type-border);background:var(--booking-type-bg);color:var(--booking-type-accent);cursor:pointer;transition:background .15s,color .15s,box-shadow .15s,border-color .15s;-webkit-tap-highlight-color:transparent;box-shadow:none;transform:none}.booking-type-btn--booking{--booking-type-accent: #16a34a;--booking-type-bg: #f0fdf4;--booking-type-bg-active: #e9f9ee;--booking-type-border: #86efac;--booking-type-border-active: #4ade80;--booking-type-ring: rgba(22, 163, 74, .12)}.booking-type-btn--personal{--booking-type-accent: #d97706;--booking-type-bg: #fffbeb;--booking-type-bg-active: #fff7d6;--booking-type-border: #fcd34d;--booking-type-border-active: #f59e0b;--booking-type-ring: rgba(245, 158, 11, .14)}.booking-type-btn--todo{--booking-type-accent: #2563eb;--booking-type-bg: #eff6ff;--booking-type-bg-active: #e0edff;--booking-type-border: #93c5fd;--booking-type-border-active: #60a5fa;--booking-type-ring: rgba(37, 99, 235, .12)}.booking-type-btn--availability{--booking-type-accent: #0f766e;--booking-type-bg: #f0fdfa;--booking-type-bg-active: #e6fffb;--booking-type-border: #99f6e4;--booking-type-border-active: #2dd4bf;--booking-type-ring: rgba(13, 148, 136, .14)}@media(hover:hover)and (pointer:fine){.booking-type-btn:hover{background:var(--booking-type-bg-active);border-color:var(--booking-type-border-active);box-shadow:0 8px 18px #0f172a0f;transform:none}.booking-type-btn.active:hover{background:var(--booking-type-bg-active);border-color:var(--booking-type-border-active);box-shadow:0 0 0 3px var(--booking-type-ring),0 8px 18px #0f172a14;transform:none}}@media(pointer:coarse),(hover:none){.booking-type-btn:hover,.booking-type-btn.active:hover{background:var(--booking-type-bg-active);border-color:var(--booking-type-border-active);box-shadow:none;transform:none}}.booking-type-btn:active{transform:none;box-shadow:none}.booking-type-btn:focus{outline:none}.booking-type-btn:focus-visible{outline:2px solid var(--booking-type-border-active);outline-offset:2px}.booking-type-btn.active{background:var(--booking-type-bg-active);color:var(--booking-type-accent);border-color:var(--booking-type-border-active);box-shadow:0 0 0 3px var(--booking-type-ring),0 10px 22px #0f172a14}.booking-type-btn-label{display:inline-flex;align-items:center;justify-content:center;gap:0}.booking-type-btn-label:before{content:none!important}.booking-side-panel-header .page-header h1{color:var(--color-text, #111827)}[data-theme=dark] .booking-type-btn{box-shadow:none}[data-theme=dark] .booking-type-btn.active{color:var(--booking-type-accent);box-shadow:0 0 0 3px var(--booking-type-ring)}[data-theme=dark] .booking-type-btn.active{background:var(--booking-type-bg-active);color:var(--booking-type-accent)}@media(max-width:1024px){.config-shell{grid-template-columns:1fr}.config-nav{position:static;flex-direction:row;flex-wrap:wrap}.config-nav-title{width:100%;margin-bottom:2px}.config-nav-item{width:auto}}@media(max-width:1024px){.clients-toolbar{flex-direction:column;align-items:stretch}.clients-toolbar .clients-session-tabs{align-self:flex-start;width:auto}.clients-count-chip{align-self:flex-start}.clients-table-desktop{display:none}.clients-mobile-list{display:block}.analytics-select-filters select{flex:1;min-width:0}}.billing-history-row{cursor:pointer;transition:background-color .16s ease}.billing-history-row:hover{background:#1672f30d}.config-type-panel-form{gap:18px}.session-type-description-autogrow{resize:none;overflow:hidden;min-height:2.75rem;line-height:1.5}.guest-booking-select{position:relative;width:100%}.guest-booking-select-trigger{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;padding:14px 16px 14px 18px;border:1px solid var(--border);border-radius:16px;background:var(--color-surface);color:var(--color-text);text-align:left;cursor:pointer;box-shadow:var(--shadow-sm);transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.guest-booking-select-trigger:hover{border-color:color-mix(in srgb,var(--color-primary) 35%,var(--border));box-shadow:var(--shadow-md)}.guest-booking-select.is-open .guest-booking-select-trigger{border-color:color-mix(in srgb,var(--color-primary) 55%,var(--border));box-shadow:0 0 0 3px var(--color-primary-soft),var(--shadow-md)}.guest-booking-select-trigger-main{display:flex;flex-direction:column;gap:4px;min-width:0}.guest-booking-select-value{font-size:.9375rem;font-weight:800;letter-spacing:.04em;color:var(--color-text)}.guest-booking-select-line{font-size:.8125rem;line-height:1.45;color:var(--color-text-muted)}.guest-booking-select-chevron{flex-shrink:0;display:grid;place-items:center;color:var(--color-text-muted);transition:transform .2s ease}.guest-booking-select.is-open .guest-booking-select-chevron{transform:rotate(180deg);color:var(--color-primary)}.guest-booking-select-menu{position:absolute;z-index:40;left:0;right:0;top:calc(100% + 8px);margin:0;padding:8px;list-style:none;border-radius:16px;border:1px solid var(--border);background:var(--color-surface);box-shadow:var(--shadow-lg);max-height:min(320px,55vh);overflow-y:auto}.guest-booking-select-menu li{margin:0}.guest-booking-select-option{display:flex;flex-direction:column;align-items:flex-start;gap:3px;width:100%;padding:12px 14px;margin:0;border:none;border-radius:12px;background:transparent;color:var(--color-text);text-align:left;cursor:pointer;font-family:inherit;transition:background .12s ease}.guest-booking-select-option:hover{background:var(--color-primary-soft)}.guest-booking-select-option.is-selected{background:var(--color-primary-soft);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--color-primary) 28%,transparent)}.guest-booking-select-option-label{font-size:.8125rem;font-weight:800;letter-spacing:.05em}.guest-booking-select-option-line{font-size:.75rem;line-height:1.4;color:var(--color-text-muted)}[data-theme=dark] .guest-booking-select-trigger{background:#0f172a;border-color:var(--border)}[data-theme=dark] .guest-booking-select-menu{background:#0f172a;border-color:var(--border);box-shadow:var(--shadow-lg)}[data-theme=dark] .guest-booking-select-option:hover,[data-theme=dark] .guest-booking-select-option.is-selected{background:#60a5fa1f}@media(max-width:640px){.config-type-panel-form{gap:14px}}@media(max-width:640px){.analytics-inbox-thread{padding:12px 14px}}@media(max-width:1024px){.analytics-filters-row{flex-direction:column;align-items:stretch}.analytics-select-filters{width:100%}.analytics-select-filters select{width:100%;min-width:0}}@media(max-width:560px){.analytics-filter-group{width:100%;overflow-x:auto}.analytics-filter-group button{white-space:nowrap}.analytics-filter-card{padding:14px;border-radius:18px}}.calendar-multi-client-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.calendar-multi-client-chip{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--border-color, rgba(148, 163, 184, .35));background:#3b82f614;color:inherit;border-radius:999px;padding:4px 10px;font-size:.86rem}.calendar-multi-client-chip:hover{background:#3b82f624}.client-picker.calendar-client-picker{flex-direction:column;align-items:stretch;flex-wrap:nowrap}.calendar-client-picker{display:flex;flex-direction:column;align-items:stretch;gap:10px}.calendar-client-picker__search-row{position:relative;display:flex;align-items:stretch;gap:8px;min-width:0;width:100%}.calendar-client-picker__search-wrap{flex:1;min-width:0}.calendar-client-picker__actions{display:inline-flex;align-items:stretch;justify-content:flex-end;gap:8px;flex:0 0 auto}.calendar-client-picker__search-wrap .client-search-icon,.calendar-client-picker__search-icon{left:14px;right:auto;color:var(--color-text-muted)}.calendar-client-picker__search-wrap input{width:100%;min-height:48px;border:1px solid var(--border);border-radius:18px;background:var(--color-surface);padding:10px 14px 10px 50px;box-sizing:border-box}.calendar-client-picker__search-wrap input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-soft)}.calendar-client-picker__search-wrap button.client-selected-display{width:100%;min-height:48px;border-radius:18px;padding:10px 14px 10px 50px;box-sizing:border-box;text-align:left;font:inherit;font-size:.9375rem;border:1px solid var(--border);background:var(--color-surface);color:var(--color-text);cursor:pointer}.calendar-client-picker__search-wrap button.client-selected-display:hover{border-color:var(--color-primary)}.calendar-client-picker__search-wrap.client-search-wrap--compact-client button.client-selected-display{padding-left:14px}.calendar-client-picker__details-btn,.calendar-client-picker__invoice-btn,.calendar-client-picker__clear-btn,.calendar-client-picker__add-btn{display:inline-flex;align-items:center;justify-content:center;min-width:48px;width:48px;height:48px;padding:0;font-size:1.2rem;font-weight:700;border-radius:18px;flex:0 0 48px}.calendar-client-picker__details-btn svg,.calendar-client-picker__invoice-btn svg,.calendar-client-picker__add-btn svg{pointer-events:none}.calendar-client-picker__clear-btn span{font-size:1.35rem;line-height:1;font-weight:400}.calendar-client-picker__details-btn:disabled,.calendar-client-picker__invoice-btn:disabled{opacity:.55;cursor:not-allowed}.calendar-client-picker__dropdown{top:calc(100% + 8px);left:0;right:0}.calendar-multi-client-chips{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;gap:8px;margin-top:0;width:100%}.calendar-client-picker>.calendar-multi-client-chips{padding-top:8px;border-top:1px solid var(--border)}.calendar-multi-client-chip{display:inline-flex;align-items:center;gap:0;max-width:100%;overflow:hidden;border:1px solid var(--border-color, rgba(148, 163, 184, .35));background:#3b82f614;color:inherit;border-radius:999px;min-height:40px;padding:0;font-size:.86rem}.calendar-multi-client-chip__label,.calendar-multi-client-chip__remove,.calendar-multi-client-more{border:none;background:transparent;color:inherit;font:inherit}.calendar-multi-client-chip__label{max-width:min(240px,50vw);padding:8px 6px 8px 14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.calendar-multi-client-chip__label:hover{text-decoration:underline}.calendar-multi-client-chip__remove{padding:8px 12px 8px 6px;cursor:pointer;font-size:1.1rem;line-height:1}.calendar-multi-client-chip__remove:hover{color:var(--color-danger, #dc2626)}.calendar-multi-client-more{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 14px;border-radius:999px;cursor:pointer;color:var(--color-primary);background:var(--color-primary-soft);font-weight:700}.calendar-multi-client-more:hover{filter:brightness(.98)}.calendar-multi-client-more--secondary{color:var(--color-text-muted);background:var(--color-bg)}@media(max-width:560px){.calendar-client-picker__details-btn,.calendar-client-picker__invoice-btn,.calendar-client-picker__clear-btn,.calendar-client-picker__add-btn{min-width:44px;width:44px;flex-basis:44px}.calendar-multi-client-chip__label{max-width:58vw}}.session-type-config-section-icon,.session-type-config-group-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--color-primary);background:#1672f31a;border:1px solid rgba(22,114,243,.14);box-shadow:inset 0 0 0 1px #ffffffb8}.session-type-config-section{padding:16px;border:1px solid rgba(15,23,42,.09);border-radius:18px;background:#ffffffdb;box-shadow:0 10px 28px #0f172a0a}.session-type-config-section--tab-panel{padding:28px 32px 32px;border:0;border-radius:0;background:transparent;box-shadow:none;min-height:360px}@keyframes session-type-tab-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.session-type-config-section-title{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;margin-bottom:16px}.session-type-config-section-icon,.session-type-config-group-icon{width:30px;height:30px;border-radius:10px}.session-type-config-section-icon svg{width:16px;height:16px}.session-type-config-section-title h3{margin:0;color:#111827;font-size:1.04rem;line-height:1.2;font-weight:850;letter-spacing:-.01em}.session-type-config-grid{display:grid;gap:16px}.session-type-config-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.session-type-config-duration-grid{margin-top:14px}.session-type-color-picker{display:grid;gap:12px;margin-top:24px}.session-type-color-picker__label{color:#111827;font-size:.86rem;font-weight:760}.session-type-color-picker__swatches{display:flex;flex-wrap:wrap;gap:18px}.session-type-color-swatch,button.session-type-color-swatch{width:68px;height:62px;min-height:62px;padding:0;border-radius:18px;border:1px solid color-mix(in srgb,var(--session-type-color, #d7dff0) 82%,#0f172a);display:inline-flex;align-items:center;justify-content:center;color:#0f172a;background:var(--session-type-color, #d7dff0)!important;font-size:1rem;font-weight:900;line-height:1;box-shadow:inset 0 0 0 1px #ffffff8a,0 8px 18px #0f172a0f;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.session-type-color-swatch:hover,button.session-type-color-swatch:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--session-type-color, #d7dff0) 68%,#0f172a);box-shadow:inset 0 0 0 1px #ffffffb3,0 12px 24px #0f172a1c}.session-type-color-swatch.is-selected,button.session-type-color-swatch.is-selected{border-color:var(--color-primary);box-shadow:inset 0 0 0 1px #ffffffc7,0 0 0 4px #1672f329,0 12px 24px #0f172a21}.session-type-color-swatch span,button.session-type-color-swatch span{width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#0f172a;background:#ffffffdb;box-shadow:0 3px 10px #0f172a1f}.session-type-color-picker__hint{margin:8px 0 0;display:flex;align-items:center;gap:9px;color:var(--color-text-muted);font-size:.9rem;line-height:1.4}.session-type-color-picker__hint span{color:#94a3b8;font-size:1.05rem}.session-type-config-section--tab-panel .session-type-config-group-card{margin-top:0}.session-type-config-booking-section{display:grid;gap:14px}.session-type-config-booking-section .session-type-config-section-title{margin-bottom:2px}.session-type-config-booking-section .field{margin:0}.session-type-config-group-card{margin-top:16px;padding:14px 16px 16px;border:1px solid rgba(15,23,42,.08);border-radius:16px;background:linear-gradient(135deg,#f8fafcf2,#f1f5f9e6);transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.session-type-config-group-card.is-on{border-color:#1672f329;background:linear-gradient(135deg,#eff6ffeb,#f8fbfffa);box-shadow:inset 0 0 0 1px #ffffffdb}.session-type-config-group-toggle{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;cursor:pointer}.session-type-config-group-copy{display:flex;flex-direction:column;gap:3px;min-width:0}.session-type-config-group-copy strong{color:#111827;font-size:.98rem;line-height:1.2;font-weight:850}.session-type-config-group-copy span{color:var(--color-text-muted);font-size:.88rem;line-height:1.45}.session-type-config-switch{position:relative;display:inline-flex;width:54px;height:30px;flex-shrink:0}.session-type-config-switch input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;width:100%;height:100%;margin:0;opacity:0;cursor:pointer}.session-type-config-switch-track{position:relative;display:block;width:54px;height:30px;border-radius:999px;background:#cbd5e1;transition:background .2s ease}.session-type-config-switch input:checked+.session-type-config-switch-track{background:linear-gradient(135deg,#2563eb,#1672f3)}.session-type-config-switch-thumb{position:absolute;top:4px;left:4px;width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#1672f3;background:#fff;font-size:.72rem;font-weight:900;box-shadow:0 2px 7px #0f172a33;transition:transform .2s ease}.session-type-config-switch input:checked+.session-type-config-switch-track .session-type-config-switch-thumb{transform:translate(24px)}.session-type-config-conditional-grid{display:grid;grid-template-columns:minmax(220px,.48fr) minmax(0,1fr);gap:14px;margin-top:14px}.session-type-config-conditional-full{grid-column:1 / -1}.session-type-config-conditional-full textarea{min-height:78px}[data-theme=dark] .session-type-config-section{background:#0f172ac2;border-color:#94a3b838}[data-theme=dark] .session-type-config-group-card{background:#1e293bb8;border-color:#94a3b838}[data-theme=dark] .session-type-config-group-card.is-on{background:#1e40af33;border-color:#60a5fa47}[data-theme=dark] .session-type-config-section-title h3,[data-theme=dark] .session-type-config-group-copy strong,[data-theme=dark] .session-type-color-picker__label{color:#f8fafc}@media(max-width:1024px){.session-type-config-section--tab-panel{padding:18px 16px 20px;min-height:0}.session-type-config-grid--two,.session-type-config-conditional-grid{grid-template-columns:1fr}}.guest-limit-client-picker{position:relative;width:100%}.guest-limit-client-trigger{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:46px;padding:8px 12px;border:1px solid rgba(15,23,42,.11);border-radius:12px;background:#fff;cursor:text;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.guest-limit-client-picker.is-open .guest-limit-client-trigger{border-color:#2563eb94;box-shadow:0 0 0 3px #2563eb1f}.guest-limit-client-chip-list{display:flex;flex:1 1 auto;align-items:center;flex-wrap:wrap;gap:8px;min-width:0}.guest-limit-client-chip{display:inline-flex;align-items:center;gap:7px;max-width:100%;min-height:28px;padding:4px 7px 4px 5px;border-radius:999px;background:#0f172a0d;color:#111827;font-size:.82rem;font-weight:760}.guest-limit-client-chip-avatar,.guest-limit-client-avatar{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;border-radius:999px;color:#1d4ed8;background:#2563eb1c;font-size:.69rem;font-weight:850}.guest-limit-client-chip-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.guest-limit-client-chip button{display:inline-flex;align-items:center;justify-content:center;width:18px;min-width:18px;height:18px;padding:0;border:none;border-radius:999px;background:transparent;color:var(--color-text-muted);font-size:.9rem;line-height:1;box-shadow:none}.guest-limit-client-chip button:hover{background:#0f172a14;color:#111827;box-shadow:none}.guest-limit-client-search-wrap{display:inline-flex;align-items:center;gap:8px;flex:1 1 190px;min-width:180px;color:var(--color-text-muted)}.guest-limit-client-chevron{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--color-text-muted);transition:transform .18s ease,color .18s ease}.guest-limit-client-picker.is-open .guest-limit-client-chevron{color:var(--color-primary);transform:rotate(180deg)}.guest-limit-client-menu{display:flex;flex-direction:column;gap:4px;margin-top:8px;padding:8px;border:1px solid rgba(15,23,42,.1);border-radius:14px;background:#fff;box-shadow:0 18px 42px #0f172a24;max-height:292px;overflow-y:auto}.guest-limit-client-option{display:grid;grid-template-columns:26px 32px minmax(0,1fr);align-items:center;gap:10px;width:100%;padding:9px 10px;border:none;border-radius:12px;background:transparent;color:var(--color-text);text-align:left;box-shadow:none;cursor:pointer}.guest-limit-client-option:hover{background:#2563eb14;box-shadow:none}.guest-limit-client-option.is-selected,.guest-limit-client-option--email{background:#2563eb14}.guest-limit-client-option--email .guest-limit-client-check{border-color:#2563eb;color:#2563eb;font-size:1rem;font-weight:850}.guest-limit-client-check{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border:1px solid rgba(15,23,42,.18);border-radius:6px;color:#fff;background:#fff;font-size:.74rem;font-weight:900}.guest-limit-client-option.is-selected .guest-limit-client-check{border-color:#2563eb;background:linear-gradient(135deg,#2563eb,#1672f3)}.guest-limit-client-copy{display:flex;flex-direction:column;min-width:0;gap:2px}.guest-limit-client-copy strong{color:#111827;font-size:.9rem;line-height:1.25;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.guest-limit-client-copy span,.guest-limit-client-helper,.guest-limit-client-empty{color:var(--color-text-muted);font-size:.78rem;line-height:1.35}.guest-limit-client-helper{margin:5px 4px 2px;padding-top:8px;border-top:1px solid rgba(15,23,42,.08)}.guest-limit-client-empty{padding:14px 10px;text-align:center}[data-theme=dark] .guest-limit-client-trigger,[data-theme=dark] .guest-limit-client-menu{background:#0f172a;border-color:#94a3b838}[data-theme=dark] .guest-limit-client-chip{background:#94a3b824;color:#f8fafc}[data-theme=dark] .guest-limit-client-chip button:hover{background:#94a3b833;color:#f8fafc}[data-theme=dark] .guest-limit-client-check{background:#0f172a;border-color:#94a3b859}[data-theme=dark] .guest-limit-client-copy strong{color:#f8fafc}[data-theme=dark] .guest-limit-client-option:hover,[data-theme=dark] .guest-limit-client-option.is-selected{background:#60a5fa24}@media(max-width:1024px){.guest-limit-client-trigger{align-items:flex-start}.guest-limit-client-search-wrap{min-width:100%}.guest-limit-client-option{grid-template-columns:26px 30px minmax(0,1fr)}}.transaction-service-switch-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--color-primary);background:#2563eb1a;border:1px solid rgba(37,99,235,.13);box-shadow:inset 0 0 0 1px #ffffffb8}.transaction-service-modal-grid{display:grid;gap:28px 28px}.transaction-service-modal-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.transaction-service-switch-list{margin-top:30px;border-top:1px solid rgba(15,23,42,.1);border-bottom:1px solid rgba(15,23,42,.1)}.transaction-service-switch-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:20px;min-height:92px;padding:22px 2px 22px 0;cursor:pointer}.transaction-service-switch-row+.transaction-service-switch-row{border-top:1px solid rgba(15,23,42,.1)}.transaction-service-switch-icon{width:54px;height:54px;border-radius:18px;background:#2563eb14}.transaction-service-switch-icon svg{width:26px;height:26px}.transaction-service-switch-row--no-show .transaction-service-switch-icon{background:#f59e0b1f;border-color:#f59e0b29;color:#b45309}.transaction-service-switch-copy{display:flex;flex-direction:column;min-width:0;gap:6px}.transaction-service-switch-copy strong{color:#111827;font-size:1.2rem;line-height:1.2;font-weight:850;letter-spacing:-.02em}.transaction-service-switch-copy span{max-width:720px;color:var(--color-text-muted);font-size:1.02rem;line-height:1.45}.transaction-service-option-switch{align-self:center;justify-self:end}.transaction-service-net-field{margin-top:30px}.transaction-service-net-field input{width:100%;background:#f8fafc;color:#667085}[data-theme=dark] .transaction-service-switch-copy strong{color:#f8fafc}[data-theme=dark] .transaction-service-switch-list,[data-theme=dark] .transaction-service-switch-row+.transaction-service-switch-row{border-color:#94a3b833}[data-theme=dark] .transaction-service-switch-icon{background:#2563eb2e;border-color:#60a5fa38}[data-theme=dark] .transaction-service-switch-row--no-show .transaction-service-switch-icon{background:#78350f38;border-color:#fbbf2447;color:#fbbf24}[data-theme=dark] .transaction-service-net-field input{background:#0f172ab8;color:#cbd5e1}@media(max-width:1024px){.transaction-service-modal-grid--two,.transaction-service-switch-row{grid-template-columns:1fr}.transaction-service-switch-row{gap:14px;padding:20px 0}.transaction-service-option-switch{justify-self:flex-start}}.calendar-session-popup-layer{background:#0f172a52;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}[data-theme=dark] .calendar-session-popup-layer{background:#020617a8}@media(max-width:1024px){.booking-side-panel-backdrop{align-items:stretch;justify-content:flex-start;background:#0f172a5c;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}}.calendar-session-footer-tags{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.calendar-session-payment-tag{min-height:44px;border:1px solid transparent;border-radius:14px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:.9rem;font-weight:800;line-height:1;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease,border-color .15s ease}.calendar-session-payment-tag:hover{transform:translateY(-1px);box-shadow:0 12px 24px #0f172a1f}.calendar-session-payment-tag--paid{background:linear-gradient(180deg,#fff,#f0fdf4);border-color:#22c55e75;color:#166534}.calendar-session-payment-tag--partial{background:linear-gradient(180deg,#fff,#fffbeb);border-color:#fbbf2494;color:#92400e}.calendar-session-payment-tag--pending{background:linear-gradient(180deg,#fff,#eff6ff);border-color:#60a5fa8f;color:#1d4ed8}.calendar-session-payment-tag--unpaid{background:linear-gradient(180deg,#fff,#fff1f2);border-color:#f871718c;color:#b91c1c}.calendar-payment-inline-badge{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;border-radius:999px;padding:6px 12px;font-size:.78rem;font-weight:900}.calendar-payment-inline-badge--paid{background:#dcfce7;color:#15803d}.calendar-payment-inline-badge--partial{background:#fef3c7;color:#b45309}.calendar-payment-inline-badge--pending{background:#dbeafe;color:#1d4ed8}.calendar-payment-inline-badge--unpaid{background:#fee2e2;color:#b91c1c}.calendar-payment-manager-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10060;display:flex;align-items:center;justify-content:center;padding:32px;background:#0f172a6b;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.calendar-payment-manager-modal{width:min(1180px,calc(100vw - 44px));max-height:min(860px,calc(100vh - 42px));display:grid;grid-template-rows:auto 1fr auto;overflow:hidden;border:1px solid rgba(203,213,225,.88);border-radius:22px;background:#fffffffa;box-shadow:0 28px 80px #0f172a47;color:#0f172a}.calendar-payment-manager-header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 28px 16px;border-bottom:1px solid rgba(226,232,240,.95)}.calendar-payment-manager-title-row{display:flex;align-items:center;gap:0;min-width:0}.calendar-payment-manager-title-row h2{margin:0;font-size:1.42rem;line-height:1.1;font-weight:950;letter-spacing:-.03em;color:#0f172a}.calendar-payment-manager-title-row p{margin:4px 0 0;color:#64748b;font-size:.9rem;font-weight:650}.calendar-payment-manager-overview-icon{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:13px;background:#eff6ff;color:#2563eb;flex:0 0 auto}.calendar-payment-manager-close{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:transparent;color:#0f172a;font-size:1.45rem;font-weight:650;cursor:pointer}.calendar-payment-manager-close:hover{background:#f1f5f9}.calendar-payment-manager-body{min-height:0;display:flex;flex-direction:column;gap:18px;padding:18px 18px 0;overflow:hidden}.calendar-payment-manager-sidebar-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.calendar-payment-manager-sidebar-count{color:#64748b;font-size:.78rem;font-weight:700}.calendar-payment-manager-sidebar-count{white-space:nowrap}.calendar-payment-manager-content{min-height:0;display:grid;grid-template-columns:270px minmax(0,1fr);overflow:hidden;border-top:1px solid rgba(226,232,240,.95)}.calendar-payment-manager-sidebar{min-height:0;display:flex;flex-direction:column;gap:22px;padding:20px 18px 22px 0;border-right:1px solid rgba(226,232,240,.95);background:linear-gradient(180deg,#f8fafcbd,#fffffff5)}.calendar-payment-manager-sidebar h3,.calendar-payment-manager-section-heading h3,.calendar-payment-manager-card h3{margin:0;font-size:.98rem;font-weight:930;color:#0f172a;letter-spacing:-.01em}.calendar-payment-manager-client-list{display:grid;gap:10px;overflow:auto;padding-right:2px}.calendar-payment-manager-client{width:100%;min-height:64px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;padding:11px 12px;border:1px solid #dbe3ee;border-radius:15px;background:#fffffff0;color:#0f172a;text-align:left;cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease}.calendar-payment-manager-client:hover{transform:translateY(-1px);box-shadow:0 10px 24px #0f172a14}.calendar-payment-manager-client.is-selected{border-color:#2563eb;background:linear-gradient(180deg,#eff6fff5,#fffffffa);box-shadow:0 0 0 1px #2563eb14}.calendar-payment-manager-client-status{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:950;font-size:1rem;line-height:1;flex:0 0 auto}.calendar-payment-manager-client-status>span{transform:translateY(-.5px)}.calendar-payment-manager-client-status--paid{color:#15803d;background:#dcfce7}.calendar-payment-manager-client-status--pending{color:#1d4ed8;background:#dbeafe}.calendar-payment-manager-client-status--unpaid{color:#dc2626;background:#fee2e2}.calendar-payment-manager-client-name{min-width:0;display:grid;gap:2px}.calendar-payment-manager-client-name strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;font-weight:900}.calendar-payment-manager-client-name small,.calendar-payment-manager-invoice-cell small,.calendar-payment-manager-section-heading p,.calendar-payment-manager-card p{color:#64748b;font-size:.78rem;font-weight:650}.calendar-payment-manager-chevron{color:#2563eb;font-size:1.35rem;line-height:1}.calendar-payment-manager-add-client{width:100%;min-height:54px;display:flex;align-items:center;gap:12px;padding:10px 14px;border:1px solid #bfd6ff;border-radius:16px;background:#f8fbff;color:#2563eb;font-weight:800;cursor:pointer;text-align:left;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease,transform .16s ease}.calendar-payment-manager-add-client:hover,.calendar-payment-manager-add-client.is-selected{background:#eff6ff;border-color:#2563eb;box-shadow:0 10px 22px #2563eb1a;transform:translateY(-1px)}.calendar-payment-manager-add-client-icon{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(180deg,#3b82f6,#2563eb);color:#fff;flex:0 0 auto}.calendar-payment-manager-add-client-icon svg{display:block}.calendar-payment-manager-add-client-copy{min-width:0;flex:1 1 auto;display:flex;align-items:center}.calendar-payment-manager-add-client-copy strong{font-size:1rem;line-height:1.2}.calendar-payment-manager-main{min-width:0;min-height:0;display:grid;grid-template-rows:auto auto 1fr;gap:14px;padding:20px 0 22px 22px;overflow:auto}.calendar-payment-manager-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid #dbe3ee;border-radius:13px;background:#f8fafc;overflow:hidden}.calendar-payment-manager-tab{min-height:42px;border:0;background:transparent;color:#475569;font-weight:850;cursor:pointer;position:relative}.calendar-payment-manager-tab.is-active{background:#fff;color:#2563eb}.calendar-payment-manager-tab.is-active:after{content:"";position:absolute;left:18px;right:18px;bottom:0;height:3px;border-radius:999px 999px 0 0;background:#2563eb}.calendar-payment-manager-overview{display:grid;grid-template-columns:minmax(240px,1fr) minmax(420px,auto);gap:18px;align-items:stretch;padding:16px 18px;border:1px solid #dbe3ee;border-radius:15px;background:#fffffff0}.calendar-payment-manager-overview--full{width:100%}.calendar-payment-manager-overview-people{display:flex;align-items:center;gap:14px;min-width:0}.calendar-payment-manager-overview-people div{display:grid;gap:3px;min-width:0}.calendar-payment-manager-overview-people strong{color:#0f172a;font-weight:900}.calendar-payment-manager-overview-people span:last-child{overflow:hidden;color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;font-weight:650}.calendar-payment-manager-overview-group-input{width:100%;min-height:34px;border:1px solid #dbe3ee;border-radius:10px;background:#fff;color:#0f172a;font:inherit;font-size:.84rem;font-weight:800;padding:6px 10px;outline:none}.calendar-payment-manager-overview-group-input:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #2563eb29}.calendar-payment-manager-metrics{display:grid;grid-template-columns:repeat(4,minmax(90px,1fr));gap:0}.calendar-payment-manager-metrics div{display:grid;gap:3px;padding-left:18px;border-left:1px solid #e2e8f0}.calendar-payment-manager-metrics span{color:#64748b;font-size:.74rem;font-weight:750}.calendar-payment-manager-metrics strong{color:#0f172a;font-size:.94rem;font-weight:950}.calendar-payment-manager-metrics .is-paid{color:#16a34a}.calendar-payment-manager-metrics .is-pending{color:#2563eb}.calendar-payment-manager-metrics .is-unpaid{color:#dc2626}.calendar-payment-manager-card{border:1px solid #dbe3ee;border-radius:16px;background:#fffffff5;box-shadow:0 12px 28px #0f172a0a}.calendar-payment-manager-table-card{padding:16px}.calendar-payment-manager-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}.calendar-payment-manager-section-heading p,.calendar-payment-manager-card p{margin:4px 0 0}.calendar-payment-manager-table{overflow:hidden;border:1px solid #e2e8f0;border-radius:14px}.calendar-payment-manager-table-head,.calendar-payment-manager-table-row{display:grid;grid-template-columns:minmax(140px,260px) minmax(118px,.95fr) minmax(76px,.58fr) minmax(140px,1fr) minmax(190px,1.05fr);align-items:center;gap:10px}.calendar-payment-manager-table-head{min-height:42px;padding:0 14px;background:#f8fafc;color:#64748b;font-size:.75rem;font-weight:850}.calendar-payment-manager-table-row{width:100%;min-height:78px;padding:12px 14px;border:0;border-top:1px solid #e2e8f0;background:#fff;color:inherit;font:inherit;text-align:left;cursor:pointer;transition:background .16s ease,box-shadow .16s ease}.calendar-payment-manager-table-row.is-selected{background:#eff6ff;box-shadow:inset 0 0 0 1px #2563eb8c}.calendar-payment-manager-participant-cell{display:flex;align-items:center;min-width:0;gap:12px}.calendar-payment-manager-participant-cell>span:last-child{display:grid;min-width:0;gap:2px}.calendar-payment-manager-participant-cell strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:900}.calendar-payment-manager-participant-cell small{color:#64748b;font-size:.74rem;font-weight:700}.calendar-payment-manager-invoice-cell{display:grid;gap:2px;color:#334155;font-size:.82rem;font-weight:750}.calendar-payment-manager-row-actions{display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;min-width:0}.calendar-payment-manager-row-action{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #bfdbfe;border-radius:10px;background:#fff;color:#2563eb;font-size:.78rem;font-weight:900;cursor:pointer;white-space:nowrap}.calendar-payment-manager-row-action{padding:7px 12px;line-height:1}.calendar-payment-manager-row-action--primary{border-color:#2563eb;background:#2563eb;color:#fff;box-shadow:0 10px 20px #2563eb2e}.calendar-payment-manager-row-action--resend{border-color:#bfdbfe;background:#fff;color:#2563eb}.calendar-payment-manager-row-action--resend:hover{border-color:#93c5fd;background:#eff6ff}.calendar-payment-manager-row-action--pdf{border-color:#d8e0eb;background:#fff;color:#475569}.calendar-payment-manager-row-action--pdf:hover{border-color:#cbd5e1;background:#f8fafc;color:#334155}.calendar-payment-manager-no-action{color:#94a3b8;font-weight:800}.calendar-payment-manager-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 28px 20px;border-top:1px solid rgba(226,232,240,.95);background:#fffffffa}.calendar-payment-manager-footer button{min-width:118px;min-height:44px;border-radius:12px;font-weight:900}.calendar-payment-manager-footer .calendar-payment-manager-save-button{min-width:176px;min-height:44px;border-radius:12px;font-weight:800;font-size:14px}.calendar-payment-manager-main--client-workspace{grid-template-rows:auto minmax(0,1fr)}.calendar-payment-manager-overview--with-switch{grid-template-columns:minmax(190px,.78fr) minmax(360px,1.35fr) auto;align-items:center}.calendar-payment-manager-same-company{min-height:42px;display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;border:0;background:transparent;color:#64748b;font-size:.76rem;font-weight:850;cursor:pointer;white-space:nowrap}.calendar-payment-manager-shared-invoice{margin-top:4px}.calendar-payment-manager-shared-invoice-table{background:#fff}.calendar-payment-manager-shared-invoice-table .calendar-payment-manager-table-row{cursor:default}.calendar-payment-manager-info-dot{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #94a3b8;border-radius:999px;color:#64748b;font-size:.66rem;font-weight:950}.modern-switch{width:44px;height:26px;display:inline-flex;align-items:center;padding:3px;border:1px solid #cbd5e1;border-radius:999px;background:#cbd5e1;transition:background .16s ease,border-color .16s ease;flex:0 0 auto}.modern-switch>span{width:18px;height:18px;display:block;border-radius:999px;background:#fff;box-shadow:0 2px 5px #0f172a33;transition:transform .16s ease}.modern-switch.on{border-color:#2563eb;background:#2563eb}.modern-switch.on>span{transform:translate(18px)}.calendar-payment-manager-tabs--client{width:min(240px,100%);border:0;border-radius:0;background:transparent;overflow:visible}.calendar-payment-manager-tabs--client .calendar-payment-manager-tab{min-height:38px;border-bottom:1px solid #e2e8f0}.calendar-payment-manager-tab.is-disabled{opacity:.55;cursor:default}.calendar-payment-manager-add-client-card{gap:18px}.calendar-payment-manager-add-client-card-head{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;align-items:center}.calendar-payment-manager-add-client-card-head h3{margin:0}.calendar-payment-manager-add-client-modes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.calendar-payment-manager-add-client-modes button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 16px;border:1px solid #dbe4f0;border-radius:14px;background:#fff;color:#64748b;cursor:pointer;text-align:center;font-size:.95rem;font-weight:800;transition:border-color .16s ease,box-shadow .16s ease,color .16s ease,background .16s ease}.calendar-payment-manager-add-client-modes button>span:last-child{white-space:normal;line-height:1.15}.calendar-payment-manager-add-client-mode-icon{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#f1f5f9;color:#64748b;flex:0 0 auto}.calendar-payment-manager-add-client-modes button.is-active{background:#eff6ff;color:#2563eb;border-color:#bfdbfe;box-shadow:0 8px 18px #2563eb1f}.calendar-payment-manager-add-client-modes button.is-active .calendar-payment-manager-add-client-mode-icon{background:#dbeafe;color:#2563eb}.calendar-payment-manager-add-client-search{display:flex;flex-direction:column;gap:8px}.calendar-payment-manager-add-client-search>span{color:#64748b;font-size:.86rem;font-weight:700}.calendar-payment-manager-add-client-search-input{display:flex;align-items:center;gap:10px;padding:0 14px;min-height:48px;border-radius:14px;border:1px solid #dbe4f0;background:#fff;box-shadow:inset 0 1px 2px #0f172a0a}.calendar-payment-manager-add-client-search-input:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb24}.calendar-payment-manager-add-client-search-icon{color:#94a3b8;flex:0 0 auto}.calendar-payment-manager-add-client-search-input input{width:100%;border:0;outline:none;background:transparent;color:#0f172a;font:inherit;text-overflow:clip;-webkit-appearance:none;-moz-appearance:none;appearance:none}.calendar-payment-manager-add-client-search-input input::-webkit-search-decoration,.calendar-payment-manager-add-client-search-input input::-webkit-search-cancel-button,.calendar-payment-manager-add-client-search-input input::-webkit-search-results-button,.calendar-payment-manager-add-client-search-input input::-webkit-search-results-decoration{display:none}.calendar-payment-manager-add-client-search-input input::-ms-clear,.calendar-payment-manager-add-client-search-input input::-ms-reveal{display:none}.calendar-payment-manager-add-client-picker{display:grid;gap:10px}.calendar-payment-manager-add-client-results{display:none;gap:10px}.calendar-payment-manager-add-client-picker:focus-within .calendar-payment-manager-add-client-results{display:grid}.calendar-payment-manager-add-client-row{width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border-radius:16px;border:1px solid #dbe4f0;background:#fff;color:#0f172a;cursor:pointer;text-align:left;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.calendar-payment-manager-add-client-row:hover{border-color:#bfdbfe;box-shadow:0 14px 24px #0f172a14;transform:translateY(-1px)}.calendar-payment-manager-add-client-row-main{display:flex;flex-direction:column;gap:3px;min-width:0}.calendar-payment-manager-add-client-row-main strong{font-size:.98rem;line-height:1.25}.calendar-payment-manager-add-client-row-main small{color:#64748b;line-height:1.35}.calendar-payment-manager-add-client-empty{min-height:108px;display:flex;align-items:center;justify-content:center;padding:18px;border-radius:16px;border:1px dashed #cbd5e1;background:#fff;color:#64748b;text-align:center}.calendar-payment-manager-card-header-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}.calendar-payment-manager-card-header-row h3{margin:0}.calendar-payment-manager-remove-member-button{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:0 12px;border:1px solid #fecaca;border-radius:12px;background:#fff5f5;color:#b91c1c;font-size:.86rem;font-weight:800;cursor:pointer;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease}.calendar-payment-manager-remove-member-button:hover{background:#fef2f2;border-color:#fca5a5;box-shadow:0 8px 18px #b91c1c14}.calendar-payment-manager-details-pane,.calendar-payment-manager-invoice-pane{display:grid;gap:16px;min-width:0}.calendar-payment-manager-client-details-card{padding:16px}.calendar-payment-manager-client-details-card h3{margin-bottom:14px}.calendar-payment-manager-client-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 18px}.calendar-payment-manager-client-form-grid--notes{grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr) minmax(0,.75fr)}.calendar-payment-manager-client-form-grid label{display:grid;gap:7px;color:#64748b;font-size:.76rem;font-weight:800}.calendar-payment-manager-client-form-grid input,.calendar-payment-manager-client-form-grid textarea{width:100%;min-height:40px;border:1px solid #dbe3ee;border-radius:10px;background:#fff;color:#0f172a;font:inherit;font-size:.86rem;font-weight:700;padding:9px 12px;outline:none}.calendar-payment-manager-client-form-grid input[readonly],.calendar-payment-manager-client-form-grid textarea[readonly]{background:#fbfdff}.calendar-payment-manager-client-form-grid textarea{min-height:92px;resize:vertical}.calendar-payment-manager-field-wide{grid-column:span 2}.calendar-payment-manager-table--single .calendar-payment-manager-table-row{cursor:default}@media(max-width:1120px){.calendar-payment-manager-add-client-card-head{grid-template-columns:1fr}.calendar-payment-manager-add-client-modes{width:100%;grid-template-columns:1fr}.calendar-payment-manager-add-client-modes button{min-width:0;width:100%;justify-content:flex-start}.calendar-payment-manager-content{grid-template-columns:1fr}.calendar-payment-manager-sidebar{padding-left:0;border-right:0;border-bottom:1px solid #e2e8f0}.calendar-payment-manager-client-list{display:flex;overflow-x:auto;padding-bottom:4px}.calendar-payment-manager-client{min-width:220px}.calendar-payment-manager-add-client{align-self:flex-start;min-width:220px;padding:10px 14px}.calendar-payment-manager-overview{grid-template-columns:1fr}.calendar-payment-manager-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.calendar-payment-manager-metrics div{padding-left:0;border-left:0}.calendar-payment-manager-table{overflow-x:auto}.calendar-payment-manager-table-head,.calendar-payment-manager-table-row{min-width:880px}}@media(max-width:1024px){.calendar-payment-manager-backdrop{padding:12px}.calendar-payment-manager-modal{width:calc(100vw - 20px);max-height:calc(100vh - 20px);border-radius:18px}.calendar-payment-manager-header,.calendar-payment-manager-footer{padding-left:16px;padding-right:16px}.calendar-payment-manager-body{padding:14px 14px 0}.calendar-payment-manager-main{padding-left:14px;padding-right:14px}.calendar-payment-manager-sidebar{padding-left:0;padding-right:14px}.calendar-payment-manager-title-row h2{font-size:1.18rem}.calendar-payment-manager-footer{flex-direction:column-reverse}.calendar-payment-manager-footer button{width:100%}}@media(max-width:1120px){.calendar-payment-manager-overview--with-switch{grid-template-columns:1fr}.calendar-payment-manager-same-company{justify-content:flex-start}.calendar-payment-manager-client-form-grid,.calendar-payment-manager-client-form-grid--notes{grid-template-columns:1fr}.calendar-payment-manager-field-wide{grid-column:auto}}.calendar-payment-manager-tabs--client{width:min(252px,100%);display:flex;align-items:center;gap:10px;margin:0 0 10px;padding:0;border:0;border-bottom:1px solid #edf2f7;border-radius:0;background:transparent;box-shadow:none;overflow:visible}.calendar-payment-manager-tabs--client .calendar-payment-manager-tab{min-height:0;padding:10px 14px;border:0;border-radius:10px;background:transparent;color:#334155;font-size:15px;font-weight:700;line-height:1.2;box-shadow:none;transition:color .18s ease,background .18s ease,box-shadow .18s ease}.calendar-payment-manager-tabs--client .calendar-payment-manager-tab:hover{background:#fff;color:#0f172a;box-shadow:inset 0 0 0 1px #94a3b838,0 6px 16px #0f172a14}.calendar-payment-manager-tabs--client .calendar-payment-manager-tab.is-active{background:#eaf2ff;color:var(--color-primary);box-shadow:inset 0 0 0 1px #2563eb29,0 3px 10px #2563eb2e}.calendar-payment-manager-tabs--client .calendar-payment-manager-tab.is-active:after{display:none}.calendar-payment-manager-row-action--scan{border-color:#d8e0eb;background:#fff;color:#475569}.calendar-payment-manager-row-action--scan:hover{border-color:#cbd5e1;background:#f8fafc;color:#334155}.calendar-payment-manager-row-action--scan svg{width:16px;height:16px}.calendar-payment-manager-table-row.is-clickable,.calendar-payment-manager-shared-invoice-table .calendar-payment-manager-table-row.is-clickable{cursor:pointer}.calendar-payment-manager-table-row.is-clickable:hover{background:#f8fbff}.calendar-payment-manager-table-row.is-selected.is-clickable:hover{background:#eaf3ff}.calendar-client-picker__advance-btn:not(:disabled){color:#7c3aed;border-color:#ddd6fe;background:#f5f3ff}.calendar-client-picker__advance-btn:not(:disabled):hover{border-color:#c4b5fd;background:#ede9fe}.calendar-payment-manager-row-action--advance{border-color:#7c3aed;background:#7c3aed;color:#fff;box-shadow:0 10px 20px #7c3aed2e}.calendar-payment-manager-row-action--advance:hover{border-color:#6d28d9;background:#6d28d9}.calendar-payment-manager-row-action--advance svg{width:16px;height:16px}@media(max-width:1024px){.calendar-payment-manager-backdrop{align-items:stretch;justify-content:stretch;padding:0;background:#0f172a52;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.calendar-payment-manager-modal{position:relative;width:100vw;height:100dvh;max-height:none;border:0;border-radius:0;background:#fff;box-shadow:none}.calendar-payment-manager-modal:before{content:"";position:absolute;top:max(8px,env(safe-area-inset-top));left:50%;z-index:5;width:54px;height:5px;border-radius:999px;background:#cbd5e1;transform:translate(-50%)}.calendar-payment-manager-header{position:sticky;top:0;z-index:3;align-items:flex-start;gap:10px;padding:calc(28px + env(safe-area-inset-top)) 20px 18px;border-bottom:1px solid #e2e8f0;background:#fff;box-shadow:0 10px 24px #0f172a0a}.calendar-payment-manager-title-row{flex:1 1 auto}.calendar-payment-manager-title-row h2{font-size:clamp(1.72rem,7.2vw,2.28rem);line-height:1.02;letter-spacing:-.055em}.calendar-payment-manager-title-row p{margin-top:8px;color:#5f6f86;font-size:clamp(.94rem,3.7vw,1.12rem);line-height:1.28;font-weight:700}.calendar-payment-manager-close{width:46px;height:46px;margin-top:12px;border-radius:16px;color:#475569;font-size:2.25rem;line-height:1}.calendar-payment-manager-close:hover{background:#f8fafc}.calendar-payment-manager-body{gap:16px;padding:18px 20px 0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.calendar-payment-manager-overview{gap:16px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.calendar-payment-manager-overview-people{min-height:102px;gap:16px;padding:16px;border:1px solid #e0e8f4;border-radius:24px;background:#fff;box-shadow:0 14px 34px #0f172a0f}.calendar-payment-manager-overview-group{display:grid;grid-template-columns:72px minmax(0,1fr);align-items:center}.calendar-payment-manager-overview-icon{width:64px;height:64px;border-radius:22px;background:linear-gradient(180deg,#eff6ff,#eaf2ff);color:#2563eb;box-shadow:inset 0 0 0 1px #bfdbfead}.calendar-payment-manager-overview-icon svg{width:31px;height:31px}.calendar-payment-manager-overview-people strong{display:block;margin-bottom:8px;font-size:clamp(1.15rem,4.7vw,1.42rem);line-height:1.08;letter-spacing:-.035em}.calendar-payment-manager-overview-group-input{min-height:52px;padding:10px 16px;border-color:#cbd5e1;border-radius:17px;font-size:clamp(1.04rem,4.6vw,1.32rem);font-weight:900;letter-spacing:-.02em}.calendar-payment-manager-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding:20px 10px 18px;border:1px solid #dbe5f1;border-radius:24px;background:#fff;box-shadow:0 14px 34px #0f172a0f}.calendar-payment-manager-metrics div{position:relative;min-width:0;justify-items:center;gap:8px;padding:0 5px;border-left:1px solid #e2e8f0;text-align:center}.calendar-payment-manager-metrics div:first-child{border-left:0}.calendar-payment-manager-metrics div:before{content:"";width:32px;height:32px;display:block;border-radius:999px;background-color:currentColor;background-position:center;background-repeat:no-repeat;background-size:18px 18px}.calendar-payment-manager-metrics div:nth-child(1):before{color:#2563eb;background-color:#eff6ff;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8.5h13.5A2.5 2.5 0 0 1 20 11v5.5A2.5 2.5 0 0 1 17.5 19h-11A2.5 2.5 0 0 1 4 16.5v-8Zm0 0V7a2 2 0 0 1 2-2h10' stroke='%232563eb' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 13.75h.01' stroke='%232563eb' stroke-width='2.6' stroke-linecap='round'/%3E%3C/svg%3E")}.calendar-payment-manager-metrics div:nth-child(2):before{color:#16a34a;background-color:#ecfdf5;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7 12.4 3.1 3.1L17.4 8' stroke='%2316a34a' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='12' r='8.5' stroke='%2316a34a' stroke-width='1.9'/%3E%3C/svg%3E")}.calendar-payment-manager-metrics div:nth-child(3):before{color:#2563eb;background-color:#eff6ff;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='8.5' stroke='%232563eb' stroke-width='1.9'/%3E%3Cpath d='M12 7.5V12l3 2' stroke='%232563eb' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.calendar-payment-manager-metrics div:nth-child(4):before{color:#dc2626;background-color:#fef2f2;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 7.5v5' stroke='%23dc2626' stroke-width='2.2' stroke-linecap='round'/%3E%3Cpath d='M12 16.75h.01' stroke='%23dc2626' stroke-width='2.7' stroke-linecap='round'/%3E%3Cpath d='M10.15 4.95a2.1 2.1 0 0 1 3.7 0l7 12.25A2.1 2.1 0 0 1 19 20.35H5a2.1 2.1 0 0 1-1.85-3.15l7-12.25Z' stroke='%23dc2626' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E")}.calendar-payment-manager-metrics span{font-size:clamp(.72rem,3.15vw,.94rem);line-height:1.12;font-weight:780;white-space:normal}.calendar-payment-manager-metrics strong{font-size:clamp(.96rem,4.2vw,1.28rem);line-height:1.08;letter-spacing:-.035em;white-space:nowrap}.calendar-payment-manager-content{display:flex;flex-direction:column;gap:16px;overflow:visible;border-top:0}.calendar-payment-manager-sidebar{position:relative;gap:12px;padding:0;border-right:0;border-bottom:0;background:transparent}.calendar-payment-manager-sidebar-head{min-height:46px;align-items:center}.calendar-payment-manager-sidebar-head h3{font-size:clamp(1.34rem,5.6vw,1.76rem);letter-spacing:-.04em}.calendar-payment-manager-sidebar-count{display:none}.calendar-payment-manager-client-list{display:grid;grid-template-columns:1fr;gap:12px;overflow:visible;padding:0}.calendar-payment-manager-client{min-width:0;min-height:76px;grid-template-columns:56px minmax(0,1fr) auto;gap:14px;padding:12px 14px;border-color:#dbe5f1;border-radius:22px;background:#fff;box-shadow:0 12px 30px #0f172a0e}.calendar-payment-manager-client.is-selected{border-color:#dbe5f1;background:#fff;box-shadow:0 12px 30px #0f172a0e}.calendar-payment-manager-client-status{width:54px;height:54px;border-radius:18px;font-size:1.24rem}.calendar-payment-manager-client-status--paid{color:#16a34a;background:#ecfdf5}.calendar-payment-manager-client-status--pending{color:#2563eb;background:#eff6ff}.calendar-payment-manager-client-status--unpaid{color:#dc2626;background:#fef2f2}.calendar-payment-manager-client-name strong{font-size:clamp(1rem,4.5vw,1.3rem);letter-spacing:-.03em}.calendar-payment-manager-client-name small{font-size:clamp(.84rem,3.55vw,1.02rem);font-weight:750}.calendar-payment-manager-chevron{color:#2563eb;font-size:2.1rem;font-weight:600}.calendar-payment-manager-add-client{position:absolute;top:0;right:0;width:auto;min-height:46px;min-width:0;max-width:48%;justify-content:center;gap:9px;padding:9px 14px;border-color:#c8d8f3;border-radius:17px;background:#fff;color:#2563eb;box-shadow:0 8px 18px #0f172a09}.calendar-payment-manager-add-client .calendar-payment-manager-chevron{display:none}.calendar-payment-manager-add-client-icon{width:22px;height:22px;border-radius:0;background:transparent;color:currentColor}.calendar-payment-manager-add-client-copy{flex:0 1 auto}.calendar-payment-manager-add-client-copy strong{overflow:hidden;font-size:clamp(.88rem,3.7vw,1.02rem);font-weight:900;line-height:1.05;text-overflow:ellipsis;white-space:nowrap}.calendar-payment-manager-main{display:flex;flex-direction:column;gap:14px;padding:0 0 calc(102px + env(safe-area-inset-bottom));overflow:visible}.calendar-payment-manager-main--client-workspace{display:flex}.calendar-payment-manager-tabs--client{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:0;padding:4px;border:1px solid #dbe5f1;border-radius:19px;background:#fff;box-shadow:0 10px 26px #0f172a0b;overflow:hidden}.calendar-payment-manager-tabs--client .calendar-payment-manager-tab{min-height:56px;gap:8px;border-radius:15px;color:#5f6f86;font-size:clamp(1rem,4.25vw,1.2rem);font-weight:900}.calendar-payment-manager-tabs--client .calendar-payment-manager-tab.is-active{background:linear-gradient(180deg,#f8fbff,#eef5ff);color:#2563eb;box-shadow:inset 0 0 0 1px #2563eb29,0 8px 18px #2563eb1a}.calendar-payment-manager-tabs--client .calendar-payment-manager-tab:before{content:"";width:22px;height:22px;display:inline-block;background-color:currentColor;vertical-align:-4px;mask-position:center;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain}.calendar-payment-manager-tabs--client .calendar-payment-manager-tab:first-child:before{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 3.5h8l4 4v13H6zM14 3.5V8h4M9 12h6M9 16h5' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 3.5h8l4 4v13H6zM14 3.5V8h4M9 12h6M9 16h5' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.calendar-payment-manager-tabs--client .calendar-payment-manager-tab:nth-child(2):before{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 5h16v14H4zM8 9h5M8 13h3M15.5 13h2M15.5 16h2' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 5h16v14H4zM8 9h5M8 13h3M15.5 13h2M15.5 16h2' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.calendar-payment-manager-details-pane{min-width:0}.calendar-payment-manager-card{border-color:#dbe5f1;border-radius:22px;background:#fff;box-shadow:0 12px 30px #0f172a0e}.calendar-payment-manager-card h3{font-size:clamp(1.08rem,4.7vw,1.35rem);letter-spacing:-.035em}.calendar-payment-manager-table-card,.calendar-payment-manager-add-client-card{padding:16px}.calendar-payment-manager-footer{position:sticky;bottom:0;z-index:4;display:block;padding:12px 20px calc(12px + env(safe-area-inset-bottom));border-top:1px solid #e2e8f0;background:#fffffff5;box-shadow:0 -18px 34px #0f172a14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.calendar-payment-manager-footer .calendar-payment-manager-save-button{width:100%;min-height:64px;border-radius:20px;font-size:clamp(1.05rem,4.6vw,1.28rem);font-weight:950;box-shadow:0 18px 34px #2563eb42}}@media(max-width:430px){.calendar-payment-manager-header,.calendar-payment-manager-body{padding-left:16px;padding-right:16px}.calendar-payment-manager-overview-people{min-height:92px;padding:14px;border-radius:22px}.calendar-payment-manager-overview-group{grid-template-columns:60px minmax(0,1fr)}.calendar-payment-manager-overview-icon{width:56px;height:56px;border-radius:20px}.calendar-payment-manager-overview-group-input{min-height:48px;padding-left:14px;padding-right:14px}.calendar-payment-manager-metrics{padding-left:6px;padding-right:6px}.calendar-payment-manager-metrics div{padding-left:3px;padding-right:3px}.calendar-payment-manager-metrics div:before{width:28px;height:28px;background-size:16px 16px}.calendar-payment-manager-add-client{max-width:46%;padding-left:10px;padding-right:10px}.calendar-payment-manager-footer{padding-left:16px;padding-right:16px}}.course-edit-card.session-type-config-section{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.course-edit-grid.course-edit-grid--two{gap:28px}.course-edit-select-wrap{position:relative;display:block}.course-edit-select-icon{position:absolute;z-index:1;left:18px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;color:#1672f3;pointer-events:none}.course-edit-select.course-edit-select{padding-left:58px;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.course-edit-upload-field{margin-top:28px}.course-edit-upload-dropzone{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:22px;min-height:124px;padding:22px 24px;border-radius:16px;border:1.5px dashed rgba(22,114,243,.45);background:linear-gradient(135deg,#eff6ffc7,#fffffffa);cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease}.course-edit-upload-dropzone:hover,.course-edit-upload-dropzone.has-file{border-color:#1672f3b8;background:linear-gradient(135deg,#eff6fff2,#fff);box-shadow:0 14px 36px #1672f31a}.course-edit-file-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.course-edit-upload-icon{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:18px;color:#1672f3;background:#fff;border:1px solid rgba(22,114,243,.18);box-shadow:0 10px 28px #1672f31a}.course-edit-upload-copy{display:flex;flex-direction:column;gap:6px;min-width:0}.course-edit-upload-copy strong{color:#172033;font-size:1rem;font-weight:780;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.course-edit-upload-copy span{color:#667085;font-size:.92rem;line-height:1.35}.course-edit-upload-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 18px;border-radius:12px;border:1px solid rgba(22,114,243,.28);background:#fff;color:#1672f3;font-weight:780;white-space:nowrap;box-shadow:0 8px 20px #0f172a0a}.course-edit-upload-note{margin-top:10px;color:#667085;font-size:.88rem;line-height:1.4}.course-edit-upload-note strong{color:#344054;font-weight:760}.course-edit-replace-media-option{margin-top:12px;display:inline-flex;align-items:center;gap:10px;color:#475467;font-size:.9rem;cursor:pointer}.course-edit-replace-media-option input{width:16px;height:16px;accent-color:#1672f3}.course-edit-upload-progress{position:relative;margin-top:12px;height:10px;overflow:hidden;border-radius:999px;background:#1672f31a}.course-edit-upload-progress>span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#2563eb,#1672f3);transition:width .2s ease}.course-edit-upload-progress>strong{position:absolute;right:0;top:calc(100% + 4px);color:#1672f3;font-size:.8rem;font-weight:760}.course-edit-textarea-wrap{position:relative;display:block}.course-edit-character-count{position:absolute;right:14px;bottom:12px;color:#667085;font-size:.82rem;line-height:1;pointer-events:none}[data-theme=dark] .course-edit-upload-dropzone,[data-theme=dark] .course-edit-upload-button{background:#111c31;color:#f8fafc;border-color:#94a3b842}[data-theme=dark] .course-edit-upload-dropzone:hover,[data-theme=dark] .course-edit-upload-dropzone.has-file{background:#1e40af33}[data-theme=dark] .course-edit-upload-copy strong,[data-theme=dark] .course-edit-upload-note strong{color:#f8fafc}[data-theme=dark] .course-edit-upload-copy span,[data-theme=dark] .course-edit-upload-note,[data-theme=dark] .course-edit-character-count{color:#cbd5e1}@media(max-width:1024px){.course-edit-grid.course-edit-grid--two{grid-template-columns:1fr}.course-edit-upload-dropzone{grid-template-columns:1fr;justify-items:start;min-height:0}.course-edit-upload-copy strong{white-space:normal}}.calendar-personal-visibility-head{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;width:100%;min-width:0}.calendar-personal-visibility-head .form-field-inline-label{margin:0;padding:0;align-self:center}.calendar-personal-visibility-line{margin-left:auto}.calendar-personal-field-with-visibility .form-field-inline-control{width:100%}.service-config-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 7px;border-radius:999px;background:#eef2f6;color:#475467;font-size:11px;line-height:1;font-weight:700}.clients-session-tab.active .service-config-tab-count{background:#dbe9ff;color:#1769e8}.service-config-toolbar-trailing{display:flex;align-items:center;gap:10px}.service-config-name-with-group{display:flex;align-items:center;gap:10px;min-width:0}.service-config-name-with-group>.service-group-indicator{flex:0 0 auto;width:max-content;margin-left:0}.service-group-indicator{display:inline-flex;align-items:center;min-height:24px;padding:3px 9px;border-radius:999px;background:#eef5ff;color:#1769e8;font-size:12px;font-weight:700;white-space:nowrap}.service-group-indicator.is-ungrouped{background:#f3f5f7;color:#748094}.service-order-controls{display:inline-flex;align-items:center;gap:4px}.service-order-controls button{width:28px;height:28px;padding:0;border:1px solid var(--border, #dfe5ec);border-radius:8px;background:var(--surface, #fff);color:var(--text, #172033);cursor:pointer;line-height:1}.service-order-controls button:hover{border-color:#8ab6ff;color:#1769e8;background:#f3f8ff}.service-group-active-switch{margin-top:4px;border:1px solid var(--border, #e2e7ee);border-radius:12px;padding:14px 16px}.service-groups-table td:nth-child(2){max-width:460px}@media(max-width:1024px){.service-config-toolbar-trailing{width:100%;justify-content:space-between}}.session-type-config-unified{display:grid;gap:16px;padding:20px 24px 26px;background:transparent;border:0}.session-type-config-unified-card{display:grid;gap:18px;padding:20px;border:1px solid rgba(148,163,184,.24);border-radius:16px;background:#fff;box-shadow:0 1px 2px #0f172a08}.session-type-config-unified-card .session-type-config-section-title{margin:0}.session-type-config-section-title>div{min-width:0}.session-type-config-section-title p{margin:3px 0 0;color:#7b879d;font-size:13px;line-height:1.45}.session-type-config-unified-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.session-type-config-unified-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.session-type-config-unified-actions .small-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;padding:8px 12px;border-color:#1672f34d;color:#126ff3;background:#fff}.session-type-config-unified-actions .small-btn:hover{background:#1672f30f;border-color:#1672f37a}.session-type-config-section-icon--group{color:#16a34a;background:#22c55e1a;border-color:#22c55e33}.session-type-config-section-icon--services{color:#7c3aed;background:#7c3aed1a;border-color:#7c3aed2e}.session-type-linked-card,.session-type-linked-service-row{display:grid;align-items:center;gap:12px;min-width:0;padding:13px 14px;border:1px solid rgba(22,114,243,.2);border-radius:13px;background:#f8fbffe0}.session-type-linked-card{grid-template-columns:auto minmax(0,1fr) auto}.session-type-linked-card-icon{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:11px;flex:0 0 auto}.session-type-linked-card-icon--group{color:#16a34a;background:#22c55e1f}.session-type-linked-card-icon--service{color:#7c3aed;background:#7c3aed1c}.session-type-linked-card-copy{min-width:0;display:grid;gap:3px}.session-type-linked-card-copy strong{color:#152238;font-size:14px;line-height:1.25}.session-type-linked-card-copy span{min-width:0;overflow:hidden;color:#758198;font-size:12px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.session-type-linked-card-actions{display:flex;justify-content:flex-end;align-items:center;gap:8px}.session-type-linked-card-actions .slim-btn{min-height:34px;padding:6px 10px}.session-type-linked-empty{padding:17px;border:1px dashed rgba(148,163,184,.48);border-radius:13px;color:#7b879d;font-size:13px;text-align:center;background:#f8fafcb8}.session-type-linked-services-list{display:grid;gap:8px}.session-type-linked-services-head{display:grid;grid-template-columns:minmax(220px,1fr) minmax(145px,.42fr) auto;gap:12px;padding:0 14px 2px 64px;color:#8a96aa;font-size:10px;font-weight:800;letter-spacing:.045em;text-transform:uppercase}.session-type-linked-service-row{grid-template-columns:auto minmax(220px,1fr) minmax(145px,.42fr) auto;border-color:#94a3b83b;background:#fff}.session-type-linked-service-row>input{min-width:0;height:42px}.linked-entity-picker-body{display:grid;gap:16px;min-height:0;overflow:auto}.linked-entity-search{position:relative;display:flex;align-items:center}.linked-entity-search>svg{position:absolute;left:15px;z-index:1;color:#8b98ad;pointer-events:none}.linked-entity-search input{width:100%;min-height:48px;padding-left:45px;border:1px solid rgba(148,163,184,.3);border-radius:12px;background:#fff}.linked-entity-option-list{display:grid;gap:9px}.linked-entity-option{width:100%;display:grid;grid-template-columns:auto auto minmax(0,1fr) auto auto;align-items:center;gap:12px;min-height:72px;padding:12px 14px;border:1px solid rgba(148,163,184,.25);border-radius:13px;color:inherit;background:#fff;text-align:left;box-shadow:none}.linked-entity-option:hover:not(:disabled){border-color:#1672f359;background:#f8fbffe6}.linked-entity-option.is-selected{border-color:#1672f394;background:#1672f30e;box-shadow:0 0 0 2px #1672f314}.linked-entity-option.is-disabled{opacity:.58;cursor:not-allowed}.linked-entity-radio{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border:1.5px solid #c3ccda;border-radius:999px;background:#fff}.linked-entity-option.is-selected .linked-entity-radio{border-color:#1672f3}.linked-entity-radio>span{width:10px;height:10px;border-radius:999px;background:#1672f3}.linked-entity-option-icon{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:11px}.linked-entity-option-icon--group{color:#16a34a;background:#22c55e1f}.linked-entity-option-icon--service{color:#7c3aed;background:#7c3aed1c}.linked-entity-option-copy,.linked-entity-option-meta{min-width:0;display:grid;gap:3px}.linked-entity-option-copy strong,.linked-entity-option-meta strong{color:#152238;font-size:14px}.linked-entity-option-copy span,.linked-entity-option-meta span{color:#7b879d;font-size:12px}.linked-entity-option-copy span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.linked-entity-option-meta{justify-items:end;text-align:right}.linked-entity-option-badge{padding:5px 8px;border-radius:999px;color:#64748b;background:#eef2f7;font-size:10px;font-weight:800;white-space:nowrap}[data-theme=dark] .session-type-config-unified-card,[data-theme=dark] .session-type-linked-service-row,[data-theme=dark] .linked-entity-option,[data-theme=dark] .linked-entity-search input{background:#111c2f;border-color:#94a3b838}[data-theme=dark] .session-type-linked-empty{background:#0f172ac7;border-color:#94a3b833}[data-theme=dark] .session-type-linked-card,[data-theme=dark] .linked-entity-option.is-selected{background:#1e40af26}[data-theme=dark] .session-type-linked-card-copy strong,[data-theme=dark] .linked-entity-option-copy strong,[data-theme=dark] .linked-entity-option-meta strong{color:#e5edf8}@media(max-width:1024px){.session-type-config-unified-actions{justify-content:flex-start}.session-type-linked-service-row{grid-template-columns:auto minmax(0,1fr) auto}.session-type-linked-service-row>input{grid-column:2 / -1}.session-type-linked-service-row .session-type-linked-card-actions{grid-column:2 / -1;justify-content:flex-start}}@media(max-width:1024px){.session-type-config-unified{gap:12px;padding:14px 14px 18px}.session-type-config-unified-card{padding:16px;border-radius:14px}.session-type-config-unified-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}.session-type-config-unified-actions .small-btn{width:100%;min-width:0}.session-type-linked-card{grid-template-columns:auto minmax(0,1fr)}.session-type-linked-card .session-type-linked-card-actions{grid-column:1 / -1;justify-content:flex-end}.linked-entity-option{grid-template-columns:auto auto minmax(0,1fr)}.linked-entity-option-meta,.linked-entity-option-badge{grid-column:3;justify-items:start;text-align:left}}.session-type-config-unified{gap:14px;padding:18px 20px 22px}.session-type-config-unified-card{gap:16px;padding:19px 20px;border-radius:18px;border-color:#94a3b840;background:#fffffffa;box-shadow:0 5px 18px #0f172a0b}.session-type-config-unified-card--basic{padding:22px}.session-type-config-section-title{gap:11px}.session-type-config-section-title h3{font-size:1rem;letter-spacing:-.012em}.session-type-config-section-title p{margin-top:2px;color:#7c879b;font-size:12.5px}.session-type-config-section-icon,.session-type-config-group-icon{width:30px;height:30px;border-radius:9px}.session-type-config-description-grid{grid-template-columns:minmax(0,1fr)}.session-type-config-description-grid textarea{min-height:50px;resize:vertical}.session-type-config-duration-grid{margin-top:0}.session-type-break-control{gap:8px}.session-type-break-override{min-height:28px}.session-type-color-picker{gap:10px;margin-top:4px}.session-type-color-picker__swatches{gap:14px}.session-type-color-swatch,button.session-type-color-swatch{width:56px;height:52px;min-height:52px;border-radius:15px}.session-type-color-swatch span,button.session-type-color-swatch span{width:25px;height:25px}.session-type-color-picker__hint{margin-top:4px;font-size:.82rem}.session-type-config-unified-card-header{align-items:center}.session-type-config-unified-actions{gap:6px}.session-type-config-unified-actions .small-btn{min-height:34px;padding:6px 8px;border-color:transparent;color:#126ff3;background:transparent;font-size:12.5px;font-weight:760;box-shadow:none}.session-type-config-unified-actions .small-btn:hover{border-color:transparent;background:#1672f312;box-shadow:none}.session-type-config-unified-actions .small-btn svg{width:15px;height:15px}.session-type-linked-card,.session-type-linked-service-row{min-height:60px;padding:10px 12px;border-radius:13px}.session-type-linked-card{border-color:#1672f340;background:#f6fafff0}.session-type-linked-service-row{grid-template-columns:auto minmax(210px,1fr) minmax(130px,.34fr) auto;background:#fff}.session-type-linked-card-icon{width:36px;height:36px;border-radius:10px}.session-type-linked-card-copy strong{font-size:13.5px}.session-type-linked-card-copy span{font-size:11.5px}.session-type-linked-card-actions .slim-btn{min-height:34px;border-radius:9px;font-size:12px}.session-type-linked-services-head{grid-template-columns:minmax(210px,1fr) minmax(130px,.34fr) auto;padding-left:60px}.session-type-config-booking-section{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px}.session-type-config-booking-section>.session-type-config-section-title{grid-column:1 / -1}.session-type-config-booking-section>.field{min-width:0}@media(max-width:1024px){.session-type-config-unified{padding:15px 16px 20px}.session-type-config-unified-card,.session-type-config-unified-card--basic{padding:17px}.session-type-color-swatch,button.session-type-color-swatch{width:50px;height:48px;min-height:48px}.session-type-linked-service-row{grid-template-columns:auto minmax(180px,1fr) minmax(115px,.32fr) auto}.session-type-linked-services-head{display:grid;grid-template-columns:minmax(180px,1fr) minmax(115px,.32fr) auto}}@media(max-width:1024px){.session-type-config-unified{gap:10px;padding:10px 10px 14px}.session-type-config-unified-card,.session-type-config-unified-card--basic{gap:13px;padding:14px;border-radius:15px;box-shadow:0 2px 10px #0f172a09}.session-type-config-section-title{gap:9px}.session-type-config-section-title h3{font-size:.92rem}.session-type-config-section-title p{font-size:11.5px;line-height:1.35}.session-type-config-section-icon,.session-type-config-group-icon{width:27px;height:27px;border-radius:8px}.session-type-config-grid--two,.session-type-config-booking-section{grid-template-columns:minmax(0,1fr)}.session-type-config-duration-grid{gap:12px}.session-type-config-unified-card-header{display:grid;gap:9px}.session-type-config-unified-actions{display:flex;width:100%;justify-content:flex-end;gap:3px}.session-type-config-unified-actions .small-btn{width:auto;min-width:0;min-height:32px;padding:5px 7px;font-size:11.5px}.session-type-color-picker__swatches{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.session-type-color-swatch,button.session-type-color-swatch{width:100%;height:auto;min-height:40px;aspect-ratio:1 / 1;border-radius:11px}.session-type-color-swatch span,button.session-type-color-swatch span{width:22px;height:22px;font-size:.82rem}.session-type-color-picker__hint{font-size:11.5px}.session-type-linked-card,.session-type-linked-service-row{padding:10px}.session-type-linked-card{grid-template-columns:auto minmax(0,1fr) auto}.session-type-linked-card .session-type-linked-card-actions{grid-column:auto;justify-content:flex-end}.session-type-linked-services-head{display:none}.session-type-linked-service-row{grid-template-columns:auto minmax(0,1fr);gap:9px 10px}.session-type-linked-service-row>input{grid-column:2;width:100%;height:40px}.session-type-linked-service-row .session-type-linked-card-actions{grid-column:2;justify-content:flex-end}.session-type-linked-card-actions{gap:5px}.session-type-linked-card-actions .slim-btn{min-height:32px;padding:5px 8px;font-size:11.5px}}@media(max-width:430px){.session-type-linked-card{grid-template-columns:auto minmax(0,1fr)}.session-type-linked-card .session-type-linked-card-actions{grid-column:1 / -1;justify-content:flex-end}.session-type-config-unified-actions{justify-content:space-between}.session-type-config-unified-actions .small-btn{flex:1 1 0;justify-content:center}}.transaction-service-modal-grid--two>.field:first-child{grid-column:1 / -1}.linked-entity-option--service-picker{grid-template-columns:auto auto minmax(0,1fr) auto auto auto;cursor:pointer}.linked-entity-option--service-picker.is-disabled{cursor:default}.linked-entity-option-edit{justify-self:end;white-space:nowrap}@media(max-width:1024px){.linked-entity-option--service-picker{grid-template-columns:auto auto minmax(0,1fr)}.linked-entity-option--service-picker .linked-entity-option-meta,.linked-entity-option--service-picker .linked-entity-option-badge,.linked-entity-option--service-picker .linked-entity-option-edit{grid-column:3;justify-self:start}}.session-type-config-section-icon--consumables{color:#7c3aed;background:#7c3aed17;border-color:#7c3aed2e}.session-type-consumable-add-panel{display:grid;grid-template-columns:minmax(180px,1fr) minmax(130px,.45fr) auto auto;align-items:center;gap:10px;padding:12px;border:1px solid rgba(37,99,235,.16);border-radius:12px;background:#f8fbffe0}.session-type-consumable-add-panel>select,.session-type-consumable-add-panel>input{width:100%;min-height:38px;border:1px solid rgba(148,163,184,.35);border-radius:10px;background:#fff;padding:7px 10px}.session-type-consumables-list{display:grid;gap:0;overflow:hidden;border:1px solid rgba(148,163,184,.22);border-radius:13px;background:#fff}.session-type-consumables-head,.session-type-consumable-row{display:grid;grid-template-columns:minmax(180px,1.15fr) minmax(120px,.62fr) minmax(160px,.78fr) minmax(92px,.35fr) auto;gap:12px;align-items:center}.session-type-consumables-head{padding:9px 14px;color:#8a96a9;font-size:10px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;background:#fbfcfe;border-bottom:1px solid rgba(148,163,184,.18)}.session-type-consumable-row{min-height:58px;padding:9px 14px;border-bottom:1px solid rgba(148,163,184,.17)}.session-type-consumable-row:last-child{border-bottom:0}.session-type-consumable-row>select,.session-type-consumable-quantity{min-height:38px;border:1px solid rgba(148,163,184,.32);border-radius:10px;background:#fff}.session-type-consumable-row>select{width:100%;padding:7px 10px}.session-type-consumable-quantity{display:grid;grid-template-columns:1fr auto;overflow:hidden}.session-type-consumable-quantity input{min-width:0;width:100%;border:0;outline:0;padding:7px 10px;background:transparent}.session-type-consumable-quantity span{display:inline-flex;align-items:center;padding:0 10px;color:#64748b;border-left:1px solid rgba(148,163,184,.22);background:#f8fafc;font-size:12px}.session-type-consumable-switch{justify-self:start}@media(max-width:1024px){.session-type-consumable-add-panel{grid-template-columns:1fr}.session-type-consumables-head{display:none}.session-type-consumable-row{grid-template-columns:1fr 1fr;padding:12px}.session-type-consumable-row>.session-type-linked-card-copy{grid-column:1 / -1}.session-type-consumable-row>select{min-width:0}.session-type-consumable-row>.session-type-linked-card-actions{justify-self:end}}.session-type-auto-billing-notice{display:flex;align-items:center;gap:10px;min-height:46px;padding:10px 14px;border:1px solid rgba(37,99,235,.22);border-radius:13px;background:#eff6fff2;color:#2563eb;font-size:.84rem;line-height:1.4}.session-type-auto-billing-notice__icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;min-width:22px;border-radius:999px;background:#2563eb;color:#fff;font-size:.76rem;font-weight:800}.session-type-config-price-grid{margin-top:0}.session-type-price-input{position:relative}.session-type-price-input>span{position:absolute;z-index:1;top:50%;left:14px;transform:translateY(-50%);color:#64748b;font-size:.9rem;pointer-events:none}.session-type-price-input>input{width:100%;padding-left:34px}[data-theme=dark] .session-type-auto-billing-notice{border-color:#60a5fa4d;background:#1e40af24;color:#93c5fd}@media(max-width:1024px){.session-type-auto-billing-notice{min-height:42px;padding:9px 11px;border-radius:11px;font-size:.78rem}}.session-type-config-top-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(300px,.9fr);gap:14px;align-items:stretch}.session-type-config-preview-panel{display:flex;flex-direction:column;gap:16px;padding:22px;border:1px solid rgba(59,130,246,.18);border-radius:18px;background:linear-gradient(180deg,#f8fbfffa,#fffffffa);box-shadow:0 5px 18px #0f172a0a}.session-type-config-section-icon--preview{color:#2563eb;background:#eff6ff}.session-type-preview-service-card,.session-type-preview-billing-card{border:1px solid rgba(148,163,184,.22);border-radius:15px;background:#fff}.session-type-preview-service-card{display:flex;align-items:center;gap:13px;padding:16px}.session-type-preview-service-icon{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;min-width:50px;border-radius:14px;color:#475569}.session-type-preview-service-icon svg{width:22px;height:22px}.session-type-preview-service-card>div{display:grid;gap:4px}.session-type-preview-service-card strong{color:#0f172a;font-size:1rem}.session-type-preview-service-card span:not(.session-type-preview-service-icon){color:#64748b;font-size:.8rem}.session-type-preview-billing-card{display:grid;gap:11px;padding:16px}.session-type-preview-billing-title{display:flex;align-items:center;gap:8px;color:#0f172a}.session-type-preview-billing-title>span{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:#ecfdf5;color:#059669;font-size:.72rem;font-weight:900}.session-type-preview-billing-card>p{margin:0;color:#7c879b;font-size:.8rem;line-height:1.45}.session-type-preview-billing-card dl{display:grid;gap:8px;margin:0}.session-type-preview-billing-card dl>div{display:grid;grid-template-columns:72px minmax(0,1fr);gap:10px;align-items:baseline}.session-type-preview-billing-card dt{color:#64748b;font-size:.78rem;font-weight:700}.session-type-preview-billing-card dd{margin:0;color:#0f172a;font-size:.82rem;font-weight:700;overflow-wrap:anywhere}[data-theme=dark] .session-type-config-preview-panel,[data-theme=dark] .session-type-preview-service-card,[data-theme=dark] .session-type-preview-billing-card{background:#111827;border-color:#94a3b82e}[data-theme=dark] .session-type-preview-service-card strong,[data-theme=dark] .session-type-preview-billing-title,[data-theme=dark] .session-type-preview-billing-card dd{color:#f8fafc}@media(max-width:1180px){.session-type-config-top-grid{grid-template-columns:minmax(0,1fr)}}@media(max-width:1024px){.session-type-config-preview-panel{padding:14px;border-radius:15px}}.session-type-price-input{display:flex;align-items:center;width:100%;min-height:46px;border:1px solid #d4deea;border-radius:10px;background:#fff;overflow:hidden;box-shadow:none}.session-type-price-input>span{position:static;z-index:auto;top:auto;left:auto;transform:none;order:-1;display:flex;align-items:center;justify-content:center;align-self:stretch;width:42px;min-width:42px;padding:0;border-right:1px solid #e4eaf1;color:#64748b;font-size:.86rem;font-weight:650;pointer-events:none}.session-type-price-input>input{min-width:0;width:100%;min-height:44px;padding:0 14px!important;border:0!important;border-radius:0!important;outline:0;background:transparent!important;box-shadow:none!important;font-variant-numeric:tabular-nums}.session-type-price-input:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb14}[data-theme=dark] .session-type-price-input{border-color:#94a3b847;background:#111827}[data-theme=dark] .session-type-price-input>span{border-right-color:#94a3b833;color:#94a3b8}.session-type-standard-panel{--session-type-standard-orange: #ff5a00;--session-type-standard-blue: #1769ff;--session-type-standard-border: #d8dee8;--session-type-standard-muted: #667085;--session-type-standard-text: #111827;width:560px!important;max-width:min(560px,100vw)!important;background:#fff;color:var(--session-type-standard-text);box-shadow:-12px 0 42px #0f172a24}.session-type-standard-panel .cp-panel-header{min-height:0;padding:22px 32px 18px;gap:16px;border-bottom:0;background:#fff}.session-type-standard-panel .cp-panel-header__title{color:var(--session-type-standard-text);font-size:1.625rem;font-weight:700;line-height:1.16;letter-spacing:-.025em}.session-type-standard-panel .cp-panel-header__actions{padding-top:1px}.session-type-standard-panel .cp-panel-header .cp-icon-btn{width:34px;min-width:34px;height:34px;border-radius:8px;color:#344054}.session-type-standard-panel .cp-panel-header .cp-icon-btn svg{width:22px;height:22px}.session-type-standard-panel .session-type-standard-panel-body{flex:1;gap:0;padding:0 32px 8px;overflow-y:auto;background:#fff;scrollbar-width:none}.session-type-standard-panel .session-type-standard-panel-body::-webkit-scrollbar{display:none}.session-type-standard-panel .session-type-standard-panel-body>.cp-section{padding:22px 0 24px;border:0;border-radius:0;background:transparent;box-shadow:none}.session-type-standard-panel .session-type-standard-panel-body>.cp-section .cp-section__head{min-height:28px;gap:14px}.session-type-standard-panel .session-type-standard-panel-body>.cp-section .cp-section__toggle{gap:14px}.session-type-standard-panel .session-type-standard-panel-body>.cp-section .cp-section__icon{width:24px;height:24px;color:var(--session-type-standard-blue)}.session-type-standard-panel .session-type-standard-panel-body>.cp-section .cp-section__icon svg{width:24px;height:24px;stroke-width:1.8}.session-type-standard-panel .session-type-standard-panel-body>.cp-section .cp-section__title{color:var(--session-type-standard-text);font-size:1.125rem;font-weight:700;line-height:1.3;letter-spacing:-.012em}.session-type-standard-panel .session-type-standard-panel-body>.cp-section .cp-section__desc,.session-type-standard-panel .session-type-standard-panel-body>.cp-section .cp-section__summary{color:var(--session-type-standard-muted);font-size:.8125rem;font-weight:500}.session-type-standard-panel .session-type-standard-panel-body>.cp-section .cp-section__body{gap:14px;padding-top:16px}.session-type-standard-panel .field{gap:7px}.session-type-standard-panel .field-label,.session-type-standard-panel .session-type-color-picker__label{color:#475467;font-size:.8125rem;font-weight:500;line-height:1.25;letter-spacing:0}.session-type-standard-panel input:not([type=checkbox]):not([type=radio]):not([type=range]),.session-type-standard-panel select,.session-type-standard-panel textarea,.session-type-standard-panel .guest-booking-select-trigger{min-height:50px;padding:0 15px;border:1px solid var(--session-type-standard-border);border-radius:9px;background:#fff;color:var(--session-type-standard-text);font-size:.9375rem;font-weight:400;line-height:1.3;box-shadow:none}.session-type-standard-panel textarea{min-height:72px;height:auto;padding:13px 14px;line-height:1.4;resize:vertical}.session-type-standard-panel input::placeholder,.session-type-standard-panel textarea::placeholder{color:#7b879c;opacity:1}.session-type-standard-panel input:focus,.session-type-standard-panel select:focus,.session-type-standard-panel textarea:focus,.session-type-standard-panel .guest-booking-select-trigger:focus-visible,.session-type-standard-panel .guest-booking-select.is-open .guest-booking-select-trigger{outline:none;border-color:#9fb9e5;box-shadow:0 0 0 3px #1672f314}.session-type-standard-panel select.app-desktop-select:not([multiple]){min-height:50px!important;height:50px;padding:0 42px 0 15px!important;border:1px solid var(--session-type-standard-border)!important;border-radius:9px!important;background-color:#fff!important;color:var(--session-type-standard-text)!important;font-size:.9375rem!important;font-weight:400!important;line-height:1.3!important;box-shadow:none!important}.session-type-standard-panel .session-type-price-input{min-height:50px;height:50px;border:1px solid var(--session-type-standard-border);border-radius:9px;background:#fff;box-shadow:none}.session-type-standard-panel .session-type-price-input>span{min-width:42px;color:#475467;font-size:.9375rem}.session-type-standard-panel .session-type-price-input input{min-height:48px!important;height:48px!important;padding:0 15px!important;border:0!important;border-radius:0 9px 9px 0!important;box-shadow:none!important}.session-type-standard-panel .session-type-color-picker{gap:11px;margin-top:8px}.session-type-standard-panel .session-type-color-picker__label{display:inline-flex;align-items:center;gap:10px;color:var(--session-type-standard-text);font-size:1rem;font-weight:700}.session-type-standard-panel .session-type-color-picker__label-icon,.session-type-standard-panel .session-type-panel-section-icon--orange{color:var(--session-type-standard-blue)}.session-type-standard-panel .session-type-color-picker__label-icon svg{width:20px;height:20px}.session-type-standard-panel .session-type-color-picker__swatches{display:flex;flex-wrap:wrap;gap:10px}.session-type-standard-panel .session-type-color-swatch,.session-type-standard-panel button.session-type-color-swatch{width:38px;min-width:38px;height:38px;min-height:38px;border-radius:10px;box-shadow:none}.session-type-standard-panel .session-type-color-picker__hint{color:var(--session-type-standard-muted);font-size:.75rem;line-height:1.4}.session-type-standard-panel .transaction-service-switch-list{margin-top:12px;border:0;background:transparent}.session-type-standard-panel .transaction-service-switch-row{min-height:70px;padding:10px 0;gap:14px;background:transparent;border:0}.session-type-standard-panel .transaction-service-switch-row+.transaction-service-switch-row{border-top:0}.session-type-standard-panel .transaction-service-switch-icon{width:38px;height:38px;border-radius:10px}.session-type-standard-panel .transaction-service-switch-icon svg{width:20px;height:20px}.session-type-standard-panel .transaction-service-switch-row--group-booking .transaction-service-switch-icon{color:#f97316;background:#f9731614;border-color:#f9731629}.session-type-standard-panel .transaction-service-switch-copy{gap:3px}.session-type-standard-panel .transaction-service-switch-copy strong{font-size:.9375rem;line-height:1.3}.session-type-standard-panel .transaction-service-switch-copy span{color:var(--session-type-standard-muted);font-size:.75rem;line-height:1.4}.session-type-standard-panel .session-type-linked-card,.session-type-standard-panel .session-type-linked-service-row,.session-type-standard-panel .session-type-linked-empty{border:0;border-radius:0;background:transparent;box-shadow:none}.session-type-standard-panel .session-type-linked-card,.session-type-standard-panel .session-type-linked-service-row{padding:10px 0}.session-type-standard-panel .session-type-linked-empty{padding:18px 0;color:var(--session-type-standard-muted);font-size:.8125rem;text-align:left}.session-type-standard-panel .session-type-linked-card-icon{width:38px;height:38px;border-radius:10px}.session-type-standard-panel .session-type-linked-card-copy strong{color:var(--session-type-standard-text);font-size:.9375rem}.session-type-standard-panel .session-type-linked-card-copy span{color:var(--session-type-standard-muted);font-size:.75rem}.session-type-standard-panel .session-type-config-unified-actions{gap:8px}.session-type-standard-panel .session-type-config-unified-actions .cp-btn,.session-type-standard-panel .session-type-linked-card-actions .slim-btn,.session-type-standard-panel .session-type-consumable-add-panel .small-btn{min-height:40px;padding:0 12px;border:1px solid var(--session-type-standard-border);border-radius:9px;background:#fff;color:#344054;font-size:.8125rem;font-weight:600;box-shadow:none}.session-type-standard-panel .session-type-consumables-list{overflow:visible;border:0;border-radius:0;background:transparent}.session-type-standard-panel .session-type-consumables-head{padding:9px 0;background:transparent;border-bottom:1px solid #edf0f4}.session-type-standard-panel .session-type-consumable-row{padding:10px 0;background:transparent;border-bottom:1px solid #edf0f4}.session-type-standard-panel .session-type-consumable-row>select,.session-type-standard-panel .session-type-consumable-quantity{min-height:44px;border:1px solid var(--session-type-standard-border);border-radius:9px;background:#fff}.session-type-standard-panel .session-type-consumable-add-panel{padding:0;border:0;border-radius:0;background:transparent}.session-type-standard-panel .guest-booking-select-trigger{min-height:50px;padding:8px 14px}.session-type-standard-panel .guest-booking-select-value{color:var(--session-type-standard-text);font-size:.9375rem;font-weight:500}.session-type-standard-panel .guest-booking-select-line{color:var(--session-type-standard-muted);font-size:.75rem}.session-type-standard-panel .cp-panel-footer{min-height:0;padding:10px 32px 18px;border-top:0;background:#fff}.session-type-standard-panel .cp-panel-footer__actions{width:100%;justify-content:flex-end}.session-type-standard-panel .cp-panel-footer .cp-btn--primary{min-height:50px;padding:0 18px;border-radius:9px;font-size:.9375rem;font-weight:700}@media(min-width:1025px){.session-type-standard-panel{overflow:visible}.session-type-standard-panel>.cp-panel-header,.session-type-standard-panel>.cp-panel-body,.session-type-standard-panel>.cp-panel-footer{margin-left:0!important}.session-type-standard-panel>.cp-panel-tabs{position:absolute;top:0;bottom:0;left:0;z-index:8;display:flex!important;width:108px;min-height:0;height:100%;padding:78px 8px 18px;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:6px;transform:translate(-100%);border:0;border-right:1px solid #e8edf4;background:#fff;box-shadow:-8px 0 24px #0f172a0f;overflow:hidden}.session-type-standard-panel>.cp-panel-tabs .cp-panel-tab{position:relative;flex:0 0 auto;width:100%;min-height:84px;padding:12px 8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:0;border-radius:10px;background:transparent;color:#475467;font-size:.8125rem;font-weight:600;line-height:1.25;text-align:center;white-space:normal;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.session-type-standard-panel>.cp-panel-tabs .cp-panel-tab:hover{background:#f7f9fc;color:#1d2939}.session-type-standard-panel>.cp-panel-tabs .cp-panel-tab:focus-visible{outline:none;box-shadow:inset 0 0 0 2px #2563eb3d}.session-type-standard-panel>.cp-panel-tabs .cp-panel-tab.is-active{background:#eef5ff;color:#1266e3}.session-type-standard-panel>.cp-panel-tabs .cp-panel-tab:after{content:"";position:absolute;top:12px;bottom:12px;left:-8px;right:auto;width:3px;height:auto;border-radius:0 3px 3px 0;background:transparent}.session-type-standard-panel>.cp-panel-tabs .cp-panel-tab.is-active:after{background:#1677ff}.session-type-standard-panel>.cp-panel-tabs .cp-panel-tab svg{width:23px;height:23px;flex-shrink:0;stroke-width:1.8}}@media(max-width:1024px){.session-type-standard-panel{width:560px!important;max-width:min(560px,100vw)!important}.session-type-standard-panel>.cp-panel-tabs{min-height:58px;padding:0 20px;gap:12px;border-bottom:1px solid #e8edf4;background:#fff}.session-type-standard-panel>.cp-panel-tabs .cp-panel-tab{min-height:58px;padding:0 8px;background:transparent;font-size:.8125rem}.session-type-standard-panel .session-type-standard-panel-body{padding:0 24px 8px}.session-type-standard-panel .cp-panel-header{padding:20px 24px 16px}.session-type-standard-panel .cp-panel-footer{padding:10px 24px 16px}}.layout-android .modal-backdrop{padding:12px;overflow-x:hidden;box-sizing:border-box;align-items:flex-start;padding-top:max(12px,env(safe-area-inset-top))}.layout-android .modal-backdrop.modal-backdrop-center-android{align-items:center;justify-content:center;padding-top:max(12px,env(safe-area-inset-top))}.layout-android .modal,.layout-android .modal.large-modal{width:100%;max-width:calc(100vw - 24px);margin:0 auto;padding:16px;box-sizing:border-box;overflow-x:hidden;max-height:min(92dvh,calc(100vh - 24px))}.layout-android .modal .form-row-layout{min-width:0}.layout-android .modal .form-row{display:flex;flex-direction:column;align-items:stretch;gap:6px;min-width:0}.layout-android .modal .form-row.form-row-infield{flex-direction:column;align-items:stretch;gap:4px}.layout-android .modal .form-row.form-row-infield.stretch{align-items:stretch}.layout-android .modal .form-row .form-row-label{width:100%;padding-top:0}.layout-android .modal .form-row.form-row-infield .form-field-inline-label{width:auto;max-width:none}.layout-android .modal .form-row input,.layout-android .modal .form-row select,.layout-android .modal .form-row textarea{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.layout-android .modal .client-picker{width:100%;min-width:0;flex-wrap:wrap}.layout-android .modal .client-picker.calendar-client-picker{flex-wrap:nowrap;flex-direction:column;align-items:stretch}.layout-android .modal .personal-task-combo{width:100%;min-width:0}.layout-android .modal .client-search-wrap{flex:1;min-width:0}.layout-android .modal .notes-with-checkboxes{flex-direction:column;align-items:stretch;gap:10px;min-width:0;width:100%}.layout-android .modal .notes-with-checkboxes textarea{width:100%}.layout-android .modal .checkbox-row{flex-direction:row;flex-wrap:wrap;gap:10px}.layout-android .modal .checkbox-row label{white-space:normal}.layout-android .modal .form-row span.form-row-label+div{display:flex;flex-wrap:wrap;gap:10px;align-items:center;max-width:100%}.layout-android .modal .row.gap{flex-wrap:wrap;justify-content:flex-end}.layout-android .modal .form-grid{grid-template-columns:1fr;min-width:0}.layout-android .booking-side-panel-backdrop{padding:0;align-items:stretch;justify-content:flex-end;overflow:visible}.layout-android .booking-side-panel.modal.large-modal{width:min(560px,100vw);max-width:100vw;height:min(100dvh,100vh);max-height:min(100dvh,100vh);margin:0 0 0 auto;border-radius:0;padding:0;display:flex;flex-direction:column;overflow:visible;overflow-x:visible}.layout-android .booking-side-panel .booking-side-panel-body{overflow-x:visible;-webkit-overflow-scrolling:touch}.layout-android .modal-android-book .book-session-notes-android-wrap{display:flex;flex-direction:column;align-items:stretch;gap:8px;flex:1;min-width:0;width:100%}.layout-android .modal-android-book .book-session-notes-toggle{align-self:flex-start;min-width:40px;min-height:40px;padding:0 12px;font-size:1.15rem;font-weight:600;line-height:1}.layout-android .modal-android-book .book-session-notes-textarea{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.layout-android .modal-android-book .book-session-checkbox-row{width:100%}.layout-android{position:relative;display:flex;flex-direction:column;height:100dvh;max-height:100dvh;min-height:100dvh;overflow:hidden;background:var(--color-bg)}.layout-android:before{content:"";position:absolute;top:0;left:0;right:0;height:max(12px,env(safe-area-inset-top));background:#1f2a44;z-index:0;pointer-events:none}[data-theme=dark] .layout-android{background:transparent}.layout-android .main-area-android>.content-android-native{display:flex;flex-direction:column;min-height:0}.layout-android .calendar-page-android-root{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden;margin:calc(-1 * var(--content-padding)) calc(-1 * var(--content-padding)) 0;width:calc(100% + 2 * var(--content-padding));max-width:none;box-sizing:border-box}.layout-android .calendar-card-android.card{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden;padding:0;border-radius:0;border:none;box-shadow:none;background:var(--color-surface)}.layout-android .calendar-card-android .calendar-android-week{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.layout-android .calendar-android-toolbar{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-shrink:0;margin-top:max(6px,env(safe-area-inset-top));padding:9px 10px;border-bottom:1px solid var(--border);background:var(--color-surface);z-index:2}[data-theme=dark] .layout-android .calendar-android-toolbar{background:var(--color-surface)}.layout-android .calendar-android-toolbar-leading{display:flex;align-items:center;gap:4px;flex-shrink:0;min-width:0}.layout-android .calendar-android-filters-footer{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;flex-shrink:0;padding:8px 10px;border-top:1px solid var(--border);background:var(--color-surface);z-index:2}.layout-android .calendar-android-filter-footer-left,.layout-android .calendar-android-filter-footer-right,.layout-android .calendar-android-filter-footer-center{display:flex;align-items:center;min-width:0}.layout-android .calendar-android-filter-footer-center{justify-content:center}.layout-android .calendar-android-filter-footer-right{justify-content:flex-end}.layout-android .calendar-android-filter-chip{display:inline-flex;align-items:center;gap:8px;margin:0;padding:8px 10px;font-size:.75rem;border-radius:10px;border:1px solid var(--border);background:var(--color-primary);color:#fff}.layout-android .calendar-android-filter-chip__label{display:inline-flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0;line-height:1.05;text-align:left}.layout-android .calendar-android-filter-chip__label>span{display:block;max-width:74px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.layout-android .calendar-android-filter-chip select{max-width:76px;font-size:.65rem;padding:4px 2px;border-radius:4px;background:var(--color-surface);color:var(--color-text);border:1px solid var(--border)}.layout-android .calendar-android-filters-footer .calendar-android-filter-chip select{max-width:min(168px,46vw)}.layout-android .calendar-bottom-panel-pill--android{min-height:48px;padding:6px 14px;max-width:min(64vw,330px);white-space:normal}.layout-android .calendar-android-toolbar-title{flex:1;min-width:0;text-align:left;font-size:.88rem;font-weight:600;color:var(--color-text);padding:0 4px;line-height:1.25}.layout-android .calendar-android-toolbar .fc-button{padding:6px 10px;font-size:.75rem}.layout-android .calendar-android-toolbar .calendar-android-view-toggle{flex-shrink:0;gap:6px;align-items:center;overflow:visible}.layout-android .calendar-android-config-wrap{position:relative;flex-shrink:0}.layout-android .calendar-android-toolbar-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:none!important;background:transparent!important;color:var(--color-text-muted);border-radius:8px}.layout-android .calendar-android-toolbar-icon-btn:hover,.layout-android .calendar-android-toolbar-icon-btn:active{color:var(--color-text);background:#0000000d!important}.layout-android .calendar-android-todo-btn{transform:translate(-10px)}.layout-android .calendar-android-pinch-scale{flex:1;min-height:0;display:flex;flex-direction:column;overflow:auto;-webkit-overflow-scrolling:touch;will-change:transform;transform-style:flat}.layout-android .calendar-android-pinch-scale .fc{transform:none}.layout-android .fc-day-header-android-stack{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;line-height:1.1;padding:4px 2px;width:100%}.layout-android .fc-day-header-stack{gap:2px;padding:3px 2px}.layout-android .fc-day-header-dow{font-size:.68rem;font-weight:600;text-transform:none;letter-spacing:0}.layout-android .fc-day-header-dom{font-size:.75rem;font-weight:700;width:22px;height:22px}.layout-android .calendar-android-week{width:100%;max-width:100%;min-width:0;box-sizing:border-box;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.layout-android .calendar-android-week .fc{width:100%!important;max-width:100%!important;min-width:0!important;flex:1;min-height:0;height:100%!important;display:flex;flex-direction:column;-webkit-tap-highlight-color:transparent;outline:none!important}.layout-android .calendar-android-week .fc:focus,.layout-android .calendar-android-week .fc:focus-visible,.layout-android .calendar-android-week .fc .fc-view-harness:focus,.layout-android .calendar-android-week .fc .fc-view-harness:focus-visible{outline:none!important}.layout-android .calendar-android-week .fc .fc-view-harness,.layout-android .calendar-android-week .fc .fc-view-harness-active{flex:1;min-height:0;width:100%;display:flex;flex-direction:column}.layout-android .calendar-android-week .fc-timegrid .fc-scrollgrid,.layout-android .calendar-android-week .fc-timegrid .fc-scrollgrid table,.layout-android .calendar-android-week .fc-timegrid .fc-scrollgrid-sync-table,.layout-android .calendar-android-week .fc-timegrid .fc-timegrid-cols table{width:100%!important;min-width:0!important;max-width:100%!important;table-layout:fixed!important}.layout-android .calendar-android-week .fc-timegrid .fc-scrollgrid col,.layout-android .calendar-android-week .fc-timegrid td.fc-timegrid-col,.layout-android .calendar-android-week .fc-timegrid th.fc-col-header-cell{min-width:0!important}.layout-android .calendar-android-week .fc-timegrid .fc-scrollgrid .fc-scroller{overflow-x:hidden!important;-webkit-overflow-scrolling:touch;scrollbar-gutter:auto;scrollbar-width:none;-ms-overflow-style:none}.layout-android .calendar-android-week .fc-timegrid .fc-scrollgrid .fc-scroller::-webkit-scrollbar{width:0;height:0}.layout-android .calendar-android-pinch-scale .fc-timegrid .fc-scrollgrid-section-header{background:var(--color-surface)}.layout-android .calendar-android-pinch-scale .fc-timegrid .fc-col-header th{position:sticky;top:0;z-index:12;background:var(--color-surface)}.layout-android .calendar-android-pinch-scale .fc-timegrid .fc-col-header th.fc-timegrid-axis{left:0;z-index:13}.layout-android .calendar-android-week .fc-timegrid .fc-col-header-cell-cushion{font-size:.6rem;font-weight:600;padding:4px 1px;line-height:1.15;white-space:normal;text-align:center;overflow-wrap:anywhere}.layout-android .calendar-android-week .fc-timegrid .fc-timegrid-axis-cushion,.layout-android .calendar-android-week .fc-timegrid .fc-timegrid-slot-label-cushion{font-size:.65rem;padding:0 2px}.layout-android .calendar-android-week .fc-timegrid .fc-timegrid-axis-frame{max-width:44px}.layout-android .calendar-android-toolbar-month{flex-shrink:0;font-size:.9rem;font-weight:700;line-height:1.15;text-transform:uppercase;letter-spacing:.03em;color:var(--color-text);max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.layout-android .calendar-android-toolbar-spacer{flex:1;min-width:0}.layout-android .calendar-android-week .calendar-android-corner-nav{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:6px;background:var(--color-surface);color:#fff;cursor:pointer;margin:2px auto;padding:0}[data-theme=dark] .layout-android .calendar-android-week .calendar-android-corner-nav{color:#e2e8f0}.layout-android .calendar-android-week .calendar-android-corner-nav svg{display:block}.layout-android .calendar-android-week .calendar-android-corner-nav[data-view=week],.layout-android .calendar-android-week .calendar-android-corner-nav[data-view=month]{border-color:#ffffff73}.layout-android .calendar-android-week .calendar-android-corner-nav:active{background:#0000000d}.layout-android .calendar-android-week .fc-timegrid .fc-toolbar.fc-header-toolbar{flex-wrap:wrap;gap:8px}.layout-android .calendar-android-week .fc-timegrid .fc-toolbar-title{font-size:.9rem}.android-app-bar{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-shrink:0;padding:10px 14px;padding-top:max(10px,env(safe-area-inset-top));background:var(--color-sidebar);color:#fff;box-shadow:0 2px 12px #1e1b4b33}.android-app-title{margin:0;font-size:1.1rem;font-weight:700;letter-spacing:-.02em;background:linear-gradient(135deg,#fff,#bfdbfe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.android-app-bar-actions{display:flex;align-items:center;gap:8px;min-width:0}.android-user-pill{font-size:.7rem;line-height:1.25;padding:6px 10px;max-width:min(160px,42vw);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:#ffffff1f;border-radius:999px;color:#fffffff2}.android-user-role{color:#ffffffb3;font-weight:500}.android-logout-btn{flex-shrink:0;padding:8px 12px;border-radius:var(--radius-md);font-size:.8125rem;font-weight:600;background:#ffffff29;color:#fff;border:none;cursor:pointer}.android-logout-btn:active{background:#ffffff42}.main-area-android{flex:1;min-height:0;display:flex;flex-direction:column;position:relative;z-index:1}.app-header-android{display:none}.app-header-android-spacer{flex:1 1 auto;min-width:0}.app-header-android-actions{flex-shrink:0;margin-left:auto}.content-android-native{flex:1;min-height:0;overflow:auto;-webkit-overflow-scrolling:touch;padding:var(--content-padding)}.android-bottom-nav{flex-shrink:0;display:flex;align-items:stretch;justify-content:space-around;gap:2px;padding:6px 4px calc(8px + env(safe-area-inset-bottom));border-top:1px solid var(--border);background:var(--color-surface);box-shadow:0 -4px 24px #1e293b14;position:relative;z-index:1}[data-theme=dark] .android-bottom-nav{box-shadow:0 -4px 24px #00000059}.android-nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:4px;padding:4px 2px 2px;min-width:0;max-width:96px;margin:0 auto;color:var(--color-text-muted);font-size:.625rem;font-weight:600;letter-spacing:.02em;text-decoration:none;border-radius:var(--radius-sm);transition:color .15s ease,background .15s ease}.android-nav-item span{line-height:1.2;text-align:center}.android-nav-item.active{color:var(--color-primary);background:var(--color-primary-soft)}.android-nav-item:active:not(.active){background:#1672f30f}.layout-android .meeting-provider-picker-backdrop{align-items:center;justify-content:center;padding-top:max(16px,env(safe-area-inset-top))}@media(max-width:1024px){.content.content-android-native{padding-top:var(--content-padding)}}.layout-android .booking-side-panel-backdrop{align-items:flex-end;justify-content:center;background:#0f172a5c;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.onboarding-tour{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;pointer-events:none;color:var(--color-text)}.onboarding-tour__veil{display:none}.onboarding-tour--calendar{--tour-spotlight-x: 52%;--tour-spotlight-y: 46%}.onboarding-tour--clients{--tour-spotlight-x: 49%;--tour-spotlight-y: 52%}.onboarding-tour--billing{--tour-spotlight-x: 55%;--tour-spotlight-y: 52%}.onboarding-tour--inbox{--tour-spotlight-x: 54%;--tour-spotlight-y: 50%}.onboarding-tour--analytics{--tour-spotlight-x: 56%;--tour-spotlight-y: 43%}.onboarding-tour--services,.onboarding-tour--employees{--tour-spotlight-x: 55%;--tour-spotlight-y: 50%}.onboarding-tour--configuration{--tour-spotlight-x: 57%;--tour-spotlight-y: 49%}.onboarding-tour__highlight{position:fixed;pointer-events:none;border:2px solid rgba(22,114,243,.9);background:transparent;box-shadow:0 0 0 4px #1672f31a,0 12px 28px #1672f329;z-index:1;transition:top .22s ease,left .22s ease,width .22s ease,height .22s ease,border-radius .22s ease}.onboarding-tour__highlight:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:inherit;border:1px solid rgba(22,114,243,.16)}.onboarding-tour__highlight--nav{border-color:#f9941ff2;box-shadow:0 0 0 4px #f9941f24,0 12px 28px #f9941f29}.onboarding-tour__highlight--panel{border-color:#1672f3e6}[data-theme=dark] .onboarding-tour__highlight{border-color:#7dd3fcf2;background:transparent;box-shadow:0 0 0 4px #7dd3fc24,0 12px 32px #0206175c}.onboarding-tour__card{position:absolute;right:clamp(24px,8vw,168px);top:50%;width:min(380px,calc(100vw - 32px));transform:translateY(-50%);border:1px solid rgba(226,232,240,.9);border-radius:24px;background:linear-gradient(180deg,#fffffffa,#fffffff0),var(--color-surface);box-shadow:0 28px 80px #02081742,0 1px #ffffffb8 inset;padding:28px;z-index:2;pointer-events:auto}[data-theme=dark] .onboarding-tour__card{border-color:#334155eb;background:linear-gradient(180deg,#0f172afa,#0f172af0),var(--color-surface);box-shadow:0 28px 90px #00000085,0 1px #ffffff0f inset}.onboarding-tour__card--welcome,.onboarding-tour__card--calendar{right:clamp(24px,11vw,210px)}.onboarding-tour__card--clients,.onboarding-tour__card--billing,.onboarding-tour__card--inbox,.onboarding-tour__card--analytics,.onboarding-tour__card--services,.onboarding-tour__card--employees,.onboarding-tour__card--configuration{right:clamp(20px,12vw,250px)}.onboarding-tour__progress-row{display:flex;align-items:center;gap:14px;margin-bottom:26px}.onboarding-tour__step-badge{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(135deg,#1672f329,#1672f314);color:var(--color-primary);font-weight:800;box-shadow:0 8px 20px #1672f324}.onboarding-tour__progress-track{display:flex;flex:1;gap:7px}.onboarding-tour__progress-segment{flex:1 1 18px;height:5px;border-radius:999px;background:#d9dde4}[data-theme=dark] .onboarding-tour__progress-segment{background:#334155}.onboarding-tour__progress-segment.is-complete{background:linear-gradient(90deg,var(--color-primary),#0b5edc)}.onboarding-tour__headline-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:12px}.onboarding-tour__headline-row h2{margin:0;color:var(--color-text);font-size:clamp(22px,2.2vw,28px);line-height:1.15;letter-spacing:-.04em}.onboarding-tour__badge{display:inline-flex;align-items:center;gap:5px;border-radius:999px;background:#7c3aed1c;color:#6d28d9;font-size:12px;font-weight:800;padding:5px 9px}.onboarding-tour__badge:before{content:"";width:7px;height:7px;border-radius:999px;background:currentColor}.onboarding-tour__card p{margin:0;color:var(--color-text-muted);font-size:15px;line-height:1.65}.onboarding-tour__step-label{margin-top:24px;color:var(--color-text-muted);font-size:13px;font-weight:700}.onboarding-tour__divider{height:1px;margin:18px 0;background:linear-gradient(90deg,#94a3b800,#94a3b85c,#94a3b800)}.onboarding-tour__actions{display:flex;justify-content:flex-end;gap:10px}.onboarding-tour__button{min-height:42px;border-radius:12px;padding:0 20px;border:1px solid transparent;font:inherit;font-size:14px;font-weight:800;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background .15s ease}.onboarding-tour__button:hover{transform:translateY(-1px)}.onboarding-tour__button:focus-visible{outline:3px solid rgba(22,114,243,.28);outline-offset:2px}.onboarding-tour__button--secondary{background:#ffffffd1;border-color:var(--border);color:var(--color-text)}[data-theme=dark] .onboarding-tour__button--secondary{background:#0f172abd}.onboarding-tour__button--primary{min-width:118px;background:linear-gradient(135deg,var(--color-primary),#0757ce);color:#fff;box-shadow:0 14px 26px #1672f347}@media(max-width:1024px){.onboarding-tour__veil{display:none}.onboarding-tour__card,.onboarding-tour__card--welcome,.onboarding-tour__card--calendar,.onboarding-tour__card--clients,.onboarding-tour__card--billing,.onboarding-tour__card--inbox,.onboarding-tour__card--analytics,.onboarding-tour__card--services,.onboarding-tour__card--employees,.onboarding-tour__card--configuration{left:12px;right:12px;top:auto;bottom:calc(14px + env(safe-area-inset-bottom,0px));width:auto;transform:none;border-radius:22px;padding:22px}.onboarding-tour__progress-row{margin-bottom:20px}.onboarding-tour__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.onboarding-tour__button--primary{min-width:0}.onboarding-tour__actions .onboarding-tour__button:last-child:nth-child(3){grid-column:span 2}}@media(max-width:460px){.onboarding-tour__actions{grid-template-columns:1fr}.onboarding-tour__actions .onboarding-tour__button:last-child:nth-child(3){grid-column:auto}}.cards-product-modal-note{grid-column:1 / -1;margin:-2px 0 2px;padding:12px 14px;border-radius:14px;border:1px solid rgba(37,99,235,.12);background:#f8fbff;font-size:.88rem;line-height:1.45}.cards-product-toggle{width:max-content;max-width:100%;display:inline-flex;align-items:center;gap:0;padding:2px;border:1px solid rgba(15,23,42,.12);border-radius:999px;background:#f8fafc}.cards-product-toggle-btn,button.cards-product-toggle-btn{min-width:44px;min-height:26px;padding:0 11px;border-radius:999px;background:transparent;color:#667085;font-size:.78rem;font-weight:850;letter-spacing:-.01em;box-shadow:none!important;transform:none!important}.cards-product-toggle-btn:hover:not(:disabled){background:#2563eb14;color:#1d4ed8;box-shadow:none!important}.cards-product-toggle-btn.active,button.cards-product-toggle-btn.active{background:linear-gradient(135deg,#2563eb,#0b5fea);color:#fff;box-shadow:0 5px 12px #2563eb33!important}.cards-product-toggle-btn:disabled{opacity:.48}.cards-product-voucher-mode-toggle{width:100%;border-radius:14px;padding:4px}.cards-product-voucher-mode-toggle .cards-product-toggle-btn{flex:1 1 0;min-height:42px;border-radius:10px;font-size:.9rem}.cards-product-voucher-services{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:220px;overflow:auto;padding:10px;border:1px solid rgba(148,163,184,.28);border-radius:14px;background:#fff}.cards-product-voucher-service-option{display:flex;align-items:center;gap:10px;min-width:0;padding:10px 12px;border:1px solid rgba(148,163,184,.22);border-radius:11px;background:#f8fafc;cursor:pointer}.cards-product-voucher-service-option.is-selected{border-color:#1672f352;background:#eff6ffe6}.cards-product-voucher-service-option input[type=checkbox]{width:18px;height:18px;flex:0 0 auto}.cards-product-voucher-service-option span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#334155;font-size:.9rem;font-weight:700}.cards-product-delete-btn,button.cards-product-delete-btn{color:#dc2626!important;background:#fff5f5!important;border:1px solid rgba(220,38,38,.14)}.cards-product-delete-btn:hover:not(:disabled){background:#fee2e2!important;box-shadow:none!important}[data-theme=dark] .cards-product-modal-note{background:#1e40af2e;border-color:#60a5fa47}[data-theme=dark] .cards-product-voucher-services,[data-theme=dark] .cards-product-voucher-service-option{background:#111827;border-color:#94a3b838}[data-theme=dark] .cards-product-voucher-service-option.is-selected{background:#2563eb24;border-color:#60a5fa59}[data-theme=dark] .cards-product-voucher-service-option span{color:#e5e7eb}[data-theme=dark] .cards-product-toggle{background:#0f172ac7;border-color:#94a3b83d}[data-theme=dark] .cards-product-delete-btn,[data-theme=dark] button.cards-product-delete-btn{background:#7f1d1d33!important;border-color:#f8717138;color:#fca5a5!important}.clients-mobile-card-head-tools{display:inline-flex;align-items:center;gap:8px;flex-shrink:0}.service-config-mobile-card .clients-mobile-card-head-tools .cards-product-row-delete{padding:8px 10px;min-height:36px;font-size:.8125rem;line-height:1.2}.service-config-table-wrap .cards-product-row-delete{white-space:nowrap}.cards-product-courses-field{grid-column:1 / -1}.cards-product-switch-field{min-width:0;align-self:stretch}.cards-product-toggle-card{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:16px;min-height:74px;padding:16px 18px;border-radius:16px;border:1px solid rgba(148,163,184,.25);background:#fff;cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.cards-product-toggle-card:hover,.cards-product-toggle-card.is-on{border-color:#1672f342;background:linear-gradient(135deg,#eff6ffc7,#fffffffa)}.cards-product-switch.session-type-config-switch,.cards-product-switch .session-type-config-switch-track{width:58px;height:32px}.cards-product-switch.session-type-config-switch input[type=checkbox]{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;width:100%;height:100%;min-height:0;margin:0;padding:0;opacity:0;border:0;cursor:pointer}.cards-product-switch .session-type-config-switch-thumb{width:24px;height:24px}.cards-product-switch input:checked+.session-type-config-switch-track .session-type-config-switch-thumb{transform:translate(26px)}.cards-product-toggle-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.cards-product-toggle-copy strong{color:#111827;font-size:.98rem;font-weight:820;line-height:1.2}.cards-product-toggle-copy span{color:#667085;font-size:.86rem;line-height:1.35}.cards-product-courses-field{margin-top:4px}.cards-product-course-picker{display:grid;gap:8px;max-height:238px;overflow:auto;padding-right:2px}.cards-product-course-option{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:14px;min-height:58px;padding:12px 14px;border-radius:14px;border:1px solid rgba(148,163,184,.26);background:#fff;cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.cards-product-course-option:hover,.cards-product-course-option.is-selected{border-color:#1672f36b;background:linear-gradient(135deg,#eff6ffbd,#fffffffa)}.cards-product-course-checkbox{position:relative;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;flex:0 0 auto}.cards-product-course-checkbox input[type=checkbox]{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;width:100%;height:100%;min-height:0;margin:0;padding:0;opacity:0;border:0;cursor:pointer}.cards-product-course-checkmark{width:22px;height:22px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;color:transparent;background:#fff;border:1px solid rgba(148,163,184,.45);transition:background .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease}.cards-product-course-checkbox input[type=checkbox]:checked+.cards-product-course-checkmark{color:#fff;background:linear-gradient(135deg,#2563eb,#1672f3);border-color:transparent;box-shadow:0 6px 14px #2563eb38}.cards-product-course-copy{display:flex;flex-direction:column;gap:3px;min-width:0}.cards-product-course-copy strong{display:inline-flex;align-items:baseline;flex-wrap:wrap;gap:10px;color:#172033;font-size:.96rem;font-weight:820;line-height:1.25}.cards-product-course-copy strong span{color:#667085;font-size:.88rem;font-weight:680}.cards-product-course-copy small{color:#667085;font-size:.82rem;line-height:1.35}.cards-product-empty-courses{padding:14px;border-radius:14px;border:1px dashed rgba(148,163,184,.35);background:#fbfdff}[data-theme=dark] .cards-product-toggle-card,[data-theme=dark] .cards-product-course-option,[data-theme=dark] .cards-product-empty-courses{background:#111c31;border-color:#94a3b842}[data-theme=dark] .cards-product-toggle-card:hover,[data-theme=dark] .cards-product-toggle-card.is-on,[data-theme=dark] .cards-product-course-option:hover,[data-theme=dark] .cards-product-course-option.is-selected{background:#1e40af33}[data-theme=dark] .cards-product-toggle-copy strong,[data-theme=dark] .cards-product-course-copy strong{color:#f8fafc}[data-theme=dark] .cards-product-toggle-copy span,[data-theme=dark] .cards-product-course-copy small,[data-theme=dark] .cards-product-course-copy strong span{color:#cbd5e1}[data-theme=dark] .cards-product-course-checkmark{background:#0f172a;border-color:#94a3b859}@media(max-width:1024px){.cards-product-courses-field{grid-column:auto}.cards-product-toggle-card{min-height:76px;padding:14px}.cards-product-course-picker{max-height:none}}.cards-product-courses-panel{gap:16px}.cards-product-course-section-icon{color:#1672f3}.cards-product-linked-courses-list{display:grid;gap:10px}.cards-product-linked-course-card{width:100%}.cards-product-linked-course-icon{color:#1672f3}.cards-product-course-panel-hint{display:block;margin-top:2px}.cards-product-course-picker-body{padding-bottom:18px}.cards-product-course-picker-results{display:grid}.cards-product-course-picker-options{display:grid;gap:10px;max-height:420px;overflow:auto;padding-right:4px}@media(max-width:1024px){.cards-product-linked-courses-list{gap:12px}}.cards-product-scope-field{display:grid;gap:8px}.cards-product-scope-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:4px}.cards-product-scope-option{display:grid;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:14px;min-height:92px;padding:16px 18px;text-align:left;border:1px solid rgba(148,163,184,.3);border-radius:16px;background:#fff;color:#0f172a;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease,transform .16s ease}.cards-product-scope-option:hover:not(:disabled){border-color:#1672f357;box-shadow:0 7px 20px #0f172a0f}.cards-product-scope-option.is-selected{border-color:#1672f39e;background:linear-gradient(135deg,#eff6fffa,#fff);box-shadow:0 0 0 2px #1672f312}.cards-product-scope-option:disabled{opacity:.52;cursor:not-allowed}.cards-product-scope-radio{position:relative;width:22px;height:22px;flex:0 0 auto;border:2px solid #cbd5e1;border-radius:999px;background:#fff}.cards-product-scope-option.is-selected .cards-product-scope-radio{border-color:#1672f3}.cards-product-scope-option.is-selected .cards-product-scope-radio:after{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:999px;background:#1672f3}.cards-product-scope-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;color:#64748b}.cards-product-scope-icon svg{width:24px;height:24px}.cards-product-scope-option.is-selected .cards-product-scope-icon{color:#1672f3}.cards-product-scope-copy{display:flex;flex-direction:column;gap:5px;min-width:0}.cards-product-scope-copy strong{color:#0f172a;font-size:.98rem;font-weight:800;line-height:1.2}.cards-product-scope-copy span{color:#667085;font-size:.84rem;font-weight:500;line-height:1.35}.cards-product-scope-empty-hint{margin-top:2px}.cards-product-service-dropdown{position:relative;width:100%}.cards-product-service-dropdown>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:58px;padding:0 18px;border:1px solid rgba(148,163,184,.36);border-radius:14px;background:#fff;color:#0f172a;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.cards-product-service-dropdown>summary::-webkit-details-marker{display:none}.cards-product-service-dropdown[open]>summary,.cards-product-service-dropdown>summary:focus-visible{border-color:#1672f3b3;box-shadow:0 0 0 3px #1672f31a;outline:none}.cards-product-service-dropdown-chevron{color:#64748b;font-size:1.15rem;transition:transform .16s ease}.cards-product-service-dropdown[open] .cards-product-service-dropdown-chevron{transform:rotate(180deg)}.cards-product-service-dropdown-menu{position:absolute;z-index:30;left:0;right:0;top:calc(100% + 8px);display:grid;gap:6px;max-height:250px;overflow:auto;padding:8px;border:1px solid rgba(148,163,184,.28);border-radius:14px;background:#fff;box-shadow:0 18px 44px #0f172a29}.cards-product-service-dropdown-option{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:11px;min-height:42px;padding:9px 11px;border-radius:10px;color:#334155;cursor:pointer}.cards-product-service-dropdown-option:hover,.cards-product-service-dropdown-option.is-selected{background:#eff6ff}.cards-product-service-dropdown-option input[type=checkbox]{width:18px;height:18px;min-height:0;margin:0;accent-color:#1672f3}.cards-product-service-dropdown-option span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;font-weight:650}.cards-product-service-dropdown-empty{padding:10px 12px}[data-theme=dark] .cards-product-scope-option,[data-theme=dark] .cards-product-service-dropdown>summary,[data-theme=dark] .cards-product-service-dropdown-menu{background:#111827;border-color:#94a3b83d;color:#e5e7eb}[data-theme=dark] .cards-product-scope-option.is-selected{background:linear-gradient(135deg,#2563eb2b,#111827fa);border-color:#60a5fa8c}[data-theme=dark] .cards-product-scope-copy strong{color:#f8fafc}[data-theme=dark] .cards-product-scope-copy span,[data-theme=dark] .cards-product-service-dropdown-chevron{color:#94a3b8}[data-theme=dark] .cards-product-scope-radio{background:#111827;border-color:#64748b}[data-theme=dark] .cards-product-service-dropdown-option{color:#e5e7eb}[data-theme=dark] .cards-product-service-dropdown-option:hover,[data-theme=dark] .cards-product-service-dropdown-option.is-selected{background:#2563eb29}@media(max-width:1024px){.cards-product-scope-options{grid-template-columns:1fr}.cards-product-service-dropdown-menu{position:static;margin-top:8px;box-shadow:none}}.cards-product-responsive-section{display:contents}@media(max-width:1024px){.cards-product-responsive-section{grid-column:1 / -1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 38px;min-width:0;padding:24px;border:1px solid rgba(148,163,184,.24);border-radius:16px;background:#fff;box-shadow:0 5px 18px #0f172a0b}.cards-product-responsive-section--scope,.cards-product-responsive-section--copy{grid-template-columns:1fr}.cards-product-responsive-section--switches{grid-template-columns:1fr;gap:14px;padding:0;border:0;background:transparent;box-shadow:none}.cards-product-responsive-section--basics>.field:nth-child(3)>.field-hint{display:none}.cards-product-responsive-section--scope .cards-product-scope-field>.field-hint:not(.cards-product-scope-empty-hint){display:none}.cards-product-responsive-section--meta>.field:first-child{display:none}.cards-product-courses-field{min-width:0;grid-column:auto}.cards-product-service-dropdown>summary{min-height:52px;border:1px solid #d6deea;border-radius:12px;background:#fff;color:#172033;font-size:1rem;box-shadow:none}.cards-product-service-dropdown>summary{padding:0 16px}.cards-product-scope-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:2px}.cards-product-scope-option{min-height:82px;padding:14px 16px;gap:12px;border-color:#dbe3ef;border-radius:14px;box-shadow:none}.cards-product-scope-option.is-selected{border-color:#1672f3;background:linear-gradient(135deg,#f2f7ff,#fff);box-shadow:0 0 0 1px #1672f30f}.cards-product-scope-copy strong{color:#172033;font-size:.95rem}.cards-product-scope-copy span{color:#718096;font-size:.8rem;line-height:1.3}.cards-product-modal-note{grid-column:1 / -1;margin:0;padding:13px 16px;border:1px solid #d7e6fb;border-radius:13px;background:#f7fbff;color:#243247;font-size:.84rem;line-height:1.42}.cards-product-responsive-section--services .cards-product-modal-note{position:relative;min-height:58px;padding:13px 16px 13px 54px}.cards-product-responsive-section--services .cards-product-modal-note:before{content:"i";position:absolute;left:18px;top:50%;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;transform:translateY(-50%);border:2px solid #1672f3;border-radius:999px;color:#1672f3;font-size:.78rem;font-weight:850;line-height:1;box-sizing:border-box}.cards-product-toggle-card{min-height:78px;padding:16px 22px;border-color:#94a3b83d;border-radius:16px;background:#fff;box-shadow:0 5px 18px #0f172a0b}.cards-product-toggle-card:hover,.cards-product-toggle-card.is-on{border-color:#94a3b83d;background:#fff}.cards-product-toggle-copy strong{color:#111827;font-size:1rem}.cards-product-toggle-copy span{color:#718096;font-size:.83rem}.cards-product-courses-field{grid-column:1 / -1;padding:20px;border:1px solid rgba(148,163,184,.24);border-radius:16px;background:#fff;box-shadow:0 5px 18px #0f172a0b}[data-theme=dark] .cards-product-responsive-section,[data-theme=dark] .cards-product-toggle-card,[data-theme=dark] .cards-product-courses-field{background:#111827;border-color:#94a3b833}[data-theme=dark] .cards-product-responsive-section--switches{background:transparent;border-color:transparent}}@media(max-width:600px){.cards-product-responsive-section{gap:16px 12px;padding:18px;border-radius:14px}.cards-product-responsive-section--basics{grid-template-columns:repeat(2,minmax(0,1fr))}.cards-product-responsive-section--basics>.field:nth-child(1),.cards-product-responsive-section--basics>.field:nth-child(2),.cards-product-responsive-section--basics>.field:nth-child(3),.cards-product-responsive-section--basics>.cards-product-modal-note{grid-column:1 / -1}.cards-product-responsive-section--services,.cards-product-responsive-section--copy,.cards-product-responsive-section--switches{grid-template-columns:1fr}.cards-product-responsive-section--meta{grid-template-columns:repeat(2,minmax(0,1fr))}.cards-product-scope-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.cards-product-scope-option{grid-template-columns:auto auto minmax(0,1fr);min-height:62px;padding:11px 10px;gap:8px}.cards-product-scope-radio{width:20px;height:20px}.cards-product-scope-icon{width:24px;height:24px}.cards-product-scope-icon svg{width:20px;height:20px}.cards-product-scope-copy strong{font-size:.86rem}.cards-product-scope-copy span{display:none}}.cards-product-money-input{display:flex;align-items:center;width:100%;min-height:46px;border:1px solid #d4deea;border-radius:10px;background:#fff;overflow:hidden;box-shadow:none}.cards-product-money-input>span{display:flex;align-items:center;justify-content:center;align-self:stretch;width:42px;min-width:42px;border-right:1px solid #e4eaf1;color:#64748b;font-size:.86rem;font-weight:650}.cards-product-money-input>input{min-width:0;width:100%;min-height:44px;padding:0 14px!important;border:0!important;border-radius:0!important;outline:0;background:transparent!important;box-shadow:none!important;font-variant-numeric:tabular-nums}.cards-product-money-input:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb14}.cards-product-money-input>input[readonly]{background:#f8fafc!important;color:#475569}[data-theme=dark] .cards-product-money-input{border-color:#94a3b847;background:#111827}[data-theme=dark] .cards-product-money-input>span{border-right-color:#94a3b833;color:#94a3b8}[data-theme=dark] .cards-product-money-input>input[readonly]{background:#1e293bb8!important;color:#cbd5e1}@media(max-width:1024px){.cards-product-mobile-panel{--cards-mobile-blue: #0b6ff5;--cards-mobile-text: #172033;--cards-mobile-muted: #6f7f97;--cards-mobile-line: #d7e1ee;--cards-mobile-icon-size: 24px}.cards-product-mobile-panel .cp-panel-header{display:grid;grid-template-columns:40px minmax(0,1fr) 40px;align-items:center;gap:8px;padding:14px 16px 8px;border-bottom:0;background:#fff}.cards-product-mobile-panel .cp-panel-header__leading,.cards-product-mobile-panel .cp-panel-header__actions{display:flex;align-items:center;justify-content:center;min-width:40px;min-height:40px}.cards-product-mobile-panel .cp-panel-header__text{min-width:0;text-align:center}.cards-product-mobile-panel .cp-panel-header__title{margin:0;color:#0f172f;font-size:1.08rem;font-weight:700;line-height:1.2}.cards-product-mobile-header-btn{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:transparent;color:#172033;padding:0}.cards-product-mobile-header-btn--save{color:var(--cards-mobile-blue)}.cards-product-mobile-header-btn:disabled{opacity:.45}.cards-product-mobile-panel .cp-panel-tabs{display:flex;align-items:stretch;justify-content:stretch;width:100%;gap:0;padding:0;min-height:54px;overflow-x:hidden;overflow-y:hidden;border-bottom:0;background:#fff;scrollbar-width:none;-ms-overflow-style:none}.cards-product-mobile-panel .cp-panel-tabs::-webkit-scrollbar{display:none}.cards-product-mobile-panel .cp-panel-tab{position:relative;flex:1 1 0;display:inline-flex;align-items:center;justify-content:center;min-width:0;min-height:54px;padding:0 12px 6px;border:0;border-radius:0;background:transparent;color:#31415b;font-size:.95rem;font-weight:500;white-space:nowrap;box-shadow:none}.cards-product-mobile-panel .cp-panel-tab svg{display:none}.cards-product-mobile-panel .cp-panel-tab:after{content:"";position:absolute;left:12px;right:12px;bottom:0;height:2px;border-radius:999px;background:transparent}.cards-product-mobile-panel .cp-panel-tab.is-active{color:var(--cards-mobile-blue);font-weight:600}.cards-product-mobile-panel .cp-panel-tab.is-active:after{background:var(--cards-mobile-blue)}.cards-product-mobile-panel .cp-panel-body{padding:8px 16px 32px;background:#fff}.cards-product-mobile-panel .cp-section{margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.cards-product-mobile-panel .cp-section__head{display:none}.cards-product-mobile-panel .cp-section__body{display:flex;flex-direction:column;gap:0;padding:0}.cards-product-mobile-panel .cards-product-mobile-row{position:relative;padding-left:44px;margin:0 0 16px}.cards-product-mobile-panel .cards-product-mobile-row:before{content:"";position:absolute;left:0;top:22px;width:var(--cards-mobile-icon-size);height:var(--cards-mobile-icon-size);background-repeat:no-repeat;background-position:center;background-size:var(--cards-mobile-icon-size) var(--cards-mobile-icon-size)}.cards-product-mobile-panel .cards-product-mobile-row--name:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b6ff5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='7' width='14' height='13' rx='2'/%3E%3Cpath d='M9 7V6a3 3 0 0 1 6 0v1'/%3E%3C/svg%3E")}.cards-product-mobile-panel .cards-product-mobile-row--type:before,.cards-product-mobile-panel .cards-product-mobile-row--copy:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b6ff5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='4' width='14' height='16' rx='2'/%3E%3Cpath d='M8 9h8M8 13h8M8 17h5'/%3E%3C/svg%3E")}.cards-product-mobile-panel .cards-product-mobile-row--locations:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b6ff5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s6-5.5 6-11a6 6 0 1 0-12 0c0 5.5 6 11 6 11Z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E")}.cards-product-mobile-panel .cards-product-mobile-row--services:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b6ff5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7.5 12 3l8 4.5v9L12 21l-8-4.5v-9Z'/%3E%3Cpath d='m4.5 7.8 7.5 4.3 7.5-4.3M12 12.1V21'/%3E%3C/svg%3E")}.cards-product-mobile-panel .cards-product-mobile-row--quantity:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b6ff5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='4' width='16' height='16' rx='2'/%3E%3Cpath d='M12 8v8M9.5 10.5 12 8l2.5 2.5'/%3E%3C/svg%3E")}.cards-product-mobile-panel .cards-product-mobile-row--visibility:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b6ff5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 12s3.5-6 10-6 10 6 10 6-3.5 6-10 6-10-6-10-6Z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E")}.cards-product-mobile-panel .cards-product-mobile-row--price:before{content:"€";top:23px;width:var(--cards-mobile-icon-size);height:var(--cards-mobile-icon-size);display:inline-flex;align-items:center;justify-content:center;color:var(--cards-mobile-blue);background:none;font-size:16px;font-weight:500;line-height:1}.cards-product-mobile-panel .cards-product-mobile-row--tax:before{content:"%";top:23px;width:var(--cards-mobile-icon-size);height:var(--cards-mobile-icon-size);display:inline-flex;align-items:center;justify-content:center;color:var(--cards-mobile-blue);background:none;font-size:16px;font-weight:500;line-height:1}.cards-product-mobile-panel .cards-product-mobile-row .field{display:block;margin:0}.cards-product-mobile-panel .cards-product-mobile-row .field-label{display:block;margin:0 0 6px;color:#5f708a;font-size:.95rem;font-weight:500;line-height:1.35}.cards-product-mobile-panel .cards-product-mobile-row .field-hint,.cards-product-mobile-panel .cards-product-scope-field>.field-hint,.cards-product-mobile-panel .cards-product-toggle-copy span{display:block;margin-top:7px;color:var(--cards-mobile-muted);font-size:.78rem;line-height:1.35}.cards-product-mobile-panel .cards-product-mobile-row input:not([type=checkbox]):not([type=radio]),.cards-product-mobile-panel .cards-product-mobile-row textarea,.cards-product-mobile-panel .cards-product-mobile-row .app-desktop-select,.cards-product-mobile-panel .cards-product-mobile-row .cards-product-service-dropdown>summary,.cards-product-mobile-panel .cards-product-mobile-row .cards-product-money-input{width:100%;min-height:0;padding:0 0 12px;border:0;border-bottom:1px solid var(--cards-mobile-line);border-radius:0;background:transparent;box-shadow:none;color:var(--cards-mobile-text);font-size:1rem;font-weight:500}.cards-product-mobile-panel .cards-product-mobile-row textarea{resize:none;min-height:120px;padding-top:2px;line-height:1.45}.cards-product-mobile-panel .cards-product-mobile-row .cards-product-money-input{display:flex;align-items:center;gap:10px;overflow:visible}.cards-product-mobile-panel .cards-product-mobile-row .cards-product-money-input>span{flex:0 0 auto;color:#5f708a;font-size:1rem}.cards-product-mobile-panel .cards-product-mobile-row .cards-product-money-input>input{border:0;padding:0;min-height:0}.cards-product-mobile-panel .cards-product-mobile-row .app-desktop-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230b6ff5' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 0 center;background-size:16px 16px;padding-right:22px}.cards-product-mobile-panel .cards-product-service-dropdown>summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px}.cards-product-mobile-panel .cards-product-service-dropdown>summary::-webkit-details-marker{display:none}.cards-product-mobile-panel .cards-product-scope-field{margin:4px 0 16px}.cards-product-mobile-panel .cards-product-scope-field>.field-label{display:block;margin:0 0 6px;color:#172033;font-size:1rem;font-weight:600}.cards-product-mobile-panel .cards-product-scope-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:10px}.cards-product-mobile-panel .cards-product-scope-option{min-height:108px;padding:14px 12px;border:1px solid #d8e3ef;border-radius:16px;background:#fff;box-shadow:none}.cards-product-mobile-panel .cards-product-scope-option.is-selected{border-color:var(--cards-mobile-blue);background:linear-gradient(135deg,#f2f7ff,#fff)}.cards-product-mobile-panel .cards-product-scope-copy strong{font-size:.96rem;color:#172033}.cards-product-mobile-panel .cards-product-scope-copy span{margin-top:4px;color:var(--cards-mobile-muted);font-size:.8rem;line-height:1.3}.cards-product-mobile-panel .cards-product-mobile-row--visibility{margin-top:6px}.cards-product-mobile-panel .cards-product-mobile-row--visibility .cards-product-switch-field{margin:0}.cards-product-mobile-panel .cards-product-mobile-row--visibility .cards-product-toggle-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:0;padding:0 0 12px;border:0;border-bottom:1px solid var(--cards-mobile-line);border-radius:0;background:transparent;box-shadow:none}.cards-product-mobile-panel .cards-product-mobile-row--visibility .cards-product-switch{order:2;margin:0}.cards-product-mobile-panel .cards-product-mobile-row--visibility .cards-product-toggle-copy{order:1;min-width:0}.cards-product-mobile-panel .cards-product-mobile-row--visibility .cards-product-toggle-copy strong{display:block;color:#172033;font-size:.98rem;font-weight:600}}@media(max-width:600px){.cards-product-mobile-panel .cp-panel-header{padding-top:12px}.cards-product-mobile-panel .cp-panel-header__title{font-size:1rem}.cards-product-mobile-panel .cp-panel-tab{flex:1 1 0;min-width:0;padding-inline:10px;font-size:.9rem}.cards-product-mobile-panel .cp-panel-body{padding-inline:14px}.cards-product-mobile-panel .cards-product-mobile-row{padding-left:40px}.cards-product-mobile-panel .cards-product-scope-options{grid-template-columns:1fr 1fr;gap:8px}.cards-product-mobile-panel .cards-product-scope-option{min-height:94px;padding:12px 10px;gap:8px}}@media(max-width:1024px){.cards-product-mobile-panel .session-type-standard-panel-body{padding:0!important;background:#fff!important}.cards-product-mobile-editor{padding:20px 20px calc(28px + env(safe-area-inset-bottom,0px));background:#fff}.cards-product-mobile-editor--copy{padding-top:24px}.cards-product-mobile-field,.cards-product-mobile-field--details{display:grid;grid-template-columns:28px minmax(0,1fr);align-items:start;column-gap:16px;margin:0 0 22px}.cards-product-mobile-field__icon,.cards-product-mobile-switch-row__icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;margin-top:20px;color:#0877f9}.cards-product-mobile-field__icon svg,.cards-product-mobile-switch-row__icon svg{width:24px;height:24px}.cards-product-mobile-field__icon--symbol{margin-top:18px;font-size:2rem;line-height:1;font-weight:400;font-family:inherit}.cards-product-mobile-field__body{min-width:0}.cards-product-mobile-field__label{display:block;margin:0 0 6px;color:#5f708a;font-size:.92rem;line-height:1.3;font-weight:500}.cards-product-mobile-field__control,.cards-product-mobile-field select.app-desktop-select:not([multiple]){display:block;width:100%;min-height:42px!important;height:42px;margin:0;padding:0 24px 10px 0!important;border:0!important;border-bottom:1px solid #cfd8e3!important;border-radius:0!important;outline:none!important;background-color:transparent!important;color:#0f172a!important;box-shadow:none!important;font-size:1rem!important;line-height:1.35!important;font-weight:500!important}.cards-product-mobile-field input.cards-product-mobile-field__control{padding-right:0!important}.cards-product-mobile-field__control::placeholder{color:#8b99ad;opacity:1}.cards-product-mobile-field select.app-desktop-select:not([multiple]){-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230b6ff5' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 0 center!important;background-size:18px 18px!important}.cards-product-mobile-field__control--textarea{height:auto!important;min-height:140px!important;padding-top:4px!important;resize:vertical;line-height:1.45!important}.cards-product-mobile-location-options{display:grid;gap:7px;margin:-10px 0 22px 44px;padding:10px 12px;border:1px solid #e1e8f1;border-radius:12px;background:#fbfdff}.cards-product-mobile-check-row{display:flex;align-items:center;gap:10px;min-height:38px;padding:7px 8px;border-radius:9px;color:#26364e;font-size:.9rem}.cards-product-mobile-check-row.is-selected{background:#eef5ff;color:#0b6ff5}.cards-product-mobile-check-row input{width:18px;height:18px;margin:0;accent-color:#0b6ff5}.cards-product-mobile-scope{margin:4px 0 22px}.cards-product-mobile-scope__label{display:block;margin:0 0 10px;color:#243247;font-size:.95rem;line-height:1.3;font-weight:600}.cards-product-mobile-scope__options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.cards-product-mobile-scope-card{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:grid;grid-template-columns:22px 28px minmax(0,1fr);align-items:center;gap:9px;min-height:104px;padding:14px 12px;border:1px solid #d8e2ef;border-radius:16px;background:#fff;color:#53647b;text-align:left;box-shadow:none}.cards-product-mobile-scope-card.is-selected{border-color:#0b6ff5;background:linear-gradient(135deg,#f1f7ff,#fff);color:#0b6ff5}.cards-product-mobile-scope-card:disabled{opacity:.48}.cards-product-mobile-scope-card__radio{width:22px;height:22px;border:2px solid #cbd6e4;border-radius:999px;background:#fff;box-shadow:inset 0 0 0 4px #fff}.cards-product-mobile-scope-card.is-selected .cards-product-mobile-scope-card__radio{border-color:#0b6ff5;background:#0b6ff5}.cards-product-mobile-scope-card__icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;color:currentColor}.cards-product-mobile-scope-card__icon svg{width:24px;height:24px}.cards-product-mobile-scope-card__copy{min-width:0;color:#172033}.cards-product-mobile-scope-card__copy strong{display:block;margin:0 0 4px;color:#111827;font-size:.94rem;line-height:1.18;font-weight:700}.cards-product-mobile-scope-card__copy span{display:block;color:#718096;font-size:.76rem;line-height:1.3}.cards-product-mobile-services-dropdown{position:relative;width:100%}.cards-product-mobile-services-dropdown>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:42px;padding:0 0 10px;border-bottom:1px solid #cfd8e3;color:#0f172a;font-size:1rem;font-weight:500;list-style:none;cursor:pointer}.cards-product-mobile-services-dropdown>summary::-webkit-details-marker{display:none}.cards-product-mobile-services-dropdown>summary svg{flex:0 0 auto;color:#0b6ff5}.cards-product-mobile-services-dropdown__menu{display:grid;gap:4px;margin-top:8px;padding:8px;border:1px solid #dde6f0;border-radius:12px;background:#fff;box-shadow:0 10px 24px #0f172a14}.cards-product-mobile-switch-row{display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;column-gap:16px;min-height:58px;margin:0 0 10px;padding:0 0 10px;border-bottom:1px solid #cfd8e3}.cards-product-mobile-switch-row__icon{margin-top:0}.cards-product-mobile-switch-row__text{color:#0f172a;font-size:.98rem;line-height:1.3;font-weight:600}.cards-product-mobile-switch-row__copy{min-width:0;display:grid;gap:3px;color:#0f172a}.cards-product-mobile-switch-row__copy strong{font-size:.98rem;line-height:1.3;font-weight:700}.cards-product-mobile-switch-row__copy small{color:#718096;font-size:.78rem;line-height:1.35;font-weight:500}.cards-product-mobile-switch-row .cards-product-switch{margin:0}.cards-product-mobile-courses{margin:18px 0 0 44px;padding-top:16px;border-top:1px solid #e0e7ef}.cards-product-mobile-courses__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.cards-product-mobile-courses__head strong{color:#172033;font-size:.95rem}.cards-product-mobile-courses__head>div{display:flex;gap:6px}.cards-product-mobile-courses__head button,.cards-product-mobile-course-row button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:#0b6ff5;font-size:.78rem;font-weight:700;padding:4px}.cards-product-mobile-course-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #edf1f6}.cards-product-mobile-course-row>span{display:grid;gap:2px;min-width:0}.cards-product-mobile-course-row small{color:#718096}}@media(max-width:600px){.cards-product-mobile-editor{padding-inline:16px}.cards-product-mobile-field,.cards-product-mobile-field--details,.cards-product-mobile-switch-row{grid-template-columns:26px minmax(0,1fr);column-gap:12px}.cards-product-mobile-switch-row{grid-template-columns:26px minmax(0,1fr) auto}.cards-product-mobile-field__icon,.cards-product-mobile-switch-row__icon{width:26px}.cards-product-mobile-scope__options{gap:8px}.cards-product-mobile-scope-card{grid-template-columns:20px 24px minmax(0,1fr);gap:7px;min-height:96px;padding:12px 9px}.cards-product-mobile-scope-card__radio{width:20px;height:20px}.cards-product-mobile-scope-card__copy strong{font-size:.88rem}.cards-product-mobile-scope-card__copy span{font-size:.7rem}.cards-product-mobile-location-options,.cards-product-mobile-courses{margin-left:38px}}@media(max-width:1024px){.cards-product-mobile-panel>.cp-panel-tabs{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important;min-height:56px!important;height:56px!important;margin:-8px 0 0!important;padding:0 10px!important;gap:0!important;overflow:visible!important;border:0!important;background:#fff!important;box-shadow:none!important}.cards-product-mobile-panel>.cp-panel-tabs .cp-panel-tab{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-width:0!important;min-height:56px!important;height:56px!important;margin:0!important;padding:0 3px 5px!important;border:0!important;border-radius:0!important;background:transparent!important;color:#23324c!important;box-shadow:none!important;font-size:13px!important;font-weight:500!important;line-height:1.15!important;text-align:center!important;white-space:nowrap!important}.cards-product-mobile-panel>.cp-panel-tabs .cp-panel-tab:after{content:""!important;position:absolute!important;left:12%!important;right:12%!important;bottom:0!important;width:auto!important;height:2px!important;border-radius:999px!important;background:transparent!important}.cards-product-mobile-panel>.cp-panel-tabs .cp-panel-tab.is-active{color:#0b6ff5!important;font-weight:600!important}.cards-product-mobile-panel>.cp-panel-tabs .cp-panel-tab.is-active:after{background:#0b6ff5!important}.cards-product-mobile-editor--copy .cards-product-mobile-field--copy{margin-bottom:0!important}.cards-product-mobile-editor--copy .cards-product-mobile-field__icon{margin-top:23px!important}.cards-product-mobile-editor--copy .cards-product-mobile-field__control--textarea{display:block!important;min-height:42px!important;height:42px!important;max-height:none!important;padding:0 0 10px!important;overflow:hidden!important;resize:none!important;border:0!important;border-bottom:1px solid #cfd8e3!important;border-radius:0!important;background:transparent!important;line-height:1.35!important}}@media(max-width:1024px){.session-type-standard-panel.cards-product-mobile-panel>.cp-panel-tabs{display:flex!important;width:100%!important;max-width:none!important;min-width:0!important;box-sizing:border-box!important;margin:0!important;padding:0!important;gap:0!important;overflow:hidden!important;align-self:stretch!important}.session-type-standard-panel.cards-product-mobile-panel>.cp-panel-tabs>.cp-panel-tab{flex:0 0 50%!important;width:50%!important;max-width:50%!important;min-width:0!important;margin:0!important;padding:0 4px 6px!important;justify-content:center!important;text-align:center!important;box-sizing:border-box!important}.session-type-standard-panel.cards-product-mobile-panel>.cp-panel-tabs>.cp-panel-tab:after{left:12%!important;right:12%!important}}.course-access-page{min-height:100vh;background:radial-gradient(circle at 50% 0%,rgba(59,130,246,.12),transparent 34rem),linear-gradient(180deg,#eef6ff,#fff 48%,#f8fafc);color:#0f172a;padding:28px 16px 44px}.course-access-layout{max-width:1180px;margin:0 auto}.course-access-brand{margin:0 0 18px 4px;color:#0369a1;font-weight:900;letter-spacing:.2px}.course-access-shell{overflow:hidden;border:1px solid rgba(191,219,254,.9);border-radius:30px;background:#fffffff2;box-shadow:0 24px 70px #0f172a1c}.course-access-state{padding:42px;color:#475569}.course-access-state--error h1{margin:0 0 10px;font-size:28px;color:#0f172a}.course-access-state--error p{margin:0;color:#64748b}.course-access-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:22px;align-items:start;padding:30px 32px 24px;border-bottom:1px solid #eaf2ff}.course-access-eyebrow{display:inline-flex;gap:8px;align-items:center;color:#2563eb;font-size:12px;font-weight:900;letter-spacing:1px;text-transform:uppercase}.course-access-hero h1{margin:10px 0;color:#0f172a;font-size:clamp(30px,5vw,46px);line-height:1.02;letter-spacing:-.04em}.course-access-hero p{max-width:660px;margin:0;color:#475569;font-size:16px;line-height:1.6}.course-access-pill-grid{display:grid;grid-template-columns:repeat(3,minmax(92px,1fr));gap:10px;min-width:340px}.course-access-pill-grid span,.course-access-stat-row span{display:grid;gap:4px;min-width:0;padding:14px 16px;border:1px solid #e2e8f0;border-radius:18px;background:linear-gradient(180deg,#fff,#f8fbff);color:#64748b;font-size:12px;font-weight:700}.course-access-pill-grid strong,.course-access-stat-row strong{overflow:hidden;color:#0f172a;font-size:18px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.course-access-content-grid{display:grid;grid-template-columns:minmax(320px,390px) minmax(0,1fr);gap:26px;padding:26px 32px 34px}.course-access-sidebar{display:flex;flex-direction:column;gap:16px;min-width:0}.course-access-resume{display:flex;gap:14px;align-items:center;justify-content:space-between;padding:16px;border:1px solid #bfdbfe;border-radius:20px;background:linear-gradient(135deg,#eff6ff,#fff)}.course-access-resume div{display:grid;gap:4px;min-width:0}.course-access-resume span{color:#2563eb;font-size:12px;font-weight:900;text-transform:uppercase}.course-access-resume strong{overflow:hidden;color:#0f172a;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.course-access-resume button,.course-access-help-card a{border:0;border-radius:14px;background:#2563eb;color:#fff;cursor:pointer;font-weight:900;text-decoration:none}.course-access-resume button{padding:10px 14px}.course-access-list-head{display:flex;gap:16px;align-items:end;justify-content:space-between}.course-access-list-head h2{margin:0;color:#0f172a;font-size:18px}.course-access-list-head p{margin:5px 0 0;color:#64748b;font-size:13px;line-height:1.4}.course-access-list-head label{display:grid;gap:5px;color:#475569;font-size:12px;font-weight:800;white-space:nowrap}.course-access-list-head select{min-height:38px;border:1px solid #cbd5e1;border-radius:12px;background:#fff;color:#0f172a;font-weight:800;padding:0 34px 0 12px}.course-access-card-list{display:grid;gap:12px}.course-access-card{display:grid;grid-template-columns:90px minmax(0,1fr) auto;gap:14px;align-items:center;width:100%;border:1px solid #e2e8f0;border-radius:20px;background:#fff;box-shadow:0 8px 28px #0f172a0f;color:#0f172a;cursor:pointer;padding:12px;text-align:left;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background .18s ease}.course-access-card:hover,.course-access-card:focus-visible{border-color:#93c5fd;box-shadow:0 14px 34px #2563eb1f;transform:translateY(-1px);outline:none}.course-access-card--active{border-color:#2563eb;background:linear-gradient(180deg,#eff6ff,#fff)}.course-access-card-thumb,.course-access-selected-thumb{position:relative;overflow:hidden;border-radius:15px;background:#0f172a}.course-access-card-thumb{width:90px;height:62px}.course-access-selected-thumb{width:150px;height:96px;flex:0 0 auto;box-shadow:0 16px 30px #0f172a29}.course-access-card-thumb img,.course-access-selected-thumb img{width:100%;height:100%;display:block;object-fit:cover}.course-access-thumb-fallback{display:grid;place-items:center;width:100%;height:100%;background:radial-gradient(circle at 25% 20%,rgba(96,165,250,.6),transparent 34%),linear-gradient(135deg,#0f172a,#1d4ed8);color:#fff}.course-access-thumb-fallback span{width:36px;height:36px;display:grid;place-items:center;border-radius:999px;background:#ffffff2e;font-weight:900}.course-access-thumb-fallback small{position:absolute;right:8px;bottom:6px;font-size:10px;font-weight:900;opacity:.75}.course-access-card-body{display:grid;gap:7px;min-width:0}.course-access-card-title-row{display:flex;gap:8px;align-items:center;justify-content:space-between;min-width:0}.course-access-card-title{overflow:hidden;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.course-access-favorite{flex:0 0 auto;color:#cbd5e1;font-size:16px;line-height:1}.course-access-favorite--active{color:#2563eb}.course-access-card-status-row,.course-access-card-meta{display:flex;gap:7px;align-items:center;min-width:0;color:#64748b;font-size:12px;font-weight:700}.course-access-status-dot{width:8px;height:8px;flex:0 0 auto;border-radius:999px;background:#cbd5e1}.course-access-status-dot--started{background:#22c55e}.course-access-progress{overflow:hidden;height:5px;border-radius:999px;background:#e2e8f0}.course-access-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#22c55e,#2563eb)}.course-access-card-arrow{display:grid;place-items:center;width:34px;height:34px;border:1px solid #bfdbfe;border-radius:999px;color:#2563eb;font-size:24px;font-weight:500}.course-access-help-card{display:flex;gap:12px;align-items:center;margin-top:auto;padding:14px;border:1px solid #e2e8f0;border-radius:18px;background:#f8fafc}.course-access-help-card>span{display:grid;place-items:center;width:30px;height:30px;flex:0 0 auto;border:1px solid #bfdbfe;border-radius:999px;color:#2563eb;font-weight:900}.course-access-help-card div{display:flex;flex-wrap:wrap;gap:5px 8px;align-items:center;min-width:0;color:#475569;font-size:13px}.course-access-help-card a{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;font-size:12px}.course-access-player-panel{min-width:0;border:1px solid #e2e8f0;border-radius:24px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 14px 40px #0f172a14;padding:22px}.course-access-player-head{display:flex;gap:18px;align-items:center;margin-bottom:18px}.course-access-selected-label{color:#2563eb;font-size:12px;font-weight:900;text-transform:uppercase}.course-access-player-head h2{margin:6px 0 7px;color:#0f172a;font-size:clamp(24px,3vw,34px);line-height:1.08;letter-spacing:-.03em}.course-access-player-head p{margin:0;color:#475569;line-height:1.55}.course-access-stat-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:18px}.course-access-media-frame{overflow:hidden;border-radius:22px;background:#0f172a;box-shadow:inset 0 0 0 1px #ffffff14}.course-access-media-frame iframe{width:100%;aspect-ratio:16 / 9;display:block;border:0}.course-access-iframe-wrap{position:relative}.course-access-player-loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:grid;place-items:center;padding:28px;background:#0f172a;color:#cbd5e1;text-align:center}.course-access-media-empty{display:grid;min-height:300px;place-items:center;padding:28px;color:#cbd5e1;text-align:center}.course-access-audio-card{display:grid;gap:18px;padding:34px;background:linear-gradient(135deg,#0f172a,#1e3a8a)}.course-access-audio-icon{display:grid;place-items:center;width:68px;height:68px;margin:0 auto;border-radius:999px;background:#ffffff29;color:#fff;font-size:36px;font-weight:900}.course-access-audio-card audio{width:100%}.course-access-next-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}.course-access-next-grid div{padding:16px;border:1px solid #e2e8f0;border-radius:18px;background:#f8fafc}.course-access-next-grid strong{color:#0f172a}.course-access-next-grid p{margin:6px 0 0;color:#64748b;font-size:13px;line-height:1.45}@media(max-width:1024px){.course-access-hero,.course-access-content-grid{grid-template-columns:1fr}.course-access-pill-grid{min-width:0;width:100%}.course-access-sidebar{order:2}.course-access-player-panel{order:1}}@media(max-width:640px){.course-access-page{padding:14px 10px 28px}.course-access-shell{border-radius:22px}.course-access-hero,.course-access-content-grid{padding:22px 16px}.course-access-pill-grid,.course-access-stat-row,.course-access-next-grid{grid-template-columns:1fr}.course-access-list-head,.course-access-player-head,.course-access-resume{align-items:stretch;flex-direction:column}.course-access-list-head label{white-space:normal}.course-access-card{grid-template-columns:74px minmax(0,1fr)}.course-access-card-arrow{display:none}.course-access-card-thumb{width:74px;height:56px}.course-access-selected-thumb{width:100%;height:170px}.course-access-media-empty{min-height:220px}}.course-access-resume small{overflow:hidden;color:#64748b;font-size:12px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.course-access-status-dot--completed{background:#2563eb}.course-access-card-meta span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.course-access-watch-progress{display:grid;gap:10px;margin:-4px 0 18px;padding:14px 16px;border:1px solid #dbeafe;border-radius:18px;background:linear-gradient(180deg,#eff6ff,#fff)}.course-access-watch-progress>div:first-child{display:flex;flex-wrap:wrap;gap:6px 12px;align-items:center;justify-content:space-between;color:#64748b;font-size:13px;font-weight:800}.course-access-watch-progress strong{color:#0f172a;font-size:14px}.course-access-watch-progress span{color:#2563eb}.course-access-progress--large{height:7px}.course-access-stat-row{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:1024px){.course-access-stat-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.course-access-stat-row{grid-template-columns:1fr}}@media(max-width:1024px),(hover:none)and (pointer:coarse){input:not([type=checkbox]):not([type=radio]):not([type=range]),select,textarea{font-size:16px!important}}@media(min-width:1025px){select.app-desktop-select:not([multiple]){-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;min-height:38px;padding:8px 38px 8px 12px!important;border:1px solid rgba(22,114,243,.42)!important;border-radius:10px!important;background-color:var(--color-surface, #ffffff)!important;background-image:linear-gradient(45deg,transparent 50%,rgba(22,114,243,.72) 50%),linear-gradient(135deg,rgba(22,114,243,.72) 50%,transparent 50%)!important;background-position:calc(100% - 17px) calc(50% - 1px),calc(100% - 12px) calc(50% - 1px)!important;background-size:5px 5px,5px 5px!important;background-repeat:no-repeat!important;color:var(--color-text, #0f172a)!important;font:inherit;font-size:.875rem;font-weight:600;line-height:1.25;box-shadow:0 1px 2px #0f172a0f!important;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease}select.app-desktop-select:not([multiple]):hover:not(:disabled){border-color:#1672f39e!important;background-color:#1672f309!important}select.app-desktop-select:not([multiple]):focus,select.app-desktop-select:not([multiple]):focus-visible,select.app-desktop-select:not([multiple])[aria-expanded=true]{outline:none!important;border-color:#1672f3c2!important;box-shadow:0 0 0 3px #1672f31c,0 1px 2px #0f172a0d!important}select.app-desktop-select:not([multiple]):disabled{cursor:not-allowed;opacity:.58;background-color:#94a3b814!important}[data-theme=dark] select.app-desktop-select:not([multiple]){border-color:#60a5fa73!important;background-color:#0f172ab8!important;color:var(--color-text, #e5e7eb)!important;box-shadow:0 1px 3px #00000052!important;background-image:linear-gradient(45deg,transparent 50%,rgba(147,197,253,.82) 50%),linear-gradient(135deg,rgba(147,197,253,.82) 50%,transparent 50%)!important}[data-theme=dark] select.app-desktop-select:not([multiple]):hover:not(:disabled){background-color:#60a5fa1a!important}}.app-desktop-select-panel{box-sizing:border-box;max-width:calc(100vw - 16px);padding:7px;overflow:hidden;border:1px solid var(--border, #dbe3ef);border-radius:14px;background:var(--color-surface, #ffffff);color:var(--color-text, #0f172a);box-shadow:0 18px 42px #0f172a29,0 0 0 1px #0f172a09;animation:app-desktop-select-in .12s ease-out}@keyframes app-desktop-select-in{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.app-desktop-select-panel__search-wrap{display:flex;align-items:center;gap:7px;min-height:34px;margin-bottom:5px;padding:5px 10px;border:1px solid rgba(15,23,42,.08);border-radius:10px;background:#0f172a0d;color:var(--color-text-muted, #64748b)}.app-desktop-select-panel__search-wrap>svg{flex:0 0 auto;opacity:.55}.app-desktop-select-panel__search{flex:1;min-width:0;height:auto!important;min-height:0!important;margin:0!important;padding:1px 0!important;border:0!important;border-radius:0!important;outline:none!important;background:transparent!important;color:var(--color-text, #0f172a)!important;box-shadow:none!important;font:inherit;font-size:.875rem;font-weight:500;line-height:1.35}.app-desktop-select-panel__search:focus,.app-desktop-select-panel__search:focus-visible{border:0!important;outline:none!important;box-shadow:none!important}.app-desktop-select-panel__search::-webkit-search-cancel-button{opacity:.55}.app-desktop-select-panel__search::placeholder{color:var(--color-text-muted, #64748b);opacity:.82;font-weight:400}.app-desktop-select-panel__scroll{max-height:min(330px,48vh);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:1px;scrollbar-width:thin}.app-desktop-select-panel__option-block+.app-desktop-select-panel__option-block{margin-top:1px}.app-desktop-select-panel__group{padding:9px 10px 5px;color:var(--color-text-muted, #64748b);font-size:.69rem;font-weight:750;letter-spacing:.055em;text-transform:uppercase}.app-desktop-select-panel__option{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:42px;padding:9px 11px;border:0!important;border-radius:10px;outline:none;background:transparent;color:var(--color-text, #334155);box-shadow:none!important;cursor:pointer;text-align:left;font:inherit;font-size:.9rem;font-weight:600;line-height:1.3;transition:background .12s ease,color .12s ease}.app-desktop-select-panel__option:hover:not(:disabled),.app-desktop-select-panel__option--active:not(.app-desktop-select-panel__option--selected):not(:disabled){background:#0f172a0f}.app-desktop-select-panel__option--selected,.app-desktop-select-panel__option--selected:hover,.app-desktop-select-panel__option--selected.app-desktop-select-panel__option--active{background:var(--color-primary, #1672f3)!important;color:#fff!important}.app-desktop-select-panel__option:disabled{cursor:not-allowed;opacity:.42}.app-desktop-select-panel__label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-desktop-select-panel__check,.app-desktop-select-panel__check-spacer{flex:0 0 18px;width:18px}.app-desktop-select-panel__check{color:currentColor}.app-desktop-select-panel__empty{padding:14px 10px;color:var(--color-text-muted, #64748b);text-align:center;font-size:.875rem}[data-theme=dark] .app-desktop-select-panel{border-color:#475569d1;background:var(--color-surface, #0f172a);box-shadow:0 18px 44px #0000007a,0 0 0 1px #ffffff0f}[data-theme=dark] .app-desktop-select-panel__search-wrap{border-color:#ffffff1a;background:#ffffff0f}[data-theme=dark] .app-desktop-select-panel__option:hover:not(:disabled),[data-theme=dark] .app-desktop-select-panel__option--active:not(.app-desktop-select-panel__option--selected):not(:disabled){background:#ffffff14}@media(max-width:1024px){.app-desktop-select-panel{display:none!important}}@media(prefers-reduced-motion:reduce){.app-desktop-select-panel{animation:none}}@media(min-width:1025px){.clients-owner-filter__button{height:38px!important;min-height:38px;padding:0 12px!important;border-color:#1672f36b!important;border-radius:10px!important;background:var(--color-surface, #ffffff)!important;box-shadow:0 1px 2px #0f172a0f!important;color:var(--color-text, #334155)!important;font-weight:600!important}.clients-owner-filter__button:hover,.clients-owner-filter__button--active{border-color:#1672f39e!important;background:#1672f309!important;color:var(--color-primary, #1672f3)!important}.clients-owner-filter__button--active{box-shadow:0 0 0 3px #1672f31c,0 1px 2px #0f172a0d!important}.clients-owner-filter__menu,.client-dropdown-panel,.guest-booking-select-menu,.calendar-view-dropdown-panel{padding:7px!important;border:1px solid var(--border, #dbe3ef)!important;border-radius:14px!important;background:var(--color-surface, #ffffff)!important;box-shadow:0 18px 42px #0f172a29,0 0 0 1px #0f172a09!important}.clients-owner-filter__option,.client-list-item,.calendar-view-dropdown-item{min-height:42px;padding:9px 11px!important;border-radius:10px!important;font-size:.9rem!important;font-weight:600!important}.clients-owner-filter__option:hover:not(.active),.client-list-item:hover:not(.selected),.calendar-view-dropdown-item:hover{background:#0f172a0f!important;color:var(--color-text, #334155)!important}.clients-owner-filter__option.active,.client-list-item.selected{background:var(--color-primary, #1672f3)!important;color:#fff!important;box-shadow:none!important}.client-list-item.selected *,.clients-owner-filter__option.active *{color:#fff!important}.guest-booking-select-trigger{border-color:#1672f36b!important;border-radius:10px!important;background:var(--color-surface, #ffffff)!important;box-shadow:0 1px 2px #0f172a0f!important}.guest-booking-select-trigger:hover,.guest-booking-select.is-open .guest-booking-select-trigger{border-color:#1672f39e!important;background:#1672f309!important}.guest-booking-select.is-open .guest-booking-select-trigger{box-shadow:0 0 0 3px #1672f31c,0 1px 2px #0f172a0d!important}.guest-booking-select-option{border-radius:10px!important}.guest-booking-select-option:hover:not(.is-selected){background:#0f172a0f!important}.guest-booking-select-option.is-selected{background:var(--color-primary, #1672f3)!important;color:#fff!important;box-shadow:none!important}.guest-booking-select-option.is-selected .guest-booking-select-option-label,.guest-booking-select-option.is-selected .guest-booking-select-option-line{color:#fff!important}[data-theme=dark] .clients-owner-filter__button,[data-theme=dark] .clients-owner-filter__menu,[data-theme=dark] .client-dropdown-panel,[data-theme=dark] .guest-booking-select-trigger,[data-theme=dark] .guest-booking-select-menu,[data-theme=dark] .calendar-view-dropdown-panel{border-color:#60a5fa59!important;background:#0f172a!important}[data-theme=dark] .clients-owner-filter__option:hover:not(.active),[data-theme=dark] .client-list-item:hover:not(.selected),[data-theme=dark] .guest-booking-select-option:hover:not(.is-selected),[data-theme=dark] .calendar-view-dropdown-item:hover{background:#ffffff14!important;color:var(--color-text, #e5e7eb)!important}}.cp-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-panel);display:flex;align-items:stretch;justify-content:flex-end;background:var(--panel-scrim);animation:cp-fade-in var(--panel-duration) var(--panel-ease)}.cp-scrim--dialog{z-index:var(--z-dialog);align-items:center;justify-content:center;padding:20px;overflow-y:auto}.cp-scrim--closing{animation:cp-fade-out .15s var(--panel-ease) forwards}.cp-scrim[data-depth="1"]{background:#0f172a47}.cp-scrim[data-depth="2"]{background:#0f172a38}[data-theme=dark] .cp-scrim[data-depth="1"]{background:#0206176b}[data-theme=dark] .cp-scrim[data-depth="2"]{background:#02061757}@keyframes cp-fade-in{0%{opacity:0}to{opacity:1}}@keyframes cp-fade-out{0%{opacity:1}to{opacity:0}}@keyframes cp-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes cp-slide-out{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes cp-dialog-in{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.cp-panel{position:relative;display:flex;flex-direction:column;width:var(--panel-width-md);max-width:100vw;height:100%;background:var(--panel-surface);color:var(--color-text);box-shadow:var(--panel-shadow);overflow:hidden;animation:cp-slide-in var(--panel-duration) var(--panel-ease);outline:none}@supports (height: 100dvh){.cp-panel{height:100dvh}}.cp-panel--sm{width:var(--panel-width-sm)}.cp-panel--md{width:var(--panel-width-md)}.cp-panel--lg{width:var(--panel-width-lg)}.cp-panel--xl{width:var(--panel-width-xl)}.cp-panel--closing{animation:cp-slide-out .15s var(--panel-ease) forwards}.cp-scrim[data-depth="1"] .cp-panel{margin-right:0}.cp-scrim--center{align-items:center;justify-content:center;padding:20px;overflow-y:auto}.cp-panel--center{height:auto;max-height:calc(100vh - 40px);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);animation:cp-dialog-in var(--panel-duration) var(--panel-ease)}@supports (height: 100dvh){.cp-panel--center{height:auto;max-height:calc(100dvh - 40px)}}@media(prefers-reduced-motion:reduce){.cp-scrim,.cp-panel,.cp-dialog{animation:none!important}}.cp-panel-header{display:flex;align-items:flex-start;gap:12px;flex-shrink:0;min-height:var(--panel-header-h);padding:18px var(--panel-pad);border-bottom:1px solid var(--panel-border);background:var(--panel-surface)}.cp-panel-header__text{flex:1;min-width:0}.cp-panel-header__title{margin:0;font-size:var(--fs-title);font-weight:700;line-height:1.25;letter-spacing:-.015em;color:var(--color-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cp-panel-header__subtitle{margin:3px 0 0;font-size:var(--fs-subtitle);font-weight:500;line-height:1.4;color:var(--color-text-muted)}.cp-panel-header__actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.cp-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;min-width:36px;padding:0;border:1px solid transparent;border-radius:999px;background:transparent;color:var(--color-text-muted);cursor:pointer;transition:background .15s ease,color .15s ease}.cp-icon-btn:hover:not(:disabled){background:var(--panel-surface-muted);color:var(--color-text)}.cp-icon-btn:focus-visible{outline:none;border-color:var(--color-primary);box-shadow:var(--field-ring)}.cp-icon-btn:disabled{opacity:.5;cursor:not-allowed}.cp-icon-btn svg{display:block;width:18px;height:18px}.cp-menu{position:relative;display:inline-flex}.cp-menu__list{position:absolute;top:calc(100% + 6px);right:0;z-index:5;min-width:200px;padding:6px;border:1px solid var(--panel-border);border-radius:var(--panel-radius);background:var(--panel-surface);box-shadow:var(--shadow-lg)}.cp-menu__item{display:flex;align-items:center;gap:10px;width:100%;padding:9px 10px;border:none;border-radius:8px;background:transparent;color:var(--color-text);font-size:var(--fs-body);font-weight:500;text-align:left;cursor:pointer}.cp-menu__item:hover:not(:disabled){background:var(--panel-surface-muted)}.cp-menu__item:disabled{opacity:.5;cursor:not-allowed}.cp-menu__item--danger{color:var(--color-danger)}.cp-menu__item--danger:hover:not(:disabled){background:var(--color-danger-soft)}.cp-menu__item svg{flex-shrink:0;width:16px;height:16px}.cp-panel-tabs{display:flex;align-items:stretch;flex-shrink:0;gap:2px;min-height:var(--panel-tabs-h);padding:0 var(--panel-pad);border-bottom:1px solid var(--panel-border);background:var(--panel-surface);overflow-x:auto;scrollbar-width:none}.cp-panel-tabs::-webkit-scrollbar{display:none}.cp-panel-tab{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:7px;flex:1 0 auto;padding:0 14px;border:none;background:transparent;color:var(--color-text-muted);font-size:.875rem;font-weight:600;line-height:1;white-space:nowrap;cursor:pointer;transition:color .15s ease}.cp-panel-tab:after{content:"";position:absolute;left:8px;right:8px;bottom:-1px;height:2px;border-radius:2px 2px 0 0;background:transparent;transition:background .15s ease}.cp-panel-tab:hover{color:var(--color-text)}.cp-panel-tab:focus-visible{outline:none;color:var(--color-text);box-shadow:inset var(--field-ring)}.cp-panel-tab.is-active{color:var(--color-primary)}.cp-panel-tab.is-active:after{background:var(--color-primary)}.cp-panel-tab svg{flex-shrink:0;width:16px;height:16px}.cp-panel-body{flex:1;min-height:0;display:flex;flex-direction:column;gap:var(--panel-section-gap);padding:var(--panel-pad);overflow-y:auto;overscroll-behavior:contain;background:var(--panel-surface)}.cp-panel-body--flush{padding:0;gap:0}.cp-panel-body--sections{gap:var(--section-gap);background:var(--panel-surface-muted)}.cp-section{display:flex;flex-direction:column;min-width:0}.cp-panel-body--sections>.cp-section{padding:var(--section-pad);border:1px solid var(--panel-border);border-radius:var(--panel-radius);background:var(--panel-surface)}.cp-section__head{display:flex;align-items:center;gap:10px;min-width:0}.cp-section__toggle{flex:1;display:flex;align-items:center;gap:10px;min-width:0;padding:0;border:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.cp-section__toggle--static{cursor:default}.cp-section__icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:20px;height:20px;color:var(--color-primary)}.cp-section__icon svg{width:20px;height:20px}.cp-section__heading{display:flex;flex-direction:column;gap:2px;min-width:0}.cp-section__title{margin:0;font-size:var(--fs-section);font-weight:600;line-height:1.3;color:var(--color-text)}.cp-section__desc{margin:0;font-size:var(--fs-hint);font-weight:500;line-height:1.45;color:var(--color-text-muted)}.cp-section__badge{flex-shrink:0;padding:3px 8px;border-radius:999px;background:var(--color-primary-soft);color:var(--color-primary);font-size:.6875rem;font-weight:600;line-height:1.3;white-space:nowrap}.cp-section__summary{flex:1;min-width:0;overflow:hidden;font-size:var(--fs-hint);font-weight:500;color:var(--color-text-muted);text-overflow:ellipsis;white-space:nowrap}.cp-section__collapse{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;padding:0;border:1px solid var(--panel-border);border-radius:8px;background:var(--panel-surface);color:var(--color-text-muted);font-size:1rem;font-weight:600;line-height:1;cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease}.cp-section__head:hover .cp-section__collapse,.cp-section__toggle:focus-visible~.cp-section__collapse{border-color:var(--color-primary);color:var(--color-primary)}.cp-section__toggle:focus-visible{outline:2px solid var(--color-primary);outline-offset:3px;border-radius:6px}.cp-section__controls{display:flex;align-items:center;flex-shrink:0;gap:10px}.cp-section__body{display:flex;flex-direction:column;gap:14px;min-width:0;padding-top:14px}.cp-section>.cp-section__body:first-child{padding-top:0}.cp-field{display:flex;flex-direction:column;gap:6px;min-width:0}.cp-field__label{display:flex;align-items:center;gap:5px;font-size:var(--fs-label);font-weight:500;line-height:1.3;color:var(--color-text-muted)}.cp-field__required{color:var(--color-danger)}.cp-field__hint{font-size:var(--fs-hint);line-height:1.4;color:var(--color-text-muted)}.cp-field__error{font-size:var(--fs-hint);font-weight:500;line-height:1.4;color:var(--color-danger)}.cp-field-row{display:grid;grid-template-columns:repeat(var(--cp-cols, 2),minmax(0,1fr));gap:12px;align-items:start}@media(max-width:560px){.cp-field-row{grid-template-columns:minmax(0,1fr)}}.cp-panel input:not([type=checkbox]):not([type=radio]):not([type=range]),.cp-panel select,.cp-panel textarea,.cp-dialog input:not([type=checkbox]):not([type=radio]):not([type=range]),.cp-dialog select,.cp-dialog textarea,.cp-input,.cp-select,.cp-textarea{width:100%;min-height:var(--field-h);padding:10px 12px;border:1px solid var(--field-border);border-radius:var(--field-radius);background:var(--field-bg);color:var(--color-text);font-family:inherit;font-size:var(--fs-body);font-weight:500;line-height:1.35;box-shadow:none;transition:border-color .15s ease,box-shadow .15s ease}.cp-panel textarea,.cp-dialog textarea,.cp-textarea{min-height:88px;resize:vertical}.cp-panel select,.cp-dialog select,.cp-select{padding-right:34px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2355596d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 11px center}[data-theme=dark] .cp-panel select,[data-theme=dark] .cp-dialog select,[data-theme=dark] .cp-select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")}.cp-panel input:focus,.cp-panel select:focus,.cp-panel textarea:focus,.cp-dialog input:focus,.cp-dialog select:focus,.cp-dialog textarea:focus,.cp-input:focus,.cp-select:focus,.cp-textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:var(--field-ring)}.cp-panel input:disabled,.cp-panel select:disabled,.cp-panel textarea:disabled,.cp-dialog input:disabled,.cp-input:disabled{background:var(--panel-surface-muted);color:var(--color-text-muted);cursor:not-allowed}.cp-panel input[aria-invalid=true],.cp-panel select[aria-invalid=true],.cp-panel textarea[aria-invalid=true],.cp-input[aria-invalid=true]{border-color:var(--color-danger)}.cp-panel input[type=checkbox],.cp-panel input[type=radio],.cp-dialog input[type=checkbox]{width:18px;height:18px;flex-shrink:0;accent-color:var(--color-primary);cursor:pointer}.cp-row{display:flex;align-items:center;gap:12px;width:100%;padding:12px 14px;border:1px solid var(--panel-border);border-radius:var(--field-radius);background:var(--panel-surface);color:var(--color-text);font-size:var(--fs-body);text-align:left}button.cp-row{cursor:pointer;transition:border-color .15s ease,background .15s ease}button.cp-row:hover:not(:disabled){border-color:var(--color-primary);background:var(--color-primary-soft)}button.cp-row:focus-visible{outline:none;border-color:var(--color-primary);box-shadow:var(--field-ring)}.cp-row__main{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.cp-row__title{font-weight:600;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cp-row__meta{font-size:var(--fs-hint);color:var(--color-text-muted);line-height:1.35}.cp-row__value{flex-shrink:0;font-weight:600;font-variant-numeric:tabular-nums}.cp-row--accent{border-left:3px solid var(--color-primary)}.cp-empty{padding:22px 16px;border:1px dashed var(--panel-border);border-radius:var(--field-radius);color:var(--color-text-muted);font-size:var(--fs-body);text-align:center}.cp-panel-footer{display:flex;align-items:center;gap:12px;flex-shrink:0;min-height:var(--panel-footer-h);padding:14px var(--panel-pad) max(14px,calc(14px + env(safe-area-inset-bottom,0px)));border-top:1px solid var(--panel-border);background:var(--panel-surface)}.cp-panel-footer__summary{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.cp-panel-footer__summary-label{font-size:var(--fs-hint);font-weight:500;color:var(--color-text-muted)}.cp-panel-footer__summary-value{font-size:1.0625rem;font-weight:700;color:var(--color-text);font-variant-numeric:tabular-nums}.cp-panel-footer__actions{display:flex;align-items:center;gap:10px;margin-left:auto}.cp-panel-footer--split{justify-content:space-between;flex-wrap:wrap}.cp-panel-footer--split>:first-child{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0}.cp-panel-actionbar{display:flex;align-items:center;gap:12px;flex-shrink:0;flex-wrap:wrap;padding:10px var(--panel-pad);border-top:1px solid var(--panel-border);background:var(--panel-surface-muted)}.cp-panel-actionbar__items{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0}.cp-panel-actionbar__info{display:flex;align-items:center;gap:6px;margin-left:auto;font-size:var(--fs-hint);color:var(--color-text-muted);white-space:nowrap}.cp-panel-actionbar .cp-action{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:var(--field-h-sm);min-width:var(--field-h-sm);height:var(--field-h-sm);padding:0;border:1px solid var(--field-border);border-radius:var(--field-radius);background:var(--panel-surface);color:var(--color-text);cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease}.cp-panel-actionbar .cp-action:hover:not(:disabled),.cp-panel-actionbar .cp-action:focus-visible{border-color:var(--color-primary);color:var(--color-primary);outline:none}.cp-panel-actionbar .cp-action:disabled{opacity:.45;cursor:not-allowed}.cp-panel-actionbar .cp-action svg{width:18px;height:18px}.cp-panel-actionbar .cp-action--labelled{width:auto;min-width:0;padding:0 12px;font-size:.8125rem;font-weight:600}.cp-panel-actionbar .calendar-session-billing-action-menu{top:auto;bottom:calc(100% + 10px)}.cp-panel-actionbar .calendar-session-billing-action-menu:before{top:auto;bottom:-6px;border-left:0;border-top:0;border-right:1px solid rgba(226,232,240,.96);border-bottom:1px solid rgba(226,232,240,.96)}.cp-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:var(--field-h);padding:0 18px;border:1px solid transparent;border-radius:var(--field-radius);background:transparent;color:var(--color-text);font-family:inherit;font-size:var(--fs-body);font-weight:600;line-height:1;white-space:nowrap;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.cp-btn:focus-visible{outline:none;box-shadow:var(--field-ring)}.cp-btn:disabled{opacity:.55;cursor:not-allowed}.cp-btn svg{flex-shrink:0;width:17px;height:17px}.cp-btn--primary{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.cp-btn--primary:hover:not(:disabled){background:var(--color-primary-hover);border-color:var(--color-primary-hover)}.cp-btn--ghost{background:transparent;border-color:var(--field-border);color:var(--color-text)}.cp-btn--ghost:hover:not(:disabled){background:var(--panel-surface-muted)}.cp-btn--subtle{background:var(--panel-surface-muted);border-color:transparent;color:var(--color-text)}.cp-btn--subtle:hover:not(:disabled){background:var(--color-primary-soft);color:var(--color-primary)}.cp-btn--danger{background:var(--color-danger-soft);border-color:transparent;color:var(--color-danger)}.cp-btn--danger:hover:not(:disabled){background:var(--color-danger);color:#fff}.cp-btn--success{background:var(--color-success);border-color:var(--color-success);color:#fff}.cp-btn--success:hover:not(:disabled){filter:brightness(.94)}.cp-btn--block{width:100%}.cp-btn--sm{min-height:var(--field-h-sm);padding:0 12px;font-size:.875rem}.cp-btn__spinner{width:16px;height:16px;border-radius:50%;border:2px solid rgba(255,255,255,.35);border-top-color:currentColor;animation:cp-spin .7s linear infinite}.cp-btn--ghost .cp-btn__spinner,.cp-btn--subtle .cp-btn__spinner{border-color:var(--color-primary-soft);border-top-color:var(--color-primary)}@keyframes cp-spin{to{transform:rotate(360deg)}}.cp-banner{display:flex;align-items:flex-start;gap:10px;padding:11px 13px;border-radius:var(--field-radius);font-size:.875rem;font-weight:500;line-height:1.45}.cp-banner--error{background:var(--color-danger-soft);color:var(--color-danger)}.cp-banner--info{background:var(--color-primary-soft);color:var(--color-primary)}.cp-banner--success{background:var(--color-success-soft);color:var(--color-success)}.cp-banner--warning{background:var(--color-accent-soft);color:var(--color-accent)}.cp-dialog{position:relative;display:flex;flex-direction:column;gap:18px;width:min(460px,calc(100vw - 32px));max-height:calc(100vh - 40px);padding:26px;border-radius:18px;background:var(--panel-surface);color:var(--color-text);box-shadow:var(--shadow-lg);overflow-y:auto;outline:none;animation:cp-dialog-in var(--panel-duration) var(--panel-ease)}.cp-dialog--wide{width:min(620px,calc(100vw - 32px))}.cp-dialog__close{position:absolute;top:18px;right:18px;z-index:1}.cp-dialog__close+.cp-dialog__head{padding-right:40px}.cp-dialog__head{display:flex;align-items:flex-start;gap:14px}.cp-dialog__icon{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border-radius:12px;background:var(--color-primary-soft);color:var(--color-primary)}.cp-dialog__icon svg{width:22px;height:22px}.cp-dialog__icon--danger{background:var(--color-danger-soft);color:var(--color-danger)}.cp-dialog__icon--warning{background:var(--color-accent-soft);color:var(--color-accent)}.cp-dialog__title{margin:0;font-size:1.125rem;font-weight:700;line-height:1.3;letter-spacing:-.01em}.cp-dialog__text{margin:6px 0 0;font-size:var(--fs-body);font-weight:500;line-height:1.5;color:var(--color-text-muted)}.cp-dialog__body{display:flex;flex-direction:column;gap:12px}.cp-dialog__actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.cp-dialog__actions--stacked{flex-direction:column;align-items:stretch}.cp-dialog__actions--stacked .cp-btn{width:100%}.cp-stack{display:flex;flex-direction:column;gap:12px}.cp-stack--tight{gap:8px}.cp-stack--loose{gap:20px}.cp-inline{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.cp-check{display:flex;align-items:center;gap:10px;font-size:var(--fs-body);font-weight:500;color:var(--color-text);cursor:pointer}.cp-divider{height:1px;border:none;margin:0;background:var(--panel-border)}.cp-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}body.cp-scroll-locked{overflow:hidden}.cp-panel .form-row,.cp-panel .form-row.form-row-infield,.cp-panel .form-row.form-row-timespan{display:flex;flex-direction:column;align-items:stretch;grid-template-columns:none;gap:6px;padding:0;border:none;border-radius:0;background:transparent;box-shadow:none}.cp-panel .form-row.form-row--bare{padding:0}.cp-panel .form-row .form-row-label,.cp-panel .form-field-inline-label,.cp-panel .calendar-timespan-label,.cp-panel .calendar-timespan-all-day-caption{padding:0;font-size:var(--fs-label);font-weight:500;line-height:1.3;letter-spacing:0;text-transform:none;color:var(--color-text-muted)}.cp-panel .form-field-inline-control{display:flex;align-items:center;width:100%;min-width:0}.cp-panel .form-row.stretch,.cp-panel .form-row.form-row-infield.stretch,.cp-panel .form-row.form-row-infield.stretch .form-field-inline-control{align-items:stretch}.cp-panel .calendar-booking-service-infield-head{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-width:0}.cp-panel .calendar-booking-service-online-line{display:flex;align-items:center;gap:8px;flex-shrink:0}.cp-panel .calendar-booking-service-online-caption{font-size:var(--fs-hint);font-weight:500;color:var(--color-text-muted);white-space:nowrap}.cp-panel .calendar-timespan-row{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end;width:100%}.cp-panel .calendar-timespan-input-inner{gap:6px;padding:0;border:none;background:transparent}.cp-panel .calendar-timespan-input-inner input,.cp-panel .calendar-timespan-input-inner input[type=time],.cp-panel .calendar-datetime-split-time,.cp-panel .calendar-datetime-split-date{width:100%;min-height:var(--field-h);padding:10px 12px;border:1px solid var(--field-border);border-radius:var(--field-radius);background:var(--field-bg);color:var(--color-text);font-size:var(--fs-body);font-weight:500}.cp-panel .calendar-timespan-field:not(.calendar-timespan-field--date){flex:0 1 8rem;min-width:7rem}.cp-panel .calendar-timespan-field--date{flex:1 1 10rem;min-width:0}.cp-panel .calendar-datetime-split-inner{gap:10px}.cp-panel .calendar-datetime-split-divider{display:none}.cp-panel .modern-time-picker__trigger{width:100%;min-height:var(--field-h);min-width:0;padding:10px 12px;border-radius:var(--field-radius);border-color:var(--field-border);background:var(--field-bg);font-size:var(--fs-body);font-weight:500;box-shadow:none}.cp-panel .calendar-timespan-input-inner .modern-time-picker__trigger{width:100%;align-self:stretch}.cp-panel .client-picker,.cp-panel .client-search-wrap{width:100%;min-width:0}.cp-panel .client-search-wrap input,.cp-panel button.client-selected-display{width:100%;min-height:var(--field-h);padding:10px 12px;border:1px solid var(--field-border);border-radius:var(--field-radius);background:var(--field-bg);color:var(--color-text);font-size:var(--fs-body);font-weight:500;text-align:left;box-shadow:none}.cp-panel .client-search-wrap input:focus,.cp-panel button.client-selected-display:focus-visible{outline:none;border-color:var(--color-primary);box-shadow:var(--field-ring)}.cp-panel button.secondary{min-height:var(--field-h-sm);padding:0 14px;border:1px solid var(--field-border);border-radius:var(--field-radius);background:transparent;color:var(--color-text);font-size:.875rem;font-weight:600;box-shadow:none;transform:none}.cp-panel button.secondary:hover:not(:disabled){background:var(--panel-surface-muted);transform:none}.cp-panel .linkish{color:var(--color-primary);font-size:.875rem;font-weight:600}.cp-panel .calendar-client-picker__actions{gap:8px}.cp-panel .calendar-client-picker__add-label{display:none}.cp-panel .calendar-client-picker__search-wrap{position:relative}.cp-panel .calendar-client-picker__search-wrap--confirmable input,.cp-panel .calendar-client-picker__search-wrap--clearable input,.cp-panel .calendar-client-picker__search-wrap--clearable .client-selected-display,.cp-panel .calendar-client-picker__search-wrap.client-search-wrap--compact-client .client-selected-display{padding-right:42px}.cp-panel .calendar-client-picker__confirm,.cp-panel .calendar-client-picker__single-clear{position:absolute;top:50%;right:6px;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:30px;min-width:30px;height:30px;min-height:30px;padding:0;border:0;border-radius:var(--field-radius);background:transparent;color:var(--color-text-muted);font-size:.95rem;font-weight:700;line-height:1;box-shadow:none;cursor:pointer;transform:translateY(-50%)}.cp-panel .calendar-client-picker__confirm:hover,.cp-panel .calendar-client-picker__confirm:focus-visible,.cp-panel .calendar-client-picker__single-clear:hover,.cp-panel .calendar-client-picker__single-clear:focus-visible{background:var(--panel-surface-muted);color:var(--color-text);outline:none}.cp-panel .calendar-client-picker__actions button,.cp-panel .client-add-btn{width:var(--field-h);min-width:var(--field-h);height:var(--field-h);padding:0;border:1px solid var(--field-border);border-radius:var(--field-radius);background:var(--panel-surface-muted);color:var(--color-text);box-shadow:none;transform:none}.cp-panel .calendar-client-picker__actions button:hover:not(:disabled),.cp-panel .client-add-btn:hover:not(:disabled){border-color:var(--color-primary);color:var(--color-primary);transform:none}.cp-panel .calendar-client-picker__actions button:disabled{opacity:.45;cursor:not-allowed}.cp-panel .calendar-client-picker__actions button svg{width:18px;height:18px}.cp-panel .online-live-switch-row--inline{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;min-height:var(--field-h)}.cp-panel .online-live-switch-row--binary{padding:3px;border:1px solid var(--field-border);border-radius:var(--field-radius);background:var(--panel-surface-muted)}.cp-panel .online-live-switch-row--binary .online-live-switch-choice{flex:1;justify-content:center;min-height:34px;padding:0 12px;border:none;border-radius:calc(var(--field-radius) - 3px);background:transparent;color:var(--color-text-muted);font-size:.875rem;font-weight:600;box-shadow:none;transform:none}.cp-panel .online-live-switch-row--binary .online-live-switch-choice--active{background:var(--panel-surface);color:var(--color-text);box-shadow:0 1px 2px #0f172a1f}.cp-panel .checkbox-row{display:flex;align-items:center;gap:10px;width:100%;font-size:var(--fs-body);color:var(--color-text)}.cp-panel .consumables-modal-grid,.cp-panel .consumables-inline-form,.cp-panel .waitlist-form-grid{padding:0;border:none;gap:14px}.cp-panel .consumables-modal-grid.one-col,.cp-panel .waitlist-form-grid.one-col{grid-template-columns:1fr}.cp-panel .consumables-modal-grid>label,.cp-panel .consumables-inline-form>label,.cp-panel .waitlist-form-grid>label,.cp-panel .procurement-receive-note{display:grid;gap:6px;font-size:var(--fs-label);font-weight:500;line-height:1.3;color:var(--color-text-muted)}.cp-panel .waitlist-form-grid>label>span:first-child{font-size:inherit;font-weight:inherit;color:inherit}.cp-panel .consumables-modal-grid>label small,.cp-panel .waitlist-form-grid>label small{font-size:var(--fs-hint);font-weight:400;color:var(--color-text-muted)}.cp-panel .consumables-modal-switches{display:grid;gap:10px;padding:0}.cp-panel .consumables-modal-switches label,.cp-panel .consumables-inline-form>label.check{display:flex;align-items:center;gap:10px;height:auto;font-size:var(--fs-body);font-weight:500;color:var(--color-text)}.cp-panel .consumables-modal-switches input,.cp-panel .consumables-inline-form>label.check input{width:18px;min-width:18px;height:18px;margin:0}.cp-panel .field{display:grid;gap:6px}.cp-panel .field-label{font-size:var(--fs-label);font-weight:500;line-height:1.3;color:var(--color-text-muted)}.cp-panel .field-hint{font-size:var(--fs-hint);font-weight:400;color:var(--color-text-muted)}@media(max-width:640px){.cp-panel,.cp-panel--sm,.cp-panel--md,.cp-panel--lg,.cp-panel--xl{width:100vw}.cp-panel--center{width:100%;max-width:100%}.cp-panel-header,.cp-panel-tabs,.cp-panel-body,.cp-panel-footer,.cp-panel-actionbar{padding-left:var(--panel-pad-tight);padding-right:var(--panel-pad-tight)}.cp-panel-body--sections>.cp-section{padding:12px 14px}.cp-panel-footer__actions,.cp-panel-footer__actions .cp-btn{flex:1}.cp-dialog{padding:20px}.cp-dialog__actions:not(.cp-dialog__actions--stacked){flex-direction:column-reverse;align-items:stretch}.cp-dialog__actions .cp-btn{width:100%}}.cp-panel>.billing-bill-modal-footer{flex-shrink:0}.cp-panel .billing-payee-modal,.cp-panel .billing-advance-picker-modal,.cp-panel .billing-entitlement-modal{width:auto;max-width:none;height:100%;max-height:none;box-shadow:none;border-radius:0}.cp-panel .billing-print-format-dialog{box-shadow:none;border:0;width:auto}.cp-panel .employees-form-popup-body{padding:0;overflow:visible;background:transparent;flex:none;min-height:0}.cp-panel .employee-roles-members-list{padding:0;overflow:visible}
