@layer vendor{.rdp-root{--rdp-accent-color:blue;--rdp-accent-background-color:#f0f0ff;--rdp-day-height:44px;--rdp-day-width:44px;--rdp-day_button-border-radius:100%;--rdp-day_button-border:2px solid transparent;--rdp-day_button-height:42px;--rdp-day_button-width:42px;--rdp-selected-border:2px solid var(--rdp-accent-color);--rdp-disabled-opacity:.5;--rdp-outside-opacity:.75;--rdp-today-color:var(--rdp-accent-color);--rdp-dropdown-gap:.5rem;--rdp-months-gap:2rem;--rdp-nav_button-disabled-opacity:.5;--rdp-nav_button-height:2.25rem;--rdp-nav_button-width:2.25rem;--rdp-nav-height:2.75rem;--rdp-range_middle-background-color:var(--rdp-accent-background-color);--rdp-range_middle-color:inherit;--rdp-range_start-color:white;--rdp-range_start-background:linear-gradient(var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50%);--rdp-range_start-date-background-color:var(--rdp-accent-color);--rdp-range_end-background:linear-gradient(var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50%);--rdp-range_end-color:white;--rdp-range_end-date-background-color:var(--rdp-accent-color);--rdp-week_number-border-radius:100%;--rdp-week_number-border:2px solid transparent;--rdp-week_number-height:var(--rdp-day-height);--rdp-week_number-opacity:.75;--rdp-week_number-width:var(--rdp-day-width);--rdp-weeknumber-text-align:center;--rdp-weekday-opacity:.75;--rdp-weekday-padding:.5rem 0rem;--rdp-weekday-text-align:center;--rdp-gradient-direction:90deg;--rdp-animation_duration:.3s;--rdp-animation_timing:cubic-bezier(.4, 0, .2, 1)}.rdp-root[dir=rtl]{--rdp-gradient-direction:-90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity:unset}.rdp-root{box-sizing:border-box;position:relative}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{cursor:pointer;font:inherit;color:inherit;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius);background:0 0;justify-content:center;align-items:center;margin:0;padding:0;display:flex}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;white-space:nowrap;border:0;align-items:center;display:inline-flex;position:relative}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{cursor:pointer;font:inherit;color:inherit;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height);background:0 0;border:none;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex;position:relative}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{fill:var(--rdp-accent-color);display:inline-block}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform-origin:50%;transform:rotate(180deg)}.rdp-dropdowns{align-items:center;gap:var(--rdp-dropdown-gap);display:inline-flex;position:relative}.rdp-dropdown{z-index:2;opacity:0;appearance:none;width:100%;cursor:inherit;line-height:inherit;border:none;margin:0;padding:0;position:absolute;inset-block:0;inset-inline-start:0}.rdp-dropdown_root{align-items:center;display:inline-flex;position:relative}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{height:var(--rdp-nav-height);align-content:center;font-size:large;font-weight:700;display:flex}.rdp-root[data-nav-layout=around] .rdp-month,.rdp-root[data-nav-layout=after] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-start:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{inset-inline-start:0;height:var(--rdp-nav-height);display:inline-flex;position:absolute;top:0}.rdp-root[data-nav-layout=around] .rdp-button_next{inset-inline-end:0;height:var(--rdp-nav-height);justify-content:center;display:inline-flex;position:absolute;top:0}.rdp-months{gap:var(--rdp-months-gap);flex-wrap:wrap;max-width:fit-content;display:flex;position:relative}.rdp-month_grid{border-collapse:collapse}.rdp-nav{height:var(--rdp-nav-height);align-items:center;display:flex;position:absolute;inset-block-start:0;inset-inline-end:0}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform);font-size:smaller;font-weight:500}.rdp-week_number{opacity:var(--rdp-week_number-opacity);height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align);font-size:small;font-weight:400}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-size:large;font-weight:700}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled:not(.rdp-selected){opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes rdp-slide_in_right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rdp-slide_out_left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translate(0)}to{transform:translate(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}}@layer tokens{:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--surface:#fffaf4eb;--surface-strong:#fffaf5;--surface-accent:#f3e1d2;--text:#241713;--muted:#5c4741;--muted-strong:#654e47;--line:#482d211f;--accent:#2f6f34;--accent-strong:#285f2e;--accent-soft:#4d8f3f24;--accent-shadow:#2f6f3433;--focus-ring:#4d8f3f75;--on-accent:#fbfff6;--accounting-income:#3d9362;--accounting-income-soft:#5ab583;--accounting-income-shadow:#3d93623d;--accounting-expense:#a4544f;--accounting-expense-soft:#d2857c;--accounting-expense-shadow:#a4544f3d;--accounting-expense-tint:#a4544f1f;--error:#9f2222;--error-soft:#ae2b2b1f;--error-line:#9f222299;--on-error:#fffaf5;--success:#2f7d48;--on-success:#fff;--success-soft:#4e9a6a29;--success-line:#4e9a6a3d;--warning:#8a5a16;--warning-soft:#bc7f2729;--warning-line:#bc7f2747;--info:#2f5f9d;--info-soft:#4a75b829;--info-line:#4a75b83d;--destructive:#b33a32;--on-destructive:#fff;--on-status:#fff;--mix-black:#000;--overlay:#1813128a;--elevation-1:0 4px 8px #56311d14;--elevation-2:0 8px 16px #56311d1a;--elevation-3:0 12px 24px #56311d24;--shadow:var(--elevation-3);--radius-screen:18px;--radius-panel:14px;--radius-overlay:12px;--map-glow:#d4a67a2e;--map-highlight:#ffffff06;--map-shade:#00000008;--z-dropdown:100;--z-content:1;--z-raised:10;--z-sticky:200;--z-modal-backdrop:300;--z-modal:400;--z-toast:500;--z-tooltip:600;--page-bg:#f4eadf;--font-body:"Source Sans 3", "Segoe UI", sans-serif;--font-display:"Cormorant Garamond", Georgia, serif;font-family:var(--font-body);background:var(--page-bg);color:var(--text);line-height:1.5}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--surface:#221917eb;--surface-strong:#241b19;--surface-accent:#332521;--text:#f4e9dc;--muted:#ddc6b7;--muted-strong:#e6d1c3;--line:#ffe8d21f;--accent:#98cf7c;--accent-strong:#62ad5d;--accent-soft:#98cf7c29;--accent-shadow:#2a602c61;--focus-ring:#98cf7c6b;--on-accent:#0f1d12;--accounting-income:#74bd79;--accounting-income-soft:#a1d88f;--accounting-income-shadow:#74bd7947;--accounting-expense:#d98178;--accounting-expense-soft:#f1aaa0;--accounting-expense-shadow:#d9817847;--accounting-expense-tint:#d9817829;--error:#f08b80;--error-soft:#ff756029;--error-line:#f08b80b8;--on-error:#24100d;--success:#8bd39b;--on-success:#102116;--success-soft:#70bf8a2e;--success-line:#70bf8a47;--warning:#efbe6b;--warning-soft:#efbe6b2e;--warning-line:#efbe6b4d;--info:#b8d1ff;--info-soft:#75a3e82e;--info-line:#75a3e847;--destructive:#ef8d83;--on-destructive:#2a100d;--on-status:#fff;--mix-black:#000;--overlay:#000000ad;--elevation-1:0 4px 8px #0003;--elevation-2:0 8px 16px #0000003d;--elevation-3:0 12px 24px #0000004d;--shadow:var(--elevation-3);--map-glow:#d4a67a1f;--map-highlight:#ffffff06;--map-shade:#0000001f;--page-bg:#181312}}@layer base{*{box-sizing:border-box}html,body,#root{min-height:100vh;color-scheme:inherit}body{background:0 0;min-width:320px;margin:0}button,input,select,textarea{font:inherit;color-scheme:inherit}button{cursor:pointer}button:disabled,input:disabled,select:disabled,textarea:disabled{cursor:not-allowed;opacity:.6}:focus-visible{outline:3px solid var(--focus-ring);outline-offset:3px}img{display:block}h1,h2,h3{margin:0;line-height:1.04}.brand__title,h1,h2,h3{font-family:var(--font-display)}h1{max-width:11ch;margin-top:.5rem;font-size:clamp(2.9rem,6vw,5rem)}.page-shell{flex-direction:column;width:min(1240px,100% - 1.5rem);min-height:100vh;margin:0 auto;padding:1rem 0 3rem;display:flex}.page-shell--miniapp{width:min(100%,720px);min-height:var(--miniapp-viewport-stable-height,100vh);padding-top:max(.75rem, calc(var(--tg-content-safe-area-inset-top,0px) + .75rem));padding-right:max(.75rem, calc(var(--tg-content-safe-area-inset-right,0px) + .75rem));padding-bottom:max(1rem, calc(var(--tg-content-safe-area-inset-bottom,0px) + 1rem));padding-left:max(.75rem, calc(var(--tg-content-safe-area-inset-left,0px) + .75rem));overflow-x:hidden}.page-shell--miniapp .screen{min-width:0;padding:1.4rem}.site-footer{justify-content:center;padding-top:1rem;display:flex}.footer-link{color:var(--muted);text-underline-offset:.18em;background:0 0;border:0;padding:0;text-decoration:underline}.brand__title,.brand__meta,.eyebrow,.caption,.panel__copy,.kicker,.detail-list,.metric-card span,.tile span,.appointment-card p{margin:0}.brand__meta,.caption,.panel__copy,.metric-card span,.tile span,.appointment-card p{color:var(--muted)}.brand__title{font-size:1.2rem}.screen-title{max-width:none;font-size:clamp(2rem,3vw,2.6rem);line-height:1.08}.eyebrow,.kicker{color:var(--accent);letter-spacing:.15em;text-transform:uppercase;font-size:.82rem}.lead{max-width:58ch;color:var(--muted);font-size:1.02rem}.detail-list{gap:.45rem;padding-left:1rem;display:grid}.confirmation,.error-text,.status-badge,.guest-card{border-radius:22px;padding:1rem}.confirmation,.status-badge,.guest-card{background:var(--accent-soft)}.error-text{background:var(--error-soft);color:var(--error);margin-top:1rem}.error-text--inline{margin:.75rem 0 0}.page-footer{justify-content:center;margin-top:auto;padding:1.5rem 0 .25rem;display:flex}.page-footer__link{color:var(--muted);text-underline-offset:.18em;text-decoration:underline;text-decoration-thickness:1px}}@layer components{.topbar,.screen,.panel,.metric-card,.appointment-card,.checkout-card,.tile{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-panel)}.topbar,.screen{border-radius:var(--radius-screen);box-shadow:var(--elevation-1)}.topbar{z-index:var(--z-sticky);grid-template-columns:minmax(0,1fr) auto auto;align-items:stretch;gap:.75rem;margin-bottom:2rem;padding:1rem 1.25rem;display:grid;position:relative}.topbar__utility{justify-content:end;align-items:stretch;gap:.75rem;min-width:0;display:flex}.brand{align-items:center;gap:.9rem;min-width:0;display:flex}.brand-button{text-align:left;background:0 0;border:0;padding:0}.brand__mark{object-fit:contain;flex:0 0 48px;width:48px;height:48px}.brand__mark--dark,:root[data-theme=dark] .brand__mark--light{display:none}:root[data-theme=dark] .brand__mark--dark{display:block}.brand>div{min-width:0}.location-chip{border:1px solid var(--line);background:var(--surface-strong);max-width:180px;min-height:40px;color:var(--text);text-align:left;white-space:nowrap;border-radius:14px;align-items:center;gap:.6rem;padding:.45rem .72rem;transition:background-color .16s,border-color .16s,box-shadow .16s,transform .16s;display:inline-flex}.location-chip__icon{background:var(--accent-soft);width:24px;height:24px;color:var(--accent);border-radius:8px;flex:0 0 24px;place-items:center;display:grid}.location-chip__icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.location-chip__copy{gap:.05rem;min-width:0;line-height:1.05;display:grid}.location-chip__copy strong,.location-chip__copy small{text-overflow:ellipsis;display:block;overflow:hidden}.location-chip__copy strong{font-size:.77rem;font-weight:600}.location-chip__copy small{color:var(--muted);font-size:.69rem}.topbar__actions,.control-cluster,.button-row,.tag-row,.social-strip,.contact-inline{flex-wrap:wrap;gap:.75rem;display:flex}.topbar__actions{flex-wrap:nowrap;justify-content:end;align-items:stretch;min-width:0}.control-cluster{flex-wrap:nowrap;flex:0 auto;justify-content:end;align-items:stretch;min-width:0}.account-menu,.language-menu{align-items:stretch;display:flex}.profile-button{border:1px solid var(--line);background:var(--surface-strong);max-width:190px;height:100%;min-height:40px;color:var(--text);text-align:left;border-radius:14px;flex:0 auto;align-items:center;gap:.6rem;padding:.45rem .72rem;transition:background-color .16s,border-color .16s,color .16s,transform .16s;display:inline-flex}.profile-button--active{background:var(--surface-strong);border-color:var(--line)}.profile-button__icon{background:var(--accent-soft);width:24px;height:24px;color:var(--accent);border-radius:8px;flex:0 0 24px;place-items:center;display:grid}.profile-button__icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.profile-button__copy{gap:0;min-width:0;line-height:1.05;display:grid}.profile-button__chevron{width:14px;height:14px;color:var(--muted);flex:0 0 14px;place-items:center;margin-left:auto;transition:transform .16s,color .16s;display:grid}.profile-button[aria-expanded=true] .profile-button__chevron{color:var(--accent);transform:rotate(180deg)}.profile-button__chevron svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.profile-button__copy strong,.profile-button__copy small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.profile-button__copy strong{font-size:.82rem;font-weight:600}.profile-button__copy small{display:none}.ghost-button,.button,.field input,.field textarea,.tag,.slot,.icon-button,.language-menu__trigger,.language-menu__item,.social-link,.pill,.form-select{border:1px solid var(--line);background:var(--surface-strong);color:var(--text);border-radius:18px}.ghost-button,.button,.tag,.slot,.icon-button,.language-menu__trigger,.language-menu__item,.social-link,.pill{justify-content:center;align-items:center;gap:.5rem;transition:background-color .16s,border-color .16s,color .16s,transform .16s;display:inline-flex}.ghost-button,.button,.language-menu__trigger,.language-menu__item,.tag,.social-link,.pill{padding:.82rem 1rem}.topbar .language-menu__trigger{border-radius:14px;height:100%;min-height:40px;padding:.45rem .72rem}.button--primary,.pill--active,.tag--active,.tile--active,.slot--active{background:linear-gradient(145deg, var(--accent), var(--accent-strong));color:var(--on-accent);box-shadow:0 8px 16px var(--accent-shadow);border-color:#0000}.ghost-button{padding-inline:1rem}.button{padding:.95rem 1.15rem}.button--wide{justify-content:center;width:100%}.button--danger{background:var(--error);color:var(--on-error);border-color:#0000}.button--danger:hover,.button--danger:focus-visible{background:color-mix(in srgb, var(--error) 86%, var(--mix-black));color:var(--on-error)}.button:focus-visible:not(.button--primary):not(.button--danger),.ghost-button:focus-visible,.location-chip:focus-visible{background:color-mix(in srgb, var(--surface-strong) 82%, var(--accent-soft));border-color:color-mix(in srgb, var(--line) 70%, var(--accent));box-shadow:0 8px 16px color-mix(in srgb, var(--accent-shadow) 70%, transparent)}.icon-button{border-radius:14px;place-items:center;width:40px;height:40px;padding:0;display:grid}.topbar .icon-button--theme,.topbar .location-chip{height:100%}.topbar .icon-button--theme{aspect-ratio:1;width:auto}.icon-button img,.social-link img,.language-menu__trigger img,.language-menu__item img{width:18px;height:18px}.icon-button--theme svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.social-icon-button{background:var(--surface-strong)}:root[data-theme=dark] .social-icon-button,:root[data-theme=dark] .social-link{background:color-mix(in srgb, var(--surface-strong) 82%, var(--accent-soft))}:root[data-theme=dark] .social-icon-button img,:root[data-theme=dark] .social-link img{opacity:.9}.language-menu,.account-menu{z-index:var(--z-dropdown);position:relative}.language-menu__trigger,.language-menu__item,.social-link{align-items:center;gap:.65rem;display:inline-flex}.language-menu__list{border-radius:var(--radius-overlay);border:1px solid var(--line);background:var(--surface);min-width:180px;box-shadow:var(--elevation-2);z-index:var(--z-dropdown);gap:.35rem;padding:.45rem;display:grid;position:absolute;top:calc(100% + .55rem);right:0}.account-menu__list{border-radius:var(--radius-overlay);border:1px solid var(--line);background:var(--surface);min-width:180px;box-shadow:var(--elevation-2);z-index:var(--z-dropdown);gap:.35rem;padding:.45rem;display:grid;position:absolute;top:calc(100% + .55rem);left:0}.language-menu__item{text-align:left;justify-content:flex-start;width:100%}.account-menu__item{border:1px solid var(--line);background:var(--surface-strong);width:100%;color:var(--text);text-align:left;border-radius:18px;justify-content:flex-start;padding:.82rem 1rem;transition:background-color .16s,border-color .16s,color .16s,transform .16s}.account-menu__item--logout{background:var(--error);color:var(--on-error);border-color:#0000}.account-menu__item--logout:before{content:"";opacity:.72;background:currentColor;border-radius:999px;flex:0 0 .45rem;width:.45rem;height:.45rem}.language-menu__item--active{background:var(--accent-soft)}.button-row--landing{margin-top:1rem}.social-link{text-decoration:none}.page-footer__link{transition:color .16s,text-decoration-color .16s}@media (hover:hover) and (pointer:fine){.ghost-button:hover,.button:hover:not(.button--primary):not(.button--danger),.tag:hover:not(.tag--active),.slot:hover:not(.slot--active):not(:disabled),.icon-button:hover,.location-chip:hover,.profile-button:hover,.account-menu__item:hover,.language-menu__trigger:hover,.language-menu__item:hover:not(.language-menu__item--active),.social-link:hover,.pill:hover:not(.pill--active){background:color-mix(in srgb, var(--surface-strong) 82%, var(--accent-soft));border-color:color-mix(in srgb, var(--line) 70%, var(--accent));box-shadow:0 8px 16px color-mix(in srgb, var(--accent-shadow) 70%, transparent);transform:translateY(-1px)}.button--primary:hover,.button--danger:hover,.tag--active:hover,.slot--active:hover,.pill--active:hover,.tile--active:hover{transform:translateY(-1px)}.page-footer__link:hover{color:var(--accent);text-decoration-color:currentColor}.account-menu__item--logout:hover{background:color-mix(in srgb, var(--error) 86%, var(--mix-black));color:var(--on-error);border-color:#0000}}.split-layout,.metric-grid,.tile-grid,.form-grid,.stack,.staff-grid{gap:1rem;display:grid}.panel,.screen{padding:1.4rem}.screen__header{margin-bottom:1.2rem}.checkout-card{background:var(--surface-strong)}.field{gap:.35rem;display:grid}.field--error span{color:var(--error)}.check-field{color:var(--text);align-items:center;gap:.65rem;margin-top:.75rem;display:flex}.check-field input{width:18px;height:18px;accent-color:var(--accent)}.field input,.field textarea,.form-select{width:100%;min-width:0;min-height:48px;padding:.85rem .95rem;line-height:1.25}.dropdown-control{width:100%;min-width:0;display:block;position:relative}.dropdown-control__icon{width:1.1rem;height:1.1rem;color:var(--muted-strong);pointer-events:none;place-items:center;display:grid;position:absolute;top:50%;right:.85rem;transform:translateY(-50%)}.dropdown-control__icon svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:1rem;height:1rem}.field input[type=date],.field input[type=datetime-local],.field input[type=month],.field input[type=time],.field input[type=week]{color-scheme:inherit;cursor:pointer}.field--picker{cursor:pointer}.field input[type=date]::-webkit-calendar-picker-indicator{background-color:var(--accent-soft);cursor:pointer;border-radius:8px;padding:.18rem}.field input[type=datetime-local]::-webkit-calendar-picker-indicator{background-color:var(--accent-soft);cursor:pointer;border-radius:8px;padding:.18rem}.field input[type=month]::-webkit-calendar-picker-indicator{background-color:var(--accent-soft);cursor:pointer;border-radius:8px;padding:.18rem}.field input[type=time]::-webkit-calendar-picker-indicator{background-color:var(--accent-soft);cursor:pointer;border-radius:8px;padding:.18rem}.field input[type=week]::-webkit-calendar-picker-indicator{background-color:var(--accent-soft);cursor:pointer;border-radius:8px;padding:.18rem}:root[data-theme=dark] .field input[type=date]::-webkit-calendar-picker-indicator{filter:invert()brightness(1.1)saturate(.8)}:root[data-theme=dark] .field input[type=datetime-local]::-webkit-calendar-picker-indicator{filter:invert()brightness(1.1)saturate(.8)}:root[data-theme=dark] .field input[type=month]::-webkit-calendar-picker-indicator{filter:invert()brightness(1.1)saturate(.8)}:root[data-theme=dark] .field input[type=time]::-webkit-calendar-picker-indicator{filter:invert()brightness(1.1)saturate(.8)}:root[data-theme=dark] .field input[type=week]::-webkit-calendar-picker-indicator{filter:invert()brightness(1.1)saturate(.8)}.field textarea{resize:vertical}.field-label-with-help{align-items:center;gap:.45rem;display:inline-flex}.field-help{border:1px solid var(--line);width:1.25rem;height:1.25rem;color:var(--muted-strong);cursor:help;border-radius:50%;place-items:center;font-size:.78rem;display:inline-grid}.rich-notes-area{min-height:9rem}.rich-text-editor{gap:.5rem}.rich-text-editor__toolbar{gap:.35rem;display:flex}.rich-text-editor__tool{border:1px solid var(--line);background:var(--surface-strong);width:2rem;height:2rem;color:var(--text);border-radius:10px;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.rich-text-editor__icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2px;width:1rem;height:1rem}.form-select{appearance:none;text-overflow:ellipsis;padding-right:2.35rem}.form-select::-ms-expand{display:none}.field--error input,.field--error select,.field--error textarea{border-color:var(--error-line);background-color:var(--error-soft)}form[data-validation-state=submitted] .field:has(input:invalid) input{border-color:var(--error-line);background-color:var(--error-soft)}form[data-validation-state=submitted] .field:has(select:invalid) select{border-color:var(--error-line);background-color:var(--error-soft)}form[data-validation-state=submitted] .field:has(textarea:invalid) textarea{border-color:var(--error-line);background-color:var(--error-soft)}.field--error input:focus,.field--error select:focus,.field--error textarea:focus{outline:2px solid color-mix(in srgb, var(--error) 30%, transparent);outline-offset:1px}form[data-validation-state=submitted] .field:has(input:invalid) input:focus{outline:2px solid color-mix(in srgb, var(--error) 30%, transparent);outline-offset:1px}form[data-validation-state=submitted] .field:has(select:invalid) select:focus{outline:2px solid color-mix(in srgb, var(--error) 30%, transparent);outline-offset:1px}form[data-validation-state=submitted] .field:has(textarea:invalid) textarea:focus{outline:2px solid color-mix(in srgb, var(--error) 30%, transparent);outline-offset:1px}.staff-loading-skeleton,.admin-loading-skeleton,.admin-loading-skeleton__tabs{gap:1rem;display:grid}.staff-loading-skeleton__manual,.staff-loading-skeleton__panel,.admin-loading-skeleton__panel{gap:.8rem;min-width:0;display:grid}.staff-loading-skeleton__manual{min-height:300px}.staff-loading-skeleton__metric,.admin-loading-skeleton__metric{min-height:130px}.staff-loading-skeleton__panel{min-height:300px}.admin-loading-skeleton__tabs{grid-template-columns:repeat(2,minmax(120px,180px))}.admin-loading-skeleton__tabs .booking-skeleton-input{min-height:48px}.admin-loading-skeleton__panel{min-height:320px}.tile-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.tile{text-align:left;gap:.35rem;padding:1rem;display:grid}.tile--active{background:linear-gradient(145deg, var(--accent), var(--accent-strong));box-shadow:0 14px 28px var(--accent-shadow);border-color:#0000}.tile--active strong,.tile--active span,.tag--active,.slot--active,.pill--active{color:var(--on-accent)}.tile--active span{opacity:.92}}@layer routes{.hero{grid-template:"title profile"".profile"minmax(.75rem,1fr)"actions profile"/minmax(0,1fr) minmax(260px,.36fr);align-items:start;gap:0 1rem;margin:2rem 0 4rem;display:grid}.hero h1{white-space:nowrap;grid-area:title;max-width:100%;margin-top:0;padding:0 1.4rem;font-size:clamp(3.1rem,4.5vw,4.35rem)}:is(:lang(ru),:lang(uk)) .hero h1{font-size:clamp(2.75rem,4vw,3.8rem)}.hero .button-row--landing{grid-area:actions;align-self:end;margin-top:0;padding:0 1.4rem}.hero-panel{align-content:start;gap:1rem;display:grid}.home-profile-panel{border:1px solid var(--line);background:var(--surface-strong);width:min(100%,21rem);box-shadow:var(--elevation-1);border-radius:16px;grid-area:profile;place-self:start end;gap:.55rem;padding:.9rem 1rem}.home-profile-panel h2{overflow-wrap:anywhere}.home-profile-panel__action{justify-self:start;min-height:38px;margin-top:.35rem;padding:.62rem .9rem}.gallery-strip{overscroll-behavior-x:contain;scroll-snap-type:x proximity;scrollbar-width:none;touch-action:pan-y pinch-zoom;gap:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.gallery-strip::-webkit-scrollbar{display:none}.pricelist-section{scroll-margin-top:1rem}.pricelist-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.pricelist-panel,.pricelist-note{border:1px solid var(--line);background:var(--surface-strong);border-radius:16px;gap:.75rem;padding:1rem;display:grid}.pricelist-panel{align-content:start}.pricelist-panel h3,.pricelist-note p{margin:0}.pricelist-panel h3{font-size:1.2rem}.pricelist-list{color:var(--text);gap:.55rem;margin:0;padding-left:1.1rem;display:grid}.pricelist-list li::marker{color:var(--accent)}.pricelist-note{border-color:color-mix(in srgb, var(--accent) 28%, var(--line));background:color-mix(in srgb, var(--surface-strong) 86%, var(--accent-soft));gap:.35rem;margin-top:1rem}.pricelist-note p{color:var(--muted-strong)}.gallery-photo{aspect-ratio:4/5;border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);scroll-snap-align:start;scroll-snap-stop:always;border-radius:16px;flex:0 0 clamp(220px,72vw,360px);overflow:hidden}.gallery-photo img{object-fit:cover;width:100%;height:100%}@media (width<=1040px){.hero,.pricelist-grid{grid-template-columns:1fr}.hero{grid-template-rows:auto;grid-template-areas:"title""actions""profile"}.home-profile-panel{justify-self:stretch;width:100%}}@media (width<=720px){.hero{margin:1rem 0 2.5rem}.hero h1{max-width:100%;padding:.75rem var(--mobile-content-inset) 0;white-space:normal;text-wrap:balance;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:clamp(2.3rem,10.5vw,3.05rem);line-height:1.04}.hero .button-row--landing{padding:0 var(--mobile-content-inset);grid-template-columns:repeat(3,minmax(0,1fr));justify-content:flex-start;margin:1rem 0;display:grid}.hero .button-row--landing .button{text-align:center;white-space:normal;min-width:0;min-height:44px;padding:.72rem .38rem}}}@layer responsive{@media (width<=720px){:root{--mobile-content-inset:clamp(.75rem, 3.2vw, 1rem);--mobile-control-gap:clamp(.45rem, 2.4vw, .7rem);--mobile-topbar-control-size:clamp(44px, 11.5vw, 48px)}.page-shell{width:min(100% - 1rem,1240px)}.screen,.page-shell--miniapp .screen{padding:1rem}.screen__header{margin-bottom:.9rem}.screen :is(.appointment-card,.checkout-card,.availability-layer,.pricing-service-row){padding-block:.7rem}.home-profile-panel,.screen :is(.guest-card,.metric-card,.tile,.pricelist-panel,.pricelist-note,.pricing-metric,.pricing-trend,.booking-service-option,.booking-service-picker,.booking-summary-panel,.analytics-card){padding:1rem}.screen .pricing-service-row{padding:.9rem 1rem}.page-shell.page-shell--miniapp{width:100%;max-width:720px;padding-right:max(.75rem, calc(var(--tg-content-safe-area-inset-right,0px) + .75rem));padding-left:max(.75rem, calc(var(--tg-content-safe-area-inset-left,0px) + .75rem))}.topbar{padding:var(--mobile-content-inset);grid-template-columns:minmax(0,1fr);grid-template-areas:"brand""utility""actions";align-items:start;gap:.65rem;margin-bottom:1.1rem}.brand-button{grid-area:brand;align-self:start;min-width:0}.topbar__actions{flex-wrap:wrap;grid-area:actions;width:100%}.topbar__utility{grid-area:utility;grid-template-columns:minmax(0, 1fr) var(--mobile-topbar-control-size);align-items:stretch;gap:var(--mobile-control-gap);width:100%;display:grid}.location-chip{width:auto;min-width:0;max-width:none;min-height:var(--mobile-topbar-control-size);flex:auto;padding-inline:.7rem}.control-cluster{grid-template-columns:minmax(0, 1fr) var(--mobile-topbar-control-size);align-items:stretch;gap:var(--mobile-control-gap);width:100%;margin-top:0;display:grid}.profile-button{height:var(--mobile-topbar-control-size);width:100%;min-width:0;max-width:none;min-height:var(--mobile-topbar-control-size);order:0;padding-inline:.65rem}.profile-button__copy small{color:var(--muted);font-size:.66rem;display:block}.social-strip{flex-wrap:nowrap;order:1;justify-content:flex-start;width:auto}.language-menu{width:var(--mobile-topbar-control-size);order:2;align-self:stretch;min-width:0}.account-menu{order:0;width:100%;min-width:0}.account-menu__list{min-width:min(240px,100vw - 2rem);left:0;right:auto}.language-menu__trigger{width:var(--mobile-topbar-control-size);height:var(--mobile-topbar-control-size);white-space:nowrap;min-height:var(--mobile-topbar-control-size);justify-content:center;padding:0}.language-menu__trigger span{display:none}.topbar .icon-button--theme{width:var(--mobile-topbar-control-size);height:var(--mobile-topbar-control-size);flex:0 0 var(--mobile-topbar-control-size)}.location-chip__copy small{display:block}.location-chip__copy strong{font-size:.74rem}.profile-button__copy small,.location-chip__copy strong,.location-chip__copy small,.availability-override .field span,.availability-calendar__weekday,.availability-day strong,.availability-time-cell,.analytics-sparkline__bar small,.traffic-chip,.duration-input__part>span{font-size:.875rem}}@media (pointer:coarse){button,input,select,textarea,[role=button],[role=tab],[role=menuitem],[role=menuitemradio]{min-height:44px}input[type=checkbox],input[type=radio]{min-height:24px}.manual-service-option,.booking-service-clear,.availability-remove-button{min-height:44px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto;transition-duration:.01ms;transition-delay:0s}.booking-skeleton-line,.booking-skeleton-input{animation:none}}}@font-face{font-family:Cormorant Garamond;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/cormorant-garamond-latin-400-normal-B-1hWBU7.woff2)format("woff2"),url(/assets/cormorant-garamond-latin-400-normal-B7YtguxJ.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cormorant Garamond;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/cormorant-garamond-latin-ext-400-normal-Drx2k2n9.woff2)format("woff2"),url(/assets/cormorant-garamond-latin-ext-400-normal-uvC0WHQr.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/cormorant-garamond-cyrillic-400-normal-DD2KOZkl.woff2)format("woff2"),url(/assets/cormorant-garamond-cyrillic-400-normal-CVFrM67f.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/cormorant-garamond-latin-600-normal-Co1r35X9.woff2)format("woff2"),url(/assets/cormorant-garamond-latin-600-normal-2CBVLo0M.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cormorant Garamond;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/cormorant-garamond-latin-ext-600-normal-DaBc-lu7.woff2)format("woff2"),url(/assets/cormorant-garamond-latin-ext-600-normal-Dk3-quAP.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/cormorant-garamond-cyrillic-600-normal-C2atO-64.woff2)format("woff2"),url(/assets/cormorant-garamond-cyrillic-600-normal-FNmA3REe.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:400;src:url(/assets/source-sans-3-latin-400-normal-DQi5PRDE.woff2)format("woff2"),url(/assets/source-sans-3-latin-400-normal-AFMiCETP.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:400;src:url(/assets/source-sans-3-latin-ext-400-normal-UNsKFIBq.woff2)format("woff2"),url(/assets/source-sans-3-latin-ext-400-normal-BGPHfnm_.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:400;src:url(/assets/source-sans-3-cyrillic-400-normal-DjhbW-4D.woff2)format("woff2"),url(/assets/source-sans-3-cyrillic-400-normal-7kQcAFpS.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:500;src:url(/assets/source-sans-3-latin-500-normal-DiWS0tcR.woff2)format("woff2"),url(/assets/source-sans-3-latin-500-normal-BtDzq-z9.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:500;src:url(/assets/source-sans-3-latin-ext-500-normal-tzH6xoxH.woff2)format("woff2"),url(/assets/source-sans-3-latin-ext-500-normal-DYiJOyLu.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:500;src:url(/assets/source-sans-3-cyrillic-500-normal-BmnPaoCF.woff2)format("woff2"),url(/assets/source-sans-3-cyrillic-500-normal-B7bCyCk_.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}
