@charset "UTF-8";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes ldio-9pnd59mcdtk{0%{transform:translate(12px,80px) scale(0)}25%{transform:translate(12px,80px) scale(0)}50%{transform:translate(12px,80px) scale(1)}75%{transform:translate(80px,80px) scale(1)}to{transform:translate(148px,80px) scale(1)}}@keyframes ldio-9pnd59mcdtk-r{0%{transform:translate(148px,80px) scale(1)}to{transform:translate(148px,80px) scale(0)}}@keyframes ldio-9pnd59mcdtk-c{0%{background:#f3e2e4}25%{background:#464744}50%{background:#a48c73}75%{background:#ab9a96}to{background:#f3e2e4}}.ldio-9pnd59mcdtk div{position:absolute;width:40px;height:40px;border-radius:50%;transform:translate(80px,80px) scale(1);background:#f3e2e4;animation:ldio-9pnd59mcdtk 1s infinite cubic-bezier(0,.5,.5,1)}.ldio-9pnd59mcdtk div:nth-child(1){background:#ab9a96;transform:translate(148px,80px) scale(1);animation:ldio-9pnd59mcdtk-r .25s infinite cubic-bezier(0,.5,.5,1),ldio-9pnd59mcdtk-c 1s infinite step-start}.ldio-9pnd59mcdtk div:nth-child(2){animation-delay:-.25s;background:#f3e2e4}.ldio-9pnd59mcdtk div:nth-child(3){animation-delay:-.5s;background:#ab9a96}.ldio-9pnd59mcdtk div:nth-child(4){animation-delay:-.75s;background:#a48c73}.ldio-9pnd59mcdtk div:nth-child(5){animation-delay:-1s;background:#464744}.loadingio-spinner-ellipsis-uw59fjnr19{width:200px;height:200px;display:inline-block;overflow:hidden;background:transparent}.ldio-9pnd59mcdtk{width:100%;height:100%;position:relative;transform:translateZ(0) scale(1);backface-visibility:hidden;transform-origin:0 0}.ldio-9pnd59mcdtk div{box-sizing:content-box}._PageLoader_a5tvp_1{min-height:calc(100vh - var(--navbar-height));display:flex;justify-content:center;align-items:center;flex-grow:1}._Overlay_fd5h6_1{background:var(--overlay-color);display:flex;align-items:center;justify-content:center;position:fixed;top:0;right:0;left:0;bottom:0;z-index:-1;cursor:pointer}._Modal_i7icg_1{position:fixed;padding-top:50px;pointer-events:none;opacity:0;z-index:-1;color:var(--full-black);display:flex;align-items:center;justify-content:center;overflow-y:scroll}._content_i7icg_14{padding:20px;margin-top:50px;border-radius:12px;background:var(--bg-white-color);transition:.3s transform;width:100%;max-width:30%}._opened_i7icg_24{pointer-events:auto;opacity:1;z-index:var(--modal-z-index)}._opened_i7icg_24 ._content_i7icg_14{animation:_open-modal_i7icg_1 .5s 1 forwards}._isClosing_i7icg_33 ._content_i7icg_14{animation:_close-modal_i7icg_1 .5s 1 forwards}._max_i7icg_37 ._content_i7icg_14{width:100%;max-width:85%}._orderModalSize_i7icg_42 ._content_i7icg_14{width:100%;max-width:800px;max-height:700px;padding:0}._personalModalSize_i7icg_49 ._content_i7icg_14{width:100%;max-width:800px;max-height:700px;padding:0;overflow:hidden;overflow-y:auto;scrollbar-width:none}._wideModalSize_i7icg_59 ._content_i7icg_14{width:100%;max-width:800px}._compactModalSize_i7icg_64 ._content_i7icg_14{width:100%;max-width:560px;min-height:320px;padding:20px}._optionBottom_i7icg_71{right:0;left:0;bottom:50px}._optionLeft_i7icg_77{top:0;left:50px;bottom:0}._optionTop_i7icg_83{top:50px;right:0;left:0}._optionRight_i7icg_89{top:0;right:50px;bottom:0}._optionCenter_i7icg_95{top:0;right:0;left:0;bottom:0}@keyframes _open-modal_i7icg_1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes _close-modal_i7icg_1{0%{transform:scale(1)}to{transform:scale(0)}}._LoginPage_1oljr_1{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;position:relative;overflow:hidden;background:linear-gradient(140deg,#f5f9ff,#e9f1fb 45%,#edf5ff)}._BackgroundGlow_1oljr_13{position:absolute;inset:auto -12% -25% auto;width:540px;height:540px;border-radius:50%;background:radial-gradient(circle,#1d4ed829,#1d4ed800 72%);pointer-events:none}._Card_1oljr_23{width:100%;max-width:480px;border-radius:20px;border:1px solid var(--ui-border-soft);box-shadow:var(--ui-shadow-md);background:#fffffff2;z-index:1}._BrandRow_1oljr_33{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;margin-bottom:16px}._BrandLogo_1oljr_42{width:min(360px,100%);height:auto;object-fit:contain;border-radius:0;border:0;flex-shrink:0}._BrandMeta_1oljr_51{color:var(--ui-text-main);font-size:33px;line-height:1.2;font-family:var(--font-family-bold);text-align:center}._Subtitle_1oljr_59{margin-bottom:18px!important;color:var(--ui-text-muted)!important;line-height:1.45;text-align:center}._Alert_1oljr_66{margin-bottom:16px}._Form_1oljr_70 .ant-form-item-label>label{color:var(--ui-text-main);font-weight:600}._Form_1oljr_70 .ant-input-affix-wrapper,._Form_1oljr_70 .ant-input{border-radius:12px}._Form_1oljr_70 .ant-input-affix-wrapper:focus,._Form_1oljr_70 .ant-input-affix-wrapper-focused,._Form_1oljr_70 .ant-input:focus{border-color:var(--ui-accent);box-shadow:0 0 0 2px #1d4ed824}@media (width <= 640px){._LoginPage_1oljr_1{padding:14px}._Card_1oljr_23{border-radius:14px}._BrandLogo_1oljr_42{width:min(315px,100%);height:auto}._BrandMeta_1oljr_51{font-size:28px}}._AppLink_111fb_1{color:var(--primary-color)}._AppLink_111fb_1:hover{opacity:.7}._primary_111fb_8{color:var(--bg-white-color)}._secondary_111fb_12{color:var(--inverted-primary-color)}._disabled_111fb_16{opacity:.5;cursor:default}._disabled_111fb_16:hover{text-decoration:none!important;color:inherit!important;background:none!important;opacity:.5}._PageLayout_7ofxn_1{width:100%;min-height:100%}._content_7ofxn_6{display:flex;flex-direction:column;flex:1 1 auto;padding:0;height:auto;min-height:100%;overflow:visible;width:100%;flex-shrink:0;box-sizing:border-box}._content_7ofxn_6:after{content:"";display:block;height:0;flex-shrink:0}._settingsNavigation_7ofxn_25{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}._settingsNavLinkPrimary_7ofxn_32,._settingsNavLink_7ofxn_32{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;border:1px solid var(--ui-border-soft);background:var(--ui-surface-1);color:var(--ui-text-main)!important;text-decoration:none;transition:all .2s ease-in-out}._settingsNavLinkPrimary_7ofxn_32{border-color:#1d4ed847;background:#edf4ff;color:var(--ui-accent)!important}._settingsNavLinkPrimary_7ofxn_32:hover,._settingsNavLink_7ofxn_32:hover{opacity:1;border-color:var(--ui-border-strong);background:#edf4ff;color:var(--ui-accent)!important}._trigger_7ofxn_59{height:20px;margin:10px}._wrapper_4y7wa_2{display:flex;flex-direction:column;gap:var(--ui-space-2);padding:0 var(--ui-space-3) var(--ui-space-3);flex:1;min-height:0}._list_4y7wa_11{display:flex;flex-direction:column;gap:2px;flex:1;min-height:0;overflow-y:auto}._unit_4y7wa_20{display:flex;align-items:center;gap:8px;padding:3px 10px;min-height:24px;font-size:12px;line-height:1.2;border-left:3px solid transparent;border-radius:3px;text-decoration:none}._wholeCell_4y7wa_33{display:flex;align-items:center;min-height:18px;min-width:0;flex:1}._splitCell_4y7wa_41{display:grid;grid-template-columns:1fr 1fr;gap:4px;flex:1;min-width:0}._sideCell_4y7wa_49{min-height:18px;padding:2px 6px;border-radius:3px;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none;border:none;width:100%;text-align:left}._sideFree_4y7wa_63{background:#f7fbf8;color:var(--ui-text-secondary)}._sideOccupied_4y7wa_68{background:#fdeaea;color:#7f2424}._sideSelected_4y7wa_73{box-shadow:inset 0 0 0 2px #2f69db;background:#eef4ff;color:#1f4fa8}._unitFree_4y7wa_79{background:#f7fbf8;border-left-color:#b9e5c2;color:var(--ui-text-secondary)}._unitOccupied_4y7wa_85{background:#fff4f4;border-left-color:#f1c8c8}._unitSelected_4y7wa_90{box-shadow:inset 0 0 0 2px #2f69db}._unitGroupStart_4y7wa_95{border-top-left-radius:4px;border-top-right-radius:4px;border-left-color:#e57373;margin-top:4px;margin-bottom:0}._unitGroupEnd_4y7wa_103{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-left-color:#e57373;margin-bottom:4px;margin-top:-2px}._unitGroupMiddle_4y7wa_111{border-radius:0;border-left-color:#e57373;margin-top:-2px;margin-bottom:0}._unitGroupMiddle_4y7wa_111 ._wholeCell_4y7wa_33,._unitGroupEnd_4y7wa_103 ._wholeCell_4y7wa_33{min-height:20px}._unitNum_4y7wa_123{flex-shrink:0;font-weight:600;color:var(--ui-text-secondary);font-size:11px;min-width:28px;font-variant-numeric:tabular-nums}._unitOccupied_4y7wa_85 ._unitNum_4y7wa_123{color:#992a2a}._unitCompany_4y7wa_136{color:var(--ui-text-primary);font-size:12px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}._unitMeta_4y7wa_146{font-size:11px;color:var(--ui-text-secondary)}._meta_4y7wa_151{font-size:12px;color:var(--ui-text-secondary);padding-top:2px}@media (width <= 980px){._list_4y7wa_11{max-height:none}}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:.9;--rt-transition-show-delay:.15s;--rt-transition-closing-delay:.15s}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;will-change:opacity}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:var(--rt-opacity);transition:opacity var(--rt-transition-show-delay) ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity var(--rt-transition-closing-delay) ease-in}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:max-content}.styles-module_arrow__K0L3T{height:8px;width:8px}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:var(--rt-color-dark);color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:var(--rt-color-white);color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:var(--rt-color-success);color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:var(--rt-color-warning);color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:var(--rt-color-error);color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:var(--rt-color-info);color:var(--rt-color-white)}._Flex_1drbb_1{display:flex}._justifyStart_1drbb_5{justify-content:flex-start}._justifyCenter_1drbb_9{justify-content:center}._justifyEnd_1drbb_13{justify-content:flex-end}._justifyBetween_1drbb_17{justify-content:space-between}._alignStart_1drbb_21{align-items:flex-start}._alignCenter_1drbb_25{align-items:center}._alignEnd_1drbb_29{align-items:flex-end}._directionRow_1drbb_33{flex-direction:row}._directionColumn_1drbb_37{flex-direction:column}._gap6_1drbb_41{gap:6px}._gap10_1drbb_45{gap:10px}._gap16_1drbb_49{gap:16px}._gap24_1drbb_53{gap:24px}._gap32_1drbb_57{gap:32px}._max_1drbb_61{width:100%}._grow_1drbb_65{flex-grow:1}._wrap_1drbb_69{flex-wrap:wrap}._pageContainer_bzzp2_1{min-height:100%;width:100%;padding:0;overflow:visible}._fullCard_bzzp2_8,._fullWidth_bzzp2_12{width:100%}._tableShell_bzzp2_16{width:100%;min-width:0}._statCard_bzzp2_21{border-radius:var(--ui-radius-md)}._metaBar_bzzp2_25{margin:4px 0 8px}._filtersRow_bzzp2_29{display:grid;grid-template-columns:3fr 2fr 2fr 2fr 2fr;gap:12px}._filterItem_bzzp2_35{margin-bottom:0}._filterResetItem_bzzp2_39{margin-bottom:0;align-self:end}._innLink_bzzp2_44{padding:0!important;font-family:var(--font-family-bold)}._moreTag_bzzp2_49{cursor:pointer;color:var(--ui-text-muted)}._companyNameCell_bzzp2_54{white-space:normal!important;overflow-wrap:anywhere;word-break:break-word}._companyNameCellText_bzzp2_60{display:block}._companyTable_bzzp2_64 .ant-table-body,._companyTable_bzzp2_64 .ant-table-header,._companyTable_bzzp2_64 .ant-table-sticky-scroll{scroll-behavior:auto!important}._companyTable_bzzp2_64 .ant-table-body{overflow-x:auto!important;overflow-y:visible!important;overscroll-behavior-x:contain;scrollbar-gutter:stable}._companyTable_bzzp2_64 .ant-table-cell{white-space:nowrap}._companyTable_bzzp2_64 .ant-table-sticky-scroll{display:none!important}._companyTable_bzzp2_64 .ant-table-body::-webkit-scrollbar{height:8px}._companyTable_bzzp2_64 .ant-table-body::-webkit-scrollbar-track{background:#94a3b833}._companyTable_bzzp2_64 .ant-table-body::-webkit-scrollbar-thumb{background-color:#1e40afa6;border-radius:8px}._tablePagination_bzzp2_92{display:flex;justify-content:flex-end;align-items:center;gap:12px;flex-wrap:wrap;padding:10px 12px;border-top:1px solid var(--ui-border-soft);background:var(--ui-surface-1);position:sticky;bottom:0;z-index:3}@media (width <= 1320px){._filtersRow_bzzp2_29{grid-template-columns:repeat(3,minmax(170px,1fr))}}@media (width <= 900px){._filtersRow_bzzp2_29{grid-template-columns:repeat(2,minmax(170px,1fr))}}@media (width <= 640px){._filtersRow_bzzp2_29{grid-template-columns:1fr}}._CompanyPageHeader_1ozqr_1{width:100%;padding-bottom:var(--ui-space-1)}._headerRow_1ozqr_6{align-items:flex-start;flex-wrap:nowrap}._titleWrap_1ozqr_11{flex:1;min-width:0}._titleLine_1ozqr_16{min-width:0;flex-wrap:wrap}._companyTitle_1ozqr_21{margin:0;color:var(--ui-text-main);font:var(--font-xl-bold);font-weight:700;line-height:1.2;min-width:0;overflow-wrap:anywhere}._companyDate_1ozqr_31{margin-top:2px;margin-bottom:8px}._companyDateLabel_1ozqr_36 p,._companyDateValue_1ozqr_37 p{margin:0;color:var(--ui-text-muted);font:var(--font-m);line-height:var(--font-line-m)}._companyType_1ozqr_44{padding:4px 10px;border:1px solid rgba(29,78,216,.18);border-radius:999px;background:var(--ui-accent-soft);color:var(--ui-accent);text-transform:uppercase;letter-spacing:.02em}._btnWrapper_1ozqr_54{display:flex;flex-wrap:wrap;align-items:flex-end;gap:2px;width:100%;margin-top:2px;padding-bottom:0;border-bottom:1px solid var(--ui-border-soft)}._btnHeader_1ozqr_65{display:inline-flex;align-items:center;justify-content:center;padding:9px 14px;border:1px solid transparent;border-bottom:0;border-radius:10px 10px 0 0;background:transparent;color:var(--ui-text-soft)!important;white-space:nowrap;text-decoration:none;transition:all .2s ease-in-out}._btnHeader_1ozqr_65:hover{border-color:var(--ui-border-soft);background:#edf4ff;color:var(--ui-accent)!important}._btnHeader_1ozqr_65:focus-visible{outline:2px solid rgba(29,78,216,.3);outline-offset:1px}._currentPath_1ozqr_91{border-color:var(--ui-border-soft);background:var(--ui-surface-1);color:var(--ui-text-main)!important}@media (max-width: 1420px){._btnHeader_1ozqr_65{text-align:center;padding:8px 12px}}@media (max-width: 980px){._headerRow_1ozqr_6{flex-wrap:wrap;align-items:stretch}}@media (max-width: 700px){._companyType_1ozqr_44{display:none}}._title_1mjrh_1{color:var(--primary-color)}._text_1mjrh_5{color:var(--full-black)}._error_1mjrh_9 ._title_1mjrh_1{color:var(--red-light)}._error_1mjrh_9 ._text_1mjrh_5{color:var(--red-dark)}._clearWhite_1mjrh_16 ._title_1mjrh_1,._clearWhite_1mjrh_16 ._text_1mjrh_5{color:#fff}._inverted_1mjrh_23 ._title_1mjrh_1{color:var(--inverted-primary-color)}._inverted_1mjrh_23 ._text_1mjrh_5{color:var(--inverted-secondary-color)}._left_1mjrh_30{text-align:left}._right_1mjrh_34{text-align:right}._center_1mjrh_38{text-align:center}._size_s_1mjrh_42 ._title_1mjrh_1{font:var(--font-m)}._size_s_1mjrh_42 ._text_1mjrh_5{font:var(--font-s)}._size_s_bold_1mjrh_49 ._title_1mjrh_1{font:var(--font-m-bold)}._size_s_bold_1mjrh_49 ._text_1mjrh_5{font:var(--font-s-bold)}._size_m_1mjrh_56 ._title_1mjrh_1{font:var(--font-l)}._size_m_1mjrh_56 ._text_1mjrh_5{font:var(--font-m)}._size_m_bold_1mjrh_63 ._title_1mjrh_1{font:var(--font-l-bold)}._size_m_bold_1mjrh_63 ._text_1mjrh_5{font:var(--font-m-bold)}._size_l_1mjrh_70 ._title_1mjrh_1{font:var(--font-xl)}._size_l_1mjrh_70 ._text_1mjrh_5{font:var(--font-l)}._size_xl_1mjrh_77 ._title_1mjrh_1{font:var(--font-xxl)}._size_xl_1mjrh_77 ._text_1mjrh_5{font:var(--font-xl)}._horizontalTb_1mjrh_84{-webkit-writing-mode:horizontal-tb!important}._verticalLr_1mjrh_88{-webkit-writing-mode:vertical-lr!important}._verticalRl_1mjrh_92{-webkit-writing-mode:vertical-rl!important}._Card_1136z_1{border-radius:12px;padding:12px}._normal_1136z_6{background:var(--bg-white-color)}._outlined_1136z_10{border:1px solid var(--primary-color)}._disable_1136z_14{background-color:#eaeaea;color:#b7b7b7}._active_1136z_19{background-color:#5b0863;color:#fff}._active_filter_1136z_24{font-weight:600;color:var(--primary-color)}._disable_filter_1136z_29{padding:0 16px;color:#717171}._max_1136z_34{width:100%}._AgreementCard_1jw7h_2{padding:var(--ui-space-3);border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-lg);background:var(--ui-surface-1);border-left-width:4px;border-left-style:solid;border-left-color:var(--agreement-accent, var(--ui-border-soft))}._agreementHeader_1jw7h_13{display:flex;justify-content:space-between;align-items:flex-start;width:100%;gap:12px}._agreementTitle_1jw7h_21{margin:0;color:var(--ui-text-main);font:var(--font-l);font-weight:400;line-height:1.2;flex:1 1 auto;min-width:0}._agreementTitleRow_1jw7h_31{display:flex;align-items:center;gap:8px;min-width:0}._aiGeneratedTag_1jw7h_38{margin-inline-end:0;flex-shrink:0}._validityText_1jw7h_43{margin-top:4px}._agreementHeaderActions_1jw7h_47{display:flex;gap:16px;align-items:flex-start;flex-shrink:0;margin-left:auto;margin-top:1px}._statusPill_1jw7h_56{display:inline-flex;align-items:center;justify-content:center;min-height:26px;border-radius:999px;padding:1px 10px;font-size:12px;font-weight:700;line-height:1;white-space:nowrap;align-self:flex-start}._agreementTotal_1jw7h_70{display:flex;align-items:baseline;gap:4px;font-size:13px;color:var(--ui-text-muted, #888);font-weight:400}._agreementTotal_1jw7h_70 ._totalAmount_1jw7h_78{font-size:16px;font-weight:700;color:var(--ui-text-main, #222)}._footerRow_1jw7h_84{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px;padding-top:12px;border-top:1px solid var(--ui-border-soft)}._addAnnexButton_1jw7h_94{white-space:nowrap;color:var(--ui-accent-primary, #2563eb)!important;border-color:var(--ui-accent-primary, #2563eb)!important;background:transparent!important;box-shadow:none!important}._AgreementTableHeader_1jw7h_102{padding-bottom:6px}._headerRow_1jw7h_106{display:grid;grid-template-columns:40px 1fr 220px 100px 100px;gap:8px;font-weight:600;font-size:12px;color:var(--ui-text-muted, #888);text-transform:uppercase;letter-spacing:.04em;padding:8px 12px;background:var(--ui-surface-2, #fafafa)}._headerRow_1jw7h_106 span{display:flex;align-items:center;height:100%}._headerRow_1jw7h_106 span:last-child{justify-content:flex-end}._AnnexCard_1jw7h_129{padding:12px;background:#fff;border:1px solid #eaeaea;border-radius:8px;transition:all .2s ease-in-out}._AnnexCard_1jw7h_129:hover{border-color:#a78bfa;box-shadow:0 0 0 2px #a78bfa4d}._typeGroupTitle_1jw7h_141{display:flex;align-items:center;gap:8px;margin:10px 0 8px;font:var(--font-m);color:var(--full-black)}._annexCount_1jw7h_150{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:var(--ui-border-soft, #e5e7eb);color:var(--ui-text-muted, #888);font-size:12px;font-weight:600;line-height:1}._typeGroup_1jw7h_141{width:100%;box-sizing:border-box;margin-bottom:4px;border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-md);overflow:hidden}@media (max-width: 900px){._footerRow_1jw7h_84{flex-wrap:wrap}}._annexCardLink_1chbv_1{display:block;width:100%;color:inherit;text-decoration:none}._annexRow_1chbv_8{display:grid;grid-template-columns:40px 1fr 220px 100px 100px;align-items:center;padding:10px 16px;background-color:transparent;border:none;border-top:1px solid var(--ui-border-soft);border-radius:0;margin-bottom:0;transition:background-color .12s ease;box-sizing:border-box;width:100%}._annexRow_1chbv_8:hover{background-color:var(--ui-surface-2, #fafafa)}._col_1chbv_26{display:flex;align-items:center;gap:8px;font-size:14px;color:#222;min-width:0}._serviceCell_1chbv_35{flex-direction:column;align-items:flex-start;gap:2px}._serviceTitle_1chbv_41{font:var(--font-m);color:var(--full-black);line-height:1.35}._serviceAddress_1chbv_47{display:block;font-size:13px;line-height:18px;color:var(--ui-text-muted);white-space:normal;word-break:break-word}._serviceLeased_1chbv_56{display:block;font-size:13px;line-height:18px;color:#c43d3d;white-space:normal;word-break:break-word}._dateCell_1chbv_65{white-space:nowrap}._dateCell_1chbv_65 ._icon_1chbv_69{margin-left:-4px}._colAmount_1chbv_73{display:flex;justify-content:flex-end;align-items:center;font-size:14px;font-weight:600;color:#222}._colStatus_1chbv_82{display:flex;justify-content:center;align-items:center;gap:6px;width:100%}._statusDot_1chbv_90{flex-shrink:0;width:8px;height:8px;border-radius:50%}._statusLabel_1chbv_97{font-size:13px;font-weight:500;white-space:nowrap}._icon_1chbv_69{color:#888;font-size:14px}._badgeYellow_1chbv_108{background:#ffec3d;color:#222}._titleRow_1chbv_113{display:flex;align-items:center;gap:6px;flex-wrap:wrap}._pill_1chbv_120{display:inline-block;font-size:11px;font-weight:600;line-height:18px;padding:0 7px;border-radius:20px;white-space:nowrap;flex-shrink:0}._pillDanger_1chbv_131{background:#fde8ea;color:#bb2d3b}._pillWarning_1chbv_136{background:#fff3cd;color:#856404}._header_1c4oi_1{width:100%;padding:0}._pageTitle_1c4oi_6{margin:0;color:var(--ui-text-main);font-family:var(--font-family-bold);font-size:clamp(22px,1.9vw,30px);line-height:1.15}._pageSubtitle_1c4oi_14{margin:4px 0 0;color:var(--ui-text-muted);font:var(--font-m);line-height:var(--font-line-m)}._tooltipBtn_191au_1{border:none;outline:none;background:transparent}._tooltip_191au_1{max-width:300px;background:#eae6eb}._inputWIthSuggestionAndValidationField_1tg99_1{width:100%;box-sizing:border-box;min-height:42px;padding:10px 12px;border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-sm);background:var(--ui-surface-1);color:var(--ui-text-main);font:var(--font-m);outline:none;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}._inputWIthSuggestionAndValidationField_1tg99_1:focus{border-color:#1d4ed859;box-shadow:0 0 0 3px #1d4ed81f}._compactHeight_1tg99_19{min-height:32px;padding:6px 10px}._inputWIthSuggestionAndValidationField_1tg99_1:disabled{background-color:#eef3f9;color:var(--ui-text-soft);cursor:not-allowed}._inputContainer_1tg99_30{position:relative;width:100%}._inputMeta_1tg99_35{margin-bottom:6px}._inputWrapper_1tg99_39{position:relative;width:100%}._suggestionsContainer_1tg99_44{position:absolute;top:calc(100% + 5px);left:0;width:100%;max-height:240px;overflow-y:auto;background-color:var(--ui-surface-1);border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-sm);z-index:1000;box-shadow:var(--ui-shadow-soft)}._suggestionItem_1tg99_58{width:100%;padding:10px 12px;cursor:pointer;border-bottom:1px solid var(--ui-border-soft);transition:background-color .2s;display:flex;justify-content:space-between;align-items:center;-webkit-user-select:none;user-select:none;z-index:1001;position:relative}._suggestionItem_1tg99_58:hover{background-color:var(--ui-surface-2)}._suggestionItem_1tg99_58:last-child{border-bottom:none}._selectedSuggestion_1tg99_78{background-color:var(--ui-accent-soft);border-left:3px solid var(--ui-accent)}._suggestionLoader_1tg99_83{padding:16px;text-align:center;color:var(--ui-text-muted)}._Button_w61mc_1{cursor:pointer;color:var(--primary-color);padding:6px 15px}._Button_w61mc_1:hover{opacity:.7;fill-opacity:.7;stroke-opacity:.7}._clear_w61mc_12,._clearInverted_w61mc_13{padding:0;border:none;background:none;outline:none}._clearInverted_w61mc_13{color:var(--inverted-primary-color)}._outline_w61mc_24{background-color:transparent;border:1px solid var(--primary-color);color:var(--primary-color)}._outline_red_w61mc_30{background-color:transparent;border:1px solid var(--red-light);color:var(--red-light)}._background_w61mc_36{background:var(--bg-color);color:var(--primary-color);border:none}._nemenu_main_w61mc_42{background:var(--bg-gradient-main);background:var(--bg-linear-main);color:var(--bg-white-color);border:none;border-radius:30px}._backgroundInverted_w61mc_50{background:var(--inverted-bg-color);color:var(--inverted-primary-color);border:none}._square_w61mc_56{padding:0}._round_w61mc_60{border-radius:50%}._square_w61mc_56._size_m_w61mc_64{width:var(--font-line-m);height:var(--font-line-m)}._square_w61mc_56._size_l_w61mc_69{width:var(--font-line-l);height:var(--font-line-l);font:var(--font-l)}._square_w61mc_56._size_xl_w61mc_75{width:var(--font-line-xl);height:var(--font-line-xl);font:var(--font-xl)}._size_m_w61mc_64{font:var(--font-m)}._size_m_bold_w61mc_85{font:var(--font-m-bold)}._size_l_w61mc_69{font:var(--font-l)}._size_xl_w61mc_75{font:var(--font-xl)}._square_w61mc_56._max_height_w61mc_97{width:var(--font-line-s);height:100%}._disabled_w61mc_102{opacity:.5}._max_w61mc_97,._wrapper_1njig_1{width:100%}._label_1njig_5{text-align:left;align-self:flex-start}._row_1njig_10{align-items:center;width:100%}._rowHalf_1njig_15{display:grid!important;grid-template-columns:minmax(0,50%) 34px 34px;column-gap:10px;justify-content:flex-start}._inputWrap_1njig_22{flex:1;min-width:0}._halfWidth_1njig_27{flex:0 0 auto;max-width:100%;width:100%}._removeButton_1njig_33{width:34px;min-width:34px;height:34px;padding:0;border-radius:999px;font-size:18px;font-weight:700;line-height:1;border-color:#1d4ed8;color:#1d4ed8;display:inline-flex;align-items:center;justify-content:center}@media (width <= 980px){._rowHalf_1njig_15{grid-template-columns:minmax(0,1fr) 34px 34px}._halfWidth_1njig_27{max-width:100%;width:100%}}._fieldContainerMain_jd17b_1{display:flex;flex-direction:column;gap:var(--ui-space-3);width:100%;padding:var(--ui-space-4);border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-md);background:var(--ui-surface-2)}._stacked_jd17b_12{width:100%}@media (width <= 980px){._fieldContainerMain_jd17b_1{padding:var(--ui-space-3)}}._main_8lsa6_1{display:grid;grid-template-columns:minmax(132px,168px) minmax(0,1fr);width:100%;gap:var(--ui-space-3);align-items:center}._main_8lsa6_1>:first-child{display:flex;justify-content:flex-end;align-items:center;text-align:right;white-space:nowrap;color:var(--ui-text-muted);min-height:42px;padding-top:0;padding-right:6px}._main_8lsa6_1>:last-child{min-width:0}._stacked_8lsa6_25{grid-template-columns:1fr;gap:var(--ui-space-2);align-items:flex-start}._stacked_8lsa6_25>:first-child{justify-content:flex-start;text-align:left;white-space:normal;min-height:0;padding-right:0}@media (width <= 980px){._main_8lsa6_1{grid-template-columns:1fr;gap:var(--ui-space-2)}._main_8lsa6_1>:first-child{justify-content:flex-start;text-align:left;padding-right:0;padding-top:0}}._fieldUnlabeled_ybgin_1{width:100%;display:grid;grid-template-columns:minmax(132px,168px) minmax(0,1fr);gap:var(--ui-space-3)}._innerFieldUnlabeled_ybgin_8{grid-column:2;display:flex;width:100%;align-items:center;gap:var(--ui-space-3)}._stacked_ybgin_16{grid-template-columns:1fr;gap:var(--ui-space-2)}._stacked_ybgin_16 ._innerFieldUnlabeled_ybgin_8{grid-column:auto}@media (width <= 980px){._fieldUnlabeled_ybgin_1{grid-template-columns:1fr;gap:var(--ui-space-2)}._innerFieldUnlabeled_ybgin_8{grid-column:auto}}._fieldLabel_eyyap_1{margin-bottom:2px;color:var(--ui-text-main)}._summaryRow_bxvc1_1{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}._summaryText_bxvc1_8 p{color:var(--ui-text-muted);margin:0}._leasedLine_bxvc1_13{display:flex;align-items:center}._leasedLinePill_bxvc1_18{display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border:1px solid #fda4af;border-radius:8px;background:#ffe4e6;color:#be123c;font-family:var(--font-family-main);font-size:14px;font-weight:600;line-height:22px;text-decoration:none;transition:background-color .2s ease,border-color .2s ease,color .2s ease}._leasedLinePill_bxvc1_18:hover,._leasedLinePill_bxvc1_18:focus{background:#fecdd3;border-color:#fb7185;color:#9f1239}._pairRow_bxvc1_42{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--ui-space-3)}._pairField_bxvc1_48{min-width:0}._interfaceSelect_bxvc1_52{width:100%}._fieldError_bxvc1_56{margin-top:6px}@media (width <= 980px){._pairRow_bxvc1_42{grid-template-columns:1fr}}._costBox_1hzdj_1{border:1px solid var(--ui-border);border-radius:var(--ui-radius-md);padding:12px;background:var(--ui-surface);display:flex;flex-direction:column;gap:12px}._summaryRow_1hzdj_11{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}._summaryText_1hzdj_18 p{color:var(--ui-text-muted);margin:0}._pairRow_1hzdj_23{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--ui-space-3);align-items:start}._pairField_1hzdj_30{min-width:0}._pairRow_1hzdj_23 .ui-form-row>:first-child,._vatGrid_1hzdj_35 .ui-form-row>:first-child{min-height:22px;display:flex;align-items:center}._vatBox_1hzdj_41{border:1px solid #b9cbe4;border-radius:var(--ui-radius-md);padding:12px;background:#f5f9ff;display:flex;flex-direction:column;gap:12px;box-shadow:inset 0 0 0 1px #d5e3f6}._vatHeader_1hzdj_52{display:flex;align-items:center;justify-content:space-between;gap:12px}._vatLockControl_1hzdj_59{display:inline-flex;align-items:center;gap:10px;flex:0 0 auto}._vatGrid_1hzdj_35{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--ui-space-3)}._vatCommentField_1hzdj_72{grid-column:auto}._uniformInput_1hzdj_76{height:42px!important;min-height:42px;padding:10px 12px!important;border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-sm)}._uniformSelect_1hzdj_84{width:100%}._uniformSelect_1hzdj_84 .ant-select-selector{min-height:42px!important;height:42px!important;border:1px solid var(--ui-border-soft)!important;border-radius:var(--ui-radius-sm)!important;padding-inline:12px!important;display:flex;align-items:center;box-shadow:none!important}._uniformSelect_1hzdj_84 .ant-select-selection-item,._uniformSelect_1hzdj_84 .ant-select-selection-placeholder{line-height:40px!important}@media (width <= 980px){._pairRow_1hzdj_23{grid-template-columns:1fr}._vatHeader_1hzdj_52{flex-direction:column;align-items:flex-start}._vatGrid_1hzdj_35{grid-template-columns:1fr}._vatCommentField_1hzdj_72{grid-column:1/-1}}._fileFieldCard_accyp_1{display:flex;flex-direction:column;gap:var(--ui-space-2);width:100%;padding:12px;border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-sm);background:var(--ui-surface-1)}._fileMain_accyp_12{display:flex;align-items:flex-start;gap:10px;min-width:0}._fileIcon_accyp_19{width:32px;height:32px;border-radius:10px;border:1px solid rgba(37,99,235,.24);background:#2563eb14;color:#1d4ed8;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}._fileMeta_accyp_32{min-width:0;display:flex;flex-direction:column;gap:4px}._fileName_accyp_39{color:var(--ui-text-main);font-family:var(--font-family-main);overflow-wrap:anywhere}._fileStatus_accyp_45{display:inline-flex;align-items:center;gap:6px;font-size:12px;line-height:1.2}._statusSaved_accyp_53{color:#166534}._statusPending_accyp_57{color:#92400e}._statusEmpty_accyp_61{color:var(--ui-text-muted)}._actions_accyp_65{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._actionBtn_accyp_72{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-sm);padding:8px 12px;font:var(--font-m);white-space:nowrap}._primaryAction_accyp_83{background:var(--ui-surface-1);color:var(--ui-text-main);border-color:var(--ui-border-soft)}._secondaryAction_accyp_89{background:var(--ui-surface-1);color:var(--ui-text-main)}._dangerAction_accyp_94{background:#fff1f2;color:#be123c;border-color:#fecdd3}._hiddenInput_accyp_100{display:none}._errorText_accyp_104{color:#b91c1c}@media (width <= 760px){._actions_accyp_65{width:100%}._actionBtn_accyp_72{width:100%;justify-content:center}}._filesGridDocx_159jd_1{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--ui-space-3)}._filesGridUploads_159jd_7{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--ui-space-3)}._filesHeaderBlock_159jd_13{display:flex;flex-direction:column;gap:var(--ui-space-2);align-items:flex-start;text-align:left}._filesMetaInline_159jd_21{display:inline-flex;align-items:center;gap:var(--ui-space-2);flex-wrap:wrap}._filesMetaText_159jd_28{color:var(--ui-text-primary);font-size:14px;line-height:1.4}._templateRefPill_159jd_34{display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;border-radius:8px;border:1px solid #cbd5e1;background:#f8fafc;color:#1e293b;font-size:14px;line-height:1.2}._statusPill_159jd_47{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:4px 12px;border-radius:999px;font-size:13px;font-weight:700;line-height:1}._statusPillPublished_159jd_59{background:#dcfce7;color:#166534;border:1px solid #86efac}._statusPillArchived_159jd_65{background:#ffe4e6;color:#be123c;border:1px solid #fda4af}._statusPillDraft_159jd_71{background:#fef3c7;color:#92400e;border:1px solid #fcd34d}._statusPillDefault_159jd_77{background:#e2e8f0;color:#334155;border:1px solid #cbd5e1}._fileCell_159jd_83{display:flex;flex-direction:column;gap:var(--ui-space-2)}._fileTitleRow_159jd_89{display:flex;align-items:center;justify-content:space-between;gap:var(--ui-space-2)}._fileOriginTag_159jd_96{margin:0;cursor:pointer;-webkit-user-select:none;user-select:none}._blockDivider_159jd_102{width:100%;height:1px;background:var(--ui-border-soft);margin:2px 0}._previewModalBody_159jd_109{width:100%}._previewLoading_159jd_113{min-height:480px;display:flex;align-items:center;justify-content:center}._previewFrame_159jd_120{width:100%;height:72vh;min-height:520px;border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-sm);background:#fff}@media (width <= 980px){._filesGridDocx_159jd_1,._filesGridUploads_159jd_7{grid-template-columns:1fr}._previewFrame_159jd_120{min-height:420px;height:65vh}}._frame_9kwx6_1{width:100%;min-height:360px;justify-content:space-between}._title_9kwx6_7{width:100%;margin:0 0 20px;color:var(--ui-text-main);font-family:var(--font-family-bold);font-size:clamp(22px,1.9vw,30px);line-height:1.15;text-align:center}._title_9kwx6_7 p{margin:0}._helperText_9kwx6_21{color:var(--ui-text-muted)}._typeList_9kwx6_25{display:flex;flex-direction:column;gap:10px;width:100%}._typeItem_9kwx6_32{width:100%;text-align:left;border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-sm);background:var(--ui-surface-1);color:var(--ui-text-main);font:var(--font-m);padding:12px 14px;cursor:pointer;transition:border-color .15s ease,background .15s ease}._typeItem_9kwx6_32:hover{border-color:#1e40af59}._typeItemActive_9kwx6_48{border-color:#1d4ed8;background:#1d4ed814}._actions_9kwx6_53{flex-wrap:wrap;margin-top:6px}._actionBtn_9kwx6_58{border-radius:var(--ui-radius-sm);padding:10px 16px;border:1px solid transparent;font:var(--font-m);white-space:nowrap}._primaryBtn_9kwx6_66{background:var(--bg-linear-main);color:var(--bg-white-color)}._secondaryBtn_9kwx6_71{background:var(--ui-surface-1);border-color:var(--ui-border-soft);color:var(--ui-text-main)}@media (width <= 760px){._actions_9kwx6_53{justify-content:center}._actions_9kwx6_53>*{width:100%}._actionBtn_9kwx6_58{width:100%}}._annexCreateModal_1ib80_1 .content{max-width:620px!important;min-height:420px!important;margin-top:10px!important;padding:24px 20px!important}._cardShell_f21ai_1{padding:var(--ui-space-3);border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-lg);background:var(--ui-surface-1)}._formBody_f21ai_8{width:100%}._headerMeta_f21ai_12{width:100%;padding-bottom:var(--ui-space-2);border-bottom:1px solid var(--ui-border-soft)}._headerMetaRow_f21ai_18{width:100%;flex-wrap:wrap}._annexTitle_f21ai_23{margin:0;color:var(--ui-text-main);font:var(--font-xl-bold);font-weight:700;line-height:1.2;min-width:0;overflow-wrap:anywhere}._statusBadgeSelect_f21ai_33{min-width:156px}._statusBadgeSelect_f21ai_33 .ant-select-selector{border-radius:999px!important;border:1px solid var(--status-border, #cbd5e1)!important;background:var(--status-bg, #e2e8f0)!important;color:var(--status-text, #334155)!important;height:26px!important;min-height:26px!important;padding-inline:8px!important;display:flex;align-items:center}._statusBadgeSelect_f21ai_33 .ant-select-selection-item{color:var(--status-text, #334155)!important;font-size:12px;line-height:1;font-weight:700;display:flex;align-items:center;height:100%;margin:0!important}._statusBadgeSelect_f21ai_33 .ant-select-arrow{color:var(--status-text, #334155)!important;inset-inline-end:8px!important}._statusOptionPill_f21ai_65{display:inline-flex;align-items:center;border-radius:999px;border:1px solid transparent;padding:1px 8px;font-size:12px;line-height:1;font-weight:700;white-space:nowrap;width:auto}._createdAtRow_f21ai_78{margin-top:2px}._createdAtLabel_f21ai_82 p,._createdAtValue_f21ai_83 p{margin:0;color:var(--ui-text-muted);font:var(--font-m);line-height:var(--font-line-m)}._createdAtSeparator_f21ai_90 p{margin:0;color:var(--ui-text-soft);font:var(--font-m);line-height:var(--font-line-m)}._inquiryLink_f21ai_97{color:var(--ui-accent);font:var(--font-m);line-height:var(--font-line-m);text-decoration:none}._inquiryLink_f21ai_97:hover{text-decoration:underline}._formSectionCard_f21ai_108{border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-md);background:#f8fafc}._formSectionTitle_f21ai_114 p{margin:0 0 8px;color:var(--ui-text-muted);font:var(--font-s);font-weight:600}._rebindTemplateButton_f21ai_121{background:#ffe4e6!important;color:#be123c!important;border-color:#fda4af!important;border-radius:999px!important;font-weight:600}._rebindTemplateButton_f21ai_121:hover,._rebindTemplateButton_f21ai_121:focus{background:#fecdd3!important;color:#9f1239!important;border-color:#fb7185!important}._headerRow_18jrc_1{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--ui-space-3);align-items:center}._summary_18jrc_8{display:flex;align-items:center;gap:10px;flex-wrap:nowrap;min-width:0}._summaryText_18jrc_16{min-width:0}._summaryText_18jrc_16 p{color:var(--ui-text-muted);margin:0;display:inline;white-space:normal}._pairRow_18jrc_27{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--ui-space-3)}._pairField_18jrc_33{min-width:0}._dateInputWrapper_18jrc_37{width:100%}._checkboxWrapper_18jrc_41{display:inline-flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;min-height:42px}._checkboxWrapper_18jrc_41 input[type=checkbox]{width:18px;height:18px;margin:0;cursor:pointer}._checkboxWrapper_18jrc_41 span{color:var(--ui-text-main);font:var(--font-m);line-height:var(--font-line-m)}@media (width <= 980px){._summary_18jrc_8{flex-wrap:wrap}._headerRow_18jrc_1,._pairRow_18jrc_27{grid-template-columns:1fr}}._selectContainer_hh7zf_1{position:relative;width:100%}._personIcon_hh7zf_6{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;background:var(--ui-surface-2);border:1px solid var(--ui-border-soft);color:var(--ui-text-soft);font-size:15px;flex-shrink:0}._personIconCompact_hh7zf_20{width:24px;height:24px;font-size:13px}._selectedItem_hh7zf_26{display:flex;align-items:center;gap:10px;min-height:42px;padding:8px 12px;border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-sm);background:var(--ui-surface-1);width:100%;text-align:left;cursor:pointer;color:var(--ui-text-main);font:var(--font-m);transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}._selectedItem_hh7zf_26:focus{border-color:#1d4ed859;box-shadow:0 0 0 3px #1d4ed81f;outline:none}._selectedItem_hh7zf_26 ._info_hh7zf_47{display:flex;flex-direction:column;justify-content:center}._selectedItem_hh7zf_26 ._position_hh7zf_52{font-size:12px;color:#777}._selectedItemCompact_hh7zf_57{min-height:32px;padding:4px 10px}._placeholder_hh7zf_62{color:var(--ui-text-muted)}._dropdown_hh7zf_66{position:absolute;top:100%;left:0;z-index:100;margin-top:6px;background:var(--ui-surface-1);border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-sm);max-height:250px;overflow-y:auto;width:100%;box-shadow:var(--ui-shadow-soft);display:flex;flex-direction:column}._searchInput_hh7zf_83{width:100%;padding:8px 12px;border:none;border-bottom:1px solid var(--ui-border-soft);outline:none;font:var(--font-m);border-top-left-radius:8px;border-top-right-radius:8px;background:var(--ui-surface-1);color:var(--ui-text-main)}._optionsList_hh7zf_96{list-style:none;margin:0;padding:0;max-height:200px;overflow-y:auto}._optionItem_hh7zf_104{display:flex;align-items:center;gap:10px;padding:8px 12px;cursor:pointer}._optionItem_hh7zf_104:hover{background:var(--ui-surface-2)}._optionItem_hh7zf_104 ._info_hh7zf_47{display:flex;flex-direction:column;justify-content:center}._optionItem_hh7zf_104 ._position_hh7zf_52{font-size:12px;color:#777}._noResults_hh7zf_124{padding:12px;text-align:center;color:var(--ui-text-muted)}._backdrop_hh7zf_130{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;background:transparent}._SkeletonLoader_zimef_1{width:100%;height:50px;position:relative;box-shadow:0 2px 10px 0 var(--skeleton-shadow);overflow:hidden}._SkeletonLoader_zimef_1:before{content:"";display:block;position:absolute;left:-150px;top:0;height:100%;width:80%;background:linear-gradient(to right,transparent 0%,var(--skeleton-color) 50%,transparent 100%);animation:_load_zimef_1 1s cubic-bezier(.4,0,.2,1) infinite}@keyframes _load_zimef_1{0%{left:-150px}to{left:100%}}._pairRow_z2f2h_1{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--ui-space-3)}._single_z2f2h_7{grid-template-columns:1fr}._pairField_z2f2h_11{min-width:0}._billingLinkField_z2f2h_15{margin-top:calc(var(--ui-space-1) * -1)}._billingLink_z2f2h_15{color:var(--ui-brand-700);text-decoration:none;font:var(--font-m)}._billingLink_z2f2h_15:hover{text-decoration:underline}@media (width <= 980px){._pairRow_z2f2h_1{grid-template-columns:1fr}}._virtualMachineForm_19xqx_2{width:100%;background:#fff;padding:12px;border:1px solid #e7e7e7;border-radius:6px;box-sizing:border-box}._colocationHeader_19xqx_11{display:flex;justify-content:space-between;align-items:center}._field_19xqx_17{display:flex;align-items:center;gap:12px;width:100%}._label_19xqx_24{flex:0 0 220px;width:220px;color:#222;font-size:14px;line-height:1.2}._inputWrapper_19xqx_32{flex:1 1 auto;min-width:0}._virtualMachineForm_19xqx_2>._rc-text_19xqx_37{margin-bottom:8px}._selectWrapper_19xqx_42{position:relative;display:block}._select_19xqx_42{width:100%;padding:10px 40px 10px 10px;border:1px solid #ccc;border-radius:4px;font-size:16px;outline:none;transition:border-color .2s;background:#fff;color:#222;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;z-index:1;background-image:none}._select_19xqx_42::-ms-expand{display:none}._selectWrapper_19xqx_42:after{content:"";position:absolute;right:12px;top:50%;transform:translateY(-50%);width:12px;height:8px;background-repeat:no-repeat;background-position:center;background-size:12px 8px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' stroke='%236b6b6b' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");pointer-events:none;z-index:2}._select_19xqx_42:focus{border-color:#2979ff;box-shadow:0 0 0 2px #2979ff1a;outline:none}._select_19xqx_42:disabled{background-color:#f0f0f0;color:#999;cursor:not-allowed}._wrapper_1iqv8_1{width:100%}._label_1iqv8_5{text-align:left;align-self:flex-start}._row_1iqv8_10{align-items:center;width:100%}._rowHalf_1iqv8_15{display:grid!important;grid-template-columns:minmax(0,50%) 34px;column-gap:10px;justify-content:flex-start}._inputWrap_1iqv8_22{flex:1;min-width:0}._halfWidth_1iqv8_27{flex:0 0 auto;max-width:100%;width:100%}._uniformSelect_1iqv8_33{width:100%}._uniformSelect_1iqv8_33 .ant-select-selector{min-height:42px!important;height:42px!important;border:1px solid var(--ui-border-soft)!important;border-radius:var(--ui-radius-sm)!important;padding-inline:12px!important;display:flex;align-items:center;box-shadow:none!important}._uniformSelect_1iqv8_33 .ant-select-selection-item,._uniformSelect_1iqv8_33 .ant-select-selection-placeholder{line-height:40px!important}._removeButton_1iqv8_53{width:34px;min-width:34px;height:34px;padding:0;border-radius:999px;font-size:18px;font-weight:700;line-height:1;border-color:#1d4ed8;color:#1d4ed8;display:inline-flex;align-items:center;justify-content:center}._addButton_1iqv8_69{align-self:flex-start;padding:8px 14px;border-radius:10px;font-weight:600;border-color:#1d4ed8;color:#1d4ed8}@media (width <= 980px){._rowHalf_1iqv8_15{grid-template-columns:minmax(0,1fr) 34px}._halfWidth_1iqv8_27{max-width:100%;width:100%}}._colocationForm_pww0r_2{width:100%;border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-md);background:var(--ui-surface-0);overflow:hidden;align-items:stretch}._colocationFormRack_pww0r_11{border:none;border-radius:0;background:transparent;overflow:visible}._colocationHeader_pww0r_18{display:flex;justify-content:space-between;align-items:center;padding:var(--ui-space-3) var(--ui-space-4);border-bottom:1px solid var(--ui-border-soft)}._fieldContent_pww0r_26{display:flex;flex-direction:column;gap:6px;min-width:0}._innerFields_pww0r_33{border:none!important;background:transparent!important;box-shadow:none!important;padding:var(--ui-space-4)!important}._ipBlock_pww0r_40{width:100%;box-sizing:border-box;padding:0 var(--ui-space-4) var(--ui-space-4)}._ipBlockRack_pww0r_46{display:flex;flex-direction:column;gap:var(--ui-space-4);padding-top:var(--ui-space-2)}._selectWrapper_pww0r_53{min-width:0}._pairRow_pww0r_57{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--ui-space-3);align-items:start}._singleRow_pww0r_64{display:grid;grid-template-columns:minmax(0,1fr)}._infoGrid_pww0r_69{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--ui-space-3)}._readOnlyGrid_pww0r_75{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--ui-space-3)}._readOnlyValue_pww0r_81{min-height:42px;border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-sm);background:var(--ui-surface-1);padding:10px 12px;color:var(--ui-text-primary);display:flex;align-items:center}._tariffPanel_pww0r_92{background:var(--ui-surface-1);border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-sm);padding:10px 14px;display:flex;flex-direction:column;gap:6px}._tariffPanelTitle_pww0r_102{font-size:14px;font-weight:600;color:var(--ui-text-primary);display:flex;align-items:center;gap:8px}._tariffPanelMeta_pww0r_111{display:flex;flex-wrap:wrap;gap:6px 20px;font-size:13px;color:var(--ui-text-secondary)}._tariffNotFound_pww0r_119{font-size:13px;color:var(--ui-text-secondary);padding:8px 0}._powerRow_pww0r_125{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--ui-space-3)}._stepperWrap_pww0r_131{display:flex;align-items:stretch;gap:0}._stepperWrap_pww0r_131>div{flex:1}._stepperBtn_pww0r_141{width:42px;min-width:42px;height:42px;border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-sm);background:var(--ui-surface-1);color:var(--ui-text-primary);font-size:18px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}._stepperBtn_pww0r_141:first-child{border-radius:var(--ui-radius-sm) 0 0 var(--ui-radius-sm);border-right:none}._stepperBtn_pww0r_141:last-child{border-radius:0 var(--ui-radius-sm) var(--ui-radius-sm) 0;border-left:none}._stepperBtn_pww0r_141:hover{background:var(--ui-surface-2, #e8eaf0)}._stepperWrap_pww0r_131>div input{border-radius:0!important}._powerOverrunHint_pww0r_173{font-size:12px;color:#9a5d00;line-height:1.45;margin-top:6px}._fieldHint_pww0r_180{font-size:12px;color:var(--ui-text-secondary);margin-top:4px;display:flex;align-items:center;gap:6px}._tariffBadgeInline_pww0r_189{font-size:11px;min-height:20px;padding:2px 8px}._totalRow_pww0r_195{display:flex;align-items:center;gap:8px;padding:10px 14px;background:var(--ui-surface-1);border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-sm);flex-wrap:wrap}._totalLabel_pww0r_206{font-size:13px;color:var(--ui-text-secondary);white-space:nowrap}._totalValue_pww0r_212{font-size:13px;color:var(--ui-text-primary);display:inline-flex;flex-wrap:wrap;gap:6px;align-items:baseline}._totalSeparator_pww0r_221{color:var(--ui-text-secondary)}._totalFinal_pww0r_225{margin-left:auto;font-size:20px;font-weight:700;color:var(--ui-text-primary);background:var(--ui-surface-2, #e8eaf0);border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-sm);padding:2px 14px;white-space:nowrap}._sectionDivider_pww0r_237{height:1px;background:var(--ui-border-soft);margin:0}._placementPriceBlock_pww0r_243{display:flex;flex-direction:column;gap:var(--ui-space-3);border:1px solid var(--ui-accent-primary, #2563eb);border-radius:var(--ui-radius-md);padding:var(--ui-space-4);background:color-mix(in srgb,var(--ui-accent-primary, #2563eb) 4%,var(--ui-surface-0))}._placementPriceRow_pww0r_253{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:var(--ui-space-3)}._tariffFlags_pww0r_259{display:flex;flex-wrap:wrap;gap:8px}._tariffBadge_pww0r_189{display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;border-radius:999px;border:1px solid #b9e5c2;background:#eef9f0;color:#22753a;font-size:12px;line-height:1.2;font-weight:600}._tariffBadgeWarning_pww0r_279{border-color:#f4d6a5;background:#fff7e8;color:#9a5d00}._tariffBadgeDanger_pww0r_285{border-color:#f1bbbb;background:#fff0f0;color:#a93030}._tripleRow_pww0r_291{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--ui-space-3);align-items:start}._tripleCell_pww0r_298{min-width:0;display:flex;flex-direction:column}._rackModeLayout_pww0r_304{display:grid;grid-template-columns:minmax(0,2fr) minmax(320px,1fr);gap:var(--ui-space-4);align-items:stretch}._leftColumn_pww0r_311,._rightColumn_pww0r_312{min-width:0}._rackPanel_pww0r_316{border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-md);background:var(--ui-surface-0);padding:0;display:flex;flex-direction:column}._panelHeader_pww0r_325{display:flex;align-items:center;min-height:28px;margin-bottom:var(--ui-space-3);padding:var(--ui-space-3) var(--ui-space-4) 0}._rackOption_pww0r_333{display:flex;flex-direction:column;gap:2px}._rackOptionTitle_pww0r_339{font-size:14px;line-height:1.25;color:var(--ui-text-primary)}._rackOptionMeta_pww0r_345{font-size:12px;line-height:1.25;color:var(--ui-text-secondary)}._technicalUnitsBlock_pww0r_351{border:1px solid var(--ui-border-color, #d9d9d9);border-radius:8px;padding:12px 14px;background:var(--ui-bg-secondary, #fafafa)}._technicalUnitsList_pww0r_358{display:flex;flex-direction:column;gap:10px}._technicalUnitRow_pww0r_364{display:flex;align-items:center;gap:10px}._technicalUnitOrdinal_pww0r_370{width:24px;flex:0 0 24px;font-size:13px;color:var(--ui-text-secondary);text-align:right}._technicalUnitInput_pww0r_378{flex:1;min-width:0}._technicalUnitButton_pww0r_383{width:34px;min-width:34px;height:34px;padding:0;border-radius:999px;font-size:18px;font-weight:700;line-height:1;border-color:#1d4ed8;color:#1d4ed8;display:inline-flex;align-items:center;justify-content:center}._occupancyBlock_pww0r_399{margin-top:var(--ui-space-2);border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-sm);background:var(--ui-surface-1);padding:var(--ui-space-3)}._occupancyBlockInline_pww0r_407{margin-top:0;border:none;background:transparent;padding:0}._occupancyTitle_pww0r_414{font-size:16px;font-weight:600;line-height:1.3;color:var(--ui-text-primary);margin-bottom:8px}._occupancyLegend_pww0r_422{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}._legendItem_pww0r_429{display:inline-flex;align-items:center;font-size:12px;line-height:1.2;border-radius:999px;padding:4px 8px;border:1px solid var(--ui-border-soft)}._legendFree_pww0r_439{background:#eef9f0;color:#22753a;border-color:#b9e5c2}._legendOccupied_pww0r_445{background:#fff0f0;color:#a93030;border-color:#f1bbbb}._legendSelected_pww0r_451{background:#e9f0ff;color:#2254b4;border-color:#b9cdfa}._occupancyGrid_pww0r_457{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}._occupancyGridRack_pww0r_463{grid-template-columns:1fr;max-height:560px;overflow-y:auto}._occupancyCell_pww0r_469{height:28px;border-radius:6px;border:1px solid var(--ui-border-soft);display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;line-height:1;cursor:default;-webkit-user-select:none;user-select:none}._occupancyBlockRack_pww0r_483{height:100%}._rightColumn_pww0r_312{position:sticky;top:var(--ui-space-3);display:flex;flex-direction:column}._occupancyPlaceholder_pww0r_494{padding:var(--ui-space-4);color:var(--ui-text-secondary);font-size:14px;line-height:1.5}._cellFree_pww0r_501{background:#f7fbf8;color:#1f6a33}._cellOccupied_pww0r_506{background:#fff4f4;color:#992a2a}._cellSelected_pww0r_511{box-shadow:inset 0 0 0 2px #2f69db}._occupancyMeta_pww0r_515{margin-top:10px;font-size:13px;color:var(--ui-text-secondary)}._removeButton_pww0r_521{width:34px;min-width:34px;height:34px;padding:0;border-radius:999px;font-size:18px;font-weight:700;line-height:1;border-color:#1d4ed8;color:#1d4ed8;display:inline-flex;align-items:center;justify-content:center}._uniformSelect_pww0r_537{width:100%}._uniformSelect_pww0r_537 .ant-select-selector{min-height:42px!important;height:auto!important;border:1px solid var(--ui-border-soft)!important;border-radius:var(--ui-radius-sm)!important;padding-inline:12px!important;display:flex;align-items:center;box-shadow:none!important}._uniformSelect_pww0r_537:not(.ant-select-multiple) .ant-select-selector{height:42px!important}._uniformSelect_pww0r_537 .ant-select-selection-item,._uniformSelect_pww0r_537 .ant-select-selection-placeholder{line-height:40px!important}._uniformSelect_pww0r_537.ant-select-multiple .ant-select-selector{min-height:42px!important;height:auto!important;align-items:center}._uniformSelect_pww0r_537.ant-select-multiple .ant-select-selection-placeholder{line-height:42px!important}._uniformSelectSingleValue_pww0r_573.ant-select-multiple .ant-select-selection-overflow{flex-wrap:nowrap}._uniformSelectSingleValue_pww0r_573.ant-select-multiple .ant-select-selection-item{background:transparent!important;border:none!important;padding-inline:0!important;margin-inline-end:0!important;max-width:100%;line-height:40px!important}._uniformSelectSingleValue_pww0r_573.ant-select-multiple .ant-select-selection-item-content{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._uniformSelectSingleValue_pww0r_573.ant-select-multiple .ant-select-selection-item-remove{display:none!important}._modeTabs_pww0r_598{margin-top:8px}._tabPanel_pww0r_602{display:flex;flex-direction:column;gap:18px;padding-top:8px}._placementIntro_pww0r_609{padding:12px 14px;border-radius:12px;background:#f3f7ff;color:#274373;font-size:14px;line-height:1.5}._placementSummary_pww0r_618{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}._placementSummaryLabel_pww0r_625{font-size:14px;color:var(--ui-text-primary)}._equipmentItemsList_pww0r_630{display:flex;flex-direction:column;gap:14px}._equipmentItemCard_pww0r_636{display:flex;flex-direction:column;gap:14px;padding:16px;border:1px solid var(--ui-border-soft);border-radius:14px;background:#fbfcfe}._equipmentItemHeader_pww0r_646{display:flex;align-items:center;justify-content:space-between}._equipmentItemTitle_pww0r_652{font-size:15px;font-weight:600;color:var(--ui-text-primary)}._equipmentItemGrid_pww0r_658{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}._equipmentItemGrid_pww0r_658>:first-child{grid-column:1/-1}._equipmentItemActions_pww0r_668{display:flex;justify-content:flex-end;gap:8px}._roundActionButton_pww0r_674{width:34px;min-width:34px;height:34px;padding:0;border-radius:999px;font-size:18px;font-weight:700;line-height:1;border-color:#1d4ed8;color:#1d4ed8;display:inline-flex;align-items:center;justify-content:center}._sideToggle_pww0r_690{display:inline-flex;gap:8px;flex-wrap:wrap}._sideToggleButton_pww0r_696{min-height:38px;padding:0 14px;border-radius:999px;border:1px solid #bfd1f5;background:#fff;color:#2954a3;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease}._sideToggleButtonActive_pww0r_709{border-color:#1d4ed8;background:#edf4ff;color:#1d4ed8}@media (width <= 980px){._rackModeLayout_pww0r_304,._tripleRow_pww0r_291,._pairRow_pww0r_57,._infoGrid_pww0r_69,._readOnlyGrid_pww0r_75,._placementPriceRow_pww0r_253,._occupancyGrid_pww0r_457,._equipmentItemGrid_pww0r_658{grid-template-columns:1fr}._rackPanel_pww0r_316{padding:0}._occupancyGridRack_pww0r_463{max-height:none}._rightColumn_pww0r_312{position:static;display:block}}._addButton_1wepv_1{align-self:flex-start;padding:8px 14px;border-radius:10px;font-weight:600;border-color:#1d4ed8;color:#1d4ed8}._summary_1uzu8_1{display:flex;flex-direction:column;gap:4px}._fieldContent_1uzu8_7{display:flex;flex-direction:column;gap:8px;width:100%}._phoneRow_1uzu8_14{display:flex;flex-direction:column;gap:10px;width:100%;margin-bottom:12px}._phoneRowMain_1uzu8_22{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:start}._summaryText_1uzu8_29 p{color:var(--ui-text-muted)}._pairRow_1uzu8_33{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--ui-space-3)}._pairField_1uzu8_39{min-width:0}._buttonsRow_1uzu8_43{display:flex;flex-wrap:wrap;gap:8px;margin-top:2px}._appSelect_1uzu8_50{width:100%}._removeNumberButton_1uzu8_54{width:34px;min-width:34px;height:34px;padding:0;border-radius:999px;border-color:#1d4ed8;color:#1d4ed8;font-size:18px;font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center;align-self:start;margin-top:44px}._addNumberButton_1uzu8_72{align-self:flex-start;padding:8px 14px;border-radius:10px;font-weight:600;border-color:#1d4ed8;color:#1d4ed8}._errorText_1uzu8_81{margin-top:4px}@media (width <= 980px){._phoneRowMain_1uzu8_22{grid-template-columns:1fr;align-items:stretch}._removeNumberButton_1uzu8_54{align-self:flex-start;margin-top:0}._pairRow_1uzu8_33{grid-template-columns:1fr}}._root_16d65_1{display:flex;flex-direction:column;gap:var(--ui-space-4)}._summaryText_16d65_7 p{color:var(--ui-text-muted)}._pointCard_16d65_11{border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-md);overflow:hidden}._pointHeader_16d65_17{display:flex;align-items:center;justify-content:space-between;padding:var(--ui-space-3) var(--ui-space-4);background:var(--ui-surface-0);border-bottom:1px solid var(--ui-border-soft)}._fieldContent_16d65_26{display:flex;flex-direction:column;gap:6px;min-width:0}._pairRow_16d65_33{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--ui-space-3)}._actionsRow_16d65_39{display:flex;align-items:center;gap:10px}._removePointButton_16d65_45{width:34px;min-width:34px;height:34px;padding:0;border-radius:999px;font-size:18px;font-weight:700;line-height:1;border-color:var(--ui-accent);color:var(--ui-accent);display:inline-flex;align-items:center;justify-content:center}._addPointButton_16d65_61{align-self:flex-start;padding:8px 14px;border-radius:var(--ui-radius-sm);font-weight:600;border-color:var(--ui-accent);color:var(--ui-accent)}._leasedLine_16d65_70 p{margin:0;color:#c43d3d}@media (width <= 980px){._pairRow_16d65_33{grid-template-columns:1fr}}._AgreementCardSkeleton_1xw0b_1{background:#fff;padding:18px;border-radius:6px;border:1px solid #e7e7e7;box-shadow:0 2px 6px #00000008}._header_1xw0b_9{display:flex;justify-content:space-between;align-items:center}._headerLeft_1xw0b_15{display:flex;flex-direction:column;gap:6px}._headerRight_1xw0b_21{display:flex;gap:16px;align-items:center}._tableHeader_1xw0b_27{display:grid;grid-template-columns:80px 1.7fr 1.3fr 2fr 140px 110px;gap:8px;padding:6px 12px}._annexRow_1xw0b_34{margin-bottom:8px}._total_1xw0b_38{display:flex;justify-content:flex-end;margin-top:8px}._cardShell_kpgj7_1{padding:var(--ui-space-3);border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-lg);background:var(--ui-surface-1)}._formBody_kpgj7_8{width:100%}._headerMeta_kpgj7_12{width:100%;padding-bottom:var(--ui-space-2);border-bottom:1px solid var(--ui-border-soft)}._headerMetaRow_kpgj7_18{width:100%;flex-wrap:wrap}._agreementTitle_kpgj7_23{margin:0;color:var(--ui-text-main);font:var(--font-xl-bold);font-weight:700;line-height:1.2;min-width:0;overflow-wrap:anywhere}._statusBadgeSelect_kpgj7_33{min-width:156px}._statusBadgeSelect_kpgj7_33 .ant-select-selector{border-radius:999px!important;border:1px solid var(--status-border, #cbd5e1)!important;background:var(--status-bg, #e2e8f0)!important;color:var(--status-text, #334155)!important;height:26px!important;min-height:26px!important;padding-inline:8px!important;display:flex;align-items:center}._statusBadgeSelect_kpgj7_33 .ant-select-selection-item{color:var(--status-text, #334155)!important;font-size:12px;line-height:1;font-weight:700;display:flex;align-items:center;height:100%;margin:0!important}._statusBadgeSelect_kpgj7_33 .ant-select-arrow{color:var(--status-text, #334155)!important;inset-inline-end:8px!important}._statusOptionPill_kpgj7_65{display:inline-flex;align-items:center;border-radius:999px;border:1px solid transparent;padding:1px 8px;font-size:12px;line-height:1;font-weight:700;white-space:nowrap;width:auto}._createdAtRow_kpgj7_78{margin-top:2px}._createdAtLabel_kpgj7_82 p,._createdAtValue_kpgj7_83 p{margin:0;color:var(--ui-text-muted);font:var(--font-m);line-height:var(--font-line-m)}._createdAtSeparator_kpgj7_90 p{margin:0;color:var(--ui-text-soft);font:var(--font-m);line-height:var(--font-line-m)}._inquiryLink_kpgj7_97{color:var(--ui-accent);font:var(--font-m);line-height:var(--font-line-m);text-decoration:none}._inquiryLink_kpgj7_97:hover{text-decoration:underline}._contactCard_kacvb_1{border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-md);background:var(--ui-surface-1);padding:var(--ui-space-4);display:flex;flex-direction:column;gap:var(--ui-space-3)}._contactHeader_kacvb_11{display:flex;align-items:center;justify-content:space-between;gap:var(--ui-space-3)}._contactGrid_kacvb_18{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--ui-space-3)}._positionSelect_kacvb_24{width:100%}._positionSelect_kacvb_24 .ant-select-selector{min-height:42px!important;border-radius:var(--ui-radius-sm)!important;border-color:var(--ui-border-soft)!important}._positionSelect_kacvb_24 .ant-select-selection-item,._positionSelect_kacvb_24 .ant-select-selection-placeholder{line-height:40px!important}._positionField_kacvb_37{width:100%}._fieldError_kacvb_41{margin-top:4px}._addButtonWrap_kacvb_45{width:100%;display:flex;justify-content:flex-end}._addButton_kacvb_45{width:auto;min-width:0;white-space:nowrap}@media (width <= 980px){._contactGrid_kacvb_18{grid-template-columns:1fr}}._pairRow_15o39_1{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--ui-space-3);width:100%}._rowField_15o39_8{margin:0}._CompanyHolderForm_15o39_12{width:100%}._rawTextarea_15o39_16{width:100%;padding:8px 10px;border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-sm);background:var(--ui-surface-1);color:var(--ui-text-main);font-size:13px;font-family:inherit;line-height:1.5;resize:vertical;box-sizing:border-box}._rawTextarea_15o39_16::placeholder{color:var(--ui-text-soft)}._rawTextarea_15o39_16:focus{outline:none;border-color:var(--ui-accent)}@media (width <= 980px){._pairRow_15o39_1{grid-template-columns:1fr}}._header_1uwsq_1{width:100%;padding:0}._pageTitle_1uwsq_6{margin:0;color:var(--ui-text-main);font-family:var(--font-family-bold);font-size:clamp(22px,1.9vw,30px);line-height:1.15}._pairRow_ami0v_1{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--ui-space-3)}._pairField_ami0v_7{min-width:0}._fieldTitleRow_ami0v_11{display:flex;align-items:center;justify-content:space-between;gap:12px}._reinflectButton_ami0v_18{white-space:nowrap}@media (width <= 980px){._pairRow_ami0v_1{grid-template-columns:1fr}}._filesGrid_75ce5_1{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--ui-space-3)}._filesHeaderBlock_75ce5_7{display:flex;flex-direction:column;gap:var(--ui-space-2);align-items:flex-start;text-align:left}._filesMetaInline_75ce5_15{display:inline-flex;align-items:center;gap:var(--ui-space-2);flex-wrap:wrap}._filesMetaText_75ce5_22{color:var(--ui-text-primary);font-size:14px;line-height:1.4}._templateRefPill_75ce5_28{display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;border-radius:8px;border:1px solid #cbd5e1;background:#f8fafc;color:#1e293b;font-size:14px;line-height:1.2}._statusPill_75ce5_41{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:4px 12px;border-radius:999px;font-size:13px;font-weight:700;line-height:1}._statusPillPublished_75ce5_53{background:#dcfce7;color:#166534;border:1px solid #86efac}._statusPillArchived_75ce5_59{background:#ffe4e6;color:#be123c;border:1px solid #fda4af}._statusPillDraft_75ce5_65{background:#fef3c7;color:#92400e;border:1px solid #fcd34d}._statusPillDefault_75ce5_71{background:#e2e8f0;color:#334155;border:1px solid #cbd5e1}._fileCell_75ce5_77{display:flex;flex-direction:column;gap:var(--ui-space-2)}._fileTitleRow_75ce5_83{display:flex;align-items:center;justify-content:space-between;gap:var(--ui-space-2)}._fileOriginTag_75ce5_90{margin:0;cursor:pointer;-webkit-user-select:none;user-select:none}._blockDivider_75ce5_96{width:100%;height:1px;background:var(--ui-border-soft);margin:2px 0}._previewModalBody_75ce5_103{width:100%}._previewLoading_75ce5_107{min-height:480px;display:flex;align-items:center;justify-content:center}._previewFrame_75ce5_114{width:100%;height:72vh;min-height:520px;border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-sm);background:#fff}@media (width <= 980px){._filesGrid_75ce5_1{grid-template-columns:1fr}._previewFrame_75ce5_114{min-height:420px;height:65vh}}._btnWrapper_hw8gg_1{display:flex;width:100%;align-items:center;justify-content:space-between;gap:var(--ui-space-2);flex-wrap:wrap}._leftActions_hw8gg_10{display:flex;align-items:center;justify-content:flex-start;gap:10px;flex-wrap:wrap}._primaryActions_hw8gg_18{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}._cancelLink_hw8gg_26{display:inline-flex}._actionBtn_hw8gg_30{border-radius:var(--ui-radius-sm);padding:10px 16px;border:1px solid transparent;font:var(--font-m);white-space:nowrap}._primaryBtn_hw8gg_38{background:var(--bg-linear-main);color:var(--bg-white-color)}._secondaryBtn_hw8gg_43{background:var(--ui-surface-1);border-color:var(--ui-border-soft);color:var(--ui-text-main)}._dangerBtn_hw8gg_49{background:#fff1f2;border-color:#fecdd3;color:#be123c}._duplicateIcon_hw8gg_55{margin-right:4px}@media (width <= 760px){._btnWrapper_hw8gg_1{align-items:stretch;justify-content:flex-start}._leftActions_hw8gg_10,._primaryActions_hw8gg_18,._actionBtn_hw8gg_30,._cancelLink_hw8gg_26{width:100%}}._cardShell_y5oxh_1{padding:var(--ui-space-3);border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-lg);background:var(--ui-surface-1)}._formBody_y5oxh_8{width:100%}._cardShell_y5oxh_1 .ant-select-single:not(.ant-select-customize-input) .ant-select-selector{height:42px!important;min-height:42px!important;border-radius:var(--ui-radius-sm)!important;border-color:var(--ui-border-soft)!important;padding:0 12px!important}._cardShell_y5oxh_1 .ant-select-single .ant-select-selection-item,._cardShell_y5oxh_1 .ant-select-single .ant-select-selection-placeholder{line-height:40px!important}._cardShell_y5oxh_1 .ant-select-single .ant-select-selection-search-input{height:40px!important}._fillIcon_1nl35_1{fill:var(--bg-grey-color)}._fillIconPurple_1nl35_5{fill:var(--primary-color)}._fillIconPurple_1nl35_5 path{fill:var(--primary-color)}._fillIconCompleted_1nl35_13{fill:var(--bg-grey-color)}._fillIconCompleted_1nl35_13 path{fill:var(--bg-white-color)}._inputWrapper_1uvnr_1{display:flex;flex-direction:column;gap:8px;width:100%}._tagInputContainer_1uvnr_8{position:relative;border:1px solid #ccc;border-radius:var(--border-8);display:flex;flex-direction:column;width:100%;padding:20px 5px}._tagInputContainerWithTags_1uvnr_18,._tagInputContainer_1uvnr_8:focus-within{padding:5px}._tagInputContainerWithOptions_1uvnr_23{min-height:38px;padding:5px}._tagInputContainerWithOptions_1uvnr_23 ._tag_1uvnr_8{flex-grow:0;margin-bottom:5px}._tagInputContainerWithSmart_1uvnr_32 ._tag_1uvnr_8{margin-bottom:0}._labelContainer_1uvnr_36{display:flex;align-items:center;justify-content:space-between}._switcherContainer_1uvnr_42{display:flex;align-items:center;gap:10px;font-size:14px;line-height:16px}._btnSwitcher_1uvnr_50{cursor:pointer;background:transparent;border:none;outline:none}._btnSwitcher_1uvnr_50:hover{opacity:.7}._btnSwitcher_1uvnr_50:active{opacity:.3}._label_1uvnr_36{font-size:14px;line-height:16px;color:var(--light-black)}._tags_1uvnr_69{display:flex;flex-wrap:wrap;gap:5px}._tagsHide_1uvnr_75{display:none}._tag_1uvnr_8{display:flex;align-items:center;justify-content:space-between;gap:6px;background:#eaf4ff;border:1px solid #b7d8ff;padding:4px 10px;border-radius:999px;z-index:5}._removeButton_1uvnr_91{cursor:pointer;background:none;border:none;font-size:12px;line-height:1;color:inherit;padding:0}._tagSpan_1uvnr_101{color:inherit;max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px;line-height:16px}._tagInput_1uvnr_8{border:none;outline:none;height:0;flex-grow:1;background:transparent;font:var(--font-m);font-size:14px;line-height:16px}._tagInput_1uvnr_8:focus{height:30px}._addButton_1uvnr_126{margin-top:5px;padding:5px}._dropdown_1uvnr_131{position:absolute;top:100%;left:0;width:100%;background:#fff;border:1px solid #ccc;z-index:1000;box-shadow:0 4px 8px #0000001a;max-height:200px;overflow-y:auto;border-radius:0 0 var(--border-8) var(--border-8)}._dropdownCityShown_1uvnr_145{overflow-y:auto}._dropdownWithoutTags_1uvnr_149{border:none}._inputWithSingleTag_1uvnr_153,._dropdownWithSingleTag_1uvnr_154{display:none}._droplistHide_1uvnr_158{height:0;pointer-events:none;cursor:none}._dropdownOption_1uvnr_164{color:#333;cursor:pointer;padding-top:5px;width:80%;z-index:5}._dropdownButton_1uvnr_172{position:absolute;width:100%;right:5px;top:5px;display:flex;align-items:center;justify-content:flex-end;padding:10px;z-index:1}._open_1uvnr_184{transform:rotate(180deg)}._btnSwitcherActive_1uvnr_188{font:var(--font-m-bold);color:var(--normal-sky);text-decoration:underline}._skeletonCard_b2pe2_1{border-radius:12px}._DocumentsCard_49ish_2{padding:var(--ui-space-3);border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-lg);background:var(--ui-surface-1)}._stateBox_49ish_9{display:flex;width:100%;box-sizing:border-box;justify-content:center;align-items:center;min-height:140px;border:1px dashed var(--ui-border-soft);border-radius:var(--ui-radius-md);background:var(--ui-surface-2);text-align:center;padding:var(--ui-space-3)}._expenseCard_49ish_23{padding:var(--ui-space-3);border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-lg);background:var(--ui-surface-1);border-left-width:4px;border-left-style:solid;border-left-color:var(--expense-accent, var(--ui-border-soft))}._expenseHeader_49ish_33{display:flex;justify-content:space-between;align-items:flex-start;width:100%;gap:12px}._expenseTitle_49ish_41{margin:0;color:var(--ui-text-main);font:var(--font-l);font-weight:400;line-height:1.2}._expenseSubMeta_49ish_49{display:flex;flex-wrap:wrap;gap:12px;margin-top:2px}._expenseSubMetaItem_49ish_56{display:inline-flex;align-items:center;gap:5px;font:var(--font-m);color:var(--ui-text-muted)}._expenseSubMetaIcon_49ish_64{color:var(--ui-text-muted);font-size:13px}._expenseHeaderActions_49ish_69{display:flex;align-items:flex-start;flex-shrink:0;margin-left:auto;margin-top:1px}._expenseStatusPill_49ish_77{display:inline-flex;align-items:center;justify-content:center;min-height:26px;border-radius:999px;padding:1px 10px;font-size:12px;font-weight:700;line-height:1;white-space:nowrap;align-self:flex-start}._pointsGroup_49ish_92{width:100%;box-sizing:border-box;border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-md);overflow:hidden}._pointsGroupTitle_49ish_100{display:flex;align-items:center;gap:8px;padding:10px 16px;font:var(--font-m);color:var(--full-black);border-bottom:1px solid var(--ui-border-soft);background:var(--ui-surface-1)}._pointsCount_49ish_111{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:var(--ui-border-soft, #e5e7eb);color:var(--ui-text-muted, #888);font-size:12px;font-weight:600;line-height:1}._pointsTableHeader_49ish_126{display:grid;grid-template-columns:40px 1fr 180px 120px 140px 140px 100px;gap:8px;font-weight:600;font-size:12px;color:var(--ui-text-muted, #888);text-transform:uppercase;letter-spacing:.04em;padding:8px 16px;background:var(--ui-surface-2, #fafafa);border-bottom:1px solid var(--ui-border-soft)}._pointsTableHeader_49ish_126 span{display:flex;align-items:center}._pointRow_49ish_145{display:grid;grid-template-columns:40px 1fr 180px 120px 140px 140px 100px;gap:8px;align-items:center;padding:10px 16px;border-top:1px solid var(--ui-border-soft);transition:background-color .12s ease}._pointRow_49ish_145:hover{background-color:var(--ui-surface-2, #fafafa)}._pointCol_49ish_159{display:flex;align-items:center;font-size:14px;color:#222;min-width:0}._pointServiceCell_49ish_167{flex-direction:column;align-items:flex-start;gap:2px}._pointServiceTitle_49ish_173{font:var(--font-m);color:var(--full-black);line-height:1.35}._pointServiceAddress_49ish_179{font-size:13px;line-height:18px;color:var(--ui-text-muted);white-space:normal;word-break:break-word}._pointsEmpty_49ish_187{padding:14px 16px;font:var(--font-m);color:var(--ui-text-muted)}._colRight_49ish_193{justify-content:flex-end;font-weight:600}._expenseFooter_49ish_199{display:flex;align-items:center;justify-content:flex-end;padding-top:12px;border-top:1px solid var(--ui-border-soft)}._expenseTotal_49ish_207{display:flex;align-items:baseline;gap:4px;font-size:13px;color:var(--ui-text-muted)}._expenseTotalAmount_49ish_215{font-size:16px;font-weight:700;color:var(--ui-text-main)}._EntityHistoryCard_t8pxp_1{padding:var(--ui-space-3);border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-lg);background:var(--ui-surface-1)}._HistoryList_t8pxp_8{display:flex;flex-direction:column;width:100%;gap:12px}._StateBox_t8pxp_15{display:flex;justify-content:center;align-items:center;min-height:120px;border:1px dashed var(--ui-border-soft);border-radius:var(--ui-radius-md);background:var(--ui-surface-2);text-align:center;padding:var(--ui-space-3)}._HistoryItem_t8pxp_27{border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-sm);padding:12px;background:var(--ui-surface-2);transition:all .2s ease-in-out}._HistoryItem_t8pxp_27:hover{border-color:#1d4ed840;box-shadow:0 0 0 2px #1d4ed81a}._HistoryItemHeader_t8pxp_39{gap:10px}._HistoryMeta_t8pxp_43{color:var(--ui-text-muted)!important}._CommentInputWrapper_t8pxp_47{width:100%;padding-top:var(--ui-space-2);border-top:1px solid var(--ui-border-soft)}._Divider_t8pxp_53{width:100%;border-top:1px solid var(--ui-border-soft)}._CommentInputForm_73g9k_1{width:100%;margin-top:8px}._FormRow_73g9k_6{width:100%;display:flex;flex-direction:row;gap:12px}@media (max-width: 600px){._FormRow_73g9k_6{flex-direction:column;align-items:stretch}}._Textarea_73g9k_19{flex:1;resize:vertical;min-height:80px;max-height:220px;padding:10px 12px;border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-sm);background:var(--ui-surface-1);color:var(--ui-text-main);line-height:1.4}._Textarea_73g9k_19:focus{border-color:#1d4ed859;outline:none;box-shadow:0 0 0 3px #1d4ed81f}._Button_73g9k_37{white-space:nowrap;border:1px solid transparent;border-radius:var(--ui-radius-sm);padding:10px 16px;background:var(--bg-linear-main);color:var(--bg-white-color);font-family:var(--font-family-bold)}._wrapper_15emv_1{border:1px solid var(--ui-border, #d9d9d9);border-radius:var(--ui-radius-md, 8px);overflow:hidden}._toolbar_15emv_7{display:flex;flex-wrap:wrap;gap:2px;padding:6px 8px;border-bottom:1px solid var(--ui-border, #d9d9d9);background:var(--ui-surface, #fafafa)}._toolbarBtn_15emv_16{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:0;border-radius:6px;background:transparent;color:var(--ui-text-main, #1e293b);cursor:pointer;font-size:14px;font-weight:600;transition:background .15s,color .15s}._toolbarBtn_15emv_16:hover{background:#0f172a0f}._toolbarBtnActive_15emv_35{background:var(--ant-primary-color, #1677ff);color:#fff}._toolbarBtnActive_15emv_35:hover{background:var(--ant-primary-color-hover, #4096ff)}._separator_15emv_43{width:1px;height:24px;align-self:center;background:var(--ui-border, #d9d9d9);margin:0 4px}._editor_15emv_51{padding:12px 16px;min-height:var(--rte-min-height, 200px);font-size:14px;line-height:1.6;color:var(--ui-text-main, #1e293b)}._editor_15emv_51:focus-within{outline:none}._editor_15emv_51 .tiptap{outline:none;min-height:calc(var(--rte-min-height, 200px) - 20px)}._editor_15emv_51 .tiptap p{margin:0 0 8px}._editor_15emv_51 .tiptap h1,._editor_15emv_51 .tiptap h2,._editor_15emv_51 .tiptap h3{margin:16px 0 8px}._editor_15emv_51 .tiptap ul,._editor_15emv_51 .tiptap ol{padding-left:24px;margin:0 0 8px}._editor_15emv_51 .tiptap a{color:var(--ant-primary-color, #1677ff);text-decoration:underline}._editor_15emv_51 .tiptap mark{background-color:#fef08a;border-radius:2px;padding:1px 2px}._editor_15emv_51 .tiptap blockquote{border-left:3px solid var(--ui-border, #d9d9d9);padding-left:12px;margin:0 0 8px;color:var(--ui-text-muted, #64748b)}._editor_15emv_51 .tiptap hr{border:none;border-top:1px solid var(--ui-border, #d9d9d9);margin:16px 0}._editor_15emv_51 .tiptap code{background:#f1f5f9;border-radius:4px;padding:2px 4px;font-size:13px}._editor_15emv_51 .tiptap p._is-editor-empty_15emv_101:first-child:before{color:var(--ui-text-muted, #94a3b8);content:attr(data-placeholder);float:left;height:0;pointer-events:none}._form_rdl7d_1{display:flex;flex-direction:column;gap:20px;width:100%;max-width:100%;overflow-x:hidden}._form_rdl7d_1 .ant-input,._form_rdl7d_1 .ant-input-number,._form_rdl7d_1 .ant-picker,._form_rdl7d_1 .ant-select{width:100%;min-width:0}._form_rdl7d_1 .ant-input-number,._form_rdl7d_1 .ant-picker,._form_rdl7d_1 .ant-select-selector{max-width:100%}._form_rdl7d_1 .ant-select-selector{min-width:0!important}._form_rdl7d_1 .ant-select-selection-item,._form_rdl7d_1 .ant-select-selection-placeholder{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}._form_rdl7d_1 .ant-select-selection-wrap,._form_rdl7d_1 .ant-select-selection-search{min-width:0;max-width:100%}._row_rdl7d_52{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px}._row3_rdl7d_58{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);gap:16px}._row4_rdl7d_64{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}._row5_rdl7d_70{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}._field_rdl7d_76{display:flex;flex-direction:column;gap:4px;min-width:0}._fieldFull_rdl7d_83{grid-column:1/-1}._label_rdl7d_87{font-size:13px;font-weight:500;color:var(--ui-text-muted, #64748b)}._section_rdl7d_93{border-top:1px solid var(--ui-border, #e2e8f0);padding-top:16px}._sectionTitle_rdl7d_98{font-size:15px;font-weight:600;color:var(--ui-text-main, #0f172a);margin:0 0 12px}._filesGrid_rdl7d_105,._filesUploadGrid_rdl7d_111{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px}._fileCell_rdl7d_117{display:flex;flex-direction:column;gap:8px;min-width:0}._blockDivider_rdl7d_124{margin:14px 0;border-top:1px solid var(--ui-border, #e2e8f0)}._presetBar_rdl7d_129{display:flex;align-items:center;gap:12px;margin-bottom:8px}._actions_rdl7d_136{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-top:16px;border-top:1px solid var(--ui-border, #e2e8f0);flex-wrap:wrap}._actionsLeft_rdl7d_146{display:flex;align-items:center;gap:10px}._actionsRight_rdl7d_152{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}._actionBtn_rdl7d_160{border-radius:var(--ui-radius-sm);padding:10px 16px;border:1px solid transparent;font:var(--font-m);white-space:nowrap;height:auto}._primaryBtn_rdl7d_169{background:var(--bg-linear-main)!important;color:var(--bg-white-color)!important}._secondaryBtn_rdl7d_174{background:var(--ui-surface-1)!important;border-color:var(--ui-border-soft)!important;color:var(--ui-text-main)!important}._dangerBtn_rdl7d_180{background:#fff1f2!important;border-color:#fecdd3!important;color:#be123c!important}@media (width <= 768px){._row_rdl7d_52,._row3_rdl7d_58,._row4_rdl7d_64,._row5_rdl7d_70,._filesGrid_rdl7d_105,._filesUploadGrid_rdl7d_111{grid-template-columns:1fr}._actionsLeft_rdl7d_146,._actionsRight_rdl7d_152,._actionBtn_rdl7d_160{width:100%}}._commercialOffersCard_4mm4f_1{padding:var(--ui-space-3);border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-lg);background:var(--ui-surface-1)}._pairInputs_u7n9d_1,._pairRow_u7n9d_8{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--ui-space-3);width:100%}._pairField_u7n9d_15{margin:0}@media (width <= 980px){._pairInputs_u7n9d_1,._pairRow_u7n9d_8{grid-template-columns:1fr}}._requisitesGrid_1rua2_1{display:flex;flex-direction:column;gap:var(--ui-space-3)}._requisitesRow_1rua2_7{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--ui-space-3);width:100%}._rowField_1rua2_14{margin:0}._inputWrapper_1rua2_18,._selectField_1rua2_22{width:100%}._selectMeta_1rua2_26{min-height:22px;margin-bottom:6px;display:flex;justify-content:flex-end;align-items:center}._activityActionsRow_1rua2_34{display:flex;justify-content:flex-end;margin-top:4px}._activityAddLink_1rua2_40{padding:0!important;height:auto!important;font-size:13px!important}._antdSelect_1rua2_46 .ant-select-selector{min-height:42px!important;border-radius:var(--ui-radius-sm)!important;border-color:var(--ui-border-soft)!important;align-items:center;padding:0 12px!important}._antdSelect_1rua2_46 .ant-select-selection-item,._antdSelect_1rua2_46 .ant-select-selection-placeholder{line-height:40px!important}._antdSelect_1rua2_46 .ant-select-selection-overflow{gap:4px}._activitySelectNoPills_1rua2_61 .ant-select-selection-overflow-item{margin-inline-end:0!important}._activitySelectNoPills_1rua2_61 .ant-select-selection-item{background:transparent!important;border:none!important;padding:0!important;color:var(--ui-text-primary)!important}._activitySelectNoPills_1rua2_61 .ant-select-selection-item-remove{display:none!important}@media (width <= 980px){._requisitesRow_1rua2_7{grid-template-columns:1fr}}._btnWrapper_1c08s_1{justify-content:flex-end;flex-wrap:wrap}._actionBtn_1c08s_6{border-radius:var(--ui-radius-sm);padding:10px 16px;border:1px solid transparent;font:var(--font-m);white-space:nowrap}._primaryBtn_1c08s_14{background:var(--bg-linear-main);color:var(--bg-white-color)}._secondaryBtn_1c08s_19{background:var(--ui-surface-1);border-color:var(--ui-border-soft);color:var(--ui-text-main)}._dangerBtn_1c08s_25{background:#fff1f2;border-color:#fecdd3;color:#be123c}@media (width <= 760px){._btnWrapper_1c08s_1{justify-content:stretch}._btnWrapper_1c08s_1>*{width:100%}._actionBtn_1c08s_6{width:100%}}._pageContainer_bplwy_1{display:flex;flex-direction:column;gap:14px;width:100%;padding:0 2px 12px}._outerCard_bplwy_9{border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-lg);background:var(--ui-surface-1);box-shadow:var(--ui-shadow-soft);padding:14px;display:flex;flex-direction:column;gap:12px}._sectionCard_bplwy_20{border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-md);background:var(--ui-surface-2);padding:10px 12px}._header_bplwy_27{display:flex;flex-direction:column;gap:6px}._title_bplwy_33{margin:0;color:var(--ui-text-main);font-family:var(--font-family-bold);font-size:clamp(22px,2vw,30px);line-height:1.15}._subtitle_bplwy_41{color:var(--ui-text-soft);font-size:13px}._hallSummary_bplwy_46{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}._summaryCard_bplwy_52{border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-sm);background:var(--ui-surface-2);padding:10px 12px}._summaryLabel_bplwy_59{color:var(--ui-text-soft);font-size:11px}._summaryValue_bplwy_64{color:var(--ui-text-main);font-size:22px;font-family:var(--font-family-bold);line-height:1.1}._rackGrid_bplwy_71{display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}._rackCard_bplwy_77{border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-md);background:var(--ui-surface-1);box-shadow:var(--ui-shadow-soft);padding:12px;display:flex;flex-direction:column;gap:10px}._rackHeader_bplwy_88{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}._rackName_bplwy_95{margin:0;color:var(--ui-text-main);font-size:16px;font-family:var(--font-family-bold)}._rackMeta_bplwy_102{color:var(--ui-text-soft);font-size:12px}._rackLink_bplwy_107{color:var(--ui-accent);font-size:12px;text-decoration:none}._rackLink_bplwy_107:hover{text-decoration:underline}._bindButton_bplwy_117{font-size:12px;font-weight:600}._unitsWrap_bplwy_122,._rackWholeWrap_bplwy_129{border:1px solid var(--ui-border-soft);border-radius:10px;background:var(--ui-surface-2);padding:8px}._rackWholeBlock_bplwy_136{min-height:180px;border-radius:8px;border:1px solid var(--ui-border-soft);display:flex;align-items:center;justify-content:center;padding:12px;text-align:center}._rackWholeFree_bplwy_147{background:#e8f4ed;border-color:#b9e0c7}._rackWholeOccupied_bplwy_152{background:#ebf2ff;border-color:#b7ccff}._rackWholeTenant_bplwy_157{color:var(--ui-text-main);font-size:14px;font-weight:600;line-height:1.3}._rackWholeTenantLink_bplwy_164{color:var(--ui-text-main);font-size:14px;font-weight:600;line-height:1.3;text-decoration:none}._rackWholeTenantLink_bplwy_164:hover{color:var(--ui-accent);text-decoration:underline}._unitRow_bplwy_177{display:grid;grid-template-columns:42px 1fr;gap:8px;align-items:center;min-height:16px;padding:1px 0}._unitNum_bplwy_186{color:var(--ui-text-soft);font-size:11px;text-align:right;line-height:1}._unitBar_bplwy_193{display:flex;align-items:center;min-height:14px;border-radius:6px;border:1px solid var(--ui-border-soft);padding:0 6px;font-size:10px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;width:100%}._unitSplit_bplwy_209{display:grid;grid-template-columns:1fr 1fr;gap:4px;width:100%}._unitSplitBar_bplwy_216{display:flex;align-items:center;justify-content:center;min-height:14px;border-radius:6px;border:1px solid var(--ui-border-soft);padding:0 6px;font-size:10px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;width:100%;text-decoration:none}._unitBar_bplwy_193:disabled{cursor:default}._unitSplitBar_bplwy_216:disabled{cursor:default}._unitFree_bplwy_242{background:#e8f4ed;border-color:#b9e0c7;color:#2a6a46}._unitOccupied_bplwy_248{background:#ebf2ff;border-color:#b7ccff;color:#214fa4}._powerSection_bplwy_254{border:1px solid var(--ui-border-soft);border-radius:8px;background:var(--ui-surface-2);padding:8px;display:flex;flex-direction:column;gap:8px}._powerTitle_bplwy_264{font-size:12px;font-weight:700;color:var(--ui-text-main)}._powerEmpty_bplwy_270{font-size:12px;color:var(--ui-text-soft)}._blockOutletCard_bplwy_275{border:1px solid var(--ui-border-soft);border-radius:8px;background:var(--ui-surface-1);padding:8px;display:flex;flex-direction:column;gap:2px}._blockOutletName_bplwy_285{font-size:12px;font-weight:700;color:var(--ui-text-main)}._blockOutletClient_bplwy_291{font-size:12px;color:var(--ui-text-main)}._socketTable_bplwy_296{display:flex;flex-direction:column;border:1px solid var(--ui-border-soft);border-radius:8px;overflow:hidden}._socketHeadRow_bplwy_304{display:flex;width:100%}._socketHead_bplwy_304{font-size:11px;font-weight:700;color:var(--ui-text-soft);background:var(--ui-surface-1);border-bottom:1px solid var(--ui-border-soft);padding:6px 8px;display:inline-flex;width:33.33%;box-sizing:border-box}._socketRow_bplwy_321{display:flex;width:100%;border-bottom:1px solid var(--ui-border-soft)}._socketRow_bplwy_321:last-child{border-bottom:none}._socketCell_bplwy_331{width:33.33%;box-sizing:border-box;padding:6px 8px;font-size:12px;color:var(--ui-text-main)}._tenantList_bplwy_339{display:flex;flex-direction:column;gap:6px}._tenantRow_bplwy_345{border:1px solid var(--ui-border-soft);border-radius:8px;background:var(--ui-surface-2);padding:6px 8px;display:flex;flex-direction:column;gap:2px}._tenantCompany_bplwy_355{color:var(--ui-text-main);font-size:12px;font-weight:600}._tenantMeta_bplwy_361{color:var(--ui-text-soft);font-size:11px}._page_5lu3g_2{display:flex;flex-direction:column;gap:var(--ui-space-4);padding:var(--ui-space-5);width:100%}._pageHeader_5lu3g_11{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}._pageTitle_5lu3g_19{margin:0;font:var(--font-xl-bold);color:var(--ui-text-main)}._pageSubtitle_5lu3g_25{margin:2px 0 0;font:var(--font-m);color:var(--ui-text-muted)}._kpiStrip_5lu3g_32{display:flex;flex-wrap:wrap;gap:10px}._kpiCard_5lu3g_38{flex:1 1 140px;display:flex;flex-direction:column;gap:2px;background:var(--ui-surface-1);border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-md);padding:12px 16px;border-top:3px solid var(--kpi-accent, var(--ui-border-soft))}._kpiLabel_5lu3g_50{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--ui-text-muted)}._kpiValue_5lu3g_58{font-size:28px;font-weight:700;color:var(--ui-text-main);line-height:1}._panels_5lu3g_66{display:grid;grid-template-columns:1fr 2fr;gap:var(--ui-space-4);align-items:start}._leftPanel_5lu3g_74{background:var(--ui-surface-1);border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-lg);overflow:hidden}._leftPanelHeader_5lu3g_81{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--ui-border-soft);background:var(--ui-surface-0)}._leftPanelTitle_5lu3g_90{font:var(--font-m-bold);color:var(--ui-text-main);margin:0}._operatorGroup_5lu3g_96{border-bottom:1px solid var(--ui-border-soft)}._operatorGroup_5lu3g_96:last-child{border-bottom:none}._operatorHeader_5lu3g_104{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;background:var(--ui-surface-2);position:sticky;top:0;z-index:1;cursor:pointer;-webkit-user-select:none;user-select:none}._operatorHeader_5lu3g_104:hover{background:var(--ui-border-soft)}._operatorHeaderLeft_5lu3g_120{display:flex;align-items:center;gap:6px;min-width:0}._operatorChevron_5lu3g_127{font-size:10px;color:var(--ui-text-muted);transition:transform .15s;flex-shrink:0}._operatorChevronOpen_5lu3g_134{transform:rotate(90deg)}._operatorName_5lu3g_138{font:var(--font-m);font-weight:700;color:var(--ui-text-main)}._operatorNameLink_5lu3g_144{font:var(--font-m);font-weight:700;color:var(--ui-accent);text-decoration:none}._operatorNameLink_5lu3g_144:hover{text-decoration:underline}._operatorCount_5lu3g_154{font-size:11px;font-weight:600;color:var(--ui-text-soft);background:var(--ui-border-soft);border-radius:10px;padding:1px 8px}._pointRow_5lu3g_163{display:flex;flex-direction:column;gap:2px;padding:10px 16px;cursor:pointer;border-top:1px solid var(--ui-border-soft);transition:background .1s;position:relative}._pointRow_5lu3g_163:first-of-type{border-top:none}._pointRow_5lu3g_163:hover{background:var(--ui-surface-0)}._pointRowSelected_5lu3g_182{background:#eff6ff;border-left:3px solid var(--ui-accent)}._pointRowSelected_5lu3g_182:hover{background:#eff6ff}._pointRowAddress_5lu3g_191{font:var(--font-m);color:var(--ui-text-main);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._pointRowMeta_5lu3g_200{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._pointRowMetaText_5lu3g_207{font-size:13px;color:var(--ui-text-muted)}._pointRowBadgeRow_5lu3g_212{display:flex;align-items:center;gap:8px;flex-wrap:nowrap}._pointRowPrice_5lu3g_219{font-size:13px;color:var(--ui-text-muted);margin-left:auto}._pointRowFin_5lu3g_225{font-size:11px;font-weight:700;font-variant-numeric:tabular-nums;padding:2px 7px;border-radius:10px;background:color-mix(in srgb,currentColor 12%,transparent);white-space:nowrap}._pointRowBadges_5lu3g_235{display:flex;align-items:center;gap:6px;margin-top:2px}._linksBadge_5lu3g_242{display:inline-flex;align-items:center;gap:3px;font-size:11px;font-weight:600;padding:1px 7px;border-radius:10px;background:#dbeafe;color:#1d4ed8}._emptyBadge_5lu3g_254,._overloadedBadge_5lu3g_263{font-size:11px;font-weight:600;padding:1px 7px;border-radius:10px;background:#fef3c7;color:#92400e}._leftPanelScroll_5lu3g_272{overflow:visible}._detailCard_5lu3g_281{background:var(--ui-surface-1);border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-lg);overflow:hidden}._detailCardHeader_5lu3g_288{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--ui-border-soft);background:var(--ui-surface-0);gap:12px}._detailCardTitle_5lu3g_298{font:var(--font-m-bold);color:var(--ui-text-main);margin:0}._detailCardBody_5lu3g_304{padding:16px}._selectedPointCard_5lu3g_309{padding:12px 16px;border-bottom:1px solid var(--ui-border-soft);border-left:3px solid var(--ui-accent);background:#eff6ff}._selectedPointInfo_5lu3g_316{display:flex;flex-direction:column;gap:3px;min-width:0}._selectedPointAddress_5lu3g_323{font:var(--font-l);font-weight:600;color:var(--ui-text-main);margin:0}._selectedPointMetaLine_5lu3g_330{display:flex;flex-wrap:wrap;gap:12px;font-size:14px;color:var(--ui-text-muted)}._selectedPointMetaItem_5lu3g_338{display:inline-flex;align-items:center;gap:4px}._statPills_5lu3g_344{display:flex;gap:8px;align-items:stretch}._statPill_5lu3g_344{display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--ui-surface-2);border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-sm);padding:6px 14px;min-width:70px}._statPillLabel_5lu3g_362{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--ui-text-muted)}._statPillValue_5lu3g_370{font-size:18px;font-weight:700;color:var(--ui-text-main);line-height:1.2}._linksTableHeader_5lu3g_378{display:grid;grid-template-columns:1fr 110px 120px 100px;gap:8px;padding:8px 16px;background:var(--ui-surface-2);border-bottom:1px solid var(--ui-border-soft);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--ui-text-muted)}._linksTableRow_5lu3g_392{display:grid;grid-template-columns:1fr 110px 120px 100px;gap:8px;padding:10px 16px;border-bottom:1px solid var(--ui-border-soft);align-items:center;transition:background .1s}._linksTableRow_5lu3g_392:last-child{border-bottom:none}._linksTableRow_5lu3g_392:hover{background:var(--ui-surface-0)}._linkClientCell_5lu3g_410{display:flex;flex-direction:column;gap:2px;min-width:0}._linkClientName_5lu3g_417{font:var(--font-m);font-weight:600;color:var(--ui-text-main);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._linkClientRow_5lu3g_426{display:flex;align-items:baseline;gap:5px;flex-wrap:wrap;min-width:0}._linkClientAddress_5lu3g_434{font-size:14px;font-weight:500;color:var(--ui-text-main);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._linkClientMetaSep_5lu3g_443{font-size:14px;color:var(--ui-border-soft)}._linkClientMeta_5lu3g_443{font-size:14px;color:var(--ui-text-soft)}._linkClientComment_5lu3g_453{font-size:12px;color:var(--ui-text-muted)}._linkTypePill_5lu3g_458{display:inline-flex;align-items:center;border-radius:6px;padding:3px 10px;font-size:14px;font-weight:600;white-space:nowrap}._linkTypeFull_5lu3g_468{background:#dcfce7;color:#166534}._linkTypePartial_5lu3g_473{background:#dbeafe;color:#1e40af}._linkTypeReserve_5lu3g_478{background:#f3e8ff;color:#6b21a8}._linkActions_5lu3g_483{display:flex;flex-direction:row;gap:6px;align-items:center}._linksEmpty_5lu3g_490{padding:32px 16px;text-align:center;color:var(--ui-text-muted);font:var(--font-m)}._historyList_5lu3g_497{border-top:1px solid var(--ui-border-soft)}._historyRow_5lu3g_501{padding:10px 16px;border-bottom:1px solid var(--ui-border-soft);display:flex;flex-direction:column;gap:2px}._historyRow_5lu3g_501:last-child{border-bottom:none}._historyMeta_5lu3g_513{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;color:var(--ui-text-soft)}._historyType_5lu3g_522{font-size:11px;font-weight:600;color:#1e40af;background:#dbeafe;border-radius:10px;padding:1px 7px}._historyMessage_5lu3g_531{font-size:13px;color:var(--ui-text-main)}._historyDetails_5lu3g_536{margin-top:2px;display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;color:var(--ui-text-muted)}._historyCode_5lu3g_546{display:inline-flex;align-items:center;padding:1px 7px;border-radius:10px;background:#eef2ff;color:#3730a3;font-weight:600}._historyLink_5lu3g_556{color:var(--ui-accent);text-decoration:none}._historyLink_5lu3g_556:hover{text-decoration:underline}._historySource_5lu3g_565{color:var(--ui-text-soft)}._historyPrefix_5lu3g_569{font-weight:600;color:var(--ui-text-main)}._linkForm_5lu3g_575{display:flex;flex-direction:column;gap:14px}._linkFormRow_5lu3g_581{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}._linkFormLabel_5lu3g_587{font-size:13px;font-weight:600;color:var(--ui-text-main);margin-bottom:6px;display:block}._linkFormField_5lu3g_595{display:flex;flex-direction:column}._linkFormActions_5lu3g_600{display:flex;align-items:center;gap:10px}._modalBody_5lu3g_607{display:flex;flex-direction:column;gap:16px;padding-top:4px}._modalPointPreview_5lu3g_614{display:flex;flex-direction:column;gap:3px;padding:12px 14px;background:var(--ui-surface-2);border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-md);border-left:3px solid var(--ui-accent)}._modalPointLabel_5lu3g_625{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--ui-text-muted);margin-bottom:2px}._modalPointName_5lu3g_634{font-size:14px;font-weight:600;color:var(--ui-text-main)}._modalPointAddress_5lu3g_640{font-size:13px;color:var(--ui-text-muted)}._modalPointMeta_5lu3g_645{font-size:12px;color:var(--ui-text-soft);margin-top:1px}._modalArrow_5lu3g_651{display:flex;align-items:center;justify-content:center;color:var(--ui-text-muted);font-size:18px}._modalFields_5lu3g_659{display:flex;flex-direction:column;gap:12px}._modalField_5lu3g_659{display:flex;flex-direction:column;gap:6px}._modalFieldLabel_5lu3g_671{font-size:13px;font-weight:600;color:var(--ui-text-main)}._emptyState_5lu3g_678{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:60px 24px;color:var(--ui-text-muted);font:var(--font-m)}._emptyStateIcon_5lu3g_689{font-size:36px;opacity:.3}@media (width <= 1100px){._panels_5lu3g_66{grid-template-columns:1fr}}@media (width <= 760px){._linksTableHeader_5lu3g_378,._linksTableRow_5lu3g_392{grid-template-columns:1fr 110px}._linksTableHeader_5lu3g_378 span:nth-child(2),._linksTableHeader_5lu3g_378 span:nth-child(3),._linksTableRow_5lu3g_392>div:nth-child(2),._linksTableRow_5lu3g_392>div:nth-child(3){display:none}._linkFormRow_5lu3g_581{grid-template-columns:1fr}}._NotFoundPage_lva6k_1{display:flex;height:100%;justify-content:center;align-items:center;font:var(--font-l)}._page_135sp_1{width:100%;gap:18px}._hero_135sp_6{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;width:100%;border-radius:var(--ui-radius-lg);border:1px solid var(--ui-border-soft);background:linear-gradient(130deg,#f5faffeb,#fff 60%);box-shadow:var(--ui-shadow-soft);padding:20px}._heroInfo_135sp_19{display:flex;flex-direction:column;gap:6px}._title_135sp_25 p{margin:0;color:var(--ui-text-main)}._role_135sp_30 p{margin:0;color:var(--ui-text-muted)}._btnEdit_135sp_35{display:inline-flex;align-items:center;gap:8px;border-radius:var(--ui-radius-md);border:1px solid var(--ui-border-soft);background:#fff;padding:10px 16px;color:var(--ui-text-main)}._btnEdit_135sp_35:hover{border-color:var(--ui-border-strong);background:#ffffffdb}._infoGroup_135sp_50{width:100%;border-radius:var(--ui-radius-lg);border:1px solid var(--ui-border-soft);background:#fff;box-shadow:var(--ui-shadow-soft);padding:14px}._infoGrid_135sp_59{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%}._infoField_135sp_66{display:flex;flex-direction:column;gap:6px}._infoValueBox_135sp_72{border-radius:var(--ui-radius-md);border:1px solid var(--ui-border-soft);background:#fff;min-height:56px;display:flex;align-items:center;padding:0 14px}._infoLabel_135sp_82{margin:0;color:var(--ui-text-soft);font-size:13px}._infoValue_135sp_72{margin:0;color:var(--ui-text-main);font-size:17px;font-weight:600;overflow-wrap:anywhere}._skeletonCard_135sp_96{opacity:.85}@media (width <= 900px){._hero_135sp_6{flex-direction:column;align-items:stretch}._infoGrid_135sp_59{grid-template-columns:1fr}}._page_azna8_1{width:100%;padding:0}._card_azna8_6{border-radius:var(--ui-radius-xl)}._content_azna8_10{width:100%}._pageContainer_qndqf_1{min-height:100%;width:100%;padding:0;overflow:visible}._fullCard_qndqf_8{width:100%;overflow:hidden}._content_qndqf_13{width:100%;display:flex;flex-direction:column;gap:var(--ui-space-3)}._notificationsBoard_qndqf_20{width:100%;border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-lg);padding:var(--ui-space-3);background:linear-gradient(180deg,rgba(247,251,255,.95) 0%,var(--ui-surface-1) 100%)}._notificationsTabs_qndqf_28 .ant-tabs-nav{margin-bottom:var(--ui-space-3)}._notificationsTabs_qndqf_28 .ant-tabs-nav:before{border-bottom:1px solid var(--ui-border-soft)}._notificationsTabs_qndqf_28 .ant-tabs-tab{border-radius:10px 10px 0 0;border:1px solid transparent;border-bottom:0;background:transparent;color:var(--ui-text-soft);padding:9px 14px;transition:all .2s ease-in-out}._notificationsTabs_qndqf_28 .ant-tabs-tab:hover{color:var(--ui-accent);background:#edf4ff;border-color:var(--ui-border-soft)}._notificationsTabs_qndqf_28 .ant-tabs-tab-active{border-color:var(--ui-border-soft);background:var(--ui-surface-1)}._notificationsTabs_qndqf_28 .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--ui-text-main);text-shadow:none}._notificationsTabs_qndqf_28 .ant-tabs-ink-bar{background:var(--ui-accent);height:2px}._feedContainer_qndqf_68{display:flex;flex-direction:column;gap:var(--ui-space-3)}._feedToolbar_qndqf_74{display:flex;align-items:center;justify-content:space-between;gap:8px}._feedSpinner_qndqf_81{display:flex;justify-content:center;padding:40px}._feedList_qndqf_87{display:flex;flex-direction:column;gap:0}._daySeparator_qndqf_94{display:flex;align-items:center;gap:10px;padding:16px 0 8px}._daySeparator_qndqf_94:before,._daySeparator_qndqf_94:after{content:"";flex:1;height:1px;background:var(--ui-border-soft)}._daySeparatorLabel_qndqf_107{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--ui-text-soft);white-space:nowrap;padding:0 4px}._feedRow_qndqf_118{display:flex;align-items:flex-start;gap:10px;padding:9px 0;border-bottom:1px solid var(--ui-border-soft)}._feedRowIcon_qndqf_126{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:13px;flex-shrink:0;margin-top:1px}._feedRowMeta_qndqf_138{display:flex;align-items:center;gap:5px;flex-wrap:wrap}._feedRowMetaSep_qndqf_145{color:var(--ui-border-soft);font-size:13px}._feedRowCompany_qndqf_150{font-size:13px;font-weight:500;color:var(--ui-accent);text-decoration:underline dotted;text-underline-offset:2px;white-space:nowrap}._feedRowCompany_qndqf_150:hover{text-decoration:underline}._feedRowTitle_qndqf_162{font-size:15px;font-weight:600;color:var(--ui-text-main);margin-top:2px}._feedRowTitleLink_qndqf_169{color:inherit;text-decoration:none}._feedRowTitleLink_qndqf_169:hover{color:var(--ui-accent);text-decoration:underline}._feedRowText_qndqf_178{font-size:13px;color:var(--ui-text-soft);margin-top:2px;white-space:pre-wrap;word-break:break-word}._feedRowDate_qndqf_186{font-size:13px;color:var(--ui-text-soft);white-space:nowrap}._feedRowAuthor_qndqf_192{font-size:12px;color:var(--ui-text-soft);white-space:nowrap;opacity:.75}._feedPagination_qndqf_199{display:flex;justify-content:center;align-items:center;gap:8px}@media (max-width: 900px){._notificationsBoard_qndqf_20{padding:var(--ui-space-2)}}._PersonalsContainer_1ki51_1{width:100%;padding:0;gap:10px}._pageHeader_1ki51_7{width:100%}._addEmployeeBtn_1ki51_11{white-space:nowrap}._headerActions_1ki51_15{margin-left:auto;justify-content:flex-end}._toolbar_1ki51_20{display:flex;justify-content:flex-end;align-items:center}._tableShell_1ki51_26{width:100%}._table_1ki51_26 .ant-table-body{overflow-x:auto!important;overflow-y:auto!important}._table_1ki51_26 .ant-table-body::-webkit-scrollbar{height:10px}._table_1ki51_26 .ant-table-body::-webkit-scrollbar-track{background:#94a3b838;border-radius:8px}._table_1ki51_26 .ant-table-body::-webkit-scrollbar-thumb{background-color:#1e40afa6;border-radius:8px}._table_1ki51_26 .ant-table-sticky-scroll{display:block!important;height:12px!important;background:#94a3b838;border-radius:8px;opacity:1!important}._table_1ki51_26 .ant-table-sticky-scroll-bar{height:10px!important;background:#1e40afa6!important;border-radius:8px}._table_1ki51_26 .ant-table-cell{vertical-align:middle}._table_1ki51_26 .ant-table-thead>tr>th{font-size:14px;font-weight:600}._fullName_1ki51_65{display:inline-flex;justify-content:flex-start;font-weight:600;text-align:left;white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-height:1.3;max-width:100%}._fioColumn_1ki51_77{min-width:170px;text-align:left}._email_1ki51_82{display:inline-block;white-space:nowrap}._position_1ki51_87{display:inline-block;white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-height:1.3}._positionColumn_1ki51_95{min-width:150px}._statusColumn_1ki51_99{min-width:104px}._statusCellWrap_1ki51_103{display:inline-flex;justify-content:flex-end;width:100%}._actions_1ki51_109{justify-content:flex-end}._statusActive_1ki51_113{border-color:#10b98140!important;background:#ecfdf5!important;color:#047857!important}._statusBlocked_1ki51_119{border-color:#f8717152!important;background:#fef2f2eb!important;color:#b42318!important}._personalItemTableContainer_1ova9_1{border-radius:0;padding:0;width:100%}._personalItemCardContainer_1ova9_7{border-radius:15px;padding:8px 16px;width:100%;transition:box-shadow .25s ease-in-out;box-shadow:0 2px 2px var(--bg-grey-second-color);cursor:pointer}._personalItemCardContainer_1ova9_7:hover{transition:box-shadow .25s ease-in-out;box-shadow:0 10px 10px var(--bg-grey-second-color)}._personalItemTable_1ova9_1{display:grid;grid-template-columns:12% 15% 25% 15% 10% 14%;align-items:center;padding:8px 24px;margin-bottom:10px;border-bottom:1px solid #e5e5e5}._name_1ova9_30 p{font-size:18px!important}._textGray_1ova9_34 p{color:var(--bg-grey-color)}._personalAvatarContainer_1ova9_38{position:relative}._personalActivity_1ova9_42{width:16px;height:16px;background-color:#5efc8d;border-radius:100%;position:absolute;bottom:0;right:0;z-index:5}._Avatar_rtroj_1{border-radius:50%;height:100px;width:100px;object-fit:contain}._personalNav_1xm9m_1{margin-bottom:20px}._viewBox_1xm9m_5{padding:12px;border-radius:15px;border:1px solid var(--bg-grey-second-color);background-color:var(--bg-white-color)}._viewBox_1xm9m_5 svg{cursor:pointer;transition:stroke .25s ease-in-out}._viewBox_1xm9m_5 svg:hover path{cursor:pointer;stroke:var(--primary-color);transition:stroke .25s ease-in-out}._fillIcon_1xm9m_23 path{stroke:var(--primary-color)}._searchBox_1xm9m_27{padding:7px 17px;border-radius:15px;border:1px solid var(--bg-grey-second-color);background-color:var(--bg-white-color);color:var()!important}._createPersonal_1xm9m_35{display:flex;position:relative;justify-content:center;align-items:center;color:var(--bg-main-color);padding:19px 12px;border-radius:15px;white-space:nowrap;line-height:0;background:var(--bg-gradient-main);background:var(--bg-linear-main)}._searchBox_1xm9m_27 p{color:var(--bg-grey-color)!important}._InputWrapper_jlib2_1{display:flex;flex-direction:column}._placeholder_jlib2_6{margin-right:5px;color:#00000080;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical}._searchPlaceholder_jlib2_16{position:absolute;margin-right:5px;color:#00000080;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical}._input_jlib2_27{background:transparent;width:100%;border-radius:5px;border:1px solid rgba(0,0,0,.3);padding:15px}._input_jlib2_27 ._fileTheme_jlib2_34{background:var(--bg-grey-color)}._input_jlib2_27:focus{outline:none}._readonly_jlib2_41{opacity:.5}._max_jlib2_45,._search_jlib2_16{width:100%}._search_jlib2_16 input{border:none;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input[type=time]::-webkit-calendar-picker-indicator{display:none}._personalListContainer_hqamq_1{border-radius:15px;overflow:hidden}._personalListCardContainer_hqamq_6{border-radius:15px;overflow:hidden;padding:24px;background-color:var(--bg-white-color);display:grid;grid-template-columns:repeat(4,1fr);gap:16px}._personalList_hqamq_1{display:grid;grid-template-columns:12% 15% 25% 15% 10% 14%;align-items:center;padding:16px 24px;background-color:var(--bg-grey-second-color)}._personalsName_hqamq_24 p{font-size:18px!important}._page_julq2_1{width:100%}._card_julq2_5{border-radius:var(--ui-radius-xl)}._pageContainer_nhgar_1{min-height:100%;width:100%;padding:0;overflow:visible}._fullCard_nhgar_8{width:100%;overflow:hidden}._content_nhgar_13,._section_nhgar_17,._companyCardScope_nhgar_21{width:100%}._aboutCard_nhgar_25{padding:var(--ui-space-3);border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-lg);background:var(--ui-surface-1)}._aboutBody_nhgar_32{min-height:max(70vh,640px)}._pageContainer_1iutg_1{width:100%;min-height:100%}._fullCard_1iutg_6{width:100%;overflow:hidden}._content_1iutg_11{display:flex;flex-direction:column;gap:var(--ui-space-3)}._navRow_1iutg_17{display:flex;flex-wrap:wrap;gap:8px;align-items:center}._navSections_1iutg_24{display:flex;gap:8px;flex-wrap:wrap;flex:1;align-items:center}._navSection_1iutg_24{min-width:0}._navSectionTitle_1iutg_36{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--ui-text-muted);margin-bottom:4px}._navSectionLinks_1iutg_45{display:flex;gap:6px;flex-wrap:wrap}._navLinkPrimary_1iutg_51,._navLink_1iutg_51{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;border:1px solid var(--ui-border-soft);background:var(--ui-surface-1);color:var(--ui-text-main)!important;text-decoration:none;transition:all .2s ease-in-out}._navLinkPrimary_1iutg_51{border-color:#1d4ed847;background:#edf4ff;color:var(--ui-accent)!important}._navLinkPrimary_1iutg_51:hover,._navLink_1iutg_51:hover{opacity:1;border-color:var(--ui-border-strong);background:#edf4ff;color:var(--ui-accent)!important}._contentCard_1iutg_79{border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-lg);background:var(--ui-surface-1);padding:var(--ui-space-3)}@media (max-width: 900px){._contentCard_1iutg_79{padding:var(--ui-space-2)}}._page_d9vcl_2{width:100%}._mainCard_d9vcl_6{border-radius:var(--ui-radius-xl)}._statCard_d9vcl_10{border-radius:var(--ui-radius-md)}._filters_d9vcl_14{display:grid;grid-template-columns:2fr 1fr 1fr;gap:12px}._alert_d9vcl_20{margin-bottom:12px}._tableShell_d9vcl_24{width:100%}._table_d9vcl_24 .ant-table-body{overflow-x:auto!important;overflow-y:auto!important}._table_d9vcl_24 .ant-table-cell{vertical-align:middle}._table_d9vcl_24 .ant-table-row-expand-icon-cell{width:42px;min-width:42px}._table_d9vcl_24 .ant-table-expanded-row>.ant-table-cell{background:#f8fafc;padding:12px 16px!important}._table_d9vcl_24 .ant-table-thead>tr>th{font-size:14px;font-weight:600}._agreementLink_d9vcl_48{padding:0!important;max-width:100%;min-width:200px;text-align:left;white-space:normal;word-break:break-word;line-height:1.35;height:auto!important}._agreementLink_d9vcl_48 .ant-btn-icon{display:none}._agreementLinkExpense_d9vcl_62{min-width:260px}._companyCell_d9vcl_66{display:flex;flex-direction:column;gap:2px}._companyNameLink_d9vcl_72{background:none;border:none;padding:0;cursor:pointer;text-align:left;color:var(--ui-accent);line-height:1.3}._companyNameLink_d9vcl_72:hover span{text-decoration:underline}._companyNameLink_d9vcl_72:disabled{color:var(--ui-text-main);cursor:default}._companyNameLink_d9vcl_72:disabled:hover span{text-decoration:none}._companyName_d9vcl_72{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}._companyNameLong_d9vcl_99{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.25}._companyNameExpense_d9vcl_107{display:block;white-space:normal;overflow-wrap:normal;word-break:keep-all;-webkit-hyphens:none;hyphens:none;line-height:1.25}._companyInn_d9vcl_116{color:var(--ui-text-muted);font-size:12px}._customerCell_d9vcl_121{display:flex;flex-direction:column;gap:2px}._customerName_d9vcl_127{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}._customerNameExpense_d9vcl_134{display:block;white-space:normal;overflow-wrap:break-word;word-break:normal;line-height:1.25}._expandButton_d9vcl_142{border:0;background:transparent;cursor:pointer;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px}._expandButton_d9vcl_142:hover{background:#0f172a0f}._expandCaret_d9vcl_157{color:var(--ui-text-muted);transition:transform .2s ease}._expandCaretOpen_d9vcl_162{transform:rotate(90deg)}._expandedWrap_d9vcl_166{display:flex;flex-direction:column;gap:12px}._appsTable_d9vcl_172{width:100%;border-collapse:separate;border-spacing:0;border:1px solid var(--ui-border);border-radius:var(--ui-radius-md);overflow:hidden;background:#fff}._appsTable_d9vcl_172 th{background:var(--ui-surface);color:var(--ui-text-muted);font-size:12px;font-weight:600;text-align:left;padding:8px 10px;border-bottom:1px solid var(--ui-border);white-space:nowrap}._appsTable_d9vcl_172 td{padding:8px 10px;border-bottom:1px solid var(--ui-border);vertical-align:middle}._appsTable_d9vcl_172 td:first-child,._appsTable_d9vcl_172 td:nth-child(4),._appsTable_d9vcl_172 td:nth-child(5){white-space:nowrap}._appsTable_d9vcl_172 tbody tr:last-child td{border-bottom:0}._annexTitle_d9vcl_210{font-weight:600}._annexLink_d9vcl_214{padding:0!important;font-weight:600;text-align:left;white-space:normal;height:auto}._annexTitleRow_d9vcl_222{display:flex;align-items:center;gap:6px;flex-wrap:wrap}._pillDanger_d9vcl_229{display:inline-block;font-size:11px;font-weight:600;line-height:18px;padding:0 7px;border-radius:20px;background:#fde8ea;color:#bb2d3b;white-space:nowrap;flex-shrink:0}._pillWarning_d9vcl_242{display:inline-block;font-size:11px;font-weight:600;line-height:18px;padding:0 7px;border-radius:20px;background:#fff3cd;color:#856404;white-space:nowrap;flex-shrink:0}._annexRowClickable_d9vcl_255{cursor:pointer;transition:background-color .16s ease}._annexRowClickable_d9vcl_255 td{transition:background-color .16s ease}._annexRowClickable_d9vcl_255:hover td,._annexRowClickable_d9vcl_255:focus-within td{background:#3b82f60f}._annexRowClickable_d9vcl_255:active td{background:#3b82f61c}._right_d9vcl_269{text-align:right}._expandedActions_d9vcl_273{display:flex;gap:8px;justify-content:flex-end}._addAnnexBtn_d9vcl_279{color:var(--ui-accent-primary, #2563eb)!important;border-color:var(--ui-accent-primary, #2563eb)!important;background:transparent!important;box-shadow:none!important}._muted_d9vcl_286{color:var(--ui-text-muted);font-size:12px}._leasedLine_d9vcl_291{color:#c43d3d}._expensePointAddress_d9vcl_295{color:var(--ui-text-muted);font-size:14px;line-height:1.35}._emptyAnnexes_d9vcl_301{padding:12px;border:1px dashed var(--ui-border);border-radius:var(--ui-radius-md);background:#fff;color:var(--ui-text-muted)}._kpiStatusTitle_d9vcl_309{font-size:14px;color:var(--ui-text-muted);margin-bottom:8px}._kpiStatusPills_d9vcl_315{display:flex;flex-wrap:wrap;gap:6px}._kpiStatusPill_d9vcl_315{display:inline-flex;align-items:center;gap:5px;border-radius:999px;border:1px solid;padding:2px 8px 2px 10px;font-size:12px;font-weight:500;line-height:18px;white-space:nowrap}._kpiStatusCount_d9vcl_334{display:inline-flex;align-items:center;justify-content:center;background:#0000001f;border-radius:999px;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:700;line-height:18px}._kpiStatusEmpty_d9vcl_348{color:var(--ui-text-muted);font-size:13px}._emptyState_d9vcl_353{padding:20px;color:var(--ui-text-muted);background:var(--ui-surface)}._emptyState_d9vcl_353 h3{margin:0 0 6px;color:var(--ui-text-main);font-size:15px}._emptyState_d9vcl_353 p{margin:0}._paginationWrap_d9vcl_369{margin-top:12px;display:flex;justify-content:flex-end}@media (width <= 980px){._filters_d9vcl_14{grid-template-columns:1fr}._expandedActions_d9vcl_273{justify-content:stretch}._expandedActions_d9vcl_273>*{flex:1}._paginationWrap_d9vcl_369{justify-content:center}}._pageContainer_1u8ul_2{min-height:100%;width:100%}._summaryGrid_1u8ul_7{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:8px;margin-bottom:14px}._summaryCard_1u8ul_14{border-radius:var(--ui-radius-md)}._summaryCard_1u8ul_14 .ant-card-body{padding:12px 14px}._summaryCard_1u8ul_14 .ant-statistic-title{font-size:14px}._summaryCard_1u8ul_14 .ant-statistic-content{font-size:19px}._summaryCardAlert_1u8ul_27{border-color:#ef4444!important;background:#fff4f4!important}._summaryLabel_1u8ul_32{font-size:11px;color:var(--ui-text-muted);letter-spacing:.02em}._summaryValue_1u8ul_38{font-size:18px;font-weight:700;color:var(--ui-text-main)}._requesterCell_1u8ul_44{display:flex;flex-direction:column;gap:1px}._requesterMainRow_1u8ul_50{display:flex;align-items:center;gap:6px;flex-wrap:wrap}._requesterName_1u8ul_57{font-size:14px;font-weight:500}._requesterPrimary_1u8ul_62{font-size:14px;font-weight:700;color:var(--ui-text-main)}._requesterSecondary_1u8ul_68,._requesterAddress_1u8ul_73,._requesterSub_1u8ul_78{font-size:12px;color:var(--ui-text-muted)}._clientBadge_1u8ul_83{font-size:11px;font-weight:700;background:#e6f9f0;color:#167c56;border-radius:4px;padding:0 5px;line-height:16px}._mutedText_1u8ul_93{font-size:12px;color:var(--ui-text-muted)}._sourceInline_1u8ul_98{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--ui-text-muted)}._overdueText_1u8ul_106{font-size:12px;color:#dc2626;font-weight:600}._slaCell_1u8ul_112{font-size:12px;color:var(--ui-text-muted);line-height:1.25}._overdueCell_1u8ul_118{font-size:12px;color:#dc2626;line-height:1.25;font-weight:600}._toolbar_1u8ul_126{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;flex-wrap:wrap}._filters_1u8ul_135{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._filterToggle_1u8ul_142{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:var(--ui-text-muted);padding:0 4px}._tableScroller_1u8ul_151{width:100%}._kanbanBoard_1u8ul_156{display:flex;gap:12px;align-items:flex-start;overflow-x:auto;padding-bottom:12px}._kanbanColumn_1u8ul_164{flex:1;min-width:220px;max-width:320px;background:var(--ui-surface-1);border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-md, 8px);display:flex;flex-direction:column;transition:background .15s ease}._kanbanColumnOver_1u8ul_176{background:color-mix(in srgb,var(--ui-accent-primary, #2563eb) 6%,var(--ui-surface-1));border-color:var(--ui-accent-primary, #2563eb)}._kanbanColumnHeader_1u8ul_181{display:flex;align-items:center;justify-content:space-between;padding:10px 14px 8px;border-bottom:1px solid var(--ui-border-soft)}._kanbanColumnTitle_1u8ul_189{font-size:13px;font-weight:700;color:var(--ui-text-muted);text-transform:uppercase;letter-spacing:.05em}._kanbanColumnCount_1u8ul_197{font-size:13px;font-weight:600;color:var(--ui-text-soft, var(--ui-text-muted));background:var(--ui-surface-2);border:1px solid var(--ui-border-soft);border-radius:999px;min-width:20px;text-align:center;padding:0 6px;line-height:18px}._kanbanColumnBody_1u8ul_210{display:flex;flex-direction:column;gap:8px;padding:10px;min-height:80px}._kanbanColumnMore_1u8ul_218{display:flex;justify-content:center;padding-top:2px}._kanbanColumnMore_1u8ul_218 .ant-btn-link{padding:0;font-size:12px;height:auto}._kanbanColumnEmpty_1u8ul_229{font-size:13px;color:var(--ui-text-muted);text-align:center;padding:16px 0;opacity:.6}._kanbanCard_1u8ul_238{background:var(--ui-surface-2, #fff);border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-sm, 6px);padding:10px 12px;display:flex;flex-direction:column;gap:6px;transition:box-shadow .12s ease}._kanbanCard_1u8ul_238:hover{box-shadow:0 2px 8px #00000014}._kanbanCardDragging_1u8ul_252{box-shadow:0 6px 20px #00000026;cursor:grabbing}._kanbanCardTop_1u8ul_257{display:flex;align-items:center;justify-content:flex-start;gap:6px}._kanbanCardSource_1u8ul_264{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}._kanbanCardDate_1u8ul_272{font-size:12px;color:var(--ui-text-muted);white-space:normal;text-align:right;line-height:1.2;min-width:0;flex-shrink:1}._kanbanCardRequester_1u8ul_282{display:flex;flex-direction:column;gap:2px;min-width:0}._kanbanCardNote_1u8ul_289{font-size:12px;color:var(--ui-text-muted);overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}._kanbanCardFooter_1u8ul_298{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-top:2px}._pageContainer_stpv3_2{min-height:100%;width:100%}._titleRow_stpv3_7{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._workspace_stpv3_14{display:flex;align-items:flex-start;flex:1;gap:0;overflow:visible}._leftCol_stpv3_22{width:33.333%;min-width:260px;max-width:480px;flex-shrink:0;display:flex;flex-direction:column;gap:8px;padding:16px 12px;border-right:1px solid var(--ui-border-soft);background:var(--ui-surface-1);overflow:visible;align-self:stretch}._sideCard_stpv3_37{border-radius:8px!important}._sideCard_stpv3_37 .ant-card-body{padding:10px 12px!important}._sideCardClosed_stpv3_44{border-color:var(--ui-border-soft)!important;background:#fef9f0!important}._sideCardTitle_stpv3_49{font-size:11px;font-weight:700;color:var(--ui-text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px}._notesText_stpv3_58{margin:0;font-size:12px;color:var(--ui-text-main);line-height:1.5}._rightCol_stpv3_65{flex:1;min-width:0;display:flex;flex-direction:column;align-self:stretch;overflow:visible}._rightColHeader_stpv3_74{display:flex;align-items:center;justify-content:space-between;padding:12px 20px 8px;flex-shrink:0}._rightColTitle_stpv3_82{font-size:12px;font-weight:700;color:var(--ui-text-muted);text-transform:uppercase;letter-spacing:.04em}._itemsList_stpv3_90{display:flex;flex-direction:column;gap:12px;padding:0 20px 20px}._itemCard_stpv3_97{border:1px solid var(--ui-border-soft);border-radius:10px;background:var(--ui-surface-1);overflow:hidden}._itemCardHead_stpv3_104{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border-bottom:1px solid var(--ui-border-soft);background:var(--ui-surface-2)}._itemCardHeadActions_stpv3_114{display:inline-flex;align-items:center;gap:4px}._itemCardTitle_stpv3_120{font-size:13px;font-weight:600;color:var(--ui-text-main);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._itemLayer_stpv3_129{padding:10px 14px}._itemLayer_stpv3_129+._itemLayer_stpv3_129{border-top:1px dashed var(--ui-border-soft)}._itemLayerLabel_stpv3_136{font-size:10px;font-weight:700;color:var(--ui-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px}._kvGrid_stpv3_145{display:grid;grid-template-columns:minmax(80px,max-content) 1fr;gap:5px 10px;font-size:12px}._kvGrid_stpv3_145 .ant-input-sm,._kvGrid_stpv3_145 .ant-select-sm{width:100%!important}._kvKey_stpv3_156{color:var(--ui-text-muted);line-height:1.4;align-self:center}._addressRow_stpv3_162{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0}._addressInputWrap_stpv3_170{min-width:0}._addressInputWrap_stpv3_170 .ant-select,._addressInputWrap_stpv3_170 .ant-select-selector,._addressInputWrap_stpv3_170 .ant-select-selection-search-input{width:100%!important}._addressStatusLink_stpv3_179{display:inline-flex;align-items:center;align-self:center;text-decoration:none;line-height:1}._addressStatusLink_stpv3_179 ._addressStatusBadge_stpv3_186{cursor:pointer}._addressStatusBadge_stpv3_186{display:inline-flex;align-items:center;justify-content:center;height:24px;line-height:22px;margin-inline-end:0!important;font-size:11px;white-space:nowrap}._speedTechRow_stpv3_201{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:8px;align-items:center;min-width:0}._inlineFieldLabel_stpv3_209{color:var(--ui-text-muted);font-size:12px;white-space:nowrap}._statusSlaRow_stpv3_215{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:8px;align-items:center;min-width:0}._statusSlaRow_stpv3_215 .ant-select{width:100%!important;min-width:0!important}._statusSlaLabel_stpv3_227{color:var(--ui-text-muted);font-size:12px;white-space:nowrap}._statusSlaValue_stpv3_233{font-size:12px;color:var(--ui-text-main);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._timeline_stpv3_241{display:flex;flex-direction:column;position:relative}._timelineItem_stpv3_247{display:grid;grid-template-columns:28px 1fr;gap:0 8px;padding:6px 0;position:relative}._timelineItem_stpv3_247+._timelineItem_stpv3_247{border-top:1px solid var(--ui-border-soft)}._timelineDot_stpv3_258{display:flex;align-items:flex-start;padding-top:3px;justify-content:center}._timelineDot_stpv3_258 span{width:8px;height:8px;border-radius:50%;background:var(--ui-border-soft);flex-shrink:0;display:block}._timelineDotSystem_stpv3_273 span{background:#94a3b8}._timelineDotStatus_stpv3_277 span{background:#2563eb}._timelineDotComment_stpv3_281 span{background:#0891b2}._timelineDotFile_stpv3_285 span{background:#7c3aed}._timelineDotWarning_stpv3_289 span{background:#d97706}._timelineDotSuccess_stpv3_293 span{background:#16a34a}._timelineContent_stpv3_297{min-width:0}._timelineHeader_stpv3_301{display:flex;align-items:baseline;justify-content:space-between;gap:6px}._timelineAction_stpv3_308{font-size:12px;font-weight:600;color:var(--ui-text-main);line-height:1.4}._timelineTime_stpv3_315{font-size:10px;color:var(--ui-text-muted);white-space:nowrap;flex-shrink:0}._timelineActor_stpv3_322{font-size:11px;color:var(--ui-text-soft, var(--ui-text-muted));margin-top:1px}._timelineDetails_stpv3_328{font-size:11px;color:var(--ui-text-main);margin-top:3px;background:var(--ui-surface-2);border:1px solid var(--ui-border-soft);border-radius:4px;padding:4px 8px;line-height:1.45}._timelineShowAll_stpv3_339{margin-top:6px;padding-left:36px}._commentsActions_stpv3_344,._commentUploadDragger_stpv3_348{margin-top:8px}._commentUploadDragger_stpv3_348 .ant-upload{padding:10px!important}._commentUploadDragger_stpv3_348 .ant-upload-text{margin:6px 0 2px!important;font-size:12px!important}._commentUploadDragger_stpv3_348 .ant-upload-hint{font-size:11px!important}._commentUploadDraggerCompact_stpv3_362 .ant-upload-drag-icon{display:none!important}._commentUploadDraggerCompact_stpv3_362 .ant-upload{padding:8px 10px!important}._commentUploadDraggerCompact_stpv3_362 .ant-upload-text{margin:0!important;font-size:11px!important;line-height:1.35}._commentUploadDraggerCompact_stpv3_362 .ant-upload-hint{margin-top:3px!important;font-size:10px!important;line-height:1.3}._commentUploadDraggerCompact_stpv3_362 .ant-upload-list{margin-top:6px!important}._compactUploadIcon_stpv3_382{margin:0 0 2px;color:var(--ui-text-muted);font-size:14px;line-height:1}._lightActionButton_stpv3_389{border-color:var(--ui-border-soft)!important;background:var(--ui-surface-2)!important;color:var(--ui-text-main)!important;font-weight:500}._lightActionButton_stpv3_389:hover:not(:disabled),._lightActionButton_stpv3_389:focus-visible:not(:disabled){border-color:color-mix(in srgb,var(--ui-accent-primary, #2563eb) 35%,var(--ui-border-soft))!important;color:var(--ui-accent-primary, #2563eb)!important}._itemCommentActions_stpv3_402{margin-top:8px;display:flex;align-items:flex-start;gap:8px;flex-wrap:wrap}._commentsList_stpv3_410{margin-top:10px;display:flex;flex-direction:column;gap:6px}._commentItem_stpv3_417{background:var(--ui-surface-2);border:1px solid var(--ui-border-soft);border-radius:8px;padding:8px 10px;position:relative}._commentItemSystem_stpv3_425{background:color-mix(in srgb,#94a3b8 6%,var(--ui-surface-1));border-color:color-mix(in srgb,#94a3b8 25%,transparent)}._commentItemTelegram_stpv3_430{background:color-mix(in srgb,#0891b2 5%,var(--ui-surface-1));border-color:color-mix(in srgb,#0891b2 20%,transparent)}._commentHeader_stpv3_435{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-bottom:4px}._commentActor_stpv3_443{font-size:12px;font-weight:600;color:var(--ui-text-main)}._commentSourceBadge_stpv3_449{font-size:10px;font-weight:600;padding:1px 5px;border-radius:4px;background:color-mix(in srgb,#0891b2 12%,transparent);color:#0891b2;text-transform:uppercase;letter-spacing:.03em}._commentDate_stpv3_460{font-size:10px;color:var(--ui-text-muted);white-space:nowrap}._commentMeta_stpv3_466{font-size:11px;color:var(--ui-text-muted)}._commentText_stpv3_471{font-size:12px;color:var(--ui-text-main);white-space:pre-wrap;line-height:1.5}._commentAttachments_stpv3_478{margin-top:6px;display:flex;flex-direction:column;gap:3px;padding-top:6px;border-top:1px dashed var(--ui-border-soft)}._commentAttachmentLink_stpv3_487{font-size:11px;color:var(--ui-accent-primary, #2563eb);text-decoration:none;text-align:left;cursor:pointer;width:fit-content;display:inline-flex;align-items:center;gap:4px}._commentAttachmentLink_stpv3_487:before{content:"📎";font-size:10px}._commentAttachmentLink_stpv3_487:hover{text-decoration:underline}._ctxSection_stpv3_507{margin-bottom:10px}._ctxSection_stpv3_507:last-child{margin-bottom:0}._ctxSectionTitle_stpv3_514{font-size:10px;font-weight:700;color:var(--ui-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:5px;padding-bottom:4px;border-bottom:1px solid var(--ui-border-soft)}._ctxJsonBlock_stpv3_525{font-family:var(--font-family-mono, monospace);font-size:10px;color:var(--ui-text-main);background:var(--ui-surface-2);border:1px solid var(--ui-border-soft);border-radius:4px;padding:6px 8px;overflow-x:auto;white-space:pre;max-height:120px;line-height:1.5}._utmCard_stpv3_539{border:1px solid var(--ui-border-soft);border-radius:14px;background:var(--ui-surface-1);overflow:hidden}._utmCardHeader_stpv3_546{display:flex;align-items:center;gap:8px;padding:12px 14px;border-bottom:1px solid var(--ui-border-soft);color:var(--ui-text-main);font-size:14px;font-weight:600}._utmBadgeList_stpv3_557{display:flex;flex-wrap:wrap;gap:10px;padding:14px}._utmBadge_stpv3_557{display:inline-flex;align-items:center;gap:10px;min-height:34px;padding:7px 12px;border-radius:12px;border:1px solid var(--ui-border-soft);background:var(--ui-surface-2);max-width:100%}._utmBadgeKey_stpv3_576{font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--ui-text-muted);white-space:nowrap}._utmBadgeValue_stpv3_585{font-size:14px;color:var(--ui-text-main);overflow-wrap:anywhere}._sideCardConverted_stpv3_591{border-color:#16a34a!important;border-top:3px solid #16a34a!important}._sideCardConvertedHeader_stpv3_596{display:flex;align-items:center;gap:6px;margin-bottom:8px}._sideCardConvertedIcon_stpv3_603{color:#16a34a;font-size:14px}._pill_stpv3_608{display:inline-flex;align-items:center;border-radius:999px;font-size:11px;font-weight:600;padding:1px 8px;line-height:18px;white-space:nowrap;flex-shrink:0}._pillNew_stpv3_620{background:#dbe9ff;color:#1d4ed8}._pillCheck_stpv3_625{background:#fff3cd;color:#856404}._pillFeasible_stpv3_630{background:#e6f9f0;color:#167c56}._pillNo_stpv3_635{background:#fde8ea;color:#bb2d3b}._pillOffered_stpv3_640{background:#ede9fe;color:#5b21b6}._pillConnected_stpv3_645{background:#f0fdf4;color:#166534}._muted_stpv3_650{font-size:12px;color:var(--ui-text-muted)}._mono_stpv3_655{font-family:var(--font-family-mono, monospace);font-size:12px}._breakWord_stpv3_660{word-break:break-all;font-size:11px}._telegramField_stpv3_665{display:grid;grid-template-columns:1fr;gap:6px}._telegramDialogButton_stpv3_671{justify-content:center;align-items:center;width:fit-content;padding-inline:10px!important;border-color:var(--ui-border-soft)!important;background:var(--ui-surface-2)!important;color:var(--ui-text-main)!important;font-weight:500}._telegramDialogButton_stpv3_671:hover:not(:disabled),._telegramDialogButton_stpv3_671:focus-visible:not(:disabled){border-color:color-mix(in srgb,var(--ui-accent-primary, #2563eb) 35%,var(--ui-border-soft))!important;color:var(--ui-accent-primary, #2563eb)!important}._contextMetricsRow_stpv3_688{display:flex;gap:12px;margin-bottom:8px;flex-wrap:wrap}._contextMetric_stpv3_688{display:inline-flex;align-items:center;gap:6px;font-size:12px}._contextServices_stpv3_702{display:flex;align-items:center;gap:8px;margin-bottom:8px}._contextServicesList_stpv3_709{display:flex;flex-wrap:wrap;gap:6px}._contextServiceBadge_stpv3_715{display:inline-flex;align-items:center;font-size:11px;font-weight:600;padding:2px 8px;border-radius:10px;background:#dbeafe;color:#1d4ed8}._contextInquiriesBlock_stpv3_726{display:flex;flex-direction:column;gap:6px}._contextInquiriesTitle_stpv3_732{display:block;text-align:left;align-self:flex-start;margin:0}._contextTableWrap_stpv3_739{overflow-x:auto}._contextTable_stpv3_739{width:100%;min-width:620px;border-collapse:collapse;font-size:11px;table-layout:fixed}._contextTable_stpv3_739 th,._contextTable_stpv3_739 td{text-align:left;padding:4px 6px;border-bottom:1px solid var(--ui-border-soft);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._contextTable_stpv3_739 th{color:var(--ui-text-muted);font-size:10px;text-transform:uppercase;letter-spacing:.04em;font-weight:700}._contextTable_stpv3_739 th:nth-child(1),._contextTable_stpv3_739 td:nth-child(1){width:26%}._contextTable_stpv3_739 th:nth-child(2),._contextTable_stpv3_739 td:nth-child(2){width:18%}._contextTable_stpv3_739 th:nth-child(3),._contextTable_stpv3_739 td:nth-child(3){width:18%}._contextTable_stpv3_739 th:nth-child(4),._contextTable_stpv3_739 td:nth-child(4),._contextTable_stpv3_739 th:nth-child(5),._contextTable_stpv3_739 td:nth-child(5),._contextTable_stpv3_739 th:nth-child(6),._contextTable_stpv3_739 td:nth-child(6){width:13%}._contextInquiryLink_stpv3_787{font-weight:600}._contextInquiryDate_stpv3_791{margin-top:1px;font-size:10px;color:var(--ui-text-muted);line-height:1.2}._contextMoneyCell_stpv3_798{text-align:right!important;font-size:11px}._convertModalGrid_stpv3_803{display:grid;gap:12px}._convertField_stpv3_808{display:grid;gap:6px}._convertLabel_stpv3_813,._convertHint_stpv3_818{font-size:12px;color:var(--ui-text-muted)}._convertSummary_stpv3_823{font-size:12px;color:var(--ui-text-main);background:var(--ui-surface-2);border:1px solid var(--ui-border-soft);border-radius:8px;padding:8px 10px}._convertWarning_stpv3_832{font-size:12px;color:#92400e;background:#fff7ed;border:1px solid #fdba74;border-radius:8px;padding:8px 10px}._convertAgreementOption_stpv3_841{display:flex;align-items:center;justify-content:space-between;gap:8px}._convertAgreementStatusTag_stpv3_848{margin-inline-end:0!important}@media (width <= 1024px){._leftCol_stpv3_22{width:40%;min-width:240px}}@media (width <= 760px){._workspace_stpv3_14{flex-direction:column;overflow:visible}._leftCol_stpv3_22{width:100%;min-width:unset;border-right:none;border-bottom:1px solid var(--ui-border-soft);align-self:auto}._rightCol_stpv3_65{align-self:auto;overflow:visible}._kvGrid_stpv3_145{grid-template-columns:1fr}._statusSlaRow_stpv3_215{grid-template-columns:1fr;gap:4px}}._cardShell_knfee_2{padding:var(--ui-space-3);border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-lg);background:var(--ui-surface-1)}._formBody_knfee_9{width:100%}._headerMeta_knfee_13{width:100%;padding-bottom:var(--ui-space-2);border-bottom:1px solid var(--ui-border-soft)}._headerMetaRow_knfee_19{width:100%;flex-wrap:wrap}._agreementTitle_knfee_24{margin:0;color:var(--ui-text-main);font:var(--font-xl-bold);font-weight:700;line-height:1.2;min-width:0;overflow-wrap:anywhere}._statusBadgeSelect_knfee_34{min-width:156px}._statusBadgeSelect_knfee_34 .ant-select-selector{border-radius:999px!important;border:1px solid var(--status-border, #cbd5e1)!important;background:var(--status-bg, #e2e8f0)!important;color:var(--status-text, #334155)!important;height:26px!important;min-height:26px!important;padding-inline:8px!important;display:flex;align-items:center;box-shadow:none!important}._statusBadgeSelect_knfee_34 .ant-select-selection-item{color:var(--status-text, #334155)!important;font-size:12px;line-height:1;font-weight:700;display:flex;align-items:center;height:100%;margin:0!important}._statusBadgeSelect_knfee_34 .ant-select-arrow{color:var(--status-text, #334155)!important;inset-inline-end:8px!important}._statusOptionPill_knfee_67{display:inline-flex;align-items:center;border-radius:999px;border:1px solid transparent;padding:1px 8px;font-size:12px;line-height:1;font-weight:700;white-space:nowrap;width:auto}._createdAtRow_knfee_80{margin-top:2px}._createdAtLabel_knfee_84 p,._createdAtValue_knfee_85 p{margin:0;color:var(--ui-text-muted);font:var(--font-m);line-height:var(--font-line-m)}._pairRow_knfee_92{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--ui-space-3)}._tripleRow_knfee_98{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--ui-space-3)}._pairField_knfee_104{min-width:0}._companySection_knfee_108{padding-bottom:calc(var(--ui-space-4) + 12px)}._headerRow_knfee_112{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--ui-space-3);align-items:center}._summary_knfee_119{display:flex;align-items:center;gap:10px;flex-wrap:nowrap;min-width:0}._summaryText_knfee_127{min-width:0}._summaryText_knfee_127 p{color:var(--ui-text-muted);margin:0;display:inline;white-space:normal}._checkboxWrapper_knfee_138{display:inline-flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;min-height:42px}._checkboxWrapper_knfee_138 input[type=checkbox]{width:18px;height:18px;margin:0;cursor:pointer}._checkboxWrapper_knfee_138 span{color:var(--ui-text-main);font:var(--font-m);line-height:var(--font-line-m)}._pointCard_knfee_161{border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-md);overflow:hidden;background:var(--ui-surface-1)}._pointHeader_knfee_168{display:flex;align-items:center;justify-content:space-between;padding:var(--ui-space-3) var(--ui-space-4);background:var(--ui-surface-0);border-bottom:1px solid var(--ui-border-soft)}._pointBody_knfee_177{display:flex;flex-direction:column;gap:var(--ui-space-3);padding:var(--ui-space-3)}._pointsList_knfee_184{display:flex;flex-direction:column;gap:var(--ui-space-3)}._removePointButton_knfee_190{width:34px;min-width:34px;height:34px;padding:0;border-radius:999px;font-size:18px;font-weight:700;line-height:1;border-color:var(--ui-accent);color:var(--ui-accent);display:inline-flex;align-items:center;justify-content:center}._addPointButton_knfee_206{align-self:flex-start;padding:8px 14px;border-radius:var(--ui-radius-sm);font-weight:600;border-color:var(--ui-accent);color:var(--ui-accent)}._vatBox_knfee_215{border:1px solid #b9cbe4;border-radius:var(--ui-radius-md);padding:12px;background:#f5f9ff;display:flex;flex-direction:column;gap:12px;box-shadow:inset 0 0 0 1px #d5e3f6}._vatHeader_knfee_226{display:block;text-align:left}._vatHeader_knfee_226 p{margin:0}._vatGrid_knfee_235{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--ui-space-3);align-items:start}._dropZone_knfee_243{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;width:100%;padding:24px 16px;border:2px dashed var(--ui-border-soft);border-radius:var(--ui-radius-md);background:var(--ui-surface-0);cursor:pointer;transition:border-color .15s,background .15s}._dropZone_knfee_243:hover{border-color:var(--ui-accent);background:var(--ui-accent-soft)}._dropZoneIcon_knfee_263{font-size:28px;color:var(--ui-accent)}._dropZoneText_knfee_268{font:var(--font-m);color:var(--ui-text-main);font-weight:600}._dropZoneHint_knfee_274{font:var(--font-s);color:var(--ui-text-muted)}._fileList_knfee_279{display:flex;flex-direction:column;gap:6px}._fileRow_knfee_285{display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-sm);background:var(--ui-surface-1);transition:background .1s}._fileRow_knfee_285:hover{background:var(--ui-surface-0)}._fileIcon_knfee_300{font-size:15px;color:var(--ui-accent);flex-shrink:0}._fileName_knfee_306{flex:1;min-width:0;color:var(--ui-text-main);font:var(--font-m);line-height:var(--font-line-m);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._fileActions_knfee_317{display:inline-flex;align-items:center;gap:4px;flex-shrink:0}._fileActionButton_knfee_324{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-sm);font-size:14px;color:var(--ui-text-soft);background:transparent;cursor:pointer;transition:color .15s,border-color .15s,background .15s}._fileActionButton_knfee_324:hover{color:var(--ui-accent);border-color:var(--ui-accent);background:var(--ui-accent-soft)}._fileActionDanger_knfee_345:hover{color:var(--ui-danger);border-color:var(--ui-danger);background:#fde8ea}._actionsRow_knfee_351{display:flex;width:100%;align-items:center;justify-content:space-between;gap:var(--ui-space-2);flex-wrap:wrap}._leftActions_knfee_360{display:flex;align-items:center;justify-content:flex-start;gap:10px;flex-wrap:wrap}._primaryActions_knfee_368{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}._actionBtn_knfee_376{border-radius:var(--ui-radius-sm);padding:10px 16px;border:1px solid transparent;font:var(--font-m);white-space:nowrap}._primaryBtn_knfee_384{background:var(--bg-linear-main);color:var(--bg-white-color)}._secondaryBtn_knfee_389{background:var(--ui-surface-1);border-color:var(--ui-border-soft);color:var(--ui-text-main)}._dangerBtn_knfee_395{background:#fff;border-color:#f5c2c7;color:var(--ui-danger)}._duplicateIcon_knfee_401{margin-right:4px}._formBody_knfee_9 .ant-form-item-explain-error{margin-top:4px}@media (width <= 980px){._pairRow_knfee_92,._tripleRow_knfee_98,._headerRow_knfee_112{grid-template-columns:1fr}._summary_knfee_119{flex-wrap:wrap}._vatGrid_knfee_235{grid-template-columns:1fr}._vatHeader_knfee_226{flex-direction:column;align-items:flex-start}._actionsRow_knfee_351{align-items:stretch;justify-content:flex-start}._leftActions_knfee_360,._primaryActions_knfee_368,._actionBtn_knfee_376{width:100%}}._Breadcrumbs_gfhfr_1{display:flex;align-items:center;padding:0;margin-bottom:12px;font-size:14px;color:#888;font-weight:400}._Breadcrumbs_gfhfr_1 a{text-decoration:none;color:var(--primary-color);font-weight:500}._Breadcrumbs_gfhfr_1 a:hover{text-decoration:underline}._Breadcrumbs_gfhfr_1 ._separator_gfhfr_18{color:#bbb;font-size:16px;margin:0 4px;-webkit-user-select:none;user-select:none}._pageContainer_x171b_1{min-height:100%;width:100%;padding:0;overflow:visible}._breadcrumbs_x171b_8{margin-bottom:var(--ui-space-2)}._fullCard_x171b_12{width:100%;overflow:hidden}._content_x171b_17{width:100%}._pageContainer_1347g_1{min-height:100%;width:100%;padding:0;overflow:visible}._fullCard_1347g_8{width:100%;overflow:hidden}._content_1347g_13{width:100%;display:flex;flex-direction:column;gap:var(--ui-space-3)}._settingsBoard_1347g_20{width:100%;border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-lg);padding:var(--ui-space-3);background:linear-gradient(180deg,rgba(247,251,255,.95) 0%,var(--ui-surface-1) 100%)}._settingsTabs_1347g_28 .ant-tabs-nav{margin-bottom:var(--ui-space-3)}._settingsTabs_1347g_28 .ant-tabs-nav:before{border-bottom:1px solid var(--ui-border-soft)}._settingsTabs_1347g_28 .ant-tabs-tab{border-radius:10px 10px 0 0;border:1px solid transparent;border-bottom:0;background:transparent;color:var(--ui-text-soft);margin:0 6px 0 0!important;padding:7px 12px;transition:all .2s ease-in-out}._settingsTabs_1347g_28 .ant-tabs-tab:hover{color:var(--ui-accent);background:#edf4ff;border-color:var(--ui-border-soft)}._settingsTabs_1347g_28 .ant-tabs-tab-active{border-color:var(--ui-border-soft);background:var(--ui-surface-1)}._settingsTabs_1347g_28 .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--ui-text-main);text-shadow:none}._settingsTabs_1347g_28 .ant-tabs-ink-bar{background:var(--ui-accent);height:2px}._groupGrid_1347g_68{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--ui-space-3)}._groupGridThreeCols_1347g_74{display:grid;grid-template-columns:repeat(3,minmax(280px,1fr));gap:var(--ui-space-3)}._groupGridTwoCols_1347g_80{display:grid;grid-template-columns:repeat(2,minmax(300px,1fr));gap:var(--ui-space-3)}._groupCard_1347g_86{border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-md);background:var(--ui-surface-1);padding:var(--ui-space-3);display:flex;flex-direction:column;gap:10px}._groupTitle_1347g_96{margin:0;color:var(--ui-text-main);font:var(--font-m-bold);line-height:1.2}._groupDescription_1347g_103{margin:0;color:var(--ui-text-muted);font:var(--font-s);line-height:1.4}._groupLinks_1347g_110{display:flex;flex-direction:column;gap:8px}._settingLink_1347g_116{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:var(--ui-radius-sm);border:1px solid transparent;background:#f8fbff;color:var(--ui-text-main)!important;text-decoration:none;transition:all .2s ease-in-out}._settingLink_1347g_116:hover{opacity:1;border-color:var(--ui-border-strong);background:#edf4ff}._settingLinkText_1347g_136{color:inherit;font:var(--font-m);line-height:1.3}._settingLinkIcon_1347g_142{font-size:12px;color:var(--ui-accent)}@media (max-width: 900px){._settingsBoard_1347g_20{padding:var(--ui-space-2)}._groupGrid_1347g_68,._groupGridThreeCols_1347g_74,._groupGridTwoCols_1347g_80{grid-template-columns:1fr}}._pageContainer_15qxu_1{min-height:100%;width:100%;padding:0;overflow:visible}._fullCard_15qxu_8{width:100%;overflow:hidden}._content_15qxu_13{width:100%;display:flex;flex-direction:column;gap:var(--ui-space-3)}._statsBoard_15qxu_20{width:100%;border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-lg);padding:var(--ui-space-3);background:linear-gradient(180deg,rgba(247,251,255,.95) 0%,var(--ui-surface-1) 100%)}._statsTabs_15qxu_28 .ant-tabs-nav{margin-bottom:var(--ui-space-3)}._statsTabs_15qxu_28 .ant-tabs-nav:before{border-bottom:1px solid var(--ui-border-soft)}._statsTabs_15qxu_28 .ant-tabs-tab{border-radius:10px 10px 0 0;border:1px solid transparent;border-bottom:0;background:transparent;color:var(--ui-text-soft);padding:9px 14px;transition:all .2s ease-in-out}._statsTabs_15qxu_28 .ant-tabs-tab:hover{color:var(--ui-accent);background:#edf4ff;border-color:var(--ui-border-soft)}._statsTabs_15qxu_28 .ant-tabs-tab-active{border-color:var(--ui-border-soft);background:var(--ui-surface-1)}._statsTabs_15qxu_28 .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--ui-text-main);text-shadow:none}._statsTabs_15qxu_28 .ant-tabs-ink-bar{background:var(--ui-accent);height:2px}@media (max-width: 900px){._statsBoard_15qxu_20{padding:var(--ui-space-2)}}._tableShell_19zeb_1{width:100%;min-width:0}._table_19zeb_1 .ant-table-wrapper,._table_19zeb_1 .ant-table{width:100%}._table_19zeb_1 .ant-table-container{min-width:100%}._table_19zeb_1 .ant-table-content{overflow-x:scroll!important;scrollbar-gutter:stable}._table_19zeb_1 .ant-table-cell{vertical-align:top}._table_19zeb_1 .ant-table-content::-webkit-scrollbar{height:10px}._table_19zeb_1 .ant-table-content::-webkit-scrollbar-track{background:#94a3b83d;border-radius:999px}._table_19zeb_1 .ant-table-content::-webkit-scrollbar-thumb{background:#1e40afb8;border-radius:999px}._table_19zeb_1 .ant-table-sticky-scroll{display:block!important;height:10px!important;border-radius:999px;background:#94a3b83d;margin-top:8px;position:sticky!important;bottom:0;z-index:6}._table_19zeb_1 .ant-table-sticky-scroll-bar{height:10px!important;border-radius:999px;background:#1e40afb8!important}._wrapCell_19zeb_47{white-space:normal;word-break:break-word;line-height:1.35}._nowrapCell_19zeb_53{white-space:nowrap}._annexPills_19zeb_57{display:flex;flex-wrap:wrap;gap:6px;white-space:normal}._annexPill_19zeb_57{margin-inline-end:0!important;border-radius:999px!important;border-color:#2563eb38!important;background:#2563eb1a!important;color:#1e40af!important;max-width:100%;white-space:normal;line-height:1.2;padding:4px 10px}._tableShell_1vyzk_1{width:100%;min-width:0}._nameLink_1vyzk_6{padding:0!important;text-align:left!important;white-space:normal!important;line-height:1.3!important;height:auto!important;display:inline-flex!important}._table_1vyzk_1 .ant-table-content{overflow-x:scroll!important;scrollbar-gutter:stable}._table_1vyzk_1 .ant-table-cell{vertical-align:top}._table_1vyzk_1 .ant-table-content::-webkit-scrollbar{height:10px}._table_1vyzk_1 .ant-table-content::-webkit-scrollbar-track{background:#94a3b83d;border-radius:999px}._table_1vyzk_1 .ant-table-content::-webkit-scrollbar-thumb{background:#1e40afb8;border-radius:999px}._table_1vyzk_1 .ant-table-sticky-scroll{display:block!important;height:10px!important;border-radius:999px;background:#94a3b83d;margin-top:6px}._table_1vyzk_1 .ant-table-sticky-scroll-bar{height:10px!important;border-radius:999px;background:#1e40afb8!important}._pills_1vyzk_46{display:flex;flex-wrap:wrap;gap:6px}._pill_1vyzk_46{margin-inline-end:0!important;border-radius:999px!important;border-color:#2563eb38!important;background:#2563eb1a!important;color:#1e40af!important;max-width:100%;white-space:normal;line-height:1.2;padding:4px 10px}._page_19nra_2{display:flex;flex-direction:column;gap:var(--ui-space-4);padding:var(--ui-space-5);width:100%}._pageHeader_19nra_11{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}._pageTitle_19nra_19{margin:0;font:var(--font-xl-bold);color:var(--ui-text-main)}._pageSubtitle_19nra_25{margin:2px 0 0;font:var(--font-m);color:var(--ui-text-muted)}._kpiStrip_19nra_32{display:flex;flex-wrap:wrap;gap:10px}._kpiCard_19nra_38{flex:1 1 160px;display:flex;flex-direction:column;gap:2px;background:var(--ui-surface-1);border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-md);padding:12px 16px;border-top:3px solid var(--kpi-accent, var(--ui-border-soft))}._kpiLabel_19nra_50{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--ui-text-muted)}._kpiValue_19nra_58{font-size:28px;font-weight:700;color:var(--ui-text-main);line-height:1}._tableCard_19nra_66{background:var(--ui-surface-1);border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-lg);overflow:hidden}._tableCardHeader_19nra_73{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--ui-border-soft);background:var(--ui-surface-0);gap:12px;flex-wrap:wrap}._tableCardTitle_19nra_84{font:var(--font-m-bold);color:var(--ui-text-main);margin:0}._searchInput_19nra_90{width:360px;max-width:100%}._addrCell_19nra_96{display:flex;flex-direction:column;gap:2px}._addrMain_19nra_102{font-size:14px;font-weight:500;color:var(--ui-text-main)}._addrSub_19nra_108{font-size:12px;color:var(--ui-text-muted)}._serviceTag_19nra_114{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;padding:2px 8px;border-radius:10px;background:#dbeafe;color:#1d4ed8;white-space:nowrap}._serviceTagCount_19nra_127{font-weight:400;opacity:.75}._providerBadge_19nra_133{font-size:11px;font-weight:600;padding:2px 8px;border-radius:10px;background:#f3e8ff;color:#6b21a8}._providerBadgeManual_19nra_142{background:var(--ui-surface-2);color:var(--ui-text-soft)}._usageBadge_19nra_148{display:inline-flex;align-items:center;gap:3px;font-size:12px;font-weight:600;color:var(--ui-text-muted)}._usageBadgeHas_19nra_157{color:#166534}._rawBadge_19nra_162{display:inline-flex;align-items:center;font-size:11px;font-weight:600;padding:1px 7px;border-radius:10px;background:#fef3c7;color:#92400e}@media (width <= 760px){._searchInput_19nra_90{width:100%}}._page_1opbk_2{display:flex;flex-direction:column;gap:var(--ui-space-4)}._kpiStrip_1opbk_9{display:flex;flex-wrap:wrap;gap:10px}._kpiCard_1opbk_15{flex:1 1 120px;display:flex;flex-direction:column;gap:2px;background:var(--ui-surface-1);border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-md);padding:12px 16px;border-top:3px solid var(--kpi-accent, var(--ui-border-soft))}._kpiLabel_1opbk_27{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--ui-text-muted)}._kpiValue_1opbk_35{font-size:28px;font-weight:700;color:var(--ui-text-main);line-height:1}._infoCard_1opbk_43{background:var(--ui-surface-1);border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-lg);overflow:hidden}._infoCardHeader_1opbk_50{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;border-bottom:1px solid var(--ui-border-soft);background:var(--ui-surface-0)}._infoCardTitle_1opbk_59{font:var(--font-m-bold);color:var(--ui-text-main);margin:0}._infoCardBody_1opbk_65{display:grid;grid-template-columns:1fr 1fr;gap:0}._infoCol_1opbk_71{padding:14px 18px}._infoCol_1opbk_71+._infoCol_1opbk_71{border-left:1px solid var(--ui-border-soft)}._infoRow_1opbk_79{display:flex;gap:8px;align-items:baseline;padding:4px 0;border-bottom:1px solid var(--ui-border-soft);font-size:13px}._infoRow_1opbk_79:last-child{border-bottom:none}._infoRowLabel_1opbk_92{color:var(--ui-text-muted);font-weight:600;white-space:nowrap;min-width:110px;flex-shrink:0}._infoRowValue_1opbk_100{color:var(--ui-text-main);font-family:JetBrains Mono,Fira Code,monospace;font-size:12px;word-break:break-all}._infoRowValuePlain_1opbk_107{color:var(--ui-text-main);font-size:13px}._dadataCard_1opbk_113{background:var(--ui-surface-1);border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-lg);overflow:hidden;border-left:3px solid #d97706}._dadataCardHeader_1opbk_121{display:flex;align-items:center;gap:8px;padding:10px 16px;border-bottom:1px solid var(--ui-border-soft);background:#fffbeb}._dadataCardTitle_1opbk_130{font:var(--font-m-bold);color:#92400e;margin:0}._dadataCardBody_1opbk_136{padding:14px 16px;display:flex;flex-direction:column;gap:12px}._dadataDesc_1opbk_143{font-size:13px;color:var(--ui-text-muted)}._dadataControls_1opbk_148{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._servicesRow_1opbk_156{display:flex;flex-wrap:wrap;gap:6px;align-items:center}._servicesLabel_1opbk_163{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--ui-text-muted);margin-right:2px}._serviceTag_1opbk_172{display:inline-flex;align-items:center;font-size:12px;font-weight:600;padding:3px 10px;border-radius:10px;background:#dbeafe;color:#1d4ed8}._tableCard_1opbk_184{background:var(--ui-surface-1);border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-lg);overflow:hidden}._tableCardHeader_1opbk_191{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;border-bottom:1px solid var(--ui-border-soft);background:var(--ui-surface-0)}._tableCardTitle_1opbk_200{font:var(--font-m-bold);color:var(--ui-text-main);margin:0}._statusPill_1opbk_207{display:inline-block;font-size:11px;font-weight:600;padding:2px 8px;border-radius:10px}._servicePill_1opbk_216{display:inline-flex;font-size:11px;font-weight:600;padding:2px 8px;border-radius:10px;background:#ede9fe;color:#5b21b6}._monoValue_1opbk_226{font-family:JetBrains Mono,Fira Code,monospace;font-size:12px}._inquiryDateSub_1opbk_231{margin-top:2px;font-size:11px;color:var(--ui-text-muted);line-height:1.3}._providerBadge_1opbk_239{font-size:11px;font-weight:600;padding:2px 8px;border-radius:10px;background:#f3e8ff;color:#6b21a8}._providerBadgeManual_1opbk_248{background:var(--ui-surface-2);color:var(--ui-text-soft)}._cellNoWrap_1opbk_253{white-space:nowrap}@media (width <= 760px){._infoCardBody_1opbk_65{grid-template-columns:1fr}._infoCol_1opbk_71+._infoCol_1opbk_71{border-left:none;border-top:1px solid var(--ui-border-soft)}}._page_lhkz4_1{width:100%}._mainCard_lhkz4_5{border-radius:var(--ui-radius-xl)}._statCard_lhkz4_9{border-radius:var(--ui-radius-md)}._filters_lhkz4_13{display:grid;grid-template-columns:2fr 1fr;gap:12px}._alert_lhkz4_19{margin-bottom:12px}._tableShell_lhkz4_23{width:100%}._table_lhkz4_23 .ant-table-body{overflow-x:auto!important;overflow-y:auto!important}._table_lhkz4_23 .ant-table-cell{vertical-align:middle}._table_lhkz4_23 .ant-table-thead>tr>th{font-size:14px;font-weight:600}._offerLink_lhkz4_39{padding:0!important;max-width:100%;text-align:left;white-space:normal;line-height:1.3}._companyCell_lhkz4_47{display:flex;flex-direction:column;gap:2px}._companyName_lhkz4_53{white-space:normal;overflow-wrap:anywhere;word-break:break-word;max-width:100%}._companyInn_lhkz4_60{color:var(--ui-text-muted);font-size:12px}._emptyState_lhkz4_65{padding:20px;color:var(--ui-text-muted);background:var(--ui-surface)}._emptyState_lhkz4_65 h3{margin:0 0 6px;color:var(--ui-text-main);font-size:15px}._emptyState_lhkz4_65 p{margin:0}._paginationWrap_lhkz4_81{margin-top:12px;display:flex;justify-content:flex-end}@media (width <= 980px){._filters_lhkz4_13{grid-template-columns:1fr}._paginationWrap_lhkz4_81{justify-content:center}}._page_jdtwu_1{display:flex;flex-direction:column;gap:16px}._mainCard_jdtwu_7{border-radius:16px}._commentCell_jdtwu_11{white-space:normal;word-break:break-word;line-height:1.45}._clientLink_jdtwu_17{padding:0;height:auto;font-weight:600;line-height:1.35}._authorCell_jdtwu_24{line-height:1.35}._statusTag_jdtwu_28{cursor:pointer;-webkit-user-select:none;user-select:none;transition:opacity .15s ease}._statusTagDisabled_jdtwu_34{cursor:not-allowed;opacity:.7}._tableShell_1sbju_1{width:100%}._table_1sbju_1 .ant-table-cell{vertical-align:middle}._monospace_1sbju_9{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}._uploadHint_1sbju_13{color:#64748b;font-size:12px}._statusPill_1sbju_18{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:4px 12px;border-radius:999px;font-size:13px;font-weight:700;line-height:1;white-space:nowrap}._statusPillPublished_1sbju_31{background:#dcfce7;color:#166534;border:1px solid #86efac}._statusPillArchived_1sbju_37{background:#ffe4e6;color:#be123c;border:1px solid #fda4af}._statusPillDraft_1sbju_43{background:#fef3c7;color:#92400e;border:1px solid #fcd34d}._statusPillDefault_1sbju_49{background:#e2e8f0;color:#334155;border:1px solid #cbd5e1}._uploadActions_1sbju_55{width:100%}._rules_1sbju_59{margin-bottom:16px;padding:14px 16px;border:1px solid #dbe6ff;border-radius:12px;background:#f8fbff}._rulesTitle_1sbju_67{margin:0 0 8px;color:#0f172a;font-size:14px;font-weight:600}._rulesItem_1sbju_74{margin:0 0 4px;color:#334155;font-size:13px;line-height:1.4}._versionTabs_1sbju_81 .ant-tabs-nav{margin-bottom:16px}._versionTabs_1sbju_81 .ant-tabs-nav:before{border-bottom:1px solid var(--ui-border-soft)}._versionTabs_1sbju_81 .ant-tabs-tab{border-radius:10px 10px 0 0;border:1px solid transparent;border-bottom:0;background:transparent;color:var(--ui-text-soft);padding:9px 14px;transition:all .2s ease-in-out}._versionTabs_1sbju_81 .ant-tabs-tab:hover{color:var(--ui-accent);background:#edf4ff;border-color:var(--ui-border-soft)}._versionTabs_1sbju_81 .ant-tabs-tab-active{border-color:var(--ui-border-soft);background:var(--ui-surface-1)}._versionTabs_1sbju_81 .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--ui-text-main);text-shadow:none}._versionTabs_1sbju_81 .ant-tabs-ink-bar{background:var(--ui-accent);height:2px}._section_153hg_1{margin-bottom:20px}._section_153hg_1:last-child{margin-bottom:0}._sectionTitle_153hg_9{margin-bottom:12px}._jsonBox_153hg_13{max-height:420px;overflow:auto;border:1px solid #e5e7eb;border-radius:8px;padding:12px;background:#f8fafc;font-size:12px;line-height:1.45;white-space:pre-wrap;word-break:break-word}._issuesList_153hg_26{margin:0;padding-left:18px}._issuesList_153hg_26 li{margin-bottom:4px}._content_1osne_1{display:flex;flex-direction:column;gap:20px}._zone_1osne_7{display:flex;flex-direction:column;gap:16px;padding:18px;border-radius:18px;border:1px solid color-mix(in srgb,#dce8ff 88%,white);background:linear-gradient(180deg,#fffffffa,#f8fbfff5);box-shadow:0 16px 34px #1e40750f}._zoneHeader_1osne_18{display:flex;flex-direction:column;gap:4px;padding-bottom:4px}._zoneHeaderSecondary_1osne_25{border-top:1px solid transparent}._zoneEyebrow_1osne_29{font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:var(--accent-color)}._zoneTitle_1osne_37{font-size:24px;font-weight:700;line-height:1.1;color:var(--ui-text-main)}._zoneDescription_1osne_44{max-width:880px;font-size:14px}._overviewGrid_1osne_49{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}@media (max-width: 1280px){._overviewGrid_1osne_49{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 720px){._overviewGrid_1osne_49{grid-template-columns:minmax(0,1fr)}}._overviewCard_1osne_65{border-radius:14px!important;border:1px solid color-mix(in srgb,var(--accent-color) 16%,white)!important;background:linear-gradient(180deg,#fffffff5,#f8fbffeb)!important;box-shadow:0 14px 32px #1d3d6d14}._overviewCard_1osne_65 .ant-card-body{padding:16px 18px!important}._overviewIcon_1osne_75{width:34px;height:34px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;color:var(--accent-color);background:color-mix(in srgb,var(--accent-color) 10%,white);margin-bottom:10px;font-size:16px}._overviewLabel_1osne_88{font-size:12px;color:var(--ui-text-muted);margin-bottom:6px}._overviewValue_1osne_94{font-size:24px;font-weight:700;color:var(--ui-text-main);line-height:1.1;margin-bottom:4px}._overviewHint_1osne_102{font-size:12px;color:var(--ui-text-muted)}._targetCard_1osne_107{border-radius:14px!important;border:1px solid color-mix(in srgb,#1d5cff 10%,white)!important}._targetCard_1osne_107 .ant-card-body{padding:18px!important}._sectionHeader_1osne_115{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:16px}._sectionTitle_1osne_124{font-size:17px;font-weight:700;color:var(--ui-text-main);margin-bottom:4px}._recommendedCodes_1osne_131{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}._projectGrid_1osne_138{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}@media (max-width: 1480px){._projectGrid_1osne_138{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 920px){._projectGrid_1osne_138{grid-template-columns:minmax(0,1fr)}}._projectTokenCard_1osne_154{border:1px solid color-mix(in srgb,var(--ui-border-soft) 82%,#d9e6ff);border-radius:16px;padding:16px;background:radial-gradient(circle at top right,rgba(42,107,255,.08),transparent 35%),linear-gradient(180deg,#fffffffa,#f9fbfffa);min-height:100%;display:flex;flex-direction:column;gap:12px}._projectTokenHeader_1osne_165{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}._projectTokenTitle_1osne_172{font-size:15px;font-weight:700;color:var(--ui-text-main);line-height:1.2}._projectTokenSubline_1osne_179{font-size:12px;color:var(--ui-text-muted);margin-top:3px}._projectMetaGrid_1osne_185{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px}@media (max-width: 560px){._projectMetaGrid_1osne_185{grid-template-columns:minmax(0,1fr)}}._projectMetaItem_1osne_196{display:flex;flex-direction:column;gap:4px}._projectMetaLabel_1osne_202{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--ui-text-muted)}._projectMetaText_1osne_209{font-size:13px;color:var(--ui-text-main)}._projectDivider_1osne_214{margin:0!important}._projectSpecList_1osne_218{display:flex;flex-direction:column;gap:8px}._projectSpecRow_1osne_224{display:flex;align-items:flex-start;gap:8px}._projectSpecIcon_1osne_230{margin-top:2px;color:var(--accent-color);font-size:13px;flex-shrink:0}._projectSpecText_1osne_237{font-size:13px;color:var(--ui-text-main)}._projectNote_1osne_242{font-size:12px;line-height:1.5;color:var(--ui-text-muted);padding:10px 12px;border-radius:12px;background:color-mix(in srgb,#eef4ff 76%,white)}._projectActions_1osne_251{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}._statusCard_1osne_258{border-radius:8px!important}._statusCard_1osne_258 .ant-card-body{padding:14px 16px!important}._statusCardHeader_1osne_265{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;flex-wrap:wrap}._statusCardTitle_1osne_274{font-size:11px;font-weight:700;color:var(--ui-text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:0}._descriptions_1osne_283{margin-bottom:12px}._tokenMaskRow_1osne_287{display:flex;align-items:center;gap:10px;padding-top:10px;border-top:1px solid var(--ui-border-soft)}._tokenActions_1osne_295{display:flex;align-items:center;gap:8px;padding-top:12px;margin-top:4px;flex-wrap:wrap}._tokenMaskLabel_1osne_304{font-size:12px;color:var(--ui-text-muted);white-space:nowrap;flex-shrink:0}._tokenMaskValue_1osne_311{font-size:13px;word-break:break-all}._newTokenBlock_1osne_316{display:flex;flex-direction:column;gap:6px;margin-top:4px}._newTokenCode_1osne_323{font-size:13px!important;word-break:break-all;margin-bottom:0!important}._newTokenHint_1osne_329{font-size:12px}._infoCard_1osne_333{border-radius:8px!important}._infoCard_1osne_333 .ant-card-body{padding:14px 16px!important}._authMethodsList_1osne_340{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}._authMethod_1osne_340{font-size:12px;width:fit-content}._errorCodes_1osne_352{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding-top:10px;border-top:1px solid var(--ui-border-soft)}._errorCodesLabel_1osne_361{font-size:12px;white-space:nowrap}._docsRow_1osne_366{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}._pageContainer_11n9b_1{min-height:100%;width:100%}._content_11n9b_6{display:flex;flex-direction:column;gap:16px;margin-top:4px}._section_11n9b_13{border-radius:8px!important}._section_11n9b_13 .ant-card-body{padding:14px 16px!important}._sectionTitle_11n9b_20{font-size:11px;font-weight:700;color:var(--ui-text-muted);text-transform:uppercase;letter-spacing:.04em;margin:12px 0 8px}._sectionTitle_11n9b_20:first-child{margin-top:0}._endpointHead_11n9b_32{display:flex;align-items:center;gap:10px;margin-bottom:8px}._method_11n9b_39{font-size:12px!important;font-weight:700!important;flex-shrink:0}._endpointPath_11n9b_45{font-size:14px!important;font-weight:600}._endpointDesc_11n9b_50{margin-bottom:0!important;color:var(--ui-text-main)}._params_11n9b_55{display:flex;flex-direction:column;gap:6px}._paramRow_11n9b_61{display:grid;grid-template-columns:280px 1fr;gap:8px 16px;font-size:13px;align-items:baseline}._paramLeft_11n9b_69{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}._paramName_11n9b_76{font-size:12px!important}._paramType_11n9b_80{font-size:11px}._paramDesc_11n9b_84{font-size:13px;color:var(--ui-text-main)}._codeBlock_11n9b_89{background:var(--ui-surface-2, #f8fafc);border:1px solid var(--ui-border-soft);border-radius:6px;padding:12px 14px;font-size:12px;line-height:1.6;overflow-x:auto;margin:8px 0 0}._codeBlock_11n9b_89 code{font-family:var(--font-family-mono, "JetBrains Mono", monospace);color:var(--ui-text-main)}._authMethods_11n9b_104{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}._authMethod_11n9b_104{font-size:12px!important;width:fit-content}._errorTags_11n9b_116{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding-top:10px;border-top:1px solid var(--ui-border-soft)}._errorTagsLabel_11n9b_125{font-size:12px;white-space:nowrap}._limitsList_11n9b_130{margin:4px 0 0;padding-left:18px}._limitsList_11n9b_130 li{margin-bottom:4px;font-size:13px}@media (width <= 760px){._paramRow_11n9b_61{grid-template-columns:1fr;gap:2px}}._stack_1pjun_1{display:flex;flex-direction:column;gap:12px}._card_1pjun_7{border:1px solid var(--ui-border-soft);border-radius:8px;background:var(--ui-surface-2);padding:12px}._cardTitle_1pjun_14{margin:0 0 10px;font-size:13px;font-weight:700;color:var(--ui-text-main)}._schemaBlock_1pjun_21{border:1px solid var(--ui-border-soft);border-radius:8px;background:var(--ui-surface-1);padding:10px;margin-bottom:8px}._schemaHeader_1pjun_29{display:flex;align-items:center;gap:8px;margin-bottom:8px;flex-wrap:wrap}._schemaField_1pjun_37{font-size:12px;line-height:1.5;color:var(--ui-text-main)}._schemaFieldRequired_1pjun_43{color:#dc2626;font-weight:600}._headerActions_1pjun_48{margin-left:auto;display:inline-flex;align-items:center;gap:2px}._formGrid_1pjun_55{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}._formStack_1pjun_61{display:flex;flex-direction:column;gap:10px}._formGridSwitches_1pjun_67{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;margin-top:6px}._emailSectionBox_1pjun_74{border:1px solid var(--ui-border-soft);border-radius:8px;background:var(--ui-surface-1);padding:12px;margin-bottom:12px}._emailSectionHeader_1pjun_82{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}._emailSectionHeaderContent_1pjun_90{flex:1}._emailSectionExplain_1pjun_94{flex:1;color:var(--ui-text-muted);font:var(--font-s);line-height:1.45}._emailTopSwitches_1pjun_101{margin-bottom:12px}._emailSectionsGrid_1pjun_105{display:grid;grid-template-columns:repeat(3,minmax(260px,1fr));gap:12px;align-items:start}._emailSectionCard_1pjun_112{border:1px solid var(--ui-border-soft);border-radius:8px;background:var(--ui-surface-1);padding:12px}._fieldsEditor_1pjun_119{display:flex;flex-direction:column;gap:8px}._fieldRow_1pjun_125{display:grid;grid-template-columns:1fr 2fr auto auto;gap:8px;align-items:center}._fieldInputCode_1pjun_132,._fieldInputLabel_1pjun_133,._fieldRequired_1pjun_134{margin-bottom:0!important}@media (max-width: 1360px){._emailSectionsGrid_1pjun_105{grid-template-columns:repeat(2,minmax(260px,1fr))}}@media (max-width: 980px){._emailSectionsGrid_1pjun_105{grid-template-columns:1fr}._emailSectionHeader_1pjun_82{flex-direction:column;align-items:stretch}}._item_fliou_1{display:flex;align-items:center;width:100%;min-height:38px;border-radius:12px;padding:6px 12px;color:#ffffffe6;border:1px solid transparent;transition:all .2s ease}._item_fliou_1:hover{background:#ffffff17;border-color:#ffffff29}._link_fliou_17{position:relative;padding-left:12px;font-size:15px;line-height:1.3;margin-left:0;opacity:1;transition:color .2s ease;color:inherit}._link_fliou_17:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:5px;border-radius:50%;background:#ffffff73}._isPicked_fliou_39{background:linear-gradient(90deg,#ffffff3d,#ffffff24);border-color:#ffffff47;color:#fff;box-shadow:inset 0 1px #ffffff1a}._isPicked_fliou_39 ._link_fliou_17:before{background:#fff}@media (width <= 980px){._item_fliou_1{min-height:36px;padding:6px 10px;border-radius:10px}._link_fliou_17{font-size:14px;padding-left:10px}}._SideBar_s6x2c_1{height:100%;width:var(--sidebar-width);background:radial-gradient(circle at top left,rgba(29,78,216,.34),transparent 48%),radial-gradient(circle at bottom right,rgba(8,145,178,.24),transparent 42%),var(--bg-sidebar-color);border-right:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:16px;padding:24px 16px;overflow-y:auto}._brand_s6x2c_13{display:flex;flex-direction:column;gap:10px;padding:10px;border-radius:16px;border:1px solid rgba(255,255,255,.14);background:linear-gradient(135deg,#ffffff1a,#ffffff05)}._brandLogo_s6x2c_23{width:100%;min-height:86px;border-radius:0;padding:0;background:transparent;object-fit:contain;box-shadow:none}._brandTitle_s6x2c_33{margin:0;color:#fff;font-size:18px;font-family:var(--font-family-bold);line-height:1.1;text-align:center}._userPanel_s6x2c_42{gap:6px}._userMeta_s6x2c_46{padding:0 8px 2px;display:flex;flex-direction:column;gap:8px}._userName_s6x2c_53{margin:0;color:#fff;font-size:18px;font-family:var(--font-family-bold);line-height:1.1}._userEmail_s6x2c_61,._userRole_s6x2c_68{margin:0;color:#fff;font-size:15px;line-height:1.35}._userActions_s6x2c_75{margin-top:2px;display:flex;flex-direction:column;gap:5px}._userAction_s6x2c_75,._userActionButton_s6x2c_83{position:relative;display:flex;align-items:center;min-height:38px;border-radius:10px;color:#ffffffe6;font-size:15px;text-align:left;background:transparent;border:1px solid transparent;padding:6px 10px 6px 22px;text-decoration:none;font-family:var(--font-family-main);cursor:pointer;opacity:1;transition:all .2s ease}._userAction_s6x2c_75:before,._userActionButton_s6x2c_83:before{content:"";position:absolute;left:10px;top:50%;transform:translateY(-50%);width:5px;height:5px;border-radius:50%;background:#ffffff73}._userAction_s6x2c_75:hover,._userActionButton_s6x2c_83:hover{background:#ffffff17;border-color:#ffffff29}._navWrap_s6x2c_119{display:flex;flex-direction:column;gap:8px}._items_s6x2c_125{display:flex;flex-direction:column;gap:5px;padding:9px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a}._groupTitle_s6x2c_135{margin:0 5px 3px;color:#ffffffa8;font-size:11px;letter-spacing:.08em;text-transform:uppercase}@media (width <= 980px){._SideBar_s6x2c_1{width:100%;height:auto;padding:14px 12px 18px;gap:14px;border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}._brand_s6x2c_13{padding:8px 10px}._brandLogo_s6x2c_23{min-height:64px}._brandTitle_s6x2c_33{font-size:17px}._userPanel_s6x2c_42{padding:8px}._navWrap_s6x2c_119{gap:8px}._items_s6x2c_125{padding:8px}._groupTitle_s6x2c_135{margin:0 3px}}.app-shell{min-height:100vh;display:flex;background:radial-gradient(circle at top right,rgba(37,99,235,.1),transparent 44%),radial-gradient(circle at bottom left,rgba(14,116,144,.1),transparent 36%),var(--ui-surface-0)}.app-shell__main{flex:1;min-width:0;display:flex;flex-direction:column}.app-shell__content{flex:1;min-height:0;min-width:0;padding:var(--ui-space-6);overflow:auto}.app-shell__sidebar-wrap{position:relative;display:flex;flex-direction:column;flex-shrink:0}.app-shell__sidebar-wrap--collapsed{width:0}.app-shell__collapse-btn{position:absolute;top:24px;right:-16px;z-index:100;width:28px;height:28px;border-radius:50%;border:1px solid var(--ui-border-soft);background:var(--ui-surface-1);color:var(--ui-text-soft);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:13px;box-shadow:0 2px 6px #0000001a;transition:background .15s,color .15s}.app-shell__collapse-btn:hover{background:var(--ui-surface-2);color:var(--ui-text-main)}.app-shell__mobile-topbar{display:none}.app-shell__menu-button{border-radius:var(--ui-radius-md);border-color:var(--ui-border-soft);color:var(--ui-text-main);font-family:var(--font-family-bold)}.app-shell__mobile-drawer-root :global(.ant-drawer-content){background:transparent}.app-shell__mobile-drawer-root :global(.ant-drawer-body){padding:0!important}.app-shell__mobile-sidebar{width:100%!important;height:100%!important;border-right:0!important;border-bottom:0!important}.app-shell__back-top{inset-inline-end:auto!important;right:auto!important;left:276px!important;bottom:28px!important}.ui-page-card{width:100%;border-radius:var(--ui-radius-xl);border:1px solid var(--ui-border-soft);box-shadow:var(--ui-shadow-soft);background:var(--ui-surface-1)}.ui-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--ui-space-3);margin-bottom:var(--ui-space-4)}.ui-page-header--compact{margin-bottom:var(--ui-space-2)}.ui-page-title-wrap{display:flex;flex-direction:column;gap:4px}.ui-page-title{margin:0;color:var(--ui-text-main);font-family:var(--font-family-bold);font-size:clamp(22px,1.9vw,30px);line-height:1.15}.ui-page-subtitle{margin:0;color:var(--ui-text-muted);font-size:14px}.ui-page-actions{display:flex;align-items:center;gap:var(--ui-space-2);flex-wrap:wrap}.ui-kpi-grid{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:var(--ui-space-3);margin-bottom:var(--ui-space-3)}.ui-kpi-card{border-radius:var(--ui-radius-md);border:1px solid rgba(29,78,216,.12);background:linear-gradient(135deg,rgba(237,245,255,.88),var(--ui-surface-1))}.ui-filter-bar{border-radius:var(--ui-radius-md);border:1px solid var(--ui-border-soft);background:var(--ui-surface-2);padding:var(--ui-space-3);margin-bottom:var(--ui-space-3)}.ui-meta-bar{display:flex;align-items:center;justify-content:space-between;gap:var(--ui-space-2);margin-bottom:var(--ui-space-2);color:var(--ui-text-muted);font-size:14px}.ui-table-shell{border-radius:var(--ui-radius-md);border:1px solid var(--ui-border-soft);overflow:hidden;background:var(--ui-surface-1)}.ui-detail-template .ui-page-subtitle{max-width:760px}.ui-form-template .ui-form-section{margin:0}.ui-form-template .ui-form-section-title{margin-bottom:2px}.ui-form-template .ui-form-row{margin:0}.ui-form-template .ui-form-actions{margin-top:var(--ui-space-1)}.ui-risk-overdue{color:var(--ui-danger);font-family:var(--font-family-bold)}.ui-risk-soon{color:var(--ui-warning);font-family:var(--font-family-bold)}.ui-risk-ok{color:var(--ui-success);font-family:var(--font-family-bold)}@media (width <= 1280px){.ui-kpi-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}}@media (width <= 980px){.app-shell{flex-direction:column}.app-shell__mobile-topbar{display:flex;align-items:center;padding:0 var(--ui-space-3);margin-top:var(--ui-space-2)}.app-shell__content{padding:var(--ui-space-3)}.app-shell__back-top{left:20px!important;bottom:20px!important}.ui-page-header{flex-direction:column}.ui-meta-bar{flex-direction:column;align-items:flex-start}}@media (width <= 720px){.ui-kpi-grid{grid-template-columns:1fr}}*{margin:0;padding:0;box-sizing:border-box}li{list-style:none}input,button,textarea,select{margin:0;font:inherit}a{text-decoration:none}@font-face{font-family:Mulish-Regular;src:url(/assets/Mulish-Regular-BnqBRrXl.woff2) format("woff2"),url(/assets/Mulish-Regular-DHMgcyg7.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Mulish-Light;src:url(/assets/Mulish-Light-CkGsRgYZ.woff2) format("woff2"),url(/assets/Mulish-Light-Ca6n2FoT.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Mulish-Bold;src:url(/assets/Mulish-Bold-DMlcPfE0.woff2) format("woff2"),url(/assets/Mulish-Bold-B6sbKPb_.woff) format("woff");font-weight:700;font-style:normal}:root{--font-family-main: "Mulish-Regular", tahoma, sans-serif;--font-family-light: "Mulish-Light", tahoma, sans-serif;--font-family-bold: "Mulish-Bold", tahoma, sans-serif;--font-size-s: 12px;--font-line-s: 20px;--font-s-light: var(--font-size-s) / var(--font-line-s) var(--font-family-light);--font-s: var(--font-size-s) / var(--font-line-s) var(--font-family-main);--font-s-bold: var(--font-size-s) / var(--font-line-s) var(--font-family-bold);--font-size-m: 16px;--font-line-m: 24px;--font-m-light: var(--font-size-m) / var(--font-line-m) var(--font-family-light);--font-m: var(--font-size-m) / var(--font-line-m) var(--font-family-main);--font-m-bold: var(--font-size-m) / var(--font-line-m) var(--font-family-bold);--font-size-l: 24px;--font-line-l: 32px;--font-l: var(--font-size-l) / var(--font-line-l) var(--font-family-main);--font-l-bold: var(--font-size-l) / var(--font-line-l) var(--font-family-bold);--font-size-xl: 32px;--font-line-xl: 40px;--font-xl: var(--font-size-xl) / var(--font-line-xl) var(--font-family-main);--font-xl-bold: var(--font-size-xl) / var(--font-line-xl) var(--font-family-bold);--font-size-xxl: 40px;--font-line-xxl: 48px;--font-xxl: var(--font-size-xxl) / var(--font-line-xxl) var(--font-family-main);--font-xxl-bold: var(--font-size-xxl) / var(--font-line-xxl) var(--font-family-bold);--navbar-height: 68px;--sidebar-width: 250px;--sidebar-width-collapsed: 50px;--modal-z-index: 1000;--dialog-z-index: 1200;--overlay-color: rgba(0 0 0 / 60%);--red-light: #ff0001;--red-dark: #ce0505}:root{--bg-color: #f0f5fb;--full-black: #000000;--bg-white-color: #ffffff;--bg-main-color: #f3f7fc;--bg-grey-color: #94a3b8;--nemenu-grey: #64748b;--inverted-bg-color: #ffffff;--primary-color: #16324f;--secondary-color: #55708f;--inverted-primary-color: #7f93aa;--inverted-secondary-color: #1f2937;--bg-gradient-main: rgb(29, 78, 216);--bg-switcher-gradient-main: rgb(8, 145, 178);--bg-linear-main: linear-gradient(90deg, rgba(29, 78, 216, 1) 0%, rgba(8, 145, 178, 1) 100%);--bg-switcher-linear-main: linear-gradient(90deg, rgba(8, 145, 178, 1) 15%, rgba(29, 78, 216, 1) 100%);--ui-surface-0: #f3f7fc;--ui-surface-1: #ffffff;--ui-surface-2: #f7fbff;--ui-border-soft: rgba(18, 53, 87, .1);--ui-border-strong: rgba(18, 53, 87, .16);--ui-text-main: #132d49;--ui-text-muted: #4f6f92;--ui-text-soft: #6d86a3;--ui-accent: #1d4ed8;--ui-accent-soft: #dbe9ff;--ui-success: #167c56;--ui-warning: #b76b00;--ui-danger: #bb2d3b;--ui-radius-sm: 10px;--ui-radius-md: 14px;--ui-radius-lg: 18px;--ui-radius-xl: 24px;--ui-shadow-soft: 0 10px 30px rgba(18, 53, 87, .08);--ui-shadow-md: 0 18px 44px rgba(18, 53, 87, .1);--ui-space-1: 8px;--ui-space-2: 12px;--ui-space-3: 16px;--ui-space-4: 20px;--ui-space-5: 24px;--ui-space-6: 28px;--skeleton-color: #d9e2ef;--skeleton-shadow: #c2d1e3;--card-bg: #ffffff;--bg-sidebar-color: #0f2740;--dots-color: #0ea5e9}.ant-btn:has(.anticon-plus){color:var(--ui-accent-primary, #2563eb)!important;border:1px solid var(--ui-accent-primary, #2563eb)!important;background:transparent!important;box-shadow:none!important}.ant-btn:has(.anticon-plus):hover{color:#1d4ed8!important;border-color:#1d4ed8!important;background:color-mix(in srgb,#2563eb 6%,transparent)!important}.ant-btn:has(.anticon-plus) span{color:inherit!important}body{font:var(--font-m);color:var(--primary-color);background:var(--bg-main-color);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.app,.app_modal,.app_drawer{background:var(--bg-main-color);min-height:100vh}.mainLoader{display:flex;align-items:center;justify-content:center;width:100%;height:100%}*::-webkit-scrollbar{width:4px;height:0px}*::-webkit-scrollbar-track{background:var(--card-bg)}*::-webkit-scrollbar-thumb{background-color:var(--inverted-primary-color);border-radius:20px}._PageError_10851_1{width:100%;height:100vh;display:flex;flex-direction:column;gap:20px;align-items:center;justify-content:center}._diagnostics_10851_11{width:min(960px,100% - 32px);max-height:50vh;overflow:auto;border:1px solid #cbd5e1;border-radius:8px;background:#fff;padding:12px;margin:0;font-size:12px;line-height:1.45;color:#1f2937;white-space:pre-wrap;word-break:break-word}
