.ReactCrop{position:relative;display:inline-block;cursor:crosshair;overflow:hidden;max-width:100%}.ReactCrop *,.ReactCrop :after,.ReactCrop :before{-webkit-box-sizing:border-box;box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{max-height:inherit}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{display:block;max-width:100%;max-height:inherit}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{-ms-touch-action:none;touch-action:none}.ReactCrop__crop-selection{position:absolute;top:0;left:0;-webkit-transform:translateZ(0);transform:translateZ(0);cursor:move;-webkit-box-shadow:0 0 0 9999em #00000080;box-shadow:0 0 0 9999em #00000080}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed white}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){-webkit-animation:marching-ants 1s;animation:marching-ants 1s;background-image:-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),color-stop(50%,#444));background-image:linear-gradient(90deg,#fff 50%,#444 0),linear-gradient(90deg,#fff 50%,#444 0),linear-gradient(180deg,#fff 50%,#444 0),linear-gradient(180deg,#fff 50%,#444 0);background-size:10px 1px,10px 1px,1px 10px,1px 10px;background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;color:#fff;-webkit-animation-play-state:running;animation-play-state:running;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}.ReactCrop__crop-selection:focus{outline:none;border-color:#00f;border-style:solid}.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-hz:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-vt:before{content:"";display:block;position:absolute;background-color:#fff6}.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-vt:before{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333333333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6666666667%}.ReactCrop__rule-of-thirds-hz:after,.ReactCrop__rule-of-thirds-hz:before{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333333333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6666666667%}.ReactCrop__drag-handle{position:absolute}.ReactCrop__drag-handle:after{position:absolute;content:"";display:block;width:10px;height:10px;background-color:#0003;border:1px solid rgba(255,255,255,.7);outline:1px solid transparent}.ReactCrop__drag-handle:focus:after{border-color:#00f;background:#2dbfff}.ReactCrop .ord-nw{top:0;left:0;margin-top:-5px;margin-left:-5px;cursor:nw-resize}.ReactCrop .ord-nw:after{top:0;left:0}.ReactCrop .ord-n{top:0;left:50%;margin-top:-5px;margin-left:-5px;cursor:n-resize}.ReactCrop .ord-n:after{top:0}.ReactCrop .ord-ne{top:0;right:0;margin-top:-5px;margin-right:-5px;cursor:ne-resize}.ReactCrop .ord-ne:after{top:0;right:0}.ReactCrop .ord-e{top:50%;right:0;margin-top:-5px;margin-right:-5px;cursor:e-resize}.ReactCrop .ord-e:after{right:0}.ReactCrop .ord-se{bottom:0;right:0;margin-bottom:-5px;margin-right:-5px;cursor:se-resize}.ReactCrop .ord-se:after{bottom:0;right:0}.ReactCrop .ord-s{bottom:0;left:50%;margin-bottom:-5px;margin-left:-5px;cursor:s-resize}.ReactCrop .ord-s:after{bottom:0}.ReactCrop .ord-sw{bottom:0;left:0;margin-bottom:-5px;margin-left:-5px;cursor:sw-resize}.ReactCrop .ord-sw:after{bottom:0;left:0}.ReactCrop .ord-w{top:50%;left:0;margin-top:-5px;margin-left:-5px;cursor:w-resize}.ReactCrop .ord-w:after{left:0}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{top:0;left:0;width:100%;height:6px;margin-top:-3px}.ReactCrop__drag-bar.ord-e{right:0;top:0;width:6px;height:100%;margin-right:-3px}.ReactCrop__drag-bar.ord-s{bottom:0;left:0;width:100%;height:6px;margin-bottom:-3px}.ReactCrop__drag-bar.ord-w{top:0;left:0;width:6px;height:100%;margin-left:-3px}.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w,.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle{display:none}@media (pointer:coarse){.ReactCrop .ord-e,.ReactCrop .ord-n,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:24px;height:24px}}.document-fields__main{--tenant-gutter-h-right:var(--main-gutter-h-right);--tenant-gutter-h-left:var(--main-gutter-h-left)}.document-fields__sidebar-fields{--tenant-gutter-h-right:var(--sidebar-gutter-h-right);--tenant-gutter-h-left:var(--sidebar-gutter-h-left)}.document-fields__main .render-fields .tenantField,.document-fields__sidebar-fields .render-fields .tenantField{width:calc(100% + var(--tenant-gutter-h-right) + var(--tenant-gutter-h-left));margin-left:calc(-1*var(--tenant-gutter-h-left));border-bottom:1px solid var(--theme-elevation-100);padding-top:calc(var(--base)*1);padding-bottom:calc(var(--base)*1.75)}.document-fields__main .render-fields .tenantField__wrapper,.document-fields__sidebar-fields .render-fields .tenantField__wrapper{padding-left:var(--tenant-gutter-h-left);padding-right:var(--tenant-gutter-h-right)}[dir=rtl] .document-fields__main .render-fields .tenantField,[dir=rtl] .document-fields__sidebar-fields .render-fields .tenantField{margin-right:calc(-1*var(--tenant-gutter-h-right));background-image:repeating-linear-gradient(-120deg,var(--theme-elevation-50) 0,var(--theme-elevation-50) 1px,transparent 1px,transparent 5px)}.document-fields__main .render-fields .tenantField:not(:first-child),.document-fields__sidebar-fields .render-fields .tenantField:not(:first-child){border-top:1px solid var(--theme-elevation-100);margin-top:calc(var(--base)*1.25)}.document-fields__main .render-fields .tenantField:not(:last-child),.document-fields__sidebar-fields .render-fields .tenantField:not(:last-child){margin-bottom:var(--spacing-field)}.document-fields__main .render-fields .tenantField:first-child,.document-fields__sidebar-fields .render-fields .tenantField:first-child{margin-top:calc(var(--base)*-1.5);padding-top:calc(var(--base)*1.5)}.tenant-selector{width:100%;margin-bottom:2rem}@layer payload-default{.plugin-seo__field .field-label{display:inline!important}.banner{font-size:1rem;line-height:20px;border:0;vertical-align:middle;background:var(--theme-elevation-100);color:var(--theme-elevation-800);border-radius:4px;padding:10px;margin-bottom:1.5384615385rem}.banner--has-action{cursor:pointer;text-decoration:none}.banner--has-icon{display:flex}.banner--has-icon svg{display:block}.banner--type-default.button--has-action:hover{background:var(--theme-elevation-900)}.banner--type-default.button--has-action:active{background:var(--theme-elevation-950)}.banner--type-error{background:var(--theme-error-100);color:var(--theme-error-600)}.banner--type-error svg .stroke{stroke:var(--theme-error-600);fill:none}.banner--type-error svg .fill{fill:var(--theme-error-600)}.banner--type-error.button--has-action:hover{background:var(--theme-error-200)}.banner--type-error.button--has-action:active{background:var(--theme-error-300)}.banner--type-success{background:var(--theme-success-100);color:var(--theme-success-600)}.banner--type-success.button--has-action:active,.banner--type-success.button--has-action:hover{background:var(--theme-success-200)}}@layer payload-default{}.Nav_nav__plC9Y{position:fixed;left:0;top:0;z-index:100;display:flex;flex-direction:column;height:100vh;background:transparent;overflow:hidden;font-family:var(--font-body,system-ui,-apple-system,sans-serif);-webkit-font-smoothing:antialiased}.Nav_navTransition__N8CwA{transition:width .25s cubic-bezier(.16,1,.3,1)}.Nav_header__hwWG_{display:flex;align-items:center;gap:12px;height:64px;flex-shrink:0;transition:padding .25s cubic-bezier(.16,1,.3,1)}.Nav_headerExpanded__thQRh{padding:0 20px}.Nav_headerCollapsed__Xs6fe{padding:0 14px;justify-content:center}.Nav_logo__zLxhn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;flex-shrink:0;border-radius:10px;overflow:hidden}.Nav_logoTenant__3WJ2w{background:hsl(var(--brand-primary));box-shadow:0 1px 3px hsl(var(--brand-primary)/.3)}.Nav_logoSuperAdmin___Eh8e{background:hsl(var(--super-admin-primary));box-shadow:0 1px 3px hsl(var(--super-admin-primary)/.3)}.Nav_logoIcon__8yk3q{width:16px;height:16px;color:white}.Nav_headerTitle__5zXSA{font-size:15px;font-weight:600;color:hsl(var(--color-text,60 3% 10%));white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.01em;line-height:1}.Nav_linksContainer__ZX5Wn{flex:1;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none;transition:padding .25s cubic-bezier(.16,1,.3,1)}.Nav_linksContainer__ZX5Wn::-webkit-scrollbar{display:none}.Nav_linksContainerExpanded__NhrfV{padding:8px 12px}.Nav_linksContainerCollapsed__5hnzP{padding:8px 10px}.Nav_linksInner__JfKIE{display:flex;flex-direction:column;gap:2px}.Nav_section__ze5Ql{padding:20px 12px 6px;font-size:11px;font-weight:500;color:hsl(var(--color-text-muted,35 4% 60%));text-transform:uppercase;letter-spacing:.06em}.Nav_navItem__2Lcmh{position:relative;display:flex;align-items:center;gap:10px;height:36px;border-radius:8px;font-size:13.5px;text-decoration:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .15s ease;overflow:hidden}.Nav_navItemExpanded__qSk_C{padding:0 12px;justify-content:flex-start}.Nav_navItemCollapsed__2dTeS{padding:0;justify-content:center}.Nav_navItemInactive__QBzPo{font-weight:450;color:hsl(var(--color-text-secondary,40 3% 40%));background:transparent}.Nav_navItemInactive__QBzPo:hover{color:hsl(var(--color-text,60 3% 10%));background:hsl(var(--color-bg,0 0% 100%)/.6)}.Nav_navItemActiveTenant__TfdB_{font-weight:475;color:hsl(var(--brand-primary));background:hsl(var(--color-bg,0 0% 100%)/.7)}.Nav_navItemActiveTenant__TfdB_:before{display:none}.Nav_navItemActiveSuperAdmin__FdmrS{font-weight:475;color:hsl(var(--super-admin-primary));background:hsl(var(--color-bg,0 0% 100%)/.7)}.Nav_navItemActiveSuperAdmin__FdmrS:before{display:none}.Nav_navItemIcon__rgQXB{width:18px;height:18px;flex-shrink:0;pointer-events:none}.Nav_navItemIconInactive___vVGb{color:hsl(var(--color-text-muted,35 4% 60%));stroke-width:1.75}.Nav_navItemIconActiveTenant__0rDkI{color:hsl(var(--brand-primary));stroke-width:1.75}.Nav_navItemIconActiveSuperAdmin__OiyEy{color:hsl(var(--super-admin-primary));stroke-width:1.75}.Nav_navItemLabel__NMWN7{flex:1;pointer-events:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.Nav_activeIndicatorSuperAdmin__xv5a7,.Nav_activeIndicatorTenant__xsfBv,.Nav_activeIndicator__rGEDC{display:none}.Nav_footer__X63Mm{flex-shrink:0;transition:padding .25s cubic-bezier(.16,1,.3,1)}.Nav_footerExpanded__qLrY0{padding:12px}.Nav_footerCollapsed__jvY1C{padding:12px 10px}.Nav_superAdminIndicator__VUTry{margin-bottom:8px;padding:10px 12px;border-radius:8px;background:hsl(var(--color-bg,0 0% 100%)/.7);border:1px solid hsl(var(--super-admin-border))}.Nav_superAdminIndicatorInner__PJR_T{display:flex;align-items:center;gap:8px}.Nav_superAdminIcon__fhfMS{width:16px;height:16px;color:hsl(var(--super-admin-primary))}.Nav_superAdminTitle__TI85Z{font-size:12px;font-weight:600;color:hsl(var(--super-admin-emphasis));margin:0;line-height:1}.Nav_superAdminSubtitle__p8xmi{font-size:11px;color:hsl(var(--super-admin-primary));margin:3px 0 0;line-height:1}.Nav_logoutButton__sfaeO{display:flex;align-items:center;gap:10px;height:36px;border-radius:8px;font-size:13px;font-weight:450;color:hsl(var(--color-text-muted,35 4% 60%));text-decoration:none;transition:all .15s ease;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.Nav_logoutButton__sfaeO:hover{color:hsl(var(--color-error,0 66% 53%));background:hsl(var(--color-error,0 66% 53%)/.08)}.Nav_logoutButtonExpanded__lq8dn{padding:0 12px;justify-content:flex-start}.Nav_logoutButtonCollapsed__MUnf_{padding:0;justify-content:center}.Nav_logoutIcon__KRtmk{width:18px;height:18px;flex-shrink:0;pointer-events:none}.Nav_logoutLabel__MjHme{pointer-events:none;white-space:nowrap}.Nav_version__z3Mt2{display:none}.Nav_footerDivider__wIe8E{height:1px;margin:6px 0;background:hsl(var(--color-text,60 3% 10%)/.06)}.Nav_collapseButton__RUgHY{display:flex;align-items:center;gap:10px;height:36px;border-radius:8px;font-size:13px;font-weight:450;color:hsl(var(--color-text-muted,35 4% 60%));background:transparent;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .15s ease;border:none}.Nav_collapseButton__RUgHY:hover{color:hsl(var(--color-text-secondary,40 3% 40%));background:hsl(var(--color-bg,0 0% 100%)/.4)}.Nav_collapseButtonExpanded__G8CLs{padding:0 12px;justify-content:space-between}.Nav_collapseButtonCollapsed__M5gTw{padding:0;justify-content:center}.Nav_collapseIcon__TdtCB{width:16px;height:16px;flex-shrink:0;stroke-width:1.75}.Nav_collapseLabel__R3C_w{white-space:nowrap}.Nav_backNavBar__tILv_{position:fixed;top:0;right:0;z-index:99;display:flex;align-items:center;gap:12px;height:48px;padding:0 24px;background:hsl(var(--color-bg,0 0% 100%)/.92);backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%);border-bottom:1px solid hsl(var(--color-border,40 8% 87%));transition:left .25s cubic-bezier(.16,1,.3,1)}.Nav_backButton__WvzVW{display:flex;align-items:center;gap:6px;padding:5px 10px;border-radius:6px;font-size:13px;font-weight:500;color:hsl(var(--color-text-secondary,40 3% 40%));background:transparent;cursor:pointer;transition:all .15s ease;border:none}.Nav_backButton__WvzVW:hover{background:hsl(var(--color-text,60 3% 10%)/.04);color:hsl(var(--color-text,60 3% 10%))}.Nav_backButtonIcon__76Bm3{width:16px;height:16px}.Nav_backNavDivider__Tonvk{height:16px;width:1px;background:hsl(var(--color-border,40 8% 87%))}.Nav_backNavLabel__ZYr_x{font-family:var(--font-body,system-ui,sans-serif);font-size:13px;font-weight:600;color:hsl(var(--color-text,60 3% 10%))}.Nav_skeleton__cNnsd{position:fixed;left:0;top:0;z-index:100;display:flex;flex-direction:column;height:100vh;background:transparent;align-items:center;justify-content:center}.Nav_skeletonSpinner__ozwCp{width:20px;height:20px;border:2px solid hsl(var(--color-border,40 8% 87%));border-top-color:hsl(var(--brand-primary,217 91% 60%));border-radius:50%;animation:Nav_spin__jd3s0 1s linear infinite}@keyframes Nav_spin__jd3s0{to{transform:rotate(1turn)}}@media (max-width:1023px){.Nav_backNavBar__tILv_{left:0!important}}.CustomerList_controlsBar__uaaMg{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.CustomerList_viewToggleGroup__6ZIn6{display:inline-flex;align-items:center;gap:2px;border-radius:8px;border:none;background:hsl(var(--color-bg-muted));padding:2px}.CustomerList_viewToggleButton__tRBBf{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;font-size:12px;font-weight:500;border-radius:6px;border:none;background:transparent;color:hsl(var(--color-text-secondary));cursor:pointer;transition:all .15s ease}.CustomerList_viewToggleButton__tRBBf:hover{background:hsl(var(--color-bg-muted))}.CustomerList_viewToggleButtonActive__sM7jo{background:hsl(var(--brand-primary)/.08);color:hsl(var(--brand-primary-emphasis))}.CustomerList_viewToggleButtonActive__sM7jo:hover{background:hsl(var(--brand-primary)/.08)}.CustomerList_scrollGroup__wjORL{display:inline-flex;align-items:center;border-radius:12px;border:1px solid hsl(var(--color-border));background:hsl(var(--color-bg-subtle));padding:4px}.CustomerList_scrollButton__Omrw5{display:inline-flex;align-items:center;justify-content:center;padding:4px;font-size:12px;border-radius:8px;border:none;background:transparent;color:hsl(var(--color-text-secondary));cursor:pointer;transition:all .15s ease}.CustomerList_scrollButton__Omrw5:hover{background:hsl(var(--color-bg-muted));color:hsl(var(--color-text))}@media (max-width:639px){.CustomerList_scrollButton__Omrw5{padding:8px;min-width:36px;min-height:36px}}.CustomerList_addButton__zMRmi{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;font-size:13px;font-weight:500;border-radius:8px;border:none;background:hsl(var(--brand-primary));color:hsl(var(--brand-primary-foreground,0 0% 100%));cursor:pointer;transition:background .15s ease}.CustomerList_addButton__zMRmi:hover{background:hsl(var(--brand-primary-emphasis))}.CustomerList_searchFilterBar__Xislq{display:flex;flex-direction:column;align-items:stretch;gap:12px;margin-bottom:16px}@media (min-width:640px){.CustomerList_searchFilterBar__Xislq{flex-direction:row;align-items:center;gap:16px}}.CustomerList_searchWrapper__eUJDN{position:relative;flex:1}.CustomerList_searchIcon__MoCMv{position:absolute;inset-block:0;left:0;display:flex;align-items:center;padding-left:12px;pointer-events:none;color:hsl(var(--color-text-muted))}.CustomerList_searchInput__JyhtL{display:block;width:100%;padding:8px 12px 8px 40px;font-size:13px;border-radius:8px;border:1px solid hsl(var(--color-border));background:hsl(var(--color-bg-subtle));color:hsl(var(--color-text));outline:none;transition:border-color .15s ease}.CustomerList_searchInput__JyhtL:focus{border-color:hsl(var(--brand-primary));box-shadow:0 0 0 1px hsl(var(--brand-primary))}.CustomerList_filterToggle__jscss{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;font-size:13px;font-weight:500;border-radius:8px;border:1px solid hsl(var(--color-border));background:hsl(var(--color-bg-subtle));color:hsl(var(--color-text-secondary));cursor:pointer;transition:all .15s ease}.CustomerList_filterToggle__jscss:hover{background:hsl(var(--color-bg-muted))}.CustomerList_filterToggleActive__bDvd8{border-color:hsl(var(--brand-primary-muted));background:hsl(var(--brand-primary)/.08);color:hsl(var(--brand-primary-emphasis))}.CustomerList_filterToggleActive__bDvd8:hover{background:hsl(var(--brand-primary)/.1)}.CustomerList_filterBadge__GXw0q{padding:1px 6px;font-size:11px;border-radius:9999px;background:hsl(var(--brand-primary));color:hsl(var(--brand-primary-foreground,0 0% 100%))}.CustomerList_filterPanel__DUYeW{margin-bottom:16px;padding:16px;border-radius:16px;border:1px solid hsl(var(--color-border));background:hsl(var(--color-bg-subtle))}@media (min-width:640px){.CustomerList_filterPanel__DUYeW{padding:20px}}.CustomerList_filterGrid__srkeD{display:grid;gap:16px;grid-template-columns:1fr}@media (min-width:640px){.CustomerList_filterGrid__srkeD{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.CustomerList_filterGrid__srkeD{grid-template-columns:repeat(4,1fr)}}.CustomerList_filterLabel___Anqy{display:block;margin-bottom:6px;font-size:13px;font-weight:500;color:hsl(var(--color-text-secondary))}.CustomerList_filterSelect__wt3CN{display:block;width:100%;padding:8px 12px;font-size:13px;border-radius:8px;border:1px solid hsl(var(--color-border));background:hsl(var(--color-bg-subtle));color:hsl(var(--color-text));outline:none;transition:border-color .15s ease}.CustomerList_filterSelect__wt3CN:focus{border-color:hsl(var(--brand-primary));box-shadow:0 0 0 1px hsl(var(--brand-primary))}.CustomerList_clearFiltersButton__s96CP{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;font-size:13px;font-weight:500;border-radius:8px;border:1px solid hsl(var(--color-border));background:hsl(var(--color-bg-subtle));color:hsl(var(--color-text-secondary));cursor:pointer;transition:all .15s ease}.CustomerList_clearFiltersButton__s96CP:hover{background:hsl(var(--color-bg-muted))}.CustomerList_resultsCount___1kVn{margin-bottom:8px;font-size:13px;color:hsl(var(--color-text-muted))}.CustomerList_tableWrapper__D820F{overflow:hidden;border-radius:16px;border:1px solid hsl(var(--color-border));background:hsl(var(--color-bg-subtle));box-shadow:0 1px 3px hsl(var(--color-text)/.04)}.CustomerList_table__Vb0o7{min-width:100%;border-collapse:collapse}.CustomerList_tableHead__QPUmP{background:hsl(var(--color-bg))}.CustomerList_sortButton__MwytP{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;background:transparent;border:none;color:hsl(var(--color-text-secondary));cursor:pointer;transition:color .15s ease}.CustomerList_sortButton__MwytP:hover{color:hsl(var(--color-text))}.CustomerList_headerLabel__t68PU{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:hsl(var(--color-text-muted))}.CustomerList_customerRow__JgFD4{cursor:pointer;transition:background .15s ease;content-visibility:auto;contain-intrinsic-size:0 72px}.CustomerList_customerRow__JgFD4:hover{background:hsl(var(--color-bg-muted))}.CustomerList_customerRowBlocked__ePxGS{opacity:.6}.CustomerList_customerRowBorderBottom__ImsfK{border-bottom:1px solid hsl(var(--color-border-subtle))}.CustomerList_avatar___A4Wt{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;font-size:13px;font-weight:500;flex-shrink:0;background:hsl(var(--color-border));color:hsl(var(--color-text-secondary))}.CustomerList_healthTrack__HQc6p{width:64px;height:8px}.CustomerList_healthTrackSmall__GSuoa,.CustomerList_healthTrack__HQc6p{border-radius:9999px;overflow:hidden;background:hsl(var(--color-border))}.CustomerList_healthTrackSmall__GSuoa{width:40px;height:6px}.CustomerList_healthFill__8_YhU{height:100%;border-radius:9999px}.CustomerList_skeletonRow__yEGGQ{content-visibility:auto;contain-intrinsic-size:0 72px}.CustomerList_skeletonRowBorderBottom__IYzJV{border-bottom:1px solid hsl(var(--color-border-subtle))}.CustomerList_skeletonPulse__rU8Qg{background:hsl(var(--color-border))}.CustomerList_skeletonPulseSubtle__jQLea,.CustomerList_skeletonPulse__rU8Qg{border-radius:6px;animation:CustomerList_skeleton-pulse__CyVuI 1.8s ease-in-out infinite}.CustomerList_skeletonPulseSubtle__jQLea{background:hsl(var(--color-border-subtle))}@keyframes CustomerList_skeleton-pulse__CyVuI{0%,to{opacity:1}50%{opacity:.5}}.CustomerList_pagination__3pa2C{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:12px;margin-top:16px}@media (min-width:640px){.CustomerList_pagination__3pa2C{flex-direction:row}}.CustomerList_paginationMeta__bmjFN{display:flex;flex-direction:column;align-items:center;gap:12px}@media (min-width:640px){.CustomerList_paginationMeta__bmjFN{flex-direction:row;gap:16px}}.CustomerList_perPageSelect__Gia6m{padding:4px 8px;font-size:13px;border-radius:8px;border:1px solid hsl(var(--color-border));background:hsl(var(--color-bg-subtle));color:hsl(var(--color-text-secondary));cursor:pointer;outline:none;transition:border-color .15s ease}.CustomerList_perPageSelect__Gia6m:focus{border-color:hsl(var(--brand-primary));box-shadow:0 0 0 1px hsl(var(--brand-primary))}.CustomerList_pageButton__KY0jW{display:inline-flex;align-items:center;padding:6px 12px;font-size:13px;font-weight:500;border-radius:8px;border:1px solid hsl(var(--color-border));background:hsl(var(--color-bg-subtle));color:hsl(var(--color-text-secondary));cursor:pointer;transition:all .15s ease}.CustomerList_pageButton__KY0jW:hover:not(:disabled){background:hsl(var(--color-bg-muted))}.CustomerList_pageButton__KY0jW:disabled{color:hsl(var(--color-text-muted));opacity:.5;cursor:not-allowed}.CustomerList_kanbanBoardScroll__G36cx{display:flex;width:100%;min-width:0;min-height:0;max-width:100%;touch-action:pan-x;overflow-x:auto;overflow-y:hidden;padding-bottom:.5rem;overscroll-behavior-x:contain;scrollbar-width:thin;scrollbar-color:hsl(var(--color-border)) hsl(var(--color-bg))}.CustomerList_kanbanBoardScroll__G36cx::-webkit-scrollbar{height:10px}.CustomerList_kanbanBoardScroll__G36cx::-webkit-scrollbar-thumb{border-radius:9999px;background:hsl(var(--color-border))}.CustomerList_kanbanBoardScroll__G36cx::-webkit-scrollbar-track{border-radius:9999px;background:hsl(var(--color-bg))}.CustomerList_kanbanColumnScroller__t7VCL{flex:1;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.CustomerList_kanbanColumnScroller__t7VCL::-webkit-scrollbar{width:0;height:0}.CustomerList_kanbanColumn__TpIGU{flex-shrink:0;display:flex;flex-direction:column;border-radius:12px;border:1px solid hsl(var(--color-border));background:hsl(var(--color-bg-subtle));transition:width .15s ease}.CustomerList_kanbanColumnHeader___RcSp{position:sticky;top:0;z-index:10;padding:12px;border-radius:12px 12px 0 0;border-bottom:1px solid hsl(var(--color-border-subtle));background:hsl(var(--color-bg))}.CustomerList_kanbanCollapseButton__58jfL{display:inline-flex;align-items:center;justify-content:center;padding:4px;border-radius:8px;border:none;background:transparent;color:hsl(var(--color-text-muted));cursor:pointer;transition:all .15s ease}.CustomerList_kanbanCollapseButton__58jfL:hover{background:hsl(var(--color-bg-muted));color:hsl(var(--color-text))}.CustomerList_kanbanCollapsedLabel__CWuYC{writing-mode:vertical-rl;transform:rotate(180deg);text-orientation:mixed;white-space:nowrap;font-size:11px;font-weight:600;color:hsl(var(--color-text));letter-spacing:.01em}.CustomerList_kanbanCollapsedCount__R_dkR{writing-mode:vertical-rl;text-orientation:upright;font-size:11px;color:hsl(var(--color-text-muted))}.CustomerList_kanbanCard__kjNpU{cursor:pointer;padding:8px 12px;border-radius:10px;border:1px solid hsl(var(--color-border));background:hsl(var(--color-bg));transition:all .15s ease}.CustomerList_kanbanCard__kjNpU:hover{border-color:hsl(var(--brand-primary-muted));background:hsl(var(--color-bg-muted))}.CustomerList_kanbanDropZone__f82NY{padding:12px 12px 16px;text-align:center;font-size:12px;border-radius:10px;border:1px dashed hsl(var(--color-border));color:hsl(var(--color-text-muted))}.CustomerList_kanbanDragPreview__uk4e5{pointer-events:none;position:fixed;z-index:70;width:248px;border-radius:12px;border:1px solid hsl(var(--color-border-subtle));background:hsl(var(--color-bg));padding:.5rem .75rem;box-shadow:0 10px 30px hsl(var(--color-text)/.12)}.CustomerList_mobileCustomerCard__OpEqw{cursor:pointer;border:1px solid hsl(var(--color-border));border-radius:12px;background:hsl(var(--color-bg-subtle));padding:1rem;transition:background .15s ease,box-shadow .15s ease}.CustomerList_mobileCustomerCard__OpEqw:hover{background:hsl(var(--color-bg));box-shadow:0 2px 12px hsl(var(--color-text)/.06)}.CustomerList_mobileCustomerCard__OpEqw:active{background:hsl(var(--color-bg-muted))}.CustomerList_mobileSkeletonCard__PDFgP{border:1px solid hsl(var(--color-border));border-radius:12px;background:hsl(var(--color-bg-subtle));padding:1rem}.CustomerList_modalOverlay__1Fm_V{position:fixed;inset:0;z-index:50;display:flex;align-items:flex-end;justify-content:center;background-color:hsl(var(--color-text)/.3);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}@media (min-width:640px){.CustomerList_modalOverlay__1Fm_V{align-items:center;padding:0 16px}}.CustomerList_modalContainer__zGMq0{width:100%;max-height:95vh;overflow-y:auto;border-radius:12px 12px 0 0;border:1px solid hsl(var(--color-border));background:hsl(var(--color-bg-subtle));box-shadow:0 16px 40px -8px hsl(var(--color-text)/.12)}@media (min-width:640px){.CustomerList_modalContainer__zGMq0{max-width:540px;max-height:90vh;border-radius:12px}}.CustomerList_modalHeader__5z__M{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid hsl(var(--color-border-subtle))}.CustomerList_modalTitle__qxeHm{font-size:15px;font-weight:600;color:hsl(var(--color-text))}.CustomerList_modalCloseButton__OWVPr{display:inline-flex;align-items:center;justify-content:center;padding:6px;border-radius:8px;border:none;background:transparent;color:hsl(var(--color-text-muted));cursor:pointer;transition:all .15s ease}.CustomerList_modalCloseButton__OWVPr:hover{background:hsl(var(--color-bg-muted));color:hsl(var(--color-text))}.CustomerList_modalBody__wgkpU{display:flex;flex-direction:column;gap:16px;padding:16px 20px}.CustomerList_modalFooter__eiZiT{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:16px 20px;border-top:1px solid hsl(var(--color-border-subtle))}.CustomerList_formLabel__9OQ_K{font-size:13px;font-weight:500;color:hsl(var(--color-text))}.CustomerList_formInput__7NKw0{display:block;width:100%;padding:8px 12px;font-size:13px;border-radius:8px;border:1px solid hsl(var(--color-border));background:hsl(var(--color-bg-subtle));color:hsl(var(--color-text));outline:none;transition:border-color .15s ease}.CustomerList_formInput__7NKw0:focus{border-color:hsl(var(--brand-primary));box-shadow:0 0 0 1px hsl(var(--brand-primary))}.CustomerList_formTextarea__fZ2VF{resize:vertical}.CustomerList_errorMessage__N00H3{padding:8px 12px;font-size:13px;border-radius:8px;background:hsl(var(--color-error-subtle));color:hsl(var(--color-error))}.CustomerList_cancelButton__pxEzz{padding:8px 14px;font-size:13px;font-weight:500;border-radius:8px;border:1px solid hsl(var(--color-border));background:transparent;color:hsl(var(--color-text-secondary));cursor:pointer;transition:all .15s ease}.CustomerList_cancelButton__pxEzz:hover{background:hsl(var(--color-bg-muted))}.CustomerList_cancelButton__pxEzz:disabled{cursor:not-allowed;opacity:.6}.CustomerList_submitButton__QwmgS{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;font-size:13px;font-weight:500;border-radius:8px;border:none;background:hsl(var(--brand-primary));color:hsl(var(--brand-primary-foreground,0 0% 100%));cursor:pointer;transition:background .15s ease}.CustomerList_submitButton__QwmgS:hover{background:hsl(var(--brand-primary-emphasis))}.CustomerList_submitButton__QwmgS:disabled{cursor:not-allowed;opacity:.6}.CustomerList_emptyRow__5fFKw td{padding:48px 24px;text-align:center;color:hsl(var(--color-text-muted));font-size:13px}.CustomerList_emptyState__K9U8t{padding:48px 16px;text-align:center}.CustomerList_emptyState__K9U8t,.CustomerList_loadingState__7PL_B{font-size:13px;color:hsl(var(--color-text-muted));border-radius:16px;border:1px solid hsl(var(--color-border));background:hsl(var(--color-bg-subtle))}.CustomerList_loadingState__7PL_B{padding:24px}.CustomerProfile_backRow__y2bRT{padding:8px 24px}.CustomerProfile_backButton__uaFPO{padding:5px 8px;border-radius:6px;color:hsl(var(--color-text-secondary));font-size:13px;font-weight:500;background:none;border:none;cursor:pointer;transition:color .15s ease,background .15s ease}.CustomerProfile_backButton__uaFPO:hover{color:hsl(var(--color-text));background:hsl(var(--color-bg-muted))}.CustomerProfile_profileLayout__zMxK5{display:grid;grid-template-columns:1fr;min-height:calc(100vh - 100px)}@media (min-width:1024px){.CustomerProfile_profileLayout__zMxK5{grid-template-columns:340px 1fr}}@media (min-width:1280px){.CustomerProfile_profileLayout__zMxK5{grid-template-columns:380px 1fr}}.CustomerProfile_sidebar__TBYhe{border-right:1px solid hsl(var(--color-border-subtle));overflow-y:auto;scrollbar-width:none}.CustomerProfile_sidebar__TBYhe::-webkit-scrollbar{display:none}@media (min-width:1024px){.CustomerProfile_sidebar__TBYhe{position:sticky;top:0;max-height:100vh}}@media (max-width:1023px){.CustomerProfile_sidebar__TBYhe{border-right:none;border-bottom:1px solid hsl(var(--color-border))}}.CustomerProfile_sidebarIdentity__E2416{padding:24px 24px 0;display:flex;align-items:flex-start;gap:12px}.CustomerProfile_avatar__9zmto{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:600;flex-shrink:0;background:hsl(var(--color-bg-emphasis));color:hsl(var(--color-text-secondary))}.CustomerProfile_identityInfo__dAz4L{min-width:0;flex:1}.CustomerProfile_identityName__4sE4k{font-size:15px;font-weight:600;color:hsl(var(--color-text));margin:0;line-height:1.3;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.CustomerProfile_blockedBadge__ln3y_{display:inline-flex;padding:1px 6px;font-size:11px;font-weight:500;border-radius:4px;background:hsl(var(--color-error-subtle));color:hsl(var(--color-error))}.CustomerProfile_identityEmail__oBVTx{font-size:13px;color:hsl(var(--color-text-secondary));margin:2px 0 0}.CustomerProfile_identityPhone__Bn1Eh{font-size:12px;color:hsl(var(--color-text-muted));margin:1px 0 0}.CustomerProfile_healthBadge__51gEI{display:flex;align-items:center;gap:8px;padding:14px 24px 18px}.CustomerProfile_healthRing__JSWvM{position:relative;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.CustomerProfile_healthRing__JSWvM:before{content:"";position:absolute;inset:4px;border-radius:50%;background:hsl(var(--color-bg))}.CustomerProfile_healthValue__trvaf{position:relative;z-index:1;font-size:12px;font-weight:700;line-height:1}.CustomerProfile_healthMeta__5zgmT{font-size:12px;color:hsl(var(--color-text-muted))}.CustomerProfile_healthLabelName__vedHw{font-weight:600}.CustomerProfile_statsRow__EwaTa{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid hsl(var(--color-border-subtle));border-bottom:1px solid hsl(var(--color-border-subtle))}.CustomerProfile_statItem__WU_68{padding:10px 6px;text-align:center;cursor:pointer;background:none;border:none;transition:background .15s ease}.CustomerProfile_statItem__WU_68:not(:last-child){border-right:1px solid hsl(var(--color-border-subtle))}.CustomerProfile_statItem__WU_68:hover{background:hsl(var(--color-bg-muted))}.CustomerProfile_statValue__bTcze{font-size:16px;font-weight:700;line-height:1;color:hsl(var(--color-text))}.CustomerProfile_statLabel__SBaUB{font-size:10px;text-transform:uppercase;letter-spacing:.04em;color:hsl(var(--color-text-muted));margin-top:3px}.CustomerProfile_sidebarSection__pC4EZ{padding:16px 24px;border-bottom:1px solid hsl(var(--color-border-subtle))}.CustomerProfile_sidebarSectionTitle__0Og0T{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--color-text-muted));margin:0 0 10px}.CustomerProfile_fieldRow__x5hK3{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;padding:3px 0}.CustomerProfile_fieldLabel__egiUl{font-size:12px;color:hsl(var(--color-text-muted));flex-shrink:0}.CustomerProfile_fieldValue__8RbON{font-size:13px;color:hsl(var(--color-text));text-align:right;word-break:break-word;min-width:0}.CustomerProfile_pipelineGrid__zOjOv{display:grid;gap:8px}.CustomerProfile_pipelineField__Y_qsG{display:flex;flex-direction:column;gap:3px}.CustomerProfile_pipelineFieldLabel__CgVqP{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.04em;color:hsl(var(--color-text-muted))}.CustomerProfile_pipelineInput__khxQt,.CustomerProfile_pipelineSelect__whqN5{padding:6px 8px;font-size:13px;border-radius:6px;border:1px solid hsl(var(--color-border));background:hsl(var(--color-bg));color:hsl(var(--color-text));outline:none;transition:border-color .15s ease}.CustomerProfile_pipelineInput__khxQt:focus,.CustomerProfile_pipelineSelect__whqN5:focus{border-color:hsl(var(--brand-primary))}.CustomerProfile_pipelineActions__sNmT7{display:flex;gap:6px;margin-top:6px}.CustomerProfile_notesText___TuQE{font-size:13px;color:hsl(var(--color-text-secondary));white-space:pre-wrap;line-height:1.5}.CustomerProfile_notesEmpty__N7QUs{font-size:13px;color:hsl(var(--color-text-muted));font-style:italic}.CustomerProfile_primaryButton__boWNr{padding:6px 12px;background:hsl(var(--brand-primary));color:hsl(var(--brand-primary-foreground,0 0% 100%))!important;font-weight:500;font-size:12px;border-radius:6px;border:none;cursor:pointer;transition:background .15s ease}.CustomerProfile_primaryButton__boWNr:hover{background:hsl(var(--brand-primary-emphasis))}.CustomerProfile_primaryButton__boWNr:disabled{opacity:.5;cursor:not-allowed}.CustomerProfile_secondaryButton__IuUze{padding:6px 12px;background:transparent;color:hsl(var(--color-text-secondary));font-size:12px;font-weight:500;border-radius:6px;border:1px solid hsl(var(--color-border));cursor:pointer;transition:background .15s ease}.CustomerProfile_secondaryButton__IuUze:hover{background:hsl(var(--color-bg-muted))}.CustomerProfile_editLink__9cQ_k{font-size:12px;color:hsl(var(--brand-primary));background:none;border:none;cursor:pointer;font-weight:500;transition:color .15s ease}.CustomerProfile_editLink__9cQ_k:hover{color:hsl(var(--brand-primary-emphasis))}.CustomerProfile_manageSection__pwsQO summary{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:12px;font-weight:500;color:hsl(var(--color-text-muted));padding:2px 0;transition:color .15s ease}.CustomerProfile_manageSection__pwsQO summary:hover{color:hsl(var(--color-text))}.CustomerProfile_blockButton__NAeoe{padding:5px 10px;font-size:12px;border-radius:6px;border:none;cursor:pointer;font-weight:500;transition:background .15s ease,color .15s ease}.CustomerProfile_unblockButton__xMie_{background:hsl(var(--color-success));color:hsl(var(--color-success-foreground))}.CustomerProfile_unblockButton__xMie_:hover{background:hsl(var(--color-success-emphasis))}.CustomerProfile_blockActionButton__6c0Xi{background:hsl(var(--color-error-subtle));color:hsl(var(--color-error))}.CustomerProfile_blockActionButton__6c0Xi:hover{background:hsl(var(--color-error));color:hsl(var(--color-error-foreground))}.CustomerProfile_mainPanel__VM9lK{display:flex;flex-direction:column;min-width:0}.CustomerProfile_mainTabs__1R_Sy{display:flex;gap:0;border-bottom:1px solid hsl(var(--color-border-subtle));padding:0;position:sticky;top:0;background:hsl(var(--color-bg));z-index:5}@media (min-width:1280px){.CustomerProfile_mainTabs__1R_Sy{padding:0}}.CustomerProfile_tabButton__r9OSz{display:inline-flex;align-items:center;gap:4px;padding:12px 16px;font-size:13px;font-weight:500;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;color:hsl(var(--color-text-secondary));background:none;cursor:pointer;transition:color .15s ease,border-color .15s ease}.CustomerProfile_tabButton__r9OSz:hover{color:hsl(var(--color-text))}.CustomerProfile_tabButtonActive__7Ucw4{border-bottom-color:hsl(var(--brand-primary));color:hsl(var(--brand-primary))}.CustomerProfile_mainContent__fDd0b{flex:1;padding:20px 24px}@media (min-width:1280px){.CustomerProfile_mainContent__fDd0b{padding:24px 32px}}.CustomerProfile_composeButton__tyV2j{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:hsl(var(--brand-primary));color:hsl(var(--brand-primary-foreground,0 0% 100%))!important;font-weight:500;font-size:13px;border-radius:8px;border:none;cursor:pointer;transition:background .15s ease}.CustomerProfile_composeButton__tyV2j:hover{background:hsl(var(--brand-primary-emphasis))}.CustomerProfile_taskItem__JcFvM{padding:10px 12px;border-radius:8px;border:1px solid hsl(var(--color-border));background:hsl(var(--color-bg));transition:background .15s ease}.CustomerProfile_taskItem__JcFvM:hover{background:hsl(var(--color-bg-subtle))}.CustomerProfile_taskActions___94BQ button{padding:4px 8px;font-size:11px;border-radius:6px;border:1px solid hsl(var(--color-border));background:transparent;cursor:pointer;transition:background .15s ease}.CustomerProfile_taskActions___94BQ button:hover{background:hsl(var(--color-bg-muted))}.CustomerProfile_tag__B_XRM{background:hsl(var(--color-bg-muted));color:hsl(var(--color-text-secondary))}.CustomerProfile_sourceBadge___KzBp,.CustomerProfile_tag__B_XRM{display:inline-flex;padding:1px 6px;font-size:11px;border-radius:4px}.CustomerProfile_filterPill__G68tU{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;font-size:12px;border-radius:9999px;border:1px solid hsl(var(--color-border));background:transparent;color:hsl(var(--color-text-secondary));cursor:pointer;transition:all .15s ease}.CustomerProfile_filterPill__G68tU:hover{background:hsl(var(--color-bg-muted))}.CustomerProfile_filterPillActive__qvmuB{border-color:hsl(var(--brand-primary-muted));background:hsl(var(--brand-primary)/.08);color:hsl(var(--brand-primary))}.CustomerProfile_filterCount__YQUGR{padding:1px 5px;font-size:10px;border-radius:9999px;background:hsl(var(--color-bg-muted));color:hsl(var(--color-text-muted))}@media (max-width:639px){.CustomerProfile_filterPill__G68tU{padding:6px 10px;font-size:11px;border-radius:6px;border-color:hsl(var(--color-border-subtle))}.CustomerProfile_filterPillActive__qvmuB{border-color:hsl(var(--brand-primary)/.3)}.CustomerProfile_activityFilters__rqSIu{overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}.CustomerProfile_activityFilters__rqSIu::-webkit-scrollbar{display:none}}.CustomerProfile_emptyState__vJZIe{padding:16px;border-radius:8px;border:1px solid hsl(var(--color-border));background:hsl(var(--color-bg));font-size:13px;color:hsl(var(--color-text-muted))}.CustomerProfile_emailLayout__v7Aaf{display:grid;gap:16px;grid-template-columns:1fr}@media (min-width:1024px){.CustomerProfile_emailLayout__v7Aaf{grid-template-columns:260px 1fr}}@media (min-width:1280px){.CustomerProfile_emailLayout__v7Aaf{grid-template-columns:300px 1fr}}.CustomerProfile_threadList__t4otq{padding:10px;border-radius:8px;border:1px solid hsl(var(--color-border));background:hsl(var(--color-bg-subtle))}.CustomerProfile_threadItem__VLx65{width:100%;padding:8px 10px;text-align:left;border-radius:6px;border:1px solid transparent;background:transparent;cursor:pointer;transition:all .15s ease}.CustomerProfile_threadItem__VLx65:hover{background:hsl(var(--color-bg));border-color:hsl(var(--color-border))}.CustomerProfile_threadItemActive__Y2IBe{border-color:hsl(var(--brand-primary-muted));background:hsl(var(--brand-primary)/.06)}.CustomerProfile_threadPane__4UUOO{padding:12px;border-radius:8px;border:1px solid hsl(var(--color-border));background:hsl(var(--color-bg-subtle))}.CustomerProfile_threadStatusBadge__utEbY{border-radius:8px}.CustomerProfile_threadStatusBadgeClosed__82v3b{background:hsl(var(--color-bg-muted))}.CustomerProfile_replyThreadButton__QB9pU{border-radius:8px;border:1px solid hsl(var(--brand-primary-muted));background:transparent;transition:all .15s ease}.CustomerProfile_replyThreadButton__QB9pU:hover{background:hsl(var(--brand-primary)/.08)}.CustomerProfile_emailMessage__YC7Ut{border-radius:12px}.CustomerProfile_emailMessageInbound__W8xON{border:1px solid hsl(var(--color-info-subtle));background:hsl(var(--color-info-subtle))}.CustomerProfile_emailMessageOutbound__GKHSt{border:1px solid hsl(var(--brand-primary-muted));background:hsl(var(--brand-primary)/.06)}.CustomerProfile_emailHeaderButton__HWcDL{transition:background .15s ease}.CustomerProfile_emailNewBadge__RcPV_{border-radius:8px;background:hsl(var(--brand-primary)/.08)}.CustomerProfile_emailFailedBadge__spKw2{border-radius:8px}.CustomerProfile_emailAttachmentsDivider__Yxsla,.CustomerProfile_emailBodySection__1E46E{border-top:1px solid hsl(var(--color-border-subtle))}.CustomerProfile_emailErrorBox__FmT9a{border-radius:8px;background:hsl(var(--color-error-subtle))}.CustomerProfile_attachmentChip__M8lXQ{border-radius:8px;border:1px solid hsl(var(--color-border));background:hsl(var(--color-bg-subtle));color:hsl(var(--color-text-secondary));transition:all .15s ease}.CustomerProfile_attachmentChip__M8lXQ:hover{background:hsl(var(--color-bg))}.CustomerProfile_composeWrapper__QiMhP{border-radius:12px;border:1px solid hsl(var(--color-border));background:hsl(var(--color-bg-subtle))}.CustomerProfile_composeHeader__84YMj{border-bottom:1px solid hsl(var(--color-border-subtle))}.CustomerProfile_composeCloseButton__0hPZl{color:hsl(var(--color-text-muted));background:none;border:none;cursor:pointer;transition:color .15s ease}.CustomerProfile_composeCloseButton__0hPZl:hover{color:hsl(var(--color-text-secondary))}.CustomerProfile_composeInput__Dsl89{border-radius:8px;border:1px solid hsl(var(--color-border));background:hsl(var(--color-bg-subtle));color:hsl(var(--color-text));transition:border-color .15s ease}.CustomerProfile_composeQuotedReply__Q_x4w{color:hsl(var(--color-text-muted));background:hsl(var(--color-bg));border-radius:8px;border-left:3px solid hsl(var(--color-border))}.CustomerProfile_composeError__3zoTI{border-radius:8px;background:hsl(var(--color-error-subtle))}.CustomerProfile_composeActions__zP12Y{border-top:1px solid hsl(var(--color-border-subtle))}.CustomerProfile_composeCancelButton__phQXb{color:hsl(var(--color-text-secondary));background:none;border:none;cursor:pointer;transition:color .15s ease}.CustomerProfile_composeCancelButton__phQXb:hover{color:hsl(var(--color-text))}.CustomerProfile_composeSendButton__Lj1IC{border-radius:8px;background:hsl(var(--brand-primary));color:hsl(var(--brand-primary-foreground,0 0% 100%))!important;transition:all .15s ease}.CustomerProfile_composeSendButton__Lj1IC:hover{background:hsl(var(--brand-primary-emphasis))}.CustomerProfile_activityCard__PNkf_{overflow:hidden;border-radius:12px;border:1px solid hsl(var(--color-border))}.CustomerProfile_activityHeader__8ZCiY{width:100%;display:flex;align-items:flex-start;gap:12px;padding:12px 16px;text-align:left;background:transparent;border:none;transition:background .15s ease}@media (max-width:639px){.CustomerProfile_activityHeader__8ZCiY{padding:12px}}.CustomerProfile_activityHeaderExpandable__U2LEL{cursor:pointer}.CustomerProfile_activityHeaderExpandable__U2LEL:hover{background:hsl(var(--color-bg))}.CustomerProfile_activityHeaderStatic__sO3Eq{cursor:default}.CustomerProfile_activityExpandedContent__8BtDs{padding:16px;border-top:1px solid hsl(var(--color-border-subtle));background:hsl(var(--color-bg))}.CustomerProfile_loadMoreButton__s830O{width:100%;padding:12px;font-size:13px;border-radius:8px;border:none;background:transparent;cursor:pointer;transition:all .15s ease;color:hsl(var(--brand-primary))}.CustomerProfile_loadMoreButton__s830O:hover,.CustomerProfile_newBadge__4Ds7x{background:hsl(var(--brand-primary)/.08);color:hsl(var(--brand-primary-emphasis))}.CustomerProfile_newBadge__4Ds7x{display:inline-flex;padding:1px 6px;font-size:11px;border-radius:8px}.CustomerProfile_bookingLink__W59_c{border-radius:8px;border:1px solid hsl(var(--color-border));transition:all .15s ease}.CustomerProfile_bookingLink__W59_c:hover{background:hsl(var(--brand-primary)/.08)}.CustomerProfile_modalBackdrop__UaZWR{background-color:hsl(var(--color-text)/.3);backdrop-filter:blur(4px)}.CustomerProfile_modalContainer__5F4kC{background:hsl(var(--color-bg-subtle));border-radius:12px 12px 0 0;border:1px solid hsl(var(--color-border));box-shadow:0 -4px 30px hsl(var(--color-text)/.12)}@media (min-width:640px){.CustomerProfile_modalContainer__5F4kC{border-radius:12px;box-shadow:0 10px 40px hsl(var(--color-text)/.15)}}.CustomerProfile_modalInner__mZzYd{border-radius:12px 12px 0 0}@media (min-width:640px){.CustomerProfile_modalInner__mZzYd{border-radius:12px}}.CustomerProfile_modalHeader__nyY4Q{border-bottom:1px solid hsl(var(--color-border-subtle))}.CustomerProfile_modalCloseButton__0Jt6V{color:hsl(var(--color-text-muted));border-radius:8px;transition:all .15s ease}.CustomerProfile_modalCloseButton__0Jt6V:hover{color:hsl(var(--color-text-secondary));background:hsl(var(--color-bg-muted))}.CustomerProfile_bounceWarning__U8x2_{background:hsl(var(--color-error-subtle));border:1px solid hsl(var(--color-error)/.2);border-radius:12px}.CustomerProfile_bounceUpdateLink__bh25L{color:hsl(var(--color-error-emphasis));transition:opacity .15s ease}.CustomerProfile_bounceUpdateLink__bh25L:hover{text-decoration:none}.CustomerProfile_unrepliedWarning__b5kTs{background:hsl(var(--color-warning-subtle));border:1px solid hsl(var(--color-warning)/.2);border-radius:12px}.BrandedDatePicker_container__2HfY0{position:relative;width:100%}.BrandedDatePicker_input__695rY{width:100%;border-radius:8px;border:1px solid hsl(var(--color-border,40 8% 87%));background:hsl(var(--color-bg,0 0% 100%));color:hsl(var(--color-text,60 3% 10%));font-size:13px;line-height:1.25rem;padding:8px 36px 8px 12px;outline:none;font-family:var(--font-body,inherit);transition:border-color .15s ease,box-shadow .15s ease}.BrandedDatePicker_input__695rY::-moz-placeholder{color:hsl(var(--color-text-muted,35 4% 60%))}.BrandedDatePicker_input__695rY::placeholder{color:hsl(var(--color-text-muted,35 4% 60%))}.BrandedDatePicker_input__695rY:focus{border-color:hsl(var(--brand-primary));box-shadow:0 0 0 2px hsl(var(--brand-primary)/.1)}.BrandedDatePicker_input__695rY:disabled{cursor:not-allowed;opacity:.5;background:hsl(var(--color-bg-muted,40 10% 96%))}.BrandedDatePicker_icon__QGeDI{pointer-events:none;position:absolute;right:.75rem;top:50%;transform:translateY(-50%);color:hsl(var(--color-text-muted,35 4% 60%));width:14px;height:14px}.BrandedDatePicker_popper__ZowN5{z-index:9999!important}.BrandedDatePicker_calendar__r406C{border:1px solid hsl(var(--color-border,40 8% 87%))!important;border-radius:12px!important;overflow:hidden;box-shadow:0 12px 32px -8px hsl(var(--color-text,60 3% 10%)/.1),0 4px 12px -6px hsl(var(--color-text,60 3% 10%)/.06);background:hsl(var(--color-bg,0 0% 100%));font-family:var(--font-body,inherit)}.BrandedDatePicker_calendar__r406C .react-datepicker__header{background:hsl(var(--color-bg-muted,40 10% 96%));border-bottom:1px solid hsl(var(--color-border-subtle,40 10% 91%));padding-top:.75rem}.BrandedDatePicker_calendar__r406C .react-datepicker-time__header,.BrandedDatePicker_calendar__r406C .react-datepicker-year-header,.BrandedDatePicker_calendar__r406C .react-datepicker__current-month{color:hsl(var(--color-text,60 3% 10%));font-size:13px;font-weight:600;letter-spacing:-.01em}.BrandedDatePicker_calendar__r406C .react-datepicker__navigation{top:.65rem}.BrandedDatePicker_calendar__r406C .react-datepicker__navigation-icon:before{border-color:hsl(var(--color-text-secondary,40 3% 40%));border-width:2px 2px 0 0}.BrandedDatePicker_calendar__r406C .react-datepicker__day-name{color:hsl(var(--color-text-muted,35 4% 60%));font-weight:600;font-size:11px!important;width:2rem!important;line-height:2rem!important;margin:0 2px!important;text-transform:uppercase;overflow:hidden!important}.BrandedDatePicker_calendar__r406C .react-datepicker__day,.BrandedDatePicker_calendar__r406C .react-datepicker__time-name{color:hsl(var(--color-text,60 3% 10%));width:2rem!important;line-height:2rem!important;margin:0 2px!important;border-radius:6px;transition:background .15s ease}.BrandedDatePicker_calendar__r406C .react-datepicker__day:hover,.BrandedDatePicker_calendar__r406C .react-datepicker__time-list-item:hover{background:hsl(var(--color-bg-muted,40 10% 96%))}.BrandedDatePicker_calendar__r406C .react-datepicker__day--keyboard-selected{background:hsl(var(--brand-primary)/.12);color:hsl(var(--color-text,60 3% 10%))}.BrandedDatePicker_calendar__r406C .react-datepicker__day--in-range,.BrandedDatePicker_calendar__r406C .react-datepicker__day--in-selecting-range,.BrandedDatePicker_calendar__r406C .react-datepicker__day--selected{background:hsl(var(--brand-primary));color:hsl(var(--brand-primary-foreground));font-weight:600}.BrandedDatePicker_calendar__r406C .react-datepicker__time-list-item--selected{background:hsl(var(--brand-primary)/.08)!important;color:hsl(var(--brand-primary));font-weight:600}.BrandedDatePicker_calendar__r406C .react-datepicker__day--outside-month{color:hsl(var(--color-text-muted,35 4% 60%));opacity:.4}.BrandedDatePicker_calendar__r406C .react-datepicker__month-container{float:none}.BrandedDatePicker_calendar__r406C .react-datepicker__time-container{border-left:1px solid hsl(var(--color-border-subtle,40 10% 91%))}.BrandedDatePicker_calendar__r406C .react-datepicker--time-only{min-width:9.5rem}.BrandedDatePicker_calendar__r406C .react-datepicker--time-only .react-datepicker__time-container{width:100%;border-left:0}.BrandedDatePicker_calendar__r406C .react-datepicker--time-only .react-datepicker__time-box{width:100%}.BrandedDatePicker_calendar__r406C .react-datepicker__time-list{scrollbar-width:thin;scrollbar-color:hsl(var(--color-border,40 8% 87%)) transparent}.BrandedDatePicker_calendar__r406C .react-datepicker__time-list::-webkit-scrollbar{width:5px}.BrandedDatePicker_calendar__r406C .react-datepicker__time-list::-webkit-scrollbar-thumb{background:hsl(var(--color-border,40 8% 87%));border-radius:999px}.BrandedDatePicker_calendar__r406C .react-datepicker__time-list::-webkit-scrollbar-track{background:transparent}.BrandedDatePicker_calendar__r406C .react-datepicker__time-list-item{color:hsl(var(--color-text,60 3% 10%));transition:background .15s ease}.BrandedDatePicker_calendar__r406C .react-datepicker__today-button{background:hsl(var(--color-bg-muted,40 10% 96%));border-top:1px solid hsl(var(--color-border-subtle,40 10% 91%));color:hsl(var(--brand-primary));font-weight:600;font-size:12px;padding:8px 12px;transition:background .15s ease}.BrandedDatePicker_calendar__r406C .react-datepicker__today-button:hover{background:hsl(var(--color-bg-emphasis,40 8% 92%))}@media (max-width:640px){.BrandedDatePicker_input__695rY{font-size:14px;padding:10px 36px 10px 12px}.BrandedDatePicker_calendar__r406C{border-radius:10px!important;font-size:13px}}