@import"https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400;500;600;700&display=swap";:root{--bars-font-family: "Wix Madefor Display", system-ui, sans-serif;--bars-background: #f9fafc;--bars-white: #ffffff;--bars-text: #37352F;--bars-primary: #00824a;--bars-primary-hover: #006a3e;--bars-error: #cd3b27;--bars-border: #c3ccde;--bars-nav-height: 60px;--electron-titlebar-height: 0px;--bars-catalog-blue-fg: #4a7dff;--bars-catalog-blue-bg: #e1eaff;--bars-catalog-blue-bg-hover: #cdd9ff;--bars-catalog-yellow-fg: #9f9d00;--bars-catalog-yellow-bg: #fffecd;--bars-catalog-yellow-bg-hover: #f5f5b0;--bars-catalog-red-fg: #ff5c7a;--bars-catalog-red-bg: #fff0f3;--bars-catalog-red-bg-hover: #ffe3ea;--bars-catalog-green-fg: #3baa57;--bars-catalog-green-bg: #eefbef;--bars-catalog-green-bg-hover: #dff5e3;--bars-catalog-orange-fg: #e69a1f;--bars-catalog-orange-bg: #fff7ea;--bars-catalog-orange-bg-hover: #ffefd1;--bars-catalog-lime-fg: #5db100;--bars-catalog-lime-bg: #f6ffe5;--bars-catalog-lime-bg-hover: #eaf9d0;--bars-catalog-purple-fg: #a855f7;--bars-catalog-purple-bg: #faf5ff;--bars-catalog-purple-bg-hover: #f3e8ff;--bars-catalog-pink-fg: #d351fb;--bars-catalog-pink-bg: #fcf3ff;--bars-catalog-pink-bg-hover: #f9e6ff;--bars-catalog-white-fg: #37352f;--bars-catalog-white-bg: #ffffff;--bars-catalog-white-bg-hover: #f2f4f8}html.electron-shell{--electron-titlebar-height: 40px}.appShell{display:flex;flex-direction:column;min-height:100vh;height:100vh;overflow:hidden}.appShellContent{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}html,body,#root{min-height:100%;margin:0;background:var(--bars-background);font-family:var(--bars-font-family)}.BarsButton-module__barsButton__HWaud{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;height:55px;border-radius:100px;border:1px solid var(--bars-border);font-size:20px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s,color .15s,border-color .15s;box-sizing:border-box}.BarsButton-module__barsButtonIcon__rffXZ{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center}.BarsButton-module__barsButton__HWaud:disabled{background:#f2f4f8;color:#aab3cf;cursor:not-allowed;border-color:var(--bars-border)}.BarsButton-module__barsButtonDefault__42i3f:not(:disabled){background:var(--bars-primary);color:var(--bars-white);border-color:var(--bars-primary)}.BarsButton-module__barsButtonDefault__42i3f:not(:disabled):hover{background:var(--bars-primary-hover);border-color:var(--bars-primary-hover)}.BarsButton-module__barsButtonOutline__VTCRa:not(:disabled){background:var(--bars-white);color:var(--bars-text);border-color:var(--bars-border)}.BarsButton-module__barsButtonOutline__VTCRa:not(:disabled):hover{background:#f2f4f8}.BarsDialog-module__barsDialogBackdrop__Bz2MY{position:fixed;inset:0;background:rgba(0,0,0,0);z-index:100;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box;opacity:0;transition:opacity .24s ease,background-color .24s ease}.BarsDialog-module__barsDialogBackdropVisible__tZUoX{opacity:1;background:rgba(0,0,0,.35)}.BarsDialog-module__barsDialogPanel__-ZIHW{background:var(--bars-white);border-radius:10px;box-shadow:0 12px 40px #0000001f;padding:20px 22px 18px;box-sizing:border-box;width:fit-content;min-width:min(280px,calc(100vw - 32px));max-width:min(520px,calc(100vw - 32px));max-height:min(85vh,640px);display:flex;flex-direction:column;overflow:hidden;opacity:0;transform:translateY(10px) scale(.98);transition:opacity .24s ease,transform .24s ease}.BarsDialog-module__barsDialogPanelVisible__Ynb8r{opacity:1;transform:translateY(0) scale(1)}.BarsDialog-module__barsDialogBody__h96aJ{flex:1 1 auto;min-height:0;overflow:auto}.BarsDialog-module__barsDialogTitle__zzW6B{margin:0 0 16px;font-size:22px;font-weight:600;color:var(--bars-text);flex-shrink:0}.BarsDialog-module__barsDialogActions__3hW7d{display:flex;align-items:stretch;justify-content:stretch;gap:10px;margin-top:5px;width:100%;flex-shrink:0;box-sizing:border-box}.BarsDialog-module__barsDialogBtnCancel__K2WtD,.BarsDialog-module__barsDialogBtnConfirm__dW37G{height:44px;padding:0 16px;border-radius:100px;font-size:14px;font-family:inherit;font-weight:500;cursor:pointer;border:1px solid #cdd3d9;background:var(--bars-white);color:var(--bars-text)}.BarsDialog-module__barsDialogBtnCancel__K2WtD{flex:0 0 auto;min-width:110px}.BarsDialog-module__barsDialogBtnConfirm__dW37G{flex:1 1 auto;min-width:0;background:var(--bars-primary);border-color:var(--bars-primary);color:var(--bars-white)}.BarsDialog-module__barsDialogBtnConfirm__dW37G:hover{background:var(--bars-primary-hover);border-color:var(--bars-primary-hover)}.BarsDialog-module__barsDialogActionsSingle__IH0ce{justify-content:stretch}.BarsDialog-module__barsDialogBtnCancelOnly__ujQQq{flex:1 1 auto;min-width:160px;height:48px;font-size:15px}.BarsNotification-module__barsNotificationStack__WSWrv{position:fixed;left:50%;bottom:24px;transform:translate(-50%);z-index:200;display:flex;flex-direction:column-reverse;align-items:center;gap:8px;max-width:min(420px,92vw);width:max-content;box-sizing:border-box;pointer-events:none}@keyframes BarsNotification-module__barsNotificationIn__6LUMg{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes BarsNotification-module__barsNotificationOut__sHk0s{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}.BarsNotification-module__barsNotification__lvFS8{width:fit-content;max-width:min(420px,92vw);padding:12px 16px;border-radius:8px;font-size:18px;line-height:1.45;text-align:center;color:var(--bars-text);box-sizing:border-box;border:1px solid transparent;pointer-events:auto;word-wrap:break-word;overflow-wrap:anywhere;animation:BarsNotification-module__barsNotificationIn__6LUMg .26s ease-out both}.BarsNotification-module__barsNotificationLeaving__ROIMi{animation:BarsNotification-module__barsNotificationOut__sHk0s .22s ease-in forwards}@media (prefers-reduced-motion: reduce){.BarsNotification-module__barsNotification__lvFS8{animation:none}.BarsNotification-module__barsNotificationLeaving__ROIMi{animation:none;opacity:0}}.BarsNotification-module__barsNotificationSuccess__AdI-h{background:color-mix(in srgb,rgb(0 130 74) 14%,var(--bars-white));border-color:color-mix(in srgb,rgb(0 130 74) 35%,var(--bars-white))}.BarsNotification-module__barsNotificationInfo__QE-J8{background:color-mix(in srgb,rgb(37 99 235) 10%,var(--bars-white));border-color:color-mix(in srgb,rgb(37 99 235) 35%,var(--bars-white))}.BarsNotification-module__barsNotificationWarning__WwT8O{background:color-mix(in srgb,rgb(234 88 12) 12%,var(--bars-white));border-color:color-mix(in srgb,rgb(234 88 12) 40%,var(--bars-white))}.BarsNotification-module__barsNotificationError__CRFj5{background:color-mix(in srgb,rgb(205 59 39) 12%,var(--bars-white));border-color:color-mix(in srgb,rgb(205 59 39) 40%,var(--bars-white))}.BarsTextField-module__barsTextField__HtYTr{margin-bottom:10px;box-sizing:border-box}.BarsTextField-module__barsTextFieldLabel__ZLRhp{display:block;font-size:18px;font-weight:400;color:#787f89;margin-bottom:6px}.BarsTextField-module__barsTextFieldInputWrap__dDRlN{position:relative}.BarsTextField-module__barsTextFieldInput__LhmCz{width:100%;box-sizing:border-box;height:45px;padding:0 12px;border-radius:8px;border:1px solid var(--bars-border);font-size:16px;font-family:inherit;outline:none}.BarsTextField-module__barsTextFieldInputWithLeading__AJn3a{padding-left:40px}.BarsTextField-module__barsTextFieldInputWithTrailing__d2aKO{padding-right:44px}.BarsTextField-module__barsTextFieldLeadingDecor__5A1Vs{position:absolute;left:10px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;pointer-events:none;padding:4px;color:#aab3cf}.BarsTextField-module__barsTextFieldLeadingDecor__5A1Vs svg path{fill:currentColor}.BarsTextField-module__barsTextFieldInput__LhmCz:focus{border-color:var(--bars-primary)}.BarsTextField-module__barsTextFieldInputError__R-Y-L{border-color:var(--bars-error)}.BarsTextField-module__barsTextFieldInputError__R-Y-L:focus{border-color:var(--bars-error)}.BarsTextField-module__barsTextFieldError__toewd{margin-top:6px;font-size:12px;line-height:1.35;color:var(--bars-error)}.BarsTextField-module__barsTextFieldTrailingButton__zwiKY{position:absolute;right:8px;top:50%;transform:translateY(-50%);border:none;background:transparent;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}.BarsTextField-module__barsTextFieldTrailingDecor__PfN0t{position:absolute;right:8px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;pointer-events:none;padding:4px}.BarsTextField-module__barsTextFieldSuffixWrap__CyFDh{position:relative}.BarsTextField-module__barsTextFieldMeasure__7BMch{position:absolute;visibility:hidden;height:0;overflow:hidden;white-space:pre;font-size:16px;font-family:inherit;font-weight:600;line-height:45px}.BarsTextField-module__barsTextFieldValueSuffix__510Fd{position:absolute;top:50%;transform:translateY(-50%);color:#aab3cf;pointer-events:none;font-size:16px;font-family:inherit;font-weight:600;line-height:1;white-space:pre}.BarsTextField-module__barsTextFieldInputWithSuffix__ja9-Q{font-weight:600}.BarsTextField-module__barsTextFieldInputWithSuffix__ja9-Q::placeholder{color:#aab3cf;opacity:1}.AuthorizedPage-module__page__B-Vs5{min-height:calc(100vh - var(--electron-titlebar-height));margin:0;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;font-family:var(--bars-font-family);background:var(--bars-background);color:var(--bars-text);position:relative}.AuthorizedPage-module__pageTopBar__sU4l9{position:absolute;top:24px;right:24px;z-index:1}.AuthorizedPage-module__logoutBtn__O7mvO{width:44px;height:44px;min-width:44px;padding:0;gap:0;border-radius:50%;color:#787f89}.AuthorizedPage-module__logoutBtn__O7mvO:not(:disabled):hover{color:var(--bars-text)}.AuthorizedPage-module__brandBlock__YGYQK{display:flex;flex-direction:column;align-items:center;margin-bottom:28px;max-width:420px;text-align:center}.AuthorizedPage-module__tagline__isEKz{margin-top:10px;font-size:11px;letter-spacing:.12em;font-weight:500;color:#0000008c;line-height:1.35}.AuthorizedPage-module__formCard__2INa-{width:430px;height:430px;background:var(--bars-white);border-radius:12px;box-shadow:0 8px 32px #010b480f;padding:30px 20px;box-sizing:border-box;border:1px solid #E5E9F1}.AuthorizedPage-module__formCardCompact__xRBXe{height:360px}.AuthorizedPage-module__formTitle__TiW0d{margin:0 0 15px;text-align:center;font-size:22px;font-weight:700;color:var(--bars-text)}.AuthorizedPage-module__recoverRow__gQpjr{text-align:right;margin-bottom:20px}.AuthorizedPage-module__recoverLink__BRaQj{font-size:16px;font-weight:500;color:var(--bars-primary);text-decoration:none;cursor:pointer;background:none;border:none;padding:0;font-family:inherit}.AuthorizedPage-module__recoverLink__BRaQj:hover{text-decoration:underline}.AuthorizedPage-module__serverRowInCard__rbPNu{display:flex;align-items:center;justify-content:center;gap:5px;margin-top:30px;font-size:16px;flex-wrap:wrap;color:var(--bars-text);width:100%}.AuthorizedPage-module__serverRowInCardError__oU7Uu .AuthorizedPage-module__serverAddressBtn__zm3eE{color:inherit}.AuthorizedPage-module__serverRowInCardError__oU7Uu .AuthorizedPage-module__serverAddressBtn__zm3eE:hover{color:var(--bars-primary)}.AuthorizedPage-module__statusDot__bYZ-8{width:10px;height:10px;border-radius:50%;flex-shrink:0;margin-right:5px}.AuthorizedPage-module__statusDotGray__x08U6{background:#94a3b8}.AuthorizedPage-module__statusDotGreen__FGrNb{background:#22c55e}.AuthorizedPage-module__statusDotRed__8fvHV{background:#ef4444}.AuthorizedPage-module__serverAddressBtn__zm3eE{text-decoration:underline;cursor:pointer;background:none;border:none;font:inherit;color:inherit;padding:0}.AuthorizedPage-module__serverAddressBtnInCard__4Y7YS{max-width:100%;text-align:center;word-break:break-all;white-space:normal}.AuthorizedPage-module__serverAddressBtn__zm3eE:hover{color:var(--bars-primary)}.AuthorizedPage-module__selectCard__gbRx8{width:500px;height:auto;min-height:300px;max-height:min(70vh,560px);display:flex;flex-direction:column;gap:12px}.AuthorizedPage-module__selectCardBody__7YYJ7{flex:1;display:flex;flex-direction:column;justify-content:center;min-height:120px}.AuthorizedPage-module__selectCardFooter__6wFQ4{margin-top:auto;display:flex;flex-direction:column;gap:12px}.AuthorizedPage-module__selectCardFooterRow__FEPKF{display:flex;align-items:stretch;gap:12px;width:100%}.AuthorizedPage-module__selectCardFooterRow__FEPKF .AuthorizedPage-module__selectRefreshBtn__zkr3u{flex:0 0 auto;width:auto;min-width:0;padding-inline:28px}.AuthorizedPage-module__selectCardFooterRow__FEPKF .AuthorizedPage-module__selectContinueBtn__wjOcb{flex:1 1 0;width:auto;min-width:0}.AuthorizedPage-module__selectHint__QKQU0{margin:0;font-size:14px;color:#0000008c;text-align:center}.AuthorizedPage-module__selectEmptyMessage__NvJ3F{margin:0;font-size:20px;line-height:1.35;color:#0000008c;text-align:center}.BarsSelect-module__barsSelect__rQVbD{position:relative;margin-bottom:10px;box-sizing:border-box}.BarsSelect-module__barsSelectLabel__yHEJi{display:block;font-size:18px;font-weight:500;color:#787f89;margin-bottom:6px}.BarsSelect-module__barsSelectTrigger__d4Rca{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;height:45px;padding:0 12px;border-radius:8px;border:1px solid var(--bars-border);background:var(--bars-white);font-size:15px;font-family:inherit;font-weight:500;color:var(--bars-text);text-align:left;cursor:pointer;box-sizing:border-box;transition:border-color .15s}.BarsSelect-module__barsSelectTrigger__d4Rca:hover:not(:disabled){border-color:#aab3cf}.BarsSelect-module__barsSelectTrigger__d4Rca:focus-visible{outline:none;border-color:var(--bars-primary)}.BarsSelect-module__barsSelectTriggerOpen__64KOf{border-color:var(--bars-primary)}.BarsSelect-module__barsSelectTriggerDisabled__UO6TU{cursor:default;opacity:.6}.BarsSelect-module__barsSelectTriggerError__UaD-5{border-color:var(--bars-error)}.BarsSelect-module__barsSelectTriggerPlaceholder__LhZGX{color:#aab3cf;font-weight:400}.BarsSelect-module__barsSelectTriggerMulti__TDGLi{min-height:45px;height:auto;padding-top:10px;padding-bottom:10px}.BarsSelect-module__barsSelectTriggerText__hz3YA{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.BarsSelect-module__barsSelectTriggerActions__X4W53{display:inline-flex;align-items:center;gap:8px;flex-shrink:0}.BarsSelect-module__barsSelectCountBadge__xVobx{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:24px;padding:0 8px;border-radius:6px;background:#ebf6f0;color:var(--bars-primary);font-size:13px;font-weight:600;line-height:1;box-sizing:border-box}.BarsSelect-module__barsSelectChevron__nTnvG{display:inline-flex;flex-shrink:0;color:var(--bars-text);transition:transform .15s}.BarsSelect-module__barsSelectChevronOpen__pTEk-{transform:rotate(180deg)}.BarsSelect-module__barsSelectDropdown__tWIoz{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:20;display:flex;flex-direction:column;border-radius:8px;border:1px solid var(--bars-border);background:var(--bars-white);box-shadow:0 8px 24px #00000014;box-sizing:border-box;overflow:hidden;opacity:0;transform:translateY(-6px) scale(.98);transform-origin:top center;pointer-events:none;transition:opacity .2s cubic-bezier(.22,1,.36,1),transform .2s cubic-bezier(.22,1,.36,1)}.BarsSelect-module__barsSelectDropdownVisible__9QXWm{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.BarsSelect-module__barsSelectSearchWrap__e99Yj{flex-shrink:0;padding:5px}.BarsSelect-module__barsSelectSearchWrap__e99Yj input{height:40px;font-size:15px}.BarsSelect-module__barsSelectSearchWrap__e99Yj input::placeholder{font-size:15px}.BarsSelect-module__barsSelectClearWrap__HN4uX{flex-shrink:0;padding:4px 5px 5px}.BarsSelect-module__barsSelectClearButton__X9ctb{display:flex;align-items:center;justify-content:center;width:100%;padding:10px;border:1px dashed var(--bars-border);border-radius:6px;background:transparent;font-size:15px;font-weight:500;font-family:inherit;color:#787f89;text-align:center;cursor:pointer;box-sizing:border-box;transition:background .12s,color .12s}.BarsSelect-module__barsSelectClearButton__X9ctb:hover{background:#f2f4f8;color:var(--bars-text)}.BarsSelect-module__barsSelectList__a6JOo{display:flex;flex-direction:column;gap:3px;margin:0;padding:4px;list-style:none;overflow-y:auto;flex:1;min-height:0}.BarsSelect-module__barsSelectOption__6h8Wm{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:10px;border:none;border-radius:6px;background:transparent;font-size:15px;font-weight:500;font-family:inherit;color:var(--bars-text);text-align:left;cursor:pointer;box-sizing:border-box;transition:background .12s,color .12s}.BarsSelect-module__barsSelectOption__6h8Wm:hover{background:#f2f4f8}.BarsSelect-module__barsSelectOptionSelected__dxb5v{background:#ebf6f0;color:var(--bars-primary)}.BarsSelect-module__barsSelectOptionSelected__dxb5v:hover{background:#ebf6f0}.BarsSelect-module__barsSelectOptionLabel__FR6It{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.BarsSelect-module__barsSelectCheck__FkQhh{display:inline-flex;flex-shrink:0;color:var(--bars-primary)}.BarsSelect-module__barsSelectEmpty__aLFUg{margin:0;padding:16px 12px;font-size:14px;font-weight:500;color:#787f89;text-align:center}.BarsSelect-module__barsSelectCustom__Glwwy{margin:0;padding:8px 10px;list-style:none}.BarsSelect-module__barsSelectError__B3lfl{margin-top:6px;font-size:12px;line-height:1.35;color:var(--bars-error)}.BarsDrawer-module__barsDrawerBackdrop__vnxam{position:fixed;inset:0;background:rgba(0,0,0,0);z-index:100;display:flex;align-items:stretch;justify-content:flex-end;opacity:0;transition:opacity .24s ease,background-color .24s ease}.BarsDrawer-module__barsDrawerBackdropVisible__OApR4{opacity:1;background:rgba(0,0,0,.35)}.BarsDrawer-module__barsDrawerPanel__4-lwh{height:100%;width:fit-content;min-width:min(360px,100vw);max-width:min(520px,100vw);background:var(--bars-white);border-radius:16px 0 0 16px;box-shadow:-8px 0 32px #0000001a;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden;transform:translate(100%);transition:transform .28s cubic-bezier(.22,1,.36,1)}.BarsDrawer-module__barsDrawerPanelVisible__vdyUc{transform:translate(0)}.BarsDrawer-module__barsDrawerHeader__qw61q{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 20px 16px;flex-shrink:0}.BarsDrawer-module__barsDrawerTitle__6kVbj{margin:0;font-size:20px;font-weight:600;color:var(--bars-text)}.BarsDrawer-module__barsDrawerCloseButton__8JIk1{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:50%;background:#e5e9f1;color:#787f89;cursor:pointer;flex-shrink:0;transition:color .15s}.BarsDrawer-module__barsDrawerCloseButton__8JIk1:hover{color:var(--bars-text)}.BarsDrawer-module__barsDrawerBody__kaN49{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.ClientsDrawer-module__drawer__1X5-a{min-width:min(550px,100vw)}.ClientsDrawer-module__searchWrap__9OG9D{padding:0 20px 16px;flex-shrink:0}.ClientsDrawer-module__listSection__SHmnT{display:flex;flex-direction:column;min-height:0;flex:1;padding:0 20px 20px}.ClientsDrawer-module__list__AqLyp{margin:0;padding:0 4px;list-style:none;overflow-y:auto;flex:1;min-height:0}.ClientsDrawer-module__listRow__QiCl-{padding:2px 0;border-bottom:1px solid #e5e9f1}.ClientsDrawer-module__listRow__QiCl-:last-child{border-bottom:none}.ClientsDrawer-module__listItem__jMvy8{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;box-sizing:border-box;padding:8px 12px;border:none;border-radius:10px;background:transparent;text-align:left;font-family:inherit;cursor:pointer;transition:background-color .12s,color .12s}.ClientsDrawer-module__listItem__jMvy8:hover{background:#e5e9f1}.ClientsDrawer-module__listItem__jMvy8:hover .ClientsDrawer-module__listItemPhone__GnXyA{color:#4a5159}.ClientsDrawer-module__listItemName__-Cmsw{flex:1;min-width:0;font-size:16px;font-weight:500;line-height:1.35;color:var(--bars-text);overflow-wrap:anywhere}.ClientsDrawer-module__listItemPhone__GnXyA{flex-shrink:0;margin-left:auto;font-size:14px;font-weight:400;line-height:1.35;color:#787f89;white-space:nowrap;transition:color .12s}.ClientsDrawer-module__listMessage__Puy44{margin:0;padding:24px 0;font-size:15px;font-weight:500;color:#787f89;text-align:center}.Checkout-module__checkout__yexG5{--bars-checkout-width: 450px;--bars-checkout-min: 320px;flex:0 1 var(--bars-checkout-width);width:auto;min-width:var(--bars-checkout-min);max-width:var(--bars-checkout-width);align-self:stretch;min-height:0;display:flex;flex-direction:column;gap:12px}.Checkout-module__customerBarWrap__igbaE{--customer-bar-transition-duration: .25s;--customer-bar-transition-ease: ease;position:relative;flex-shrink:0;width:100%;min-width:0;align-self:stretch}.Checkout-module__customerBar__hC3Nd{display:flex;align-items:center;gap:10px;flex-shrink:0;width:100%;min-width:0;padding:10px 12px;border-radius:9999px;border:1px solid var(--bars-border);background:var(--bars-white);box-sizing:border-box;cursor:pointer;transition:gap var(--customer-bar-transition-duration) var(--customer-bar-transition-ease)}.Checkout-module__customerBarExpanded__ptph1{gap:0;cursor:default}.Checkout-module__customerAvatarWrap__c5LPy{display:flex;flex-shrink:0;align-items:center;justify-content:center;overflow:hidden;max-width:28px;opacity:1;transition:max-width var(--customer-bar-transition-duration) var(--customer-bar-transition-ease),opacity calc(var(--customer-bar-transition-duration) * .8) var(--customer-bar-transition-ease),margin var(--customer-bar-transition-duration) var(--customer-bar-transition-ease)}.Checkout-module__customerBarExpanded__ptph1 .Checkout-module__customerAvatarWrap__c5LPy{max-width:0;margin:0;opacity:0;pointer-events:none}.Checkout-module__customerSearchSlot__H4O5-{flex:0 0 auto;min-width:0;transition:flex var(--customer-bar-transition-duration) var(--customer-bar-transition-ease)}.Checkout-module__customerSearchSlotExpanded__5SHvE{flex:1 1 0;width:100%;min-width:0}.Checkout-module__customerSearchInput__k414B{display:block;width:100%;height:40px;margin:0;padding:0 14px;border:1px solid var(--bars-border);border-radius:9999px;background:var(--bars-white);font-size:14px;font-weight:500;font-family:inherit;color:var(--bars-text);line-height:1.3;outline:none;box-sizing:border-box;transition:border-color .15s ease}.Checkout-module__customerSearchInput__k414B::placeholder{color:#787f89}.Checkout-module__customerSearchInput__k414B:focus{border-color:#aab3cf}.Checkout-module__customerSearchResults__vTJLB{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:20;margin:0;padding:4px;list-style:none;max-height:min(280px,40vh);overflow-y:auto;border-radius:12px;border:1px solid var(--bars-border);background:var(--bars-white);box-shadow:0 8px 24px #0f172a1f;box-sizing:border-box;opacity:0;transform:translateY(-6px);visibility:hidden;pointer-events:none;transition:opacity var(--customer-bar-transition-duration) var(--customer-bar-transition-ease),transform var(--customer-bar-transition-duration) var(--customer-bar-transition-ease),visibility var(--customer-bar-transition-duration) var(--customer-bar-transition-ease)}.Checkout-module__customerSearchResultsVisible__UhlqM{opacity:1;transform:translateY(0);visibility:visible;pointer-events:auto}.Checkout-module__customerSearchResultsRow__ge6Cv{padding:2px 0}.Checkout-module__customerSearchResultsItem__QjwaY{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;box-sizing:border-box;padding:8px 12px;border:none;border-radius:10px;background:transparent;text-align:left;font-family:inherit;cursor:pointer;transition:background-color .12s}.Checkout-module__customerSearchResultsItem__QjwaY:hover{background:#e5e9f1}.Checkout-module__customerSearchResultsName__8nXQ6{flex:1;min-width:0;font-size:15px;font-weight:500;line-height:1.35;color:var(--bars-text);overflow-wrap:anywhere}.Checkout-module__customerSearchResultsPhone__5UK-o{flex-shrink:0;font-size:14px;font-weight:400;line-height:1.35;color:#787f89;white-space:nowrap}.Checkout-module__customerSearchResultsMessage__MRmv7{margin:0;padding:12px;font-size:14px;font-weight:500;color:#787f89;text-align:center}.Checkout-module__customerAvatar__3uFb8{flex-shrink:0}.Checkout-module__customerHint__rNHfR{margin:0;flex:1 1 auto;min-width:0;max-width:100%;font-size:14px;font-weight:500;color:#787f89;line-height:1.3;white-space:nowrap;overflow:hidden;opacity:1;transition:max-width var(--customer-bar-transition-duration) var(--customer-bar-transition-ease),opacity calc(var(--customer-bar-transition-duration) * .8) var(--customer-bar-transition-ease),flex var(--customer-bar-transition-duration) var(--customer-bar-transition-ease)}.Checkout-module__customerHintHidden__MxFNE{flex:0 0 0;max-width:0;opacity:0;pointer-events:none}.Checkout-module__customerSearchButton__wCKYU{width:auto!important;height:40px!important;padding:0 14px!important;font-size:14px!important;font-weight:500!important;flex-shrink:0;white-space:nowrap}.Checkout-module__customerBarSelected__EeGC9{gap:12px;padding:10px 12px 10px 10px;cursor:default}.Checkout-module__customerAvatarInitials__FhU24{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;border-radius:50%;background:#3d6fd8;color:var(--bars-white);font-size:14px;font-weight:600;line-height:1;letter-spacing:.02em}.Checkout-module__customerInfo__6BjLt{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.Checkout-module__customerName__RVcqR{margin:0;font-size:15px;font-weight:600;line-height:1.3;color:var(--bars-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.Checkout-module__customerContacts__cc1-G{display:flex;align-items:center;margin:0;min-width:0;font-size:13px;font-weight:500;line-height:1.3;color:#787f89;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.Checkout-module__customerContacts__cc1-G>span:not(.Checkout-module__customerContactsDot__HmDW4){overflow:hidden;text-overflow:ellipsis}.Checkout-module__customerContactsDot__HmDW4{flex-shrink:0;margin:0 6px;color:#787f89}.Checkout-module__customerActions__vzAXL{display:flex;align-items:center;gap:8px;flex-shrink:0}.Checkout-module__customerActionButton__WSknM{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:1px solid var(--bars-border);border-radius:50%;background:var(--bars-white);color:var(--bars-text);cursor:pointer;transition:background .15s,border-color .15s}.Checkout-module__customerActionButton__WSknM:hover{background:#f2f4f8;border-color:#aab3cf}.Checkout-module__customerActionButton__WSknM:disabled{opacity:.45;cursor:not-allowed}.Checkout-module__customerActionButton__WSknM:disabled:hover{background:var(--bars-white);border-color:var(--bars-border)}.Checkout-module__customerActionIcon__wDJHJ{display:inline-flex;align-items:center;justify-content:center;transform:scale(.72)}.Checkout-module__receipt__PLN2K{flex:1;display:flex;flex-direction:column;min-height:0;border-radius:16px;border:1px solid var(--bars-border);background:var(--bars-white);overflow:hidden;min-height:350px}.Checkout-module__receiptHeader__yX0iL{display:flex;align-items:center;gap:10px;padding:16px 16px 10px;flex-shrink:0}.Checkout-module__fiscalError__b05m9{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 16px 10px;padding:10px 12px;border-radius:10px;border:1px solid var(--bars-error);background:#FBF8E9;color:var(--bars-error);font-size:14px;font-weight:500;line-height:1.35;flex-shrink:0}.Checkout-module__fiscalErrorClose__F6mxa{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;padding:0;border:none;border-radius:6px;background:transparent;color:inherit;cursor:pointer}.Checkout-module__fiscalErrorClose__F6mxa:hover{background:rgb(205 59 39 / 12%)}.Checkout-module__fiscalErrorClose__F6mxa:focus-visible{outline:2px solid var(--bars-error);outline-offset:2px}.Checkout-module__receiptBody__1SmKQ{flex:1 1 0;min-height:0;display:flex;flex-direction:column;overflow:hidden}.Checkout-module__checkoutOrdersAside__BHyl8{min-height:0;overflow:hidden}.Checkout-module__checkoutOrdersAside__BHyl8>.Checkout-module__receipt__PLN2K{flex:1 1 0;min-height:0;max-height:100%}.Checkout-module__receiptTitle__hrSpQ{margin:0;font-size:18px;font-weight:600}.Checkout-module__receiptBadge__n6E5p{padding:4px 10px;border-radius:9999px;border:1px solid var(--bars-primary);background:#ebf6f0;color:var(--bars-primary);font-size:13px;font-weight:600}.Checkout-module__receiptBadgeReturn__fi24h{background:#fbf8e9;color:#eeb51a;border-color:#eeb51a}.Checkout-module__receiptFooter__2FEUF{margin-top:auto;border-top:1px solid var(--bars-border)}.Checkout-module__receiptEmpty__7ce85{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:24px 20px;text-align:center}.Checkout-module__receiptEmptyText__X8v9J{margin:0;max-width:220px;font-size:15px;font-weight:500;color:#aab3cf;line-height:1.4}.Checkout-module__returnReceiptNotice__9FgXM{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:12px 16px 0;padding:10px 12px;border-radius:10px;border:1px solid #eeb51a;background:#fbf8e9;color:#eeb51a;font-size:14px;font-weight:500;line-height:1.3}.Checkout-module__returnReceiptNoticeClose__u9eQl{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;padding:0;border:none;border-radius:6px;background:transparent;color:inherit;cursor:pointer}.Checkout-module__returnReceiptNoticeClose__u9eQl:hover{background:rgb(238 181 26 / 12%)}.Checkout-module__returnReceiptNoticeClose__u9eQl:focus-visible{outline:2px solid #eeb51a;outline-offset:2px}.Checkout-module__checkoutActions__Pp5XL{display:flex;align-items:stretch;gap:10px;padding:12px 16px 16px;box-sizing:border-box}.Checkout-module__discountButton__EJs8p{width:auto!important;min-width:120px;height:52px!important;padding:0 18px!important;display:inline-flex!important;align-items:center;justify-content:center;gap:8px;font-size:16px!important;flex-shrink:0}.Checkout-module__checkoutActions__Pp5XL>*:last-child{flex:1;min-width:0}@media (max-width: 1024px){.Checkout-module__checkout__yexG5{width:100%;min-width:0;max-width:none;flex:0 0 auto;max-height:45%}}.ClientInfoDrawer-module__drawer__WdQeJ{width:min(440px,100vw);min-width:min(440px,100vw);max-width:min(440px,100vw)}.ClientInfoDrawer-module__drawerLayout__4bkRI{flex:1;min-height:0;display:flex;flex-direction:column}.ClientInfoDrawer-module__body__t6oSw{flex:1;min-height:0;overflow-y:auto;padding:0 20px 20px;display:flex;flex-direction:column;gap:20px}.ClientInfoDrawer-module__drawerActions__q-hNQ{display:flex;align-items:stretch;justify-content:stretch;gap:10px;flex-shrink:0;width:100%;padding:10px 20px;box-sizing:border-box}.ClientInfoDrawer-module__drawerBtnCancel__5prY9,.ClientInfoDrawer-module__drawerBtnConfirm__uu0u3{height:44px;padding:0 16px;border-radius:100px;font-size:14px;font-family:inherit;font-weight:500;cursor:pointer;border:1px solid #cdd3d9;background:var(--bars-white);color:var(--bars-text)}.ClientInfoDrawer-module__drawerBtnCancel__5prY9{flex:0 0 auto;min-width:110px}.ClientInfoDrawer-module__drawerBtnConfirm__uu0u3{flex:1 1 auto;min-width:0;background:var(--bars-primary);border-color:var(--bars-primary);color:var(--bars-white)}.ClientInfoDrawer-module__drawerBtnConfirm__uu0u3:hover{background:var(--bars-primary-hover);border-color:var(--bars-primary-hover)}.ClientInfoDrawer-module__profileCard__oJqhR{display:flex;gap:14px;padding:16px;border-radius:16px;border:none;background:var(--bars-white);box-shadow:0 0 16px #010b480f;margin-top:10px}.ClientInfoDrawer-module__profileAvatar__3UfUF{flex-shrink:0;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#3d6fd8;color:var(--bars-white);font-size:18px;font-weight:600;letter-spacing:.02em}.ClientInfoDrawer-module__profileMain__kbwn6{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}.ClientInfoDrawer-module__profileName__akS4w{margin:0;font-size:18px;font-weight:600;line-height:1.3;color:var(--bars-text)}.ClientInfoDrawer-module__profileContacts__UbxlK{display:flex;align-items:center;margin:0;min-width:0;font-size:13px;font-weight:500;line-height:1.3;color:#787f89;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ClientInfoDrawer-module__profileContacts__UbxlK>span:not(.ClientInfoDrawer-module__profileContactsDot__SDe-s){overflow:hidden;text-overflow:ellipsis}.ClientInfoDrawer-module__profileContactsDot__SDe-s{flex-shrink:0;margin:0 6px;color:#787f89}.ClientInfoDrawer-module__profileBadges__BE5T2{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.ClientInfoDrawer-module__badge__m-mA-{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:9999px;font-size:14px;font-weight:600;line-height:1.2}.ClientInfoDrawer-module__badgeDeposit__P57Y6{background:transparent;border:1px solid #5db100;color:#5db100}.ClientInfoDrawer-module__badgeLoyalty__74O-z{background:transparent;border:1px solid #5751fb;color:#5751fb}.ClientInfoDrawer-module__badgeIcon__7bNVH{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:20px;height:20px}.ClientInfoDrawer-module__tabs__ZT3sW{display:flex;gap:0;padding:4px;border-radius:9999px;background:#f2f4f8}.ClientInfoDrawer-module__tab__LLTlu{flex:1;min-width:0;padding:10px 14px;border:none;border-radius:9999px;background:transparent;font-family:inherit;font-size:14px;font-weight:600;color:#787f89;cursor:pointer;transition:background .15s,color .15s}.ClientInfoDrawer-module__tabActive__vACbL{background:var(--bars-primary);color:var(--bars-white)}.ClientInfoDrawer-module__tabPanel__FagWN{display:flex;flex-direction:column;gap:20px}.ClientInfoDrawer-module__section__uiYtL{display:flex;flex-direction:column;gap:12px}.ClientInfoDrawer-module__sectionTitle__ebSDg{margin:0;font-size:16px;font-weight:600;color:var(--bars-text)}.ClientInfoDrawer-module__cardActions__73m-n{display:flex;gap:10px}.ClientInfoDrawer-module__cardActionButton__j4ptp{flex:1;min-width:0;height:44px!important;padding:0 12px!important;font-size:14px!important;font-weight:500!important}.ClientInfoDrawer-module__depositRow__43ir4{display:flex;align-items:flex-end;gap:10px}.ClientInfoDrawer-module__depositAmount__gwwHS{flex:1;min-width:0}.ClientInfoDrawer-module__depositActions__IarMK{display:flex;gap:8px;flex-shrink:0;margin-bottom:10px}.ClientInfoDrawer-module__depositActionButton__gF9m4{height:44px!important;padding:0 14px!important;font-size:14px!important;font-weight:500!important;white-space:nowrap}.ClientInfoDrawer-module__dataFields__7AWVB{display:flex;flex-direction:column;gap:12px}.ClientInfoDrawer-module__dataFieldValue__e1P-C{margin:0;padding:12px 14px;border-radius:12px;border:1px solid var(--bars-border);background:var(--bars-white);font-size:15px;font-weight:500;line-height:1.35;color:var(--bars-text);word-break:break-word}.ClientInfoDrawer-module__ordersPlaceholder__27Ezj{margin:0;padding:32px 16px;border-radius:12px;border:1px dashed var(--bars-border);font-size:15px;font-weight:500;line-height:1.4;color:#787f89;text-align:center}.IssueCardDialog-module__form__aEPk0{display:flex;flex-direction:column;gap:5px;width:100%;min-width:0;box-sizing:border-box}.IssueCardDialog-module__cardCodeRow__39QCf{display:flex;align-items:flex-end;gap:10px;width:100%;min-width:0;margin-bottom:10px}.IssueCardDialog-module__cardCodeField__b-giG{flex:1 1 0;min-width:0}.IssueCardDialog-module__generateButton__PRxtN{flex:0 0 auto;width:auto!important;min-width:0;height:45px;padding:0 14px;font-size:14px;font-weight:500;white-space:nowrap;margin-bottom:0}.IssueCardDialog-module__hint__ZsTqy{margin:0;font-size:13px;color:#676f79}.CatalogSearchDrawer-module__drawer__motyB{min-width:min(550px,100vw)}.CatalogSearchDrawer-module__searchWrap__GqnCC{padding:0 20px 16px;flex-shrink:0}.CatalogSearchDrawer-module__listSection__OB-uC{display:flex;flex-direction:column;min-height:0;flex:1;padding:0 20px 20px;overflow-y:auto}.CatalogSearchDrawer-module__sectionGroup__a-YUq+.CatalogSearchDrawer-module__sectionGroup__a-YUq{margin-top:24px}.CatalogSearchDrawer-module__sectionTitle__7Fozc{margin:0 0 8px;padding:0 4px;font-size:14px;font-weight:600;color:#787f89}.CatalogSearchDrawer-module__list__e-Hzb{margin:0;padding:0 4px;list-style:none}.CatalogSearchDrawer-module__listRow__UAP6U{padding:2px 0;border-bottom:1px solid #e5e9f1}.CatalogSearchDrawer-module__listRow__UAP6U:last-child{border-bottom:none}.CatalogSearchDrawer-module__listItem__OkRWs{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;box-sizing:border-box;padding:8px 12px;border:none;border-radius:10px;background:transparent;text-align:left;font-family:inherit;cursor:pointer;transition:background-color .12s,color .12s}.CatalogSearchDrawer-module__listItem__OkRWs:hover{background:#e5e9f1}.CatalogSearchDrawer-module__listItem__OkRWs:hover .CatalogSearchDrawer-module__listItemPrice__uzXgo{color:#4a5159}.CatalogSearchDrawer-module__listItemName__nzvSL{flex:1;min-width:0;font-size:16px;font-weight:500;line-height:1.35;color:var(--bars-text);overflow-wrap:anywhere}.CatalogSearchDrawer-module__listItemPrice__uzXgo{flex-shrink:0;margin-left:auto;font-size:14px;font-weight:400;line-height:1.35;color:#787f89;white-space:nowrap;transition:color .12s}.CatalogSearchDrawer-module__listMessage__aezQ6{margin:0;padding:24px 0;font-size:15px;font-weight:500;color:#787f89;text-align:center}.CatalogLayout-module__editControls__nK6zq{display:inline-flex}.CatalogLayout-module__editMenuTrigger__Mej-z{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:1px solid var(--bars-border);border-radius:50%;background:var(--bars-white);cursor:pointer;color:var(--bars-text)}.CatalogLayout-module__editMenuTrigger__Mej-z:hover,.CatalogLayout-module__editMenuTriggerActive__4Gh7W{background:#f2f4f8}.CatalogLayout-module__editMenuPopover__7whD1{position:fixed;z-index:50;min-width:160px;padding:8px;border-radius:12px;border:1px solid var(--bars-border);background:var(--bars-white);box-shadow:0 8px 24px #0f172a1f;transform-origin:top left;animation:CatalogLayout-module__catalogMenuIn__UBUgz .22s cubic-bezier(.22,1,.36,1) both}.CatalogLayout-module__editMenuPopoverLeaving__gPb3f{animation:CatalogLayout-module__catalogMenuOut__LMXjv .18s cubic-bezier(.4,0,.8,.4) forwards}.CatalogLayout-module__editMenuItem__CiTK0{display:block;width:100%;padding:10px 16px;border:none;background:transparent;text-align:left;font-size:14px;font-weight:500;font-family:inherit;color:var(--bars-text);cursor:pointer;border-radius:10px}.CatalogLayout-module__editMenuItem__CiTK0:hover{background:#f2f4f8}.CatalogLayout-module__cardMenuButton__53f68{position:absolute;top:8px;right:8px;z-index:5;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;border-radius:50%;background:var(--bars-white);border:1px solid var(--bars-border);cursor:pointer;color:var(--bars-text)}.CatalogLayout-module__cardMenuButton__53f68:hover{background:#f2f4f8}.CatalogLayout-module__favoriteToggleButton__-62sI{position:absolute;top:8px;left:8px;z-index:5;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:none;border-radius:0;background:transparent;cursor:pointer;color:#aab3cf;--favorite-star-bg: #ffffff}.CatalogLayout-module__favoriteToggleButton__-62sI:hover{--favorite-star-bg: #f2f4f8}.CatalogLayout-module__favoriteToggleButtonActive__cOUSR{color:#f4c430;--favorite-star-bg: currentColor}.CatalogLayout-module__favoriteToggleButton__-62sI>svg{width:25px;height:25px;flex-shrink:0}.CatalogLayout-module__folderCard__GNUy3{position:relative;text-align:center;gap:8px}.CatalogLayout-module__folderCard__GNUy3.CatalogLayout-module__folderCardList__Qppyp{justify-content:flex-start;align-items:center;text-align:left}.CatalogLayout-module__folderCardBody__VITAR{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%;min-width:0}.CatalogLayout-module__folderCardList__Qppyp .CatalogLayout-module__folderCardBody__VITAR{flex-direction:row;align-items:center;justify-content:flex-start;gap:12px;width:auto;flex:0 1 auto}.CatalogLayout-module__folderCardList__Qppyp .CatalogLayout-module__folderIcon__rmE4N{flex-shrink:0}.CatalogLayout-module__folderCardList__Qppyp .CatalogLayout-module__folderName__QfN-h{flex:1 1 auto;min-width:0;max-width:100%;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.CatalogLayout-module__folderCardList__Qppyp .CatalogLayout-module__folderNameInput__-UisF,.CatalogLayout-module__folderCardList__Qppyp .CatalogLayout-module__itemRenameInput__CcJXr{flex:1;min-width:0;width:auto;max-width:none;text-align:left}.CatalogLayout-module__folderIcon__rmE4N{display:flex;align-items:center;justify-content:center;min-height:0;color:var(--product-card-text, var(--bars-text))}.CatalogLayout-module__folderName__QfN-h{margin:0;font-size:14px;font-weight:600;line-height:1.3;color:var(--product-card-text, var(--bars-text));text-align:center;width:100%;max-width:100%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;overflow-wrap:anywhere;word-break:normal}.CatalogLayout-module__itemRenameInput__CcJXr{box-sizing:border-box;width:100%;max-width:100%;margin:0;padding:3px 8px;font-family:inherit;font-weight:600;line-height:1.3;color:var(--product-card-text, var(--bars-text));text-align:center;background:rgba(255,255,255,.92);border:1px solid var(--bars-primary);border-radius:6px;outline:none;box-shadow:0 0 0 2px #00824a1f}.CatalogLayout-module__itemRenameInput__CcJXr:focus{border-color:var(--bars-primary);box-shadow:0 0 0 2px #00824a33}.CatalogLayout-module__folderNameInput__-UisF{font-size:14px}.CatalogLayout-module__productNameInput__GjXBx{font-size:16px;min-width:0}.CatalogLayout-module__createFolderCard__kpR9s{border:1px solid #000000!important;color:#787f89;cursor:pointer}.CatalogLayout-module__createFolderCard__kpR9s:hover{background:#f2f4f8!important;color:#787f89}.CatalogLayout-module__createFolderLabel__BAvbW{margin:0;font-size:24px;font-weight:500;text-align:center;color:#787f89}.CatalogLayout-module__backCard__dn0qP{border:1px solid #000000!important;gap:8px;color:#787f89;cursor:pointer}.CatalogLayout-module__backCard__dn0qP:hover{background:#f2f4f8!important;color:#787f89}.CatalogLayout-module__backLabel__-PRcF{margin:0;font-size:24px;font-weight:500;color:#787f89}.CatalogLayout-module__dragging__KDFL3{opacity:.35}.CatalogLayout-module__dropPlaceholder__STq7w{border:2px dashed var(--bars-primary)!important;background:rgba(0,130,74,.06)!important;cursor:default;pointer-events:auto}.CatalogLayout-module__dropPlaceholder__STq7w:hover{background:rgba(0,130,74,.06)!important}.CatalogLayout-module__dropTargetFolder__Gf0M6{box-shadow:inset 0 0 0 2px var(--bars-primary)}.CatalogLayout-module__contextMenu__3KhuX{position:fixed;z-index:50;min-width:180px;padding:8px 0;border-radius:12px;border:1px solid var(--bars-border);background:var(--bars-white);box-shadow:0 8px 24px #0f172a24;transform-origin:top left;animation:CatalogLayout-module__catalogMenuIn__UBUgz .22s cubic-bezier(.22,1,.36,1) both}.CatalogLayout-module__contextMenuLeaving__ZS5TP{animation:CatalogLayout-module__catalogMenuOut__LMXjv .18s cubic-bezier(.4,0,.8,.4) forwards}@keyframes CatalogLayout-module__catalogMenuIn__UBUgz{0%{opacity:0;transform:translateY(-6px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes CatalogLayout-module__catalogMenuOut__LMXjv{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-4px) scale(.96)}}@media (prefers-reduced-motion: reduce){.CatalogLayout-module__editMenuPopover__7whD1,.CatalogLayout-module__editMenuPopoverLeaving__gPb3f,.CatalogLayout-module__contextMenu__3KhuX,.CatalogLayout-module__contextMenuLeaving__ZS5TP,.CatalogLayout-module__catalogGridItemEnter__HqA9T,.CatalogLayout-module__catalogGridItemLeaving__ZtbKM{animation:none}.CatalogLayout-module__editMenuPopoverLeaving__gPb3f,.CatalogLayout-module__contextMenuLeaving__ZS5TP,.CatalogLayout-module__catalogGridItemLeaving__ZtbKM{opacity:0}}.CatalogLayout-module__catalogGridItemEnter__HqA9T{animation:CatalogLayout-module__catalogGridItemIn__OVinB .28s cubic-bezier(.22,1,.36,1) both}.CatalogLayout-module__catalogGridItemLeaving__ZtbKM{animation:CatalogLayout-module__catalogGridItemOut__JL9BU .22s cubic-bezier(.4,0,.8,.4) forwards;pointer-events:none}.CatalogLayout-module__utilityCardLeaving__dC-Ab{animation:CatalogLayout-module__catalogGridItemOut__JL9BU .12s cubic-bezier(.4,0,.8,.4) forwards;pointer-events:none}@keyframes CatalogLayout-module__catalogGridItemIn__OVinB{0%{opacity:0;transform:scale(.9) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes CatalogLayout-module__catalogGridItemOut__JL9BU{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.9) translateY(-8px)}}.CatalogLayout-module__contextMenuItem__OFnOZ{display:block;width:100%;padding:10px 16px;border:none;background:transparent;text-align:left;font-size:14px;font-weight:500;font-family:inherit;color:var(--bars-text);cursor:pointer}.CatalogLayout-module__contextMenuItem__OFnOZ:hover{background:#f2f4f8}.CatalogLayout-module__contextMenuItemRename__fdyU2{color:var(--bars-primary)}.CatalogLayout-module__colorPickerGrid__-ZW03{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:12px}.CatalogLayout-module__colorSwatch__kVLCf{width:44px;height:44px;border:2px solid;border-radius:10px;cursor:pointer;padding:0}.CatalogLayout-module__colorSwatch__kVLCf:hover{transform:scale(1.05)}.MainPage-module__page__peIZ-{--bars-catalog-min-with-payment: 400px;--bars-payment-panel-min: 400px;--bars-payment-panel-max: 500px;--bars-product-card-width: 180px;--bars-product-card-height: 148px;--bars-page-chrome: 72px;display:flex;flex:1;gap:16px;min-height:0;padding:16px 20px 20px;box-sizing:border-box;overflow:hidden;background:var(--bars-background);font-family:var(--bars-font-family);color:var(--bars-text)}.MainPage-module__catalog__DFqTs{flex:1 1 0;min-width:0;min-height:0;display:flex;flex-direction:column;gap:16px;padding:16px;border-radius:16px;border:1px solid var(--bars-border);background:var(--bars-white);box-sizing:border-box;overflow:hidden;container-type:inline-size;container-name:catalog;min-height:425px}.MainPage-module__catalogHeader__mCRCC{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;flex-shrink:0}.MainPage-module__tabs__PiUqG{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.MainPage-module__tab__vwirH{padding:10px 20px;border-radius:9999px;border:1px solid var(--bars-border);background:var(--bars-white);color:#787f89;font-size:15px;font-weight:500;font-family:inherit;cursor:pointer;transition:color .15s,border-color .15s,background .15s}.MainPage-module__tab__vwirH:hover:not(:disabled){color:var(--bars-text)}.MainPage-module__tab__vwirH:disabled{cursor:not-allowed;opacity:.45}.MainPage-module__tabActive__Vfb5O{border-color:var(--bars-primary);color:var(--bars-primary);background:#ebf6f0}.MainPage-module__catalogTools__j2S-a{display:flex;align-items:center;gap:12px;flex-shrink:0}.MainPage-module__toolsDivider__yVkJJ{width:1px;height:28px;background:var(--bars-border)}.MainPage-module__viewToggle__KQIbT{display:flex;align-items:center;gap:4px}.MainPage-module__iconButton__NIA0v{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;border-radius:50%;background:transparent;cursor:pointer;color:#787f89;transition:background .15s,color .15s}.MainPage-module__iconButton__NIA0v:hover,.MainPage-module__iconButtonActive__f-iVC{background:#F2F4F8;color:var(--bars-text)}.MainPage-module__iconButton__NIA0v:disabled{cursor:not-allowed;opacity:.45}.MainPage-module__iconButtonRefresh__G8rcp{color:var(--bars-text)}.MainPage-module__catalogDivider__DCbFs{width:100%;height:2px;margin:0;padding:0;border:none;background:#e5e9f1;flex-shrink:0}.MainPage-module__productGrid__CVp7q{display:grid;gap:12px;margin:0;padding:0;list-style:none;min-height:0;overflow-x:hidden;overflow-y:auto;flex:1;align-content:start}.MainPage-module__productGrid__CVp7q:not(.MainPage-module__productGridList__mJlkT){grid-template-columns:repeat(auto-fill,var(--bars-product-card-width));justify-content:start}.MainPage-module__productGridList__mJlkT{display:flex;flex-direction:column;gap:8px}.MainPage-module__productGridMessage__X-1bQ{grid-column:1 / -1;margin:0;padding:24px 16px;font-size:15px;font-weight:500;color:#787f89;text-align:center;list-style:none}.MainPage-module__productGridList__mJlkT .MainPage-module__productGridMessage__X-1bQ{width:100%}.MainPage-module__productCard__06Wjy{--product-card-text: #333333;--product-card-tint-bg: var(--bars-white);--product-card-tint-border: var(--bars-border);--product-card-tint-bg-hover: var(--bars-catalog-white-bg-hover);display:flex;flex-direction:column;justify-content:space-between;gap:12px;min-height:148px;padding:14px 14px 12px;border-radius:16px;border:1px solid var(--bars-border);background:var(--bars-white);box-sizing:border-box;cursor:pointer;color:var(--product-card-text);transition:background .15s,border-color .15s}.MainPage-module__productCardTinted__dGF1p{position:relative;background:var(--product-card-tint-bg)!important;border-color:var(--product-card-tint-border)!important}.MainPage-module__productCardTinted__dGF1p:hover{background:var(--product-card-tint-bg-hover)!important}.MainPage-module__productCard__06Wjy:hover{background:var(--product-card-tint-bg-hover, #f2f4f8)}.MainPage-module__productCard__06Wjy:hover .MainPage-module__productCardAction__hyrej{background:var(--bars-white);border-color:var(--bars-border);color:var(--bars-text)}.MainPage-module__productCardLocked__47n1q{background:#fafafa;border-color:#ececec;color:#b8bcc4;cursor:not-allowed;pointer-events:none}.MainPage-module__productCardLocked__47n1q .MainPage-module__productNameMain__PaLka,.MainPage-module__productCardLocked__47n1q .MainPage-module__productWeight__d1y0I{color:#b8bcc4}.MainPage-module__productCardLocked__47n1q .MainPage-module__productCardAction__hyrej{background:#f5f5f5;border-color:#e8e8e8;color:#b8bcc4}.MainPage-module__productCardLocked__47n1q:hover,.MainPage-module__productCardLocked__47n1q:hover .MainPage-module__productCardAction__hyrej{background:#fafafa}.MainPage-module__productCardHidden__fygDw{--product-card-tint-bg: #f5f5f5;--product-card-tint-border: #e8e8e8;--product-card-tint-bg-hover: #f5f5f5;background:#f5f5f5!important;border-color:#e8e8e8!important;color:#b8bcc4;cursor:default;opacity:.88}.MainPage-module__productCardHidden__fygDw .MainPage-module__productNameMain__PaLka,.MainPage-module__productCardHidden__fygDw .MainPage-module__productWeight__d1y0I{color:#b8bcc4}.MainPage-module__productCardHidden__fygDw .MainPage-module__productCardAction__hyrej{background:#f0f0f0;border-color:#e8e8e8;color:#b8bcc4}.MainPage-module__productCardHidden__fygDw:hover,.MainPage-module__productCardHidden__fygDw:hover .MainPage-module__productCardAction__hyrej,.MainPage-module__productCardHidden__fygDw.MainPage-module__productCardTinted__dGF1p:hover{background:#f5f5f5!important;border-color:#e8e8e8!important}.MainPage-module__productCardHidden__fygDw.MainPage-module__productCardEditMode__-LdBC,.MainPage-module__productCardHidden__fygDw.MainPage-module__productCardEditMode__-LdBC:active{cursor:default}.MainPage-module__productCard__06Wjy:not(.MainPage-module__productCardList__zVYf9){width:var(--bars-product-card-width);height:var(--bars-product-card-height);min-width:var(--bars-product-card-width);min-height:var(--bars-product-card-height);max-width:var(--bars-product-card-width);max-height:var(--bars-product-card-height);padding:10px 12px 8px;gap:8px;justify-content:flex-start;align-items:stretch}.MainPage-module__productCard__06Wjy:not(.MainPage-module__productCardList__zVYf9).MainPage-module__productCardCatalogCentered__QqQw-{justify-content:center;align-items:center}.MainPage-module__productCard__06Wjy:not(.MainPage-module__productCardList__zVYf9).MainPage-module__productCardEditMode__-LdBC{padding-top:36px;cursor:grab}.MainPage-module__productCard__06Wjy:not(.MainPage-module__productCardList__zVYf9).MainPage-module__productCardEditMode__-LdBC:active,.MainPage-module__productCardEditModeDragging__GoAPH{cursor:grabbing}.MainPage-module__productCard__06Wjy.MainPage-module__folderCardEditMode__E-M9H{cursor:pointer}.MainPage-module__productCard__06Wjy:not(.MainPage-module__productCardList__zVYf9).MainPage-module__folderCardEditModeGrid__gJf39{padding-top:36px}.MainPage-module__productCard__06Wjy.MainPage-module__productCardTinted__dGF1p.MainPage-module__folderCardEditMode__E-M9H:hover,.MainPage-module__productCard__06Wjy.MainPage-module__folderCardEditMode__E-M9H:hover,.MainPage-module__productCardList__zVYf9.MainPage-module__productCardTinted__dGF1p.MainPage-module__folderCardEditMode__E-M9H:hover{cursor:pointer;background:var(--product-card-tint-bg-hover, #f2f4f8)!important}.MainPage-module__productCardList__zVYf9.MainPage-module__productCardEditModeList__hPXns .MainPage-module__productCardActionList__JCHD-{margin-right:30px}.MainPage-module__productCardList__zVYf9.MainPage-module__productCardEditModeList__hPXns{padding-left:52px}.MainPage-module__productCardList__zVYf9{flex-direction:row;align-items:center;justify-content:flex-start;gap:16px;min-height:60px;height:auto;padding:10px 16px;border-radius:12px}.MainPage-module__productName__rrDDv{margin:0;font-size:14px;font-weight:500;line-height:1.35}.MainPage-module__productCard__06Wjy:not(.MainPage-module__productCardList__zVYf9) .MainPage-module__productName__rrDDv{display:flex;flex:1;align-items:center;justify-content:center;min-height:0;margin:0;overflow:hidden}.MainPage-module__productCard__06Wjy:not(.MainPage-module__productCardList__zVYf9) .MainPage-module__productNameMain__PaLka{display:-webkit-box;width:100%;font-size:16px;font-weight:600;color:var(--product-card-text);text-align:center;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere;word-break:break-word}.MainPage-module__productCard__06Wjy:not(.MainPage-module__productCardList__zVYf9) .MainPage-module__productCardAction__hyrej{height:36px;font-size:16px;font-weight:600;color:var(--bars-text);flex-shrink:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.MainPage-module__productCardList__zVYf9 .MainPage-module__productName__rrDDv{display:flex;flex-wrap:wrap;align-items:baseline;align-content:center;flex:1;min-width:0;gap:6px;overflow:visible}.MainPage-module__productNameMain__PaLka{font-size:16px;font-weight:600;line-height:1.3;min-width:0;color:var(--product-card-text, #333333);white-space:normal;overflow-wrap:anywhere;word-break:break-word}.MainPage-module__productWeight__d1y0I{flex-shrink:0;font-size:20px;line-height:1.3;color:var(--product-card-text, #333333);font-weight:500}.MainPage-module__productCardAction__hyrej{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;height:40px;padding:0 14px;border-radius:100px;border:1px solid var(--bars-border);background:var(--bars-white);color:var(--bars-text);font-size:18px;font-weight:600;line-height:1;box-sizing:border-box;flex-shrink:0;pointer-events:none}.MainPage-module__productCardActionList__JCHD-{width:auto;min-width:72px;height:36px;padding:0 14px;font-size:14px;font-weight:600;color:var(--bars-text)}.MainPage-module__productCardActionIcon__lKmd7{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center}.MainPage-module__catalogWithPayment__TH0Ef{flex:1 3 var(--bars-catalog-min-with-payment);min-width:var(--bars-catalog-min-with-payment)}.MainPage-module__paymentSlot__A5sV7{flex:0 0 auto;align-self:stretch;display:flex;flex-basis:0;width:0;min-width:0;min-height:0;overflow:hidden;opacity:0;transition:flex-basis .34s cubic-bezier(.22,1,.36,1),width .34s cubic-bezier(.22,1,.36,1),opacity .28s ease}.MainPage-module__paymentSlotVisible__4MrcR{flex:0 2 var(--bars-payment-panel-max);flex-basis:var(--bars-payment-panel-max);width:auto;min-width:var(--bars-payment-panel-min);max-width:var(--bars-payment-panel-max);opacity:1}.MainPage-module__checkoutInPayment__ZKVjA{flex:0 0 var(--bars-checkout-width);width:var(--bars-checkout-width);max-height:none;min-height:min(40vh,360px)}@media (max-width: 1024px){.MainPage-module__page__peIZ-{flex-direction:column;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain}.MainPage-module__pageWithPayment__OADg1{overflow-y:auto;-webkit-overflow-scrolling:touch}.MainPage-module__paymentSlot__A5sV7{align-self:stretch;flex:0 0 auto;flex-basis:auto;width:100%;height:auto;min-height:0;max-height:0;overflow:hidden;opacity:0;background:transparent;transition:max-height .34s cubic-bezier(.22,1,.36,1),opacity .28s ease}.MainPage-module__paymentSlotVisible__4MrcR{flex:0 0 auto;flex-basis:auto;width:100%;min-width:0;max-width:none;max-height:1200px;overflow:visible;opacity:1}.MainPage-module__catalog__DFqTs{flex:0 0 auto;width:100%;min-width:0;min-height:min(40vh,360px);max-height:60vh}.MainPage-module__pageWithPayment__OADg1 .MainPage-module__catalog__DFqTs,.MainPage-module__pageWithPayment__OADg1 .MainPage-module__catalogWithPayment__TH0Ef{flex:0 0 auto;min-height:min(40vh,360px);max-height:50vh}.MainPage-module__catalogWithPayment__TH0Ef{min-width:0}.MainPage-module__pageWithPayment__OADg1 .MainPage-module__checkoutInPayment__ZKVjA{flex:0 0 auto;width:100%;max-height:none;min-height:min(40vh,360px)}.MainPage-module__productGrid__CVp7q:not(.MainPage-module__productGridList__mJlkT){grid-template-columns:repeat(auto-fill,var(--bars-product-card-width))}}@media (prefers-reduced-motion: reduce){.MainPage-module__paymentSlot__A5sV7{transition:none}}@media (max-width: 560px){.MainPage-module__page__peIZ-{padding:12px}.MainPage-module__productGrid__CVp7q:not(.MainPage-module__productGridList__mJlkT){grid-template-columns:repeat(auto-fill,var(--bars-product-card-width))}.MainPage-module__tabs__PiUqG{width:100%}.MainPage-module__tab__vwirH{flex:1 1 auto;padding-inline:12px;text-align:center}}.AmountKeypad-module__keypad__QqdCc{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.AmountKeypad-module__keypadKey__EaNzl{height:52px!important;font-size:20px!important;font-weight:500!important;border-radius:12px!important}.AmountKeypad-module__keypadKeyBackspace__kXBd-:not(:disabled){background:#f2f4f8!important}.DepositFreeAmountDialog-module__dialogContent__-n15t{width:min(100%,360px);margin-bottom:15px}.DepositFreeAmountDialog-module__balance__3kQA-{margin:0 0 10px;font-size:14px;line-height:1.4;color:var(--bars-text)}.DepositFreeAmountDialog-module__amountRow__WEPrY{display:flex;gap:10px;align-items:center;margin-bottom:16px}.DepositFreeAmountDialog-module__amountRow__WEPrY>:first-child{flex:1;min-width:0}.DepositFreeAmountDialog-module__amountRowSingle__0ItmT{display:block}.DepositFreeAmountDialog-module__amountRowSingle__0ItmT>:first-child{flex:none;min-width:unset}.DepositFreeAmountDialog-module__roundButton__hl9YR{width:auto!important;flex:0 0 auto;height:45px!important;padding:0 14px!important;font-size:14px!important;font-weight:500!important;white-space:nowrap}.DepositFreeAmountDialog-module__keypad__nFsMX{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.DepositFreeAmountDialog-module__keypadKey__4oR3c{height:52px!important;font-size:20px!important;font-weight:500!important;border-radius:12px!important}.DiscountDrawer-module__drawer__96x3x{min-width:min(420px,100vw)}.DiscountDrawer-module__content__o-uba{display:flex;flex-direction:column;gap:20px;padding:0 20px 24px;overflow-y:auto;flex:1;min-height:0}.DiscountDrawer-module__tabs__OnIfw{display:flex;flex-wrap:wrap;gap:8px}.DiscountDrawer-module__tab__Myr3j{padding:10px 20px;border-radius:9999px;border:1px solid var(--bars-border);background:var(--bars-white);color:var(--bars-text);font-size:15px;font-weight:500;font-family:inherit;cursor:pointer;transition:color .15s,border-color .15s,background .15s}.DiscountDrawer-module__tab__Myr3j:hover{border-color:#aab3cf}.DiscountDrawer-module__tabActive__ztMyK{border-color:var(--bars-primary);color:var(--bars-primary);background:#ebf6f0}.DiscountDrawer-module__fieldSection__ZyEMn{display:flex;flex-direction:column;gap:0}.DiscountDrawer-module__placeholder__-U-n-{margin:0;font-size:15px;font-weight:500;color:#787f89;line-height:1.4}.PaymentFromAccountDrawer-module__drawer__xEHJV{z-index:120;width:min(420px,100vw);min-width:min(360px,100vw)}.PaymentFromAccountDrawer-module__body__fuAK2{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.PaymentFromAccountDrawer-module__scrollArea__jllLS{flex:1;min-height:0;overflow-y:auto;padding:0 20px 16px;display:flex;flex-direction:column;gap:12px}.PaymentFromAccountDrawer-module__addSourceButton__Y507J{display:inline-flex;align-items:center;gap:8px;padding:0;border:none;background:transparent;color:var(--bars-primary);font-family:inherit;font-size:16px;font-weight:500;cursor:pointer;align-self:flex-start}.PaymentFromAccountDrawer-module__addSourceButton__Y507J:hover{opacity:.85}.PaymentFromAccountDrawer-module__addSourceIcon__wCCEn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex-shrink:0}.PaymentFromAccountDrawer-module__addSourceIconSvg__TkTE-{position:absolute;inset:0;margin:auto;opacity:0;transform:rotate(-90deg) scale(.72);transition:opacity .22s cubic-bezier(.22,1,.36,1),transform .22s cubic-bezier(.22,1,.36,1)}.PaymentFromAccountDrawer-module__addSourceIconSvg__TkTE- path{fill:var(--bars-primary)}.PaymentFromAccountDrawer-module__addSourceIconSvgVisible__Tjpyk{opacity:1;transform:rotate(0) scale(1)}.PaymentFromAccountDrawer-module__addSourceMenuWrap__zMGjM{display:grid;grid-template-rows:0fr;opacity:0;transform:translateY(-4px);transition:grid-template-rows .22s cubic-bezier(.22,1,.36,1),opacity .18s ease,transform .22s cubic-bezier(.22,1,.36,1)}.PaymentFromAccountDrawer-module__addSourceMenuWrapExpanded__DDs9t{grid-template-rows:1fr;opacity:1;transform:translateY(0)}.PaymentFromAccountDrawer-module__addSourceMenuInner__xA5Ve{overflow:hidden}.PaymentFromAccountDrawer-module__addSourceMenu__s1kYD{display:flex;flex-direction:column;width:fit-content;min-width:220px;padding:8px 0;border-radius:12px;border:1px solid #e6e8ec;background:var(--bars-white)}.PaymentFromAccountDrawer-module__addSourceMenuItem__EPXpU{display:block;width:100%;padding:10px 16px;border:none;border-radius:0;background:transparent;font-family:inherit;font-size:16px;font-weight:400;line-height:1.35;color:var(--bars-text);text-align:left;cursor:pointer}.PaymentFromAccountDrawer-module__addSourceMenuItem__EPXpU:hover{background:#f5f6f8}.PaymentFromAccountDrawer-module__searchBlock__zxKlA{display:flex;flex-direction:column;gap:8px}.PaymentFromAccountDrawer-module__searchInput__si5Cv{width:100%;height:40px;padding:0 12px;border-radius:12px;border:1px solid var(--bars-border);background:var(--bars-white);font-family:inherit;font-size:15px;box-sizing:border-box}.PaymentFromAccountDrawer-module__searchInput__si5Cv:focus{outline:none;border-color:var(--bars-primary)}.PaymentFromAccountDrawer-module__searchResults__aCaml{margin:0;padding:0;list-style:none;border-radius:12px;border:1px solid var(--bars-border);overflow:hidden;max-height:220px;overflow-y:auto}.PaymentFromAccountDrawer-module__searchResultsMessage__9eLLU{padding:12px 14px;font-size:14px;color:#787f89}.PaymentFromAccountDrawer-module__searchResultsItem__5vyeJ{display:flex;flex-direction:column;align-items:flex-start;gap:2px;width:100%;padding:10px 14px;border:none;border-bottom:1px solid #eef1f6;background:var(--bars-white);text-align:left;cursor:pointer}.PaymentFromAccountDrawer-module__searchResultsItem__5vyeJ:last-child{border-bottom:none}.PaymentFromAccountDrawer-module__searchResultsItem__5vyeJ:hover{background:#f2f4f8}.PaymentFromAccountDrawer-module__searchResultsName__iOwDb{font-size:15px;font-weight:500;color:var(--bars-text)}.PaymentFromAccountDrawer-module__searchResultsPhone__lGlGy{font-size:13px;color:#787f89}.PaymentFromAccountDrawer-module__sourceCard__r0U84{position:relative;display:flex;flex-direction:column;gap:12px;padding:14px;border-radius:16px;border:1px solid var(--bars-border);background:var(--bars-white)}.PaymentFromAccountDrawer-module__removeButton__Jka2U{position:absolute;top:10px;right:10px;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;border-radius:50%;background:#e5e9f1;color:#787f89;cursor:pointer}.PaymentFromAccountDrawer-module__removeButton__Jka2U:hover{color:var(--bars-text)}.PaymentFromAccountDrawer-module__sourceHeader__UfuCg{display:flex;align-items:flex-start;gap:12px;padding-right:28px}.PaymentFromAccountDrawer-module__avatar__ad3Qm{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#e8f0ff;color:#2f6fed;font-size:14px;font-weight:600;flex-shrink:0}.PaymentFromAccountDrawer-module__sourceInfo__tleQ-{min-width:0}.PaymentFromAccountDrawer-module__sourceName__j4fk-{margin:0;font-size:16px;font-weight:600;color:var(--bars-text)}.PaymentFromAccountDrawer-module__sourceContacts__PQPOA{margin:4px 0 0;font-size:13px;color:#787f89;line-height:1.35}.PaymentFromAccountDrawer-module__sourceTabsLabel__6ejVD{margin:0;font-size:13px;color:#787f89}.PaymentFromAccountDrawer-module__sourceTabs__KNCEJ{display:flex;gap:8px}.PaymentFromAccountDrawer-module__sourceTab__FGDkm{display:inline-flex;align-items:center;gap:8px;flex:1;min-height:44px;padding:8px 12px;border-radius:12px;border:1px solid var(--bars-border);background:var(--bars-white);font-family:inherit;font-size:14px;font-weight:500;color:var(--bars-text);cursor:pointer}.PaymentFromAccountDrawer-module__sourceTabActive__fj60a{border-color:var(--bars-primary);background:#ebf6f0;color:var(--bars-primary)}.PaymentFromAccountDrawer-module__sourceTabDisabled__gTDAq{opacity:.45;cursor:not-allowed}.PaymentFromAccountDrawer-module__sourceTabBalance__kbYnM{margin-left:auto;font-weight:600}.PaymentFromAccountDrawer-module__deductRow__NY1q6{display:flex;align-items:center;justify-content:space-between;gap:12px}.PaymentFromAccountDrawer-module__deductLabel__4Hdh6{margin:0;font-size:15px;font-weight:500;color:var(--bars-text)}.PaymentFromAccountDrawer-module__deductInput__8YTgo{width:min(100%,140px);height:40px;padding:0 12px;border-radius:12px;border:1px solid var(--bars-border);background:var(--bars-white);font-family:inherit;font-size:16px;font-weight:500;color:var(--bars-text);text-align:right;box-sizing:border-box}.PaymentFromAccountDrawer-module__deductInput__8YTgo:focus{outline:none;border-color:var(--bars-primary)}.PaymentFromAccountDrawer-module__deductInput__8YTgo:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.PaymentFromAccountDrawer-module__footer__0Ka8P{display:flex;gap:10px;padding:16px 20px 20px;border-top:1px solid #e5e9f1;flex-shrink:0}.PaymentFromAccountDrawer-module__cancelButton__OX2SX{flex:1;height:48px!important}.PaymentFromAccountDrawer-module__continueButton__lZ1Wo{flex:1.4;height:48px!important;font-weight:600!important}@media (prefers-reduced-motion: reduce){.PaymentFromAccountDrawer-module__addSourceIconSvg__TkTE-,.PaymentFromAccountDrawer-module__addSourceMenuWrap__zMGjM{transition:none;transform:none}}.ReceiptCart-module__receiptList__zbyyP{flex:1;display:flex;flex-direction:column;gap:8px;min-height:0;margin:0;padding:12px 16px;list-style:none;overflow-x:hidden;overflow-y:auto;box-sizing:border-box}.ReceiptCart-module__receiptItem__gSu74{display:flex;align-items:center;gap:10px;padding:12px;border-radius:12px;border:1px solid var(--bars-border);background:var(--bars-white);box-sizing:border-box}.ReceiptCart-module__removeButton__urVq5{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;padding:0;border:none;border-radius:50%;background:transparent;cursor:pointer}.ReceiptCart-module__removeButton__urVq5 svg{width:26px;height:26px}.ReceiptCart-module__removeButton__urVq5 svg path{transition:fill .15s}.ReceiptCart-module__removeButton__urVq5:hover svg path,.ReceiptCart-module__removeButton__urVq5:active svg path,.ReceiptCart-module__removeButton__urVq5:focus-visible svg path{fill:var(--bars-error)}.ReceiptCart-module__itemBody__sDJOs{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.ReceiptCart-module__itemName__GY2i2{margin:0;font-size:18px;font-weight:600;line-height:1.3;color:var(--bars-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ReceiptCart-module__itemMeta__DvmA-{margin:0;font-size:14px;font-weight:500;line-height:1.35}.ReceiptCart-module__itemMetaUnit__0YdNr{color:var(--bars-text)}.ReceiptCart-module__itemMetaSeparator__C0nJg,.ReceiptCart-module__itemMetaTotal__-voVp{color:#787f89}.ReceiptCart-module__depositClientHint__D8mb1{margin:0;font-size:14px;font-weight:500;line-height:1.35;color:var(--bars-error)}.ReceiptCart-module__quantityStepper__bxL6F{display:inline-flex;align-items:stretch;flex-shrink:0;height:36px;border-radius:9999px;border:1px solid var(--bars-border);background:var(--bars-white);overflow:hidden}.ReceiptCart-module__quantityButton__M6vRN{display:inline-flex;align-items:center;justify-content:center;width:32px;padding:0;border:none;background:transparent;cursor:pointer;transition:background .15s}.ReceiptCart-module__quantityButton__M6vRN svg{width:16px;height:16px}.ReceiptCart-module__quantityButton__M6vRN:hover:not(:disabled){background:#f2f4f8}.ReceiptCart-module__quantityButton__M6vRN:disabled{color:#aab3cf;cursor:default}.ReceiptCart-module__quantityValue__rhhW-{display:inline-flex;align-items:center;justify-content:center;min-width:32px;padding:0 4px;border-left:1px solid var(--bars-border);border-right:1px solid var(--bars-border);font-size:15px;font-weight:600;color:var(--bars-text)}.ReceiptCart-module__receiptTotal__fGk7x{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px 20px;box-sizing:border-box}.ReceiptCart-module__receiptTotalLabel__Mr-ml{margin:0;font-size:24px;font-weight:600;color:var(--bars-text)}.ReceiptCart-module__receiptTotalValue__w9iZY{margin:0;font-size:24px;font-weight:600;color:var(--bars-text);white-space:nowrap}.PaymentPanel-module__panel__IJg8B{width:100%;max-width:var(--bars-payment-panel-max, 500px);height:100%;flex:1 1 auto;min-width:0;min-height:0;display:flex;flex-direction:column;gap:16px;padding:15px 10px;border-radius:16px;border:1px solid var(--bars-border);background:var(--bars-white);box-sizing:border-box;overflow:hidden;opacity:0;transform:translate(24px) scale(.985);box-shadow:none;will-change:opacity,transform,box-shadow;transition:opacity .32s cubic-bezier(.22,1,.36,1),transform .32s cubic-bezier(.22,1,.36,1),box-shadow .32s cubic-bezier(.22,1,.36,1)}.PaymentPanel-module__panelVisible__Fwdb2{opacity:1;transform:translate(0) scale(1)}.PaymentPanel-module__panelExiting__lJNrY{opacity:0;transform:translate(20px) scale(.985);box-shadow:none;pointer-events:none}.PaymentPanel-module__panelVisible__Fwdb2 .PaymentPanel-module__header__QkbvH,.PaymentPanel-module__panelVisible__Fwdb2 .PaymentPanel-module__body__87ikG,.PaymentPanel-module__panelVisible__Fwdb2 .PaymentPanel-module__acceptButton__UX2Gh{animation:PaymentPanel-module__paymentContentIn__uZWkB .36s cubic-bezier(.22,1,.36,1) both}.PaymentPanel-module__panelVisible__Fwdb2 .PaymentPanel-module__body__87ikG{animation-delay:50ms}.PaymentPanel-module__panelVisible__Fwdb2 .PaymentPanel-module__acceptButton__UX2Gh{animation-delay:90ms}.PaymentPanel-module__panelVisible__Fwdb2 .PaymentPanel-module__successBody__c8nCg,.PaymentPanel-module__panelVisible__Fwdb2 .PaymentPanel-module__successFooter__aafDM{animation:PaymentPanel-module__paymentContentIn__uZWkB .36s cubic-bezier(.22,1,.36,1) both}.PaymentPanel-module__panelVisible__Fwdb2 .PaymentPanel-module__successFooter__aafDM{animation-delay:90ms}@keyframes PaymentPanel-module__paymentContentIn__uZWkB{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.PaymentPanel-module__header__QkbvH{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-shrink:0;padding:0 5px;margin-bottom:20px}.PaymentPanel-module__title__88PLY{margin:0;font-size:25px;font-weight:600;line-height:1.2}.PaymentPanel-module__cancelButton__lLc2C{width:auto!important;height:40px!important;padding:0 16px!important;font-size:16px!important;font-weight:500!important;white-space:nowrap;flex-shrink:0}.PaymentPanel-module__cancelButtonDisabled__16TVx,.PaymentPanel-module__cancelButton__lLc2C:disabled{opacity:.45;cursor:not-allowed}.PaymentPanel-module__methods__Dvj-n{display:flex;gap:8px;flex-shrink:0;width:100%}.PaymentPanel-module__methodButton__S6qud{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:88px;padding:12px 6px;border-radius:16px;border:1px solid var(--bars-border);background:var(--bars-white);color:var(--bars-text);font-family:inherit;font-size:14px;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.PaymentPanel-module__depositSummaryButton__4libX{margin:0;padding:0;border:none;background:transparent;font:inherit;font-size:16px;font-weight:500;color:#787f89;text-align:left;cursor:pointer}.PaymentPanel-module__depositSummaryButton__4libX:hover{color:var(--bars-primary)}.PaymentPanel-module__accountHint__auoMl{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.PaymentPanel-module__methodButton__S6qud:hover{background:#f2f4f8}.PaymentPanel-module__methodButtonActive__D6NwU{border-color:var(--bars-primary);background:#ebf6f0;color:var(--bars-primary)}.PaymentPanel-module__methodButtonDisabled__befVQ{opacity:.45;cursor:not-allowed;pointer-events:none}.PaymentPanel-module__methodButtonDisabled__befVQ.PaymentPanel-module__methodButtonActive__D6NwU{border-color:var(--bars-border);background:var(--bars-white);color:var(--bars-text)}.PaymentPanel-module__methodButtonDisabled__befVQ:hover{background:var(--bars-white)}.PaymentPanel-module__returnNotice__VtRGK{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:10px;border:1px solid #eeb51a;background:#fbf8e9;color:#eeb51a;font-size:14px;font-weight:500;line-height:1.3;flex-shrink:0}.PaymentPanel-module__returnNoticeClose__-kozH{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;padding:0;border:none;border-radius:6px;background:transparent;color:inherit;cursor:pointer}.PaymentPanel-module__returnNoticeClose__-kozH:hover{background:rgb(238 181 26 / 12%)}.PaymentPanel-module__returnNoticeClose__-kozH:focus-visible{outline:2px solid #eeb51a;outline-offset:2px}.PaymentPanel-module__methodIcon__W79hP{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.PaymentPanel-module__summary__QUSAw{display:flex;flex-direction:column;gap:12px;flex-shrink:0;margin-bottom:10px}.PaymentPanel-module__summaryRow__4ceUi{display:flex;align-items:center;justify-content:space-between;gap:12px}.PaymentPanel-module__summaryLabel__gKOzB{margin:0;font-size:20px;font-weight:500;color:var(--bars-text);flex-shrink:0}.PaymentPanel-module__summaryValue__XW77X{margin:0;font-size:20px;font-weight:600;color:var(--bars-text);text-align:right}.PaymentPanel-module__summaryValueMuted__4V5tD{color:#787f89;font-weight:500}.PaymentPanel-module__amountInput__YiP0K{width:min(100%,140px);height:40px;padding:0 12px;border-radius:12px;border:1px solid var(--bars-border);background:var(--bars-white);font-family:inherit;font-size:16px;font-weight:500;color:var(--bars-text);text-align:right;box-sizing:border-box}.PaymentPanel-module__amountInput__YiP0K:focus{outline:none;border-color:var(--bars-primary)}.PaymentPanel-module__summaryDivider__w9dQo{width:100%;height:1px;margin:0;padding:0;border:none;background:#e5e9f1}.PaymentPanel-module__body__87ikG{display:flex;flex-direction:column;gap:16px;min-height:0;flex:1;overflow-y:auto;padding:0 5px}.PaymentPanel-module__acceptButton__UX2Gh{flex-shrink:0;height:52px!important;font-size:18px!important;font-weight:600!important}.PaymentPanel-module__panelSuccess__SLEKf{gap:0}.PaymentPanel-module__closeButton__alNVL{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:50%;background:#e5e9f1;color:#787f89;cursor:pointer;flex-shrink:0;transition:color .15s}.PaymentPanel-module__closeButton__alNVL:hover{color:var(--bars-text)}.PaymentPanel-module__successBody__c8nCg{flex:1;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;padding:0 5px}.PaymentPanel-module__successIcon__1Ta0D{width:100px;height:99px;flex-shrink:0}.PaymentPanel-module__successTitle__yAAa8{margin:0;font-size:25px;font-weight:600;line-height:1.2;color:var(--bars-text)}.PaymentPanel-module__successFooter__aafDM{flex-shrink:0;padding:16px 5px 0;border-top:1px solid #e5e9f1}.PaymentPanel-module__closeReceiptButton__ERVMb{width:100%;height:52px!important;font-size:18px!important;font-weight:600!important}.PaymentPanel-module__panelCardMode__EI1nF{justify-content:flex-start}.PaymentPanel-module__panelCardMode__EI1nF .PaymentPanel-module__body__87ikG{flex:1 1 auto;justify-content:flex-start;min-height:0}.PaymentPanel-module__panelCardMode__EI1nF .PaymentPanel-module__acceptButton__UX2Gh{margin-top:auto}.PaymentPanel-module__panelReturnMode__viINC{justify-content:flex-start}.PaymentPanel-module__panelReturnMode__viINC .PaymentPanel-module__body__87ikG{flex:1 1 auto;justify-content:flex-start;min-height:0}.PaymentPanel-module__panelReturnMode__viINC .PaymentPanel-module__acceptButton__UX2Gh{margin-top:auto}.PaymentPanel-module__summaryReturn__04vAj,.PaymentPanel-module__summaryCompact__CC2a-{margin-top:0;margin-bottom:10px;gap:12px}@media (max-width: 1024px){.PaymentPanel-module__panel__IJg8B{width:100%;max-width:none;height:auto;min-width:0;flex:none;box-shadow:none}.PaymentPanel-module__panelVisible__Fwdb2{transform:translateY(0) scale(1);box-shadow:none}.PaymentPanel-module__panel__IJg8B,.PaymentPanel-module__panelExiting__lJNrY{transform:translateY(12px) scale(.99)}.PaymentPanel-module__panelExiting__lJNrY{transform:translateY(8px) scale(.99)}}@media (prefers-reduced-motion: reduce){.PaymentPanel-module__panel__IJg8B,.PaymentPanel-module__panelVisible__Fwdb2,.PaymentPanel-module__panelExiting__lJNrY{transition:none;transform:none;opacity:1;box-shadow:none}.PaymentPanel-module__panelVisible__Fwdb2 .PaymentPanel-module__header__QkbvH,.PaymentPanel-module__panelVisible__Fwdb2 .PaymentPanel-module__body__87ikG,.PaymentPanel-module__panelVisible__Fwdb2 .PaymentPanel-module__acceptButton__UX2Gh,.PaymentPanel-module__panelVisible__Fwdb2 .PaymentPanel-module__successBody__c8nCg,.PaymentPanel-module__panelVisible__Fwdb2 .PaymentPanel-module__successFooter__aafDM{animation:none}}.BarsCalendar-module__barsCalendar__O8Lbc{width:100%;min-width:280px;box-sizing:border-box;user-select:none;margin-bottom:10px}.BarsCalendar-module__barsCalendarHeader__SXbSp{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}.BarsCalendar-module__barsCalendarTitleButton__UrASz{flex:1 1 auto;margin:0;padding:4px 8px;border:none;border-radius:8px;background:transparent;font-size:16px;font-weight:600;font-family:inherit;color:var(--bars-text);text-align:center;text-transform:capitalize;cursor:pointer;transition:background .15s,color .15s}.BarsCalendar-module__barsCalendarTitleButton__UrASz:hover{background:#f2f4f8;color:var(--bars-primary)}.BarsCalendar-module__barsCalendarTitleButton__UrASz:focus-visible{outline:none;box-shadow:inset 0 0 0 1px var(--bars-primary)}.BarsCalendar-module__barsCalendarNavButton__PNjBC{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid var(--bars-border);border-radius:8px;background:var(--bars-white);color:var(--bars-text);cursor:pointer;flex-shrink:0;transition:background .15s,border-color .15s}.BarsCalendar-module__barsCalendarNavButton__PNjBC:hover{background:#f2f4f8;border-color:#aab3cf}.BarsCalendar-module__barsCalendarNavButton__PNjBC:focus-visible{outline:none;border-color:var(--bars-primary)}.BarsCalendar-module__barsCalendarWeekdays__BzjdJ{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:4px}.BarsCalendar-module__barsCalendarWeekday__DJI02{display:flex;align-items:center;justify-content:center;height:28px;font-size:12px;font-weight:500;color:#787f89}.BarsCalendar-module__barsCalendarGrid__pQJf1{display:grid;grid-template-columns:repeat(7,1fr);gap:2px 0}.BarsCalendar-module__barsCalendarDayCell__A1iVx{position:relative;display:flex;align-items:center;justify-content:center;height:36px}.BarsCalendar-module__barsCalendarDayRangeBg__cGwVO{position:absolute;top:50%;height:32px;transform:translateY(-50%);background:#ebf6f0;z-index:0;pointer-events:none}.BarsCalendar-module__barsCalendarDayRangeBgMiddle__uiC--{left:0;right:0}.BarsCalendar-module__barsCalendarDayRangeBgStart__bXoRh{left:50%;right:0}.BarsCalendar-module__barsCalendarDayRangeBgEnd__dssqI{left:0;right:50%}.BarsCalendar-module__barsCalendarDayRangeBgRowStart__pxMKU{border-top-left-radius:100px;border-bottom-left-radius:100px}.BarsCalendar-module__barsCalendarDayRangeBgRowEnd__s7TE-{border-top-right-radius:100px;border-bottom-right-radius:100px}.BarsCalendar-module__barsCalendarDayButton__iJlPU{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:100px;background:transparent;font-size:14px;font-family:inherit;font-weight:500;color:var(--bars-text);cursor:pointer;transition:background .15s,color .15s}.BarsCalendar-module__barsCalendarDayButton__iJlPU:hover:not(:disabled){background:#f2f4f8}.BarsCalendar-module__barsCalendarDayButton__iJlPU:focus-visible{outline:2px solid var(--bars-primary);outline-offset:1px}.BarsCalendar-module__barsCalendarDayOutside__xe1b-{color:#aab3cf}.BarsCalendar-module__barsCalendarDayToday__EWeFg:not(.BarsCalendar-module__barsCalendarDaySelected__T18KU){color:var(--bars-primary);font-weight:600}.BarsCalendar-module__barsCalendarDaySelected__T18KU .BarsCalendar-module__barsCalendarDayButton__iJlPU{background:var(--bars-primary);color:var(--bars-white)}.BarsCalendar-module__barsCalendarDaySelected__T18KU .BarsCalendar-module__barsCalendarDayButton__iJlPU:hover{background:var(--bars-primary-hover)}.BarsCalendar-module__barsCalendarPicker__IQR-v{display:flex;flex-direction:column;gap:12px;min-height:248px}.BarsCalendar-module__barsCalendarPickerSectionLabel__NgByk{margin:0;font-size:12px;font-weight:500;color:#787f89}.BarsCalendar-module__barsCalendarMonthGrid__hG1FY{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.BarsCalendar-module__barsCalendarYearGrid__lrytg{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;max-height:220px;overflow-y:auto}.BarsCalendar-module__barsCalendarPickerButton__UJAAp{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 6px;border:1px solid transparent;border-radius:8px;background:transparent;font-size:14px;font-family:inherit;font-weight:500;color:var(--bars-text);cursor:pointer;transition:background .15s,color .15s,border-color .15s}.BarsCalendar-module__barsCalendarPickerButton__UJAAp:hover{background:#f2f4f8}.BarsCalendar-module__barsCalendarPickerButton__UJAAp:focus-visible{outline:none;border-color:var(--bars-primary)}.BarsCalendar-module__barsCalendarPickerButtonActive__HUUpc{background:var(--bars-primary);color:var(--bars-white)}.BarsCalendar-module__barsCalendarPickerButtonActive__HUUpc:hover{background:var(--bars-primary-hover)}.BarsCalendar-module__barsCalendarPickerYearButton__KGJBI{text-transform:capitalize}.PeriodSelect-module__periodSelectDialogBody__SYefy{display:flex;justify-content:center}.RefundOrderCart-module__cart__TbkTc{flex:1 1 0;min-height:0;display:flex;flex-direction:column;overflow:hidden}.RefundOrderCart-module__list__kCOV9{flex:1 1 0;min-height:0;margin:0;padding:12px 16px;list-style:none;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;box-sizing:border-box}.RefundOrderCart-module__list__kCOV9>.RefundOrderCart-module__item__oKWAe+.RefundOrderCart-module__item__oKWAe{margin-top:8px}.RefundOrderCart-module__item__oKWAe{display:flex;align-items:center;gap:10px;padding:12px;border-radius:12px;border:1px solid var(--bars-border);background:var(--bars-white);box-sizing:border-box}.RefundOrderCart-module__itemRefunded__wfMtm{opacity:.72}.RefundOrderCart-module__itemRefundedLabel__l-ae-{color:#787f89}.RefundOrderCart-module__checkbox__-zeaQ{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;padding:0;border:1px solid var(--bars-border);border-radius:6px;background:var(--bars-white);color:var(--bars-white);cursor:pointer;transition:background .15s,border-color .15s}.RefundOrderCart-module__checkboxChecked__lqXmL{border-color:var(--bars-primary);background:var(--bars-primary)}.RefundOrderCart-module__checkbox__-zeaQ:disabled{cursor:default;opacity:.55}.RefundOrderCart-module__checkbox__-zeaQ:disabled.RefundOrderCart-module__checkboxChecked__lqXmL{border-color:var(--bars-border);background:#e8ebf0;color:transparent}.RefundOrderCart-module__checkbox__-zeaQ svg{width:14px;height:10px}.RefundOrderCart-module__itemBody__u-GvF{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.RefundOrderCart-module__itemName__25yYb{margin:0;font-size:16px;font-weight:600;line-height:1.3;color:var(--bars-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.RefundOrderCart-module__itemMeta__U9bJP{margin:0;font-size:14px;font-weight:500;line-height:1.35;color:#787f89}.RefundOrderCart-module__itemMetaUnit__awWlW{color:var(--bars-text)}.RefundOrderCart-module__itemMetaSeparator__ChM9f{margin:0 4px}.RefundOrderCart-module__quantityStepper__kGAEb{display:inline-flex;align-items:stretch;flex-shrink:0;height:36px;border-radius:9999px;border:1px solid var(--bars-border);background:var(--bars-white);overflow:hidden}.RefundOrderCart-module__quantityStepperInactive__0-vsx{opacity:.55}.RefundOrderCart-module__quantityButton__-mems{display:inline-flex;align-items:center;justify-content:center;width:32px;padding:0;border:none;background:transparent;cursor:pointer;transition:background .15s}.RefundOrderCart-module__quantityButton__-mems svg{width:16px;height:16px}.RefundOrderCart-module__quantityButton__-mems:hover:not(:disabled){background:#f2f4f8}.RefundOrderCart-module__quantityButton__-mems:disabled{cursor:default}.RefundOrderCart-module__quantityButton__-mems:disabled svg path{fill:#aab3cf}.RefundOrderCart-module__quantityValue__w9-C6{display:inline-flex;align-items:center;justify-content:center;min-width:32px;padding:0 4px;border-left:1px solid var(--bars-border);border-right:1px solid var(--bars-border);font-size:15px;font-weight:600;color:var(--bars-text)}.RefundOrderCart-module__quantityStepperInactive__0-vsx .RefundOrderCart-module__quantityValue__w9-C6{color:#aab3cf}.RefundOrderCart-module__summary__fDECo{flex-shrink:0;display:flex;flex-direction:column;gap:12px;padding:12px 16px 16px;box-sizing:border-box}.RefundOrderCart-module__refundModeRow__dzn5w{display:flex;gap:8px;width:100%}.RefundOrderCart-module__refundModeButton__swz3M{flex:1 1 0;min-width:0;height:44px;padding:0 12px;border-radius:9999px;border:1px solid var(--bars-border);background:var(--bars-white);color:#787f89;font-size:16px;font-weight:600;font-family:inherit;cursor:pointer;transition:color .15s,border-color .15s,background .15s}.RefundOrderCart-module__refundModeButton__swz3M:hover:not(:disabled){color:var(--bars-text)}.RefundOrderCart-module__refundModeButton__swz3M:disabled{cursor:default;opacity:.55}.RefundOrderCart-module__refundModeButtonActive__7Q9T9{border-color:var(--bars-primary);color:var(--bars-primary);background:#ebf6f0}.RefundOrderCart-module__total__hxIlb{display:flex;align-items:center;justify-content:space-between;gap:12px}.RefundOrderCart-module__totalLabel__n7vnX{margin:0;font-size:24px;font-weight:600;color:var(--bars-text)}.RefundOrderCart-module__totalValue__p0QWO{margin:0;font-size:24px;font-weight:600;color:var(--bars-text);white-space:nowrap}.PartialRefundAmountDialog-module__dialogContent__aDBx8{width:min(100%,404px);margin-bottom:10px}.PartialRefundAmountDialog-module__totalRow__dJ3a-{margin:0 0 16px;font-size:18px;line-height:1.4;color:var(--bars-text)}.PartialRefundAmountDialog-module__totalValue__oHMhc{font-size:20px;font-weight:600}.PartialRefundAmountDialog-module__percentRow__rHLHQ{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.PartialRefundAmountDialog-module__percentButton__-JZL-{flex:1 1 0;min-width:72px;padding:10px 16px;border-radius:9999px;border:1px solid var(--bars-border);background:var(--bars-white);color:var(--bars-text);font-size:17px;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .15s,color .15s,background .15s}.PartialRefundAmountDialog-module__percentButton__-JZL-:hover{border-color:var(--bars-primary);color:var(--bars-primary)}.PartialRefundAmountDialog-module__percentButtonActive__HZu5U{border-color:var(--bars-primary);color:var(--bars-primary);background:#ebf6f0}.RefundsPage-module__page__YpR4S{--bars-catalog-min-with-payment: 400px;--bars-payment-panel-min: 400px;--bars-payment-panel-max: 500px;display:flex;flex:1;gap:16px;min-height:0;padding:16px 20px 20px;box-sizing:border-box;overflow:hidden;background:var(--bars-background);font-family:var(--bars-font-family);color:var(--bars-text)}.RefundsPage-module__pageWithPayment__V8XAL{overflow:hidden}.RefundsPage-module__ordersPanel__BQaHT{flex:1 1 0;min-width:0;min-height:0;display:flex;flex-direction:column;gap:10px;padding:16px;border-radius:16px;border:1px solid var(--bars-border);background:var(--bars-white);box-sizing:border-box;overflow:hidden}.RefundsPage-module__ordersPanelWithPayment__-wues{flex:1 3 var(--bars-catalog-min-with-payment);min-width:var(--bars-catalog-min-with-payment)}.RefundsPage-module__paymentSlot__mX-5k{flex:0 0 auto;align-self:stretch;display:flex;flex-basis:0;width:0;min-width:0;min-height:0;overflow:hidden;opacity:0;transition:flex-basis .34s cubic-bezier(.22,1,.36,1),width .34s cubic-bezier(.22,1,.36,1),opacity .28s ease}.RefundsPage-module__paymentSlotVisible__CAyIm{flex:0 2 var(--bars-payment-panel-max);flex-basis:var(--bars-payment-panel-max);width:auto;min-width:var(--bars-payment-panel-min);max-width:var(--bars-payment-panel-max);opacity:1}.RefundsPage-module__checkoutInPayment__jJaIi{flex:0 0 var(--bars-checkout-width);width:var(--bars-checkout-width);max-height:none;min-height:min(40vh,360px)}.RefundsPage-module__ordersHeader__z4hHU{display:flex;flex-direction:column;align-items:stretch;gap:20px;flex-shrink:0;min-width:0}.RefundsPage-module__ordersTitle__DOp7Y{margin:0;font-size:22px;font-weight:600}.RefundsPage-module__ordersToolbar__uvIAw{display:flex;align-items:center;gap:12px;width:100%;min-width:0}.RefundsPage-module__periodSelect__MALNN{flex:0 0 180px;width:230px}.RefundsPage-module__periodSelect__MALNN>*{width:100%}.RefundsPage-module__searchField__zWQSJ{flex:1 1 0;min-width:0}.RefundsPage-module__searchField__zWQSJ>*{width:100%}.RefundsPage-module__refreshButton__ERfV3{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:40px;height:40px;padding:0;border:none;border-radius:50%;background:transparent;cursor:pointer;color:var(--bars-text);transition:background .15s;margin-bottom:10px}.RefundsPage-module__refreshButton__ERfV3:hover:not(:disabled){background:#f2f4f8}.RefundsPage-module__refreshButton__ERfV3:disabled{cursor:not-allowed;opacity:.45}.RefundsPage-module__tableWrap__yXF1Y{flex:0 1 auto;align-self:stretch;width:100%;max-width:100%;min-width:0;min-height:0;max-height:100%;box-sizing:border-box;overflow-x:auto;overflow-y:auto;border-radius:12px;border:1px solid var(--bars-border);background:var(--bars-white)}.RefundsPage-module__table__jgOZp{width:100%;border-collapse:collapse;font-size:14px;table-layout:auto}.RefundsPage-module__table__jgOZp thead th{position:sticky;top:0;z-index:1;padding:12px 16px;border-bottom:1px solid var(--bars-border);background:var(--bars-white);text-align:left;font-size:13px;font-weight:500;color:#787f89;white-space:nowrap}.RefundsPage-module__table__jgOZp thead th:not(:last-child),.RefundsPage-module__table__jgOZp tbody td:not(:last-child){border-right:1px solid var(--bars-border)}.RefundsPage-module__thNumeric__D7iSi{text-align:right}.RefundsPage-module__thButton__4N0kf{display:inline-flex;align-items:center;gap:6px;padding:0;border:none;background:transparent;color:inherit;font:inherit;font-weight:600;font-size:16px;cursor:pointer}.RefundsPage-module__thNumeric__D7iSi .RefundsPage-module__thButton__4N0kf{margin-left:auto}.RefundsPage-module__thButton__4N0kf:hover{color:var(--bars-text)}.RefundsPage-module__thSortIcon__LBSDL{flex-shrink:0;color:#aab3cf;transition:transform .15s ease}.RefundsPage-module__thSortIconAsc__gg1Qo{transform:rotate(180deg)}.RefundsPage-module__table__jgOZp tbody td{padding:12px 16px;vertical-align:middle;white-space:nowrap;color:var(--bars-text);font-size:16px}.RefundsPage-module__tdNumeric__VMVvy{text-align:right}.RefundsPage-module__table__jgOZp tbody tr{cursor:pointer;transition:background .12s,color .12s}.RefundsPage-module__table__jgOZp tbody tr:hover:not(.RefundsPage-module__rowSelected__hooEd){background:#f7fcf9}.RefundsPage-module__table__jgOZp tbody tr:nth-child(odd):not(.RefundsPage-module__rowSelected__hooEd){background:#f8fafc}.RefundsPage-module__table__jgOZp tbody tr.RefundsPage-module__rowSelected__hooEd{background:#ebf6f0!important;color:var(--bars-primary)}.RefundsPage-module__table__jgOZp tbody tr.RefundsPage-module__rowSelected__hooEd td,.RefundsPage-module__table__jgOZp tbody tr.RefundsPage-module__rowSelected__hooEd td.RefundsPage-module__orderNumberCell__WAqPS{color:var(--bars-primary)}.RefundsPage-module__orderNumberCell__WAqPS{font-weight:600}.RefundsPage-module__receiptOrderTitle__KNvmq{margin:0;font-size:18px;font-weight:600;line-height:1.35;padding-bottom:4px}.RefundsPage-module__receiptOrderDate__sivOF{font-size:14px;color:#787f89}.RefundsPage-module__receiptEmptyHint__C0c-V{margin:0;max-width:260px;font-size:15px;font-weight:500;color:#aab3cf;line-height:1.4;text-align:center}.RefundsPage-module__tableEmpty__iykDe{margin:0;padding:24px 16px;text-align:center;font-size:15px;font-weight:500;color:#aab3cf}@media (max-width: 1024px){.RefundsPage-module__page__YpR4S{flex-direction:column;overflow-y:auto}.RefundsPage-module__pageWithPayment__V8XAL{overflow-y:auto}.RefundsPage-module__paymentSlot__mX-5k{align-self:stretch;flex:0 0 auto;flex-basis:auto;width:100%;height:auto;min-height:0;max-height:0;overflow:hidden;opacity:0;transition:max-height .34s cubic-bezier(.22,1,.36,1),opacity .28s ease}.RefundsPage-module__paymentSlotVisible__CAyIm{flex:0 0 auto;flex-basis:auto;width:100%;min-width:0;max-width:none;max-height:1200px;overflow:visible;opacity:1}.RefundsPage-module__ordersPanel__BQaHT{flex:0 0 auto;max-height:none;overflow:visible}.RefundsPage-module__pageWithPayment__V8XAL .RefundsPage-module__ordersPanel__BQaHT,.RefundsPage-module__pageWithPayment__V8XAL .RefundsPage-module__ordersPanelWithPayment__-wues{flex:0 0 auto;min-height:min(40vh,360px);max-height:50vh}.RefundsPage-module__pageWithPayment__V8XAL .RefundsPage-module__checkoutInPayment__jJaIi{flex:0 0 auto;width:100%;max-height:none;min-height:min(40vh,360px)}.RefundsPage-module__tableWrap__yXF1Y{flex:0 1 auto;max-height:min(50vh,480px);overflow-y:auto}.RefundsPage-module__ordersToolbar__uvIAw{flex-wrap:wrap}.RefundsPage-module__searchField__zWQSJ{flex:1 1 100%;min-width:0}}@media (prefers-reduced-motion: reduce){.RefundsPage-module__paymentSlot__mX-5k{transition:none}}.Analytics-module__panel__9ClQA{flex:1 1 0;min-width:0;min-height:0;display:flex;flex-direction:column;gap:10px;padding:16px;border-radius:16px;border:1px solid var(--bars-border);background:var(--bars-white);box-sizing:border-box;overflow:hidden}.Analytics-module__header__R5Bwa{display:flex;flex-direction:column;align-items:stretch;gap:10px;flex-shrink:0;min-width:0}.Analytics-module__title__5ekok{margin:0;font-size:22px;font-weight:600}.Analytics-module__titleRow__LVBbV{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.Analytics-module__titleRowMain__4SeUG{flex:1 1 auto;min-width:0}.Analytics-module__titleRowActions__npNR4{display:flex;align-items:center;flex:0 0 auto}.Analytics-module__description__QRc5i{margin:-8px 0 0;font-size:14px;color:#787f89}.Analytics-module__toolbar__dexSy{display:flex;align-items:flex-end;flex-wrap:wrap;gap:12px;width:100%;min-width:0}.Analytics-module__filters__t2hsV{display:flex;align-items:flex-end;flex-wrap:wrap;gap:12px;flex:1 1 auto;min-width:0}.Analytics-module__filterActions__0CCwJ{display:flex;align-items:center;margin-left:auto;flex:0 0 auto}.Analytics-module__filterField__-Dzt3{flex:0 1 180px;min-width:140px}.Analytics-module__filterLabel__s7C10{display:block;margin-bottom:6px;font-size:13px;color:#787f89}.Analytics-module__filterInput__nly-k{width:100%;height:40px;padding:8px 12px;border:1px solid var(--bars-border);border-radius:8px;background:var(--bars-white);font:inherit;color:inherit;box-sizing:border-box}.Analytics-module__periodSelect__FQTxo{flex:0 0 180px;width:230px}.Analytics-module__periodSelect__FQTxo>*{width:100%;margin-bottom:0}.Analytics-module__refreshButton__V68Rz{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:40px;height:40px;padding:0;border:none;border-radius:50%;background:transparent;cursor:pointer;color:var(--bars-text);transition:background .15s}.Analytics-module__refreshButton__V68Rz:hover:not(:disabled){background:#f2f4f8}.Analytics-module__refreshButton__V68Rz:disabled{cursor:not-allowed;opacity:.45}.Analytics-module__catalogSection__-eJ40{flex:0 1 auto;align-self:stretch;min-width:0}.Analytics-module__catalogList__Xiq9v{display:flex;flex-direction:column;align-items:stretch;gap:12px;width:100%}.Analytics-module__catalogActionButton__G-izC{display:inline-flex;align-items:center;justify-content:flex-start;width:100%;min-width:0;padding:14px 24px;border-radius:12px;border:1px solid var(--bars-border);background:var(--bars-white);color:var(--bars-text);font-size:16px;font-weight:500;font-family:inherit;text-align:left;cursor:pointer;box-sizing:border-box;transition:border-color .15s,background .15s}.Analytics-module__catalogActionButton__G-izC:hover:not(:disabled){border-color:#aab3cf;background:#f8fafc}.Analytics-module__catalogActionButton__G-izC:disabled{cursor:not-allowed;opacity:.55}.Analytics-module__catalogEmpty__zKTJK{margin:0;padding:24px 0;font-size:15px;font-weight:500;color:#aab3cf}.Analytics-module__catalogLoading__Ht9eD{margin:0;padding:24px 0;font-size:20px;font-weight:500;color:#aab3cf}.Analytics-module__tableSection__VL31s{display:flex;flex-direction:column;gap:12px;flex:1 1 0;min-height:0;min-width:0;margin-bottom:10px}.Analytics-module__tableWrap__ziLpQ{flex:1 1 0;width:100%;min-width:0;min-height:0;max-height:100%;box-sizing:border-box;overflow:auto;border-radius:12px;border:1px solid var(--bars-border);background:var(--bars-white)}.Analytics-module__table__yZxgT{width:100%;border-collapse:collapse;font-size:14px;table-layout:auto}.Analytics-module__table__yZxgT thead th{position:sticky;top:0;z-index:1;padding:12px 16px;border-bottom:1px solid var(--bars-border);background:var(--bars-white);text-align:left;font-size:13px;font-weight:500;color:#787f89;white-space:nowrap}.Analytics-module__table__yZxgT thead th:not(:last-child),.Analytics-module__table__yZxgT tbody td:not(:last-child){border-right:1px solid var(--bars-border)}.Analytics-module__thNumeric__ZAf9S{text-align:right}.Analytics-module__thButton__tAuGO{display:inline-flex;align-items:center;gap:6px;padding:0;border:none;background:transparent;color:inherit;font:inherit;font-weight:600!important;font-size:16px;cursor:pointer}.Analytics-module__thNumeric__ZAf9S .Analytics-module__thButton__tAuGO{margin-left:auto}.Analytics-module__thSortIcon__sbBrr{flex-shrink:0;color:#aab3cf;transition:transform .15s ease}.Analytics-module__thSortIconAsc__eDBSj{transform:rotate(180deg)}.Analytics-module__table__yZxgT tbody td{padding:12px 16px;vertical-align:middle;white-space:nowrap;color:var(--bars-text);font-size:16px}.Analytics-module__tdNumeric__eRB-W{text-align:right}.Analytics-module__table__yZxgT tbody tr:nth-child(odd){background:#f8fafc}.Analytics-module__tableEmpty__FHlFF{margin:0;padding:24px 16px;text-align:center;font-size:15px;font-weight:500;color:#aab3cf}.Analytics-module__pagination__eK-X4{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;flex:0 0 auto;min-width:0}.Analytics-module__paginationInfo__Fuzb2{font-size:14px;color:#787f89}.Analytics-module__paginationControls__0SsvS{display:flex;align-items:center;gap:8px}.Analytics-module__pageSizeSelectWrap__kSTnd{display:flex;align-items:center;gap:8px;flex:0 0 auto}.Analytics-module__pageButton__sjbTo{min-width:36px;height:36px;padding:0 10px;border:1px solid var(--bars-border);border-radius:8px;background:var(--bars-white);color:var(--bars-text);font:inherit;cursor:pointer;box-sizing:border-box}.Analytics-module__pageNavButton__Fkzq3{width:32px;min-width:32px;padding:0;display:inline-flex;align-items:center;justify-content:center}.Analytics-module__pageEllipsis__cOuvn{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:36px;font-size:14px;color:#787f89;user-select:none}.Analytics-module__pageButton__sjbTo:disabled{opacity:.45;cursor:not-allowed}.Analytics-module__pageButtonActive__lJcCw{border-color:var(--bars-primary);color:var(--bars-primary);background:#ebf6f0}.Analytics-module__dialogContent__H08-G{display:flex;flex-direction:column;gap:12px;flex:1 1 auto;min-height:0;height:100%}.Analytics-module__dialogTableWrap__Y4tXD{flex:1 1 0;min-height:200px;overflow:auto}.Analytics-module__pageSizeRoot__JwtsC{position:relative;width:72px;flex-shrink:0}.Analytics-module__pageSizeTrigger__0WfeK{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;height:36px;padding:0 10px;border:1px solid var(--bars-border);border-radius:8px;background:var(--bars-white);font-size:14px;font-family:inherit;font-weight:500;color:var(--bars-text);cursor:pointer;box-sizing:border-box;transition:border-color .15s}.Analytics-module__pageSizeTrigger__0WfeK:hover:not(:disabled){border-color:#aab3cf}.Analytics-module__pageSizeTrigger__0WfeK:focus-visible{outline:none;border-color:var(--bars-primary)}.Analytics-module__pageSizeTriggerOpen__lqDiI{border-color:var(--bars-primary)}.Analytics-module__pageSizeTrigger__0WfeK:disabled{opacity:.45;cursor:not-allowed}.Analytics-module__pageSizeTriggerLabel__hgqUH{flex:1;min-width:0;text-align:left}.Analytics-module__pageSizeChevron__Pp6Rd{display:inline-flex;flex-shrink:0;color:var(--bars-text);transition:transform .15s}.Analytics-module__pageSizeChevronOpen__H3Nn5{transform:rotate(180deg)}.Analytics-module__pageSizeDropdown__kW-Oa{position:fixed;z-index:10000;display:flex;flex-direction:column;gap:3px;margin:0;padding:4px;list-style:none;border-radius:8px;border:1px solid var(--bars-border);background:var(--bars-white);box-shadow:0 8px 24px #00000014;box-sizing:border-box;overflow:hidden}.Analytics-module__pageSizeOption__XrSZW{display:flex;align-items:center;width:100%;padding:8px 10px;border:none;border-radius:6px;background:transparent;font-size:14px;font-family:inherit;font-weight:500;color:var(--bars-text);text-align:left;cursor:pointer;box-sizing:border-box;transition:background .12s,color .12s}.Analytics-module__pageSizeOption__XrSZW:hover{background:#f2f4f8}.Analytics-module__pageSizeOptionSelected__Rc0Aw{background:#ebf6f0;color:var(--bars-primary)}.Analytics-module__pageSizeOptionSelected__Rc0Aw:hover{background:#ebf6f0}.ReportsPage-module__page__EzS1q{display:flex;flex:1;flex-direction:column;min-height:0;gap:20px;padding:16px 20px 20px;box-sizing:border-box;overflow:hidden;background:var(--bars-background);font-family:var(--bars-font-family);color:var(--bars-text)}.ReportsPage-module__pageTabs__r2ZSK{display:flex;align-items:center;gap:8px;flex-shrink:0}.ReportsPage-module__pageTab__uUvXT{padding:10px 20px;border-radius:9999px;border:1px solid var(--bars-border);background:var(--bars-white);color:var(--bars-text);font-size:15px;font-weight:500;font-family:inherit;cursor:pointer;transition:color .15s,border-color .15s,background .15s}.ReportsPage-module__pageTab__uUvXT:hover:not(:disabled):not(.ReportsPage-module__pageTabActive__bh5KE){border-color:#aab3cf}.ReportsPage-module__pageTab__uUvXT:disabled{cursor:not-allowed;opacity:.55}.ReportsPage-module__pageTabActive__bh5KE{border-color:var(--bars-primary);background:#e8f5ee;color:var(--bars-primary)}.ReportsPage-module__shiftPanel__awgBN{flex:1 1 0;min-height:0;display:flex;flex-direction:column;gap:0;padding:24px 28px 32px;border-radius:16px;border:1px solid var(--bars-border);background:var(--bars-white);box-sizing:border-box;overflow:auto}.ReportsPage-module__shiftSection__2d4DY{display:flex;flex-direction:column;gap:20px}.ReportsPage-module__shiftSectionTitle__7WSSK{margin:0;font-size:18px;font-weight:600;line-height:1.3}.ReportsPage-module__shiftRow__ylvlu{display:flex;align-items:center;justify-content:flex-start;gap:24px;flex-wrap:wrap}.ReportsPage-module__deviceName__TBx8g{font-size:20px;font-weight:500;line-height:1.3}.ReportsPage-module__shiftDivider__htKWR{margin:28px 0;border:none;border-top:1px solid var(--bars-border)}.ReportsPage-module__fiscalActions__9tzKU{display:flex;flex-direction:column;align-items:flex-start;gap:12px;max-width:420px}.ReportsPage-module__fiscalWorkspace__sfLTN{display:flex;align-items:stretch;gap:20px;flex-wrap:wrap}.ReportsPage-module__fiscalSummaryCard__K8U5k{flex:1 1 300px;min-width:280px;max-width:380px;border-radius:16px;border:1px solid #ccd5e8;background:linear-gradient(180deg,#f8faff 0%,#f4f7fc 100%);padding:18px 20px;box-sizing:border-box}.ReportsPage-module__summaryTitle__kQtog{margin:0 0 12px;font-size:20px;font-weight:600;line-height:1.2}.ReportsPage-module__summaryGrid__V38Ya{margin:0;display:grid;grid-template-columns:minmax(112px,1fr) minmax(0,1.35fr);column-gap:12px;row-gap:8px;font-size:14px}.ReportsPage-module__summaryGrid__V38Ya dt{margin:0;color:#596274}.ReportsPage-module__summaryGrid__V38Ya dd{margin:0;color:var(--bars-text);text-align:right}.ReportsPage-module__summaryBalances__xBLoc{margin-top:16px;border-top:1px solid #d7deef;padding-top:14px}.ReportsPage-module__summaryBalancesTitle__bGDCB{margin:0 0 10px;font-size:16px;font-weight:600}.ReportsPage-module__summaryBalanceItem__B7ozZ{margin:0;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:18px}.ReportsPage-module__summaryBalanceItem__B7ozZ+.ReportsPage-module__summaryBalanceItem__B7ozZ{margin-top:10px}.ReportsPage-module__summaryBalanceItem__B7ozZ span{color:#596274}.ReportsPage-module__summaryBalanceItem__B7ozZ strong{font-size:20px}.ReportsPage-module__actionButton__yzHQ1{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:280px;padding:14px 24px;border-radius:12px;border:1px solid var(--bars-border);background:var(--bars-white);color:var(--bars-text);font-size:16px;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .15s,background .15s}.ReportsPage-module__actionButtonStacked__CyXLB{flex-direction:column;gap:12px;min-width:200px;padding:20px 28px}.ReportsPage-module__actionButtonLabel__n3Xj4{text-align:center;line-height:1.3}.ReportsPage-module__actionButtonStacked__CyXLB .ReportsPage-module__actionButtonIcon__NLG8Z{flex-shrink:0}.ReportsPage-module__actionButton__yzHQ1:hover:not(:disabled){border-color:#aab3cf;background:#f8fafc}.ReportsPage-module__actionButton__yzHQ1:disabled{cursor:not-allowed;opacity:.55}.ReportsPage-module__actionButtonIcon__NLG8Z{flex-shrink:0;color:var(--bars-text)}.ReportsPage-module__ordersListEmbedded__AQpEs{flex:1 1 0;min-height:0;padding:0}.ReportsPage-module__cashDialogContent__AX-rQ{display:flex;flex-direction:column;gap:12px;min-width:min(340px,100%)}.ReportsPage-module__cashDialogBalance__L3ll9{margin:0;font-size:16px;font-weight:500}.ReportsPage-module__cashDialogFullWithdrawButton__YStup{width:100%;margin-bottom:10px}.ReportsPage-module__placeholderPanel__yId85{flex:1;display:flex;align-items:center;justify-content:center;padding:48px 24px;border-radius:16px;border:1px solid var(--bars-border);background:var(--bars-white)}.ReportsPage-module__placeholderText__wCgtb{margin:0;font-size:16px;font-weight:500;color:#aab3cf}.ReportsPage-module__panel__udmin{flex:1 1 0;min-width:0;min-height:0;display:flex;flex-direction:column;gap:16px;padding:16px;border-radius:16px;border:1px solid var(--bars-border);background:var(--bars-white);box-sizing:border-box;overflow:hidden}.ReportsPage-module__toolbar__WagSD{display:flex;align-items:center;gap:12px;flex-shrink:0;min-width:0}.ReportsPage-module__periodSelect__B1LAR{flex:0 0 180px;width:230px}.ReportsPage-module__periodSelect__B1LAR>*{width:100%}.ReportsPage-module__typeTabs__W3AH-{display:flex;align-items:center;gap:8px;margin-bottom:10px}.ReportsPage-module__typeTab__89Qry{padding:10px 20px;border-radius:9999px;border:1px solid var(--bars-border);background:var(--bars-white);color:var(--bars-text);font-size:15px;font-weight:500;font-family:inherit;cursor:pointer;transition:color .15s,border-color .15s,background .15s}.ReportsPage-module__typeTab__89Qry:hover:not(.ReportsPage-module__typeTabActive__IcLx2){color:var(--bars-text)}.ReportsPage-module__typeTabActive__IcLx2{border-color:var(--bars-primary);background:var(--bars-primary);color:var(--bars-white)}.ReportsPage-module__tableWrap__iXRTV{flex:0 1 auto;align-self:stretch;width:100%;max-width:100%;min-width:0;min-height:0;max-height:100%;box-sizing:border-box;overflow-x:auto;overflow-y:auto;border-radius:12px;border:1px solid var(--bars-border);background:var(--bars-white)}.ReportsPage-module__table__Cr617{width:100%;border-collapse:collapse;font-size:14px;table-layout:auto}.ReportsPage-module__table__Cr617 thead th{position:sticky;top:0;z-index:1;padding:12px 16px;border-bottom:1px solid var(--bars-border);background:var(--bars-white);text-align:left;font-size:13px;font-weight:500;color:#787f89;white-space:nowrap}.ReportsPage-module__table__Cr617 thead th:not(:last-child),.ReportsPage-module__table__Cr617 tbody td:not(:last-child){border-right:1px solid var(--bars-border)}.ReportsPage-module__thNumeric__GA9Wz{text-align:right}.ReportsPage-module__thButton__GmXip{display:inline-flex;align-items:center;gap:6px;padding:0;border:none;background:transparent;color:inherit;font:inherit;font-weight:600;font-size:16px;cursor:pointer}.ReportsPage-module__thNumeric__GA9Wz .ReportsPage-module__thButton__GmXip{margin-left:auto}.ReportsPage-module__thButton__GmXip:hover{color:var(--bars-text)}.ReportsPage-module__thSortIcon__i02ZS{flex-shrink:0;color:#aab3cf;transition:transform .15s ease}.ReportsPage-module__thSortIconAsc__luyGp{transform:rotate(180deg)}.ReportsPage-module__table__Cr617 tbody td{padding:12px 16px;border-bottom:1px solid var(--bars-border);vertical-align:middle;white-space:nowrap;color:var(--bars-text);font-size:16px}.ReportsPage-module__table__Cr617 tbody tr:last-child td{border-bottom:none}.ReportsPage-module__tdNumeric__tNnXY{text-align:right}.ReportsPage-module__table__Cr617 tbody tr{transition:background .12s}.ReportsPage-module__table__Cr617 tbody tr:nth-child(odd){background:#f8fafc}.ReportsPage-module__table__Cr617 tbody tr:hover{background:#f7fcf9}.ReportsPage-module__emptyState__tj-9M{margin:0;padding:24px 16px;text-align:center;font-size:15px;font-weight:500;color:#aab3cf}@media (max-width: 768px){.ReportsPage-module__shiftPanel__awgBN{padding:16px}.ReportsPage-module__actionButton__yzHQ1{min-width:0;width:100%}.ReportsPage-module__fiscalActions__9tzKU{max-width:none;width:100%}.ReportsPage-module__fiscalSummaryCard__K8U5k{min-width:0;max-width:none;width:100%}.ReportsPage-module__toolbar__WagSD{flex-wrap:wrap}.ReportsPage-module__periodSelect__B1LAR{flex:1 1 100%;width:100%}}.CashdeskPersistentPages-module__pageStack__hTOpR,.CashdeskPersistentPages-module__pagePanel__s8UZs{display:flex;flex:1;flex-direction:column;min-height:0}.CashdeskPersistentPages-module__pagePanelHidden__WMJEN{display:none}.MenuNavigate-module__nav__-tCkk{position:fixed;top:var(--electron-titlebar-height);left:0;right:0;z-index:50;display:flex;align-items:center;gap:32px;height:var(--bars-nav-height);min-height:var(--bars-nav-height);max-height:var(--bars-nav-height);padding:0 20px;box-sizing:border-box;background:var(--bars-white);border-bottom:1px solid var(--bars-border);font-family:var(--bars-font-family);overflow:visible}.MenuNavigate-module__navLeft__v4eg2{display:flex;align-items:center;gap:32px;min-width:0;flex:1}.MenuNavigate-module__userWrap__s5PUP{position:relative;flex-shrink:0;margin-left:auto;margin-right:-20px;align-self:stretch;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box;background:transparent;border-radius:8px 0 0;overflow:visible;z-index:1;transition:background .2s ease}.MenuNavigate-module__userWrap__s5PUP:hover,.MenuNavigate-module__userWrap__s5PUP:focus-within:has(:focus-visible),.MenuNavigate-module__userWrapPinned__hbkBU{z-index:10;background:var(--bars-white)}.MenuNavigate-module__userTopRow__DLA8k{display:flex;align-items:center;min-height:36px;padding:4px 14px;box-sizing:border-box;overflow:visible}.MenuNavigate-module__userAvatar__Uqdvt{flex-shrink:0;width:36px;height:36px;min-width:36px;min-height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#c3ccde;color:#fff;font-size:13px;font-weight:600;letter-spacing:.02em;line-height:1;user-select:none;cursor:default;overflow:visible;transition:transform .25s ease}.MenuNavigate-module__userWrap__s5PUP:hover .MenuNavigate-module__userAvatar__Uqdvt,.MenuNavigate-module__userWrap__s5PUP:focus-within:has(:focus-visible) .MenuNavigate-module__userAvatar__Uqdvt,.MenuNavigate-module__userWrapPinned__hbkBU .MenuNavigate-module__userAvatar__Uqdvt{transform:translate(-4px)}.MenuNavigate-module__userInfo__M0lat{display:flex;flex-direction:column;gap:2px;overflow:hidden;max-width:0;margin-left:0;opacity:0;white-space:nowrap;transition:max-width .28s ease,margin-left .28s ease,opacity .2s ease}.MenuNavigate-module__userWrap__s5PUP:hover .MenuNavigate-module__userInfo__M0lat,.MenuNavigate-module__userWrap__s5PUP:focus-within:has(:focus-visible) .MenuNavigate-module__userInfo__M0lat,.MenuNavigate-module__userWrapPinned__hbkBU .MenuNavigate-module__userInfo__M0lat{max-width:140px;margin-left:10px;opacity:1}.MenuNavigate-module__userRole__yVnEG{font-size:14px;font-weight:600;line-height:1.25;color:var(--bars-text)}.MenuNavigate-module__userName__biJoH{font-size:14px;font-weight:500;line-height:1.25;color:var(--bars-text)}.MenuNavigate-module__userMenu__im-hn{position:absolute;top:100%;left:0;right:0;display:grid;grid-template-rows:0fr;overflow:hidden;opacity:0;padding:0 14px;background:var(--bars-white);border-radius:0 0 0 8px;box-sizing:border-box;transition:grid-template-rows .28s ease,opacity .2s ease,padding .28s ease}.MenuNavigate-module__userMenuContent__0-zpg{overflow:hidden;display:flex;flex-direction:column;align-items:flex-end;gap:5px;min-height:0}.MenuNavigate-module__userWrap__s5PUP:hover .MenuNavigate-module__userMenu__im-hn,.MenuNavigate-module__userWrap__s5PUP:focus-within:has(:focus-visible) .MenuNavigate-module__userMenu__im-hn,.MenuNavigate-module__userWrapPinned__hbkBU .MenuNavigate-module__userMenu__im-hn{grid-template-rows:1fr;opacity:1;padding:5px 14px;border-left:1px solid var(--bars-border);border-bottom:1px solid var(--bars-border)}.MenuNavigate-module__userMenuItem__mL1IB{padding:3px 0;border:none;background:transparent;text-align:left;font-family:inherit;font-size:15px;font-weight:600;line-height:1.35;color:var(--bars-text);cursor:pointer;white-space:nowrap}.MenuNavigate-module__userMenuItem__mL1IB:hover:not(:disabled){color:var(--bars-primary)}.MenuNavigate-module__userMenuItem__mL1IB:disabled{cursor:default}.MenuNavigate-module__logoLink__C-X17{display:flex;align-items:center;flex-shrink:0;text-decoration:none;color:inherit}.MenuNavigate-module__logoSvg__7xFHM{display:block;height:36px;width:auto;max-width:min(179px,42vw)}.MenuNavigate-module__links__zp2sI{position:relative;display:flex;align-items:center;gap:8px;flex-wrap:nowrap}.MenuNavigate-module__navPill__uD4au{position:absolute;z-index:0;border-radius:9999px;background:#ebf6f0;pointer-events:none;box-sizing:border-box;transition:top .42s cubic-bezier(.22,1,.36,1),left .42s cubic-bezier(.22,1,.36,1),width .42s cubic-bezier(.22,1,.36,1),height .42s cubic-bezier(.22,1,.36,1)}@media (prefers-reduced-motion: reduce){.MenuNavigate-module__navPill__uD4au{transition-duration:.01ms}}.MenuNavigate-module__navPillInstant__nLhgR{transition:none!important}.MenuNavigate-module__navLink__s2VIh{position:relative;z-index:1;display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:9999px;text-decoration:none;font-size:15px;font-weight:500;color:#787f89;border:none;background:transparent;cursor:pointer;font-family:inherit;transition:color .22s ease}.MenuNavigate-module__navLink__s2VIh:hover:not(.MenuNavigate-module__navLinkDisabled__iE0Vq){color:var(--bars-text)}.MenuNavigate-module__navLinkDisabled__iE0Vq{cursor:not-allowed;opacity:.45;pointer-events:none}.MenuNavigate-module__navLinkActive__VV8ht{color:var(--bars-primary)}.MenuNavigate-module__icon__-ju5t{display:flex;flex-shrink:0;width:24px;height:24px}.MenuNavigate-module__navLinkActive__VV8ht .MenuNavigate-module__icon__-ju5t{color:var(--bars-primary)}.MenuNavigate-module__navLink__s2VIh:not(.MenuNavigate-module__navLinkActive__VV8ht) .MenuNavigate-module__icon__-ju5t{color:#787f89}.MenuNavigate-module__main__l4DBW{box-sizing:border-box;display:flex;flex-direction:column;height:100vh;min-height:0;padding-top:calc(var(--bars-nav-height));overflow:hidden}.MenuNavigate-module__sessionTakeoverArea__oTgoF{position:relative;display:flex;align-items:center;gap:12px;flex-shrink:0}.MenuNavigate-module__sessionTakeoverTimer__7xo20{border:none;background:transparent;padding:10px;font-family:inherit;font-size:15px;font-weight:700;line-height:1;color:var(--bars-primary);font-variant-numeric:tabular-nums;user-select:none;cursor:pointer;border-radius:6px;transition:background .2s ease,color .2s ease}.MenuNavigate-module__sessionTakeoverTimer__7xo20:hover{background:rgba(0,130,74,.08)}.MenuNavigate-module__sessionTakeoverTimerUrgent__sCVDm{color:var(--bars-error)}.MenuNavigate-module__sessionTakeoverPanel__giAA4{position:absolute;top:calc(100% + 8px);right:0;z-index:30;width:min(360px,72vw);padding:12px 14px;border:1px solid var(--bars-border);border-radius:8px;background:var(--bars-white);box-shadow:0 8px 24px #37352f1f;box-sizing:border-box;opacity:0;transform:translateY(-10px) scale(.98);transform-origin:top right;pointer-events:none;transition:opacity .28s cubic-bezier(.22,1,.36,1),transform .28s cubic-bezier(.22,1,.36,1)}.MenuNavigate-module__sessionTakeoverPanelVisible__a5gZw{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}@media (prefers-reduced-motion: reduce){.MenuNavigate-module__sessionTakeoverPanel__giAA4{transition-duration:.01ms}}.MenuNavigate-module__sessionTakeoverHeader__12cEh{margin-bottom:8px}.MenuNavigate-module__sessionTakeoverTitle__uqsAJ{font-size:16px;font-weight:700;color:var(--bars-text)}.MenuNavigate-module__sessionTakeoverText__qzqCs{margin:0 0 12px;font-size:15px;line-height:1.4;color:var(--bars-text)}.MenuNavigate-module__sessionTakeoverActions__u0qQn{display:flex;flex-direction:column;gap:8px}.MenuNavigate-module__sessionTakeoverKeepBtn__vZBi2,.MenuNavigate-module__sessionTakeoverReleaseBtn__k1buS{border:1px solid transparent;border-radius:6px;padding:8px 12px;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer}.MenuNavigate-module__sessionTakeoverKeepBtn__vZBi2{background:var(--bars-primary);color:var(--bars-white)}.MenuNavigate-module__sessionTakeoverKeepBtn__vZBi2:hover:not(:disabled){background:var(--bars-primary-hover)}.MenuNavigate-module__sessionTakeoverReleaseBtn__k1buS{background:transparent;border-color:var(--bars-error);color:var(--bars-error)}.MenuNavigate-module__sessionTakeoverReleaseBtn__k1buS:hover:not(:disabled){background:rgba(205,59,39,.08)}.MenuNavigate-module__sessionTakeoverKeepBtn__vZBi2:disabled,.MenuNavigate-module__sessionTakeoverReleaseBtn__k1buS:disabled{opacity:.6;cursor:default}.TitleBar-module__titlebar__Kwh19{display:flex;align-items:stretch;flex-shrink:0;height:var(--electron-titlebar-height);background:var(--bars-white);border-bottom:1px solid var(--bars-border);color:var(--bars-text);font-family:var(--bars-font-family);user-select:none;position:relative;z-index:60}.TitleBar-module__dragRegion__PResk{flex:1;display:flex;align-items:center;min-width:0;padding:0 16px;-webkit-app-region:drag}.TitleBar-module__title__8rC3n{font-size:13px;font-weight:600;color:#787f89;letter-spacing:.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.TitleBar-module__controls__cQgS7{display:flex;align-items:center;flex-shrink:0;-webkit-app-region:no-drag}.TitleBar-module__reloadButton__h9VAV{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;margin-right:10px;padding:0;border:none;border-radius:50%;background:transparent;color:#787f89;cursor:pointer;transition:background-color .12s,color .12s}.TitleBar-module__reloadButton__h9VAV:hover{background:#e5e9f1;color:#4a5159}.TitleBar-module__controlButton__cmVfb{display:inline-flex;align-items:center;justify-content:center;width:46px;height:var(--electron-titlebar-height);padding:0;border:none;background:transparent;color:#787f89;cursor:pointer;transition:background-color .12s,color .12s}.TitleBar-module__controlButton__cmVfb:hover{background:#e5e9f1;color:#4a5159}.TitleBar-module__controlButtonClose__-9Z-Z:hover{background:#e81123;color:#fff}
