.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{position:relative;box-sizing:border-box}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;justify-content:center;align-items:center;display:flex;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)}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;position:relative;display:inline-flex;align-items:center;white-space:nowrap;border:0}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{border:none;background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;-moz-appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;position:relative;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height)}.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{display:inline-block;fill:var(--rdp-accent-color)}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform:rotate(180deg);transform-origin:50%}.rdp-dropdowns{position:relative;display:inline-flex;align-items:center;gap:var(--rdp-dropdown-gap)}.rdp-dropdown{z-index:2;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;width:100%;margin:0;padding:0;cursor:inherit;border:none;line-height:inherit}.rdp-dropdown_root{position:relative;display:inline-flex;align-items:center}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{display:flex;align-content:center;height:var(--rdp-nav-height);font-weight:700;font-size:large}.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{position:absolute;inset-inline-start:0;top:0;height:var(--rdp-nav-height);display:inline-flex}.rdp-root[data-nav-layout=around] .rdp-button_next{position:absolute;inset-inline-end:0;top:0;height:var(--rdp-nav-height);display:inline-flex;justify-content:center}.rdp-months{position:relative;display:flex;flex-wrap:wrap;gap:var(--rdp-months-gap);max-width:fit-content}.rdp-month_grid{border-collapse:collapse}.rdp-nav{position:absolute;inset-block-start:0;inset-inline-end:0;display:flex;align-items:center;height:var(--rdp-nav-height)}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);font-weight:500;font-size:smaller;text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform)}.rdp-week_number{opacity:var(--rdp-week_number-opacity);font-weight:400;font-size:small;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)}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-weight:700;font-size:large}.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}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/assets/fonts/InterVariable.woff2) format("woff2")}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:root{--color-bg-page: #EEEEEE;--color-surface: #ffffff;--color-text-primary: #1c1c1c;--color-text-secondary: #5c5c5c;--color-border-default: #bebebe;--color-border-strong: #1c1c1c;--color-accent: #ff5c00;--color-primary-fill: #252525;--color-nav-bg: #1c1c1c;--color-success: #24ae41;--color-warning: #eb9f1a;--color-danger: #c72a33;--color-warning-bg: #fbecd1;--color-success-bg: #d3efd9;--color-danger-bg: #ffdecc;--color-whatsapp: #25d366;--color-text-disabled: #9d9d9d;--color-surface-muted: #efefef;--color-surface-subtle: #f7f7f7;--color-selection-bg: #ffdecc;--color-disabled-bg: #dedede;--color-focus-soft: #ffbe99;--color-error-strong: #9f2229;--radius-tag: 4px;--radius-button-sm: 8px;--radius-button-md: 16px;--radius-card-sm: 16px;--radius-card-lg: 24px;--radius-pill: 9999px;--space-1: 4px;--space-2: 8px;--space-3: 16px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--space-7: 32px;--space-8: 48px;--crm-page-gutter-x: var(--space-4);--shadow-card: 0 2px 8px rgb(0 0 0 / 6%);--shadow-lift: 0 4px 20px rgb(0 0 0 / 6%);--shadow-nav: 0 4px 24px rgb(0 0 0 / 15%);--focus-ring: 0 0 0 3px rgb(255 92 0 / 35%);--e13-border: #BEBEBE;--crm-header-sticky-bg: var(--color-bg-page);--bg: var(--color-bg-page);--surface: var(--color-surface);--text: var(--color-text-primary);--muted: var(--color-text-secondary);--border: var(--color-border-default);--purple: var(--color-accent);--purple-soft: #f4d5ca;--success: var(--color-success);--warning: var(--color-warning);--danger: var(--color-danger);--radius: var(--radius-card-sm);--crm-font-landing-stack: system-ui, -apple-system, "Inter", sans-serif}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,sans-serif;background:var(--color-bg-page);color:var(--text)}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:none;box-shadow:var(--focus-ring)}#root{min-height:100vh;min-height:100dvh;background:var(--color-bg-page)}.crm-landing-page{min-height:100vh;min-height:100dvh;display:flex;justify-content:flex-start;margin:0;font-family:var(--crm-font-landing-stack);background:var(--color-bg-page);color:var(--color-text-secondary)}main.crm-landing-page .crm-lp-mobile *:not(img,svg,video,canvas,iframe){font-family:var(--crm-font-landing-stack)}.crm-lp-mobile{width:100%;max-width:none;min-height:100vh;min-height:100dvh;background:var(--color-bg-page);border-radius:0 0 32px 32px;display:flex;flex-direction:column}.crm-lp-header{flex-shrink:0;min-height:72px;padding:var(--space-3);display:flex;align-items:center;justify-content:center}.crm-lp-header-mark{width:auto;height:auto;display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.crm-lp-header-mark img{width:auto;height:32px;object-fit:contain;display:block}.crm-lp-main{flex:1;display:flex;flex-direction:column;align-items:center;gap:var(--space-5);padding:0}.crm-lp-hero{width:100%;display:flex;flex-direction:column;align-items:center;padding:0 var(--space-3)}.crm-lp-hero-title{margin:0 auto var(--space-5);width:fit-content;max-width:100%;font-size:40px;line-height:1.17;font-weight:700;letter-spacing:-.028em;text-align:center;box-sizing:border-box;color:transparent}.crm-lp-hero-title__row{display:block;white-space:nowrap}.crm-lp-cta-group{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-2)}.crm-lp-cta{min-height:44px;border-radius:var(--radius-pill);border:1px solid transparent;font-size:16px;line-height:24px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-2) var(--space-5);text-decoration:none;cursor:pointer;font-family:inherit;box-sizing:border-box;background:var(--color-primary-fill);color:var(--color-surface);-webkit-tap-highlight-color:transparent}.crm-lp-cta:hover{background:#7d7d7d}.crm-lp-cta--secondary{border-color:var(--color-border-default);background:var(--color-surface);color:var(--color-text-primary)}.crm-lp-cta--secondary:hover{background:var(--color-surface-muted)}.crm-lp-cta:focus-visible,.crm-lp-cta--secondary:focus-visible{outline:2px solid var(--color-accent);outline-offset:var(--space-1);box-shadow:none}.crm-lp-video{width:100%;padding:0 var(--space-3);box-sizing:border-box}.crm-lp-video-player{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:16px;overflow:hidden;background:#000;box-shadow:0 8px 20px #22222224;opacity:0;transform:translateY(22px);transition:opacity .56s cubic-bezier(.22,1,.36,1),transform .56s cubic-bezier(.22,1,.36,1);will-change:opacity,transform;transition-delay:60ms}.crm-lp-video-player.is-visible{opacity:1;transform:translateY(0)}.crm-lp-hero-video{width:100%;height:100%;object-fit:cover;display:block}.crm-lp-video-play-btn{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:64px;height:64px;border:0;border-radius:var(--radius-pill);background:#1c1c1cb8;color:var(--color-surface);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:opacity .18s ease;-webkit-tap-highlight-color:transparent}.crm-lp-video-play-btn[hidden]{display:none}.crm-lp-video-play-btn img{width:24px;height:24px;object-fit:contain;display:block;margin-left:2px;filter:brightness(0) invert(1)}.crm-lp-video-play-btn:focus-visible{outline:2px solid var(--color-accent);outline-offset:4px;box-shadow:none}.crm-lp-hero-copy{margin:0 0 var(--space-5);max-width:365px;font-size:20px;line-height:24px;text-align:center;color:var(--color-text-secondary)}.crm-lp-section{display:flex;flex-direction:column;width:100%;gap:var(--space-3);align-items:center;padding:var(--space-3) 0 0;box-sizing:border-box}.crm-lp-section-primary-action{display:flex;justify-content:center;width:100%;margin-top:var(--space-3)}.crm-lp-section-head{max-width:100%;text-align:center;padding:0 var(--space-5);box-sizing:border-box}.crm-lp-section-title{margin:0 auto var(--space-3);width:fit-content;max-width:100%;font-size:clamp(22px,7.2vw,31px);line-height:1.22;font-weight:700;letter-spacing:-.024em;text-align:center;box-sizing:border-box;color:transparent}.crm-lp-section-title__row{display:block;white-space:nowrap}.crm-lp-section-copy{margin:0;font-size:20px;line-height:24px;color:var(--color-text-secondary)}.crm-lp-cards{width:100%;display:flex;flex-direction:column;gap:var(--space-3);padding:0 var(--space-3);box-sizing:border-box}.crm-lp-card{border-radius:var(--radius-card-sm);overflow:hidden;padding:var(--space-5);display:flex;flex-direction:column;align-items:center;gap:var(--space-5);text-align:center;border:1px solid var(--color-border-default);background:var(--color-surface)}.crm-lp-card-media{width:96px;height:96px;border-radius:var(--radius-card-lg);background:var(--color-bg-page);overflow:hidden;display:flex;align-items:center;justify-content:center}.crm-lp-card-media img{width:100%;height:100%;object-fit:cover;display:block}.crm-lp-card-title{margin:0 0 var(--space-3);font-size:24px;line-height:32px;font-weight:600;color:var(--color-text-primary)}.crm-lp-card-copy{margin:0;font-size:16px;line-height:24px;color:var(--color-text-secondary)}.crm-lp-final-cta{width:100%;padding:var(--space-3);display:flex;flex-direction:column;align-items:center;gap:var(--space-5);text-align:center;margin-top:var(--space-3);box-sizing:border-box}.crm-lp-africa-proof{width:100%;border-radius:var(--radius-card-lg);padding:var(--space-6) var(--space-3);display:flex;flex-direction:column;gap:var(--space-5);text-align:left;color:#fff;background:linear-gradient(138deg,#ff7d33 8%,#ff5c00 35%,#4d1c00 84%),var(--color-surface);box-shadow:var(--shadow-lift)}.crm-lp-africa-proof-title{margin:0;font-size:40px;line-height:48px;font-weight:600;color:#fff;letter-spacing:-.03em}.crm-lp-africa-proof-copy{margin:0;font-size:14px;line-height:1.4;color:#fff}.crm-lp-africa-proof-visual{position:relative;width:100%;height:300px;display:flex;align-items:center;justify-content:center;overflow:hidden}.crm-lp-africa-map{width:230px;max-width:100%;height:auto;display:block}.crm-lp-africa-avatar{position:absolute;border-radius:999px;overflow:hidden;display:block;border:2px solid rgb(255 255 255 / 20%);object-fit:cover}.crm-lp-africa-avatar--lg{width:81px;height:81px}.crm-lp-africa-avatar--md{width:60px;height:60px}.crm-lp-africa-avatar--sm{width:35px;height:35px}.crm-lp-africa-dot{position:absolute;border-radius:999px;background:#ff5c00}.crm-lp-africa-proof-actions{display:flex;justify-content:center;margin-top:var(--space-2)}.crm-lp-footer-section{width:100%;padding-left:var(--space-3);padding-right:var(--space-3);display:flex;flex-direction:column;align-items:center;gap:var(--space-3);text-align:center;margin-top:0;box-sizing:border-box}.crm-lp-footer{width:100%;border-radius:var(--radius-card-sm);border:1px solid var(--color-border-default);background-color:#252525;padding:var(--space-5) var(--space-3);display:flex;justify-content:center;margin-top:var(--space-3);box-sizing:border-box}.crm-lp-footer-logos{width:100%;display:flex;flex-direction:column;align-items:center;gap:var(--space-5)}.crm-lp-footer-logo-primary{width:240px;max-width:100%;height:44px;object-fit:contain;display:block}.crm-lp-footer-logo-secondary{width:200px;max-width:100%;height:44px;object-fit:contain;display:block}.crm-lp-legal-links{display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center;gap:var(--space-3);margin-bottom:var(--space-2)}.crm-lp-legal-link{margin:0;text-align:center;font-size:16px;line-height:20px;color:var(--color-surface);text-decoration:none}.crm-lp-legal-link:hover{text-decoration:underline}.crm-lp-copyright-text{margin:0;text-align:center;font-size:16px;line-height:1.2;font-weight:400;color:#7d7d7d}.crm-lp-hero-title,.crm-lp-section-title{background:linear-gradient(120deg,#1c1c1c,#ff5c00 45%,#ff7d33 65%,#1c1c1c);background-size:220% 220%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:crm-lp-hero-gradient-shift 7s ease-in-out infinite}.crm-lp-card,.crm-lp-africa-proof{opacity:0;transform:translateY(22px);transition:opacity .56s cubic-bezier(.22,1,.36,1),transform .56s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.crm-lp-card.is-visible,.crm-lp-africa-proof.is-visible{opacity:1;transform:translateY(0)}.crm-lp-cards .crm-lp-card:nth-child(1){transition-delay:0ms}.crm-lp-cards .crm-lp-card:nth-child(2){transition-delay:80ms}.crm-lp-cards .crm-lp-card:nth-child(3){transition-delay:.16s}.crm-lp-cards .crm-lp-card:nth-child(4){transition-delay:.24s}.crm-lp-cards .crm-lp-card:nth-child(5){transition-delay:.32s}.crm-lp-africa-proof{transition-delay:.12s}@keyframes crm-lp-hero-gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@media(prefers-reduced-motion:reduce){.crm-lp-card,.crm-lp-africa-proof,.crm-lp-video-player{opacity:1;transform:none;transition:none}.crm-lp-hero-title,.crm-lp-section-title{animation:none;background-position:0% 50%}}@media(max-width:340px){.crm-lp-hero-title{letter-spacing:-.032em}.crm-lp-section-title{letter-spacing:-.028em}}.auth-flow-topbar{display:flex;flex-direction:column;gap:16px;padding-top:calc(16px + env(safe-area-inset-top,0px));padding-right:max(var(--crm-page-gutter-x),env(safe-area-inset-right,0px));padding-bottom:16px;padding-left:max(var(--crm-page-gutter-x),env(safe-area-inset-left,0px));width:100%;box-sizing:border-box;flex-shrink:0;position:sticky;top:0;z-index:35;background:var(--crm-header-sticky-bg)}.auth-flow-topbar__nav{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%}.auth-flow-topbar__slot{display:flex;align-items:center}.auth-flow-topbar__slot--end{justify-content:flex-end;gap:8px}.auth-flow-topbar__icon-btn,.auth-flow-topbar__spacer{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px}.auth-flow-topbar__icon-btn{padding:12px;border:1px solid var(--e13-border);border-radius:8px;background:var(--color-surface);box-shadow:var(--shadow-card);color:var(--color-text-primary);cursor:pointer;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.auth-flow-topbar__icon-btn img{width:16px;height:16px;display:block}.auth-flow-topbar__icon-btn:focus-visible{outline:2px solid var(--color-primary-fill);outline-offset:2px}.auth-flow-topbar__brand{margin:0;font-size:32px;font-weight:700;line-height:1;letter-spacing:-.64px;text-align:center;color:var(--color-accent)}.auth-flow-topbar__title{margin:0;font-size:32px;font-weight:700;line-height:38.4px;color:var(--color-text-primary)}.app-frame{display:block;min-height:100vh;background:var(--color-bg-page)}.app-layout{display:flex;flex-direction:column;gap:16px;min-height:100vh;min-width:0;background:var(--color-bg-page)}.app-layout-top{display:block;min-width:0}.app-layout-body{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;min-width:0;background:var(--color-bg-page)}.page{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;width:100%;min-width:0;padding:0 max(var(--crm-page-gutter-x),env(safe-area-inset-left,0px)) 0 max(var(--crm-page-gutter-x),env(safe-area-inset-right,0px))}.page-transition-root{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;min-width:0;animation:page-route-enter .4s cubic-bezier(.22,1,.36,1) both}@media(max-width:900px){.app-frame--customer-search-fill{height:100dvh;max-height:100dvh;overflow:hidden;display:flex;flex-direction:column}.app-frame--customer-search-fill>.app-layout{flex:1 1 auto;min-height:0;overflow:hidden}.app-frame--customer-search-fill .app-layout-body{flex:1 1 auto;min-height:0;min-width:0;overflow:hidden;display:flex;flex-direction:column}.app-frame--customer-search-fill .page-transition-root{flex:1 1 auto;min-height:0;overflow:hidden}}.crm-segmented-tabs{display:flex;align-items:stretch;min-width:0;position:relative}.crm-segmented-tabs__tab{position:relative;z-index:1;transition:flex .34s cubic-bezier(.22,1,.36,1),background-color .28s cubic-bezier(.22,1,.36,1),color .24s cubic-bezier(.22,1,.36,1),box-shadow .3s cubic-bezier(.22,1,.36,1),transform .2s ease;will-change:flex,background-color,color,box-shadow}.crm-segmented-tabs__indicator{position:absolute;top:0;bottom:0;left:0;z-index:0;opacity:0;transition:transform .4s cubic-bezier(.22,1,.36,1),width .4s cubic-bezier(.22,1,.36,1),opacity .2s ease;pointer-events:none;will-change:transform,width}.crm-segmented-tabs__indicator--ready{opacity:1}.crm-pill-tabs{position:relative;display:flex;align-items:center;justify-content:center;padding:16px;background:transparent;-webkit-tap-highlight-color:transparent}.crm-pill-tab{flex:1 1 0;min-width:0;padding:15px 16px;border:0;border-radius:28px;background:transparent;font-size:16px;font-weight:500;line-height:19.2px;color:#8a8a8a;cursor:pointer;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:1;transition:color .22s ease}.crm-pill-tab:active:not(:disabled){transform:scale(.97)}.crm-pill-tab--active{color:#171717;font-weight:700}.crm-pill-tabs .crm-pill-tabs__indicator{top:16px;bottom:16px;border-radius:28px;background:#fff;box-shadow:0 4px 20px #0000000f}@keyframes page-route-enter{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.topbar{background:var(--surface);border-radius:var(--radius);padding:18px;border:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;gap:12px}.topbar-actions{display:flex;gap:8px;align-items:center}.topbar h1{margin:0}.welcome-title{font-size:clamp(1.9rem,4vw,2.5rem);line-height:1.1;letter-spacing:-.02em;max-width:18ch}.help-btn,.secondary-btn,.primary-btn{border:0;border-radius:var(--radius-button-md);padding:10px 14px;font-weight:500;cursor:pointer;font-size:.95rem}.help-btn,.secondary-btn{background:var(--bg);color:var(--text)}.icon-btn{width:44px;height:44px;border:1px solid var(--border);border-radius:var(--radius-button-sm);background:var(--surface);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #0000000f;cursor:pointer}.icon-btn svg{width:18px;height:18px;fill:var(--color-text-primary)}.topbar-logout{display:none}.primary-btn{background:var(--text);color:var(--surface)}.crm-nav{width:min(100%,520px);max-width:100%;align-self:center;background:var(--color-nav-bg);border-radius:var(--radius-card-lg);padding:8px;display:flex;flex-direction:row;gap:4px;justify-content:space-between;align-items:center;box-shadow:0 4px 24px #00000026;overflow-x:auto;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.crm-nav-item{color:var(--color-text-secondary);text-decoration:none;border-radius:9999px;padding:8px 12px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;flex:0 0 auto;transition:color .22s ease,background-color .32s cubic-bezier(.22,1,.36,1),padding .32s cubic-bezier(.22,1,.36,1),transform .2s ease,box-shadow .28s ease}.crm-nav-item:active{transform:scale(.96)}.crm-nav-item:hover{color:var(--color-text-primary)}.crm-nav-icon-wrap{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;transition:width .32s cubic-bezier(.22,1,.36,1),height .32s cubic-bezier(.22,1,.36,1),background-color .28s ease,color .22s ease,border-radius .2s ease,transform .28s cubic-bezier(.34,1.2,.64,1)}.crm-nav-item:not(.crm-nav-item-active) .crm-nav-icon-wrap svg path{width:20px;height:20px;display:block;fill:none;stroke:currentColor}.crm-nav-icon-wrap svg{width:20px;height:20px;display:block;fill:none;color:currentColor}.crm-nav-label{display:none;font-size:14px;line-height:1.4;font-weight:700;white-space:nowrap;transition:color .22s ease,opacity .2s ease}.crm-nav-item-active{background:var(--surface);color:var(--color-border-strong);border-radius:var(--radius-card-lg);padding-left:12px;padding-right:16px}.crm-nav-item-active .crm-nav-icon-wrap{width:32px;height:32px;border-radius:var(--radius-pill);background:var(--color-accent);color:var(--surface)}.crm-nav-item-active .crm-nav-label{display:inline;animation:nav-label-in .28s cubic-bezier(.22,1,.36,1) both}@keyframes nav-label-in{0%{opacity:0;transform:translate(-4px)}to{opacity:1;transform:translate(0)}}@media(min-width:901px){.app-layout{display:grid;grid-template-columns:260px minmax(0,1fr);grid-template-rows:auto 1fr;gap:20px 24px;align-items:start}.app-layout-top{grid-column:2;grid-row:1}.app-desktop-sidebar{grid-column:1;grid-row:1 / -1;align-self:start;width:100%;max-width:none;position:sticky;top:20px;left:auto;bottom:auto;z-index:1}.app-layout-body{grid-column:2;grid-row:2;position:relative;z-index:1;min-width:0}}@media(max-width:900px){.app-desktop-sidebar{display:none}}@media(max-width:360px){.crm-nav{padding:6px;gap:2px}.crm-nav-item{padding:6px 8px;min-height:40px}.crm-nav-item-active{padding-left:8px;padding-right:10px}}.page-grid,.split-grid{display:grid;gap:16px}.split-grid{grid-template-columns:1.5fr 1fr}.kpi-grid{display:grid;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr))}.kpi-card,.content-card,.mini-card,.appointment-card{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border)}.kpi-card{padding:16px}.kpi-title{margin:0;color:var(--muted);font-size:.85rem}.kpi-value{margin:8px 0 4px;font-size:1.5rem;font-weight:600}.kpi-note{margin:0;color:var(--muted);font-size:.85rem}.content-card{padding:16px}.section-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}.section-head h2{margin:0;font-size:1.2rem}.appointments-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.appointment-card{overflow:hidden}.appointment-head{display:flex;justify-content:space-between;align-items:center;background:var(--purple-soft);padding:10px 12px}.appointment-id{margin:0;font-weight:500}.badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:var(--radius-button-sm);font-size:.8rem;font-weight:600}.badge-confirmed{background:var(--purple);color:var(--surface)}.badge-pending{background:var(--color-warning-bg);color:var(--color-warning)}.badge-completed{background:var(--color-success-bg);color:var(--success)}.badge-cancelled{background:var(--color-danger-bg);color:var(--danger)}.appointment-client,.appointment-meta,.appointment-services{margin:0;padding:10px 12px 0}.appointment-client{font-weight:600}.appointment-meta,.appointment-services,.muted{color:var(--muted)}.appointment-card .primary-btn{margin:12px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:640px}th,td{text-align:left;padding:10px;border-bottom:1px solid var(--border)}th{color:var(--muted);font-weight:500}.cards-row{display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}.mini-card{padding:14px}.mini-title{margin:0;font-weight:600}.mini-subtitle{margin:6px 0 0;color:var(--muted)}.progress-wrap{margin-top:10px;background:var(--border);border-radius:99px;height:8px}.progress-value{background:var(--purple);border-radius:99px;height:100%}.details-card{align-self:start;display:grid;gap:12px}.details-card h3{margin:0}.tag-group{display:flex;flex-wrap:wrap;gap:8px}.tag{display:inline-flex;padding:5px 10px;border-radius:8px;font-size:.8rem}.tag-purple{background:#d9d4fb;color:#3f3795}.tag-green{background:#d4f6dd;color:#276e2a}.tag-orange{background:#ffe8c7;color:#964502}.tag-pink{background:#f8ddf1;color:#b5239f}.auth-page{min-height:100vh;display:grid;place-items:center;padding:16px}.auth-card{width:min(420px,100%);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;display:grid;gap:12px}.auth-card h2{margin:0}.auth-label{display:grid;gap:6px;font-size:.92rem;color:var(--muted)}.auth-input{border:1px solid var(--border);border-radius:10px;padding:10px 12px;font-size:.95rem}.auth-submit{width:100%;justify-content:center}.auth-session-preloader-screen{min-height:100vh;min-height:100dvh;position:relative;display:flex;align-items:center;justify-content:center;padding:var(--space-4);background:radial-gradient(ellipse 320px 240px at 50% 46%,#ff5c0033,#ff5c0000 62%),radial-gradient(ellipse 260px 180px at 50% 46%,#ff7d3329,#ff7d3300 58%),#eee;font-family:Inter,system-ui,-apple-system,sans-serif}.auth-session-preloader-screen__center{display:flex;flex-direction:column;align-items:center;gap:var(--space-5)}.auth-session-preloader-screen__ring-wrap{position:relative;width:160px;height:160px;display:grid;place-items:center}.auth-session-preloader-screen__ring-arc{position:absolute;top:0;right:0;bottom:0;left:0;width:160px;height:160px;opacity:.9;transform:rotate(-72deg);transform-origin:50% 50%;animation:auth-session-preloader-orbit 1.3s linear infinite}.auth-session-preloader-screen__ring-arc-stroke{fill:none;stroke:var(--color-accent);stroke-width:8;stroke-linecap:round;stroke-dasharray:84 420;filter:drop-shadow(0 0 2px rgba(255,92,0,.28))}.auth-session-preloader-screen__logo-image{z-index:1;width:56px;height:56px;display:block;object-fit:contain}.auth-session-preloader-screen__message{margin:0;width:min(310px,100%);min-height:48px;color:var(--color-text-primary);text-align:center;font-size:24px;line-height:1.3;font-weight:400;letter-spacing:.01em;opacity:1;transform:translateY(0);transition:opacity .42s ease,transform .42s ease}.auth-session-preloader-screen__message.is-fading{opacity:.4;transform:translateY(2px)}@keyframes auth-session-preloader-orbit{to{transform:rotate(288deg)}}@media(prefers-reduced-motion:reduce){.auth-session-preloader-screen__ring-arc{animation:none}.auth-session-preloader-screen__message{transition:none;opacity:1;transform:none}}.auth-flow-page{display:grid;min-height:100vh;min-height:100dvh;min-width:0;background:var(--color-bg-page);font-family:Inter,system-ui,-apple-system,sans-serif}.page--flush{padding-inline:0}.auth-flow-page .e13-login{--e13-page-bg: #dedede;--e13-surface: #ffffff;--e13-border: #bebebe;--e13-navy: #252525;--e13-text-primary: #1c1c1c;--e13-text-muted: #9d9d9d;--e13-brand: #ff5c00;--e13-shadow: 0 4px 20px rgb(0 0 0 / 6%);--e13-btn-disabled-bg: #dedede;--e13-keyboard-bg: #bebebe;--e13-suggest-muted: #5c5c5c;display:flex;flex-direction:column;width:100%;max-width:100%;min-width:0;box-sizing:border-box;min-height:100vh;min-height:100dvh;background:unset;color:#252525;font-family:Inter,system-ui,-apple-system,sans-serif}.auth-flow-page .e13-login__header{flex-shrink:0;display:flex;flex-direction:column;gap:16px;padding:16px;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.auth-flow-page .e13-login__nav{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;color:#7d7d7d;vertical-align:middle}.auth-flow-page .e13-login__icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:12px;border:1px solid var(--e13-border);border-radius:8px;background:var(--e13-surface);box-shadow:var(--e13-shadow);color:var(--e13-text-primary);cursor:pointer;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.auth-flow-page .e13-login__icon-btn img{width:16px;height:16px;display:block}.auth-flow-page .e13-login__icon-btn:focus-visible{outline:2px solid var(--e13-navy);outline-offset:2px}.auth-flow-page .e14-nav-logo{display:block;width:32px;height:32px;flex:0 0 32px;object-fit:contain}.auth-flow-page .e13-login__screen-title{margin:0;font-size:32px;font-weight:700;line-height:38.4px;color:var(--e13-text-primary);max-width:100%;overflow-wrap:anywhere}.auth-flow-page .e13-login__main{flex:1 1 auto;min-height:0;min-width:0;display:flex;flex-direction:column;gap:16px;padding:16px;width:100%;max-width:100%;box-sizing:border-box}.auth-flow-page .e13-login__hint{margin:0;font-size:16px;font-weight:400;line-height:1.2;letter-spacing:.3691px;color:#7d7d7d;max-width:100%;overflow-wrap:anywhere}.auth-flow-page .e13-login__phone-row{display:flex;flex-direction:row;align-items:stretch;gap:17px;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.auth-flow-page .e13-login__country-wrap{position:relative;flex:0 0 145px}.auth-flow-page .e13-login__country{flex:0 0 145px;display:flex;align-items:center;gap:4px;width:100%;height:57px;padding:0 16px;border:1px solid var(--e13-border);border-radius:12px;background:var(--e13-surface);box-sizing:border-box;cursor:pointer;-webkit-tap-highlight-color:transparent;font:inherit}.auth-flow-page .e13-login__country:focus-visible{outline:2px solid var(--e13-navy);outline-offset:2px}.auth-flow-page .e13-login__flag-wrap{width:32px;height:32px;border-radius:9999px;overflow:hidden;flex-shrink:0;background:var(--e13-surface)}.auth-flow-page .e13-login__flag{width:100%;height:100%;object-fit:cover;display:block}.auth-flow-page .e13-login__dial{flex:1;min-width:0;margin:0;font-size:18px;font-weight:600;line-height:normal;letter-spacing:-.4395px;color:var(--e13-navy)}.auth-flow-page .e13-login__country-chevron{width:16px;height:16px;flex-shrink:0;display:block;opacity:.85;transition:transform .2s ease}.auth-flow-page .e13-login__country-chevron.is-open{transform:rotate(180deg)}.auth-flow-page .e13-login__country-menu{position:absolute;top:calc(100% + 8px);left:0;z-index:20;width:145px;background:var(--e13-surface);border:1px solid var(--e13-border);border-radius:12px;box-shadow:0 8px 24px #0000001f;padding:6px;opacity:0;transform:translateY(-6px) scale(.98);transform-origin:top left;pointer-events:none;transition:opacity .2s ease,transform .2s ease;max-height:min(280px,50vh);overflow:auto}.auth-flow-page .e13-login__country-menu.is-open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.auth-flow-page .e13-login__country-option{width:100%;display:grid;grid-template-columns:18px auto;align-items:center;gap:8px;padding:8px 12px;border:0;border-radius:8px;background:transparent;font-family:inherit;font-size:18px;font-weight:600;line-height:1;color:var(--e13-navy);text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent}.auth-flow-page .e13-login__country-option:hover{background:#0000000d}.auth-flow-page .e13-login__country-option.is-selected{background:#ff5c001f}.auth-flow-page .e13-login__country-option-flag{border-radius:50%}.auth-flow-page .e13-login__field{flex:1 1 0;min-width:0;display:flex;align-items:center;height:57px;padding:0 16px;border:1px solid var(--e13-border);border-radius:12px;background:var(--e13-surface);box-sizing:border-box}.auth-flow-page .e13-login__field-input{width:100%;min-width:0;border:0;padding:0;margin:0;background:transparent;font-family:inherit;font-size:18px;font-weight:400;line-height:normal;letter-spacing:-.4395px;color:var(--e13-navy)}.auth-flow-page .e13-login__field-input::placeholder{color:var(--e13-text-muted)}.auth-flow-page .e13-login__field-input:focus,.auth-flow-page .e13-login__field-input:focus-visible{outline:none;box-shadow:none}.auth-flow-page .e13-login__field:focus-within{border-color:#ff5c00}.auth-flow-page .e13-login__field--with-clear{gap:4px;padding-right:12px}.auth-flow-page .e13-login__field--with-clear .e13-login__field-input{width:auto;flex:1 1 0;min-width:0}.auth-flow-page .e13-login__field-input--filled{font-weight:600;color:#252525}.auth-flow-page .e13-login__field-clear{flex-shrink:0;width:28px;height:28px;padding:0;border:0;border-radius:8px;background:transparent;color:var(--e13-text-primary);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;-webkit-tap-highlight-color:transparent}.auth-flow-page .e13-login__field-clear:hover{background:#0000000d}.auth-flow-page .e13-login__field-clear:focus-visible{outline:2px solid var(--e13-navy);outline-offset:2px}.auth-flow-page .e13-login__field-clear img{display:block;width:16px;height:16px}.client-profile-edit-page.e13-login .crm-intl-phone-auth-scope{--e13-surface: #ffffff;--e13-border: #bebebe;--e13-navy: #252525;--e13-text-primary: #1c1c1c;--e13-text-muted: #9d9d9d}.client-profile-edit-page.e13-login .crm-intl-phone-auth-scope .e13-login__phone-row{display:flex;flex-direction:row;align-items:stretch;gap:17px;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.client-profile-edit-page.e13-login .crm-intl-phone-auth-scope .e13-login__country-wrap{position:relative;flex:0 0 145px}.client-profile-edit-page.e13-login .crm-intl-phone-auth-scope .e13-login__country{flex:0 0 145px;display:flex;align-items:center;gap:4px;width:100%;height:57px;padding:0 16px;border:1px solid var(--e13-border);border-radius:12px;background:var(--e13-surface);box-sizing:border-box;cursor:pointer;-webkit-tap-highlight-color:transparent;font:inherit}.client-profile-edit-page.e13-login .crm-intl-phone-auth-scope .e13-login__country:focus-visible{outline:2px solid var(--e13-navy);outline-offset:2px}.client-profile-edit-page.e13-login .crm-intl-phone-auth-scope .e13-login__flag-wrap{width:32px;height:32px;border-radius:9999px;overflow:hidden;flex-shrink:0;background:var(--e13-surface)}.client-profile-edit-page.e13-login .crm-intl-phone-auth-scope .e13-login__flag{width:100%;height:100%;object-fit:cover;display:block}.client-profile-edit-page.e13-login .crm-intl-phone-auth-scope .e13-login__dial{flex:1;min-width:0;margin:0;font-size:18px;font-weight:600;line-height:normal;letter-spacing:-.4395px;color:var(--e13-navy)}.client-profile-edit-page.e13-login .crm-intl-phone-auth-scope .e13-login__country-chevron{width:16px;height:16px;flex-shrink:0;display:block;opacity:.85;transition:transform .2s ease}.client-profile-edit-page.e13-login .crm-intl-phone-auth-scope .e13-login__country-chevron.is-open{transform:rotate(180deg)}.client-profile-edit-page.e13-login .crm-intl-phone-auth-scope .e13-login__country-menu{position:absolute;top:calc(100% + 8px);left:0;z-index:20;width:145px;background:var(--e13-surface);border:1px solid var(--e13-border);border-radius:12px;box-shadow:0 8px 24px #0000001f;padding:6px;opacity:0;transform:translateY(-6px) scale(.98);transform-origin:top left;pointer-events:none;transition:opacity .2s ease,transform .2s ease;max-height:min(280px,50vh);overflow:auto}.client-profile-edit-page.e13-login .crm-intl-phone-auth-scope .e13-login__country-menu.is-open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.client-profile-edit-page.e13-login .crm-intl-phone-auth-scope .e13-login__country-option{width:100%;display:grid;grid-template-columns:18px auto;align-items:center;gap:8px;padding:8px 12px;border:0;border-radius:8px;background:transparent;font-family:inherit;font-size:18px;font-weight:600;line-height:1;color:var(--e13-navy);text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent}.client-profile-edit-page.e13-login .crm-intl-phone-auth-scope .e13-login__country-option:hover{background:#0000000d}.client-profile-edit-page.e13-login .crm-intl-phone-auth-scope .e13-login__country-option.is-selected{background:#ff5c001f}.client-profile-edit-page.e13-login .crm-intl-phone-auth-scope .e13-login__country-option-flag{border-radius:50%}.client-profile-edit-page.e13-login .crm-intl-phone-auth-scope .e13-login__field{flex:1 1 0;min-width:0;display:flex;align-items:center;height:57px;padding:0 16px;border:1px solid var(--e13-border);border-radius:12px;background:var(--e13-surface);box-sizing:border-box}.client-profile-edit-page.e13-login .crm-intl-phone-auth-scope .e13-login__field-input{width:100%;min-width:0;border:0;padding:0;margin:0;background:transparent;font-family:inherit;font-size:18px;font-weight:400;line-height:normal;letter-spacing:-.4395px;color:var(--e13-navy)}.client-profile-edit-page.e13-login .crm-intl-phone-auth-scope .e13-login__field-input::placeholder{color:var(--e13-text-muted)}.client-profile-edit-page.e13-login .crm-intl-phone-auth-scope .e13-login__field-input:focus,.client-profile-edit-page.e13-login .crm-intl-phone-auth-scope .e13-login__field-input:focus-visible{outline:none;box-shadow:none}.client-profile-edit-page.e13-login .crm-intl-phone-auth-scope .e13-login__field:focus-within{border-color:#ff5c00}.client-profile-edit-page.e13-login .crm-intl-phone-auth-scope .e13-login__field--with-clear{gap:4px;padding-right:12px}.client-profile-edit-page.e13-login .crm-intl-phone-auth-scope .e13-login__field--with-clear .e13-login__field-input{width:auto;flex:1 1 0;min-width:0}.client-profile-edit-page.e13-login .crm-intl-phone-auth-scope .e13-login__field-input--filled{font-weight:600;color:#252525}.client-profile-edit-page.e13-login .crm-intl-phone-auth-scope .e13-login__field-clear{flex-shrink:0;width:28px;height:28px;padding:0;border:0;border-radius:8px;background:transparent;color:var(--e13-text-primary);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;-webkit-tap-highlight-color:transparent}.client-profile-edit-page.e13-login .crm-intl-phone-auth-scope .e13-login__field-clear:hover{background:#0000000d}.client-profile-edit-page.e13-login .crm-intl-phone-auth-scope .e13-login__field-clear:focus-visible{outline:2px solid var(--e13-navy);outline-offset:2px}.client-profile-edit-page.e13-login .crm-intl-phone-auth-scope .e13-login__field-clear img{display:block;width:16px;height:16px}.auth-flow-page .e13-login__cta-wrap{flex-shrink:0;padding:16px;margin-top:16px;width:100%;box-sizing:border-box}.auth-flow-page .e13-login__cta-wrap--with-error{padding-bottom:8px}.auth-flow-page .e13-login--with-email .e13-login__main{flex:0 0 auto;gap:12px;padding:16px 16px 6px}.auth-flow-page .e13-login--with-email .e13-login__cta-wrap{padding:4px 16px 16px}.auth-flow-page .e13-login--with-email .e13-login__header{gap:12px;padding-bottom:12px}.auth-flow-page .e13-login__send.crm-btn{min-height:52px;padding:8px 16px;gap:8px;border-radius:12px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:500;line-height:24px;letter-spacing:0;box-sizing:border-box}.auth-flow-page .e13-login__send.crm-btn:disabled{background:#dedede;color:#9d9d9d;border-color:transparent;cursor:not-allowed}.auth-flow-page .e13-login__send.crm-btn.crm-btn--primary:not(:disabled){background:#252525;color:#fff;cursor:pointer}.auth-flow-page .e13-login__send.crm-btn:not(:disabled):hover{opacity:.94}.auth-flow-page .e13-login__send:focus-visible{outline:2px solid var(--e13-navy);outline-offset:3px}.auth-flow-page .e13-login__email-login{margin-top:24px;display:flex;flex-direction:column;gap:16px}.auth-flow-page .e13-login__alt-divider{margin:0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;color:#7d7d7d;font-size:16px;font-weight:500;line-height:1.2}.auth-flow-page .e13-login__alt-divider:before,.auth-flow-page .e13-login__alt-divider:after{content:"";display:block;width:100%;height:1px;background:#bebebe}.auth-flow-page .e13-login__email-btn.crm-btn.crm-btn--ghost{min-height:52px;justify-content:center;padding:0 16px;border:1px solid #bebebe;border-radius:12px;background:transparent;color:#252525;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;line-height:1.2}.auth-flow-page .e13-login__email-btn:focus-visible{outline:2px solid var(--e13-navy);outline-offset:3px}.auth-flow-page .e13-login__email-icon{width:16px;height:16px}.auth-flow-page .e13-login__alert-wrap{flex-shrink:0;padding:0 16px 16px;width:100%;box-sizing:border-box}.crm-auth-alert{display:flex;align-items:flex-start;gap:10px;width:100%;padding:12px;border-radius:12px;border:1px solid color-mix(in srgb,var(--color-danger) 18%,transparent);background:var(--color-danger-bg);box-sizing:border-box}.crm-auth-alert__icon{flex-shrink:0;display:flex;color:var(--color-danger);margin-top:1px}.crm-auth-alert__message{margin:0;flex:1;font-size:14px;line-height:1.45;font-weight:500;color:var(--color-error-strong, var(--color-danger))}.auth-flow-page .e13-login--with-email .e13-login__keyboard{display:none}.auth-flow-page .e13-login--with-email.e13-login--kb-open .e13-login__keyboard{display:flex}.auth-flow-page .e13-login__keyboard{flex-shrink:0;flex-direction:column;gap:8px;padding:8px;width:100%;box-sizing:border-box;background:var(--e13-keyboard-bg)}.auth-flow-page .e13-login__suggest{display:flex;flex-direction:column;align-items:stretch;padding:6px 12px;border-radius:8.717px;background:#fafafa;text-align:center;border:0;cursor:pointer;font:inherit;-webkit-tap-highlight-color:transparent}.auth-flow-page .e13-login__suggest-label{margin:0;font-size:10.46px;font-weight:400;line-height:13.95px;color:var(--e13-suggest-muted)}.auth-flow-page .e13-login__suggest-value{margin:2px 0 0;font-size:12.204px;font-weight:500;line-height:17.43px;letter-spacing:-.1311px;color:var(--e13-navy)}.auth-flow-page .e13-login__keys{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;width:100%}.auth-flow-page .e13-login__key{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:64px;padding:10px 4px 8px;border:0;border-radius:8px;background:var(--e13-surface);font-family:inherit;font-size:26.15px;font-weight:300;line-height:31.38px;letter-spacing:.3448px;color:var(--e13-navy);cursor:pointer;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.auth-flow-page .e13-login__key:active{background:#dedede}.auth-flow-page .e13-login__key-sub{margin-top:2px;font-size:8.717px;font-weight:500;line-height:13.08px;letter-spacing:.538px;color:var(--e13-navy)}.auth-flow-page .e13-login__key-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;width:100%}.auth-flow-page .e13-login__key--row2{min-height:52px;padding-top:12px}.auth-flow-page .e13-login__key--symbols{font-size:20.9px;line-height:27.9px;letter-spacing:.0613px}.auth-flow-page .e13-login__key--back{padding:0;color:var(--e13-navy)}.auth-flow-page .e13-login__key--back svg{display:block;width:21px;height:21px}.auth-flow-page .e13-login__home{display:flex;justify-content:center;padding:7px 0 4px}.auth-flow-page .e13-login__home-bar{width:111.57px;height:3.48px;border-radius:999px;background:var(--e13-navy)}@media(pointer:coarse){.auth-flow-page .e13-login__keyboard{display:none!important}.auth-flow-page .e13-login--with-email .e13-login__main{flex:0 0 auto}}.auth-flow-page .e13-login--email-auth .e13-email-login__main{gap:16px}.auth-flow-page .e13-login--email-auth .e13-login__main{flex:0 0 auto}.auth-flow-page .e13-login--email-auth .e13-login__cta-wrap.e13-email-login__cta{padding:0;margin-top:8px;width:100%}.auth-flow-page .e13-email-login__fields{width:100%;display:flex;flex-direction:column;gap:16px}.auth-flow-page .e13-email-login__field{width:100%}.auth-flow-page .e13-email-login__field--password{position:relative}.auth-flow-page .e13-email-login__field--password .crm-input{padding-right:48px}.auth-flow-page .e13-email-login__password-toggle{position:absolute;top:50%;right:12px;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:0;border-radius:8px;background:transparent;color:var(--e13-text-primary, #1c1c1c);cursor:pointer;-webkit-tap-highlight-color:transparent}.auth-flow-page .e13-email-login__password-toggle:hover{background:#0000000d}.auth-flow-page .e13-email-login__password-toggle:focus-visible{outline:2px solid var(--e13-navy, #252525);outline-offset:2px}.auth-flow-page .e13-login--email-auth .e13-email-login__field .crm-input{width:100%;min-height:57px;border:1px solid var(--e13-border, #bebebe);border-radius:12px;background:var(--e13-surface, #ffffff);color:#7d7d7d;vertical-align:middle;padding:0 16px;box-sizing:border-box;font-family:inherit;font-size:18px;line-height:normal}.auth-flow-page .e13-login--email-auth .e13-email-login__field .crm-input::placeholder{color:#9d9d9d}.auth-flow-page .e13-login--email-auth .e13-email-login__field--error .crm-input{border-color:#c72a33;box-shadow:0 0 0 2px #c72a3329}.auth-flow-page .e13-email-login__error{margin:8px 0 0;font-size:14px;line-height:1.4;color:#c72a33}.e11-af{display:flex;flex-direction:column;width:100%;min-height:0;background:var(--color-bg-page);overflow:hidden;font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--color-primary-fill)}.e11-af--phone{overflow-x:hidden;overflow-y:visible}.e11-af__body{min-height:0;display:flex;flex-direction:column;gap:16px;padding-top:16px;padding-right:max(var(--crm-page-gutter-x),env(safe-area-inset-right,0px));padding-bottom:16px;padding-left:max(var(--crm-page-gutter-x),env(safe-area-inset-left,0px));width:100%;box-sizing:border-box}.e11-af__hint{margin:0;font-size:16px;font-weight:400;line-height:1.2;letter-spacing:.37px;color:var(--color-primary-fill)}.e11-af__otp-sub{margin:0;font-size:16px;font-weight:400;line-height:1.25;letter-spacing:.37px;color:var(--color-primary-fill)}.e11-af__link-btn{margin:0;padding:0;border:0;background:none;font:inherit;font-weight:600;color:var(--color-accent);cursor:pointer;-webkit-tap-highlight-color:transparent}.e11-af__link-btn:focus-visible{outline:2px solid var(--color-primary-fill);outline-offset:2px;border-radius:4px}.e11-af__phone-row{display:flex;flex-direction:row;align-items:stretch;gap:17px;width:100%}.e11-af__country{position:relative;flex:0 0 145px;display:flex;align-items:center;gap:4px;height:57px;padding:0 16px;border:1px solid var(--color-border-default);border-radius:12px;background:var(--color-surface);box-sizing:border-box}.e11-af__country-flag-wrap{width:32px;height:32px;border-radius:9999px;overflow:hidden;flex-shrink:0;background:var(--color-surface)}.e11-af__country-flag{width:100%;height:100%;object-fit:cover;display:block;border-radius:50%}.e11-af__country-code{flex:1;min-width:0;font-size:18px;font-weight:600;line-height:normal;letter-spacing:-.44px;color:var(--color-primary-fill)}.e11-af__country-select-wrap{position:relative;display:inline-flex;align-items:center}.e11-af__country-select-trigger{display:inline-flex;align-items:center;gap:4px;border:0;background:transparent;padding:0;font-family:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}.e11-af__country-chevron{width:16px;height:16px;flex-shrink:0;fill:none;stroke:var(--color-primary-fill);stroke-width:2;opacity:.85;transition:transform .2s ease}.e11-af__country-chevron.is-open{transform:rotate(180deg)}.e11-af__country-menu{position:absolute;top:calc(100% + 8px);left:0;z-index:20;width:145px;background:var(--color-surface);border:1px solid var(--color-border-default);border-radius:12px;box-shadow:0 8px 24px #0000001f;padding:6px;opacity:0;transform:translateY(-6px) scale(.98);transform-origin:top left;pointer-events:none;transition:opacity .2s ease,transform .2s ease}.e11-af__country-menu.is-open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.e11-af__country-option{width:100%;display:grid;grid-template-columns:18px auto;align-items:center;gap:8px;padding:8px 12px;border:0;border-radius:8px;background:transparent;font-family:inherit;font-size:18px;font-weight:600;line-height:1;color:var(--color-primary-fill);text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent}.e11-af__country-option:hover,.e11-af__country-option.is-selected{background:var(--color-surface-subtle)}.e11-af__country-option-flag{border-radius:50%;object-fit:cover}.e11-af__phone-field{flex:1 1 0;min-width:0;display:flex;align-items:center;height:57px;padding:0 16px;border:1px solid var(--color-border-default);border-radius:12px;background:var(--color-surface);box-sizing:border-box}.e11-af__phone-field:focus-within{box-shadow:0 0 0 2px var(--color-primary-fill)}.e11-af__phone-input{width:100%;min-width:0;border:0;padding:0;margin:0;background:transparent;font-family:inherit;font-size:18px;font-weight:400;line-height:normal;letter-spacing:-.44px;color:var(--color-primary-fill)}.e11-af__phone-input--filled{font-weight:600}.e11-af__phone-input::placeholder{color:var(--color-text-disabled)}.e11-af__phone-input:focus,.e11-af__phone-input:focus-visible{outline:none;box-shadow:none}.e11-af__phone-field--with-clear{gap:4px;padding-right:12px}.e11-af__phone-field--with-clear .e11-af__phone-input{width:auto;flex:1 1 0;min-width:0}.e11-af__phone-clear{flex-shrink:0;width:28px;height:28px;padding:0;border:0;border-radius:8px;background:transparent;color:var(--color-text-primary);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;-webkit-tap-highlight-color:transparent}.e11-af__phone-clear:hover{background:#0000000d}.e11-af__phone-clear:focus-visible{outline:2px solid var(--color-primary-fill);outline-offset:2px}.e11-af__phone-clear img{display:block;width:16px;height:16px}.e11-af__otp-input:focus{outline:none}.e11-af__cta-wrap{flex-shrink:0;padding-top:16px;padding-right:max(18px,env(safe-area-inset-right,0px));padding-bottom:calc(16px + env(safe-area-inset-bottom,0px));padding-left:max(var(--crm-page-gutter-x),env(safe-area-inset-left,0px));width:100%;box-sizing:border-box}.e11-af__cta-wrap--above-alert{padding-bottom:16px}.e11-af__cta{display:flex;align-items:center;justify-content:center;width:100%;min-height:60px;padding:16px;border:0;border-radius:16px;font-family:inherit;font-size:20px;font-weight:700;line-height:28px;letter-spacing:-.45px;box-sizing:border-box;cursor:not-allowed}.e11-af__cta--primary{background:var(--color-primary-fill);color:#fff;cursor:pointer}.e11-af__cta--primary:hover{opacity:.94}.e11-af__cta--primary:focus-visible{outline:2px solid var(--color-primary-fill);outline-offset:3px}.e11-af__cta--disabled{background:var(--color-disabled-bg);color:var(--color-text-disabled)}.e11-af__alert-wrap{flex-shrink:0;padding-top:8px;padding-right:max(var(--crm-page-gutter-x),env(safe-area-inset-right,0px));padding-bottom:calc(16px + env(safe-area-inset-bottom,0px));padding-left:max(var(--crm-page-gutter-x),env(safe-area-inset-left,0px));width:100%;box-sizing:border-box}.e11-af__otp-input-wrap{position:relative}.e11-af__otp-digits{display:flex;flex-direction:row;align-items:center;gap:8px;width:100%}.e11-af__otp-cell{display:flex;align-items:center;justify-content:center;width:56px;height:72px;flex-shrink:0;box-sizing:border-box;padding:16px;border-radius:12px;border:1px solid var(--color-border-default);background:var(--color-surface);overflow:hidden;font-size:32px;font-weight:400;line-height:1;letter-spacing:.37px;color:#000}.e11-af__otp-cell--active{border-color:var(--color-accent)}.e11-af__otp-input{margin-top:12px;border:1px solid var(--color-border-default);border-radius:12px;padding:12px;font-size:20px;letter-spacing:8px;text-align:center}.e11-af--otp .e11-af__otp-input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:0;opacity:0;pointer-events:auto;border:0}.e11-af__otp-meta{margin:0;font-size:16px;font-weight:400;line-height:1;letter-spacing:.37px;color:#000}.e11-af__otp-resend-btn{margin:0;padding:0;border:0;background:none;font-family:inherit;font-size:16px;font-weight:600;line-height:1;letter-spacing:.37px;color:var(--color-accent);cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent}.e11-af__otp-resend-btn:focus-visible{outline:2px solid var(--color-primary-fill);outline-offset:2px;border-radius:4px}.e11-af__otp-resend-btn:disabled{color:var(--color-text-disabled);cursor:default}.e11-af--otp .e11-af__body{padding-top:0}.e11-pq{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;overflow:hidden;background:var(--color-bg-page);font-family:Inter,system-ui,-apple-system,sans-serif}.e11-pq__body{flex:1 1 auto;display:flex;flex-direction:column;gap:16px;padding:16px}.e11-pq__header{min-height:28px}.e11-pq__title-block{text-align:center;color:var(--color-primary-fill)}.e11-pq__title{margin:0;font-size:24px;font-weight:600;line-height:1.2;letter-spacing:0}.e11-pq__title--center{text-align:center}.e11-pq__subtitle{margin:8px 0 0;font-size:16px;font-weight:400;line-height:1.4;color:var(--color-primary-fill)}.e11-pq__subtitle--muted{color:var(--color-text-secondary)}.e11-pq__footer{margin-top:auto}.e11-mirron-step{justify-content:flex-start;min-height:100vh;min-height:100dvh}.e11-mirron-step__center{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:16px;gap:16px;width:100%;box-sizing:border-box}.e11-mirron-step__title{margin:0;font-size:24px;font-weight:600;line-height:1.2;color:var(--color-primary-fill)}.e11-mirron-step__body{margin:0;width:100%;font-size:16px;font-weight:400;line-height:1.4;color:var(--color-text-secondary)}.e11-pq-card{display:flex;width:100%;padding:0;min-height:130px;border:1px solid var(--color-border-default);border-radius:12px;overflow:hidden;background:var(--surface);text-align:left;font-family:inherit;color:var(--color-primary-fill)}.e11-pq-card__thumb{width:74px;flex-shrink:0;overflow:hidden;border-radius:12px 0 0 12px}.e11-pq-card__thumb img{width:100%;height:100%;display:block;object-fit:cover;border-radius:0}.e11-pq-card__body{display:flex;flex-direction:column;gap:8px;justify-content:center;padding:20px 14px}.e11-pq-card__title{margin:0;font-size:24px;font-weight:600;line-height:1.2;color:var(--color-primary-fill)}.e11-pq-card__desc{margin:0;font-size:16px;font-weight:400;line-height:1.4;color:var(--color-text-secondary)}.e11-pq-card.is-selected,.e11-pq-option.is-selected,.e11-pq-day.is-selected{border-color:var(--color-accent);box-shadow:0 0 0 1px #e85d2a29}.e11-pq-option{display:flex;align-items:center;width:100%;min-height:56px;height:56px;padding:16px;border:1px solid var(--color-border-default);border-radius:12px;background:var(--surface);font-family:inherit;font-size:24px;font-weight:600;line-height:1.2;color:var(--color-primary-fill);box-sizing:border-box}.e11-pq__section{display:flex;flex-direction:column;gap:12px}.e11-pq__section-title{margin:0;font-size:14px;font-weight:500;line-height:1.4;color:var(--color-text-secondary)}.e11-pq__label{margin:0;font-family:inherit;font-size:16px;font-weight:400;line-height:1.4;color:var(--color-primary-fill)}.e11-pq__label--muted{font-size:14px;color:var(--color-text-secondary)}.e11-pq-time-row{display:flex;align-items:center;justify-content:space-between;width:100%;height:56px;padding:1px 17px;border:1px solid var(--color-border-default);border-radius:16px;background:var(--surface);box-sizing:border-box}.e11-pq-time-row__label{font-family:inherit;font-size:16px;font-weight:500;line-height:1.4;color:var(--color-primary-fill)}.e11-pq-time-picker{position:relative}.e11-pq-time-picker__trigger{display:inline-flex;align-items:center;gap:8px;padding:6px 4px 6px 10px;border:0;border-radius:10px;background:transparent;color:inherit;cursor:pointer;font-family:inherit}.e11-pq-time-picker__trigger:focus-visible{outline:2px solid var(--color-focus-soft);outline-offset:1px}.e11-pq-time-picker__value{font-family:inherit;font-size:16px;font-weight:500;line-height:1.4;color:var(--color-text-secondary)}.e11-pq-time-picker__chevron{width:16px;height:16px;fill:none;stroke:var(--color-text-disabled);stroke-linecap:round;stroke-linejoin:round;stroke-width:2;transition:transform .18s ease}.e11-pq-time-picker__chevron.is-open{transform:rotate(180deg)}.e11-pq-time-picker__menu{position:absolute;top:calc(100% + 8px);right:0;min-width:144px;max-height:216px;padding:8px;border:1px solid var(--color-border-default);border-radius:16px;background:var(--surface);box-shadow:0 16px 32px #1c293824;opacity:0;transform:translateY(-6px) scale(.98);transform-origin:top right;pointer-events:none;transition:opacity .14s ease,transform .14s ease;overflow-y:auto;z-index:20}.e11-pq-time-picker__menu.is-open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.e11-pq-time-picker__option{display:flex;align-items:center;width:100%;min-height:38px;padding:0 12px;border:0;border-radius:12px;background:transparent;font-family:inherit;font-size:16px;font-weight:500;line-height:1.4;color:var(--color-primary-fill);text-align:left;cursor:pointer}.e11-pq-time-picker__option:hover{background:var(--color-surface-muted)}.e11-pq-time-picker__option.is-selected{background:var(--color-surface-subtle);color:var(--color-primary-fill)}.e11-pq-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}.e11-pq-day{display:flex;align-items:center;justify-content:center;width:min(100%,44px);aspect-ratio:1;border:1px solid var(--color-border-default);border-radius:9999px;background:var(--surface);font-family:inherit;font-size:16px;font-weight:500;line-height:1;color:var(--color-text-primary)}.e11-services-setup__categories{display:flex;flex-direction:column;gap:12px;flex:1 1 auto;overflow-y:auto;min-height:0;padding-right:2px}.e11-services-setup__category{padding:12px;border:1px solid var(--color-border-default);border-radius:16px;background:var(--surface)}.e11-services-setup__category-toggle{width:100%;padding:0;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.e11-services-setup__category-header-btn{border:0;background:transparent;padding:0;display:flex;align-items:center;flex:1;min-width:0;cursor:pointer}.e11-services-setup__all-btn{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:52px;min-width:52px;height:32px;padding:0 16px;border:1px solid var(--color-border-default);border-radius:8px;background:#fff9;box-shadow:0 4px 20px #0000000f;font-family:inherit;font-size:16px;font-weight:600;line-height:1.2;color:var(--color-accent);cursor:pointer;box-sizing:border-box}.e11-services-setup__all-btn.is-selected{border-color:var(--color-accent);background:var(--color-selection-bg);color:var(--color-accent)}.e11-services-setup__category-header{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.e11-services-setup__category-chevron{width:16px;height:16px;flex:0 0 16px;fill:none;stroke:var(--color-text-disabled);stroke-linecap:round;stroke-linejoin:round;stroke-width:2;transition:transform .42s cubic-bezier(.22,1,.36,1)}.e11-services-setup__category-chevron.is-open{transform:rotate(180deg)}.e11-services-setup__category-thumb{width:56px;height:56px;flex-shrink:0;border-radius:8px;object-fit:cover;border:1px solid var(--color-border-default);background:var(--color-surface-muted)}.e11-services-setup__category-thumb--empty{display:inline-block}.e11-services-setup__category-title{margin:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;font-size:16px;font-weight:600;line-height:1.3;color:var(--color-primary-fill)}.e11-services-setup__panel{display:grid;grid-template-rows:0fr;opacity:0;transform:translateY(-4px);transition:grid-template-rows .52s cubic-bezier(.22,1,.36,1),opacity .42s cubic-bezier(.22,1,.36,1),transform .46s cubic-bezier(.22,1,.36,1)}.e11-services-setup__panel.is-open{grid-template-rows:1fr;opacity:1;transform:translateY(0);margin-top:4px}.e11-services-setup__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px;overflow:hidden;min-height:0}.e11-services-setup__service-chip{border:1px solid var(--color-border-default);border-radius:16px;background:var(--surface);color:var(--color-primary-fill);padding:8px 12px 4px;font-size:16px;font-weight:500;line-height:1.3}.e11-services-setup__service-chip.is-selected{border-color:var(--color-accent);color:var(--color-accent);box-shadow:0 0 0 1px #e85d2a29;background:var(--color-selection-bg)}.e11-services-setup__row{display:flex;justify-content:center;width:100%;padding:12px 14px;border:1px solid var(--color-border-default);border-radius:12px;background:var(--surface)}.e11-services-setup__row--placeholder{color:var(--color-text-secondary);font-size:14px}.e11-services-setup__add{width:100%;padding:12px;border:1px dashed var(--color-border-default);border-radius:12px;background:transparent;color:var(--color-text-primary);font-size:15px;font-weight:600}.e11-services-setup__add:disabled{opacity:.7}.e11-pq--hours .e11-pq__body{gap:24px}.e11-pq--services .e11-pq__body{gap:20px;min-height:0;overflow:hidden;padding-bottom:16px}.e11-pq--services{height:100vh;height:100dvh}.e11-pq--services .e11-pq__section{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;overflow:hidden}.e11-pq--services .e11-pq__cta-wrap{position:static;margin-top:0;z-index:auto;padding-top:0;background:transparent}.e11-pq__cta-wrap{display:flex;flex-direction:column;gap:16px;padding:0 16px 16px}.e11-pq__cta{display:flex;align-items:center;justify-content:center;width:100%;min-height:52px;border:0;border-radius:16px;font-family:inherit;font-size:16px;font-weight:600;line-height:1.2}.e11-pq__cta--primary{background:var(--color-primary-fill);color:var(--surface)}.e11-pq__cta--primary:disabled{opacity:.45;cursor:not-allowed}.e11-pq__cta--ghost{background:transparent;color:var(--color-primary-fill)}.e11-pq__cta--ghost:disabled{opacity:.45;cursor:not-allowed}.e13-q-salon-step{background:#dedede;color:#252525}.e13-q-salon-step .auth-flow-topbar{gap:0;padding-bottom:16px}.e13-q-salon-step .e13-q__main{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:16px;padding:16px;width:100%;box-sizing:border-box}.e13-q-salon-step .e13-q__intro{display:flex;flex-direction:column;gap:8px;align-items:center;text-align:center;width:100%;color:#252525}.e13-q-salon-step .e13-q__heading{margin:0;width:100%;font-size:24px;font-weight:600;line-height:1.2}.e13-q-salon-step .e13-q__hint{margin:0;width:100%;font-size:16px;font-weight:400;line-height:1.4}.e13-q-salon-step .e13-q__options{display:flex;flex-direction:column;gap:16px;width:100%}.e13-q-salon-step .e13-q__checkbox-row{display:inline-flex;align-items:center;gap:8px;width:100%;min-height:52px;padding:8px;border-radius:12px;background:#fff;color:#252525;font-size:16px;font-weight:500;line-height:1.4;cursor:pointer;box-sizing:border-box}.e13-q-salon-step .e13-q__checkbox{width:24px;height:24px;margin:0;border:2px solid #9d9d9d;border-radius:4px;background:#fff;-moz-appearance:none;appearance:none;-webkit-appearance:none;position:relative;cursor:pointer;flex-shrink:0}.e13-q-salon-step .e13-q__checkbox:checked{border-color:#24ae41;background:#24ae41}.e13-q-salon-step .e13-q__checkbox:checked:after{content:"";position:absolute;left:7px;top:2px;width:5px;height:10px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg)}.e13-q-salon-step .e13-q__checkbox:focus-visible{outline:2px solid #ff5c00;outline-offset:2px}.e13-q-salon-step .e13-q__checkbox-label{display:inline-block}.e13-q-salon-step .e13-qcard{display:flex;flex-direction:row;align-items:stretch;width:100%;min-height:164px;height:fit-content;border-radius:12px;overflow:hidden;border:2px solid transparent;background:#fff;box-shadow:0 4px 20px #0000000f;padding:0;margin:0;cursor:pointer;text-align:left;font:inherit;color:inherit;-webkit-tap-highlight-color:transparent}.e13-q-salon-step .e13-qcard:focus-visible{outline:2px solid #ff5c00;outline-offset:2px}.e13-q-salon-step .e13-qcard--selected{border-color:#ff5c00}.e13-q-salon-step .e13-qcard__photo{width:74px;flex-shrink:0;align-self:stretch;min-height:164px;background:linear-gradient(145deg,#f0e6dc,#d4c4b0 45%,#b8a892);background-size:cover;background-position:center;background-repeat:no-repeat}.e13-q-salon-step .e13-qcard__body{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:8px;justify-content:center;padding:24px 16px;background:#fff}.e13-q-salon-step .e13-qcard__title{display:block;margin:0;font-size:24px;font-weight:600;line-height:1.2;width:100%}.e13-q-salon-step .e13-qcard__desc{display:block;margin:0;font-size:16px;font-weight:400;line-height:1.4;width:100%}.e13-q-salon-step .e13-flow__footer{flex-shrink:0;width:100%;padding:8px 16px;box-sizing:border-box;margin-top:auto}.e13-q-salon-step .e13-flow__actions{display:flex;flex-direction:column;gap:16px;align-items:stretch;width:100%}.e13-q-salon-step .e13-flow__btn-primary{display:flex;align-items:center;justify-content:center;width:100%;padding:16px;border:0;border-radius:16px;background:#252525;color:#fff;font-family:inherit;font-size:16px;font-weight:600;line-height:1.2;text-align:center;text-decoration:none;box-sizing:border-box;cursor:pointer;-webkit-tap-highlight-color:transparent}.e13-q-salon-step .e13-flow__btn-primary:hover{opacity:.94}.e13-q-salon-step .e13-flow__btn-primary:focus-visible{outline:2px solid #252525;outline-offset:3px}.e13-q-salon-step .e13-flow__btn-primary:disabled{opacity:.45;cursor:not-allowed}.e13-q-salon-step .e13-flow__btn-ghost{display:flex;align-items:center;justify-content:center;width:100%;min-height:51px;padding:0 16px;border:0;border-radius:16px;background:transparent;color:#252525;font-family:inherit;font-size:16px;font-weight:600;line-height:1.2;text-align:center;text-decoration:none;box-sizing:border-box;cursor:pointer;-webkit-tap-highlight-color:transparent}.e13-q-salon-step .e13-flow__btn-ghost:hover{opacity:.88}.e13-q-salon-step .e13-flow__btn-ghost:focus-visible{outline:2px solid #252525;outline-offset:2px}.e13-mirron-flow.e11-pq{min-height:unset;height:100vh;height:100dvh;max-height:100dvh;box-sizing:border-box;background:var(--color-bg-page);color:#252525}.e13-mirron-flow .auth-flow-topbar{flex-shrink:0;gap:0;padding-bottom:16px}.e13-mirron-flow .e13-mirron__center{flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:16px;width:100%;box-sizing:border-box;text-align:center;color:#252525}.e13-mirron-flow .e13-mirron__illustration{display:block;width:100%;max-width:260px;height:auto;object-fit:contain}.e13-mirron-flow .e13-mirron__title{margin:0;width:100%;font-size:24px;font-weight:600;line-height:1.2}.e13-mirron-flow .e13-mirron__body{margin:0;width:100%;font-size:16px;font-weight:400;line-height:1.4;color:#7d7d7d}.e13-mirron-flow .e13-mirron__cta{display:flex;align-items:center;justify-content:center;width:100%;max-width:400px;min-height:48px;padding:8px 16px;border:0;border-radius:12px;background:#252525;color:#fff;font-family:inherit;font-size:16px;font-weight:500;line-height:24px;text-align:center;cursor:pointer;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.e13-mirron-flow .e13-mirron__cta:disabled{opacity:.45;cursor:not-allowed}.e13-mirron-flow .e13-mirron__cta>span{display:inline-block;line-height:inherit}.e13-mirron-flow .e13-mirron__cta:focus-visible{outline:2px solid #252525;outline-offset:3px}.e13-mirron-flow .e13-mirron__cta-secondary{display:flex;align-items:center;justify-content:center;width:100%;max-width:400px;min-height:44px;padding:8px 16px;border:0;border-radius:12px;background:transparent;color:#252525;font-family:inherit;font-size:16px;font-weight:600;line-height:1.2;text-align:center;cursor:pointer;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.e13-mirron-flow .e13-mirron__cta-secondary:disabled{opacity:.45;cursor:not-allowed}.e13-mirron-flow .e13-mirron__cta-secondary:focus-visible{outline:2px solid #252525;outline-offset:2px}.e13-svc-flow{background:#dedede;color:#252525}.e13-svc-flow.e11-pq.e13-svc-root{--crm-header-sticky-bg: #dedede;min-height:100vh;min-height:100dvh;height:auto;max-height:none;overflow:visible;box-sizing:border-box}.e13-svc-flow .e13-svc__header-sticky{position:sticky;top:0;z-index:40;flex-shrink:0;background:#dedede;box-shadow:0 1px #0000000f}.e13-svc-flow .e13-svc__header-sticky .auth-flow-topbar{position:static;z-index:auto;background:transparent}.e13-svc-flow .auth-flow-topbar{flex-shrink:0;gap:0;padding-bottom:16px}.e13-svc-flow .e13-svc__scroll{flex:0 0 auto;min-height:0;overflow:visible;display:flex;flex-direction:column;gap:24px;padding:16px;width:100%;box-sizing:border-box}.e13-svc-flow .e13-svc__intro{flex-shrink:0;display:flex;flex-direction:column;gap:8px;align-items:center;text-align:center;width:100%;padding:0 16px;box-sizing:border-box;font-weight:600;color:#252525;line-height:1.2}.e13-svc-flow .e13-svc__title{margin:0;width:100%;font-size:24px}.e13-svc-flow .e13-svc__subtitle{margin:0;width:100%;font-size:16px;font-weight:400;line-height:1.4}.e13-svc-flow .e13-svc__state{margin:0;padding:12px;text-align:center;font-size:16px;font-weight:400;line-height:1.4;color:#5c5c5c}.e13-svc-flow .e13-svc-card{display:flex;flex-direction:column;gap:16px;align-items:stretch;width:100%;padding:16px;border-radius:28px;background:#fff;box-shadow:0 4px 20px #0000000f;box-sizing:border-box}.e13-svc-flow .e13-svc-card__head{display:flex;flex-direction:row;align-items:center;gap:16px;width:100%}.e13-svc-flow .e13-svc-card__photo{width:56px;height:56px;flex-shrink:0;border-radius:8px;background-size:cover;background-position:center}.e13-svc-flow .e13-svc-card__photo--braids{background-image:linear-gradient(145deg,#3d2c1e,#6b4f3a,#8b6914)}.e13-svc-flow .e13-svc-card__photo--locs{background-image:linear-gradient(145deg,#2a2520,#4a4035,#6b5c4a)}.e13-svc-flow .e13-svc-card__photo--wigs{background-image:linear-gradient(145deg,#4a3a50,#7a5a80 45%,#c4a8c8)}.e13-svc-flow .e13-svc-card__photo--care{background-image:linear-gradient(145deg,#e8f0e4,#a8c4a0,#5a7a52)}.e13-svc-flow .e13-svc-card__title{flex:1 1 0;min-width:0;margin:0;font-family:Poppins,system-ui,sans-serif;font-size:16px;font-weight:500;line-height:1.2;color:#1c1c1c;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;overflow-wrap:break-word}.e13-svc-flow .e13-svc-card__all{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:52px;min-width:52px;height:32px;padding:0 16px;border:1px solid #bebebe;border-radius:8px;background:#fff9;box-shadow:0 4px 20px #0000000f;font-family:inherit;font-size:16px;font-weight:600;line-height:1.2;color:#ff5c00;cursor:pointer;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.e13-svc-flow .e13-svc-card__all:focus-visible{outline:2px solid #ff5c00;outline-offset:2px}.e13-svc-flow .e13-svc-card__tags{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;align-items:flex-start;width:100%}.e13-svc-flow .e13-svc-tag{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;border:1px solid #bebebe;border-radius:16px;background:#fff;font-family:inherit;font-size:16px;font-weight:400;line-height:1.4;color:#1c1c1c;cursor:pointer;text-align:left;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.e13-svc-flow .e13-svc-tag:focus-visible{outline:2px solid #ff5c00;outline-offset:2px}.e13-svc-flow .e13-svc-tag--stack .e13-svc-tag__stack{display:flex;flex-direction:column;align-items:flex-start;gap:0}.e13-svc-flow .e13-svc-tag__line{display:block;line-height:1.4}.e13-svc-flow .e13-svc-tag--on{border-color:#ff5c00;border-width:2px;background:#ffdecc;padding:7px 15px}.e13-svc-flow .e13-svc-tag--on.e13-svc-tag--stack{padding:7px 15px}.e13-svc-flow .e13-svc__footer{flex-shrink:0}.e13-svc-flow .e13-flow__footer--loose{padding-top:8px}.e13-svc-flow .e13-flow__actions--loose{gap:24px}.e13-svc-flow .e13-flow__btn-ghost--compact{min-height:44px}.e13-svc-flow .e13-flow__footer{flex-shrink:0;width:100%;padding:8px 16px;padding-bottom:max(16px,env(safe-area-inset-bottom,0px));box-sizing:border-box}.e13-svc-flow .auth-flow-error{flex-shrink:0}.e13-svc-flow .e13-flow__actions{display:flex;flex-direction:column;align-items:stretch;width:100%}.e13-svc-flow .e13-flow__btn-primary{display:flex;align-items:center;justify-content:center;width:100%;padding:16px;border:0;border-radius:16px;background:#252525;color:#fff;font-family:inherit;font-size:16px;font-weight:600;line-height:1.2;text-align:center;box-sizing:border-box;cursor:pointer;-webkit-tap-highlight-color:transparent}.e13-svc-flow .e13-flow__btn-primary:hover{opacity:.94}.e13-svc-flow .e13-flow__btn-primary:focus-visible{outline:2px solid #252525;outline-offset:3px}.e13-svc-flow .e13-flow__btn-primary:disabled{opacity:.45;cursor:not-allowed}.e13-svc-flow .e13-flow__btn-ghost{display:flex;align-items:center;justify-content:center;width:100%;min-height:51px;padding:0 16px;border:0;border-radius:16px;background:transparent;color:#252525;font-family:inherit;font-size:16px;font-weight:600;line-height:1.2;text-align:center;box-sizing:border-box;cursor:pointer;-webkit-tap-highlight-color:transparent}.e13-svc-flow .e13-flow__btn-ghost:hover{opacity:.88}.e13-svc-flow .e13-flow__btn-ghost:focus-visible{outline:2px solid #252525;outline-offset:2px}.e13-svc-flow .e13-flow__btn-ghost:disabled{opacity:.45;cursor:not-allowed}.auth-flow-error{margin:0 16px 16px}.error-text{margin:0;color:var(--color-error-strong);font-size:.9rem}@media(max-width:1200px){.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.split-grid{grid-template-columns:1fr}.cards-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.crm-nav{position:fixed;left:50%;bottom:calc(12px + env(safe-area-inset-bottom,0px));transform:translate(-50%);z-index:50;width:min(calc(100% - 24px),520px);margin:0;align-self:stretch}.appointments-grid{grid-template-columns:1fr}}@media(max-width:640px){.topbar{padding:14px}.topbar p{font-size:.86rem}.kpi-grid,.cards-row{grid-template-columns:1fr}.help-btn{padding:8px 10px;font-size:.84rem}}@media(prefers-reduced-motion:reduce){.page-transition-root{animation:none}.crm-segmented-tabs__tab,.crm-segmented-tabs__indicator,.crm-nav-item,.crm-nav-icon-wrap,.crm-nav-label{transition:none}.crm-nav-item:active{transform:none}.crm-nav-item-active .crm-nav-label,.calendar-tabs-pulse,.calendar-content-enter{animation:none}.calendar-content-pending{opacity:1;pointer-events:auto;transition:none}.crm-pill-tab{transition:none}.crm-pill-tab:active:not(:disabled){transform:none}}.e11-home{background:var(--color-bg-page)}.e11-home__main{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:0;padding:0 var(--space-4)}.crm-topbar{display:flex;flex-direction:column;gap:16px;padding:calc(16px + env(safe-area-inset-top,0px)) 0 16px;flex-shrink:0;position:sticky;top:0;z-index:35;background:var(--crm-header-sticky-bg)}.crm-topbar__row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px}.crm-topbar__slot{display:inline-flex;align-items:center;justify-content:flex-start;min-width:0}.crm-topbar__slot--end{justify-content:flex-end}.crm-topbar__brand{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;justify-self:center;color:inherit;text-decoration:none}.crm-topbar__brand img{display:block;width:100%;height:100%}.crm-topbar__text{display:flex;flex-direction:column;gap:4px}.crm-topbar__title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.crm-topbar__title{margin:0;flex:1 1 auto;min-width:0;font-family:Inter,system-ui,sans-serif;font-size:32px;font-weight:700;line-height:1.2;color:#1c1c1c;letter-spacing:-.01em}.crm-topbar__title-action{display:inline-flex;align-items:center;flex-shrink:0}.crm-topbar__subtitle{margin:0;font-family:Inter,system-ui,sans-serif;font-size:16px;line-height:1.4;color:#8a8a8a}.crm-topbar__action{display:block}.crm-topbar__actions-desktop{display:none}@media(min-width:901px){.crm-topbar__row--brand,.crm-topbar__actions-mobile{display:none}.crm-topbar__actions-desktop{display:inline-flex;align-items:center;justify-content:flex-end;flex-shrink:0;margin-left:auto}.crm-topbar__title-row{align-items:flex-start;width:100%;gap:16px}.crm-topbar__menu-btn{display:none}}.e11-home,.overview-page,.orders-page,.shop-page,.shop-product-detail-page,.shop-cart-page,.shop-thanks-page,.calendar-page,.customers-page,.e13-mirron-flow,.crm-static-page.crm-salon-page,.requests-page,.analytics-figma{--crm-header-sticky-bg: var(--color-bg-page)}.e11-link-card{background:#fff;border-radius:28px;padding:16px;box-shadow:0 4px 20px #0000000f;margin:16px 0}.e11-link-card__row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.e11-link-card__eyebrow{font-size:12px;line-height:1.4;color:#8a8a8a}.e11-link-card__actions{display:flex;gap:16px}.e11-icon-btn{width:40px;height:40px;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #efefef;cursor:pointer;padding:0}.e11-icon-btn--light{background:#fff9;color:#171717;box-shadow:0 4px 20px #0000000f}.e11-icon-btn--solid{background:#252525;color:#fff;border-color:#252525;box-shadow:0 4px 20px #0000000f}.e11-link-card__title{margin:0;font-size:28px;font-weight:500;line-height:1;color:#000}.e11-pending{display:flex;flex-direction:column;gap:12px;padding:16px 0;background:transparent;box-shadow:none;border-radius:0}.e11-pending__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.e11-pending__title{margin:0;font-family:Inter,system-ui,sans-serif;font-size:24px;font-weight:600;line-height:1.2;color:#171717}.e11-pending__badge{display:inline-flex;align-items:center;gap:8px;padding:8px;border-radius:8px;background:#1c2938;color:#fff;font-family:Inter,system-ui,sans-serif;font-size:12px;font-weight:400;line-height:1.3;white-space:nowrap}.e11-pending__badge img{display:block;width:12px;height:12px}.e11-pending__hint{margin:0;font-family:Inter,system-ui,sans-serif;font-size:16px;line-height:1.4;color:#8a8a8a}.e11-pending__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.e11-pending__item{display:flex;flex-direction:column;gap:16px;padding:16px;background:#fff;border:1px solid #efefef;border-radius:12px;border-top:1px solid #efefef}.e11-pending__item:first-child{padding-top:16px}.e11-pending__top{display:flex;align-items:flex-start;gap:8px}.e11-pending__avatar{flex-shrink:0;width:44px;height:44px;border-radius:50%;background:#d9d9d9;display:block}.e11-pending__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px;align-items:flex-start}.e11-pending__name{margin:0;font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:500;line-height:1.4;color:#171717}.e11-pending__chip{display:inline-flex;align-items:center;padding:4px 10px;border-radius:8px;font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:400;line-height:1.4;color:#171717;white-space:nowrap}.e11-pending__chip--default{background:#efefef}.e11-pending__chip--braids{background:#fad4c0}.e11-pending__chip--makeup{background:#fff5ba}.e11-pending__chip--nails{background:#fad4dc}.e11-pending__chip--skin{background:#d5f0d5}.e11-pending__time{display:inline-flex;align-items:center;gap:4px;font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:400;line-height:1.4;color:#8a8a8a}.e11-pending__time img{display:block;width:14px;height:14px}.e11-pending__actions{display:flex;gap:8px}.e11-pending__btn{flex:1;min-width:0;display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 12px;border:1px solid transparent;border-radius:10px;font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:600;line-height:1.2;text-decoration:none;cursor:pointer;box-sizing:border-box}.e11-pending__btn--ghost{background:#fff;border-color:#efefef;color:#1c2938}.e11-pending__btn--primary{background:#24ae41;color:#fff;border-color:#24ae41}.overview-page{display:flex;flex-direction:column;min-height:100%;background:var(--color-bg-page)}.e14-home-screen--main{display:flex;flex-direction:column;flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;width:100%;color:#171717}.e14-home-error{margin:0 0 8px}.e14-home-skeleton{padding:8px 0 0;display:flex;flex-direction:column;gap:16px}.e14-home-skeleton__card{border-radius:28px;background:#fff;box-shadow:0 4px 20px #0000000f;padding:16px;position:relative;overflow:hidden}.e14-home-skeleton__line,.e14-home-skeleton__dot-btn,.e14-home-skeleton__ring,.e14-home-skeleton__shop-image{position:relative;overflow:hidden;background:#ececec}.e14-home-skeleton__line:after,.e14-home-skeleton__dot-btn:after,.e14-home-skeleton__ring:after,.e14-home-skeleton__shop-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,#ececec00,#ffffffd1,#ececec00);animation:e14-home-skeleton-shimmer 1.2s ease-in-out infinite}.e14-home-skeleton__card--link{display:grid;grid-template-columns:1fr auto;grid-template-areas:"kicker actions" "title actions";row-gap:10px}.e14-home-skeleton__line{border-radius:999px;height:14px}.e14-home-skeleton__line--kicker{grid-area:kicker;width:128px}.e14-home-skeleton__line--title{grid-area:title;width:min(72%,220px);height:18px}.e14-home-skeleton__actions{grid-area:actions;display:inline-flex;align-items:center;gap:8px}.e14-home-skeleton__dot-btn{width:36px;height:36px;border-radius:999px}.e14-home-skeleton__dot-btn--dark{background:#d9d9d9}.e14-home-skeleton__card--stats,.e14-home-skeleton__card--customers,.e14-home-skeleton__card--income{display:flex;flex-direction:column;gap:12px}.e14-home-skeleton__row{display:flex;align-items:center;justify-content:space-between;gap:12px}.e14-home-skeleton__line--chip{width:142px}.e14-home-skeleton__split{display:grid;grid-template-columns:minmax(0,1fr) 132px;gap:14px}.e14-home-skeleton__main-num{display:flex;flex-direction:column;gap:8px}.e14-home-skeleton__line--value{width:112px;height:24px}.e14-home-skeleton__line--caption{width:min(72%,210px)}.e14-home-skeleton__side-list{display:flex;flex-direction:column;gap:10px}.e14-home-skeleton__line--side{width:100%}.e14-home-skeleton__item-list{display:flex;flex-direction:column;gap:10px}.e14-home-skeleton__item-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.e14-home-skeleton__line--item-title{width:min(72%,218px)}.e14-home-skeleton__income-main{display:grid;grid-template-columns:92px minmax(0,1fr);gap:12px;align-items:center}.e14-home-skeleton__ring{width:92px;height:92px;border-radius:50%}.e14-home-skeleton__income-side{display:flex;flex-direction:column;gap:8px}.e14-home-skeleton__line--period{width:148px}.e14-home-skeleton__card--shop{display:grid;grid-template-columns:112px minmax(0,1fr);gap:12px;align-items:center}.e14-home-skeleton__shop-image{width:112px;height:84px;border-radius:12px}.e14-home-skeleton__shop-text{display:flex;flex-direction:column;gap:10px}@keyframes e14-home-skeleton-shimmer{to{transform:translate(100%)}}@media(prefers-reduced-motion:reduce){.e14-home-skeleton__line:after,.e14-home-skeleton__dot-btn:after,.e14-home-skeleton__ring:after,.e14-home-skeleton__shop-image:after{animation:none;opacity:0}}.e14-icon-btn{width:40px;height:40px;border-radius:8px;border:1px solid #efefef;background:#fff;box-shadow:0 4px 20px #0000000f;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;padding:0;cursor:pointer}.e14-icon-btn--round{border-radius:28px}.e14-icon-btn--dark{border-radius:28px;background:#252525;border-color:#252525}.e14-icon-btn--dark img{filter:brightness(0) invert(1)}.e14-link-card{margin:0 0 16px;padding:16px;border-radius:28px;background:#fff;box-shadow:0 4px 20px #0000000f}.e14-link-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.e14-link-cap{margin:0;font-size:12px;line-height:1.3;color:#8a8a8a}.e14-link-actions{display:flex;gap:16px}.e14-link-title{margin:16px 0 0;font-size:28px;font-weight:500;line-height:1;color:#000}.e14-requests{margin:0;display:flex;flex-direction:column;gap:12px}.e14-requests-head{display:flex;align-items:center;justify-content:space-between}.e14-requests-title{margin:0;font-size:24px;font-weight:600;line-height:1.2;color:#171717}.e14-requests-hint{margin:0;font-size:16px;line-height:1.4;color:#8a8a8a}.e14-requests-empty{margin:0;padding:12px 0 4px;font-size:16px;line-height:1.4;color:#8a8a8a}.e14-cal-card{background:#fff;border-radius:0 16px 16px 0;border:0;border-left:2px solid #578cd7;color:#578cd7;padding:16px;display:flex;flex-direction:column;gap:12px;text-decoration:none}.e14-cal-card--accent-orange{border-radius:0 16px 16px 0;border-left-color:#ff9d66}.e14-cal-card-top{display:flex;align-items:flex-start;gap:10px}.e14-cal-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover}.e14-cal-avatar--placeholder{flex-shrink:0;background:#d8d8d8}.e14-cal-name{margin:0;font-size:16px;font-weight:500;line-height:1.4;color:#171717}.e14-cal-meta{margin:0;color:#8a8a8a;font-size:14px;line-height:1.4}.e14-cal-badge{font-size:11px;line-height:1.2;color:#0e461a;background:#d3efd9;border-radius:4px;padding:4px 8px}.e14-home-cal-meta{display:flex;flex-direction:column;gap:4px;min-width:0}.e14-home-cal-badges{display:flex;flex-wrap:wrap;gap:6px}.e14-cal-badge--created{color:#1b437b;background:#d5e2f5}.e14-cal-badge--confirmed{color:#0e461a;background:#d3efd9}.e14-link-stats{margin:0 0 16px;padding:16px;border:1px solid #eeeeee;border-radius:16px;box-shadow:0 4px 10px #0000000f;background:radial-gradient(circle at 30% 68%,#ffd682cc,#ffd68200 33%),linear-gradient(162deg,#ff7d33 9%,#ff5c00 35%,#4d1c00 84%);color:#fff;position:relative;overflow:hidden;cursor:pointer}.e14-link-stats:focus-visible{outline:2px solid #ffffff;outline-offset:2px}.e14-link-stats-head{display:flex;align-items:center;justify-content:space-between}.e14-link-stats-cap{display:inline-flex;align-items:center;gap:8px;font-size:12px;line-height:1.3;color:#fff}.e14-link-stats-icon{width:20px;height:20px;border-radius:16px;background:#ffffff4d;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.e14-link-stats-icon img{filter:brightness(0) invert(1)}.e14-link-stats-btn{min-width:40px;min-height:40px;border-radius:28px}.e14-link-stats-body{margin-top:8px;display:flex;gap:16px;align-items:stretch}.e14-link-stats-main{flex:1 1 auto;min-width:0;display:flex}.e14-link-stats-main-center{flex:1 1 auto;min-height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;text-align:left}.e14-link-stats-main-num{margin:0;font-size:52px;font-weight:600;line-height:1;color:#fff}.e14-link-stats-main-label{margin:8px 0 0;font-size:16px;line-height:1.4;font-weight:500;color:#fff}.e14-link-stats-side{width:168px;flex-shrink:0;display:flex;flex-direction:column;gap:16px}.e14-link-stats-side-item{padding-bottom:16px;border-bottom:1px solid #bebebe}.e14-link-stats-side-num{margin:0;font-size:32px;line-height:1.2;font-weight:600;color:#fff}.e14-link-stats-side-label{margin:8px 0 0;font-size:14px;line-height:1.4;color:#bebebe}.e14-link-stats-up{color:#24ae41;font-size:14px;vertical-align:middle}.e14-link-stats-down{color:#c72a33;font-size:14px;vertical-align:middle}.e14-home-customer-base,.e14-home-income{margin:0 0 16px;padding:16px;min-height:325px;border:1px solid #eeeeee;border-radius:16px;box-shadow:0 4px 10px #0000000f;background:#fff;cursor:pointer;position:relative;overflow:hidden}.e14-home-customer-base:focus-visible,.e14-home-income:focus-visible{outline:2px solid #ff5c00;outline-offset:2px}.e14-home-customer-base{background:radial-gradient(circle at 40% 65%,#ff854a40,#ff854a00 26%),radial-gradient(circle at 74% 22%,#6c64de3b,#6c64de00 35%),#fff}.e14-home-analytics-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.e14-home-analytics-cap{display:inline-flex;align-items:center;gap:8px;font-size:12px;line-height:1.3;color:#7d7d7d}.e14-home-analytics-icon{width:20px;height:20px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.e14-home-analytics-icon--orange{background:#ff5c00}.e14-home-analytics-icon--orange img{filter:brightness(0) invert(1)}.e14-home-analytics-icon--peach{background:#ffdecc}.e14-home-analytics-btn{min-width:40px;min-height:40px;border-radius:28px}.e14-home-customer-total{margin-top:8px}.e14-home-customer-total-num{margin:0;font-size:44px;font-weight:600;line-height:1.2;color:#1c1c1c}.e14-home-customer-total-label{margin:8px 0 0;font-size:16px;line-height:1.4;color:#252525}.e14-home-customer-list{margin-top:8px}.e14-home-customer-item{display:flex;align-items:center;gap:16px;padding:8px 0}.e14-home-customer-item+.e14-home-customer-item{border-top:1px solid #eeeeee}.e14-home-customer-item>div{flex:1 1 auto;min-width:0}.e14-home-customer-item:focus-visible{outline:2px solid #ff5c00;outline-offset:2px;border-radius:8px}.e14-home-customer-item-title{margin:0;font-size:24px;line-height:1.2;font-weight:600;color:#1c1c1c}.e14-home-customer-item-copy{margin:8px 0 0;font-size:14px;line-height:1.4;color:#7d7d7d}.e14-home-income-main{margin-top:16px;display:flex;align-items:center;gap:16px}.e14-home-income-chart{width:100px;height:100px;flex-shrink:0;border-radius:50%;background:conic-gradient(#eb9f1a 0 var(--income-ratio, 0turn),#6c64de var(--income-ratio, 0turn) 1turn);-webkit-mask:radial-gradient(circle at center,transparent 60%,#000 60%);mask:radial-gradient(circle at center,transparent 60%,#000 60%)}.e14-home-income-total{flex:1 1 auto;min-width:0}.e14-home-income-hint{margin:0;display:inline-flex;align-items:center;gap:8px;font-size:12px;line-height:1.3;color:#7d7d7d}.e14-home-income-hint-icon{flex-shrink:0;display:block}.e14-home-income-value{margin:8px 0 0;font-size:32px;line-height:1.2;font-weight:600;color:#1c1c1c}.e14-home-income-period{margin:16px 0 0;text-align:center;font-size:16px;line-height:1.4;font-weight:500;color:#7d7d7d}.e14-home-income-list{margin-top:8px}.e14-home-income-item{margin:0;padding:8px 0;display:flex;align-items:center;gap:8px;font-size:16px;line-height:1.4;font-weight:500;color:#252525}.e14-home-income-item span:nth-child(2){flex:1 1 auto;min-width:0}.e14-home-income-item strong{font-weight:500}.e14-home-income-dot{width:16px;height:16px;border-radius:4px;flex-shrink:0}.e14-home-income-dot--received{background:#eb9f1a}.e14-home-income-dot--expected{background:#6c64de}.e14-home-insights{margin:0 0 16px}.e14-home-arrivals{display:flex;align-items:stretch;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 4px 20px #0000000f;cursor:pointer}.e14-home-arrivals:focus-visible{outline:2px solid #ff5c00;outline-offset:2px}.e14-home-arrivals-image-wrap{position:relative;width:91px;flex-shrink:0}.e14-home-arrivals-image-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(180deg,#0000,#0000 40%,#00000080),linear-gradient(-37.72deg,#ffffff0d 19.775%,#1e1e1f03)}.e14-home-arrivals-image{width:100%;height:100%;min-height:129px;object-fit:cover;display:block}.e14-home-arrivals-body{flex:1 1 auto;min-width:0;padding:16px;display:flex;flex-direction:column;gap:16px}.e14-home-arrivals-top{display:flex;align-items:flex-start;gap:16px}.e14-home-arrivals-title{margin:0;flex:1 1 auto;min-width:0;font-size:28px;font-weight:600;line-height:1;color:#000}.e14-home-arrivals-text{margin:0;font-size:14px;line-height:1.4;color:#8a8a8a}body.e14-home-popup-open{overflow:hidden}.e14-home-sale-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:16px;background:#1c1c1c73;opacity:0;pointer-events:none;transition:opacity .22s ease}.e14-home-sale-overlay.is-open{opacity:1;pointer-events:auto}.e14-home-sale-popup{width:min(361px,calc(100% - 32px));border-radius:24px;background:#fff;overflow:hidden;box-shadow:0 4px 20px #0000000f}.e14-home-sale-media{position:relative;width:100%;height:320px;box-sizing:border-box}.e14-home-sale-image{width:100%;height:100%;object-fit:cover;display:block}.e14-home-sale-close{position:absolute;top:16px;right:16px;width:40px;height:40px;border:0;border-radius:28px;background:#252525;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #0000000f;cursor:pointer}.e14-home-sale-close img{display:block}.e14-home-sale-body{padding:16px;display:flex;flex-direction:column;gap:16px}.e14-home-sale-cap{margin:0;font-size:12px;font-weight:700;line-height:1.4;letter-spacing:.04em;text-transform:uppercase;color:#7d7d7d}.e14-home-sale-title{margin:0;font-size:24px;font-weight:700;line-height:1;letter-spacing:-.06em;color:#1c1c1c}.e14-home-sale-text{margin:0;font-size:14px;font-weight:400;line-height:1.4;color:#7d7d7d}.e14-home-sale-cta{align-self:center;min-height:36px;padding:8px;border:0;border-radius:12px;background:#252525;font-family:inherit;font-size:16px;font-weight:500;line-height:24px;color:#fff;cursor:pointer}.figma-home-screen{display:flex;flex-direction:column;gap:16px;width:100%;background:var(--color-bg-page)}.figma-header{display:grid;gap:16px;align-items:stretch}.figma-header-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.figma-header__title{font-family:Inter,sans-serif;font-size:32px;font-weight:500;line-height:1.2;color:#171717;margin:0}.figma-header__notify-btn svg{width:20px;height:20px}.figma-grid{display:flex;gap:16px;align-items:stretch}.figma-booking{flex:1;min-width:0;min-height:334px;background:#cde9c2;border-radius:28px;padding:16px;display:flex;flex-direction:column;justify-content:space-between}.figma-booking__top{display:flex;flex-direction:column;gap:8px}.figma-booking__date{display:flex;align-items:center;gap:8px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#2d4a26;opacity:.9}.figma-booking__badge{display:inline-flex;align-self:flex-start;padding:4px 8px;background:#fff;border-radius:8px;font-family:Inter,sans-serif;font-size:8px;font-weight:500;color:#eb461a}.figma-booking__title{font-family:Inter,sans-serif;font-size:24px;font-weight:600;line-height:1.2;color:#2d4a26;margin:0 0 16px}.figma-booking__add{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:9px 13px;border:1px solid #2d4a26;border-radius:9999px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#2d4a26;text-decoration:none}.figma-right{flex:1;min-width:0;display:flex;flex-direction:column;gap:16px}.figma-analytics{flex:1;min-height:157px;background:#fff;border-radius:28px;padding:16px;box-shadow:0 4px 20px #0000000f;display:flex;flex-direction:column;justify-content:space-between;text-decoration:none;color:inherit}.figma-analytics__top{display:flex;align-items:flex-start;justify-content:space-between}.figma-analytics__label{font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#8a8a8a;line-height:1.4}.figma-analytics__arrow{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#171717}.figma-analytics__title{font-family:Inter,sans-serif;font-size:28px;font-weight:500;line-height:1;color:#000;margin:0}.figma-sale{flex:1;min-height:157px;border-radius:28px;overflow:hidden;position:relative;box-shadow:0 4px 20px #0000000f;padding:16px;text-decoration:none;color:inherit}.figma-sale__bg{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:28px;overflow:hidden;pointer-events:none}.figma-sale__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.figma-sale__gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 0%,transparent 40%,rgba(0,0,0,.5) 100%),linear-gradient(-29deg,#ffffff0d 19.775%,#1e1e1f03 140%);border-radius:28px}.figma-sale__inset-shadow{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;box-shadow:inset 7.193px 8.632px 11.509px #ffffff8c,inset 1.079px 2.158px 1.079px #fff3}.figma-sale__bottom{position:absolute;left:16px;bottom:16px;display:flex;flex-direction:column;gap:8px;align-items:flex-start;z-index:2}.figma-sale__badge{padding:4px 8px;background:#ffffffe6;border-radius:8px;font-family:Inter,sans-serif;font-size:8px;font-weight:500;color:#eb461a}.figma-sale__label{font-family:Inter,sans-serif;font-size:24px;font-weight:700;letter-spacing:-.48px;color:#eb461a;line-height:1.2}.figma-sale__arrow{position:absolute;top:16px;right:16px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;z-index:2;color:#171717}.figma-link{background:#fff;border-radius:28px;padding:16px;box-shadow:0 4px 20px #0000000f}.figma-link__row{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}.figma-link__label{font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#8a8a8a;line-height:1.4}.figma-link__actions{display:flex;gap:16px;align-items:center}.figma-link__btn{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #efefef;border-radius:9999px;cursor:pointer;padding:1px}.figma-link__btn--copy{background:#fff;color:#171717}.figma-link__btn--share{background:#252525;border-color:#efefef;color:#fff}.figma-link__title{font-family:Inter,sans-serif;font-size:28px;font-weight:500;line-height:1;color:#000;margin:0}.figma-rating{background:#bde3f2;border-radius:28px;padding:16px}.figma-rating__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.figma-rating__icon{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;background:#fff9;border-radius:9999px;color:#1e3a4a}.figma-toggle{display:inline-flex;gap:4px;padding:4px;background:#1e3a4a33;border-radius:9999px}.figma-toggle__btn{padding:8px 16px;font-family:Arial,sans-serif;font-size:12px;font-weight:700;color:#1e3a4a;background:transparent;border:none;border-radius:9999px;cursor:pointer}.figma-toggle__btn--active{background:#ffffffe6}.figma-rating__content{display:flex;flex-direction:column;gap:3px}.figma-rating__label{font-family:Inter,sans-serif;font-size:12px;font-weight:700;letter-spacing:.48px;text-transform:uppercase;color:#1e3a4a;line-height:1.4}.figma-rating__subtitle{font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:#1e3a4a;line-height:1.4;margin:0 0 9px}.figma-rating__value{font-family:Inter,sans-serif;font-size:48px;font-weight:700;letter-spacing:-1.44px;line-height:1;color:#1e3a4a}.overview-figma{display:grid;gap:16px}.overview-grid-top{display:grid;grid-template-columns:1fr 1fr;gap:16px;min-height:374px}.overview-stack-right{display:grid;gap:16px;grid-template-rows:159px 199px}.overview-card{border-radius:28px;padding:16px;position:relative;overflow:hidden}.overview-card-linkable{display:block;text-decoration:none;color:inherit}.overview-card-requests{background:#cde9c2;display:flex;flex-direction:column;justify-content:space-between}.overview-badges{display:grid;gap:8px;align-content:start}.overview-badge{display:inline-flex;width:fit-content;border-radius:4px;font-size:14px;font-weight:600;line-height:1.2;padding:4px 8px;background:#ffffff80}.overview-badge-alert{background:#fff;color:#eb461a}.overview-card-requests h2{margin:0;font-size:clamp(2rem,4vw,2.7rem);line-height:1.1;color:#2d4a26;max-width:12ch}.overview-fab{width:56px;height:56px;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;align-self:flex-end;background:#1c2938;color:#fff;text-decoration:none;font-size:30px;line-height:1;cursor:pointer}.overview-card-analytics{background:#fff;box-shadow:0 4px 20px #0000000f}.overview-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.overview-card-head p{margin:0;color:#8a8a8a;font-size:12px;line-height:1.3}.overview-card-analytics h3,.overview-card-link h3{margin:28px 0 0;font-size:clamp(2rem,3.6vw,2.6rem);line-height:1.05}.overview-circle-btn{border:0;background:#1c2938;color:#fff;width:52px;height:52px;border-radius:999px;font-size:24px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.overview-circle-btn-light{background:#fff;color:#171717;border:1px solid var(--border);box-shadow:0 4px 20px #0000000f}.overview-card-sale{box-shadow:0 4px 20px #0000000f;padding:0}.overview-card-sale img,.overview-sale-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.overview-card-sale img{object-fit:cover}.overview-sale-overlay{background:linear-gradient(180deg,#0000 30%,#0000008a)}.overview-sale-content{position:relative;z-index:1;padding:16px;height:100%;display:flex;flex-direction:column;justify-content:flex-end;gap:8px}.overview-sale-btn{align-self:flex-end;margin-bottom:auto;background:#ffffffb3;color:#171717}.overview-sale-content h3{margin:0;color:#fff;font-size:44px;line-height:1}.overview-card-link,.overview-card-rating{background:#fff;box-shadow:0 4px 20px #0000000f}.overview-link-actions{display:flex;gap:10px}.overview-card-rating{background:#bde3f2}.overview-switcher{background:#fff3;border-radius:9999px;padding:4px;display:inline-flex;gap:4px}.overview-switcher button{border:0;background:transparent;border-radius:999px;padding:8px 16px;font-size:12px;font-weight:700;color:#171717}.overview-switcher-active{background:#ffffffe6!important}.overview-rating-label{margin:20px 0 0;font-size:12px;font-weight:700;letter-spacing:.04em;color:#1e3a4a}.overview-rating-note{margin:6px 0 0;font-size:34px;line-height:1.1;color:#1e3a4a}.overview-rating-value{margin:24px 0 0;font-size:clamp(4rem,9vw,7rem);line-height:.9;font-weight:700;color:#1e3a4a}.app-frame-customers .app-layout-customers{background:var(--color-bg-page);border-radius:0}.customers-page{display:grid;gap:16px;padding-bottom:calc(120px + env(safe-area-inset-bottom,0px));min-width:0}.customers-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:8px 0 0}.customers-title{margin:0;font-size:32px;font-weight:500;line-height:1.2;color:#171717}.customers-logout{border:0;background:transparent;color:var(--muted);font-size:14px;font-weight:500;cursor:pointer;padding:8px 0;flex-shrink:0}.customers-list{display:grid;grid-template-columns:1fr;gap:16px;align-items:stretch}@media(min-width:560px){.customers-list{grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),1fr))}}.customers-card{background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000000f;padding:16px;display:flex;flex-direction:column;gap:16px;height:100%;min-height:0;box-sizing:border-box}.customers-card-top{display:flex;gap:16px;align-items:flex-start;width:100%}.customers-avatar-wrap{flex-shrink:0}.customers-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;display:block}.customers-avatar-fallback{width:48px;height:48px;border-radius:50%;background:var(--border)}.customers-card-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.customers-card-head{display:flex;flex-wrap:wrap;align-items:center;gap:10px;width:100%}.customers-name{margin:0;flex:1 1 auto;min-width:0;font-size:16px;font-weight:500;line-height:1.2;color:#171717}.customers-meta{margin:0;font-size:16px;line-height:24px;color:#171717}.customers-badges-row{display:flex;flex-wrap:wrap;gap:8px;width:100%}.customers-pill{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;line-height:1.2;white-space:nowrap}.customers-pill-icon{width:16px;height:16px;flex-shrink:0}.customers-pill-new{background:var(--color-success-bg);color:#1e4a26}.customers-wa-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;border-radius:8px;background:#24ae41;color:#fff;font-size:16px;font-weight:500;text-decoration:none;border:0;cursor:pointer;width:100%;font-family:inherit;margin-top:auto}.customers-wa-icon{width:18px;height:18px;flex-shrink:0}.customers-fab{position:fixed;right:24px;bottom:24px;z-index:60;width:56px;height:56px;border-radius:28px;border:0;background:#e85d2a;color:#fff;font-size:28px;line-height:1;cursor:pointer;box-shadow:0 4px 20px #0000000f}@media(min-width:901px){.customers-fab{right:32px;bottom:32px}.app-layout-customers .app-layout-body{grid-column:2;grid-row:1 / span 2;position:relative;z-index:1;min-width:0}}.orders-page{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;padding:0 0 calc(16px + env(safe-area-inset-bottom,0px));min-width:0;background:var(--color-bg-page)}.e11-orders__main{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:0}.e11-orders__sticky-header{position:sticky;top:0;z-index:36;flex-shrink:0;background:var(--crm-header-sticky-bg);box-shadow:0 1px #0000000f}.e11-orders__sticky-header .crm-topbar{position:static}.orders-header-toolbar{align-items:center}.orders-header-toolbar-spacer{width:40px;height:40px;flex:0 0 40px}.orders-title{margin:0 0 16px;font-size:32px;font-weight:500;line-height:1.2;color:#171717}.orders-tabs-track{display:flex;align-items:stretch;margin:0 -16px 16px;padding:0 16px;width:auto;max-width:none;border-radius:28px}.orders-tab{flex:1;min-width:0;border:0;background:transparent;border-radius:28px;padding:16px;font-size:16px;font-weight:500;line-height:1.2;color:#8a8a8a;cursor:pointer}.orders-tab--active{color:#171717;font-weight:700;background:#fff;box-shadow:0 4px 20px #0000000f}.orders-tab:hover{color:#171717}.orders-error{margin:0;padding:0 0 8px}@keyframes orders-list-scope-enter{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.orders-list-stage{min-height:0;animation:orders-list-scope-enter .44s cubic-bezier(.22,1,.36,1) both}.orders-list-stage--loading .orders-list{opacity:.45;pointer-events:none;transition:opacity .22s ease}.orders-list{display:flex;flex-direction:column;align-items:stretch;gap:16px;padding:0 0 16px}@keyframes orders-card-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.orders-card-link{display:block;text-decoration:none;color:inherit;border-radius:4px}.orders-card-link:focus-visible{outline:2px solid #e85d2a;outline-offset:2px}.orders-card{width:100%;max-width:none;background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000000f;padding:16px;display:flex;flex-direction:column;gap:16px;min-width:0;box-sizing:border-box}.orders-list-panel .orders-card{animation:orders-card-enter .4s cubic-bezier(.22,1,.36,1) both;animation-delay:calc(min(var(--orders-i, 0),10)*45ms)}.orders-card-skeleton{pointer-events:none}@keyframes orders-skeleton-shimmer{0%{background-position:-220px 0}to{background-position:220px 0}}.orders-skeleton-line,.orders-skeleton-pill,.orders-skeleton-block{display:block;background:linear-gradient(90deg,#ececec 25%,#f5f5f5,#ececec 75%);background-size:440px 100%;animation:orders-skeleton-shimmer 1.2s ease-in-out infinite}.orders-skeleton-line{height:14px;border-radius:6px}.orders-skeleton-line--id{width:56%}.orders-skeleton-line--date{width:42%}.orders-skeleton-pill{width:68px;height:20px;border-radius:4px}.orders-skeleton-block{border-radius:8px}.orders-skeleton-line--product{width:84%}.orders-skeleton-line--price{width:30%}.orders-skeleton-line--total{width:36%}.orders-card-main{display:flex;flex-direction:column;gap:4px;width:100%}.orders-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%}.orders-order-id{margin:0;flex:1;min-width:0;font-size:16px;font-weight:500;line-height:1.2;color:#171717}.orders-date{margin:0;font-size:16px;line-height:24px;color:#171717;width:100%;text-align:left}.orders-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;line-height:1.2;white-space:nowrap}.orders-badge--confirmed{background:#cde9c2;color:#2d4a26}.orders-badge--pending{background:#efefef;color:#555}.orders-badge--progress{background:#dbeafe;color:#1e3a5f}.orders-badge--completed{background:#e8e8e8;color:#333}.orders-badge--cancelled{background:#fee5d6;color:#a33}.orders-badge--neutral{background:#efefef;color:#171717}.orders-badge--confirmed-purple{background:#e2e0f8;color:#6c64de}.orders-product-block{display:flex;flex-direction:column;gap:0;width:100%}.orders-product-row{display:flex;gap:16px;align-items:center;padding:8px 0;border-bottom:1px solid #efefef;min-height:82px;box-sizing:border-box}.orders-card .orders-product-row--last{border-bottom:0}.orders-thumb-wrap{flex-shrink:0}.orders-thumb{width:66px;height:66px;border-radius:8px;object-fit:cover;display:block}.orders-thumb-placeholder{background:linear-gradient(135deg,#e8e8e8,#f4f4f4)}.orders-product-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px;align-items:flex-start}.orders-product-name{margin:0;width:100%;font-size:16px;font-weight:500;line-height:1.2;color:#171717;text-align:left}.orders-product-price{margin:0;width:100%;font-size:16px;font-weight:400;line-height:24px;color:#171717;text-align:left}.orders-product-price strong{font-weight:700}.orders-extra-lines{margin:0;font-size:13px;color:var(--muted)}.orders-total-row{display:flex;justify-content:flex-end;padding-top:8px;width:100%}.orders-total{font-size:16px;font-weight:500;line-height:1.2;color:#171717}.orders-page .crm-pagination{width:100%;max-width:none;margin:0;padding:0 0 16px}.orders-dock{flex-shrink:0;display:flex;flex-direction:column;gap:16px;padding:16px 0}.e13-orders__shop-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:52px;padding:16px;border-radius:16px;border:0;background:#1c2938;color:#fff;font-size:16px;font-weight:600;line-height:1.2;text-decoration:none;box-sizing:border-box;-webkit-tap-highlight-color:transparent;font-family:inherit;cursor:pointer;transition:opacity .15s ease,transform .12s ease}.e13-orders__shop-btn:hover{opacity:.96}.e13-orders__shop-btn:active{transform:scale(.99)}.e13-orders__shop-btn:focus-visible{outline:2px solid #252525;outline-offset:2px}.orders-wa-cta{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;max-width:none;margin:0;min-height:48px;padding:12px;border-radius:12px;border:0;background:#24ae41;color:#fff;font-size:16px;font-weight:500;line-height:24px;text-decoration:none;font-family:inherit;cursor:pointer;box-shadow:0 4px 20px #0000000f}.orders-wa-fixed{position:fixed;left:50%;transform:translate(-50%);bottom:calc(16px + env(safe-area-inset-bottom,0px));width:min(100vw - 32px,393px);z-index:50}.orders-wa-cta-disabled{opacity:.45;cursor:not-allowed}.orders-wa-cta-icon{width:18px;height:18px;flex-shrink:0}@media(prefers-reduced-motion:reduce){.orders-list-stage,.orders-list-panel .orders-card{animation:none}.orders-list-stage--loading .orders-list{transition:none}.orders-skeleton-line,.orders-skeleton-pill,.orders-skeleton-block{animation:none;background:#ececec}}.order-detail-page{display:grid;gap:16px;padding:0 4px calc(172px + env(safe-area-inset-bottom,0px));min-width:0;width:100%;max-width:min(393px,100%);margin-inline:auto;box-sizing:border-box}.crm-shell-order-detail .auth-flow-topbar{padding-left:0;padding-right:0}.crm-shell-order-detail .order-detail-page{width:100%;max-width:none;margin-inline:0;padding:0 0 calc(172px + env(safe-area-inset-bottom,0px))}.crm-shell-order-detail .order-detail-muted{padding-left:0;padding-right:0}.crm-shell-order-detail .orders-wa-fixed{left:max(var(--crm-page-gutter-x),env(safe-area-inset-left,0px));right:max(var(--crm-page-gutter-x),env(safe-area-inset-right,0px));width:auto;transform:none}.order-detail-page--shop-header{display:flex;flex-direction:column;gap:0;padding:0;width:100%;max-width:min(393px,100%);margin-inline:auto}.order-detail-page--shop-header .auth-flow-topbar{gap:0;padding-bottom:16px}.order-detail-page--shop-header .order-detail-page__body{display:flex;flex-direction:column;gap:16px;padding:0 16px calc(172px + env(safe-area-inset-bottom,0px));min-width:0;box-sizing:border-box}.order-detail-screen-header{position:relative}.order-detail-toolbar{justify-content:space-between}.order-detail-nav-btn{width:40px;height:40px;border-radius:8px;border:1px solid #efefef;background:#fff;color:#171717;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 20px #0000000f;padding:0;flex-shrink:0}.order-detail-toolbar-logo{position:absolute;top:20px;left:50%;transform:translate(-50%);pointer-events:none}.order-detail-title{margin:0;font-size:32px;font-weight:700;line-height:38.4px;letter-spacing:0;color:#1c1c1c}.order-detail-subtitle{margin:8px 0 0;font-size:20px;font-weight:600;line-height:1.2;color:#8a8a8a}.order-detail-muted{margin:0;color:var(--muted);padding:0 4px}.order-detail-section-label{margin:12px 0;padding:0;font-size:12px;font-weight:700;letter-spacing:.48px;text-transform:uppercase;color:#5c5c5c;line-height:16.8px}.order-detail-summary{display:flex;flex-direction:column;gap:16px;padding:0}.order-detail-status-card{background:#fff;border-radius:12px;padding:16px;display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:75px;box-sizing:border-box}.order-detail-status-text{display:flex;flex-direction:column;gap:0;min-width:0;flex:1}.order-detail-status-title{margin:0;font-size:16px;font-weight:500;line-height:1.2;color:#1c1c1c}.order-detail-status-sub{margin:0;font-size:16px;font-weight:400;line-height:24px;color:#7d7d7d}.e11-order-card__badge,.e11-order-detail__badge--muted,.e11-badge--processing,.e11-badge--confirmed-purple{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;line-height:1.2;white-space:nowrap}.e11-order-card__badge{background:#e2e0f8;color:#6c64de}.e11-order-detail__badge--muted{background:#e6e6e6;color:#5c5c5c}.e11-badge--processing{background:#fbecd1;color:#eb9f1a}.e11-badge--confirmed-purple{background:#e2e0f8;color:#6c64de}.order-detail-delivery-card{background:#fff;border-radius:12px;padding:16px;display:flex;align-items:center;gap:8px;box-sizing:border-box}.order-detail-cal-btn{flex-shrink:0;width:40px;height:40px;border-radius:28px;border:0;background:#252525;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #0000000f}.order-detail-cal-icon{width:20px;height:20px;color:#fff}.order-detail-delivery-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:0;justify-content:center}.order-detail-delivery-date{margin:0;font-size:16px;font-weight:500;line-height:1.2;color:#252525}.order-detail-delivery-label{margin:0;font-size:16px;font-weight:400;line-height:24px;color:#8a8a8a}.order-detail-invoice-card{background:#fff;border-radius:12px;padding:16px;display:flex;align-items:center;justify-content:space-between;gap:12px;box-sizing:border-box}.order-detail-invoice-copy{display:flex;flex-direction:column;min-width:0;flex:1}.order-detail-invoice-label{margin:0;font-size:16px;font-weight:500;color:#171717}.order-detail-invoice-actions{display:flex;align-items:center;gap:16px}.order-detail-invoice-btn{width:40px;height:40px;border-radius:28px;border:1px solid #efefef;background:#fff9;color:#171717;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;box-shadow:0 4px 20px #0000000f;padding:0}.order-detail-invoice-btn-primary{background:#252525;color:#fff;border-color:transparent}.order-detail-invoice-btn:disabled{opacity:.7;cursor:default}.order-detail-invoice-icon{width:18px;height:18px}.order-detail-products-card{background:#fff;border-radius:20px;padding:16px;box-shadow:0 4px 20px #0000000f;box-sizing:border-box}.order-detail-product-row{display:flex;gap:16px;align-items:flex-start;padding:8px 0;border-bottom:1px solid #efefef}.order-detail-product-row--last{border-bottom:none}.order-detail-thumb-wrap{width:66px;flex-shrink:0;align-self:stretch}.order-detail-thumb{width:100%;height:100%;object-fit:cover;border-radius:8px;display:block}.order-detail-thumb-placeholder{width:100%;height:100%;min-height:66px;background:#f0f0f0;border-radius:8px}.order-detail-product-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.order-detail-product-name{margin:0;font-size:16px;font-weight:500;line-height:1.2;color:#171717}.order-detail-product-meta{display:flex;align-items:center;justify-content:space-between;gap:16px}.order-detail-meta-label{font-size:14px;font-weight:400;line-height:1.4;color:#8a8a8a;flex:1;min-width:0}.order-detail-meta-value{font-size:16px;font-weight:700;line-height:24px;color:#8a8a8a;white-space:nowrap}.order-detail-totals{display:flex;flex-direction:column;gap:10px;padding-top:8px;font-size:16px;font-weight:500}.order-detail-total-row{display:flex;align-items:center;justify-content:flex-end;gap:10px;color:#8a8a8a}.order-detail-total-row--due{color:#e85d2a}.order-detail-history-card{position:relative;background:#fff;border-radius:20px;padding:16px;box-shadow:0 4px 20px #0000000f;box-sizing:border-box}.order-detail-history-card:before{content:"";position:absolute;left:26px;top:16px;bottom:16px;width:1px;background:#171717;pointer-events:none}.order-detail-history-row{display:flex;gap:8px;align-items:center;position:relative;z-index:1}.order-detail-history-row+.order-detail-history-row{margin-top:0}.order-detail-history-bullet-wrap{width:20px;flex-shrink:0;display:flex;justify-content:center;align-items:center;align-self:stretch}.order-detail-history-dot{width:8px;height:8px;border-radius:50%;background:#171717;flex-shrink:0}.order-detail-history-body{flex:1;min-width:0;padding:8px 0;display:flex;flex-direction:column;gap:4px}.order-detail-history-head{display:flex;flex-wrap:nowrap;align-items:center;gap:4px}.order-detail-history-prefix{font-size:16px;font-weight:500;line-height:1.2;color:#171717;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-detail-hist-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;line-height:1.2;white-space:nowrap;flex-shrink:0}.order-detail-hist-badge--confirmed{background:#e2e0f8;color:#6c64de}.order-detail-hist-badge--processing{background:#fbecd1;color:#eb9f1a}.order-detail-hist-badge--draft{background:#e6e6e6;color:#5c5c5c}.order-detail-hist-badge--cancelled{background:#fee5d6;color:#a33}.order-detail-hist-badge--neutral{background:#efefef;color:#171717}@media(min-width:560px){.order-detail-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:clamp(12px,2vw,16px)}.order-detail-status-card,.order-detail-delivery-card{min-height:0;height:100%}}@media(min-width:901px){.order-detail-page{max-width:min(960px,100%);padding-bottom:calc(96px + env(safe-area-inset-bottom,0px));gap:20px}.crm-shell-order-detail .order-detail-page{max-width:none;padding-bottom:calc(172px + env(safe-area-inset-bottom,0px));gap:16px}.crm-shell-order-detail .orders-wa-fixed{left:50%;right:auto;width:min(100vw - 32px,960px);transform:translate(-50%)}.order-detail-history-card:before{left:26px}.orders-wa-fixed{width:min(100vw - 32px,960px)}}@media(min-width:1200px){.order-detail-page{max-width:min(1040px,100%)}.crm-shell-order-detail .order-detail-page{max-width:none}}@media(max-width:359px){.order-detail-page{gap:12px;padding-left:8px;padding-right:8px}.crm-shell-order-detail .order-detail-page{padding-left:0;padding-right:0}.order-detail-status-card,.order-detail-delivery-card,.order-detail-products-card,.order-detail-history-card{padding:12px;border-radius:16px}.order-detail-status-card{flex-wrap:wrap;min-height:0}.order-detail-cal-btn{width:36px;height:36px}}.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}.calendar-page{display:grid;gap:16px;padding:56px 0 calc(104px + env(safe-area-inset-bottom,0px));min-width:0;width:100%;max-width:none;margin-inline:0;background:var(--color-bg-page);border-radius:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.calendar-page *{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}.calendar-page-stack,.calendar-page-wide{width:100%;min-width:0;max-width:none;display:grid;gap:16px}.calendar-header{display:grid;gap:16px;min-height:0}.calendar-header-toolbar{align-self:stretch}.calendar-header-text{min-width:0}.calendar-title{margin:0;font-size:32px;font-weight:500;line-height:1.2;letter-spacing:0;color:#171717}.calendar-subtitle{margin:4px 0 0;font-size:20px;font-weight:500;line-height:1.2;letter-spacing:0;color:#171717}.calendar-header-calendar-btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border-radius:8px;border:none;background:#e0e0e0;box-shadow:none;color:#171717;cursor:pointer}.calendar-header-calendar-icon{width:20px;height:20px}.calendar-error{margin:0}@keyframes calendar-tabs-pulse{0%,to{box-shadow:0 4px 20px #0000000f}50%{box-shadow:0 8px 28px #0000001c}}.calendar-tabs-pulse{animation:calendar-tabs-pulse .38s cubic-bezier(.22,1,.36,1)}@keyframes calendar-content-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.calendar-content-enter{animation:calendar-content-enter .44s cubic-bezier(.22,1,.36,1)}.calendar-content-pending{opacity:.4;pointer-events:none;transition:opacity .22s ease}.calendar-list{display:grid;grid-template-columns:1fr;gap:16px;align-items:stretch}@media(min-width:560px){.calendar-list{grid-template-columns:repeat(auto-fill,minmax(min(100%,260px),1fr))}}.calendar-empty{margin:0;text-align:center;padding:24px 12px;font-size:16px}.calendar-empty-state{text-align:center;padding:32px 16px}.calendar-empty-state__title{margin:0;font-size:20px;font-weight:600;line-height:1.3;color:var(--color-text-primary)}.calendar-empty-state__body{margin:8px 0 0;font-size:14px;line-height:1.5;color:var(--color-text-secondary)}.calendar-picker-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:16px}.calendar-picker-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;margin:0;padding:0;background:#00000073;cursor:pointer}.calendar-picker-panel{position:relative;z-index:1;width:min(100%,360px);padding:20px;border-radius:20px;background:#fff;box-shadow:0 8px 32px #0000002e}.calendar-picker-title{margin:0 0 16px;font-size:20px;font-weight:600;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:#171717}.calendar-picker-label{display:block}.calendar-picker-input{width:100%;box-sizing:border-box;padding:12px 14px;border-radius:12px;border:1px solid #efefef;font-size:16px;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-weight:400;color:#171717;background:#fafafa}.calendar-picker-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:20px;flex-wrap:wrap}.calendar-picker-cancel,.calendar-picker-apply{min-width:120px}.calendar-card{position:relative;display:flex;flex-direction:column;gap:24px;padding:16px;border-radius:20px;background:#fff;border:none;box-shadow:0 4px 20px #0000000f;min-height:0;height:100%;box-sizing:border-box}.calendar-card-clickable{cursor:pointer}.calendar-card-top{display:flex;gap:16px;align-items:flex-start}.calendar-avatar-wrap{flex-shrink:0}.calendar-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;display:block}.calendar-avatar-fallback{background:linear-gradient(135deg,#ddd,#bbb)}.calendar-card-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:0}.calendar-card-head{display:block}.calendar-client-name{margin:0 0 8px;font-size:16px;font-weight:500;line-height:1.2;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:#171717}.calendar-status{display:inline-flex;align-items:center;align-self:flex-start;margin-bottom:8px;padding:3px 10px;border-radius:999px;border:1px solid #dfddf6;background:#f7f6ff;color:#4c4686;font-size:11px;font-weight:600;line-height:1.2;letter-spacing:.02em}.calendar-status-pending{border-color:#f0deb4;background:#fff8e6;color:#8c6a1d}.calendar-status-confirmed{border-color:#cfe7d7;background:#effbf3;color:#1f7d3d}.calendar-status-completed{border-color:#d9dce8;background:#f2f4fa;color:#4a5474}.calendar-status-cancelled{border-color:#f0c7c7;background:#fff1f1;color:#a12424}.calendar-status-na{border-color:#d8cff5;background:#f4efff;color:#6247aa}.calendar-new-badge{position:absolute;top:16px;right:16px;z-index:1;flex-shrink:0;padding:4px 8px;border-radius:8px;background:#fff0eb;color:#e85d2a;font-size:12px;font-weight:500;line-height:1.2;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}.calendar-meta{margin:0;font-size:16px;font-weight:500;line-height:1.2;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:#171717}.calendar-wa-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;border-radius:20px;background:#25d366;color:#fff;font-size:16px;font-weight:500;text-decoration:none;border:0;cursor:pointer;width:auto;align-self:center;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;margin-top:auto;flex-shrink:0;transition:background .15s ease}.calendar-wa-btn:hover{background:#20bd5a}.calendar-wa-btn:disabled,.calendar-wa-btn-disabled{opacity:.45;cursor:not-allowed}.calendar-wa-btn:disabled:hover{background:#25d366}.calendar-wa-icon{width:18px;height:18px;flex-shrink:0}.calendar-fab{position:fixed;right:16px;bottom:calc(88px + env(safe-area-inset-bottom,0px));z-index:60;display:flex;align-items:center;justify-content:center;width:56px;height:56px;margin:0;padding:0;border-radius:28px;border:0;background:#e85d2a;color:#fff;font:inherit;line-height:0;cursor:pointer;box-sizing:border-box;box-shadow:0 4px 20px #0000000f;-moz-appearance:none;appearance:none;-webkit-appearance:none;-webkit-tap-highlight-color:transparent}.calendar-fab svg{display:block;flex-shrink:0}.calendar-fab:focus-visible{outline:2px solid #252525;outline-offset:2px}.calendar-modal-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box}.calendar-modal-root--closing{pointer-events:none}.calendar-modal-root--closing .calendar-modal-backdrop{opacity:0;transition:opacity .3s ease}.calendar-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;margin:0;padding:0;background:#00000073}.calendar-modal-panel{position:relative;z-index:1;width:min(100%,420px);min-width:0;max-width:100%;border-radius:20px;background:#fff;box-shadow:0 8px 32px #0000002e;padding:20px;display:grid;gap:14px}.calendar-modal-title{margin:0;font-size:20px;font-weight:600;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:#171717}.calendar-modal-fields{display:grid;gap:10px}.calendar-modal-input{width:100%;box-sizing:border-box;border:1px solid #efefef;border-radius:10px;background:#fafafa;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-weight:400;font-size:14px;padding:10px 12px;color:#171717}.calendar-modal-actions{display:flex;justify-content:flex-end;gap:10px}.calendar-modal-panel--booking-date{box-sizing:border-box;width:min(calc(100vw - 24px),400px);max-width:calc(100vw - 24px);min-width:0;max-height:min(92vh,680px);padding:20px 16px;overflow-y:auto;-webkit-overflow-scrolling:touch}.calendar-modal-panel--booking-services{box-sizing:border-box;width:min(calc(100vw - 24px),440px);max-width:calc(100vw - 24px);min-width:0;max-height:min(90vh,720px);padding:16px 12px 18px;overflow:hidden;display:flex;flex-direction:column;gap:12px;align-items:stretch}.calendar-modal-panel--booking-services .calendar-modal-title{flex-shrink:0}.calendar-modal-panel--booking-services .e13-svc-flow.crm-services-popup{flex:1 1 auto;min-height:0;background:transparent;color:#252525;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;gap:16px;padding:0 2px}.calendar-modal-panel--booking-services .crm-services-popup .e13-svc__intro{padding:0 8px;gap:0}.calendar-modal-panel--booking-services .crm-services-popup .e13-svc__subtitle{margin:0;font-size:14px;line-height:1.35;font-weight:400;color:#5c5c5c}.calendar-modal-panel--booking-services .crm-services-popup .e13-svc-card{padding:14px}.calendar-modal-panel--booking-services .calendar-modal-actions{flex-shrink:0;padding-top:4px}.salon-profile-edit-page--services{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh}.salon-profile-services-edit{flex:1;display:flex;flex-direction:column;min-height:0;padding:12px 16px 24px;box-sizing:border-box}.salon-profile-services-edit__panel.salon-profile-services-edit__panel{width:100%;max-width:min(440px,100%);margin-inline:auto;flex:1 1 auto;min-height:0;max-height:none}.calendar-modal-panel--booking-date .crm-booking-date-editor__header,.calendar-modal-panel--booking-date .crm-booking-date-editor__mode-segment,.calendar-modal-panel--booking-date .crm-booking-date-editor__dayparts,.calendar-modal-panel--booking-date .crm-booking-date-dialog__time,.calendar-modal-panel--booking-date .calendar-modal-actions{transition:opacity .28s ease,transform .28s ease}.calendar-modal-root--closing .calendar-modal-panel--booking-date .crm-booking-date-editor__header,.calendar-modal-root--closing .calendar-modal-panel--booking-date .crm-booking-date-editor__mode-segment,.calendar-modal-root--closing .calendar-modal-panel--booking-date .crm-booking-date-editor__dayparts,.calendar-modal-root--closing .calendar-modal-panel--booking-date .crm-booking-date-dialog__time,.calendar-modal-root--closing .calendar-modal-panel--booking-date .calendar-modal-actions{opacity:0;transform:translateY(6px)}@keyframes crm-booking-cal-appear{0%{opacity:0;transform:translateY(14px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes crm-booking-cal-leave{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(12px) scale(.96)}}.crm-booking-date-editor{display:flex;flex-direction:column;align-items:stretch;gap:22px;width:100%;box-sizing:border-box}.crm-booking-date-editor__header{display:flex;flex-direction:column;gap:8px}.crm-booking-date-editor__header .calendar-modal-title{margin:0}.crm-booking-date-editor__mode-segment{display:flex;flex-direction:row;gap:4px;padding:4px;border-radius:12px;background:#efefef;border:1px solid #e4e4e4;box-sizing:border-box}.crm-booking-date-editor__mode-btn{flex:1 1 0;min-width:0;margin:0;padding:10px 12px;border:none;border-radius:10px;background:transparent;font:inherit;font-size:.875rem;font-weight:600;line-height:1.2;color:#5c5c5c;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease}.crm-booking-date-editor__mode-btn[aria-checked=true]{background:#fff;color:#171717;box-shadow:0 1px 3px #00000014}.crm-booking-date-editor__mode-btn:focus-visible{outline:none;box-shadow:0 0 0 2px #fff,0 0 0 4px #5b4dff59}.crm-booking-date-editor__mode-btn[aria-checked=true]:focus-visible{box-shadow:0 1px 3px #00000014,0 0 0 2px #fff,0 0 0 4px #5b4dff59}.crm-booking-date-editor__dayparts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:100%;box-sizing:border-box;align-self:stretch}.crm-booking-date-editor__daypart{margin:0;display:flex;align-items:center;justify-content:center;width:100%;min-width:0;padding:12px 10px;border-radius:12px;border:1px solid #d8d8d8;background:#fafafa;font:inherit;font-size:.9375rem;font-weight:600;color:#353535;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:border-color .15s ease,background-color .15s ease,color .15s ease,box-shadow .15s ease}.crm-booking-date-editor__daypart.is-selected{border-color:#5b4dff;background:#5b4dff1a;color:#3d2fd4;box-shadow:0 1px 2px #5b4dff1f}.crm-booking-date-editor__daypart:focus-visible{outline:none;box-shadow:0 0 0 2px #fff,0 0 0 4px #5b4dff52}.booking-edit-page__date-inner .crm-booking-date-editor{padding-inline:2px}.crm-booking-date-dialog__picker{display:flex;justify-content:center;align-items:flex-start;width:100%;max-width:100%;min-width:0}.crm-booking-date-dialog__picker .crm-daypicker.rdp-root{--rdp-accent-color: #5b4dff;--rdp-accent-background-color: rgba(91, 77, 255, .12);--rdp-dropdown-gap: 12px;--rdp-today-color: #5b4dff;--rdp-day-width: 14.285714%;--rdp-day-height: auto;--rdp-day_button-width: 100%;--rdp-day_button-height: auto;--rdp-nav_button-width: 2rem;--rdp-nav_button-height: 2.25rem;--rdp-weekday-padding: .38rem 0;flex:1 1 auto;width:100%;max-width:100%;min-width:0;margin-inline:0;transform-origin:top center;animation:crm-booking-cal-appear .42s cubic-bezier(.22,1,.36,1) both}.calendar-modal-root--closing .crm-booking-date-dialog__picker .crm-daypicker.rdp-root{animation:crm-booking-cal-leave .34s cubic-bezier(.4,0,1,1) forwards!important}.crm-booking-date-dialog__picker .crm-daypicker .rdp-months{max-width:100%;width:100%;min-width:0;justify-content:center}.crm-booking-date-dialog__picker .crm-daypicker .rdp-month{width:100%;max-width:100%;min-width:0;display:flex;flex-direction:column;gap:16px}.crm-booking-date-dialog__picker .crm-daypicker .rdp-month_grid{width:100%;max-width:100%;min-width:0;table-layout:fixed}.crm-booking-date-dialog__picker .crm-daypicker .rdp-weekday,.crm-booking-date-dialog__picker .crm-daypicker .rdp-day{width:14.285714%!important;min-width:0!important;max-width:none!important;box-sizing:border-box!important;padding-left:1px!important;padding-right:1px!important}.crm-booking-date-dialog__picker .crm-daypicker .rdp-day{height:auto!important}.crm-booking-date-dialog__picker .crm-daypicker .rdp-day_button{width:100%!important;max-width:2.625rem!important;height:auto!important;aspect-ratio:1!important;max-height:2.625rem!important;margin-inline:auto!important;box-sizing:border-box!important}.crm-booking-date-dialog__picker .crm-daypicker .rdp-month_caption{height:auto;min-height:var(--rdp-nav-height, 2.75rem);flex-wrap:wrap;justify-content:center;gap:12px;font-size:1rem;margin-bottom:4px}.crm-booking-date-dialog__picker .crm-daypicker .rdp-dropdowns{flex-wrap:wrap;justify-content:center;max-width:100%;align-items:center}.crm-booking-date-dialog__picker .crm-daypicker .rdp-dropdown_root.crm-caption-dd{position:relative;flex-direction:column;align-items:stretch}.crm-booking-date-dialog__picker .crm-daypicker .rdp-dropdown_root.crm-caption-dd[data-open=true]{z-index:32}.crm-booking-date-dialog__picker .crm-daypicker .rdp-dropdown_root{box-sizing:border-box;min-height:40px;padding:6px 10px 6px 12px;border-radius:10px;border:1px solid #e8e8e8;background:#fafafa;box-shadow:0 1px #0000000a;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}.crm-booking-date-dialog__picker .crm-daypicker .rdp-dropdown_root:hover:not([data-disabled=true]){border-color:#dcd8ff;background:#f5f4ff;box-shadow:0 1px 2px #5b4dff14}.crm-booking-date-dialog__picker .crm-daypicker .rdp-dropdown_root[data-disabled=true]{cursor:not-allowed;opacity:.55}.crm-booking-date-dialog__picker .crm-daypicker .rdp-dropdown_root:has(.crm-caption-dd__trigger:focus-visible){outline:none;border-color:#5b4dff;box-shadow:0 0 0 2px #fff,0 0 0 4px #5b4dff47}.crm-booking-date-dialog__picker .crm-daypicker .crm-caption-dd__trigger{display:flex;align-items:center;width:100%;margin:0;padding:0;border:0;border-radius:inherit;background:transparent;font:inherit;color:inherit;cursor:inherit;text-align:left;-webkit-tap-highlight-color:transparent}.crm-booking-date-dialog__picker .crm-daypicker .crm-caption-dd__trigger:disabled{cursor:not-allowed}.crm-booking-date-dialog__picker .crm-daypicker .crm-caption-dd__trigger .rdp-caption_label{display:inline-flex;width:100%;align-items:center;justify-content:space-between;gap:8px}.crm-booking-date-dialog__picker .crm-daypicker .rdp-caption_label{gap:6px;padding:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-size:.9375rem;font-weight:500;line-height:1.25;color:#171717}.crm-booking-date-dialog__picker .crm-daypicker .rdp-dropdown_root .rdp-chevron{flex-shrink:0;opacity:.85;transition:transform .22s ease}.crm-booking-date-dialog__picker .crm-daypicker .crm-caption-dd[data-open=true] .rdp-chevron{transform:rotate(180deg)}@keyframes crm-caption-dd-panel-in{0%{opacity:0;transform:translateY(-8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes crm-caption-dd-option-in{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:translate(0)}}.crm-booking-date-dialog__picker .crm-daypicker .crm-caption-dd__panel{position:absolute;z-index:40;left:0;top:calc(100% + 8px);min-width:100%;width:max-content;max-width:min(320px,85vw);max-height:min(280px,46vh);overflow-x:hidden;overflow-y:auto;padding:6px;border-radius:12px;background:#fff;border:1px solid #ececf4;box-shadow:0 4px 6px -1px #00000012,0 12px 28px -6px #5b4dff2e;transform-origin:top center;animation:crm-caption-dd-panel-in .26s cubic-bezier(.22,1,.36,1) both;-webkit-overflow-scrolling:touch}.crm-booking-date-dialog__picker .crm-daypicker .crm-caption-dd__option{display:flex;align-items:center;width:100%;box-sizing:border-box;margin:0;padding:10px 12px;border:0;border-radius:8px;background:transparent;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-size:.9375rem;font-weight:500;line-height:1.2;color:#171717;text-align:left;cursor:pointer;transition:background-color .12s ease,color .12s ease;animation:crm-caption-dd-option-in .22s cubic-bezier(.22,1,.36,1) both}.crm-booking-date-dialog__picker .crm-daypicker .crm-caption-dd__option:hover:not(:disabled){background:#f5f4ff;color:#3b2d8a}.crm-booking-date-dialog__picker .crm-daypicker .crm-caption-dd__option--selected{background:#5b4dff1f;color:#3520a8;font-weight:600}.crm-booking-date-dialog__picker .crm-daypicker .crm-caption-dd__option--disabled,.crm-booking-date-dialog__picker .crm-daypicker .crm-caption-dd__option:disabled{cursor:not-allowed;opacity:.45}@media(prefers-reduced-motion:reduce){.crm-booking-date-dialog__picker .crm-daypicker.rdp-root{animation:none!important}.calendar-modal-root--closing .crm-booking-date-dialog__picker .crm-daypicker.rdp-root{animation:none!important;opacity:0}.calendar-modal-root--closing .calendar-modal-backdrop{transition:none}.calendar-modal-root--closing .calendar-modal-panel--booking-date .calendar-modal-title,.calendar-modal-root--closing .calendar-modal-panel--booking-date .crm-booking-date-dialog__time,.calendar-modal-root--closing .calendar-modal-panel--booking-date .calendar-modal-actions{transition:none;transform:none}.crm-booking-date-dialog__picker .crm-daypicker .crm-caption-dd__panel,.crm-booking-date-dialog__picker .crm-daypicker .crm-caption-dd__option{animation:none!important}}.crm-booking-date-dialog__picker .crm-daypicker .rdp-selected{font-size:inherit}.crm-booking-date-dialog__time{font-size:16px}@media(min-width:901px){.calendar-page{max-width:none;padding-inline:0}.calendar-page-wide{max-width:none}.calendar-list{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.calendar-fab{right:24px;bottom:24px}.calendar-page-stack{max-width:none;margin-inline:0}}.crm-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}.crm-pagination-summary{margin:0;font-size:.9rem;color:var(--muted)}.crm-pagination-actions{display:flex;align-items:center;gap:12px}.crm-pagination-btn{min-width:92px}.crm-pagination-page{font-size:.9rem;color:var(--text);white-space:nowrap}.analytics-figma{display:flex;flex-direction:column;gap:16px;width:100%;max-width:520px;margin-inline:auto;min-width:0;box-sizing:border-box}.analytics__sticky-header{position:sticky;top:0;z-index:36;flex-shrink:0;background:var(--crm-header-sticky-bg);box-shadow:0 1px #0000000f}.analytics__sticky-header .crm-topbar{position:static}.analytics-hero{display:flex;flex-direction:column;gap:0;width:100%}.analytics-desktop-split{display:grid;width:100%}.analytics-col{min-width:0}.analytics-header{padding-bottom:16px;display:grid;gap:16px}.analytics-header-toolbar{align-self:stretch}.analytics-header-toolbar-spacer{width:40px;height:40px;flex:0 0 40px}.analytics-title{margin:0;font-size:32px;font-weight:500;line-height:1.2;color:#171717}.analytics-period-pill-tabs.crm-pill-tabs{width:100%;max-width:100%;margin:0;justify-content:center;min-width:0;box-sizing:border-box}.analytics-period-pill-tabs .crm-pill-tab{color:#7d7d7d;max-width:none;min-width:0;padding-inline:10px}.analytics-period-pill-tabs .crm-pill-tab--active{color:#1c1c1c}.analytics-section{display:flex;flex-direction:column;gap:16px;padding:0 8px 16px;align-items:center}.analytics-section--services,.analytics-section--revenue{align-items:center}.analytics-section-label{margin:0;width:100%;max-width:360px;font-size:12px;font-weight:700;letter-spacing:.48px;text-transform:uppercase;color:#5c5c5c;line-height:1.4}.analytics-bubble-stage{position:relative;width:376px;height:272px;margin-inline:auto}.analytics-bubble{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:16px;border-radius:9999px;text-align:center;box-sizing:border-box}.analytics-bubble-empty{margin:0;font-size:14px;color:#7b7b7b}.analytics-bubble__name{margin:0;font-size:14px;font-weight:500;line-height:1.15}.analytics-bubble__value{margin:0;font-size:15px;font-weight:600;line-height:1.2}.analytics-bubble--tone-accent{background:#e85d2a;color:#fff}.analytics-bubble--tone-success{background:#4caf50;color:#fff}.analytics-bubble--tone-green{background:#cde9c2;color:#1e3a4a}.analytics-bubble--tone-warm{background:#fff0eb;color:#e85d2a}.analytics-bubble--tone-blue{background:#bde3f2;color:#1e3a4a}.analytics-bubble--size-xl{width:132px;height:132px}.analytics-bubble--size-l{width:124px;height:124px}.analytics-bubble--size-m{width:112px;height:112px}.analytics-bubble--size-s{width:100px;height:100px}.analytics-bubble--size-xs{width:82px;height:82px}.analytics-bubble--size-xl .analytics-bubble__name{font-size:15px}.analytics-bubble--size-xl .analytics-bubble__value{font-size:18px}.analytics-bubble--size-l .analytics-bubble__name{font-size:14px}.analytics-bubble--size-l .analytics-bubble__value{font-size:16px}.analytics-bubble--size-s .analytics-bubble__name{font-size:13px}.analytics-bubble--size-s .analytics-bubble__value{font-size:14px}.analytics-bubble--size-xs .analytics-bubble__name{font-size:11px}.analytics-bubble--size-xs .analytics-bubble__value{font-size:12px}.analytics-card{background:#fff;border-radius:28px;padding:16px;box-shadow:0 4px 20px #0000000f}.analytics-card--wide{width:100%;max-width:380px}.analytics-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.analytics-card-muted{margin:0;font-size:12px;font-weight:500;line-height:1.2;color:#8a8a8a}.analytics-trend{font-size:12px;font-weight:500;line-height:1.2}.analytics-trend--up{color:#4caf50}.analytics-trend--down{color:#eb461a}.analytics-revenue-amount{margin:0;font-size:28px;font-weight:500;line-height:1;color:#000}.analytics-card-row{display:flex;gap:10px;width:100%;max-width:380px}.analytics-card--half{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.analytics-metric-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;line-height:1.2}.analytics-metric-badge--up{background:#cde9c2;color:#2d4a26}.analytics-metric-badge--down{background:#fee5d6;color:#eb461a}.analytics-stat-value{margin:0;font-size:28px;font-weight:500;line-height:1;color:#000}@media(min-width:901px){.analytics-figma{max-width:min(1120px,100%);padding:12px clamp(20px,3vw,36px) 40px;gap:20px}.analytics-desktop-split{grid-template-columns:minmax(396px,1fr) minmax(380px,1fr);align-items:start;gap:24px}.analytics-section--services,.analytics-section--revenue{align-items:flex-start}.analytics-card--wide,.analytics-card-row{max-width:none;width:100%}}.analytics-scroll{display:flex;flex-direction:column;width:100%;max-width:100%;min-width:0;padding-bottom:24px;box-sizing:border-box;overflow-x:hidden}.analytics-stats__skeleton-root{gap:0}.analytics-stats__skeleton-anim{display:block;flex-shrink:0;border-radius:8px;background:linear-gradient(90deg,#ededed,#f7f7f7,#ededed);background-size:200% 100%;animation:analytics-stats-shimmer 1.2s ease-in-out infinite}.analytics-stats__skeleton-anim--dark{background:linear-gradient(90deg,#3d3d3d,#555,#3d3d3d);background-size:200% 100%}.analytics-stats__skeleton-line--section-title{width:148px;height:12px;border-radius:4px}.analytics-stats__skeleton-bubbles{container-type:inline-size;position:relative;width:100%;max-width:376px;margin:0 auto;aspect-ratio:376 / 272;box-sizing:border-box}.analytics-stats__skeleton-bubbles-canvas{position:absolute;left:50%;top:0;width:376px;height:272px;transform:translate(-50%);transform-origin:top center}@supports (width: 1cqi){.analytics-stats__skeleton-bubbles-canvas{transform:translate(-50%) scale(min(1,calc(100cqi/376px)))}}.analytics-stats__skeleton-bubble-wrap{position:absolute;border-radius:9999px;overflow:hidden}.analytics-stats__skeleton-bubble-fill{width:100%;height:100%;border-radius:9999px}.analytics-stats__skeleton-donut{width:200px;height:200px;border-radius:50%}.analytics-stats__skeleton-legend-row{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%}.analytics-stats__skeleton-line--legend{flex:1;height:14px;max-width:220px;border-radius:6px}.analytics-stats__skeleton-line--pct{width:40px;height:16px;border-radius:4px}.analytics-stats__skeleton-today-rows{display:flex;flex-direction:column}.analytics-stats__skeleton-today-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0;border-top:1px solid #4a4a4a}.analytics-stats__skeleton-today-row:first-child{border-top:0}.analytics-stats__skeleton-today-main{display:flex;flex-direction:column;gap:8px;min-width:0}.analytics-stats__skeleton-line--today-title{width:72%;max-width:280px;height:28px;border-radius:6px}.analytics-stats__skeleton-line--today-value{width:56px;height:32px;border-radius:6px}.analytics-stats__skeleton-line--today-label{width:180px;height:18px;border-radius:6px}.analytics-stats__skeleton-today-spark{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.analytics-stats__skeleton-line--spark{width:72px;height:8px;border-radius:3px}.analytics-stats__skeleton-bar{width:12px;height:32px;border-radius:3px}.analytics-stats__skeleton-kpi-card{gap:12px}.analytics-stats__skeleton-line--kpi-value{width:80%;max-width:140px;height:26px;border-radius:6px}.analytics-stats__skeleton-line--kpi-label{width:100%;height:12px;border-radius:4px}.analytics-stats__skeleton-rev-top{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%}.analytics-stats__skeleton-line--rev-kicker{width:72px;height:12px;border-radius:4px}.analytics-stats__skeleton-line--rev-badge{width:108px;height:14px;border-radius:4px}.analytics-stats__skeleton-line--rev-amount{width:55%;max-width:200px;height:28px;border-radius:6px}.analytics-stats__skeleton-line--rev-amount-sm{width:48px;height:28px;border-radius:6px}.analytics-stats__skeleton-line--rev-caption{width:88px;height:12px;border-radius:4px}.analytics-stats__skeleton-rev-bookings{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;width:100%}.analytics-stats__skeleton-rev-bookings>div:first-child{display:flex;flex-direction:column;gap:8px}.analytics-stats__skeleton-rev-badges{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.analytics-stats__skeleton-line--stat-badge{width:92px;height:22px;border-radius:4px}.analytics-stats__skeleton-line--stat-badge-warn{width:88px;height:22px;border-radius:4px}@keyframes analytics-stats-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media(prefers-reduced-motion:reduce){.analytics-stats__skeleton-anim{animation:none}}.analytics-stats__section{display:flex;flex-direction:column;align-items:center;gap:16px;padding:16px;width:100%;max-width:100%;min-width:0;box-sizing:border-box;overflow-x:hidden}.analytics-stats__section--revenue{align-items:stretch}.analytics-stats__section-head{width:100%;max-width:360px}.analytics-stats__section-title{margin:0;font-size:12px;font-weight:700;line-height:16.8px;letter-spacing:.48px;text-transform:uppercase;color:#5c5c5c}.analytics-stats__section--mix,.analytics-stats__section--today,.analytics-stats__section--kpi{align-items:stretch}.analytics-stats__bubbles{container-type:inline-size;position:relative;width:100%;max-width:376px;margin:0 auto;aspect-ratio:376 / 272;flex-shrink:0;overflow:visible;box-sizing:border-box}.analytics-stats__bubbles-canvas{position:absolute;left:50%;top:0;width:376px;height:272px;transform:translate(-50%);transform-origin:top center}@supports (width: 1cqi){.analytics-stats__bubbles-canvas{transform:translate(-50%) scale(min(1,calc(100cqi/376px)))}}.analytics-stats__bubble-empty{margin:0;font-size:14px;color:#7b7b7b;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.analytics-stats__bubble{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:16px;border-radius:9999px;box-sizing:border-box;text-align:center}.analytics-stats__bubble-inner{display:flex;flex-direction:column;align-items:center;opacity:.95}.analytics-stats__bubble-name{margin:0;font-size:12px;font-weight:500;line-height:16.8px;max-width:100%;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto}.analytics-stats__bubble-value{margin:0;font-weight:600;line-height:21.6px;white-space:nowrap;font-size:16px}.analytics-stats__bubble--size-xs .analytics-stats__bubble-name,.analytics-stats__bubble--size-s .analytics-stats__bubble-name{font-size:11px}.analytics-stats__bubble--size-xs .analytics-stats__bubble-value,.analytics-stats__bubble--size-s .analytics-stats__bubble-value{font-size:12px}.analytics-stats__bubble--size-xl{width:132px;height:132px}.analytics-stats__bubble--size-l{width:124px;height:124px}.analytics-stats__bubble--size-m{width:112px;height:112px}.analytics-stats__bubble--size-s{width:100px;height:100px}.analytics-stats__bubble--size-xs{width:82px;height:82px}.analytics-stats__bubble--tone-accent{background:#ff5c00}.analytics-stats__bubble--tone-accent .analytics-stats__bubble-name,.analytics-stats__bubble--tone-accent .analytics-stats__bubble-value{color:#fff}.analytics-stats__bubble--tone-success{background:#24ae41}.analytics-stats__bubble--tone-success .analytics-stats__bubble-name,.analytics-stats__bubble--tone-success .analytics-stats__bubble-value{color:#fff}.analytics-stats__bubble--tone-green{background:#d3efd9}.analytics-stats__bubble--tone-green .analytics-stats__bubble-name,.analytics-stats__bubble--tone-green .analytics-stats__bubble-value{color:#1c1c1c}.analytics-stats__bubble--tone-warm{background:#fff0eb}.analytics-stats__bubble--tone-warm .analytics-stats__bubble-name,.analytics-stats__bubble--tone-warm .analytics-stats__bubble-value{color:#ff5c00}.analytics-stats__bubble--tone-blue{background:#d5e2f5}.analytics-stats__bubble--tone-blue .analytics-stats__bubble-name,.analytics-stats__bubble--tone-blue .analytics-stats__bubble-value{color:#1c1c1c}.analytics-stats__mix-card{width:100%;display:flex;flex-direction:column;gap:16px;padding:16px;border-radius:28px;background:#fff;box-shadow:0 4px 20px #0000000f;box-sizing:border-box}.analytics-stats__mix-visual{display:flex;align-items:center;justify-content:center}.analytics-stats__donut{position:relative;width:200px;height:200px;border-radius:50%;display:flex;align-items:center;justify-content:center}.analytics-stats__donut:before{content:"";position:absolute;left:50%;top:50%;width:128px;height:128px;margin-left:-64px;margin-top:-64px;border-radius:50%;background:#fff}.analytics-stats__donut-center{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center}.analytics-stats__donut-total{margin:0;font-size:32px;font-weight:600;line-height:38.4px;color:#1c1c1c}.analytics-stats__donut-caption{margin:0;font-size:12px;font-weight:500;line-height:16.8px;color:#5c5c5c}.analytics-stats__mix-legend{display:flex;flex-direction:column;gap:8px}.analytics-stats__mix-row{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0;padding:10px 12px;border:1px solid #dedede;border-radius:12px;background:#fff}.analytics-stats__mix-label-group{display:flex;align-items:center;gap:8px;min-width:0}.analytics-stats__mix-dot{width:12px;height:12px;border-radius:9999px;flex-shrink:0}.analytics-stats__mix-dot--mirron{background:#24ae41}.analytics-stats__mix-dot--non-mirron{background:#2d70ce}.analytics-stats__mix-label{font-size:14px;font-weight:500;line-height:19.6px;color:#252525;min-width:0;overflow-wrap:anywhere}.analytics-stats__mix-value{flex-shrink:0;font-size:16px;font-weight:600;line-height:19.2px;color:#1c1c1c}.analytics-stats__today-card{width:100%;display:flex;flex-direction:column;gap:8px;padding:16px;border-radius:28px;background:#252525;color:#fff;box-shadow:0 4px 20px #0000001a;box-sizing:border-box;overflow:hidden}.analytics-stats__today-head{display:flex;align-items:center;justify-content:space-between}.analytics-stats__today-title{margin:0;font-size:32px;font-weight:600;line-height:38.4px;color:#fff}.analytics-stats__today-list{display:flex;flex-direction:column}.analytics-stats__today-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0;border-top:1px solid #4a4a4a}.analytics-stats__today-row:first-child{border-top:0}.analytics-stats__today-main{display:flex;flex-direction:column;gap:4px}.analytics-stats__today-value{margin:0;font-size:32px;font-weight:600;line-height:38.4px;color:#f3c575}.analytics-stats__today-label{margin:0;font-size:20px;font-weight:400;line-height:28px;color:#dedede}.analytics-stats__today-trend{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.analytics-stats__today-days{font-size:11px;font-weight:500;line-height:13.2px;letter-spacing:2px;color:#bebebe}.analytics-stats__today-bar{width:12px;height:36px;border-radius:3px;background:#f3c575}.analytics-stats__today-bar--mid{height:30px}.analytics-stats__today-bar--short{height:26px}.analytics-stats__kpi-grid{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.analytics-stats__kpi-card{display:flex;flex-direction:column;gap:8px;min-height:124px;padding:16px;border-radius:16px;background:#fff;box-shadow:0 4px 20px #0000000f;box-sizing:border-box}.analytics-stats__kpi-value{margin:0;font-size:24px;font-weight:600;line-height:32px;color:#1c1c1c}.analytics-stats__kpi-label{margin:0;font-size:12px;font-weight:500;line-height:16.8px;color:#5c5c5c}.analytics-stats__rev-stack{display:flex;flex-direction:column;gap:16px;width:100%}.analytics-stats__rev-card{display:flex;flex-direction:column;gap:8px;width:100%;padding:16px;border-radius:28px;background:#fff;box-shadow:0 4px 20px #0000000f;box-sizing:border-box}.analytics-stats__rev-card-top{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.analytics-stats__rev-kicker{font-size:12px;font-weight:500;line-height:16.8px;color:#7d7d7d}.analytics-stats__rev-badge{padding:4px 0;border-radius:4px;font-size:12px;font-weight:500;line-height:1.2;color:#24ae41}.analytics-stats__rev-badge--down{color:#c72a33}.analytics-stats__rev-amount{margin:0;font-size:28px;font-weight:500;line-height:28px;color:#000}.analytics-stats__rev-caption{margin:0;font-size:12px;font-weight:500;line-height:16.8px;color:#7d7d7d}.analytics-stats__rev-bookings-row{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;width:100%}.analytics-stats__rev-bookings-main{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:8px;align-items:flex-start}.analytics-stats__rev-breakdown{display:flex;align-items:flex-start;gap:8px;flex-wrap:wrap;justify-content:flex-end;max-width:190px}.analytics-stats__stat-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:4px;background:#d3efd9;font-size:12px;font-weight:500;line-height:1.2;color:#166827}.analytics-stats__stat-badge--warning{background:#f3c575;color:#4c3608}.analytics-stats-v2__section{margin-top:16px;width:100%;min-width:0;box-sizing:border-box}.analytics-stats-v2__label{margin:0 0 10px;font-size:12px;line-height:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#7d7d7d}.analytics-stats-v2__empty{margin:0;padding:16px 0;font-size:14px;color:#7d7d7d}.analytics-stats-v2__bars{display:flex;align-items:flex-end;gap:10px;height:254px;width:100%}.analytics-stats-v2__bar-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;min-width:0}.analytics-stats-v2__bar-val{font-size:14px;font-weight:600;color:#252525}.analytics-stats-v2__bar{width:100%;min-height:8px;border-radius:4px;align-self:stretch}.analytics-stats-v2__bar-caption{display:block;align-self:stretch;min-height:32px;width:100%;padding-top:0;font-size:9px;color:#7d7d7d;text-align:center;line-height:1.2}.analytics-stats-v2__accordion{margin-top:16px;padding:16px;background:#fff;border:1px solid #eee;border-radius:16px;box-shadow:0 4px 10px #0000000f;box-sizing:border-box}.analytics-stats-v2__accordion-toggle{width:100%;height:32px;padding:0;border:none;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer;font-size:18px;line-height:1.3;font-weight:500;color:#1c1c1c;text-align:left}.analytics-stats-v2__accordion-chevron{width:10px;height:10px;margin-right:6px;border-right:2px solid #1c1c1c;border-bottom:2px solid #1c1c1c;transform:rotate(45deg);flex-shrink:0}.analytics-stats-v2__accordion--open .analytics-stats-v2__accordion-chevron{transform:rotate(-135deg);margin-top:4px}.analytics-stats-v2__accordion-panel{max-height:0;opacity:0;overflow:hidden;transition:max-height .3s ease,opacity .2s ease,padding-top .3s ease;padding-top:0}.analytics-stats-v2__accordion--open .analytics-stats-v2__accordion-panel{max-height:1200px;opacity:1;padding-top:8px}.analytics-stats-v2__accordion-intro{margin:0 0 16px;font-size:16px;line-height:1.4;font-weight:400;color:#7d7d7d}.analytics-stats-v2__rev-group{display:flex;flex-direction:column;gap:8px;padding-bottom:8px;width:100%}.analytics-stats-v2__rev-group+.analytics-stats-v2__rev-group{margin-top:8px}.analytics-stats-v2__rev-group-head{display:flex;align-items:center;gap:16px;min-height:44px}.analytics-stats-v2__rev-group-thumb{width:44px;height:44px;border-radius:8px;object-fit:cover;flex-shrink:0}.analytics-stats-v2__rev-group-thumb--ph{background:#dedede;display:inline-block}.analytics-stats-v2__rev-group-title{font-size:16px;line-height:1.2;font-weight:500;color:#1c1c1c}.analytics-stats-v2__rev-list{list-style:none;margin:0;padding:0}.analytics-stats-v2__rev-row{display:flex;align-items:center;gap:8px;padding:8px 0}.analytics-stats-v2__rev-row-name{flex:1;min-width:0;font-size:16px;line-height:1.4;font-weight:500;color:#252525}.analytics-stats-v2__rev-row-value{min-width:100px;text-align:right;font-size:14px;line-height:20px;font-weight:700;letter-spacing:-.15px;color:#1c1c1c;white-space:nowrap}.analytics-stats-v2__card{background:#fff;border:1px solid #eee;border-radius:16px;box-shadow:0 4px 10px #0000000f;box-sizing:border-box}.analytics-stats-v2__income-card{padding:12px}.analytics-stats-v2__income-top{display:flex;gap:12px;align-items:center}.analytics-stats-v2__donut{position:relative;width:100px;height:100px;border-radius:50%;flex-shrink:0}.analytics-stats-v2__donut:before{content:"";position:absolute;top:10px;right:10px;bottom:10px;left:10px;border-radius:50%;background:#fff}.analytics-stats-v2__income-meta{flex:1;min-width:0}.analytics-stats-v2__muted{font-size:10px;color:#7d7d7d}.analytics-stats-v2__amount{margin:2px 0 0;font-size:32px;line-height:1.2;font-weight:600;color:#1c1c1c}.analytics-stats-v2__range{margin:10px 0 6px;text-align:center;font-size:12px;color:#7d7d7d}.analytics-stats-v2__income-row{display:flex;align-items:center;gap:8px;padding:8px 0}.analytics-stats-v2__income-row-label{font-size:16px;font-weight:500;line-height:1.4;color:#252525}.analytics-stats-v2__income-row b{margin-left:auto;font-size:16px;font-weight:600;color:#1c1c1c}.analytics-stats-v2__swatch{width:10px;height:10px;border-radius:3px;flex-shrink:0}.analytics-stats-v2__overview-card{position:relative;padding:16px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;overflow:hidden}.analytics-stats-v2__overview-card:after{content:"";position:absolute;right:-28px;bottom:-28px;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,#8b80ff88,#8b80ff00 70%);pointer-events:none}.analytics-stats-v2__metric-label{font-size:9px;line-height:1.2;color:#7d7d7d}.analytics-stats-v2__metric-value{margin-top:4px;font-size:28px;line-height:1.1;font-weight:600;color:#1c1c1c}.analytics-stats-v2__metric-trend{font-size:10px;vertical-align:middle}.analytics-stats-v2__metric-trend--up{color:#24ae41}.analytics-stats-v2__metric-trend--down{color:#c72a33}.analytics-stats-v2__funnel-card{position:relative;min-height:249px;padding:24px;overflow:hidden;display:flex;flex-direction:column;gap:10px}.analytics-stats-v2__funnel-card:before{content:"";position:absolute;right:-22px;top:-46px;width:124px;height:124px;border-radius:50%;background:radial-gradient(circle,#ff7f4f75,#ff7f4f00 72%);transform:rotate(178deg);pointer-events:none}.analytics-stats-v2__funnel-top{display:flex;gap:10px}.analytics-stats-v2__funnel-kpi{min-width:74px;padding:4px}.analytics-stats-v2__funnel-kpi-num{font-size:44px;line-height:1.2;font-weight:600;color:#1c1c1c}.analytics-stats-v2__funnel-kpi-name{font-size:12px;line-height:16px;color:#7d7d7d}.analytics-stats-v2__funnel-stats{display:flex;gap:16px;width:100%}.analytics-stats-v2__funnel-col{width:93px;display:flex;flex-direction:column;gap:8px;flex:1;min-width:0}.analytics-stats-v2__funnel-col-name{font-size:12px;line-height:16px;color:#7d7d7d}.analytics-stats-v2__funnel-col-top{display:flex;justify-content:flex-start;align-items:center}.analytics-stats-v2__funnel-col-val{font-size:24px;line-height:28px;font-weight:700;color:#252525}.analytics-stats-v2__funnel-progress{height:6px;background:#dedede;border-radius:999px;overflow:hidden}.analytics-stats-v2__funnel-progress>span{display:block;height:100%}.analytics-stats-v2__funnel-foot{display:flex;align-items:center;justify-content:space-between;width:100%}.analytics-stats-v2__funnel-trend{font-size:14px;line-height:16px}.analytics-stats-v2__funnel-trend--up{color:#24ae41}.analytics-stats-v2__funnel-trend--down{color:#c72a33}.analytics-stats-v2__funnel-ticks{display:flex;gap:2px}.analytics-stats-v2__funnel-ticks>span{display:block;width:2px;height:12px;background:#bebebe;border-radius:999px}.analytics-stats-v2__gradient-card{padding:14px;background:linear-gradient(153deg,#ff7d33 10%,#ff5c00 38%,#4d1c00 84%);border-radius:16px;color:#fff;box-shadow:0 4px 10px #00000014;box-sizing:border-box}.analytics-stats-v2__gradient-top{display:flex;justify-content:space-between;gap:16px;padding-bottom:12px}.analytics-stats-v2__gradient-main-num{font-size:44px;line-height:1.1;font-weight:600}.analytics-stats-v2__gradient-main-sub{font-size:16px;line-height:1.3;color:#dedede}.analytics-stats-v2__gradient-side{width:168px;max-width:45%;flex-shrink:0}.analytics-stats-v2__gradient-side-block{padding-bottom:10px;border-bottom:1px solid #bebebe;margin-bottom:10px}.analytics-stats-v2__gradient-side-block:last-child{margin-bottom:0;border-bottom:none;padding-bottom:0}.analytics-stats-v2__gradient-side-val{font-size:24px;font-weight:600}.analytics-stats-v2__gradient-side-label{font-size:13px;color:#dedede}.analytics-stats-v2__gradient-row{display:flex;align-items:center;justify-content:space-between;padding:7px 0;border-bottom:1px solid #bebebe}.analytics-stats-v2__gradient-row:last-child{border-bottom:none}.analytics-stats-v2__gradient-row-left{display:flex;align-items:center;gap:10px;font-size:13px;color:#dedede}.analytics-stats-v2__gradient-dot{width:10px;height:10px;border-radius:4px;background:#ff6b3d;flex-shrink:0}.analytics-stats-v2__gradient-row b{font-size:24px;font-weight:600}.analytics-stats-v2__time-card{position:relative;overflow:hidden;padding:24px 16px;background:#fff;border:1px solid #eee;border-radius:16px;color:#1c1c1c;box-shadow:0 4px 10px #0000000f;box-sizing:border-box}.analytics-stats-v2__time-card:after{content:"";position:absolute;right:-22px;bottom:-25px;width:100px;height:100px;border-radius:50%;background:radial-gradient(circle,#ff7f4f7a,#ff7f4f00 72%);pointer-events:none}.analytics-stats-v2__time-row{display:flex;align-items:center;gap:8px;min-height:72px;padding-bottom:16px;border-bottom:1px solid #dedede}.analytics-stats-v2__time-row+.analytics-stats-v2__time-row{margin-top:16px;margin-bottom:16px}.analytics-stats-v2__time-row:last-child{padding-bottom:0;border-bottom:none;margin-bottom:0;margin-top:0}.analytics-stats-v2__time-kpi{width:120px;flex-shrink:0}.analytics-stats-v2__time-kpi b{display:block;font-size:24px;line-height:32px;color:#ff5c00;font-weight:700}.analytics-stats-v2__time-kpi span{display:block;font-size:14px;line-height:20px;color:#7d7d7d}.analytics-stats-v2__time-right{flex:1;display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.analytics-stats-v2__time-chips{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.analytics-stats-v2__time-chip{font-size:14px;line-height:14px;color:#7d7d7d;padding:4px 0;text-align:center}.analytics-stats-v2__time-chip--active{background:#f3c575;color:#fff;padding:4px 10px;border-radius:8px}.analytics-stats-v2__time-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px;align-items:center;width:100%}.analytics-stats-v2__time-day{font-size:14px;line-height:14px;color:#7d7d7d;text-align:center;width:100%}.analytics-stats-v2__time-day--active{background:#f3c575;color:#fff;padding:4px 0;border-radius:4px}.analytics-stats-v2__skeleton-root{gap:0}.analytics-stats-v2__skeleton-label{height:13px;width:40%;max-width:180px;margin-bottom:10px}.analytics-stats-v2__skeleton-bars{display:flex;align-items:flex-end;gap:10px;height:254px}.analytics-stats-v2__skeleton-bar-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px}.analytics-stats-v2__skeleton-bar-val{width:48px;height:14px}.analytics-stats-v2__skeleton-bar-pillar{width:100%;border-radius:4px}.analytics-stats-v2__skeleton-bar-cap{width:100%;height:28px}.analytics-stats-v2__skeleton-accordion{margin-top:16px;padding:16px;border-radius:16px;border:1px solid #eee;background:#fff}.analytics-stats-v2__skeleton-accordion-toggle{height:32px;width:100%}.analytics-stats-v2__skeleton-card{padding:16px;border-radius:16px;border:1px solid #eee;background:#fff}.analytics-stats-v2__skeleton-income-row{display:flex;gap:12px;align-items:center}.analytics-stats-v2__skeleton-donut{width:100px;height:100px;border-radius:50%;flex-shrink:0}.analytics-stats-v2__skeleton-income-meta{flex:1;display:flex;flex-direction:column;gap:8px}.analytics-stats-v2__skeleton-line-sm{height:10px;width:60%}.analytics-stats-v2__skeleton-line-lg{height:28px;width:80%}.analytics-stats-v2__skeleton-line-center{height:12px;width:50%;margin:12px auto 8px}.analytics-stats-v2__skeleton-line-full{height:14px;width:100%;margin-top:8px}.analytics-stats-v2__skeleton-overview{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.analytics-stats-v2__skeleton-ov-cell{display:flex;flex-direction:column;gap:8px}.analytics-stats-v2__skeleton-ov-label{height:10px;width:70%}.analytics-stats-v2__skeleton-ov-val{height:28px;width:90%}.analytics-stats-v2__skeleton-funnel{display:flex;flex-direction:column;gap:16px}.analytics-stats-v2__skeleton-funnel-top{display:flex;gap:12px}.analytics-stats-v2__skeleton-funnel-kpi{flex:1;height:72px;border-radius:8px}.analytics-stats-v2__skeleton-funnel-cols{display:flex;gap:12px}.analytics-stats-v2__skeleton-funnel-col{flex:1;height:100px;border-radius:8px}.analytics-stats-v2__skeleton-gradient{padding:16px;border-radius:16px;background:linear-gradient(153deg,#ff7d33 10%,#ff5c00 38%,#4d1c00 84%);display:flex;flex-direction:column;gap:10px}.analytics-stats-v2__skeleton-gradient-top{display:flex;gap:12px}.analytics-stats-v2__skeleton-gradient-block{flex:1;height:80px;border-radius:8px}.analytics-stats-v2__skeleton-gradient-row{height:20px;width:100%;border-radius:4px}.analytics-stats-v2__skeleton-time{display:flex;flex-direction:column;gap:12px}.analytics-stats-v2__skeleton-time-row{height:56px;width:100%;border-radius:8px}@media(max-width:359px){.analytics-stats__kpi-grid{grid-template-columns:minmax(0,1fr)}.analytics-stats-v2__funnel-stats{flex-direction:column}.analytics-stats-v2__funnel-col{width:100%}}.calendar-request-link{color:inherit;text-decoration:underline;text-underline-offset:2px}.app-layout-customers.app-layout-requests{padding-top:0;padding-left:0;padding-right:0}.requests-page{display:block;width:100%;max-width:none;margin:0;padding:0 0 calc(110px + env(safe-area-inset-bottom,0px));background:var(--color-bg-page);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.requests-header{display:block;padding:16px 16px 24px;background:#fff;border-bottom:1px solid #f5f5f5}.requests-title{margin:0;font-size:24px;font-weight:600;line-height:1.2;letter-spacing:-.01em;color:#000}.requests-subtitle{margin:0;font-size:14px;font-weight:400;line-height:1.4;color:#5c5c5c}.requests-tabs{display:flex;gap:4px;width:auto;padding:0 16px;margin-bottom:24px;border-bottom:1px solid #f5f5f5;background:#fff}.requests-tab{flex:0 0 auto;border:0;border-bottom:2px solid transparent;margin-bottom:-1px;border-radius:0;padding:12px 16px;background:transparent;color:#5c5c5c;font-size:14px;font-weight:500;line-height:1.3;cursor:pointer}.requests-tab--active{background:transparent;color:#e85d2a;border-bottom-color:#e85d2a}.requests-list{display:grid;gap:12px;width:100%;padding:12px 16px 0;box-sizing:border-box}.requests-item{display:flex;align-items:center;gap:16px;width:100%;background:#fff;border-radius:12px;padding:16px;text-decoration:none;color:inherit;border:1px solid #efefef;box-shadow:none}.requests-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;flex-shrink:0}.requests-avatar--fallback{display:inline-flex;align-items:center;justify-content:center;background:#fff0eb;color:#e85d2a;font-size:14px;font-weight:600}.requests-item-main{display:grid;gap:2px;min-width:0;flex:1}.requests-item-title{font-size:16px;font-weight:500;line-height:1.2;color:#000}.requests-item-meta{font-size:13px;font-weight:400;line-height:1.35;color:#5c5c5c}.requests-badge{display:inline-flex;align-items:center;border-radius:4px;padding:4px 10px;font-size:11px;font-weight:600;line-height:1.2;white-space:nowrap}.requests-badge--pending{background:#f5e6d3;color:#8c6a1d}.requests-badge--confirmed{background:#fff0eb;color:#e85d2a}.requests-badge--neutral{background:#efefef;color:#5c5c5c}.requests-empty{margin:0;color:#66778a;padding:16px;font-size:14px;line-height:1.4}.crm-booking-detail-layout{display:flex;flex-direction:column;min-height:100dvh;min-height:100vh;width:100%;margin-inline:auto;background:var(--color-bg-page);box-sizing:border-box}.crm-booking-detail-layout .auth-flow-topbar{flex-shrink:0;padding-bottom:8px}.crm-booking-detail-layout__scroll{flex:1 1 auto;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:16px;align-items:stretch;padding:0 16px 16px;width:100%;box-sizing:border-box;margin-top:16px}.crm-booking-detail-layout__footer{flex-shrink:0;display:flex;flex-direction:column;gap:24px;align-items:stretch;padding:16px 16px calc(16px + env(safe-area-inset-bottom,0px));width:100%;box-sizing:border-box}.crm-booking-detail-layout__footer--create{gap:16px}.crm-bd__create-primary{width:100%;min-height:52px;padding:8px 16px;border:0;border-radius:16px;background:#1c2938;color:#fff;font-family:inherit;font-size:16px;font-weight:600;line-height:1.2;cursor:pointer;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.crm-bd__create-primary:disabled{opacity:.5;cursor:not-allowed}.crm-bd__create-primary:focus-visible{outline:2px solid #252525;outline-offset:2px}.crm-bd__cancel-text{margin:0;padding:0;border:0;background:transparent;font-family:inherit;font-size:16px;font-weight:600;line-height:1.2;color:#eb461a;cursor:pointer;-webkit-tap-highlight-color:transparent}.crm-bd__cancel-text:disabled{opacity:.5;cursor:not-allowed}.crm-bd__card{width:100%;border:1px solid #bebebe;border-radius:20px;background:#fff;box-sizing:border-box}.crm-bd__card--customer{border-radius:20px}.crm-bd__card-head{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;padding:16px 24px;width:100%;box-sizing:border-box}.crm-bd__card-title{margin:0;flex:1 1 0;min-width:0;font-size:18px;font-weight:700;line-height:28px;letter-spacing:-.4395px;color:#1c1c1c}.crm-bd__card-title--inset{padding:16px 24px 0}.crm-bd__badge-mirron{display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;flex-shrink:0;padding:6px 8px;border-radius:4px;background:#6c64de;color:#fff}.crm-bd__badge-mirron-icon{display:inline-flex;width:16px;height:16px;flex-shrink:0}.crm-bd__badge-mirron-text{font-size:12px;font-weight:400;line-height:1.3;white-space:nowrap}.crm-bd__customer-row{display:flex;flex-direction:row;align-items:center;gap:16px;min-height:82px;padding:16px;border-top:1px solid #dedede;width:100%;box-sizing:border-box}a.crm-bd__customer-row--chooser{text-decoration:none;color:inherit;-webkit-tap-highlight-color:transparent}a.crm-bd__customer-row--chooser:focus-visible{outline:2px solid #252525;outline-offset:2px}.crm-bd__customer-placeholder-avatar{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#e6e6e6;flex-shrink:0}.crm-bd__customer-choice{margin:0;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.3125px;color:#8a8a8a}.crm-bd__customer-change-row{display:flex;justify-content:center;width:100%;max-width:361px;align-self:center;margin:-8px 0 8px;padding:0 16px;box-sizing:border-box}.crm-bd__customer-change-link{font-size:14px;font-weight:600;line-height:1.3;color:#2d70ce;text-decoration:none}.crm-bd__customer-change-link:focus-visible{outline:2px solid #252525;outline-offset:2px;border-radius:4px}.crm-bd__customer-avatar{width:48px;height:48px;border-radius:999px;object-fit:cover;flex-shrink:0}.crm-bd__customer-avatar--fallback{display:inline-flex;align-items:center;justify-content:center;background:#f5f5f5;color:#1c1c1c;font-size:16px;font-weight:600}.crm-bd__customer-meta{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:4px;align-items:flex-start}.crm-bd__customer-name{margin:0;font-size:16px;font-weight:500;line-height:1.4;color:#1c1c1c}.crm-bd__pill{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:400;line-height:1.3;white-space:nowrap}.crm-bd__pill--new{background:#d3efd9;color:#166827}.crm-bd__icon-round{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;padding:12px;border:1px solid #bebebe;border-radius:28px;background:#fff9;box-shadow:0 4px 20px #0000000f;box-sizing:border-box;color:#1c1c1c;text-decoration:none;-webkit-tap-highlight-color:transparent}.crm-bd__icon-round:disabled{opacity:.45;cursor:default}button.crm-bd__icon-round,a.crm-bd__icon-round{cursor:pointer;font:inherit;background:#fff9}.crm-bd__notes{width:100%;align-self:center;border:1px solid #bebebe;border-radius:16px;background:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000001a;box-sizing:border-box}.crm-bd__notes-inner{display:flex;flex-direction:column;gap:12px;padding:16px;width:100%;box-sizing:border-box}.crm-bd__notes-title{margin:0;font-size:18px;font-weight:700;line-height:28px;letter-spacing:-.4395px;color:#1c1c1c}.crm-bd__notes-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;width:100%}.crm-bd__notes-placeholder{margin:0;flex:1 1 0;min-width:0;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.3125px;color:#7d7d7d}.crm-bd__notes-placeholder--filled{color:#1c1c1c}.crm-bd__fab{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:44px;height:44px;padding:12px;border:0;border-radius:28px;background:#252525;color:#fff;box-shadow:0 4px 20px #0000000f;cursor:pointer;box-sizing:border-box;text-decoration:none;-webkit-tap-highlight-color:transparent}a.crm-bd__fab{font:inherit;background:#252525;color:#fff}.crm-bd__card--details{border-radius:16px;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.crm-bd__details-head{min-height:60px;width:100%;box-sizing:border-box}.crm-bd__detail-block{width:100%;box-sizing:border-box}.crm-bd__detail-row{display:flex;flex-direction:row;align-items:center;gap:16px;padding:8.556px 16px 8px;border-top:1px solid #dedede;width:100%;box-sizing:border-box}.crm-bd__row-icon{flex-shrink:0;display:block}.crm-bd__detail-copy{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:0}.crm-bd__detail-label{margin:0;font-size:14px;font-weight:400;line-height:1.4;color:#7d7d7d}.crm-bd__detail-value{margin:0;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.3125px;color:#1c1c1c}.crm-bd__detail-value--placeholder{color:#8a8a8a}.crm-bd__detail-row--payment{min-height:60px}.crm-bd__detail-row--payment .crm-bd__detail-label{color:#8a8a8a;line-height:1.4}.crm-bd__detail-row--payment .crm-bd__detail-value{line-height:1.4;letter-spacing:0;color:#0a0a0a}.crm-bd__detail-row--payment .crm-bd__detail-value.crm-bd__detail-value--placeholder{color:#7d7d7d}.crm-bd__detail-value--medium{font-weight:500}.crm-bd__balance-row{display:flex;align-items:flex-start;justify-content:flex-end;gap:10px;width:100%;padding:8px 16px 16px;box-sizing:border-box}.crm-bd__balance-label,.crm-bd__balance-value{margin:0;font-size:20px;font-weight:600;line-height:1.2;color:#e85d2a}.crm-bd__payment-modal .e13-profile-edit__body{padding:0 0 8px;width:100%}.crm-bd__payment-modal .e13-profile-edit__field{width:100%}.crm-bd__payment-modal-error{margin:8px 0 0;font-size:14px;line-height:1.4;color:#c72a33}.crm-bd__status-card{display:flex;flex-direction:row;align-items:center;gap:16px;min-height:60px;padding:8px 16px;border:1px solid #bebebe;border-radius:16px;background:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;width:100%;box-sizing:border-box}.crm-bd__status-card svg{flex-shrink:0;color:#1c1c1c}.crm-bd__status-copy{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:0}.crm-bd__status-title{margin:0;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.3125px;color:#1c1c1c}.crm-bd__status-sub{margin:0;font-size:14px;font-weight:400;line-height:1.4;color:#7d7d7d}.crm-bd__status-card .request-detail-badge{flex-shrink:0}.crm-bd__review-actions{display:flex;flex-direction:column;gap:12px;width:100%}.crm-bd__action-btn{width:100%;min-height:52px;border-radius:16px;font-size:16px;font-weight:600;line-height:1.2;cursor:pointer;border:1px solid transparent}.crm-bd__action-btn--primary{background:#1c1c1c;color:#fff}.crm-bd__action-btn--secondary{background:#fff;color:#1c1c1c;border-color:#bebebe}.crm-bd__action-btn:disabled{opacity:.5;cursor:not-allowed}.crm-bd__wa{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;width:100%;min-height:52px;padding:8px 16px;border-radius:16px;background:#24ae41;color:#fff;font-size:16px;font-weight:600;line-height:1.2;text-decoration:none;box-sizing:border-box;border:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.crm-bd__wa svg{width:18px;height:18px;flex-shrink:0}.crm-bd__wa--disabled{opacity:.5;cursor:not-allowed}.crm-bd__add-contacts{display:flex;align-items:center;justify-content:center;width:100%;min-height:48px;padding:8px 16px;border-radius:14px;box-sizing:border-box;font-size:15px;font-weight:600;line-height:1.2;text-decoration:none;color:#1c2938;background:#f3f4f8;border:1px solid #dadbe7;-webkit-tap-highlight-color:transparent}.crm-bd__add-contacts:focus-visible{outline:2px solid #1c2938;outline-offset:2px}.crm-bd__cancel-wrap{display:flex;align-items:center;justify-content:center;min-height:52px;width:100%}.crm-bd__cancel{margin:0;padding:0;border:0;background:transparent;font-family:inherit;font-size:16px;font-weight:600;line-height:1.2;color:#c72a33;cursor:pointer;-webkit-tap-highlight-color:transparent}.crm-bd__cancel:focus-visible{outline:2px solid #252525;outline-offset:2px}.crm-bd-cancel-confirm-wrap{position:fixed;top:0;right:0;bottom:0;left:0;z-index:140;display:flex;align-items:center;justify-content:center;padding:16px;padding-bottom:calc(16px + env(safe-area-inset-bottom,0px));box-sizing:border-box}.crm-bd-cancel-confirm-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#00000073;cursor:pointer}.crm-bd-cancel-confirm-card{position:relative;z-index:1;width:min(100%,320px);background:#fff;color:#1c1c1c;border-radius:20px;border:1px solid #bebebe;box-shadow:0 1px 3px #0000001a,0 12px 32px #0000002e;padding:24px;box-sizing:border-box}.crm-bd-cancel-confirm-title{margin:0;font-size:20px;font-weight:700;line-height:1.25;letter-spacing:-.02em;color:#1c1c1c}.crm-bd-cancel-confirm-text{margin:12px 0 0;font-size:15px;font-weight:400;line-height:1.45;color:#5c5c5c}.crm-bd-cancel-confirm-text strong{font-weight:600;color:#1c1c1c}.crm-bd-cancel-confirm-actions{margin-top:24px;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-end;align-items:stretch;gap:10px}.crm-bd-cancel-confirm-btn{min-height:48px;border-radius:12px;padding:10px 18px;font-family:inherit;font-size:15px;font-weight:600;line-height:1.2;cursor:pointer;border:1px solid transparent;flex:0 1 auto;min-width:0;white-space:nowrap}.crm-bd-cancel-confirm-btn--icon{width:48px;min-width:48px;height:48px;padding:0;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.crm-bd-cancel-confirm-btn--icon svg{display:block}.crm-bd-cancel-confirm-spinner{animation:crm-bd-cancel-spin .7s linear infinite}@keyframes crm-bd-cancel-spin{to{transform:rotate(360deg)}}.crm-bd-cancel-confirm-btn:disabled{opacity:.55;cursor:not-allowed}.crm-bd-cancel-confirm-btn--secondary{border-color:#bebebe;background:#fff;color:#1c1c1c}.crm-bd-cancel-confirm-btn--danger{border-color:#c72a33;background:#c72a33;color:#fff}.crm-bd-cancel-confirm-btn--danger:focus-visible,.crm-bd-cancel-confirm-btn--secondary:focus-visible{outline:2px solid #252525;outline-offset:2px}.booking-detail-page{width:100%;max-width:393px;margin:0 auto;background:var(--color-bg-page);padding:0 0 calc(96px + env(safe-area-inset-bottom,0px));font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.booking-detail-header{min-height:67px;display:flex;justify-content:flex-end;align-items:center;padding:0 16px}.booking-detail-close{width:44px;height:44px;border:1px solid #efefef;border-radius:8px;background:#fff;color:#171717;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 20px #0000000f}.booking-detail-main{display:grid;gap:16px;padding:16px}.booking-detail-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.booking-detail-card-title{margin:0;min-height:44px;padding:16px 24px 0;font-size:18px;line-height:1.4;font-weight:700;color:#0a0a0a}.booking-detail-customer-row{display:flex;align-items:center;gap:16px;border-top:1px solid #f3f4f6;padding:16px}.booking-detail-avatar{width:48px;height:48px;border-radius:999px;object-fit:cover;flex-shrink:0}.booking-detail-avatar--fallback{display:inline-flex;align-items:center;justify-content:center;background:#f5f5f5;color:#171717;font-size:16px;font-weight:600}.booking-detail-customer-body{min-width:0;flex:1;display:grid;gap:4px}.booking-detail-customer-name{margin:0;font-size:16px;line-height:1.4;font-weight:500;color:#171717}.booking-detail-badge{display:inline-flex;width:fit-content;padding:4px 8px;border-radius:4px;font-size:12px;line-height:1.3}.booking-detail-badge--new{background:#cde9c2;color:#2d4a26}.booking-detail-icon-btn{width:44px;height:44px;border-radius:999px;background:#1c2938;color:#fff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.booking-detail-since{margin:0;padding:0 16px 16px;font-size:14px;line-height:1.4;color:#8a8a8a}.booking-detail-notes-inner{padding:16px 24px;display:flex;align-items:center;gap:16px;overflow:hidden}.booking-detail-notes-inner p{margin:0;min-width:0;flex:1;font-size:16px;line-height:1.4;color:#8a8a8a;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow-wrap:anywhere;word-break:break-word;overflow:hidden}.booking-detail-note-input{width:100%;min-height:72px;border:1px solid #efefef;border-radius:12px;background:#fff;padding:10px 12px;font:400 16px/1.4 Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#171717;resize:vertical}.booking-detail-note-save{border:0;background:#1c2938;color:#fff;border-radius:12px;min-height:40px;padding:0 16px;font:500 14px/1.2 Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:inline-flex;gap:6px;align-items:center;justify-content:center;cursor:pointer}.booking-detail-note-save:disabled{opacity:.5;cursor:not-allowed}.booking-detail-note-edit{border:0;background:transparent;color:#171717;width:16px;height:16px;padding:0;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer}.booking-detail-row{display:flex;align-items:flex-start;gap:16px;border-top:1px solid #f3f4f6;padding:10px 16px}.booking-detail-row-icon{color:#171717;flex-shrink:0;margin-top:4px}.booking-detail-row-copy{min-width:0;flex:1}.booking-detail-row-label{display:block;font-size:14px;line-height:1.4;color:#8a8a8a}.booking-detail-row-value{margin:0;font-size:16px;line-height:1.4;color:#0a0a0a}.booking-detail-row-meta{margin:2px 0 0;font-size:14px;line-height:1.4;color:#8a8a8a}.booking-detail-status-card{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;padding:8px 16px;color:#171717}.booking-detail-status-copy{min-width:0;flex:1}.booking-detail-status-title{margin:0;font-size:16px;line-height:1.4;color:#0a0a0a}.booking-detail-status-sub{margin:0;font-size:14px;line-height:1.4;color:#8a8a8a}.booking-detail-review-actions{display:grid;gap:12px}.booking-detail-action-btn{width:100%;min-height:44px;border-radius:12px;border:0;font-size:16px;line-height:1.2;font-weight:500;cursor:pointer}.booking-detail-action-btn--primary{background:#1c2938;color:#fff}.booking-detail-action-btn--secondary{background:#fff;border:1px solid #efefef;color:#171717}.booking-detail-action-btn:disabled{opacity:.5;cursor:not-allowed}.booking-detail-footer{position:fixed;left:0;right:0;bottom:0;padding:0 16px calc(16px + env(safe-area-inset-bottom,0px));background:linear-gradient(to top,var(--color-bg-page) 78%,rgba(222,222,222,0));display:flex;flex-direction:column;align-items:center;gap:8px;pointer-events:none}.booking-detail-cancel-wrap{pointer-events:auto}.booking-detail-cancel-btn{border:none;background:transparent;color:var(--color-danger);font-size:14px;font-weight:600;cursor:pointer;padding:4px 8px}.booking-detail-whatsapp-btn{pointer-events:auto;width:min(393px,100%);min-height:52px;border:0;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--color-whatsapp);color:var(--color-surface);text-decoration:none;font-size:16px;line-height:1.2;font-weight:600}.booking-detail-whatsapp-btn--disabled{opacity:.5}.booking-detail-note-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:16px}.booking-detail-note-modal--open{animation:booking-note-backdrop-in .22s ease forwards}.booking-detail-note-modal--closing{animation:booking-note-backdrop-out .22s ease forwards}.booking-detail-note-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#00000059}.booking-detail-note-modal-panel{position:relative;width:100%;max-width:360px;background:#fff;border-radius:20px;padding:16px;display:grid;gap:12px;box-shadow:0 8px 24px #00000029;max-height:min(80vh,560px);overflow:auto}.booking-detail-note-modal--open .booking-detail-note-modal-panel{animation:booking-note-panel-in .22s cubic-bezier(.22,1,.36,1) forwards}.booking-detail-note-modal--closing .booking-detail-note-modal-panel{animation:booking-note-panel-out .22s ease forwards}.booking-detail-note-modal-title{margin:0;font-size:16px;line-height:1.4;color:#171717;font-weight:600}.booking-detail-note-modal-actions{display:flex;justify-content:flex-end;gap:8px}.booking-detail-note-clear{border:1px solid #efefef;background:#fff;color:#8a8a8a;border-radius:12px;min-height:40px;padding:0 16px;font:500 14px/1.2 Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;cursor:pointer}.booking-detail-note-clear:disabled{opacity:.5;cursor:not-allowed}.booking-detail-note-cancel{border:1px solid #efefef;background:#fff;color:#171717;border-radius:12px;min-height:40px;padding:0 16px;font:500 14px/1.2 Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;cursor:pointer}@keyframes booking-note-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes booking-note-backdrop-out{0%{opacity:1}to{opacity:0}}@keyframes booking-note-panel-in{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes booking-note-panel-out{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(8px) scale(.98)}}@media(prefers-reduced-motion:reduce){.booking-detail-note-modal--open,.booking-detail-note-modal--closing,.booking-detail-note-modal--open .booking-detail-note-modal-panel,.booking-detail-note-modal--closing .booking-detail-note-modal-panel{animation:none}}.request-detail-page{display:block;width:100%;max-width:none;margin:0;padding:0 0 calc(110px + env(safe-area-inset-bottom,0px));background:var(--color-bg-page);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.request-detail-grid{display:block}.request-detail-header{display:grid;grid-template-columns:40px 1fr 40px;align-items:center;padding:8px 16px;background:#fff;border-bottom:1px solid #f5f5f5}.request-detail-back{width:40px;height:40px;border:0;border-radius:10px;background:transparent;color:#000;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.request-detail-title{margin:0;text-align:center;font-size:20px;font-weight:600;line-height:1.2;letter-spacing:-.01em;color:#000}.request-detail-header-space{width:40px;height:40px}.request-detail-hero{width:100%;background:#fff;border-radius:0;padding:24px 16px;border:0;border-bottom:1px solid #f5f5f5;box-shadow:none}.request-detail-user{display:flex;gap:12px;align-items:center;margin-bottom:12px}.request-detail-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover}.request-detail-avatar--fallback{display:inline-flex;align-items:center;justify-content:center;background:#fff0eb;color:#e85d2a;font-size:18px;font-weight:700}.request-detail-name{margin:0;font-size:20px;font-weight:600;line-height:1.2;color:#000}.request-detail-since{margin:2px 0 0;font-size:14px;font-weight:400;line-height:1.4;color:#5c5c5c}.request-detail-badge{display:inline-flex;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:600}.request-detail-badge--pending{background:#f5e6d3;color:#8c6a1d}.request-detail-badge--confirmed{background:#fff0eb;color:#e85d2a}.request-detail-badge--cancelled{background:#fff1f1;color:#a12424}.request-detail-badge--neutral{background:#efefef;color:#5c5c5c}.request-detail-badge--draft{background:#e6e6e6;color:#5c5c5c}.request-detail-section{display:grid;gap:10px;width:100%;padding:24px 16px}.request-detail-section--compact{padding-bottom:12px}.request-detail-side{display:block}.request-detail-section-title{margin:0;font-size:12px;font-weight:600;line-height:1.3;text-transform:uppercase;letter-spacing:.04em;color:#5c5c5c}.request-detail-card{display:block;width:100%;background:#fff;border-radius:24px;padding:16px;border:1px solid #f5f5f5;box-shadow:none}.request-detail-card--link{display:flex;align-items:center;justify-content:space-between;text-decoration:none;color:inherit}.request-detail-card-label{display:block;font-size:12px;font-weight:600;line-height:1.3;text-transform:uppercase;letter-spacing:.04em;color:#8a8a8a}.request-detail-card-value{display:block;margin-top:4px;font-size:18px;font-weight:600;line-height:1.25;color:#000}.request-detail-card-note{display:block;margin:6px 0 0;font-size:14px;font-weight:400;line-height:1.4;color:#5c5c5c}.request-detail-note-input{width:100%;margin-top:8px;border:1px solid #efefef;border-radius:8px;background:#fff;padding:10px 12px;font:400 14px/1.4 Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#000;resize:vertical;min-height:84px}.request-detail-note-save{margin-top:8px;border:0;border-radius:8px;background:#e85d2a;color:#fff;padding:10px 12px;font:500 14px/1.2 Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;cursor:pointer}.request-detail-note-save:disabled{opacity:.5;cursor:not-allowed}.request-detail-actions{display:grid;gap:12px;width:100%;padding:0 16px}.request-detail-btn{border:0;width:100%;border-radius:8px;padding:12px 16px;font-size:16px;font-weight:500;line-height:1.2;cursor:pointer}.request-detail-btn--primary{background:#e85d2a;color:#fff}.request-detail-btn--secondary{background:#fff;color:#000;border:1px solid #efefef}.request-detail-btn:disabled{opacity:.5;cursor:not-allowed}.request-detail-empty{margin:0;color:#66778a}@media(min-width:901px){.app-layout-customers.app-layout-requests{padding-left:24px;padding-right:24px;padding-top:12px}.requests-page{max-width:980px;margin:0 auto;border-radius:24px;overflow:hidden;box-shadow:0 4px 20px #0000000f}.requests-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:12px 16px;background:var(--color-bg-page)}.requests-item{border:1px solid #efefef;border-radius:12px;background:#fff}.request-detail-page{max-width:980px;margin:0 auto;border-radius:24px;overflow:hidden;box-shadow:0 4px 20px #0000000f}.request-detail-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.8fr);gap:0;align-items:start}.request-detail-section{padding:24px}.request-detail-side{position:sticky;top:12px}.request-detail-section--compact{padding-left:0;padding-right:24px}.request-detail-actions{padding:0 24px 24px 0}}@media(min-width:1300px){.requests-page,.request-detail-page{max-width:1100px}}.crm-nav{display:none}.calendar-page{max-width:none;margin-inline:0}.calendar-page-stack{max-width:100%;display:grid;gap:16px}.calendar-page-wide{max-width:100%;display:grid;gap:16px;padding:16px 0 24px}.calendar-header{min-height:0;gap:16px}.calendar-header-calendar-btn{width:44px;height:44px;border-radius:8px;border:none;background:#fff;box-shadow:0 4px 20px #0000000f}.calendar-tabs{margin-top:16px}.calendar-tabs-pulse{animation:none;box-shadow:none}.calendar-list,.calendar-day-appointments,.calendar-slot-group{display:grid;gap:16px}.calendar-slot-heading{margin:0;text-align:center;text-transform:uppercase;font-size:12px;font-weight:700;line-height:1.4;letter-spacing:.04em;color:#8a8a8a}.calendar-slot-group+.calendar-slot-group .calendar-slot-heading{margin-top:8px}.calendar-page--timeline .calendar-card{padding:16px;gap:12px;border-radius:0 16px 16px 0;border:0;border-left:2px solid #578cd7;background:#fff;box-shadow:0 4px 20px #0000000f}.calendar-page--timeline .calendar-card--accent-orange{border-left-color:#ff9d66}.calendar-new-badge{padding:4px 8px;border-radius:4px;background:#cde9c2;color:#2d4a26;font-size:12px}.calendar-new-badge-walkin{background:#bde3f2;color:#1e3a4a}.calendar-client-name{margin:0 0 4px;text-decoration:none}.calendar-request-link{text-decoration:none}.calendar-card-top{display:flex;gap:16px;align-items:flex-start;min-height:50px}.calendar-avatar{width:48px;height:48px}.calendar-card-main{padding:0;display:flex;flex-direction:column;gap:4px;min-width:0}.calendar-meta{margin:0;line-height:24px;font-weight:400}.calendar-wa-btn{align-self:center;padding:8px 16px;border-radius:8px;background:#25d366}.calendar-page--timeline{display:flex;flex-direction:column;min-height:0;flex:1 1 auto;max-height:100dvh;overflow:hidden;padding:0 0 max(4px,env(safe-area-inset-bottom,0px))}.calendar-page-stack--timeline{flex:1 1 auto;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr);gap:16px}.calendar-scroll{position:relative;overflow-y:auto;min-height:0;padding:12px 0 calc(88px + env(safe-area-inset-bottom,0px));display:flex;flex-direction:column;gap:16px;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;touch-action:pan-y}.calendar-day-section{display:flex;flex-direction:column;gap:16px}.calendar-day-label{margin:0;text-align:center;color:#8a8a8a;font-size:14px;line-height:1.4}.calendar-day-empty{margin:0;text-align:center;color:#8a8a8a;font-size:14px}.calendar-birthday-card{background-color:#d5e2f5;border-radius:20px;box-shadow:0 4px 20px #0000000f;padding:16px;display:flex;flex-direction:column;align-items:center;gap:8px}.calendar-birthday-top{width:100%;min-height:50px;display:flex;align-items:center;gap:16px}.calendar-birthday-avatar-wrap{width:48px;height:48px;flex-shrink:0}.calendar-birthday-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.calendar-birthday-avatar-fallback{width:48px;height:48px;border-radius:50%}.calendar-birthday-text{margin:0;color:#171717;font-size:16px;font-weight:500;line-height:1.2}.calendar-birthday-btn{min-height:40px;border:0;border-radius:12px;background:#252525;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;font-family:inherit;font-size:16px;font-weight:500;line-height:1.2;cursor:pointer}.calendar-birthday-btn:disabled{opacity:.45;cursor:not-allowed}.crm-contact-root--calendar-card .crm-contact-launcher.calendar-birthday-btn,.crm-contact-root--calendar-birthday .crm-contact-launcher.calendar-birthday-btn,.crm-contact-actions-row--calendar .crm-call-btn--calendar{width:100%}.calendar-range-sentinel{height:1px;width:100%;pointer-events:none;flex-shrink:0}.calendar-jump-today{position:fixed;left:50%;transform:translate(-50%);z-index:120;width:48px;height:48px;border-radius:50%;border:none;background:#fff;box-shadow:0 4px 20px #0000001f;color:#171717;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-tap-highlight-color:transparent}.calendar-jump-today--down,.calendar-jump-today--up{bottom:calc(76px + env(safe-area-inset-bottom,0px))}.calendar-today-anchor{height:1px;width:100%;flex-shrink:0;margin:0;padding:0;overflow:hidden;pointer-events:none;visibility:hidden}.calendar-timeline-edge-loading{margin:4px 0 8px;display:flex;align-items:center;justify-content:center;gap:8px}.calendar-skeleton{display:flex;flex-direction:column;gap:16px}.calendar-day-label-skeleton,.calendar-card-skeleton__avatar,.calendar-card-skeleton__badge,.calendar-card-skeleton__line,.calendar-card-skeleton__cta,.calendar-timeline-edge-loading__line{position:relative;overflow:hidden;background:#ececec}.calendar-day-label-skeleton:after,.calendar-card-skeleton__avatar:after,.calendar-card-skeleton__badge:after,.calendar-card-skeleton__line:after,.calendar-card-skeleton__cta:after,.calendar-timeline-edge-loading__line:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,#ececec00,#ffffffc2,#ececec00);animation:calendar-skeleton-shimmer 1.2s ease-in-out infinite}.calendar-day-label-skeleton{width:84px;height:18px;border-radius:999px;align-self:center}.calendar-card-skeleton{pointer-events:none}.calendar-card-skeleton__badge{width:108px;height:24px;border-radius:999px}.calendar-card-skeleton__avatar{width:48px;height:48px;border-radius:50%;flex-shrink:0}.calendar-card-skeleton__line{height:14px;border-radius:8px}.calendar-card-skeleton__line--name{width:min(58%,196px)}.calendar-card-skeleton__line--meta{width:min(78%,260px)}.calendar-card-skeleton__cta{width:100%;height:40px;border-radius:12px}.calendar-timeline-edge-loading__line{width:120px;height:10px;border-radius:999px}.calendar-timeline-edge-loading__line--short{width:78px}@keyframes calendar-skeleton-shimmer{to{transform:translate(100%)}}@media(prefers-reduced-motion:reduce){.calendar-day-label-skeleton:after,.calendar-card-skeleton__avatar:after,.calendar-card-skeleton__badge:after,.calendar-card-skeleton__line:after,.calendar-card-skeleton__cta:after,.calendar-timeline-edge-loading__line:after{animation:none;opacity:0}}@media(min-width:901px){.calendar-page{padding-inline:0}.calendar-page-stack{padding-top:28px}}@media(max-width:900px){*{scrollbar-width:none;-ms-overflow-style:none}*::-webkit-scrollbar{width:0;height:0;display:none}}.customers-page{display:grid;grid-template-rows:auto auto minmax(0,1fr);gap:16px;background:var(--color-bg-page);height:115dvh;min-height:0;overflow:hidden}.customers-appbar{display:flex;align-items:center;justify-content:space-between}.customers-appbar-btn{width:40px;height:40px;border:1px solid var(--e13-border);border-radius:8px;display:inline-flex;align-items:center;justify-content:center;color:#171717;background:#fff;box-shadow:0 4px 20px #0000000f}.customers-appbar-icon{width:16px;height:16px}.customers-header{display:flex;align-items:center}.customers-title{margin:0;font-family:Inter,system-ui,sans-serif;font-size:30px;font-weight:500;line-height:1.2;color:#171717}.customers-error{margin:0}.customers-list{display:grid;gap:16px}.customers-scroll-area{min-height:0;overflow-y:auto;overflow-x:hidden;display:grid;align-content:start;gap:16px;padding-bottom:calc(124px + env(safe-area-inset-bottom,0px))}.customers-card{background:#fff;border-radius:20px;padding:16px;box-shadow:0 4px 20px #0000000f;display:flex;flex-direction:column;gap:16px}.customers-card-top{display:flex;align-items:flex-start;gap:16px}.customers-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.customers-avatar-fallback{width:48px;height:48px;border-radius:50%;background:#f5f5f5}.customers-card-main{min-width:0;flex:1;display:grid;gap:4px}.customers-card-head{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.customers-name{margin:0;font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:500;line-height:1.2;color:#171717;min-width:0;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customers-meta{margin:0;font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:400;color:#171717}.customers-badges-row{display:flex;gap:8px;flex-wrap:wrap}.customers-pill{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:4px;font-family:Inter,system-ui,sans-serif;font-size:12px;font-weight:500;line-height:1.2}.customers-pill-icon{width:16px;height:16px}.customers-pill-icon-img{width:16px;height:16px;display:block;flex-shrink:0}.customers-pill-overdue-4{background:#fee5d6;color:#eb461a}.customers-pill-overdue-2{background:#fef6d6;color:#eb9f1a}.customers-pill-mirron{background:#e7e6f2;color:#6c64de}.customers-pill-birthday{background:#bde3f2;color:#1e3a4a}.customers-wa-btn{align-self:stretch;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:8px;background:#25d366;color:#fff;text-decoration:none;font-size:16px;font-weight:500;padding:8px 16px;cursor:pointer;width:100%}.customers-wa-btn-disabled{opacity:.45;cursor:not-allowed}.customers-wa-icon{width:18px;height:18px}.customers-empty{background:#fff;border-radius:20px;padding:20px 16px;text-align:center;box-shadow:0 4px 20px #0000000f}.customers-empty-icon{width:48px;height:48px;margin:0 auto 12px;border-radius:50%;background:#f5f5f5;display:inline-flex;align-items:center;justify-content:center}.customers-empty-icon-svg{width:20px;height:20px}.customers-empty-title{margin:0;font-size:20px;font-weight:600}.customers-empty-desc{margin:8px 0 16px;color:#5c5c5c}.customers-empty-btn{border:0;background:#e85d2a;color:#fff;border-radius:8px;padding:10px 14px}.customers-fab{position:fixed;right:16px;bottom:calc(88px + env(safe-area-inset-bottom,0px));width:56px;height:56px;border-radius:28px;border:0;background:#e85d2a;color:#fff;font-size:28px;line-height:1;box-shadow:0 4px 20px #0000000f;z-index:30}.customers-sidebar-shell{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200}.customers-sidebar-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#00000059;opacity:0;transition:opacity .32s ease}.customers-sidebar{position:absolute;left:0;top:0;width:315px;max-width:88vw;height:100%;background:#171717;color:#fff;padding:28px 20px;border-radius:0 28px 28px 0;display:flex;flex-direction:column;transform:translate(-105%);transition:transform .36s cubic-bezier(.16,1,.3,1)}.customers-sidebar-shell.is-open .customers-sidebar-backdrop{opacity:1}.customers-sidebar-shell.is-open .customers-sidebar{transform:translate(0)}.customers-sidebar.customers-sidebar--rail{position:relative;left:auto;top:auto;width:100%;max-width:none;height:auto;min-height:min(calc(100vh - 40px),920px);transform:none;border-radius:20px;box-shadow:0 8px 32px #0000002e}.customers-sidebar-head{display:flex;align-items:center;justify-content:space-between}.customers-sidebar-brand{letter-spacing:.06em;font-weight:700;color:#e85d2a;line-height:1}.customers-sidebar-close{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;border:0;color:#171717;background:#f3f3f3;padding:0}.customers-sidebar-nav{margin-top:36px;display:grid;gap:8px;flex:1;align-content:start}.customers-sidebar-link{display:flex;align-items:center;gap:12px;color:#8a8a8a;text-decoration:none;border-radius:999px;min-height:48px;padding:4px 16px 4px 4px;font-size:16px;font-weight:400;line-height:1.4}.customers-sidebar-link-icon{width:16px;height:16px}.customers-sidebar-link-icon-wrap{width:40px;height:40px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#5c5c5c;flex-shrink:0}.customers-sidebar-link-active{background:#fff;color:#171717}.customers-sidebar-link-active .customers-sidebar-link-icon-wrap{width:32px;height:32px;background:#e85d2a;color:#fff}.customers-sidebar-footer{margin-top:12px}.customers-sidebar-link-logout{width:100%;border:0;background:transparent;text-align:left;cursor:pointer}.customers-sidebar-link-logout .customers-sidebar-link-icon-wrap{color:#fa6d4e}.customers-sidebar-confirm-wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;display:flex;align-items:center;justify-content:center;padding:16px}.customers-sidebar-confirm-wrap--modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:260;background:transparent}.customers-sidebar-confirm-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#00000080}.customers-sidebar-confirm-card{position:relative;z-index:1;width:min(100%,280px);background:#fff;color:#171717;border-radius:20px;border:1px solid #efefef;box-shadow:0 12px 32px #0003;padding:20px}.customers-sidebar-confirm-title{margin:0;font-size:20px;font-weight:600;line-height:1.2}.customers-sidebar-confirm-text{margin:8px 0 0;color:#5c5c5c;font-size:14px;line-height:1.45}.customers-sidebar-confirm-actions{margin-top:16px;display:flex;justify-content:flex-end;gap:10px}.customers-sidebar-confirm-cancel,.customers-sidebar-confirm-submit{min-height:40px;border-radius:10px;padding:8px 14px;font-size:14px;font-weight:500;line-height:1}.customers-sidebar-confirm-cancel{border:1px solid #dadbe7;background:#fff;color:#171717}.customers-sidebar-confirm-submit{border:1px solid #171717;background:#171717;color:#fff}.customers-filters-shell{position:fixed;top:0;right:0;bottom:0;left:0;z-index:210;background:var(--color-bg-page);display:block}.customers-filters-panel{width:min(100%,393px);height:100%;margin:0 auto;background:var(--color-bg-page);display:flex;flex-direction:column;overflow:hidden}.customers-filters-panel .e13-customers-filters{flex:1 1 auto;min-height:0;width:100%;display:flex;flex-direction:column}.e13-customers-filters__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;width:100%;box-sizing:border-box;flex-shrink:0}.e13-customers-filters__title{margin:0;font-size:44px;font-weight:700;line-height:1.2;color:#1c1c1c}.e13-customers-filters__close{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:12px;border:1px solid #bebebe;border-radius:8px;background:#fff;box-shadow:0 4px 20px #0000000f;color:#1c1c1c;cursor:pointer;flex-shrink:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.e13-customers-filters__close img{display:block;width:16px;height:16px}.e13-customers-filters__close:focus-visible{outline:2px solid #252525;outline-offset:2px}.e13-customers-filters__scroll{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:16px;padding:0 16px;width:100%;box-sizing:border-box}.e13-customers-filters__section{display:flex;flex-direction:column;gap:8px;width:100%}.e13-customers-filters__section-title{margin:0;font-size:28px;font-weight:500;line-height:1.3;color:#1c1c1c}.e13-customers-filters__options{display:flex;flex-direction:column;gap:8px;width:100%}.e13-customers-filters__check-option,.e13-customers-filters__radio-option{display:flex;align-items:center;gap:8px;min-height:44px;padding:0 8px;border-radius:8px;width:100%;box-sizing:border-box;cursor:pointer;position:relative}.e13-customers-filters__check-input,.e13-customers-filters__radio-input{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}.e13-customers-filters__check-ui{width:16px;height:16px;border:2px solid #8a8a8a;border-radius:2px;box-sizing:border-box;position:relative;flex-shrink:0;background:#fff}.e13-customers-filters__check-input:checked+.e13-customers-filters__check-ui{border-color:#e85d2a;background:#e85d2a}.e13-customers-filters__check-input:checked+.e13-customers-filters__check-ui:after{content:"";position:absolute;left:4px;top:0;width:4px;height:8px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg)}.e13-customers-filters__radio-ui{width:16px;height:16px;border:2px solid #8a8a8a;border-radius:50%;box-sizing:border-box;position:relative;flex-shrink:0;background:#fff}.e13-customers-filters__radio-input:checked+.e13-customers-filters__radio-ui{border-color:#e85d2a}.e13-customers-filters__radio-input:checked+.e13-customers-filters__radio-ui:after{content:"";position:absolute;left:3px;top:3px;width:6px;height:6px;border-radius:50%;background:#e85d2a}.e13-customers-filters__option-text{flex:1 1 auto;min-width:0;font-size:24px;font-weight:400;line-height:1.4;color:#1c1c1c}.e13-customers-filters__option-text--large{font-size:24px}.e13-customers-filters__footer{display:flex;flex-direction:column;gap:24px;padding:16px 0 calc(16px + env(safe-area-inset-bottom,0px));width:100%;box-sizing:border-box;background:var(--color-bg-page)}.e13-customers-filters__apply{display:flex;align-items:center;justify-content:center;width:100%;min-height:52px;padding:12px 16px;border:0;border-radius:16px;background:#1c2938;color:#fff;font-family:inherit;font-size:16px;font-weight:600;line-height:1.2;cursor:pointer;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.e13-customers-filters__apply:focus-visible{outline:2px solid #252525;outline-offset:2px}.e13-customers-filters__cancel{display:flex;align-items:center;justify-content:center;width:100%;min-height:20px;padding:0;border:0;background:transparent;color:#eb461a;font-family:inherit;font-size:16px;font-weight:600;line-height:1.2;cursor:pointer;-webkit-tap-highlight-color:transparent}.e13-customers-filters__cancel:focus-visible{outline:2px solid #252525;outline-offset:2px}.customers-reminder-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:130;display:flex;justify-content:center;align-items:flex-end}.customers-reminder-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#0006}.customers-reminder-panel{position:relative;width:min(100%,393px);background:#fff;border-radius:24px 24px 0 0;padding:24px;display:grid;gap:16px}.customers-reminder-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.customers-reminder-title{margin:0;font-size:20px;font-weight:600;color:#171717}.customers-reminder-to{margin:4px 0 0;color:#8a8a8a;font-size:14px}.customers-reminder-close{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:8px;background:#e0e0e0;padding:0}.customers-close-icon{width:16px;height:16px;display:block;filter:brightness(0) saturate(100%)}.customers-reminder-preview{position:relative;background:#f5f5f5;border-radius:16px;padding:16px 16px 28px}.customers-reminder-preview p{margin:0;font-size:16px;line-height:1.45}.customers-reminder-textarea{width:100%;min-height:150px;border:1px solid #ddd;border-radius:8px;font:inherit;resize:vertical;padding:10px}.customers-reminder-count{position:absolute;right:12px;bottom:8px;font-size:12px;color:#8a8a8a}.customers-reminder-actions{display:flex;gap:12px}.customers-reminder-edit,.customers-reminder-send{flex:1;border-radius:12px;padding:14px;text-align:center;font-size:16px;font-weight:500;text-decoration:none;border:0}.customers-reminder-edit{background:#e0e0e0;color:#171717}.customers-reminder-send{background:#25d366;color:#fff}.customers-snackbar{position:fixed;left:16px;right:16px;bottom:calc(88px + env(safe-area-inset-bottom,0px));z-index:90;background:#1a1a1a;color:#fff;border-radius:12px;padding:12px 20px;font-size:14px;font-weight:500;opacity:0;transform:translateY(80px);pointer-events:none;transition:transform .3s ease,opacity .3s ease}.customers-snackbar-visible{opacity:1;transform:translateY(0)}.customers-snackbar.customers-snackbar--top{bottom:auto;top:calc(82px + env(safe-area-inset-top,0px));z-index:100}.customers-snackbar.customers-snackbar--top:not(.customers-snackbar-visible){transform:translateY(-80px)}.customers-snackbar--error{background:linear-gradient(145deg,#422020,#2a1515 55%,#231010);color:#fff7f7;border:1px solid rgba(255,120,120,.28);box-shadow:0 4px 16px #00000059,inset 0 1px #ffffff0f}.customers-infinite-sentinel{width:100%;height:1px}.customers-infinite-loading,.customers-infinite-done{margin:0;text-align:center;font-size:13px;color:#8a8a8a}.app-frame-customers .customers-card{background:#fff;border-radius:20px;padding:16px;box-shadow:0 4px 20px #0000000f;display:flex;flex-direction:column;gap:16px}.app-frame-customers .customers-card-top{display:flex;align-items:flex-start;gap:16px}.app-frame-customers .customers-avatar-wrap{flex-shrink:0}.app-frame-customers .customers-avatar,.app-frame-customers .customers-avatar-fallback{width:48px;height:48px;border-radius:50%}.app-frame-customers .customers-card-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.app-frame-customers .customers-card-head{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:10px;width:100%}.app-frame-customers .customers-name{margin:0;flex:1 1 auto;min-width:0;font-size:16px;font-weight:500;line-height:1.2;color:#171717}.app-frame-customers .customers-meta{margin:0;width:100%;text-align:left;font-size:16px;font-weight:400;line-height:24px;color:#171717}.app-frame-customers .customers-badges-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px;width:100%;margin-top:4px}.app-frame-customers .customers-wa-btn{align-self:center;width:auto;min-width:172px;border-radius:8px;padding:8px 16px;background:#25d366}.screen-header{display:grid;gap:16px;min-height:0}.screen-header__toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.screen-header__text{min-width:0}.screen-header__title{margin:0}.screen-header__subtitle{margin:4px 0 0}.figma-header-toolbar,.calendar-header-toolbar,.analytics-header-toolbar,.orders-header-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.customers-card-link{display:block;text-decoration:none;color:inherit}.customers-card-link:focus-visible{outline:2px solid #e85d2a;outline-offset:2px;border-radius:20px}.client-profile-page{--e13-navy: #252525;--e13-text-primary: #1c1c1c;background:var(--color-bg-page);color:var(--e13-navy);display:flex;flex-direction:column;flex:1 1 auto;min-height:0;width:100%;font-family:Inter,system-ui,-apple-system,sans-serif}.client-profile-page .auth-flow-topbar{gap:0;padding-bottom:16px}.client-profile-page__centered-error{padding:24px 16px}.client-profile-page.e13-profile{flex:1 1 auto;min-height:0}.client-profile-loading{flex:1 1 auto;min-height:0;overflow:hidden;padding:16px;display:flex;flex-direction:column;gap:16px}.client-profile-loading__hero{display:flex;flex-direction:column;align-items:center;gap:12px}.client-profile-loading__avatar{width:128px;height:128px;border-radius:50%;background:linear-gradient(90deg,#d4d4d8 25%,#e8e8ec 37%,#d4d4d8 63%);background-size:400% 100%;animation:client-profile-shimmer 1.2s ease-in-out infinite}.client-profile-loading__line{height:16px;border-radius:8px;background:#cfcfcf;animation:client-profile-shimmer 1.2s ease-in-out infinite}.client-profile-loading__line--title{width:60%;max-width:200px;height:28px}.client-profile-loading__stats{display:flex;gap:10px;width:100%}.client-profile-loading__stat{flex:1;height:48px;border-radius:12px;background:#cfcfcf;animation:client-profile-shimmer 1.2s ease-in-out infinite}.client-profile-loading__tabs{display:flex;gap:8px}.client-profile-loading__tab{flex:1;height:52px;border-radius:28px;background:#cfcfcf;animation:client-profile-shimmer 1.2s ease-in-out infinite}.client-profile-loading__card{height:120px;border-radius:16px;background:#c5c5c5;animation:client-profile-shimmer 1.2s ease-in-out infinite}.client-profile-loading__card--short{height:72px}@keyframes client-profile-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media(prefers-reduced-motion:reduce){.client-profile-loading__avatar,.client-profile-loading__line,.client-profile-loading__stat,.client-profile-loading__tab,.client-profile-loading__card{animation:none}}.e13-profile__scroll{flex:1 1 auto;min-height:0;overflow-y:auto;width:100%;box-sizing:border-box}.e13-profile__hero{display:flex;flex-direction:column;align-items:center;gap:8px;padding:8px 16px;width:100%;box-sizing:border-box}.e13-profile__avatar-wrap{position:relative;width:128px;height:128px;flex-shrink:0}.e13-profile__avatar{width:128px;height:128px;border-radius:50%;object-fit:cover;background:linear-gradient(135deg,#d4d4d8,#a1a1aa);box-sizing:border-box}.e13-profile__avatar-edit{position:absolute;right:0;bottom:0;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:12px;border:1px solid #bebebe;border-radius:8px;background:#fff;box-shadow:0 4px 20px #0000000f;cursor:pointer;box-sizing:border-box;-webkit-tap-highlight-color:transparent;text-decoration:none}.e13-profile__avatar-edit:focus-visible{outline:2px solid #252525;outline-offset:2px}.e13-profile__name-block{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%}.e13-profile__name{margin:0;font-size:24px;font-weight:700;line-height:32px;letter-spacing:.0703px;color:#1c1c1c;text-align:center}.e13-profile__stats{display:flex;flex-direction:row;align-items:flex-start;gap:10px;width:100%;box-sizing:border-box}.e13-profile__stat{flex:1 1 0;display:flex;flex-direction:column;align-items:center;gap:4px;min-width:0}.e13-profile__stat-value{margin:0;width:100%;font-size:24px;font-weight:700;line-height:33.6px;letter-spacing:-.48px;text-align:center;color:#000}.e13-profile__stat-label{margin:0;width:100%;font-size:12px;font-weight:500;line-height:16.8px;text-align:center;color:#5c5c5c}.e13-profile__tabs{display:flex;flex-direction:row;align-items:center;justify-content:center;min-height:83px;padding:16px;width:100%;box-sizing:border-box;gap:0}.e13-profile__tab{flex:1 1 0;display:flex;align-items:center;justify-content:center;min-width:0;margin:0;padding:15.5px 16px 15.69px;border:0;border-radius:28px;background:transparent;font-family:inherit;font-size:16px;font-weight:500;line-height:19.2px;color:#7d7d7d;cursor:pointer;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.e13-profile__tab--active{background:#fff;font-weight:700;color:#1c1c1c;box-shadow:0 4px 20px #0000000f}.e13-profile__tab:focus-visible{outline:2px solid #252525;outline-offset:2px}.e13-profile__pill-tabs{min-height:83px;width:100%;box-sizing:border-box}.e13-profile__panels{display:flex;flex-direction:column;gap:16px;padding:16px 16px 24px;width:100%;box-sizing:border-box}.e13-profile__panel{display:none;flex-direction:column;gap:16px;width:100%;min-width:0}.e13-profile__panel--active{display:flex}.e13-profile .e13-booking__notes.e13-profile__notes{max-width:none;width:100%;align-self:stretch}.e13-booking__badge-mirron{display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;flex-shrink:0;padding:6px 8px;border-radius:4px;background:#6c64de;color:#fff}.e13-booking__badge-mirron-icon{display:inline-flex;width:16px;height:16px;flex-shrink:0}.e13-booking__badge-mirron-text{font-size:12px;font-weight:400;line-height:1.3;width:fit-content;vertical-align:middle;white-space:nowrap}.e13-booking__icon-round{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;padding:12px;border:1px solid #bebebe;border-radius:28px;background:#fff9;box-shadow:0 4px 20px #0000000f;cursor:pointer;box-sizing:border-box;-webkit-tap-highlight-color:transparent;color:#1c1c1c}.e13-booking__icon-round img{display:block}.e13-booking__icon-round:focus-visible{outline:2px solid #252525;outline-offset:2px}.e13-booking__notes{width:100%;max-width:361px;align-self:center;border:1px solid #bebebe;border-radius:16px;background:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000001a;box-sizing:border-box}.e13-booking__notes-inner{display:flex;flex-direction:column;align-items:stretch;gap:12px;padding:16px;width:100%;box-sizing:border-box}.e13-booking__notes-title{margin:0;font-size:18px;font-weight:700;line-height:28px;letter-spacing:-.4395px;color:#1c1c1c}.e13-booking__notes-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;width:100%;margin-top:0}.e13-booking__notes-placeholder{margin:0;flex:1 1 0;min-width:0;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.3125px;color:#7d7d7d}.e13-booking__notes-placeholder--filled{color:#1c1c1c}.e13-booking__fab{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:44px;height:44px;padding:12px;border:0;border-radius:28px;background:#252525;color:#fff;box-shadow:0 4px 20px #0000000f;cursor:pointer;box-sizing:border-box;-webkit-tap-highlight-color:transparent;text-decoration:none}.e13-booking__fab:focus-visible{outline:2px solid #252525;outline-offset:2px}button.e13-booking__fab,button.e13-booking__icon-round{font:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}.e13-booking__detail-row{display:flex;flex-direction:row;align-items:center;gap:16px;height:fit-content;padding:8.556px 16px 8px;border-top:1px solid #dedede;width:100%;box-sizing:border-box}.e13-booking__row-icon{flex-shrink:0;display:block}.e13-booking__detail-copy{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:0}.e13-booking__detail-label{margin:0;font-size:14px;font-weight:400;line-height:1.4;color:#7d7d7d}.e13-booking__detail-value{margin:0;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.3125px;color:#1c1c1c}.e13-booking__detail-copy--single{flex:1 1 0;min-width:0;justify-content:center;min-height:24px}.e13-booking__wa{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;width:100%;min-height:52px;padding:8px 16px;border-radius:16px;background:#24ae41;color:#fff;font-size:16px;font-weight:600;line-height:1.2;text-decoration:none;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.e13-booking__wa:focus-visible{outline:2px solid #252525;outline-offset:2px}.e13-booking__wa img{flex-shrink:0}.e13-booking__wa--disabled{opacity:.45;pointer-events:none;cursor:not-allowed}.crm-contact-root{display:flex;flex-direction:column;align-items:stretch;width:100%;box-sizing:border-box}.crm-contact-root--calendar-card,.crm-contact-root--calendar-birthday{width:fit-content;align-self:center}.crm-contact-actions-row{display:flex;flex-direction:row;align-items:stretch;gap:12px;width:100%}.crm-contact-actions-row--calendar{justify-content:center;align-self:center}.crm-contact-actions-row--profile,.crm-contact-actions-row--booking-detail{flex-direction:row;gap:8px}.crm-contact-actions-row--profile .crm-contact-root,.crm-contact-actions-row--profile .crm-call-root--profile,.crm-contact-actions-row--booking-detail .crm-contact-root,.crm-contact-actions-row--booking-detail .crm-call-root--booking-detail{flex:1;min-width:0;align-items:stretch}.crm-contact-actions-row--profile .crm-contact-launcher,.crm-contact-actions-row--profile .crm-call-btn--profile,.crm-contact-actions-row--booking-detail .crm-contact-launcher,.crm-contact-actions-row--booking-detail .crm-call-btn--booking-detail{min-height:60px;height:100%;padding:16px;font-size:16px;font-weight:600;line-height:28px;letter-spacing:-.4492px;border-radius:16px;box-sizing:border-box}.crm-contact-actions-row--booking-detail .crm-call-btn--booking-detail,.crm-contact-actions-row--profile .crm-call-btn--profile{border:none;box-shadow:none}.crm-contact-actions-row--calendar .crm-contact-root--calendar-card,.crm-contact-actions-row--calendar .crm-contact-root--calendar-birthday,.crm-contact-actions-row--calendar .crm-call-root--calendar-card,.crm-contact-actions-row--calendar .crm-call-root--calendar-birthday{flex:1;width:auto;min-width:0;max-width:none}.crm-call-root{display:flex;flex-direction:column;align-items:stretch;width:100%;box-sizing:border-box}.crm-call-btn{display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;width:100%;min-height:52px;padding:8px 16px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:linear-gradient(145deg,#1e3a5f,#0f2744 48%,#0a1929);color:#fff;font-family:inherit;font-size:16px;font-weight:600;line-height:1.2;text-decoration:none;box-sizing:border-box;box-shadow:0 4px 16px #0f274459;-webkit-tap-highlight-color:transparent}.crm-call-btn:focus-visible{outline:2px solid #252525;outline-offset:2px}.crm-call-btn__icon{flex-shrink:0;display:block;filter:brightness(0) invert(1)}.crm-call-btn--customers-card,.crm-call-btn--calendar{min-height:40px;border-radius:12px;font-weight:500}.crm-call-btn--profile,.crm-call-btn--booking-detail{min-height:60px;border-radius:16px;font-weight:600;line-height:28px;letter-spacing:-.4492px;width:100%}.crm-call-root--customers-card{align-items:center}.crm-call-root--customers-card .crm-call-btn{width:auto;max-width:100%;min-width:0}.crm-contact-root .e13-booking__wa,.crm-contact-root .crm-contact-btn,.crm-contact-root .crm-contact-launcher{width:100%}.crm-contact-btn{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;width:100%;min-height:52px;padding:8px 16px;border:none;border-radius:16px;font-family:inherit;font-size:16px;font-weight:600;line-height:1.2;text-decoration:none;color:#fff;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.crm-contact-btn:focus-visible{outline:2px solid #252525;outline-offset:2px}.crm-contact-btn--instagram{background:linear-gradient(118deg,#f58529,#dd2a7b 42%,#8134af 78%,#515bd4);box-shadow:0 4px 14px #dd2a7b59}.crm-contact-btn--phone{background:linear-gradient(145deg,#1e3a5f,#0f2744 48%,#0a1929);border:1px solid rgba(255,255,255,.12);box-shadow:0 4px 16px #0f274459}.crm-contact-btn__glyph{flex-shrink:0;display:block;filter:brightness(0) invert(1)}.crm-contact-launcher{display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;width:100%;min-height:52px;padding:8px 16px;border:none;border-radius:16px;background:#252525;color:#fff;font-family:inherit;font-size:16px;font-weight:600;line-height:1.2;cursor:pointer;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.crm-contact-launcher:focus-visible{outline:2px solid #252525;outline-offset:2px}.crm-contact-launcher.calendar-birthday-btn{min-height:40px;border-radius:12px;background:#252525;color:#fff;font-weight:500;font-size:16px;justify-content:center;gap:8px;padding:8px 16px}.crm-contact-launcher.calendar-birthday-btn:hover{background:#333}.crm-contact-launcher:disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.crm-contact-launcher__bubble{flex-shrink:0;display:block;opacity:.95}.crm-contact-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;flex-direction:column;justify-content:flex-end;align-items:stretch;padding:0;margin:0;border:none;background:transparent;pointer-events:none}.crm-contact-overlay__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;margin:0;padding:0;border:none;background:#0f172a7a;cursor:pointer;pointer-events:auto}.crm-contact-sheet{position:relative;z-index:1;width:100%;max-width:100%;padding:20px 16px calc(20px + env(safe-area-inset-bottom,0));border-radius:20px 20px 0 0;background:#fff;box-shadow:0 -12px 40px #0f172a2e;box-sizing:border-box;pointer-events:auto;animation:crm-contact-sheet-in .22s ease-out}@keyframes crm-contact-sheet-in{0%{transform:translateY(12px);opacity:.85}to{transform:translateY(0);opacity:1}}.crm-contact-sheet__title{margin:0 0 16px;font-size:17px;font-weight:600;line-height:1.25;letter-spacing:-.3px;text-align:center;color:#171717}.crm-contact-sheet__list{display:flex;flex-direction:column;gap:10px;width:100%}.crm-contact-sheet__row{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;width:100%;min-height:52px;padding:8px 16px;border:none;border-radius:16px;font-family:inherit;font-size:16px;font-weight:600;line-height:1.2;text-decoration:none;color:#fff;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.crm-contact-sheet__row:focus-visible{outline:2px solid #252525;outline-offset:2px}.crm-contact-sheet__row--whatsapp{background:#24ae41}.crm-contact-sheet__row--instagram{background:linear-gradient(118deg,#f58529,#dd2a7b 42%,#8134af 78%,#515bd4);box-shadow:0 3px 12px #dd2a7b47}.crm-contact-sheet__row--phone{background:linear-gradient(145deg,#1e3a5f,#0f2744 48%,#0a1929);border:1px solid rgba(255,255,255,.12)}.crm-contact-sheet__row--disabled{opacity:.42;cursor:not-allowed;pointer-events:none}.crm-contact-sheet__glyph{flex-shrink:0;display:block;filter:brightness(0) invert(1)}.crm-contact-sheet__row--whatsapp .crm-contact-sheet__glyph{filter:none}.crm-contact-sheet__label{flex:0 1 auto}.e13-cal-remind-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1250;display:flex;flex-direction:column;background:#1a1a1a40;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s ease}.e13-cal-remind-overlay--modal{align-items:center;justify-content:center;padding:16px;padding-bottom:max(165px,env(safe-area-inset-bottom,0px));box-sizing:border-box}.e13-cal-remind-overlay.is-open{opacity:1;visibility:visible;pointer-events:auto}.e13-cal-remind-overlay--modal .e13-cal-remind-sheet{position:relative;z-index:1;width:min(393px,calc(100% - 32px));max-width:100%;max-height:min(518px,calc(100dvh - 32px));height:auto;min-height:0;padding:16px;border-radius:24px;background:#fff;box-shadow:0 4px 20px #0000001a;box-sizing:border-box;display:flex;flex-direction:column;gap:16px;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;transform:scale(.96);opacity:0;transition:transform .22s ease,opacity .22s ease}.e13-cal-remind-overlay--modal.is-open .e13-cal-remind-sheet{transform:scale(1);opacity:1}.e13-cal-remind-overlay--modal .e13-cal-remind-home{display:none}.e13-cal-remind-header{display:flex;flex-direction:row;align-items:center;gap:16px;width:100%}.e13-cal-remind-header__text{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:4px;align-items:flex-start}.e13-cal-remind-header__title{margin:0;font-size:24px;font-weight:500;line-height:28.8px;color:#1c1c1c}.e13-cal-remind-header__to{margin:0;font-size:16px;font-weight:400;line-height:1.2;letter-spacing:-.1504px;color:#7d7d7d}.e13-cal-remind-close{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:auto;padding:12px;border:1px solid #bebebe;border-radius:8px;background:#fff;box-shadow:0 4px 20px #0000000f;cursor:pointer;-webkit-tap-highlight-color:transparent}.e13-cal-remind-close:focus-visible{outline:2px solid #252525;outline-offset:2px}.e13-cal-remind-close img{display:block}.e13-cal-remind-field{display:flex;flex-direction:column;gap:8px;width:100%;padding:8px;border-radius:8px;background:#dedede;box-sizing:border-box;min-height:0;flex-shrink:0}.e13-cal-remind-field__textarea{display:block;width:100%;min-height:96px;max-height:min(200px,36dvh);margin:0;padding:4px 4px 0;border:none;border-radius:4px;background:transparent;font-family:inherit;font-size:14px;font-weight:400;line-height:20px;letter-spacing:-.1504px;color:#1c1c1c;resize:vertical;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.e13-cal-remind-field__textarea::placeholder{color:#9d9d9d}.e13-cal-remind-field__textarea:focus{outline:none}.e13-cal-remind-field__meta{display:flex;justify-content:flex-end;width:100%}.e13-cal-remind-field__count{margin:0;font-size:12px;font-weight:400;line-height:16px;color:#9d9d9d}.e13-cal-remind-actions{display:flex;flex-direction:column;gap:16px;align-items:stretch;width:100%}.e13-cal-remind-actions__btn{flex:1 1 0;display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:12px;border-radius:12px;font-family:inherit;font-size:16px;font-weight:500;line-height:24px;cursor:pointer;box-sizing:border-box;border:1px solid #bebebe;-webkit-tap-highlight-color:transparent}.e13-cal-remind-actions__btn--secondary{background:#fff;color:#252525;box-shadow:0 4px 20px #0000000f}.e13-cal-remind-actions__btn:focus-visible{outline:2px solid #252525;outline-offset:2px}.e13-cal-remind-actions__btn--channel{border-color:transparent;color:#fff;font-weight:600;box-shadow:0 4px 20px #0000000f}.e13-cal-remind-actions__btn--channel-whatsapp{background:#24ae41}.e13-cal-remind-actions__btn--channel-instagram{background:linear-gradient(118deg,#f58529,#dd2a7b 42%,#8134af 78%,#515bd4);box-shadow:0 3px 12px #dd2a7b47}.e13-cal-remind-actions__btn--channel-phone{background:linear-gradient(145deg,#1e3a5f,#0f2744 48%,#0a1929);border:1px solid rgba(255,255,255,.12)}.e13-cal-remind-actions__btn--channel-disabled{opacity:.42;cursor:not-allowed;pointer-events:none}.e13-cal-remind-actions__btn-icon{flex-shrink:0;display:block;filter:brightness(0) invert(1)}.e13-cal-remind-actions__btn--channel-whatsapp .e13-cal-remind-actions__btn-icon{filter:none}.e13-cal-remind-actions__btn.crm-contact-send-primary{background:#252525;color:#fff;border-color:transparent;font-weight:600;box-shadow:0 4px 20px #0000001f}.e13-cal-remind-actions__btn.crm-contact-send-primary:hover{background:#333}.crm-contact-method-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1260;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;pointer-events:auto;box-sizing:border-box}.crm-contact-method-layer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;margin:0;padding:0;border:none;background:#1a1a1a73;cursor:pointer;-webkit-tap-highlight-color:transparent}.crm-contact-method-sheet{position:relative;z-index:1;width:100%;max-width:393px;border-radius:24px 24px 0 0;background:#fff;padding:20px 16px max(20px,env(safe-area-inset-bottom,0px));box-shadow:0 -8px 32px #0000002e;box-sizing:border-box;animation:crm-contact-method-sheet-in .28s ease forwards}@keyframes crm-contact-method-sheet-in{0%{transform:translateY(100%);opacity:.85}to{transform:translateY(0);opacity:1}}.crm-contact-method-sheet__title{margin:0 0 12px;font-size:18px;font-weight:600;line-height:1.2;color:#1c1c1c;text-align:center}.crm-contact-method-sheet__actions.e13-cal-remind-actions{width:100%;padding:4px 0 0;box-sizing:border-box}.crm-contact-method-sheet__home{display:flex;flex-direction:column;align-items:center;padding-top:12px}.crm-contact-method-sheet__grab{width:134px;height:5px;border-radius:100px;background:#1c1c1c;opacity:.35}.e13-cal-remind-home{display:flex;flex-direction:column;align-items:center;gap:21px;width:100%;padding:16px 16px 8px;box-sizing:border-box}.e13-cal-remind-home__bar{width:134px;height:5px;border-radius:100px;background:#1c1c1c}@media(prefers-reduced-motion:reduce){.e13-cal-remind-overlay,.e13-cal-remind-overlay--modal .e13-cal-remind-sheet{transition:none}.e13-cal-remind-overlay--modal.is-open .e13-cal-remind-sheet{transform:none;opacity:1}.crm-contact-method-sheet{animation:none;transform:none;opacity:1}}.e13-profile-edit__contact-picks{display:flex;flex-direction:column;gap:10px;width:100%;margin-top:8px}.e13-profile-edit__contact-pick{display:flex;align-items:center;justify-content:center;min-height:52px;padding:12px 16px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;font-family:inherit;font-size:16px;font-weight:500;line-height:1.2;color:#171717;cursor:pointer;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.e13-profile-edit__contact-pick--active{border-color:#1c2938;background:#f4f6f8;font-weight:600}.e13-profile-edit__contact-pick:focus-visible{outline:2px solid #252525;outline-offset:2px}.e13-profile-edit__contact-pick:disabled{opacity:.45;cursor:not-allowed;background:#f8f8f8;color:#9d9d9d}.e13-profile-edit__contact-pick:disabled.e13-profile-edit__contact-pick--active{border-color:#e2e8f0;background:#f8f8f8;font-weight:500}.e13-profile__card{width:100%;border:1px solid #bebebe;border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;box-sizing:border-box}.e13-profile__card-head{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;padding:16px 24px;width:100%;box-sizing:border-box}.e13-profile__card-head--simple{position:relative;min-height:60px;padding:0;justify-content:flex-start}.e13-profile__card-title{margin:0;font-size:18px;font-weight:700;line-height:28px;letter-spacing:-.4395px;color:#1c1c1c}.e13-profile__card-title--abs{position:absolute;left:23.99px;top:16.44px}.e13-profile__rows{width:100%}.e13-profile__gender-row{display:flex;flex-direction:row;align-items:center;gap:16px;min-height:60px;padding:8px 16px;border-top:1px solid #dedede;width:100%;box-sizing:border-box}.e13-profile__gender-label{flex:1 1 0;width:100%;margin:0;min-width:0;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.3125px;color:#1c1c1c}.e13-profile__gender-seg{display:flex;flex-direction:row;flex-shrink:0;align-items:stretch;height:40px;border-radius:8px;overflow:hidden}.e13-profile__gender-opt{display:flex;align-items:center;justify-content:center;padding:8px 12px;border:1px solid #bebebe;margin-right:0;background:#fff;font-family:Poppins,system-ui,sans-serif;font-size:12px;font-weight:500;line-height:normal;color:#7d7d7d;box-sizing:border-box}.e13-profile__gender-opt--active{color:#1c1c1c;font-weight:700;background:#f3f3f5}.e13-profile__gender-opt:first-child{border-radius:8px 0 0 8px}.e13-profile__gender-opt:last-child{border-radius:0 8px 8px 0}button.e13-profile__gender-opt{cursor:pointer;margin:0;-moz-appearance:none;appearance:none;-webkit-appearance:none;text-align:center}button.e13-profile__gender-opt:disabled{cursor:wait;opacity:1}button.e13-profile__gender-opt:focus-visible{outline:2px solid #252525;outline-offset:2px;position:relative;z-index:1}.e13-profile__phone-placeholder{margin:0;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.3125px;color:#7d7d7d}.e13-profile__social-placeholder{margin:0;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.3125px;color:#8a8a8a}.e13-profile__switch-label{margin:0;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.3125px;color:#7d7d7d}.e13-booking__detail-row--switch{min-height:56px;padding-top:8.556px;padding-bottom:8px;background-color:#fff;border-radius:0}.e13-profile__switch{flex-shrink:0;display:flex;flex-direction:row;align-items:flex-start;cursor:pointer;margin:0;padding:0;border:0;background:transparent}.e13-profile__switch-track{display:flex;flex-direction:row;align-items:center;padding:3px 24px 3px 3px;border-radius:24px;background:#dedede;box-sizing:border-box}.e13-profile__switch-knob{display:block;width:18px;height:18px;border-radius:24px;background:#fff;box-shadow:0 3px 6px #00230b33;flex-shrink:0}.e13-profile__switch-track{transition:background-color .2s ease,padding .2s ease}.e13-profile__switch[aria-checked=true] .e13-profile__switch-track{background:#ff5c00;padding:3px 3px 3px 24px}.e13-profile__switch:disabled{opacity:.45;cursor:not-allowed}.e13-profile__switch:disabled .e13-profile__switch-track{background:#dedede;padding:3px 24px 3px 3px}.e13-booking__detail-row--last-visit{flex-wrap:nowrap}.e13-booking__detail-row--last-visit .e13-booking__detail-copy{flex:1 1 0;min-width:0}.e13-booking__detail-row--add-contact{min-height:51px;justify-content:center;gap:10px}.e13-booking__detail-row--social-add{min-height:56px;padding-top:8.556px;padding-bottom:8px;border-top:.556px solid #f3f4f6}.e13-booking__icon-round--solid{border:0;background:#252525;color:#fff}.e13-booking__detail-row--nav{cursor:pointer}.e13-booking__detail-row--nav:focus-visible{outline:2px solid #252525;outline-offset:-2px}.page .e13-customers{position:relative;flex:1 1 auto;min-height:0;width:100%;display:flex;flex-direction:column;background:var(--color-bg-page);--crm-header-sticky-bg: var(--color-bg-page)}.page .e13-customers>.crm-topbar{padding-left:max(16px,env(safe-area-inset-left,0px));padding-right:max(16px,env(safe-area-inset-right,0px))}.e13-customers__search-trigger{display:flex;align-items:center;gap:8px;width:100%;max-width:100%;min-height:52px;margin:0 0 16px;padding:8px 16px;border:1px solid #bebebe;border-radius:12px;background:#fff;color:#7d7d7d;text-decoration:none;box-shadow:0 4px 20px #0000000f;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.e13-customers__search-trigger:focus-visible{outline:2px solid #252525;outline-offset:2px}.e13-customers__search-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:16px;height:16px;color:#7d7d7d}.e13-customers__search-placeholder{margin:0;font-size:16px;font-weight:400;line-height:1.2;color:#7d7d7d}.e13-customers__search-block{width:100%;box-sizing:border-box;padding:0 var(--crm-page-gutter-x)}.e13-customers__search-trigger--field{cursor:text}.e13-customers__search-trigger--field:focus-within{border-color:#ff5c00;box-shadow:0 0 0 2px #ff5c003d}.e13-customers__search-input{flex:1 1 auto;min-width:0;margin:0;padding:0;border:0;-moz-appearance:none;appearance:none;-webkit-appearance:none;background:transparent;font-family:inherit;font-size:16px;font-weight:400;line-height:1.2;color:#1c1c1c;-webkit-tap-highlight-color:transparent}.e13-customers__search-input::placeholder{color:#7d7d7d}.e13-customers__search-input:focus{outline:none}.e13-customers__search-input:focus-visible{outline:none;box-shadow:none}.e13-customers__search-hint{margin:8px 0 0;font-size:14px;line-height:1.3;color:#7d7d7d}.e13-customers__scroll{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding-bottom:calc(120px + env(safe-area-inset-bottom,0px));padding-top:16px;width:100%;box-sizing:border-box}.e13-customers__list{display:flex;flex-direction:column;gap:16px;align-items:stretch;padding:0 var(--crm-page-gutter-x) 16px;width:100%;box-sizing:border-box}.e13-customers__card{display:flex;flex-direction:column;gap:16px;width:100%;max-width:none;padding:24px 16px 16px;border-radius:20px;background:#fff;box-shadow:0 4px 20px #0000000f;box-sizing:border-box}.e13-customers__card-skeleton{pointer-events:none;animation:customers-card-skeleton-enter .28s ease-out both;animation-delay:calc(var(--customers-skeleton-i, 0) * 48ms)}.e13-customers__skeleton-avatar,.e13-customers__skeleton-line,.e13-customers__skeleton-pill,.e13-customers__skeleton-cta{position:relative;overflow:hidden;background:#ececec}.e13-customers__skeleton-avatar:after,.e13-customers__skeleton-line:after,.e13-customers__skeleton-pill:after,.e13-customers__skeleton-cta:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,#ececec00,#fffc 48%,#ececec00);animation:customers-skeleton-shimmer 1.2s ease-in-out infinite}.e13-customers__skeleton-avatar{width:48px;height:48px;border-radius:50%;flex-shrink:0}.e13-customers__skeleton-line{height:16px;border-radius:999px}.e13-customers__skeleton-line--name{width:min(68%,220px)}.e13-customers__skeleton-pill{width:86px;height:24px;border-radius:999px}.e13-customers__skeleton-pill--soft{width:98px}.e13-customers__skeleton-cta{width:164px;max-width:100%;height:40px;border-radius:12px}@keyframes customers-skeleton-shimmer{to{transform:translate(100%)}}@keyframes customers-card-skeleton-enter{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.e13-customers__card-skeleton{animation:none}.e13-customers__skeleton-avatar:after,.e13-customers__skeleton-line:after,.e13-customers__skeleton-pill:after,.e13-customers__skeleton-cta:after{animation:none;opacity:0}}.e13-customers__card-top{display:flex;flex-direction:row;align-items:center;gap:16px;position:relative;padding-top:8px;width:100%}.e13-customers__card-link{display:flex;flex-direction:row;align-items:center;gap:16px;flex:1 1 0;min-width:0;text-decoration:none;color:inherit;-webkit-tap-highlight-color:transparent}.e13-customers__card-name-wrap{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:flex-start}.e13-customers__card-name-row{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%}.e13-customers__card-name{flex:1 1 0;margin:0;min-width:0;font-size:16px;font-weight:500;line-height:1.2;color:#1c1c1c}.e13-customers__card-top-badges{position:absolute;top:-12px;right:0;z-index:1;display:inline-flex;align-items:center;gap:8px}.e13-customers__card-overdue{position:static}.e13-customers__card-overdue--2w{background:#fbecd1;color:#eb9f1a}.e13-customers__card-overdue--4w{background:#fee5d6;color:#eb461a}.e13-customers__actions{display:flex;flex-direction:row;align-items:stretch;gap:16px;width:100%}.e13-customers__actions--single{justify-content:center;color:#fff}.e13-customers__actions--single .crm-contact-root--customers-card .crm-contact-launcher,.e13-customers__actions--single .crm-call-root--customers-card .crm-call-btn{min-width:156px}.e13-customers__actions--dual{flex-wrap:nowrap;gap:12px}.e13-customers__actions--dual .crm-contact-root--customers-card,.e13-customers__actions--dual .crm-call-root--customers-card{flex:1 1 0;width:auto;min-width:0;align-items:stretch}.e13-customers__actions--dual .crm-contact-root--customers-card .crm-contact-launcher,.e13-customers__actions--dual .crm-call-root--customers-card .crm-call-btn{width:100%;min-width:0}.crm-contact-root--customers-card{align-items:center}.crm-contact-root--customers-card .crm-contact-launcher{width:auto;max-width:100%}.e13-customers__contact-launcher{min-height:40px;padding:8px 16px;gap:8px;border-radius:12px;font-weight:500;line-height:1.2;min-width:0;justify-content:center}.e13-customers__contact-launcher .crm-contact-launcher__bubble{width:16px;height:16px}.e13-customers__contact-launcher--secondary{background:#fff!important;color:#1c2938!important;border:1.5px solid #1c2938!important}.e13-customers__badges{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:flex-start;gap:8px;width:100%}.e13-customers__badges--wrap{flex-wrap:wrap}.e13-customers__badge--mirron-soft{background:#e2e0f8;color:#6c64de;font-weight:500}.e13-customers__card-bookings{background:#d5e2f5;color:#2d70ce}.e13-customers__badge-logo{flex-shrink:0;display:block;color:#6c64de}.e13-customers__badge--new{background:#d3efd9;color:#166827;font-weight:400;line-height:1.3}.e13-customers__badge--blocked{background:#e6e6e6;color:#5c5c5c;font-weight:500}.e13-customers__badge--birthday{background:#d5e2f5;color:#1c1c1c;font-weight:500}.e13-customers__fab-bar{position:fixed;right:calc(16px + env(safe-area-inset-right,0px));bottom:calc(33px + env(safe-area-inset-bottom,0px));left:auto;display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-end;padding:0;pointer-events:none;box-sizing:border-box;z-index:60}.e13-customers__fab-main{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;padding:0;border:0;border-radius:28px;background:#ff5c00;color:#fff;box-shadow:0 4px 20px #0000000f;cursor:pointer;pointer-events:auto;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.e13-customers__fab-main:focus-visible{outline:2px solid #252525;outline-offset:2px}.e13-customers__empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:32px 16px 48px;text-align:center;max-width:320px;margin:0 auto}.e13-customers__empty-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:16px;background:#fff;box-shadow:0 4px 20px #0000000f;color:#7d7d7d}.e13-customers__empty-icon-svg{width:28px;height:28px}.e13-customers__empty-title{margin:0;font-size:20px;font-weight:600;line-height:1.2;color:#1c1c1c}.e13-customers__empty-desc{margin:0;font-size:15px;line-height:1.45;color:#5c5c5c}.e13-customers__empty-btn{margin-top:8px;min-height:48px;padding:12px 24px;border:0;border-radius:12px;background:#252525;color:#fff;font-family:inherit;font-size:16px;font-weight:600;cursor:pointer;-webkit-tap-highlight-color:transparent}.e13-cal-card__avatar-wrap{width:48px;height:48px;flex-shrink:0;border-radius:50%;overflow:hidden}.e13-cal-card__avatar-img{display:block;width:100%;height:100%;object-fit:cover}.e13-cal-card__avatar-fallback{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#d4d4d8,#a1a1aa)}.e13-cal-card__avatar-wrap--search{flex-shrink:0}.e13-customer-search{flex:1 1 auto;min-height:0;width:100%;display:flex;flex-direction:column;overflow:hidden;background:var(--color-bg-page);font-family:Inter,system-ui,-apple-system,sans-serif;color:#252525}.e13-customer-search__content{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:16px;padding:0 16px 16px;width:100%;box-sizing:border-box;overflow-y:auto}.e13-customer-search__title{margin:0;font-size:32px;font-weight:700;line-height:38.4px;color:#1c1c1c}.e13-customer-search__header{flex-shrink:0;display:flex;flex-direction:column;gap:16px;padding:8px 16px 16px;width:100%;box-sizing:border-box;background:var(--color-bg-page)}.e13-customer-search__input-wrap{display:flex;align-items:center;gap:8px;width:100%;min-height:52px;padding:0 16px;border:1px solid #bebebe;border-radius:12px;background:#fff;box-shadow:0 4px 20px #0000000f;box-sizing:border-box}.e13-customer-search__icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:16px;height:16px;color:#7d7d7d}.e13-customer-search__input{width:100%;min-width:0;border:0;-moz-appearance:none;appearance:none;-webkit-appearance:none;padding:0;margin:0;background:transparent;font-family:inherit;font-size:16px;font-weight:400;line-height:1.2;color:#252525}.e13-customer-search__input::placeholder{color:#7d7d7d}.e13-customer-search__input:focus{outline:none}.e13-customer-search__input:focus-visible{outline:none;box-shadow:none}.e13-customer-search__input-wrap:focus-within{border-color:#ff5c00;box-shadow:0 0 0 2px #ff5c003d}.e13-customer-search__results{display:flex;flex-direction:column;gap:12px;width:100%}.e13-customer-search__result-row{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;border-radius:16px;background:#fff;box-shadow:0 4px 20px #0000000f;box-sizing:border-box}.e13-customer-search__result-link{display:flex;align-items:center;gap:12px;flex:1 1 auto;min-width:0;color:inherit;text-decoration:none;-webkit-tap-highlight-color:transparent}.e13-customer-search__result-link:focus-visible{outline:2px solid #252525;outline-offset:2px;border-radius:8px}button.e13-customer-search__result-link{width:100%;margin:0;padding:0;border:0;background:transparent;font:inherit;text-align:left;cursor:pointer}.e13-customer-search__result-name{margin:0;font-size:16px;font-weight:500;line-height:1.2;color:#1c1c1c}.e13-booking__fab.e13-customer-search__add{width:40px;height:40px;min-height:40px;padding:10px}.e13-customer-search__loading{margin:0;font-size:14px;line-height:1.3;color:#7d7d7d}.e13-customer-search__empty{margin:12px 0 0;font-size:14px;line-height:1.4;color:#7d7d7d}.e13-customer-search__empty-state{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;margin:24px 0 8px;padding:28px 20px 24px;border-radius:16px;background:#fff;border:1px solid #ebebeb;box-shadow:0 4px 24px #0000000f;box-sizing:border-box}.e13-customer-search__empty-illustration{display:flex;align-items:center;justify-content:center;margin-bottom:4px}.e13-customer-search__empty-title{margin:0;font-size:20px;font-weight:700;line-height:1.25;color:#1c1c1c}.e13-customer-search__empty-copy{margin:0;max-width:280px;font-size:15px;line-height:1.45;color:#5c5c5c}.e13-customer-search__empty-cta{margin-top:8px;min-height:48px;padding:12px 28px!important;border-radius:12px;font-size:16px;font-weight:600}.e13-customer-search__scroll-hint{margin:4px 0 0;font-size:13px;line-height:1.35;color:#7d7d7d;text-align:center}.e13-customer-search__infinite-foot{margin-top:8px}.e13-profile__inline-badge{flex-shrink:0;font-weight:400;line-height:1.3}.e13-profile__inline-na{flex-shrink:0;margin:0;font-size:14px;color:#7d7d7d}.e13-customers__badge{display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;padding:4px 8px;border-radius:4px;font-size:12px;line-height:1.2;white-space:nowrap;box-sizing:border-box}.e13-customers__badge img,.e13-customers__badge svg{flex-shrink:0;display:block}.e13-customers__badge--last-appointment{background:#fee5d6;color:#eb461a;font-weight:400}.e13-customers__badge--last-appointment svg{flex-shrink:0;display:block}.e13-booking__row-icon--wa{width:18px;height:16px}.crm-btn{display:inline-flex;align-items:center;gap:8px;padding:0;border:0;background:transparent;font-family:inherit;font-size:16px;font-weight:600;line-height:1.2;cursor:pointer;-webkit-tap-highlight-color:transparent}.crm-btn--primary{background:#252525;color:#fff}.crm-btn--primary:hover:not(:disabled){opacity:.94}.crm-btn--block{width:100%;justify-content:center}.crm-btn--ghost{color:#ff5c00}.crm-btn__icon{flex-shrink:0;display:block}.e13-profile__cta-wrap{flex-shrink:0;padding:16px;display:flex;flex-direction:column;gap:8px;width:100%;box-sizing:border-box}.e13-profile__button-group .e13-profile__delete-wrap{padding:0}.e13-profile__cta{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:60px;padding:16px;border:0;border-radius:16px;background:#252525;color:#fff;text-decoration:none;font-family:inherit;font-size:16px;font-weight:600;line-height:28px;letter-spacing:-.4492px;cursor:pointer;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.e13-profile__cta:focus-visible{outline:2px solid #252525;outline-offset:2px}.e13-profile__history-card{overflow:hidden}.e13-profile__history-empty{margin:0;padding:20px 16px;font-size:15px;color:#7d7d7d;text-align:center}.e13-profile__history-row{display:flex;align-items:center;gap:16px;min-height:60px;padding:8px 16px;border-top:1px solid #dedede;box-sizing:border-box;color:inherit;text-decoration:none;cursor:pointer}.e13-profile__history-row:first-child{border-top:0}.e13-profile__history-row:focus-visible{outline:2px solid #252525;outline-offset:-2px}.e13-profile__history-copy{flex:1 1 0;min-width:0}.e13-profile__history-date{margin:0;font-size:14px;font-weight:400;line-height:1.4;color:#8a8a8a}.e13-profile__history-service{margin:0;font-size:16px;font-weight:400;line-height:1.4;color:#171717}.e13-profile__history-status{flex-shrink:0;border-radius:4px;padding:4px 8px;font-size:12px;font-weight:500;line-height:1.2}.e13-profile__history-status--done{background:#d3efd9;color:#0e461a}.e13-profile__history-status--cancelled{background:#e6e6e6;color:#5c5c5c}a.e13-booking__icon-round{text-decoration:none;color:inherit}a.e13-booking__fab{text-decoration:none}.e13-profile__gender-row--link{text-decoration:none;color:inherit;cursor:pointer}.e13-profile__gender-row--link:focus-visible{outline:2px solid #252525;outline-offset:2px}a.crm-btn{text-decoration:none}.client-profile-edit-page{flex:1 1 auto;min-height:0}.client-profile-edit-page .auth-flow-topbar{gap:0;padding-bottom:16px}.client-profile-edit-page__loading,.client-profile-edit-page__center{padding:24px 16px}.client-profile-edit-page__error{padding:0 16px 16px;text-align:center}.client-profile-edit-page__switch-row{border:1px solid #dedede;border-radius:12px}.client-profile-edit-page__birthday-picker .crm-daypicker.rdp-root{animation:none}.e13-profile-edit{flex:1;min-height:0;width:100%;display:flex;flex-direction:column}.e13-profile-edit__body{display:flex;flex-direction:column;gap:16px;padding:16px;width:100%;box-sizing:border-box}.e13-profile-edit__title{margin:0;font-size:24px;font-weight:700;line-height:1.2;text-align:center;color:#1c2938}.e13-profile-edit__hint{margin:8px 0 0;font-size:16px;font-weight:400;line-height:1.2;text-align:center;color:#7d7d7d}.e13-profile-edit__field{display:flex;align-items:center;min-height:54px;width:100%;padding:16px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;font-size:16px;line-height:1.4;color:#171717;box-sizing:border-box}.e13-profile-edit__field::placeholder{color:#8a8a8a}.e13-profile-edit__field--textarea{align-items:flex-start;min-height:120px;resize:vertical}.e13-profile-edit__cta-wrap{padding:16px;width:100%;box-sizing:border-box}.e13-profile-edit__save{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:54px;padding:16px;border:none;border-radius:16px;background:#1c2938;color:#fff;font-size:16px;font-weight:600;line-height:1.2;font-family:inherit;cursor:pointer;box-sizing:border-box}.e13-profile-edit__save:disabled{opacity:.55;cursor:not-allowed}.e13-profile-edit__save:focus-visible{outline:2px solid #252525;outline-offset:2px}.e13-profile__gender-seg--edit{width:100%;height:auto;min-height:48px}.e13-profile__gender-seg--edit .e13-profile__gender-opt{flex:1;cursor:pointer;font:inherit;margin:0}.crm-static-page{min-height:calc(100vh - 32px);display:flex;flex-direction:column;gap:16px;width:min(100%,393px);margin:0 auto;padding:0 0 24px}.crm-static-page.crm-salon-page{background:var(--color-bg-page);width:100%;max-width:none;margin-inline:0;padding:0 0 24px;gap:16px}.crm-salon-page .crm-static-card,.crm-salon-page .crm-salon-hero,.crm-salon-page .crm-static-danger{margin:0}.crm-static-header{min-height:52px}.crm-static-header__toolbar{justify-content:space-between}.crm-static-header__title{font-size:32px;line-height:1.2;font-weight:500;color:#171717}.crm-static-header__spacer{width:40px;height:40px;display:block}.crm-static-card{background:#fff;border:.5px solid #e5e7eb;border-radius:16px;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;overflow:hidden}.crm-static-card__title{margin:0;padding:20px 24px 12px;font-size:18px;line-height:28px;font-weight:700;color:#0a0a0a;letter-spacing:-.44px}.crm-static-list-rows{display:flex;flex-direction:column}.crm-static-row,.crm-static-toggle-row,.crm-static-gender-row{min-height:60px;padding:9px 16px 8px;display:flex;align-items:center;gap:16px;border:0;border-top:.5px solid #f3f4f6;background:transparent;width:100%;text-align:left;font:inherit;color:#0a0a0a}.crm-static-row__icon{width:16px;height:16px;flex-shrink:0;color:#171717}.crm-static-row__icon--wa{color:#25d366}.crm-static-row__body{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.crm-static-row__label{font-size:14px;line-height:1.4;color:#8a8a8a;font-weight:400}.crm-static-row__label--caps{text-transform:uppercase}.crm-static-row__value{font-size:16px;line-height:24px;color:#0a0a0a;font-weight:400;letter-spacing:-.31px}.crm-static-row__text{flex:1;min-width:0;font-size:16px;line-height:1.4;color:#0a0a0a;font-weight:500}.crm-static-row__text--muted{color:#8a8a8a;font-weight:400;letter-spacing:-.31px;line-height:24px}.crm-static-row__text--caps{text-transform:uppercase;color:#8a8a8a}.crm-static-row__action,.crm-static-row__fab{border:0;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;font:inherit;cursor:pointer}.crm-static-row__action{width:40px;height:40px;border-radius:28px;background:#fff9;border:1px solid #efefef;color:#171717;box-shadow:0 4px 20px #0000000f;padding:0}.crm-static-row__action-icon{width:16px;height:16px;color:#171717}.crm-static-row__fab{width:40px;height:40px;border-radius:28px;background:#252525;color:#fff;box-shadow:0 4px 20px #0000000f}.crm-static-row__fab-icon{width:16px;height:16px;color:#fff}.crm-static-segmented{display:inline-flex;align-items:center;flex-shrink:0;border-radius:8px;padding:2px 3px 2px 2px}.crm-static-segmented__item{min-width:69px;min-height:36px;padding:8px 12px;background:#fff;border:1px solid #efefef;color:#8a8a8a;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;margin-right:-1px}.crm-static-segmented__item:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.crm-static-segmented__item:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px;margin-right:0}.crm-static-segmented__item--active{color:#0a0a0a;position:relative;z-index:1}.crm-static-switch{width:42px;height:24px;border-radius:999px;background:#efefef;padding:3px;display:inline-flex;align-items:center;flex-shrink:0;transition:background .2s ease;border:0;cursor:pointer}.crm-static-switch.is-on{background:#171717}.crm-static-switch__knob{width:18px;height:18px;border-radius:999px;background:#fff;box-shadow:0 3px 6px #00230b33;transform:translate(0);transition:transform .2s ease}.crm-static-switch.is-on .crm-static-switch__knob{transform:translate(18px)}.crm-static-danger{border:0;background:transparent;color:#eb461a;font-size:16px;font-weight:600;line-height:1.2;padding:14px 16px 0;text-align:center;width:100%;cursor:pointer}.crm-salon-hero,.crm-reward-balance,.crm-reward-list-card{background:transparent;box-shadow:none}.crm-salon-hero{display:flex;flex-direction:column;align-items:center;gap:8px;padding:8px 0}.crm-salon-hero__avatar-wrap{position:relative;width:128px;height:128px}.crm-salon-hero__avatar{width:128px;height:128px;border-radius:999px;background:linear-gradient(135deg,#e8ddd0,#c7b299);display:grid;place-items:center;color:#fff;font-family:Inter,sans-serif;font-size:48px;line-height:1;font-weight:700;letter-spacing:0;overflow:hidden;text-transform:uppercase}.crm-salon-hero__avatar img{width:100%;height:100%;object-fit:cover}.crm-salon-hero__edit{position:absolute;right:0;bottom:0;width:40px;height:40px;border-radius:8px;background:#fff;border:1px solid #efefef;box-shadow:0 4px 20px #0000000f;display:inline-flex;align-items:center;justify-content:center;color:#171717;cursor:pointer;padding:0}.crm-salon-hero__edit-icon{width:16px;height:16px;color:#171717}.crm-salon-hero__name{margin:0;font-size:24px;line-height:32px;font-weight:700;color:#0a0a0a;text-align:center;letter-spacing:.07px}.crm-salon-card{overflow:hidden}.crm-salon-page .crm-static-card__title{padding:20px var(--crm-page-gutter-x) 12px}.crm-reward-balance{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:16px 0;min-height:172px}.crm-reward-balance__label{display:flex;align-items:center;gap:8px;font-size:12px;line-height:1.3;color:#9d9d9d}.crm-reward-balance__info-icon{width:16px;height:16px;color:#9d9d9d}.crm-reward-balance__value{margin:0;font-size:32px;font-weight:700;line-height:40px;color:#1c1c1c;text-align:center}.crm-reward-balance__subtitle{margin:0;font-size:14px;line-height:20px;color:#9d9d9d;text-align:center;letter-spacing:-.15px}.crm-reward-balance__track-wrapper{display:flex;flex-direction:column;gap:8px;width:100%;max-width:300px;margin-top:4px}.crm-reward-balance__track{height:8px;border-radius:999px;background:#ffdecc;overflow:hidden}.crm-reward-balance__fill{display:block;height:100%;border-radius:inherit;background:#ff5c00;min-width:0;transition:width .3s ease}.crm-reward-balance__hint{margin:0;font-size:12px;line-height:1.3;color:#9d9d9d}.crm-rewards-page.crm-static-page{flex:1 1 auto;min-height:0;width:100%;max-width:none;margin-inline:0;gap:0;background:var(--color-bg-page)}.crm-rewards-page .crm-reward-panel{flex:1 1 auto;min-height:0;overflow:hidden;display:flex;flex-direction:column}.crm-rewards-page .crm-pill-tabs.crm-rewards-page__tabs{min-height:83px;box-sizing:border-box}.crm-rewards-page .crm-pill-tab{padding:15.5px 8px 15.69px;color:#7d7d7d}.crm-rewards-page .crm-pill-tab--active{color:#1c1c1c}.crm-reward-cards,.crm-reward-task-scroll{display:flex;flex-direction:column;gap:16px;align-items:stretch;padding:16px 0 32px;width:100%;box-sizing:border-box;flex:1 1 auto;min-height:0;overflow-y:auto}.crm-reward-history-shell{flex:1 1 auto;min-height:0;width:100%;box-sizing:border-box;overflow-y:auto;padding:16px 0 32px}.crm-reward-history-empty{display:flex;flex-direction:column;width:100%;gap:8px;align-items:center;justify-content:center;padding:24px 0 32px;text-align:center}.crm-reward-history-empty__title{margin:0;font-size:16px;font-weight:600;line-height:1.2;color:#222}.crm-reward-history-empty__copy{margin:0;font-size:14px;font-weight:400;line-height:1.4;color:#66778a}.crm-reward-card.crm-reward-card--delivery{width:100%;max-width:none;display:flex;flex-direction:row;align-items:stretch;min-height:232px;border-radius:16px;border:0;box-shadow:none}.crm-reward-card--delivery .crm-reward-card__photo{flex:0 0 109px;width:109px;min-width:109px;min-height:160px;height:auto;align-self:stretch;border-radius:0;overflow:hidden;position:relative;background:#dfe6a7}.crm-reward-card__photo--delivery-fallback{border-radius:16px 0 0 16px;background:linear-gradient(0deg,#0000002e,#0000002e);background-size:cover;background-position:center;background-repeat:no-repeat}.crm-reward-card--delivery .crm-reward-card__photo:not(.crm-reward-card__photo--delivery-fallback){border-radius:16px 0 0 16px}.crm-reward-card__photo-img{display:block;width:100%;height:100%;object-fit:cover}.crm-reward-card__right{display:flex;flex:1;flex-direction:column;min-width:0}.crm-reward-card__body--delivery{display:flex;flex-direction:column;gap:8px;align-items:flex-start;text-align:left;border-bottom:2px dashed #efefef}.crm-reward-card--delivery .crm-reward-card__title,.crm-reward-card--delivery .crm-reward-card__description{text-align:left}.crm-reward-card--delivery .crm-reward-card__description{color:#7d7d7d}.crm-reward-card__foot.crm-reward-card__foot--delivery{display:flex;flex-direction:column;align-items:stretch;justify-content:center;padding:16px;width:100%;box-sizing:border-box}.crm-reward-card--delivery .crm-reward-card__cta,.crm-reward-card--delivery .crm-reward-card__status--processing{width:100%}.crm-reward-task-card--featured{width:100%;max-width:none;border-radius:20px;overflow:hidden;background:#f2f2f2;border:0;box-shadow:none}.crm-reward-task-card--featured .crm-reward-task-card__media{border-radius:0;height:200px}.crm-reward-task-card__body--featured{background:#f2f2f2;gap:16px}.crm-reward-task-card--featured .crm-reward-task-card__title{font-size:20px;font-weight:600;line-height:1.2;color:#1c1c1c}.crm-reward-task-card--featured .crm-reward-task-card__description{font-size:16px;line-height:1.4;color:#7d7d7d}.crm-reward-task-card--featured .crm-reward-task-card__progress-row{width:100%}.crm-reward-task-card--featured .crm-reward-task-card__cta{min-height:44px;padding:16px;border-radius:16px;font-weight:600;align-self:center}.crm-reward-card-link{display:block;width:100%;max-width:none;color:inherit;text-decoration:none;-webkit-tap-highlight-color:transparent}.crm-reward-card-link:focus-visible{outline:2px solid #252525;outline-offset:2px;border-radius:16px}.crm-reward-card--delivery .crm-reward-card__cta{display:flex;align-items:center;justify-content:center;box-sizing:border-box}.crm-reward-details{flex:1 1 auto;display:flex;flex-direction:column;width:100%;max-width:none;margin:0;min-height:calc(100vh - 32px);min-height:calc(100dvh - 32px);background:#eee}.crm-reward-details--centered,.crm-reward-details__missing-wrap{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:24px 0;text-align:center}.crm-reward-details__missing{margin:0;font-size:16px;color:#66778a}.crm-reward-details__back-link{font-size:16px;font-weight:600;color:#1c2938}.crm-reward-details__scroll{flex:1 1 auto;min-height:0;overflow-y:auto;padding:0 16px 16px;box-sizing:border-box}.crm-reward-details__hero{position:relative;margin:0 -16px -228px;height:468px;background-repeat:no-repeat;background-size:165.24% 173.39%;background-position:-1.22% -10.59%}.crm-reward-details__hero--photo{background-size:cover;background-position:center}.crm-reward-details__hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#eee0 2.88%,#eee 85.78%);pointer-events:none}.crm-reward-details__hero--skeleton{margin:0 -16px 16px;height:200px;border-radius:0 0 24px 24px;background:linear-gradient(90deg,#e4e4e4 25%,#ececec,#e4e4e4 75%);background-size:560px 100%;animation:crm-reward-shimmer 1.2s ease-in-out infinite}.crm-reward-details__hero--skeleton:after{display:none}.crm-reward-details__sk-line{display:block;height:14px;border-radius:7px;background:linear-gradient(90deg,#ececec 25%,#f5f5f5,#ececec 75%);background-size:560px 100%;animation:crm-reward-shimmer 1.2s ease-in-out infinite}.crm-reward-details__sk-line--title{width:70%;margin:0 auto;height:22px}.crm-reward-details__sk-line--wide{width:100%;margin-top:12px}.crm-reward-details__sk-line--mid{width:85%;margin:8px auto 0}.crm-reward-details__ticket{position:relative;margin:-72px auto 0;width:100%;max-width:328px;border-radius:32px 32px 24px 24px;overflow:hidden;background:#fff}.crm-reward-details__section{padding:16px;background:#fff}.crm-reward-details__section--intro{padding-top:24px;padding-bottom:24px;text-align:center}.crm-reward-details__title{margin:0;color:#222;font-size:24px;font-weight:600;line-height:1.2}.crm-reward-details__subtitle{margin:8px 0 0;color:#66778a;font-size:16px;font-weight:400;line-height:1.2}.crm-reward-details__subtitle--lead{margin:0;text-align:center}.crm-reward-details__divider{position:relative;height:44px;background:#fff}.crm-reward-details__divider:before{content:"";position:absolute;left:22px;right:22px;top:50%;border-top:1px dashed #dadbe7;transform:translateY(-50%)}.crm-reward-details__divider:after{content:"";position:absolute;width:30px;height:30px;top:50%;left:-15px;border-radius:50%;background:#eee;transform:translateY(-50%);box-shadow:328px 0 #eee}.crm-reward-details__section-title{margin:0;color:#222;font-size:20px;font-weight:600;line-height:1.2;text-align:center}.crm-reward-details__list{margin:16px 0 0;padding-left:22px;color:#252525;font-size:16px;font-weight:400;line-height:1.4;text-align:left}.crm-reward-details__list li+li{margin-top:2px}.crm-reward-details__section--fee{text-align:center}.crm-reward-details__fee-title,.crm-reward-details__fee-value{margin:0;color:#eb461a;font-size:24px;font-weight:600;line-height:1.2}.crm-reward-details__actions{flex-shrink:0;display:flex;flex-direction:column;gap:16px;padding:16px;padding-bottom:calc(16px + env(safe-area-inset-bottom,0px));width:100%;box-sizing:border-box;background:#eee}.crm-reward-details__activate{width:100%;min-height:44px;border:0;border-radius:16px;padding:16px;background:#1c2938;color:#fff;font-size:16px;font-weight:600;line-height:1.2;cursor:pointer}.crm-reward-details__activate:disabled{opacity:.45;cursor:not-allowed}.crm-reward-details__cancel{width:100%;min-height:51px;border:0;border-radius:16px;padding:16px;background:transparent;color:#eb461a;font-size:16px;font-weight:600;line-height:1.2;cursor:pointer}.crm-reward-details__processing{margin:0;text-align:center;font-size:16px;font-weight:600;color:#e65100}@media(prefers-reduced-motion:reduce){.crm-reward-details__hero--skeleton,.crm-reward-details__sk-line{animation:none;background:#ececec}}.crm-reward-tabs{display:flex;align-items:center;justify-content:center;gap:0;padding:16px;background:transparent}.crm-reward-tabs__tab{flex:1 1 0;min-width:0;padding:15px 16px;border:0;border-radius:28px;background:transparent;color:#8a8a8a;font-family:inherit;font-size:16px;font-weight:500;line-height:1.2;text-align:center;cursor:pointer;-webkit-tap-highlight-color:transparent}.crm-reward-tabs__tab--active{background:#fff;color:#171717;font-weight:700;box-shadow:0 4px 20px #0000000f}.crm-reward-grid{display:grid;gap:16px}.crm-reward-card__media{height:144px;border-radius:20px 20px 0 0;background:#dfe6a7;object-fit:cover;width:100%}.crm-reward-card__media--olive{background:#dfe6a7}.crm-reward-card__body{padding:16px;display:grid;gap:8px;border-bottom:2px dashed #efefef}.crm-reward-card__title{margin:0;font-size:20px;line-height:1.2;font-weight:600;color:#171717}.crm-reward-card__description{margin:0;font-size:16px;line-height:1.4;color:#8a8a8a}.crm-reward-card__footer{padding:16px}.crm-reward-card__cta{width:100%;border:0;border-radius:16px;background:#1c2938;color:#fff;padding:16px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;line-height:1.2;cursor:pointer}.crm-reward-card__cta:disabled{opacity:.5;cursor:not-allowed}.crm-reward-card__status{display:flex;align-items:center;justify-content:center;width:100%;padding:16px;border-radius:16px;font-size:14px;font-weight:600;line-height:1.2}.crm-reward-card__status--processing{background:#fff3e0;color:#e65100}.crm-reward-list-card{padding-bottom:8px}.crm-static-list--reward{list-style:none;margin:0;padding:0 0 8px;display:grid}.crm-static-list--reward li{padding:14px 0;border-top:1px solid #f1f1f1;font-size:15px;line-height:1.45;color:#171717}.crm-static-list--reward li:first-child{border-top:0}.crm-reward-task-card{padding:0;border-radius:20px;overflow:hidden;background:#fff}.crm-reward-task-card__media{display:block;width:100%;height:200px;object-fit:cover;border-radius:20px 20px 0 0}.crm-reward-task-card__media--placeholder{background:linear-gradient(135deg,#c3dafe,#a5b4fc)}.crm-reward-task-card__body{padding:16px;display:flex;flex-direction:column;gap:16px;align-items:stretch}.crm-reward-task-card__header{display:flex;flex-direction:column;gap:8px}.crm-reward-task-card__title{margin:0;font-size:16px;font-weight:500;line-height:1.2;color:#222}.crm-reward-task-card__description{margin:0;font-size:16px;font-weight:400;line-height:1.2;color:#66778a}.crm-reward-task-card__progress-row{display:flex;align-items:center;gap:8px}.crm-reward-task-card__progress-track{flex:1;height:12px;border-radius:200px;background:#ebedf2;overflow:hidden}.crm-reward-task-card__progress-fill{display:block;height:100%;border-radius:200px;background:#6c64de;transition:width .3s ease}.crm-reward-task-card__progress-label{font-size:16px;font-weight:500;line-height:1.2;color:#6c64de;min-width:39px;text-align:right}.crm-reward-task-card__cta{align-self:center;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border:0;border-radius:10px;background:#1c2938;color:#fff;font-size:16px;font-weight:500;line-height:1.2;cursor:pointer}.crm-reward-task-card__cta:disabled{opacity:.5;cursor:not-allowed}.crm-reward-task-card__cta-icon{width:16px;height:16px;flex-shrink:0}.crm-reward-skeleton-btn--purple{height:44px;width:160px;border-radius:10px;align-self:center;background:linear-gradient(90deg,#e0e3e7 25%,#ebedf0,#e0e3e7 75%);background-size:560px 100%;animation:crm-reward-shimmer 1.2s ease-in-out infinite}.crm-reward-task-row{display:flex;align-items:flex-start;gap:12px;padding:14px 0;border-top:1px solid #f1f1f1}.crm-reward-task-row:first-child{border-top:0}.crm-reward-task-row__text{flex:1;min-width:0;display:grid;gap:4px}.crm-reward-task-row__title{margin:0;font-size:16px;font-weight:600;color:#171717;line-height:1.3}.crm-reward-task-row__description{margin:0;font-size:14px;line-height:1.45;color:#8a8a8a}.crm-reward-history-row{display:flex;align-items:center;gap:12px}.crm-reward-history-row__icon{width:32px;height:32px;border-radius:8px;object-fit:contain;flex-shrink:0}.crm-reward-history-row__title{flex:1;min-width:0}.crm-reward-history-row__points{flex-shrink:0;font-weight:600;font-size:14px}.crm-reward-history-row__points--earn{color:#2aad4b}.crm-reward-history-row__points--spend{color:#eb461a}.crm-reward-empty{padding:24px 0;text-align:center;font-size:14px;color:#9d9d9d}@keyframes crm-reward-slide-from-right{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes crm-reward-slide-from-left{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}.crm-reward-panel{will-change:transform,opacity}.crm-reward-panel--right{animation:crm-reward-slide-from-right .3s cubic-bezier(.22,1,.36,1) both}.crm-reward-panel--left{animation:crm-reward-slide-from-left .3s cubic-bezier(.22,1,.36,1) both}@media(prefers-reduced-motion:reduce){.crm-reward-panel--right,.crm-reward-panel--left{animation:none}}.crm-reward-card{padding:0;border-radius:20px;overflow:hidden}@keyframes crm-reward-shimmer{0%{background-position:-280px 0}to{background-position:280px 0}}.crm-reward-skeleton-line{display:block;height:14px;border-radius:7px;background:linear-gradient(90deg,#ececec 25%,#f5f5f5,#ececec 75%);background-size:560px 100%;animation:crm-reward-shimmer 1.2s ease-in-out infinite}.crm-reward-skeleton-shimmer{background:linear-gradient(90deg,#d6dca0 25%,#e4e9b8,#d6dca0 75%);background-size:560px 100%;animation:crm-reward-shimmer 1.2s ease-in-out infinite}.crm-reward-skeleton-btn{height:51px;border-radius:16px;background:linear-gradient(90deg,#e0e3e7 25%,#ebedf0,#e0e3e7 75%);background-size:560px 100%;animation:crm-reward-shimmer 1.2s ease-in-out infinite}.crm-reward-skeleton-circle{width:32px;height:32px;border-radius:8px;flex-shrink:0;background:linear-gradient(90deg,#ececec 25%,#f5f5f5,#ececec 75%);background-size:560px 100%;animation:crm-reward-shimmer 1.2s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.crm-reward-skeleton-line,.crm-reward-skeleton-shimmer,.crm-reward-skeleton-btn,.crm-reward-skeleton-circle{animation:none;background:#ececec}}.shop-page{display:flex;flex-direction:column;min-height:0;padding:0 0 calc(32px + env(safe-area-inset-bottom,0px));background:var(--color-bg-page);gap:12px}.shop-toolbar{display:flex;flex-direction:column;gap:12px;padding:0 16px}.shop-view-toggle{display:inline-flex;align-items:center;gap:16px}.shop-view-toggle__btn{width:40px;height:40px;padding:0;border:1px solid #efefef;border-radius:28px;background:#fff9;box-shadow:0 4px 20px #0000000f;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#171717;-webkit-tap-highlight-color:transparent;transition:background .15s ease,border-color .15s ease,transform .12s ease}.shop-view-toggle__btn:hover{background:#fff}.shop-view-toggle__btn:active{transform:scale(.96)}.shop-view-toggle__btn[aria-pressed=true]{background:#fff;border-color:#1c1c1c}.shop-header-cart-btn__icon{display:block}.shop-error{margin:0}.shop-list{display:flex;flex-direction:column;gap:16px;width:100%;padding:0 2px;box-sizing:border-box}.shop-list--loading .shop-list-row{opacity:.75;pointer-events:none;transition:opacity .18s ease}.shop-list-row{--shop-i: 0;display:flex;align-items:stretch;width:100%;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 4px 20px #0000000f;animation:shop-card-enter .4s cubic-bezier(.22,1,.36,1) both;animation-delay:calc(min(var(--shop-i),10)*35ms)}.shop-list-row--in-cart{box-shadow:0 0 0 2px var(--color-accent),0 4px 20px #0000000f}.shop-list-row__photo-wrap{position:relative;flex-shrink:0}.shop-list-row__photo-btn{display:block;position:relative;padding:0;border:none;margin:0;cursor:pointer;background:none;line-height:0}.shop-list-row__photo{width:123px;height:185px;object-fit:cover;display:block}.shop-list-row__photo--placeholder{background:linear-gradient(135deg,#e8e4df,#d5cfc8 40%,#c9c1b7)}.shop-list-row__in-cart-badge{position:absolute;left:8px;bottom:8px;padding:3px 8px;border-radius:9999px;background:#ffffffeb;font-size:11px;font-weight:600;color:var(--color-text-primary);box-shadow:0 2px 6px #0000001a}.shop-list-row__remove{position:absolute;top:6px;right:6px;width:28px;height:28px;padding:0;border:none;border-radius:9999px;background:#ffffffeb;color:var(--color-danger, #d93025);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #00000026;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:background .15s ease,transform .12s ease}.shop-list-row__remove:hover{background:var(--color-danger, #d93025);color:#fff}.shop-list-row__remove:active{transform:scale(.92)}.shop-list-row__body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:8px;padding:8px}.shop-list-row__name{margin:0;font-size:18px;font-weight:500;line-height:1.3;color:#1c1c1c}.shop-list-row__swatches{display:flex;align-items:center;flex-wrap:wrap}.shop-list-row__swatch{position:relative;width:32px;height:32px;margin-right:-8px;border-radius:20px;border:1px solid #fff;box-sizing:border-box;flex-shrink:0;overflow:hidden}.shop-list-row__swatch--photo{background:var(--color-surface-muted, #ececec)}.shop-list-row__swatch-img{width:100%;height:100%;object-fit:cover;display:block}.shop-list-row__swatch-more{margin-left:12px;font-size:13px;font-weight:600;line-height:1.2;color:#7d7d7d;flex-shrink:0}.shop-list-row__swatch--sold .shop-list-row__swatch-img{opacity:.42}.shop-list-row--sold-out{opacity:.9}.shop-list-row--sold-out .shop-list-row__add:disabled{filter:grayscale(.35);opacity:.48;transform:none;pointer-events:none}.shop-list-row__photo-btn:disabled{cursor:not-allowed}.shop-sold-banner--list{font-size:12px}.shop-list-row__meta{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%}.shop-list-row__price-block{min-width:0}.shop-list-row__price-label{margin:0;font-size:14px;font-weight:400;line-height:1.4;color:#7d7d7d}.shop-list-row__price{margin:0;font-size:14px;font-weight:400;line-height:1.4;color:#0a0a0a}.shop-list-row__add{width:44px;height:44px;flex-shrink:0;padding:0;border:none;border-radius:28px;background:#e85d2a;box-shadow:0 4px 20px #0000000f;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .12s ease,filter .12s ease}.shop-list-row__add:hover:not(:disabled){filter:brightness(1.05);transform:scale(1.04)}.shop-list-row__add:active{transform:scale(.96)}.shop-list-row__add img{filter:brightness(0) invert(1)}.shop-list-row--skeleton .shop-list-row__photo--skeleton{width:123px;height:185px;border-radius:0;background:linear-gradient(90deg,#ececec 25%,#f5f5f5,#ececec 75%);background-size:440px 100%;animation:shop-skeleton-shimmer 1.2s ease-in-out infinite}.shop-list-row__swatches--skeleton{gap:0}.shop-list-row__swatch--skeleton{margin-right:-8px;background:linear-gradient(90deg,#ececec 25%,#f5f5f5,#ececec 75%);background-size:440px 100%;animation:shop-skeleton-shimmer 1.2s ease-in-out infinite;border-color:#fff}.shop-list-row__add--skeleton{width:44px;height:44px;border-radius:28px;background:linear-gradient(90deg,#ddd 25%,#e8e8e8,#ddd 75%);background-size:440px 100%;animation:shop-skeleton-shimmer 1.2s ease-in-out infinite}.shop-list-row--skeleton .shop-list-row__sk-title{width:72%}.shop-list-row--skeleton .shop-list-row__price-block{display:flex;flex-direction:column;gap:6px}.shop-list-row--skeleton .shop-list-row__price-block .shop-skeleton-line:last-child{width:44%}.shop-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;width:100%;box-sizing:border-box}.shop-grid--loading .shop-grid-card{opacity:.75;pointer-events:none;transition:opacity .18s ease}.shop-grid-card{--shop-i: 0;display:flex;flex-direction:column;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 4px 20px #0000000f;min-width:0;animation:shop-card-enter .4s cubic-bezier(.22,1,.36,1) both;animation-delay:calc(min(var(--shop-i),10)*35ms);transition:box-shadow .2s ease}.shop-grid-card--in-cart{box-shadow:0 0 0 2px var(--color-accent),0 4px 20px #0000000f}@keyframes shop-card-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.shop-grid-card__media-wrap{position:relative;flex-shrink:0;line-height:0}.shop-grid-card__open{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;padding:0;margin:0;display:block;position:relative;width:100%;cursor:pointer;background:var(--color-surface-muted, #ececec);text-align:left}.shop-grid-card__photo{width:100%;height:124px;object-fit:cover;display:block}.shop-grid-card__photo--placeholder{height:124px;background:linear-gradient(135deg,#e8e4df,#d5cfc8 40%,#c9c1b7)}.shop-grid-card__badge{position:absolute;left:8px;bottom:8px;padding:3px 8px;border-radius:9999px;background:#ffffffeb;font-size:11px;font-weight:600;color:var(--color-text-primary);box-shadow:0 2px 6px #0000001a}.shop-grid-card__remove{position:absolute;top:8px;right:8px;width:28px;height:28px;padding:0;border:none;border-radius:9999px;background:#ffffffeb;color:var(--color-danger, #d93025);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #00000026;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:background .15s ease,transform .12s ease}.shop-grid-card__remove:hover{background:var(--color-danger, #d93025);color:#fff}.shop-grid-card__remove:active{transform:scale(.92)}.shop-grid-card__body{display:flex;flex-direction:column;gap:8px;padding:8px}.shop-grid-card__tag{margin:0;font-size:14px;font-weight:400;line-height:1.4;color:#ff5c00}.shop-grid-card__name{margin:0;min-height:46px;font-size:18px;font-weight:500;line-height:1.3;color:#1c1c1c}.shop-grid-card__swatches{display:flex;align-items:center;flex-wrap:wrap}.shop-grid-card__swatch{position:relative;width:32px;height:32px;margin-right:-8px;border-radius:20px;border:1px solid #fff;box-sizing:border-box;flex-shrink:0;overflow:hidden}.shop-grid-card__swatch--photo{background:var(--color-surface-muted, #ececec)}.shop-grid-card__swatch-img{width:100%;height:100%;object-fit:cover;display:block}.shop-grid-card__swatch-more{margin-left:12px;font-size:13px;font-weight:600;line-height:1.2;color:#7d7d7d;flex-shrink:0}.shop-grid-card__swatch--sold .shop-grid-card__swatch-img{opacity:.42}.shop-grid-card--sold-out{opacity:.9}.shop-grid-card--sold-out .shop-grid-card__add:disabled{filter:grayscale(.35);opacity:.48;transform:none;pointer-events:none}.shop-grid-card__open:disabled{cursor:not-allowed}.shop-sold-pill{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.4;display:flex;align-items:center;justify-content:center;font-size:7px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#fff;background:#1c2938c7;line-height:1}.shop-sold-banner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#fff;background:#1c293885;pointer-events:none}.shop-grid-card__meta{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;width:100%}.shop-grid-card__price-block{min-width:0}.shop-grid-card__price-label{margin:0;font-size:14px;font-weight:400;line-height:1.4;color:#7d7d7d}.shop-grid-card__price{margin:0;font-size:14px;font-weight:400;line-height:1.4;color:#0a0a0a}.shop-grid-card__add{width:44px;height:44px;flex-shrink:0;padding:0;border:none;border-radius:28px;background:#e85d2a;box-shadow:0 4px 20px #0000000f;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .12s ease,filter .12s ease}.shop-grid-card__add:hover:not(:disabled){filter:brightness(1.05);transform:scale(1.04)}.shop-grid-card__add:active{transform:scale(.96)}.shop-grid-card__add img{filter:brightness(0) invert(1)}.shop-grid-card--skeleton{pointer-events:none;animation:none}.shop-grid-card__photo--skeleton{height:124px;width:100%;background:linear-gradient(90deg,#ececec 25%,#f5f5f5,#ececec 75%);background-size:440px 100%;animation:shop-skeleton-shimmer 1.2s ease-in-out infinite}.shop-grid-card__swatches--skeleton{display:flex;gap:0}.shop-grid-card__swatch--sk{width:32px;height:32px;margin-right:-8px;border-radius:20px;border:1px solid #fff;box-sizing:border-box;background:linear-gradient(90deg,#ececec 25%,#f5f5f5,#ececec 75%);background-size:440px 100%;animation:shop-skeleton-shimmer 1.2s ease-in-out infinite}.shop-grid-card__add--skeleton{width:44px;height:44px;border-radius:28px;background:linear-gradient(90deg,#ddd 25%,#e8e8e8,#ddd 75%);background-size:440px 100%;animation:shop-skeleton-shimmer 1.2s ease-in-out infinite}.shop-grid-card--skeleton .shop-grid-card__sk-tag{width:52%}.shop-grid-card--skeleton .shop-grid-card__sk-name{width:80%}.shop-grid-card--skeleton .shop-grid-card__price-block{display:flex;flex-direction:column;gap:6px}.shop-grid-card--skeleton .shop-grid-card__sk-price{width:44%}.shop-add-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:var(--color-primary-fill);color:#fff;font-weight:600;font-size:14px;padding:8px 16px;border-radius:9999px;cursor:pointer;transition:transform .12s ease,background .12s ease}.shop-add-btn:hover:not(:disabled){background:var(--color-accent)}.shop-add-btn:active:not(:disabled){transform:scale(.97)}.shop-add-btn:disabled{background:var(--color-disabled-bg);color:var(--color-text-disabled);cursor:not-allowed}.shop-card__stepper{display:inline-flex;align-items:center;gap:0;background:var(--color-surface-muted);border-radius:9999px;padding:2px}.shop-card__stepper--sm{transform:scale(.94);transform-origin:left center}.shop-stepper-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;width:28px;height:28px;padding:0;border-radius:9999px;font-family:inherit;font-size:14px;font-weight:600;line-height:1;background:transparent;color:var(--color-text-primary);cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.shop-stepper-btn:hover{background:#fff}.shop-stepper-value{min-width:24px;height:28px;padding:0;font-family:inherit;font-size:14px;font-weight:600;line-height:1;color:var(--color-text-primary);display:inline-flex;align-items:center;justify-content:center}.shop-skeleton-line{display:block;height:12px;border-radius:6px;background:linear-gradient(90deg,#ececec 25%,#f5f5f5,#ececec 75%);background-size:440px 100%;animation:shop-skeleton-shimmer 1.2s ease-in-out infinite}.shop-skeleton-line--lg{height:14px;width:80%}.shop-skeleton-line--sm{height:12px;width:56%}.shop-skeleton-line--md{height:12px;width:40%}.shop-skeleton-chip{position:absolute;top:10px;left:10px;display:block;width:72px;height:18px;border-radius:9999px;background:linear-gradient(90deg,#ffffff8c 25%,#ffffffe6,#ffffff8c 75%);background-size:440px 100%;animation:shop-skeleton-shimmer 1.2s ease-in-out infinite}.shop-skeleton-action{display:block;width:32px;height:32px;border-radius:9999px;flex-shrink:0;background:linear-gradient(90deg,#ddd 25%,#e8e8e8,#ddd 75%);background-size:440px 100%;animation:shop-skeleton-shimmer 1.2s ease-in-out infinite}@keyframes shop-skeleton-shimmer{0%{background-position:-220px 0}to{background-position:220px 0}}.shop-drawer__row-total{font-size:14px;font-weight:700;color:var(--color-text-primary)}.shop-drawer__row-actions{display:flex;align-items:center;gap:8px}.shop-drawer__submit--disabled{background:var(--color-disabled-bg);color:var(--color-text-disabled);cursor:not-allowed}.shop-empty{grid-column:1 / -1;text-align:center;padding:32px 16px;color:var(--color-text-secondary);font-size:14px}.shop-load-sentinel{height:1px;width:100%}.shop-load-more{display:flex;justify-content:center;padding:16px 0 24px}.shop-load-more__btn{min-height:44px;padding:10px 24px;border-radius:999px;border:1px solid var(--color-border, rgba(0, 0, 0, .12));background:transparent;color:var(--color-text-primary);font-size:14px;font-weight:500;cursor:pointer;transition:background .15s ease,border-color .15s ease,opacity .15s ease}.shop-load-more__btn:hover:not(:disabled){background:var(--color-surface-hover, rgba(0, 0, 0, .04))}.shop-load-more__btn:disabled{opacity:.6;cursor:default}.shop-header-cart-btn{position:relative;cursor:pointer;transition:transform .12s ease}.shop-header-cart-btn:active{transform:scale(.92)}.shop-cart-badge{position:absolute;top:4px;right:2px;min-width:18px;height:18px;padding:0 5px;border-radius:9999px;background:var(--color-accent);color:#fff;font-size:10px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 1px 4px #00000026;pointer-events:none;line-height:1}.shop-floating-cart{position:sticky;bottom:16px;align-self:center;display:inline-flex;align-items:center;gap:10px;padding:12px 20px;border-radius:9999px;border:none;background:var(--color-primary-fill);color:#fff;font-weight:600;cursor:pointer;box-shadow:0 8px 24px #0000002e;transition:background .15s ease,transform .12s ease;z-index:5;margin:8px 16px 0}.shop-floating-cart:hover{background:var(--color-accent)}.shop-floating-cart:active{transform:scale(.98)}.shop-floating-cart__count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:9999px;background:#ffffff2e;font-size:13px}.shop-floating-cart__label{font-size:14px}.shop-drawer-shell{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:flex;justify-content:flex-end}.shop-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:#0006;cursor:pointer;opacity:0;transition:opacity .24s ease}.shop-drawer-shell.is-open .shop-drawer__backdrop{opacity:1}.shop-drawer{position:relative;width:min(480px,100%);height:100%;background:#fff;display:flex;flex-direction:column;transform:translate(100%);transition:transform .28s cubic-bezier(.22,1,.36,1);box-shadow:-12px 0 40px #0000002e}.shop-drawer-shell.is-open .shop-drawer{transform:translate(0)}.shop-drawer__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 20px 12px;border-bottom:1px solid var(--color-surface-muted)}.shop-drawer__title{margin:0;font-size:20px;font-weight:600;color:var(--color-text-primary)}.shop-drawer__subtitle{margin:4px 0 0;font-size:13px;color:var(--color-text-secondary)}.shop-drawer__close{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:var(--color-surface-muted);width:36px;height:36px;border-radius:9999px;font-size:22px;line-height:1;color:var(--color-text-primary);cursor:pointer}.shop-drawer__close:hover{background:var(--color-disabled-bg)}.shop-drawer__body{flex:1;overflow-y:auto;padding:12px 20px;display:flex;flex-direction:column;gap:16px}.shop-drawer__empty{margin:24px 0;color:var(--color-text-secondary);font-size:14px;text-align:center}.shop-drawer__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.shop-drawer__row{position:relative;display:flex;gap:12px;padding:12px;border-radius:16px;background:var(--color-surface-subtle)}.shop-drawer__thumb{width:56px;height:56px;border-radius:12px;overflow:hidden;background:var(--color-surface-muted);flex-shrink:0}.shop-drawer__thumb img{width:100%;height:100%;object-fit:cover}.shop-drawer__thumb-ph{width:100%;height:100%;background:linear-gradient(135deg,#efefef,#dedede)}.shop-drawer__row-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.shop-drawer__row-title{margin:0;font-size:14px;font-weight:600;color:var(--color-text-primary);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.shop-drawer__row-meta{margin:0;font-size:13px;color:var(--color-text-secondary)}.shop-drawer__row-foot{display:flex;align-items:center;justify-content:space-between;margin-top:4px}.shop-drawer__remove{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:8px;background:transparent;color:var(--color-text-tertiary, #999);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;transition:background .12s ease,color .12s ease;z-index:1}.shop-drawer__remove:hover{background:#ef44441a;color:var(--color-danger)}.shop-drawer__fields{display:flex;flex-direction:column;gap:12px}.shop-drawer__label{display:flex;flex-direction:column;gap:6px;font-size:13px;color:var(--color-text-primary);font-weight:600}.shop-drawer__input,.shop-drawer__textarea{border:1px solid var(--color-border-default);border-radius:12px;padding:10px 12px;font-size:14px;font-family:inherit;color:var(--color-text-primary);background:#fff;resize:vertical}.shop-drawer__input:focus,.shop-drawer__textarea:focus{outline:none;border-color:var(--color-accent)}.shop-drawer__error{margin:0;color:var(--color-danger);font-size:13px}.shop-drawer__foot{padding:16px 20px calc(16px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--color-surface-muted);display:flex;flex-direction:column;gap:12px;background:#fff}.shop-drawer__foot-title{margin:0;font-size:13px;font-weight:600;letter-spacing:.02em;color:var(--color-text-secondary);text-transform:uppercase}.shop-drawer__summary{margin:0;display:flex;flex-direction:column;gap:6px}.shop-drawer__summary-row{display:flex;align-items:baseline;justify-content:space-between;font-size:14px;color:var(--color-text-secondary)}.shop-drawer__summary-row dt{margin:0}.shop-drawer__summary-row dd{margin:0;color:var(--color-text-primary);font-weight:600;font-variant-numeric:tabular-nums}.shop-drawer__totals{display:flex;align-items:center;justify-content:space-between;font-size:15px;color:var(--color-accent);padding-top:10px;border-top:1px solid var(--color-surface-muted)}.shop-drawer__totals strong{font-size:18px;font-variant-numeric:tabular-nums}.shop-drawer__submit{width:100%;padding:14px 16px;font-weight:600;font-size:15px;border-radius:9999px;border:none;background:var(--color-primary-fill);color:#fff;cursor:pointer;transition:background .15s ease,transform .12s ease}.shop-drawer__submit:hover:not(:disabled){background:var(--color-accent)}.shop-drawer__submit:active:not(:disabled){transform:scale(.99)}.shop-drawer__submit:disabled{background:var(--color-disabled-bg);color:var(--color-text-disabled);cursor:not-allowed}.shop-drawer__submit{display:inline-flex;align-items:center;justify-content:center;gap:8px}.shop-drawer__feedback{margin:10px 0 0;font-size:13px;text-align:center}.shop-drawer__feedback--error{color:var(--color-error, #d23c3c)}.shop-confirm-shell{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:24px}.shop-confirm__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:#00000073;cursor:pointer}.shop-confirm-card{position:relative;width:100%;max-width:380px;background:#fff;border-radius:24px;padding:28px 24px 24px;box-shadow:0 16px 48px #0000002e;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px;animation:shop-confirm-in .26s cubic-bezier(.22,1,.36,1) both}@keyframes shop-confirm-in{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}.shop-confirm__icon{width:48px;height:48px;border-radius:9999px;background:var(--color-success-bg);color:var(--color-success);font-size:22px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.shop-confirm__title{margin:0;font-size:20px;color:var(--color-text-primary)}.shop-confirm__text{margin:0;color:var(--color-text-secondary);font-size:14px;line-height:1.45}.shop-confirm__actions{display:flex;gap:12px;width:100%;margin-top:8px}.shop-confirm__actions>button{flex:1}.orders-new-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 18px;border-radius:9999px;background:var(--color-primary-fill);color:#fff;font-size:14px;font-weight:600;text-decoration:none;transition:background .15s ease,transform .12s ease}.orders-new-cta:hover{background:var(--color-accent)}.orders-new-cta:active{transform:scale(.98)}.orders-new-cta__icon{width:16px;height:16px}.shop-cart-footer{position:sticky;bottom:0;left:0;right:0;display:flex;align-items:center;gap:12px;padding:12px 16px calc(12px + env(safe-area-inset-bottom,0px));background:#fff;border-top:1px solid rgba(0,0,0,.06);box-shadow:0 -4px 20px #0000000f;z-index:10;animation:shop-card-enter .3s cubic-bezier(.22,1,.36,1) both}.shop-cart-footer__summary{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.shop-cart-footer__items{font-size:13px;color:var(--color-text-secondary);font-weight:500}.shop-cart-footer__total{font-size:17px;font-weight:700;color:var(--color-text-primary)}.shop-cart-footer__cta{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;border-radius:9999px;font-size:14px;font-weight:600;background:#25d366;color:#fff;text-decoration:none;transition:background .15s ease,transform .12s ease;white-space:nowrap}.shop-cart-footer__cta:hover{background:#20bd5a}.shop-cart-footer__cta:active{transform:scale(.97)}.shop-cart-footer__cta-icon{width:18px;height:18px}.shop-cart-footer__cta--disabled{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;border-radius:9999px;font-size:14px;font-weight:600;background:var(--color-disabled-bg);color:var(--color-text-disabled);border:none;cursor:not-allowed;white-space:nowrap}.shop-cart-footer__cta--disabled .shop-cart-footer__cta-icon{opacity:.5}@media(prefers-reduced-motion:reduce){.shop-grid-card,.shop-list-row,.shop-confirm-card,.shop-floating-cart,.shop-drawer,.shop-drawer__backdrop,.shop-grid-card__photo--skeleton,.shop-grid-card__swatch--sk,.shop-grid-card__add--skeleton,.shop-list-row__photo--skeleton,.shop-list-row__swatch--skeleton,.shop-list-row__add--skeleton,.shop-skeleton-line,.shop-skeleton-chip,.shop-skeleton-action,.shop-cart-footer{animation:none!important;transition:none!important}}.shop-popup-shell{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:flex-end;justify-content:center}.shop-popup__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:#00000073;cursor:pointer;opacity:0;transition:opacity .24s ease}.shop-popup-shell.is-open .shop-popup__backdrop{opacity:1}.shop-popup{position:relative;width:100%;max-width:520px;max-height:92dvh;background:#fff;border-radius:24px 24px 0 0;display:flex;flex-direction:column;overflow:hidden;transform:translateY(100%);transition:transform .24s ease;box-shadow:0 -12px 40px #0000002e}.shop-popup-shell.is-open .shop-popup{transform:translateY(0)}.shop-popup__close{position:absolute;top:12px;right:12px;z-index:2;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:#ffffffeb;width:36px;height:36px;border-radius:9999px;font-size:22px;line-height:1;color:var(--color-text-primary);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000014}.shop-popup__media{position:relative;width:100%;aspect-ratio:16 / 10;background:var(--color-surface-muted);overflow:hidden}.shop-popup__img{width:100%;height:100%;object-fit:cover}.shop-popup__img--placeholder{background:linear-gradient(135deg,#efefef,#dedede)}.shop-popup__brand-chip{position:absolute;top:12px;left:12px;background:#0000008c;color:#fff;font-size:12px;font-weight:600;padding:4px 10px;border-radius:9999px}.shop-popup__body{padding:18px 20px 24px;display:flex;flex-direction:column;gap:16px;overflow-y:auto}.shop-popup__title{margin:0;font-size:20px;font-weight:700;color:var(--color-text-primary);line-height:1.25}.shop-popup__price{margin:0;font-size:18px;font-weight:700;color:var(--color-text-primary)}.shop-popup__price-unit{font-size:13px;font-weight:500;color:var(--color-text-secondary)}.shop-popup__section-title{margin:0 0 8px;font-size:13px;font-weight:600;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.02em}.shop-popup__option-list{display:flex;flex-wrap:wrap;gap:8px}.shop-popup__option-chip{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1.5px solid var(--color-surface-muted);background:#fff;padding:8px 14px;border-radius:9999px;font-size:14px;font-weight:500;color:var(--color-text-primary);cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.shop-popup__option-chip:hover:not(:disabled){border-color:var(--color-text-primary)}.shop-popup__option-chip.is-selected{background:var(--color-text-primary);border-color:var(--color-text-primary);color:#fff}.shop-popup__option-chip.is-disabled,.shop-popup__option-chip:disabled{opacity:.5;cursor:not-allowed;text-decoration:line-through}.shop-popup__option-chip--thumb{padding:6px 14px 6px 6px;border-radius:9999px}.shop-popup__option-chip-inner{display:inline-flex;align-items:center;gap:8px}.shop-popup__option-thumb{width:28px;height:28px;border-radius:9999px;object-fit:cover;flex-shrink:0;border:1px solid rgba(0,0,0,.06)}.shop-popup__option-chip.is-selected .shop-popup__option-thumb{border-color:#ffffff73;box-shadow:0 0 0 1px #ffffff59}.shop-popup__option-label{line-height:1.2}.shop-popup__qty{display:flex;flex-direction:column;gap:4px}.shop-popup__stepper{display:inline-flex;align-items:center;gap:4px;background:var(--color-surface-subtle);padding:4px;border-radius:9999px;width:fit-content}.shop-popup__stepper-value{min-width:36px;text-align:center;font-weight:600;font-size:16px}.shop-popup__cta{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:var(--color-text-primary);color:#fff;padding:14px 20px;border-radius:9999px;font-size:16px;font-weight:700;cursor:pointer;transition:opacity .15s ease;margin-top:4px}.shop-popup__cta:hover:not(:disabled){opacity:.92}.shop-popup__cta:disabled{background:var(--color-disabled-bg);color:var(--color-text-disabled);cursor:not-allowed}@media(max-width:640px){.shop-popup{max-width:100%}}@media(prefers-reduced-motion:reduce){.shop-popup,.shop-popup__backdrop{transition:none!important}}.shop-product-detail-page{flex:1;min-height:0;display:flex;flex-direction:column;padding:0 0 calc(32px + env(safe-area-inset-bottom,0px));background:var(--color-bg-page);gap:12px}.shop-product-detail-page .auth-flow-topbar{gap:0;padding-bottom:16px}.shop-product-detail__card--skeleton{pointer-events:none}.shop-product-detail__hero--skeleton{height:219px;background:linear-gradient(90deg,#ececec 25%,#f5f5f5,#ececec 75%);background-size:440px 100%;animation:shop-skeleton-shimmer 1.2s ease-in-out infinite}.shop-product-detail__swatch--skeleton{border:0;background:linear-gradient(90deg,#ececec 25%,#f5f5f5,#ececec 75%);background-size:440px 100%;animation:shop-skeleton-shimmer 1.2s ease-in-out infinite}.shop-product-detail__qty--skeleton{min-width:112px;min-height:40px;border-radius:28px;border:0;padding:0;box-shadow:none;background:linear-gradient(90deg,#ececec 25%,#f5f5f5,#ececec 75%);background-size:440px 100%;animation:shop-skeleton-shimmer 1.2s ease-in-out infinite}.shop-product-detail__cta--skeleton{min-height:52px;border-radius:16px;background:linear-gradient(90deg,#d8d8d8 25%,#ececec,#d8d8d8 75%);background-size:440px 100%;animation:shop-skeleton-shimmer 1.2s ease-in-out infinite}.shop-product-detail__sk-line-tag{width:72px}.shop-product-detail__sk-line-title{width:min(88%,300px)}.shop-product-detail__sk-price-row{width:100%}.shop-product-detail__sk-line-label{width:120px}.shop-product-detail__sk-line-value{width:88px;margin-left:auto}.shop-product-detail__sk-line-sub{width:160px}.shop-product-detail__sk-line-variant{flex:1;min-width:0;max-width:220px}.shop-product-detail__scroll{flex:1 1 auto;min-height:0;overflow-y:auto;padding:0 16px 12px}.shop-product-detail__card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000000f}.shop-product-detail__hero{width:100%;height:219px;display:block;object-fit:cover}.shop-product-detail__hero--placeholder{background:var(--color-surface-muted)}.shop-product-detail__content{display:flex;flex-direction:column;gap:8px;padding:24px 16px}.shop-product-detail__tag{margin:0;font-size:14px;font-weight:400;line-height:1.4;color:#24ae41}.shop-product-detail__title{margin:0;font-size:24px;font-weight:600;line-height:1.2;color:#1c1c1c}.shop-product-detail__product-price{margin:0;display:flex;gap:2px;align-items:center;justify-content:space-between}.shop-product-detail__product-price-label{font-size:14px;font-weight:400;line-height:1.4;color:#7d7d7d}.shop-product-detail__product-price-value{font-size:18px;font-weight:600;line-height:1.3;color:#0a0a0a}.shop-product-detail__sub{margin:0;font-size:16px;font-weight:400;line-height:1.4;color:#7d7d7d}.shop-product-detail__variant{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 0}.shop-product-detail__variant--oos{opacity:.55}.shop-product-detail__left{display:flex;align-items:center;gap:16px;min-width:0}.shop-product-detail__swatch{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:9999px;flex-shrink:0;border:1px solid rgba(0,0,0,.06);overflow:hidden}.shop-product-detail__swatch--photo{padding:0;overflow:hidden;background:var(--color-surface-muted)}.shop-product-detail__swatch--photo img{width:100%;height:100%;object-fit:cover;display:block}.shop-product-detail__sold-tag{margin-left:8px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#8a8a8a;vertical-align:middle}.shop-product-detail__variant-text{min-width:0}.shop-product-detail__variant-name{margin:0;font-size:16px;font-weight:400;line-height:1.4;color:#252525}.shop-product-detail__qty{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;min-width:112px;padding:8px;border:1px solid #efefef;border-radius:28px;background:#fff9;box-shadow:0 4px 20px #0000000f;color:#0a0a0a;font-size:14px;font-weight:400;line-height:1.4}.shop-product-detail__qty-btn{border:0;background:transparent;width:28px;height:28px;padding:0;display:inline-flex;align-items:center;justify-content:center;color:#0a0a0a;cursor:pointer;font-size:18px;line-height:1}.shop-product-detail__qty-btn:disabled{opacity:.35;cursor:default}.shop-product-detail__qty-value{min-width:20px;text-align:center}.shop-product-detail__footer{flex-shrink:0;padding:12px 16px calc(12px + env(safe-area-inset-bottom,0px))}.shop-product-detail__cta{width:100%;min-height:52px;padding:16px;border:0;border-radius:16px;background:#1c2938;color:#fff;font-size:16px;font-weight:600;line-height:1.2;cursor:pointer;display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.2em;text-align:center}.shop-product-detail__cta-total{white-space:nowrap}.shop-product-detail__cta:hover{opacity:.96}.shop-product-detail__cta:active{opacity:.9}.shop-cart-page{flex:1;min-height:0;display:flex;flex-direction:column;padding:0 0 calc(32px + env(safe-area-inset-bottom,0px));background:var(--color-bg-page);gap:12px}.shop-cart-page .auth-flow-topbar{gap:0;padding-bottom:16px}.shop-cart-page--empty .shop-cart__subtitle{display:none}.shop-cart-page--empty .shop-cart__scroll{display:flex;align-items:center;justify-content:center;overflow:hidden;padding:0 16px}.shop-cart__title-wrap{display:flex;flex-direction:column;gap:8px;padding:0 16px}.shop-cart__title{margin:0;font-size:32px;font-weight:700;line-height:1.2;color:#1c1c1c}.shop-cart__subtitle{margin:0;font-size:20px;font-weight:600;line-height:1.2;color:#8a8a8a}.shop-cart__scroll{flex:1 1 auto;min-height:0;overflow-y:auto;padding:0 16px 16px}.shop-cart__list{display:flex;flex-direction:column;gap:16px}.shop-cart__item{display:flex;width:100%;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 4px 20px #0000000f}.shop-cart__item--short{min-height:185px}.shop-cart__item--skeleton{pointer-events:none}.shop-cart__photo--skeleton{background:linear-gradient(90deg,#ececec 25%,#f5f5f5,#ececec 75%);background-size:440px 100%;animation:shop-skeleton-shimmer 1.2s ease-in-out infinite}.shop-cart__skeleton-head{display:flex;flex-direction:column;gap:8px;min-width:0;flex:1 1 auto}.shop-cart__sk-tag-line{width:64px}.shop-cart__sk-name-line{width:90%}.shop-cart__sk-price-line{width:132px}.shop-cart__trash--skeleton{display:block;flex-shrink:0;width:40px;height:40px;border-radius:28px;border:0;background:linear-gradient(90deg,#ececec 25%,#f5f5f5,#ececec 75%);background-size:440px 100%;animation:shop-skeleton-shimmer 1.2s ease-in-out infinite}.shop-cart__qty--skeleton{display:block;width:112px;height:40px;border-radius:28px;background:linear-gradient(90deg,#ececec 25%,#f5f5f5,#ececec 75%);background-size:440px 100%;animation:shop-skeleton-shimmer 1.2s ease-in-out infinite}.shop-cart__sk-total-line{align-self:flex-end;width:100px;margin-top:4px}.shop-cart__photo-link{flex-shrink:0;align-self:stretch;display:block;width:100px;min-height:100px;text-decoration:none;color:inherit;-webkit-tap-highlight-color:transparent}.shop-cart__photo-link:focus-visible{outline:2px solid #252525;outline-offset:2px}.shop-cart__photo-link .shop-cart__photo{width:100%;height:100%;min-height:100px}.shop-cart__photo{width:100px;flex-shrink:0;object-fit:cover;display:block;align-self:stretch;min-height:100px}.shop-cart__photo--placeholder{background:var(--color-surface-muted)}.shop-cart__body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:8px;padding:8px}.shop-cart__top{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.shop-cart__head-link{flex:1 1 auto;min-width:0;text-decoration:none;color:inherit;-webkit-tap-highlight-color:transparent}.shop-cart__head-link:focus-visible{outline:2px solid #252525;outline-offset:2px;border-radius:4px}.shop-cart__tag{margin:0;font-size:14px;font-weight:400;line-height:1.4;color:#ff5c00}.shop-cart__tag--new{color:#24ae41}.shop-cart__name{margin:0;font-size:18px;font-weight:500;line-height:1.3;color:#1c1c1c}.shop-cart__product-price{margin:4px 0 0;font-size:14px;font-weight:400;line-height:1.4;color:#7d7d7d}.shop-cart__trash{width:40px;height:40px;border:1px solid #efefef;border-radius:28px;background:#fff9;box-shadow:0 4px 20px #0000000f;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:#252525;cursor:pointer;-webkit-tap-highlight-color:transparent}.shop-cart__row{display:flex;justify-content:space-between;align-items:center;gap:8px}.shop-cart__row--qty-only{justify-content:flex-end}.shop-cart__variant{display:flex;align-items:center;gap:16px;min-width:0}.shop-cart__variant-name,.shop-cart__variant-inline{margin:0;font-size:16px;font-weight:400;line-height:1.4;color:#252525}.shop-cart__variant-price{margin:0;font-size:14px;font-weight:400;line-height:1.4;color:#7d7d7d}.shop-cart__swatch{width:32px;height:32px;flex-shrink:0;border-radius:20px;border:1px solid #fff;box-sizing:border-box}.shop-cart__swatch--photo{overflow:hidden;padding:0;display:inline-flex;align-items:center;justify-content:center}.shop-cart__swatch--photo img{width:100%;height:100%;object-fit:cover}.shop-cart__qty{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:80px;min-height:40px;padding:8px;border:1px solid #efefef;border-radius:28px;background:#fff9;box-shadow:0 4px 20px #0000000f}.shop-cart__qty button{width:28px;height:28px;border:0;background:transparent;padding:0;display:inline-flex;align-items:center;justify-content:center;font-size:18px;line-height:1;font-weight:500;color:#252525;cursor:pointer;border-radius:8px;-webkit-tap-highlight-color:transparent}.shop-cart__qty button:disabled{opacity:.35;cursor:not-allowed}.shop-cart__qty-value{min-width:20px;text-align:center;font-size:16px;font-weight:500;color:#1c1c1c}.shop-cart__item-total{margin:4px 0 0;padding-top:8px;border-top:1px solid #dedede;text-align:right;font-size:20px;font-weight:600;line-height:1.2;color:#1c1c1c;font-variant-numeric:tabular-nums}.shop-cart__empty{width:100%;max-width:361px;min-height:172px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:16px;margin:0 auto;text-align:center;box-sizing:border-box}.shop-cart__empty-illustration{width:56px;height:56px;display:inline-flex;align-items:center;justify-content:center;padding:16px;border-radius:8px;background:#ffdecc;box-sizing:border-box;color:#ff5c00;flex-shrink:0}.shop-cart__empty-bag-svg{display:block}.shop-cart__empty-title{margin:0;width:100%;color:#222;font-size:24px;font-weight:600;line-height:1.2}.shop-cart__empty-copy{margin:0;width:100%;color:#7d7d7d;font-size:16px;font-weight:400;line-height:1.4}.shop-cart__footer{flex-shrink:0;padding:0 16px 16px;display:flex;flex-direction:column;gap:24px}.shop-cart__footer--empty{padding-top:8px}.shop-cart__summary{border-top:1px solid #dedede;width:100%;box-sizing:border-box;padding-top:8px;display:flex;flex-direction:column;gap:10px}.shop-cart__summary p{margin:0;display:flex;justify-content:flex-end;gap:10px;font-size:16px;font-weight:500;line-height:1.2;color:#8a8a8a;font-variant-numeric:tabular-nums}.shop-cart__summary-total{font-size:24px!important;font-weight:600!important;color:#e85d2a!important}.shop-cart__cta{width:100%;min-height:52px;padding:16px;border:0;border-radius:16px;background:#1c2938;color:#fff;font-size:16px;font-weight:600;line-height:1.2;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:opacity .15s ease,transform .12s ease;-webkit-tap-highlight-color:transparent}.shop-cart__cta:hover:not(:disabled){opacity:.96}.shop-cart__cta:active:not(:disabled){transform:scale(.99)}.shop-cart__cta--disabled{background:var(--color-disabled-bg);color:var(--color-text-disabled);cursor:not-allowed}.shop-cart__cta--disabled .shop-cart-footer__cta-icon{opacity:.5}.shop-cart__feedback{margin:-12px 0 0;font-size:13px;line-height:1.35;text-align:center}.shop-cart__feedback--error{color:var(--color-danger, #c62828)}.shop-thanks-page{flex:1;min-height:0;display:flex;flex-direction:column;width:100%;padding:0 0 calc(32px + env(safe-area-inset-bottom,0px));background:#eee;--crm-header-sticky-bg: #eee}.shop-thanks-page .auth-flow-topbar{gap:0;padding-bottom:16px;background:#eee}.shop-thanks__scroll{flex:1 1 auto;min-height:0;overflow-y:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 16px 56px;box-sizing:border-box}.shop-thanks__hero-wrap{position:relative;width:100%;max-width:393px;height:73vh;margin-bottom:-56px}.shop-thanks__hero{width:100%;height:100%;border-radius:0;display:block}.shop-thanks__hero--illustration{object-fit:cover;background-image:url(/assets/images/shop-thank-you-hero.png);background-position:center center;background-attachment:fixed;background-repeat:no-repeat;background-size:cover}.shop-thanks__fade{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,#eee0 52%,#eeeeeeb8 78%,#eee)}.shop-thanks__text-wrap{position:relative;z-index:1;width:100%;max-width:none;margin-top:-56px;padding:16px 0;border-radius:20px;text-align:center;box-sizing:border-box}.shop-thanks__title{margin:0;font-size:24px;font-weight:600;line-height:1.2;color:#1c1c1c}.shop-thanks__desc{margin:8px 0 0;font-size:16px;font-weight:400;line-height:1.4;color:#7d7d7d}.shop-thanks__footer{flex-shrink:0;padding:16px;box-sizing:border-box}.shop-thanks__cta{display:flex;align-items:center;justify-content:center;width:100%;min-height:52px;padding:16px;border-radius:16px;background:#1c2938;color:#fff;font-size:16px;font-weight:600;line-height:1.2;text-decoration:none;box-sizing:border-box;-webkit-tap-highlight-color:transparent;transition:opacity .15s ease,transform .12s ease}.shop-thanks__cta:hover{opacity:.96}.shop-thanks__cta:active{transform:scale(.99)}.shop-drawer__row-option{margin:0;font-size:12px;font-weight:500;color:var(--color-text-secondary);background:var(--color-surface-muted);padding:2px 8px;border-radius:9999px;align-self:flex-start}.salon-edit-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:140;display:flex;justify-content:center;align-items:flex-end}.salon-edit-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#0006;padding:0}.salon-edit-panel{position:relative;width:100%;max-width:none;background:#fff;border-radius:24px 24px 0 0;padding:20px 20px calc(20px + env(safe-area-inset-bottom,0px));display:grid;gap:16px}.salon-edit-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.salon-edit-title{margin:0;font-size:18px;font-weight:600;color:#171717}.salon-edit-close{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:8px;background:#f1f1f1;padding:0;cursor:pointer}.salon-edit-close-icon{width:18px;height:18px}.salon-edit-body{display:grid;gap:8px}.salon-edit-input,.salon-edit-textarea{width:100%;border:1px solid #e0e0e0;border-radius:12px;background:#fff;font:inherit;font-size:16px;padding:14px 16px;color:#171717;box-sizing:border-box}.salon-edit-input:focus,.salon-edit-textarea:focus{outline:2px solid #1f2937;outline-offset:-1px}.salon-edit-textarea-wrap{position:relative}.salon-edit-textarea{min-height:140px;resize:vertical;padding-bottom:28px}.salon-edit-count{position:absolute;right:12px;bottom:8px;font-size:12px;color:#8a8a8a}.salon-edit-options{display:grid;gap:8px}.salon-edit-option{display:flex;align-items:center;justify-content:space-between;border:1px solid #e0e0e0;background:#fff;border-radius:12px;padding:14px 16px;font:inherit;font-size:16px;color:#171717;cursor:pointer;text-align:left}.salon-edit-option--selected{border-color:#171717;background:#fafafa}.salon-edit-radio{width:20px;height:20px;border-radius:50%;border:2px solid #c4c4c4;position:relative;flex-shrink:0}.salon-edit-radio--on{border-color:#171717}.salon-edit-radio--on:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;background:#171717;border-radius:50%}.salon-edit-error{margin:0;font-size:13px;color:#eb461a}.salon-edit-actions{display:flex;gap:12px;margin-top:4px}.salon-edit-cancel,.salon-edit-save{flex:1;border-radius:12px;padding:14px;text-align:center;font-size:16px;font-weight:600;border:0;cursor:pointer}.salon-edit-cancel{background:#e0e0e0;color:#171717}.salon-edit-save{background:#171717;color:#fff}.salon-edit-save:disabled,.salon-edit-cancel:disabled{opacity:.6;cursor:default}.crm-salon-skeleton{padding:16px 0;display:grid;gap:16px}.crm-salon-skeleton__hero{min-height:168px;border-radius:24px;background:#fff;box-shadow:0 4px 20px #0000000f;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:20px 16px}.crm-salon-skeleton__card{min-height:240px;border-radius:20px;background:#fff;box-shadow:0 4px 20px #0000000f;padding:16px;display:flex;flex-direction:column;gap:12px}.crm-salon-skeleton__avatar,.crm-salon-skeleton__line,.crm-salon-skeleton__icon,.crm-salon-skeleton__chip{position:relative;overflow:hidden;background:#ececec}.crm-salon-skeleton__avatar:after,.crm-salon-skeleton__line:after,.crm-salon-skeleton__icon:after,.crm-salon-skeleton__chip:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,#ececec00,#ffffffd1,#ececec00);animation:crm-salon-skeleton-shimmer 1.2s ease-in-out infinite}.crm-salon-skeleton__avatar{width:96px;height:96px;border-radius:50%}.crm-salon-skeleton__line{border-radius:999px;height:14px}.crm-salon-skeleton__line--name{width:min(62%,188px);height:18px}.crm-salon-skeleton__line--title{width:132px;height:18px}.crm-salon-skeleton__line--label{width:138px}.crm-salon-skeleton__line--value{width:min(64%,204px)}.crm-salon-skeleton__card-head{padding-bottom:4px}.crm-salon-skeleton__rows{display:flex;flex-direction:column;gap:8px}.crm-salon-skeleton__row{display:flex;align-items:center;gap:12px;min-height:48px;padding:4px 0}.crm-salon-skeleton__icon{width:20px;height:20px;border-radius:6px;flex-shrink:0}.crm-salon-skeleton__row-copy{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:6px}.crm-salon-skeleton__chip{width:28px;height:28px;border-radius:999px;flex-shrink:0}@media(prefers-reduced-motion:reduce){.crm-salon-skeleton__avatar:after,.crm-salon-skeleton__line:after,.crm-salon-skeleton__icon:after,.crm-salon-skeleton__chip:after{animation:none;opacity:0}}@keyframes crm-salon-skeleton-shimmer{to{transform:translate(100%)}}.crm-salon-error{margin:0 0 16px;padding:16px;border:1px solid #f5c2b8;background:#fdecea;border-radius:16px;color:#7f1d1d;font-size:14px}
