:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--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-container-width: fit-content;--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-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--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;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.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%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.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%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;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{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.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-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.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;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.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:1;opacity:.7;transform-origin:left}.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}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-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)}}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,main,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}*[hidden]{display:none}body{line-height:1}menu,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}:root{--app-bg-gradient: radial-gradient(circle at 18% 8%, rgba(0, 106, 90, .26) 0%, rgba(3, 17, 38, 0) 34%), radial-gradient(circle at 88% 88%, rgba(18, 56, 116, .22) 0%, rgba(3, 17, 38, 0) 42%), linear-gradient(180deg, #03142c 0%, #041836 100%);--app-text-primary: #e9f2ff;--app-text-secondary: #bfd3ea;--app-text-muted: #8ca6c2;--app-border: rgba(156, 194, 234, .2);--app-border-soft: rgba(156, 194, 234, .12);--app-border-strong: rgba(156, 194, 234, .24);--surface-panel-border: rgba(156, 194, 234, .16);--surface-panel-border-strong: rgba(156, 194, 234, .24);--surface-divider: rgba(156, 194, 234, .14);--surface-divider-soft: rgba(156, 194, 234, .09);--surface-panel-bg: linear-gradient(180deg, rgba(14, 37, 64, .8) 0%, rgba(9, 24, 44, .78) 100%);--surface-panel-bg-strong: linear-gradient(180deg, rgba(16, 39, 70, .9) 0%, rgba(8, 20, 40, .88) 100%);--surface-subtle-bg: rgba(8, 21, 39, .52);--surface-table-bg: rgba(6, 18, 34, .68);--surface-table-head-bg: rgba(11, 30, 55, .84);--surface-table-head-bg-strong: rgba(11, 30, 55, .88);--surface-row-odd: rgba(8, 22, 41, .58);--surface-row-even: rgba(10, 26, 48, .62);--surface-row-hover: rgba(14, 34, 60, .68);--surface-footer-bg: linear-gradient(180deg, rgba(13, 33, 58, .96) 0%, rgba(9, 24, 45, .96) 100%);--surface-metric-highlight-border: rgba(79, 190, 146, .3);--surface-metric-highlight-bg: linear-gradient(180deg, rgba(16, 43, 74, .95) 0%, rgba(11, 31, 55, .93) 100%);--surface-chip-border: rgba(124, 164, 206, .36);--app-sidebar-bg: linear-gradient(180deg, rgba(8, 24, 46, .95) 0%, rgba(6, 20, 40, .95) 100%);--app-topbar-bg: linear-gradient(180deg, rgba(5, 20, 40, .94) 0%, rgba(5, 20, 40, .9) 100%);--header-control-bg: rgba(255, 255, 255, .04);--header-control-bg-hover: rgba(255, 255, 255, .08);--header-control-border: rgba(255, 255, 255, .12);--header-control-border-hover: rgba(147, 197, 253, .36);--header-control-text: #f1f6ff;--menu-bg: linear-gradient(180deg, rgba(16, 40, 69, .98) 0%, rgba(10, 26, 46, .98) 100%);--menu-border: rgba(255, 255, 255, .18);--menu-shadow: 0 14px 28px rgba(3, 11, 24, .45);--menu-item-hover: rgba(24, 62, 104, .5);--menu-item-active: rgba(66, 209, 255, .16);--menu-item-text: var(--app-text-secondary);--menu-item-text-muted: #9fb9d6;--table-head-text: #9ab3ce;--table-head-icon: #6f8fb2;--table-body-text: #c8daee;--table-body-link: #a6c9ee;--table-body-secondary: #8ca5bf;--field-bg: linear-gradient(180deg, rgba(19, 47, 80, .88) 0%, rgba(12, 31, 54, .88) 100%);--field-border: rgba(255, 255, 255, .2);--field-border-focus: rgba(83, 182, 255, .65);--field-text: #deebf8;--field-placeholder: #9eb8d5;--field-icon: #9fb9d6;--field-disabled-bg: rgba(9, 24, 43, .55);--field-disabled-border: rgba(255, 255, 255, .1);--field-disabled-text: rgba(255, 255, 255, .26);--btn-primary-bg: #13aa6a;--btn-primary-bg-hover: #109d61;--btn-primary-text: #ffffff;--btn-secondary-bg: linear-gradient(180deg, rgba(19, 47, 80, .9) 0%, rgba(12, 31, 54, .9) 100%);--btn-secondary-bg-hover: linear-gradient(180deg, rgba(23, 56, 92, .95) 0%, rgba(15, 37, 64, .95) 100%);--btn-secondary-border: rgba(255, 255, 255, .18);--btn-secondary-text: #cfe3f8;--btn-disabled-bg: rgba(9, 24, 43, .55);--btn-disabled-border: rgba(255, 255, 255, .1);--btn-disabled-text: rgba(255, 255, 255, .28);--tabs-bg: rgba(12, 33, 58, .72);--tabs-border: rgba(255, 255, 255, .12);--tabs-btn-text: #89a4c1;--tabs-btn-active-text: var(--app-text-primary);--tabs-btn-active-bg: linear-gradient(180deg, rgba(32, 69, 108, .9) 0%, rgba(24, 54, 87, .9) 100%);--tabs-btn-active-border: rgba(120, 167, 214, .45);--popup-overlay: rgba(2, 10, 20, .56);--popup-bg: linear-gradient(180deg, rgba(17, 42, 72, .99) 0%, rgba(9, 24, 45, .99) 100%);--popup-border: rgba(255, 255, 255, .18);--popup-head-border: rgba(255, 255, 255, .12);--popup-title: #e8f3ff;--popup-close: #c8dff7;--popup-close-hover: #f2f9ff;--popup-shadow: 0 20px 50px rgba(2, 9, 20, .5);--danger: #ff9ca8;--danger-strong: #d31c2e;--danger-soft-bg: rgba(211, 28, 46, .14);--scroll-thumb-bg: rgba(181, 205, 231, .42);--scroll-thumb-border: rgba(7, 24, 43, .9)}[data-theme=light]{--app-bg-gradient: radial-gradient(circle at 8% 0%, rgba(45, 204, 186, .2) 0%, rgba(45, 204, 186, 0) 32%), radial-gradient(circle at 96% 100%, rgba(43, 118, 241, .2) 0%, rgba(43, 118, 241, 0) 35%), linear-gradient(180deg, #edf4fb 0%, #e4edf7 100%);--app-text-primary: #0f223b;--app-text-secondary: #213f5f;--app-text-muted: #4a6788;--app-border: rgba(27, 57, 94, .18);--app-border-soft: rgba(27, 57, 94, .1);--app-border-strong: rgba(27, 57, 94, .2);--surface-panel-border: rgba(27, 57, 94, .14);--surface-panel-border-strong: rgba(27, 57, 94, .2);--surface-divider: rgba(27, 57, 94, .12);--surface-divider-soft: rgba(27, 57, 94, .08);--surface-panel-bg: linear-gradient(180deg, rgba(255, 255, 255, .92) 0%, rgba(245, 250, 255, .92) 100%);--surface-panel-bg-strong: linear-gradient(180deg, rgba(252, 255, 255, .96) 0%, rgba(241, 248, 255, .96) 100%);--surface-subtle-bg: rgba(27, 95, 174, .08);--surface-table-bg: rgba(255, 255, 255, .78);--surface-table-head-bg: rgba(244, 250, 255, .92);--surface-table-head-bg-strong: rgba(240, 247, 255, .96);--surface-row-odd: rgba(255, 255, 255, .9);--surface-row-even: rgba(247, 252, 255, .9);--surface-row-hover: rgba(233, 243, 255, .92);--surface-footer-bg: linear-gradient(180deg, rgba(250, 253, 255, .98) 0%, rgba(241, 248, 255, .98) 100%);--surface-metric-highlight-border: rgba(22, 130, 92, .3);--surface-metric-highlight-bg: linear-gradient(180deg, rgba(236, 250, 245, .95) 0%, rgba(225, 246, 238, .95) 100%);--surface-chip-border: rgba(78, 126, 179, .32);--app-sidebar-bg: linear-gradient(180deg, rgba(240, 247, 255, .96) 0%, rgba(232, 242, 252, .96) 100%);--app-topbar-bg: linear-gradient(180deg, rgba(249, 252, 255, .95) 0%, rgba(243, 248, 254, .93) 100%);--header-control-bg: rgba(17, 52, 94, .06);--header-control-bg-hover: rgba(17, 52, 94, .1);--header-control-border: rgba(22, 58, 102, .16);--header-control-border-hover: rgba(42, 127, 226, .42);--header-control-text: #102843;--menu-bg: linear-gradient(180deg, rgba(255, 255, 255, .99) 0%, rgba(246, 250, 255, .99) 100%);--menu-border: rgba(26, 68, 118, .2);--menu-shadow: 0 14px 28px rgba(10, 32, 62, .14);--menu-item-hover: rgba(27, 95, 174, .12);--menu-item-active: rgba(38, 158, 255, .16);--menu-item-text: #123357;--menu-item-text-muted: #3f5e7f;--table-head-text: #46678c;--table-head-icon: #6383a8;--table-body-text: #193b61;--table-body-link: #245993;--table-body-secondary: #486989;--field-bg: linear-gradient(180deg, rgba(255, 255, 255, .95) 0%, rgba(246, 250, 255, .95) 100%);--field-border: rgba(33, 75, 126, .2);--field-border-focus: rgba(45, 126, 219, .66);--field-text: #122f4f;--field-placeholder: #5f7fa3;--field-icon: #5e7a9c;--field-disabled-bg: rgba(132, 160, 194, .12);--field-disabled-border: rgba(33, 75, 126, .14);--field-disabled-text: rgba(21, 48, 79, .42);--btn-primary-bg: #13aa6a;--btn-primary-bg-hover: #109d61;--btn-primary-text: #ffffff;--btn-secondary-bg: linear-gradient(180deg, rgba(245, 250, 255, .98) 0%, rgba(236, 245, 255, .98) 100%);--btn-secondary-bg-hover: linear-gradient(180deg, rgba(238, 247, 255, 1) 0%, rgba(229, 241, 255, 1) 100%);--btn-secondary-border: rgba(27, 70, 117, .2);--btn-secondary-text: #16385e;--btn-disabled-bg: rgba(132, 160, 194, .12);--btn-disabled-border: rgba(33, 75, 126, .14);--btn-disabled-text: rgba(21, 48, 79, .42);--tabs-bg: rgba(23, 65, 109, .08);--tabs-border: rgba(27, 70, 117, .2);--tabs-btn-text: #4f6d8d;--tabs-btn-active-text: #123357;--tabs-btn-active-bg: linear-gradient(180deg, rgba(237, 246, 255, .95) 0%, rgba(227, 239, 255, .95) 100%);--tabs-btn-active-border: rgba(52, 124, 207, .42);--popup-overlay: rgba(11, 23, 39, .36);--popup-bg: linear-gradient(180deg, rgba(255, 255, 255, .99) 0%, rgba(245, 250, 255, .99) 100%);--popup-border: rgba(26, 68, 118, .2);--popup-head-border: rgba(26, 68, 118, .15);--popup-title: #102946;--popup-close: #4f6d8d;--popup-close-hover: #16395f;--popup-shadow: 0 20px 50px rgba(10, 32, 62, .2);--danger: #d31c2e;--danger-strong: #d31c2e;--danger-soft-bg: rgba(211, 28, 46, .1);--scroll-thumb-bg: rgba(54, 93, 138, .32);--scroll-thumb-border: rgba(236, 245, 255, .95)}*,*:after,*:before{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:SF Pro Text,SF Pro Display,Segoe UI,Inter,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;font-weight:400;color:var(--app-text-primary);line-height:normal;background:var(--app-bg-gradient);transition:background .2s ease,color .2s ease}button,input,a,li{font-family:SF Pro Text,SF Pro Display,Segoe UI,Inter,Roboto,Helvetica Neue,Arial,sans-serif;text-decoration:none}.wrapper{width:100%;display:flex;flex-direction:column;min-height:100vh}.main{display:flex;flex-direction:column;flex:1 0 auto}.footer{flex:0 0 auto}.container{max-width:1416px;width:100%;display:flex;flex-direction:column;padding:0 20px;margin:0 auto}.no-scroll{overflow:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent;margin:4px 0}::-webkit-scrollbar-thumb{border:2px solid var(--scroll-thumb-border);border-radius:10px;background:var(--scroll-thumb-bg)}.recharts-pie-sector,.recharts-surface{outline:none!important}.recharts-pie-sector path,.recharts-surface path{outline:none!important}._layout_nqjst_1{min-height:100vh;display:grid;grid-template-columns:260px 1fr;background:var(--app-bg-gradient);color:var(--app-text-primary);transition:grid-template-columns .2s ease}._layout_collapsed_nqjst_10{grid-template-columns:88px 1fr}._sidebar_nqjst_14{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;border-right:1px solid var(--app-border);background:var(--app-sidebar-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:width .2s ease;z-index:40}._sidebar_collapsed_nqjst_27 ._sidebar__logo_text_nqjst_27{opacity:0;width:0;pointer-events:none}._sidebar__top_nqjst_33{height:72px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--app-border-soft);padding:0 14px}._sidebar__toggle_nqjst_42{width:36px;height:36px;border:1px solid var(--header-control-border);border-radius:10px;background:var(--header-control-bg);color:var(--header-control-text);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}._sidebar__toggle_nqjst_42:hover{background:var(--header-control-bg-hover);border-color:var(--header-control-border-hover)}._sidebar__logo_nqjst_27{min-width:0;display:inline-flex;align-items:center;gap:10px;color:var(--app-text-primary)}._sidebar__logo_mark_nqjst_67{width:32px;height:32px;border-radius:9px;background:linear-gradient(135deg,#42d1ff,#2563eb);color:#031326;font-size:12px;font-weight:800;letter-spacing:.02em;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}._sidebar__logo_text_nqjst_27{min-width:0;display:inline-flex;flex-direction:column;gap:1px;line-height:1.1;transition:opacity .2s ease}._sidebar__logo_text_main_nqjst_91{font-size:19px;font-weight:800;letter-spacing:.02em;text-transform:none;white-space:nowrap}._sidebar__logo_text_sub_nqjst_99{font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--app-text-secondary)}._sidebar__menu_nqjst_107{flex:1;overflow:auto;padding:16px 10px 12px}._content_nqjst_113{min-width:0;display:flex;flex-direction:column}._topbar_nqjst_119{position:sticky;top:0;z-index:30;height:72px;display:flex;align-items:center;justify-content:flex-end;border-bottom:1px solid var(--app-border-soft);background:var(--app-topbar-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:0 20px}._topbar__row_nqjst_133{display:flex;align-items:center;gap:12px}._topbar__separator_nqjst_139{width:1px;height:22px;background:var(--app-border-strong)}._main_nqjst_145{min-height:calc(100vh - 72px);padding:16px 20px 24px;overflow-x:hidden}@media (max-width: 1024px){._layout_nqjst_1,._layout_collapsed_nqjst_10{grid-template-columns:1fr}._sidebar_nqjst_14,._sidebar_collapsed_nqjst_27{position:static;height:auto;border-right:0;border-bottom:1px solid var(--app-border-soft)}._sidebar_nqjst_14 ._sidebar__logo_text_nqjst_27,._sidebar_collapsed_nqjst_27 ._sidebar__logo_text_nqjst_27{opacity:1;width:auto;pointer-events:auto}._sidebar__menu_nqjst_107{padding-top:10px}._topbar_nqjst_119{height:64px;padding:0 12px}._main_nqjst_145{min-height:calc(100vh - 64px);padding:12px}}._header_12fzi_1{position:relative}._header__value_12fzi_4{height:36px;width:60px;display:flex;align-items:center;justify-content:space-between;gap:4px;font-size:14px;font-weight:500;color:var(--header-control-text);line-height:20px;border-radius:12px;border:1px solid var(--header-control-border);background:var(--header-control-bg);padding:0 8px;cursor:pointer;-webkit-user-select:none;user-select:none}._header__value_12fzi_4:hover{border-color:var(--header-control-border-hover);background:var(--header-control-bg-hover)}._header__value_icon_12fzi_26{max-width:20px;max-height:20px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:var(--header-control-text)}._header__select_12fzi_36{position:absolute;top:120%;left:0;width:150px;border:1px solid var(--menu-border);border-radius:12px;background:var(--menu-bg);box-shadow:var(--menu-shadow);padding:8px;z-index:55}._header__list_12fzi_48{width:100%;display:flex;flex-direction:column;gap:4px}._header__list_item_12fzi_54{height:28px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;border-radius:8px;padding:0 8px;cursor:pointer;-webkit-user-select:none;user-select:none}._header__list_item_active_12fzi_66{background:var(--menu-item-active)}._header__list_item_text_12fzi_69{font-size:14px;font-weight:400;color:var(--menu-item-text);line-height:20px}._header__list_item_icon_12fzi_75{max-width:16px;max-height:16px;width:16px;height:16px;display:flex;align-items:center;justify-content:center;color:var(--menu-item-text-muted)}._input_slspc_1{width:100%;font-family:SF Pro Text,SF Pro Display,Segoe UI,Inter,Roboto,Helvetica Neue,Arial,sans-serif;outline:none;border:none;background:transparent}._input_slspc_1::placeholder{color:var(--field-placeholder)}._input__sm_slspc_11{font-size:12px;font-weight:400;line-height:18px}._input__md_slspc_16{font-size:14px;font-weight:400;line-height:20px}._input__lg_slspc_21{font-size:16px;font-weight:400;line-height:24px}._input__row_slspc_26{width:100%;display:flex;align-items:center}._input__row_sm_slspc_31{height:32px;gap:8px;padding:0 8px}._input__row_md_slspc_36{height:36px;gap:10px;padding:0 8px}._input__row_lg_slspc_41{height:40px;gap:10px;padding:0 12px}._input__primary_slspc_46{color:var(--field-text)}._input__row_primary_slspc_49{border:1px solid var(--field-border);border-radius:12px;background:var(--field-bg);transition:border-color .2s}._input__row_primary_slspc_49:focus-within{border-color:var(--field-border-focus)}._input__icon_slspc_58{display:flex;align-items:center;justify-content:center;color:var(--field-icon)}._input__icon_sm_slspc_64{max-width:14px;max-height:14px;width:100%;height:14px}._input__icon_md_slspc_70{max-width:16px;max-height:16px;width:100%;height:16px}._input__icon_lg_slspc_76{max-width:18px;max-height:18px;width:100%;height:18px}._input__row_error_slspc_82{border-color:#d31c2e}._input__row_error_slspc_82:focus-within{border-color:#d31c2e}._input__row_disabled_slspc_88{border:1px solid var(--field-disabled-border);background:var(--field-disabled-bg);cursor:not-allowed}._input__row_disabled_slspc_88 input,._input__row_disabled_slspc_88 ._input__icon_slspc_58{color:var(--field-disabled-text)}._field_1jcay_1{width:100%;display:flex;flex-direction:column}._field__sm_1jcay_6{gap:6px}._field__md_1jcay_9,._field__lg_1jcay_9{gap:8px}._field__title_1jcay_12{font-family:SF Pro Text,SF Pro Display,Segoe UI,Inter,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--app-text-secondary)}._field__title_1jcay_12 span{color:#d31c2e}._field__title_sm_1jcay_19{font-size:12px;font-weight:400;line-height:18px}._field__title_md_1jcay_24{font-size:14px;font-weight:400;line-height:20px}._field__title_lg_1jcay_29{font-size:16px;font-weight:400;line-height:21px}._field__text_1jcay_34{font-family:SF Pro Text,SF Pro Display,Segoe UI,Inter,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--danger)}._field__text_sm_1jcay_38{font-size:10px;font-weight:400;line-height:16px}._field__text_md_1jcay_43,._field__text_lg_1jcay_43{font-size:12px;font-weight:400;line-height:18px}._select_g0lkc_1{width:100%;position:relative}._select__head_g0lkc_5{width:100%;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--field-border);border-radius:12px;background:var(--field-bg);transition:border-color .2s;cursor:pointer;-webkit-user-select:none;user-select:none}._select__head_actions_g0lkc_17{display:flex;align-items:center;gap:4px}._select__head_sm_g0lkc_22{height:32px;gap:8px;padding:0 8px}._select__head_md_g0lkc_27{height:36px;gap:10px;padding:0 8px}._select__head_lg_g0lkc_32{height:40px;gap:10px;padding:0 12px}._select__head_value_g0lkc_37{width:100%;font-family:SF Pro Text,SF Pro Display,Segoe UI,Inter,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--field-text);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._select__head_active_g0lkc_45{border-color:var(--field-border-focus)}._select__head_value_placeholder_g0lkc_48{color:var(--field-placeholder)}._select__head_value_sm_g0lkc_51{font-size:12px;font-weight:400;line-height:18px}._select__head_value_md_g0lkc_56{font-size:14px;font-weight:400;line-height:20px}._select__head_value_lg_g0lkc_61{font-size:16px;font-weight:400;line-height:24px}._select__options_g0lkc_66{max-height:205px;width:100%;height:auto;border:1px solid var(--menu-border);border-radius:12px;background:var(--menu-bg);box-shadow:var(--menu-shadow);padding:8px;overflow-y:auto;z-index:50}._select__options_g0lkc_66::-webkit-scrollbar{width:8px}._select__options_g0lkc_66::-webkit-scrollbar-track{background:transparent;margin:8px 0}._select__options_g0lkc_66::-webkit-scrollbar-thumb{border:2px solid var(--scroll-thumb-border);border-radius:10px;background:var(--scroll-thumb-bg)}._select__options_list_g0lkc_90{display:flex;flex-direction:column;gap:4px}._select__arrow_g0lkc_95{display:flex;align-items:center;justify-content:center;color:var(--field-icon);transition:transform .2s;padding:0;margin:0}._select__arrow_active_g0lkc_104{transform:rotate(180deg)}._select__arrow_sm_g0lkc_107,._select__arrow_md_g0lkc_107,._select__arrow_lg_g0lkc_107{max-width:20px;width:100%;max-height:20px;height:20px}._select__head_clear_g0lkc_113{max-width:16px;max-height:16px;width:100%;height:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#d31c2e;outline:none;border:none;background:transparent;cursor:pointer}._select__error_g0lkc_128{border-color:#d31c2e}._select__disabled_g0lkc_131{border:1px solid var(--field-disabled-border);background:var(--field-disabled-bg);cursor:not-allowed}._select__disabled_g0lkc_131 ._select__head_value_g0lkc_37,._select__disabled_g0lkc_131 ._select__arrow_g0lkc_95,._select__disabled_g0lkc_131 ._select__head_clear_g0lkc_113{color:var(--field-disabled-text);cursor:not-allowed}._select__options_item_5fing_1{width:100%;display:flex;align-items:center;font-family:SF Pro Text,SF Pro Display,Segoe UI,Inter,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--menu-item-text);border-radius:8px;transition:background .2s;cursor:pointer;overflow:hidden}._select__options_item_5fing_1:hover{background:var(--menu-item-hover)}._select__options_item_sm_5fing_15{height:28px;gap:8px;padding:0 8px}._select__options_item_md_5fing_20{height:28px;gap:10px;padding:0 8px}._select__options_item_lg_5fing_25{height:30px;gap:10px;padding:0 12px}._select__options_item_text_5fing_30{width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._select__options_item_text_sm_5fing_36{font-size:12px;font-weight:400;line-height:18px}._select__options_item_text_md_5fing_41{font-size:14px;font-weight:400;line-height:20px}._select__options_item_text_lg_5fing_46{font-size:16px;font-weight:400;line-height:24px}._input_afvmb_1{width:100%;font-family:SF Pro Text,SF Pro Display,Segoe UI,Inter,Roboto,Helvetica Neue,Arial,sans-serif;outline:none;border:none;background:transparent}._input_afvmb_1::placeholder{color:var(--field-placeholder)}._input_afvmb_1::-ms-clear,._input_afvmb_1::-ms-reveal{display:none}._input__sm_afvmb_14{font-size:12px;font-weight:400;line-height:18px}._input__md_afvmb_19{font-size:14px;font-weight:400;line-height:20px}._input__lg_afvmb_24{font-size:16px;font-weight:400;line-height:24px}._input__row_afvmb_29{width:100%;display:flex;align-items:center}._input__row_sm_afvmb_34{height:32px;gap:8px;padding:0 8px}._input__row_md_afvmb_39{height:36px;gap:10px;padding:0 8px}._input__row_lg_afvmb_44{height:40px;gap:10px;padding:0 12px}._input__primary_afvmb_49{color:var(--field-text)}._input__row_primary_afvmb_52{border:1px solid var(--field-border);border-radius:12px;background:var(--field-bg);transition:border-color .2s}._input__row_primary_afvmb_52:focus-within{border-color:var(--field-border-focus)}._input__icon_afvmb_61{display:flex;align-items:center;justify-content:center;color:var(--field-icon)}._input__icon_sm_afvmb_67{max-width:14px;max-height:14px;width:100%;height:14px}._input__icon_md_afvmb_73{max-width:16px;max-height:16px;width:100%;height:16px}._input__icon_lg_afvmb_79{max-width:18px;max-height:18px;width:100%;height:18px}._input__row_error_afvmb_85{border-color:#d31c2e}._input__row_error_afvmb_85:focus-within{border-color:#d31c2e}._input__btn_afvmb_91{max-width:20px;max-height:20px;width:100%;height:20px;display:flex;align-items:center;justify-content:center;color:var(--field-icon);outline:none;border:none;background:transparent;padding:0;margin:0;cursor:pointer;-webkit-user-select:none;user-select:none}._input__row_disabled_afvmb_108{border:1px solid var(--field-disabled-border);background:var(--field-disabled-bg);cursor:not-allowed}._input__row_disabled_afvmb_108 input,._input__row_disabled_afvmb_108 ._input__icon_afvmb_61,._input__row_disabled_afvmb_108 ._input__btn_afvmb_91{color:var(--field-disabled-text)}._button_z03u1_1{width:fit-content;display:flex;align-items:center;justify-content:center;outline:none;border:none;background:transparent;cursor:pointer;-webkit-user-select:none;user-select:none}._button__sm_z03u1_12{height:32px;gap:5px;font-size:14px;font-weight:500;line-height:18px;padding:0 12px}._button__md_z03u1_20{height:36px;gap:5px;font-size:14px;font-weight:500;line-height:20px;padding:0 12px}._button__lg_z03u1_28{height:40px;gap:5px;font-size:16px;font-weight:500;line-height:20px;padding:0 14px}._button__primary_z03u1_36{font-family:SF Pro Text,SF Pro Display,Segoe UI,Inter,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--btn-primary-text);border-radius:12px;background:var(--btn-primary-bg);transition:background .3s}._button__primary_z03u1_36:hover{background:var(--btn-primary-bg-hover)}._button__primary_z03u1_36 ._button__icon_z03u1_46{color:var(--btn-primary-text)}._button__secondary_z03u1_49{font-family:SF Pro Text,SF Pro Display,Segoe UI,Inter,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--btn-secondary-text);border:1px solid var(--btn-secondary-border);border-radius:12px;background:var(--btn-secondary-bg);transition:background .3s}._button__secondary_z03u1_49:hover{background:var(--btn-secondary-bg-hover)}._button__secondary_z03u1_49 ._button__icon_z03u1_46{color:var(--btn-secondary-text)}._button__icon_z03u1_46{max-width:20px;max-height:20px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._button__block_z03u1_73{width:100%}._button__disabled_z03u1_76{color:var(--btn-disabled-text);border-color:var(--btn-disabled-border);background:var(--btn-disabled-bg);pointer-events:none}._button__disabled_z03u1_76 ._button__icon_z03u1_46{color:var(--btn-disabled-text)}._switch_oxh80_1{max-width:34px;width:100%;height:20px;flex-shrink:0;border:1px solid #13aa6a;border-radius:100px;background:#13aa6a;position:relative;cursor:pointer;-webkit-user-select:none;user-select:none}._switch__off_oxh80_13{border-color:#9ca3af;background:#9ca3af}._switch__circle_oxh80_17{position:absolute;top:0;bottom:0;left:1px;width:16px;height:16px;border-radius:100px;background:#fff;box-shadow:0 1px 2px #14151a0d;margin:auto 0}._checkbox_1e812_1{position:relative;cursor:pointer;-webkit-user-select:none;user-select:none}._checkbox__input_1e812_6{position:absolute;width:0;height:0;top:0;left:0;opacity:0;scale:0}._checkbox__mark_1e812_15{display:flex;align-items:center;justify-content:center;border:1px solid #13aa6a;border-radius:4px;background:#13aa6a;position:relative}._checkbox__mark_sm_1e812_24{width:16px;height:16px}._checkbox__mark_md_1e812_28{width:20px;height:20px}._checkbox__mark_lg_1e812_32{width:24px;height:24px}._checkbox__mark_error_1e812_36,._checkbox__mark_error_1e812_36:hover{border-color:#d31c2e!important}._checkbox__mark_disabled_1e812_42{background:#e5e7eb!important;border-color:#e5e7eb!important}._checkbox__mark_disabled_1e812_42:hover{border-color:#e5e7eb!important}._checkbox__mark_icon_1e812_49{width:16px;height:16px;color:#fff}._checkbox__input_1e812_6:not(:checked)+._checkbox__mark_1e812_15{background:#fff;border-color:#9ca3af}._checkbox__input_1e812_6:not(:checked)+._checkbox__mark_1e812_15 ._checkbox__mark_icon_1e812_49{display:none}._checkbox__input_1e812_6:not(:checked)+._checkbox__mark_1e812_15:hover{border-color:#13aa6a}._checkbox__input_1e812_6:not(:checked)+._checkbox__mark_disabled_1e812_42{background:#e5e7eb!important;border-color:#e5e7eb!important}._checkbox__input_1e812_6:not(:checked)+._checkbox__mark_disabled_1e812_42:hover{border-color:#e5e7eb!important}.rc-pagination{width:100%;display:flex;align-items:center;justify-content:center;gap:12px}.rc-pagination-disabled div{color:var(--field-disabled-text)}._date_nfxrw_1{width:100%;position:relative}._date__input_nfxrw_5{width:100%;display:flex;align-items:center;gap:10px;border:1px solid var(--field-border);border-radius:12px;background:var(--field-bg);transition:border-color .2s;cursor:pointer}._date__input_active_nfxrw_16{border-color:var(--field-border-focus)}._date__input_sm_nfxrw_19{height:32px;gap:8px;padding:0 8px}._date__input_md_nfxrw_24{height:36px;gap:10px;padding:0 8px}._date__input_lg_nfxrw_29{height:40px;gap:10px;padding:0 12px}._date__value_nfxrw_34{font-family:SF Pro Text,SF Pro Display,Segoe UI,Inter,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--field-text)}._date__value_sm_nfxrw_38{font-size:12px;font-weight:400;line-height:18px}._date__value_md_nfxrw_43{font-size:14px;font-weight:400;line-height:20px}._date__value_lg_nfxrw_48{font-size:16px;font-weight:400;line-height:24px}._date__value_placeholder_nfxrw_53{color:var(--field-placeholder)}._date__input_icon_nfxrw_56{max-width:20px;max-height:20px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:var(--field-icon)}._date__input_error_nfxrw_66{border-color:#d31c2e}._date__input_error_nfxrw_66:focus-within{border-color:#d31c2e}._date__input_disabled_nfxrw_72{border:1px solid var(--field-disabled-border);background:var(--field-disabled-bg);cursor:not-allowed}._date__input_disabled_nfxrw_72 ._date__value_nfxrw_34,._date__input_disabled_nfxrw_72 ._date__input_icon_nfxrw_56{color:var(--field-disabled-text)}._calendar_ywqsz_1{max-width:300px;min-width:300px;width:100%;border:1px solid #e7e7e7;border-radius:12px;background:#fff;box-shadow:0 4px 12px #0000001a;padding:16px;z-index:50}._calendar__top_ywqsz_12{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px}._calendar__top_value_ywqsz_19{font-size:14px;font-weight:500;color:#111;line-height:20px}._calendar__row_ywqsz_25{width:100%;display:flex;align-items:center;justify-content:space-between}._calendar__head_day_ywqsz_31{height:36px;width:100%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;color:#777;line-height:20px;text-align:center}._calendar__day_ywqsz_43{height:36px;width:100%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:400;color:#111;line-height:20px;text-align:center;border:1px solid transparent;cursor:pointer;-webkit-user-select:none;user-select:none}._calendar__day_previous_ywqsz_58{color:#777}._calendar__day_active_ywqsz_61{color:#fff;border-color:#13aa6a;border-radius:8px;background:#13aa6a}._date_1x23u_1{width:100%;position:relative}._date__input_1x23u_5{width:100%;display:flex;align-items:center;gap:10px;border:1px solid var(--field-border);border-radius:12px;background:var(--field-bg);transition:border-color .2s;cursor:pointer}._date__input_active_1x23u_16{border-color:var(--field-border-focus)}._date__input_sm_1x23u_19{height:32px;gap:8px;padding:0 8px}._date__input_md_1x23u_24{height:36px;gap:10px;padding:0 8px}._date__input_lg_1x23u_29{height:40px;gap:10px;padding:0 12px}._date__value_1x23u_34{font-family:SF Pro Text,SF Pro Display,Segoe UI,Inter,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--field-text);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._date__value_sm_1x23u_41{font-size:12px;font-weight:400;line-height:18px}._date__value_md_1x23u_46{font-size:14px;font-weight:400;line-height:20px}._date__value_lg_1x23u_51{font-size:16px;font-weight:400;line-height:24px}._date__value_placeholder_1x23u_56{color:var(--field-placeholder)}._date__input_icon_1x23u_59{max-width:20px;max-height:20px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:var(--field-icon)}._date__input_error_1x23u_69{border-color:#d31c2e}._date__input_error_1x23u_69:focus-within{border-color:#d31c2e}._date__input_disabled_1x23u_75{border:1px solid var(--field-disabled-border);background:var(--field-disabled-bg);cursor:not-allowed}._date__input_disabled_1x23u_75 ._date__value_1x23u_34,._date__input_disabled_1x23u_75 ._date__input_icon_1x23u_59{color:var(--field-disabled-text)}._calendar_1lsu0_1{max-width:440px;min-width:440px;width:100%;border:1px solid #e7e7e7;border-radius:12px;background:#fff;box-shadow:0 4px 12px #0000001a;padding:16px;z-index:50}._calendar__box_1lsu0_12{width:100%;display:flex;align-items:stretch;justify-content:space-between;gap:12px;margin-bottom:8px}._calendar__column_1lsu0_20{width:100%}._calendar__column_1lsu0_20:nth-child(1){max-width:142px;border-right:1px solid #e7e7e7;padding-right:12px}._calendar__list_1lsu0_28{width:100%;display:flex;flex-direction:column;gap:5px}._calendar__btns_1lsu0_34{display:flex;align-items:center;gap:8px}._calendar__btn_1lsu0_34{height:28px;width:100%;display:flex;align-items:center;justify-content:flex-start;font-size:14px;font-weight:400;color:#111;line-height:20px;text-align:left;outline:none;border:none;border-radius:8px;background:transparent;transition:background .2s;padding:0 8px;cursor:pointer}._calendar__btn_1lsu0_34:hover{background:#fafcfe}._calendar__cancel_1lsu0_61{color:#d31c2e}._calendar__top_1lsu0_64{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px}._calendar__top_value_1lsu0_71,._calendar__value_1lsu0_71{font-size:14px;font-weight:500;color:#111;line-height:20px}._calendar__row_1lsu0_77{width:100%;display:flex;align-items:center;justify-content:space-between}._calendar__head_day_1lsu0_83{height:36px;width:100%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;color:#777;line-height:20px;text-align:center}._calendar__day_1lsu0_95{height:36px;width:100%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:400;color:#111;line-height:20px;text-align:center;border:1px solid transparent;cursor:pointer;-webkit-user-select:none;user-select:none}._calendar__day_previous_1lsu0_110{color:#777}._calendar__day_hovered_1lsu0_113{background:#13aa6a0d}._calendar__day_active_1lsu0_116{color:#fff;border-color:#13aa6a;border-radius:8px;background:#13aa6a}._calendar__day_active_1lsu0_116:has(+._calendar__day_hovered_1lsu0_113){border-top-right-radius:0;border-bottom-right-radius:0}._calendar__day_hovered_1lsu0_113+._calendar__day_active_1lsu0_116{border-top-left-radius:0;border-bottom-left-radius:0}._input_wbr3j_1{width:100%;font-family:SF Pro Text,SF Pro Display,Segoe UI,Inter,Roboto,Helvetica Neue,Arial,sans-serif;outline:none;border:none;background:transparent}._input_wbr3j_1::placeholder{color:var(--field-placeholder)}._input__sm_wbr3j_11{font-size:12px;font-weight:400;line-height:18px}._input__md_wbr3j_16{font-size:14px;font-weight:400;line-height:20px}._input__lg_wbr3j_21{font-size:16px;font-weight:400;line-height:24px}._input__row_wbr3j_26{width:100%;display:flex;align-items:center}._input__row_sm_wbr3j_31{height:32px;gap:8px;padding:0 8px}._input__row_md_wbr3j_36{height:36px;gap:10px;padding:0 8px}._input__row_lg_wbr3j_41{height:40px;gap:10px;padding:0 12px}._input__primary_wbr3j_46{color:var(--field-text)}._input__row_primary_wbr3j_49{border:1px solid var(--field-border);border-radius:12px;background:var(--field-bg);transition:border-color .2s}._input__row_primary_wbr3j_49:focus-within{border-color:var(--field-border-focus)}._input__picker_wbr3j_58{max-height:20px;max-width:20px;width:20px;height:20px;flex-shrink:0;outline:none;border:none;background:transparent;cursor:pointer}._input__picker_wbr3j_58::-webkit-color-swatch-wrapper{max-height:20px;max-width:20px;width:20px;height:20px;padding:0}._input__picker_wbr3j_58::-webkit-color-swatch{border:1px solid var(--field-border);border-radius:4px}._input__picker_wbr3j_58:focus{outline:none}._input__row_error_wbr3j_83{border-color:#d31c2e}._input__row_error_wbr3j_83:focus-within{border-color:#d31c2e}._input__picker_disabled_wbr3j_89{max-height:20px;max-width:20px;width:20px;height:20px;flex-shrink:0;border:1px solid var(--field-disabled-border);border-radius:4px;pointer-events:none;cursor:default}._input__row_disabled_wbr3j_100{border:1px solid var(--field-disabled-border);background:var(--field-disabled-bg);cursor:not-allowed}._input__row_disabled_wbr3j_100 input,._input__row_disabled_wbr3j_100 ._input__icon_wbr3j_106{color:var(--field-disabled-text)}._popup_veubd_1{height:100%;width:100%;position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:center;background:var(--popup-overlay);cursor:pointer;z-index:1000}._popup__inner_veubd_14{max-width:430px;width:100%;border:1px solid var(--popup-border);border-radius:18px;background:var(--popup-bg);box-shadow:var(--popup-shadow);position:relative;cursor:default;overflow:hidden}._popup__head_veubd_25{height:56px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--popup-head-border);padding:0 20px}._popup__head_title_veubd_35{width:100%;font-size:18px;font-weight:700;color:var(--popup-title);line-height:24px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._popup__head_close_veubd_45{max-height:20px;max-width:20px;height:20px;width:20px;display:flex;align-items:center;justify-content:center;color:var(--popup-close);outline:none;border:none;background:transparent;cursor:pointer;transition:color .2s ease}._popup__head_close_veubd_45:hover{color:var(--popup-close-hover)}._popup__content_veubd_63{width:100%}._dropzone_8u2ib_1{width:100%;height:100%;position:relative}._dropzone__inner_8u2ib_6{width:100%;height:100%;position:relative;cursor:pointer;z-index:5}._textarea_sb71j_1{width:100%;font-family:SF Pro Text,SF Pro Display,Segoe UI,Inter,Roboto,Helvetica Neue,Arial,sans-serif;display:flex;align-items:center;outline:none;border:none;background:transparent;resize:none}._textarea_sb71j_1::placeholder{color:var(--field-placeholder)}._textarea__sm_sb71j_14{height:60px;gap:10px;font-size:12px;font-weight:400;line-height:18px;padding:8px}._textarea__md_sb71j_22{height:60px;gap:10px;font-size:14px;font-weight:400;line-height:20px;padding:8px}._textarea__lg_sb71j_30{height:80px;gap:10px;font-size:16px;font-weight:400;line-height:24px;padding:12px}._textarea__primary_sb71j_38{color:var(--field-text);border:1px solid var(--field-border);border-radius:12px;background:var(--field-bg);transition:border-color .2s}._textarea__primary_sb71j_38:focus-within{border-color:var(--field-border-focus)}._textarea__error_sb71j_48{border-color:#d31c2e}._textarea__error_sb71j_48:focus-within{border-color:#d31c2e}._textarea__disabled_sb71j_54{border:1px solid var(--field-disabled-border);background:var(--field-disabled-bg);cursor:not-allowed}._textarea__disabled_sb71j_54 textarea{color:var(--field-disabled-text)}._header_55mtc_1{position:relative}._header__box_55mtc_4{height:36px;width:36px;display:flex;align-items:center;justify-content:center;gap:4px;border-radius:12px;border:1px solid var(--header-control-border);background:var(--header-control-bg);cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}._header__box_55mtc_4:hover{border-color:var(--header-control-border-hover);background:var(--header-control-bg-hover)}._header__icon_55mtc_22{max-height:20px;max-width:20px;height:20px;width:20px;display:flex;align-items:center;justify-content:center;color:var(--header-control-text)}._header__count_55mtc_32{position:absolute;top:2px;right:2px;width:16px;height:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:10px;font-weight:400;color:#fff;line-height:12px;border:1px solid var(--app-border);border-radius:100px;background:var(--btn-primary-bg);pointer-events:none;z-index:2}._header__notification_55mtc_52{position:absolute;top:120%;right:0;width:430px;display:flex;flex-direction:column;gap:16px;border:1px solid var(--menu-border);border-radius:12px;background:var(--menu-bg);box-shadow:var(--menu-shadow);padding:16px;z-index:55}._header__notification_title_55mtc_67{font-size:18px;font-weight:500;color:var(--menu-item-text);line-height:24px}._header__notification_list_55mtc_73{width:100%;max-height:300px;display:flex;flex-direction:column;gap:6px;overflow-y:auto}._header__observer_55mtc_81{width:100%;height:5px;opacity:0}._header__text_55mtc_86{font-size:16px;font-weight:500;color:var(--menu-item-text);line-height:21px;text-align:center}._item_1x0c4_1{width:100%;display:flex;flex-direction:column;flex-shrink:0;gap:2px;border:1px solid #e7e7e7;border-radius:6px;background:#fff;padding:12px}._item__title_1x0c4_12{font-size:14px;font-weight:500;color:#111;line-height:21px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._item__date_1x0c4_21{width:100%;font-size:12px;font-weight:500;color:#777;line-height:16px}._item__text_1x0c4_28{width:100%;font-size:14px;font-weight:400;color:#111;line-height:21px}._header_287zs_1{position:relative}._header__user_287zs_4{height:36px;min-width:160px;width:fit-content;display:flex;align-items:center;justify-content:space-between;gap:4px;border:1px solid var(--header-control-border);border-radius:12px;background:var(--header-control-bg);padding:0 8px;cursor:pointer;-webkit-user-select:none;user-select:none}._header__user_287zs_4:hover{border-color:var(--header-control-border-hover);background:var(--header-control-bg-hover)}._header__text_287zs_23{max-width:300px;font-size:14px;font-weight:500;color:var(--header-control-text);line-height:20px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._header__icon_287zs_33{max-width:20px;max-height:20px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:var(--header-control-text)}._header__menu_287zs_43{position:absolute;top:120%;left:0;width:100%;border:1px solid var(--menu-border);border-radius:12px;background:var(--menu-bg);box-shadow:var(--menu-shadow);z-index:55}._header__menu_column_287zs_54{width:100%;display:flex;flex-direction:column;gap:4px;border-bottom:1px solid var(--app-border-soft);padding:8px 16px}._header__menu_name_287zs_62{font-size:16px;font-weight:500;color:var(--menu-item-text);line-height:20px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._header__menu_role_287zs_71{font-size:12px;font-weight:400;color:var(--app-text-muted);line-height:16px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._header__menu_list_287zs_80{width:100%;display:flex;flex-direction:column}._header__menu_list_item_287zs_85{height:36px;width:100%;display:flex;align-items:center;gap:8px;padding:0 16px;cursor:pointer;-webkit-user-select:none;user-select:none}._header__menu_item_icon_287zs_95{max-width:20px;max-height:20px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:var(--menu-item-text-muted)}._header__menu_item_text_287zs_105{font-size:14px;font-weight:400;color:var(--menu-item-text);line-height:20px}._menu_ea6oz_1{width:100%}._menu__list_ea6oz_5{display:flex;flex-direction:column;gap:6px}._item__link_bmeo1_1{width:100%;min-height:40px;display:inline-flex;align-items:center;gap:10px;border:1px solid transparent;border-radius:10px;color:var(--app-text-muted);padding:8px 10px;transition:border-color .2s ease,background-color .2s ease,color .2s ease}._item__link_bmeo1_1:hover{color:var(--app-text-primary);border-color:var(--header-control-border);background:var(--header-control-bg)}._item__link_active_bmeo1_20{color:var(--app-text-primary);border-color:var(--header-control-border-hover);background:linear-gradient(90deg,var(--menu-item-active) 0%,var(--header-control-bg) 100%)}._item__link_collapsed_bmeo1_26{justify-content:center;padding:8px}._item__icon_bmeo1_31{width:22px;height:22px;border-radius:7px;border:1px solid var(--header-control-border);background:var(--header-control-bg);color:var(--menu-item-text-muted);font-size:10px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}._item__text_bmeo1_46{font-size:13px;font-weight:600;line-height:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._item__link_collapsed_bmeo1_26 ._item__text_bmeo1_46{display:none}._item_1wkk5_1{position:relative}._item__head_1wkk5_5{width:100%;min-height:40px;display:inline-flex;align-items:center;gap:10px;border:1px solid transparent;border-radius:10px;color:var(--menu-item-text-muted);padding:8px 10px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:border-color .2s ease,background-color .2s ease,color .2s ease}._item__head_1wkk5_5:hover{color:var(--menu-item-text);border-color:var(--surface-panel-border-strong);background:var(--menu-item-hover)}._item__head_active_1wkk5_26{color:var(--menu-item-text);border-color:var(--tabs-btn-active-border);background:var(--menu-item-active)}._item__head_collapsed_1wkk5_32{justify-content:center;padding:8px}._item__icon_1wkk5_37{width:22px;height:22px;border-radius:7px;border:1px solid var(--surface-panel-border);background:var(--surface-divider-soft);color:var(--table-body-link);font-size:10px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}._item__text_1wkk5_52{font-size:13px;font-weight:600;line-height:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._item__arrow_1wkk5_61{margin-left:auto;max-height:18px;max-width:18px;width:18px;height:18px;color:var(--menu-item-text-muted);display:inline-flex;align-items:center;justify-content:center}._item__head_collapsed_1wkk5_32 ._item__text_1wkk5_52,._item__head_collapsed_1wkk5_32 ._item__arrow_1wkk5_61{display:none}._item__dropdown_1wkk5_78{position:absolute;top:calc(100% + 6px);left:0;width:100%;display:flex;flex-direction:column;gap:4px;border:1px solid var(--surface-panel-border);border-radius:10px;background:var(--menu-bg);box-shadow:var(--menu-shadow);padding:8px;z-index:100}._item__dropdown_compact_1wkk5_94{left:calc(100% + 8px);top:0;width:180px}._item__dropdown__link_1wkk5_100{min-height:30px;width:100%;display:flex;align-items:center;font-size:13px;font-weight:500;color:var(--menu-item-text-muted);border-radius:8px;padding:0 8px}._item__dropdown__link_1wkk5_100:hover{color:var(--menu-item-text);background:var(--menu-item-hover)}._item__dropdown__link_active_1wkk5_117{color:var(--menu-item-text);background:var(--menu-item-active)}._header_1yxk5_1{height:36px;min-width:88px;display:inline-flex;align-items:center;justify-content:center;gap:6px;color:var(--header-control-text);border:1px solid var(--header-control-border);border-radius:12px;background:var(--header-control-bg);padding:0 10px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:border-color .2s ease,background-color .2s ease,color .2s ease}._header_1yxk5_1:hover{background:var(--header-control-bg-hover);border-color:var(--header-control-border-hover)}._header__icon_1yxk5_21{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center}._header__text_1yxk5_28{font-size:13px;font-weight:600;line-height:16px;letter-spacing:.01em}._table_hh3ud_1{position:relative;width:100%;flex-grow:1;border-top:1px solid var(--surface-divider-soft);overflow:auto;background:var(--surface-table-bg);scrollbar-color:rgba(130,153,179,.45) transparent}._table__head_hh3ud_10{position:sticky;top:0;z-index:8;min-height:40px;width:max-content;min-width:100%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--surface-divider);background:var(--surface-table-head-bg);padding:0 16px}._table__head_row_hh3ud_24{width:max-content;min-width:100%;display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}._table__head_checkbox_hh3ud_32{position:sticky;left:0;z-index:10;min-height:40px;width:fit-content;display:flex;align-items:center;flex-shrink:0;border-right:1px solid var(--surface-divider-soft);background:inherit;padding:0 8px}._table__head_actions_hh3ud_45{position:sticky;right:0;z-index:10;min-height:40px;width:96px;display:flex;align-items:center;justify-content:flex-end;flex-shrink:0;font-size:11px;font-weight:600;color:var(--table-head-text);line-height:16px;border-left:1px solid var(--surface-divider-soft);background:inherit;padding:0 8px}._table__head_item_hh3ud_63{min-height:40px;width:124px;flex:0 0 124px;display:flex;align-items:center;font-size:11px;font-weight:500;color:var(--table-head-text);line-height:16px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding:0 8px}._table__head_item_hh3ud_63 span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._table__body_hh3ud_83{width:max-content;min-width:100%;display:flex;flex-direction:column}._table__col_id_hh3ud_89{width:132px;flex:0 0 132px;position:sticky;left:0;z-index:9;background:var(--surface-table-head-bg-strong)}._table__col_name_hh3ud_97{width:250px;flex:0 0 250px;position:sticky;left:132px;z-index:9;background:var(--surface-table-head-bg-strong)}._table__col_status_hh3ud_105{width:88px;flex:0 0 88px}._table__col_compound_hh3ud_109{width:230px;flex:0 0 230px}._table__stack_hh3ud_113{width:100%;display:flex;flex-direction:column;gap:2px;overflow:hidden}._table__stack_primary_hh3ud_120{width:100%;font-size:12px;font-weight:600;color:var(--table-body-text);line-height:15px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._table__stack_secondary_hh3ud_130{width:100%;font-size:11px;font-weight:450;color:var(--table-body-secondary);line-height:14px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._table__body_item_5szfy_1{--row-bg: var(--surface-row-odd);min-height:40px;width:max-content;min-width:100%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--surface-divider-soft);background:var(--row-bg);padding:0 16px}._table__body_item_5szfy_1:nth-child(2n){--row-bg: var(--surface-row-even)}._table__body_item_5szfy_1:hover{--row-bg: var(--surface-row-hover)}._table__body_checkbox_5szfy_19{position:sticky;left:0;z-index:6;min-height:40px;width:fit-content;display:flex;align-items:center;flex-shrink:0;border-right:1px solid var(--surface-divider-soft);background:var(--row-bg);padding:0 8px}._table__body_actions_5szfy_32{position:sticky;right:0;z-index:6;min-height:40px;width:96px;display:flex;align-items:center;justify-content:flex-end;flex-shrink:0;border-left:1px solid var(--surface-divider-soft);background:var(--row-bg);padding:0 8px;overflow:visible}._table__body_row_5szfy_47{width:max-content;min-width:100%;display:flex;align-items:center}._table__body_value_5szfy_53{min-height:40px;width:124px;flex:0 0 124px;display:flex;align-items:center;padding:0 8px;overflow:hidden}._table__body_value_text_5szfy_62{width:100%;display:block;font-size:12px;font-weight:450;color:var(--table-body-text);line-height:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._table__body_value_text_clickable_5szfy_73{cursor:pointer;color:var(--table-body-link);text-decoration:none}._table__body_value_text_badge_active_5szfy_78{width:fit-content;color:#fff;text-decoration:none;border-radius:999px;border:1px solid rgba(43,199,110,.25);background:#189d6138;padding:3px 10px}._table__body_value_text_badge_inactive_5szfy_87{width:fit-content;color:var(--table-head-text);text-decoration:none;border-radius:999px;border:1px solid var(--surface-panel-border-strong);background:var(--surface-divider-soft);padding:3px 10px}._table__body_btn_5szfy_96{height:28px;min-width:68px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:var(--table-body-link);line-height:16px;text-decoration:none;border:1px solid var(--btn-secondary-border);border-radius:999px;background:var(--btn-secondary-bg);outline:none;overflow:hidden;cursor:pointer;transition:all .2s ease}._table__body_btn_5szfy_96:hover{color:var(--app-text-primary);border-color:var(--field-border-focus);background:var(--btn-secondary-bg-hover)}._table__body_btn_5szfy_96 p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._table__col_id_5szfy_125{width:132px;flex:0 0 132px;position:sticky;left:0;z-index:5;background:var(--row-bg)}._table__col_name_5szfy_133{width:250px;flex:0 0 250px;position:sticky;left:132px;z-index:5;background:var(--row-bg)}._table__col_status_5szfy_141{width:88px;flex:0 0 88px}._table__col_compound_5szfy_145{width:230px;flex:0 0 230px}._select_1oyh2_1{width:100%;position:relative}._select__head_1oyh2_5{height:36px;width:100%;display:flex;align-items:center;gap:10px;justify-content:space-between;border:1px solid var(--btn-secondary-border);border-radius:12px;background:var(--btn-secondary-bg);transition:border-color .2s;padding:0 8px;cursor:pointer;-webkit-user-select:none;user-select:none}._select__head_value_1oyh2_20{width:100%;font-family:SF Pro Text,SF Pro Display,Segoe UI,Inter,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:400;color:var(--app-text-secondary);line-height:20px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._select__head_active_1oyh2_31{border-color:var(--field-border-focus)}._select__head_value_placeholder_1oyh2_34{color:var(--field-placeholder)}._select__options_1oyh2_37{max-height:205px;width:310px;height:auto;border:1px solid var(--menu-border);border-radius:12px;background:var(--menu-bg);box-shadow:var(--menu-shadow);padding:8px;overflow-y:auto;z-index:50}._select__options_1oyh2_37::-webkit-scrollbar{width:8px}._select__options_1oyh2_37::-webkit-scrollbar-track{background:transparent;margin:8px 0}._select__options_1oyh2_37::-webkit-scrollbar-thumb{border:2px solid var(--scroll-thumb-border);border-radius:10px;background:var(--scroll-thumb-bg)}._select__arrow_1oyh2_61{max-height:20px;max-width:20px;height:20px;width:100%;display:flex;align-items:center;justify-content:center;color:var(--app-text-secondary);transition:transform .2s;padding:0;margin:0}._select__arrow_active_1oyh2_74{transform:rotate(180deg)}._select_oe3hw_1{width:100%;position:relative}._select__head_oe3hw_5{height:36px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--btn-secondary-border);border-radius:12px;background:var(--btn-secondary-bg);transition:border-color .2s;padding:0 8px;cursor:pointer;-webkit-user-select:none;user-select:none}._select__head_value_oe3hw_20{width:100%;font-family:SF Pro Text,SF Pro Display,Segoe UI,Inter,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:400;color:var(--app-text-secondary);line-height:20px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._select__head_active_oe3hw_31{border-color:var(--field-border-focus)}._select__head_value_placeholder_oe3hw_34{color:var(--field-placeholder)}._select__options_oe3hw_37{max-height:205px;width:310px;height:auto;border:1px solid var(--menu-border);border-radius:12px;background:var(--menu-bg);box-shadow:var(--menu-shadow);padding:8px;overflow-y:auto;z-index:50}._select__options_oe3hw_37::-webkit-scrollbar{width:8px}._select__options_oe3hw_37::-webkit-scrollbar-track{background:transparent;margin:8px 0}._select__options_oe3hw_37::-webkit-scrollbar-thumb{border:2px solid var(--scroll-thumb-border);border-radius:10px;background:var(--scroll-thumb-bg)}._select__options_row_oe3hw_61{display:flex;align-items:center;gap:12px}._select__arrow_oe3hw_66{max-height:20px;max-width:20px;height:20px;width:100%;display:flex;align-items:center;justify-content:center;color:var(--app-text-secondary);transition:transform .2s;padding:0;margin:0}._select__arrow_active_oe3hw_79{transform:rotate(180deg)}._popup__form_13z51_1{display:flex;flex-direction:column;gap:12px}._popup__row_13z51_6{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}._popup__column_13z51_13{max-height:305px;height:auto;width:100%;display:flex;flex-direction:column;gap:12px;padding:16px;overflow-y:auto}._popup__bottom_13z51_23{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--surface-panel-border);background:var(--surface-footer-bg);padding:16px}._popup__cancel_13z51_33{color:#d31c2e}._table__body_item_2y44n_1{--row-bg: var(--surface-row-odd);min-height:40px;width:max-content;min-width:100%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--surface-divider-soft);background:var(--row-bg);padding:0 16px}._table__body_item_2y44n_1:nth-child(2n){--row-bg: var(--surface-row-even)}._table__body_item_2y44n_1:hover{--row-bg: var(--surface-row-hover)}._table__body_checkbox_2y44n_19{position:sticky;left:0;z-index:6;min-height:40px;width:fit-content;display:flex;align-items:center;flex-shrink:0;border-right:1px solid var(--surface-divider-soft);background:var(--row-bg);padding:0 8px}._table__body_actions_2y44n_32{position:sticky;right:0;z-index:6;min-height:40px;width:96px;display:flex;align-items:center;justify-content:flex-end;flex-shrink:0;border-left:1px solid var(--surface-divider-soft);background:var(--row-bg);padding:0 8px;overflow:visible}._table__body_row_2y44n_47{width:max-content;min-width:100%;display:flex;align-items:center}._table__body_value_2y44n_53{min-height:40px;width:124px;flex:0 0 124px;display:flex;align-items:center;padding:0 8px;overflow:hidden}._table__body_value_text_2y44n_62{width:100%;display:block;font-size:12px;font-weight:450;color:var(--table-body-text);line-height:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._table__body_value_text_clickable_2y44n_73{cursor:pointer;color:var(--table-body-link);text-decoration:none}._table__body_value_text_badge_active_2y44n_78{width:fit-content;color:#fff;text-decoration:none;border-radius:999px;border:1px solid rgba(43,199,110,.25);background:#189d6138;padding:3px 10px}._table__body_value_text_badge_inactive_2y44n_87{width:fit-content;color:var(--table-head-text);text-decoration:none;border-radius:999px;border:1px solid var(--surface-panel-border-strong);background:var(--surface-divider-soft);padding:3px 10px}._table__body_btn_2y44n_96{height:28px;min-width:68px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:var(--table-body-link);line-height:16px;text-decoration:none;border:1px solid var(--btn-secondary-border);border-radius:999px;background:var(--btn-secondary-bg);outline:none;cursor:pointer;overflow:hidden;transition:all .2s ease}._table__body_btn_2y44n_96:hover{color:var(--app-text-primary);border-color:var(--field-border-focus);background:var(--btn-secondary-bg-hover)}._table__body_btn_2y44n_96 p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._table__col_id_2y44n_125{width:136px;flex:0 0 136px;position:sticky;left:0;z-index:5;background:var(--row-bg)}._table__col_name_2y44n_133{width:240px;flex:0 0 240px;position:sticky;left:136px;z-index:5;background:var(--row-bg)}._table__col_status_2y44n_141{width:88px;flex:0 0 88px}._table__col_compound_2y44n_145{width:230px;flex:0 0 230px}._dashboard_v6y5j_1{padding:16px 0}._dashboard__container_v6y5j_4{max-width:2000px!important}._dashboard__shell_v6y5j_7{display:grid;grid-template-columns:260px minmax(0,1fr) 320px;gap:12px}@media (max-width: 1500px){._dashboard__shell_v6y5j_7{grid-template-columns:240px minmax(0,1fr)}._dashboard__shell_v6y5j_7 ._tasks_v6y5j_16{grid-column:1/-1}}@media (max-width: 1100px){._dashboard__shell_v6y5j_7{grid-template-columns:1fr}}._sidebar_v6y5j_26,._main_v6y5j_27,._tasks_v6y5j_16{border:1px solid var(--surface-panel-border);border-radius:14px;background:var(--surface-panel-bg-strong)}._sidebar_v6y5j_26{padding:12px}._sidebar__create_v6y5j_37{width:100%;margin-bottom:12px}._sidebar__section_v6y5j_41{border-top:1px solid var(--surface-divider-soft);padding-top:10px;margin-top:10px}._sidebar__section_v6y5j_41:first-of-type{border-top:none;padding-top:0;margin-top:0}._sidebar__title_v6y5j_51{font-size:12px;font-weight:700;color:var(--app-text-secondary);line-height:16px;text-transform:uppercase;margin-bottom:8px}._sidebar__agents_list_v6y5j_59{display:grid;gap:6px;max-height:520px;overflow-y:auto;padding-right:4px}._sidebar__agent_v6y5j_59{width:100%;border:1px solid var(--surface-chip-border);border-radius:10px;background:var(--surface-subtle-bg);font-size:13px;font-weight:600;color:var(--app-text-secondary);line-height:18px;text-align:left;padding:8px 10px;transition:all .15s ease}._sidebar__agent_v6y5j_59:hover{border-color:var(--surface-panel-border-strong);color:var(--app-text-primary)}._sidebar__agent_active_v6y5j_83{border-color:var(--surface-panel-border-strong);background:var(--surface-table-bg);color:var(--app-text-primary)}._main_v6y5j_27{display:grid;min-height:740px}._main__head_v6y5j_93{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--surface-divider);padding:12px 14px}@media (max-width: 900px){._main__head_v6y5j_93{flex-direction:column;align-items:flex-start}}._main__nav_v6y5j_107{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._main__view_switch_v6y5j_113{display:inline-flex;align-items:center;border:1px solid var(--surface-chip-border);border-radius:10px;background:var(--surface-subtle-bg);overflow:hidden}._main__view_btn_v6y5j_121{border:none;background:transparent;font-size:12px;font-weight:700;color:var(--app-text-secondary);line-height:16px;text-transform:uppercase;padding:6px 10px}._main__view_btn_active_v6y5j_131{background:var(--surface-table-bg);color:var(--app-text-primary)}._main__title_block_v6y5j_135{display:flex;flex-direction:column;align-items:flex-end}@media (max-width: 900px){._main__title_block_v6y5j_135{align-items:flex-start}}._main__title_v6y5j_135{font-size:22px;font-weight:700;color:var(--app-text-primary);line-height:28px;text-transform:capitalize}._main__subtitle_v6y5j_152{font-size:13px;font-weight:600;color:var(--app-text-muted);line-height:18px}._calendar_v6y5j_159{display:grid;grid-template-rows:auto 1fr}._calendar__weekdays_v6y5j_163{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));border-bottom:1px solid var(--surface-divider-soft)}._calendar__weekday_v6y5j_163{border-right:1px solid var(--surface-divider-soft);font-size:12px;font-weight:700;color:var(--app-text-secondary);line-height:16px;text-transform:uppercase;letter-spacing:.04em;text-align:center;padding:8px}._calendar__weekday_v6y5j_163:last-child{border-right:none}._calendar__grid_v6y5j_182{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-auto-rows:minmax(114px,1fr)}._calendar__cell_v6y5j_187{display:flex;flex-direction:column;border-right:1px solid var(--surface-divider-soft);border-bottom:1px solid var(--surface-divider-soft);padding:6px;cursor:pointer}._calendar__cell_v6y5j_187:nth-child(7n){border-right:none}._calendar__cell_outside_v6y5j_198{background:var(--surface-subtle-bg);opacity:.58}._calendar__cell_head_v6y5j_202{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}._calendar__cell_head_v6y5j_202 span{font-size:12px;font-weight:700;color:var(--app-text-secondary);line-height:16px}._calendar__day_link_v6y5j_214{border:none;background:transparent;font-size:12px;font-weight:700;color:var(--app-text-secondary);line-height:16px;border-radius:6px;padding:0 4px}._calendar__day_link_v6y5j_214:hover{color:var(--app-text-primary);background:var(--surface-subtle-bg)}._calendar__add_btn_v6y5j_228{width:18px;height:18px;border:1px solid var(--surface-chip-border);border-radius:999px;background:transparent;font-size:13px;font-weight:700;color:var(--app-text-muted);line-height:1;display:inline-flex;align-items:center;justify-content:center}._calendar__add_btn_v6y5j_228:hover{color:var(--app-text-primary);border-color:var(--surface-panel-border-strong)}._calendar__events_v6y5j_246{display:grid;gap:4px}._calendar__more_v6y5j_250{font-size:11px;font-weight:600;color:var(--app-text-muted);line-height:15px;padding-left:4px}._week_v6y5j_258{padding:10px}._week__days_v6y5j_261{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}@media (max-width: 1300px){._week__days_v6y5j_261{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 700px){._week__days_v6y5j_261{grid-template-columns:1fr}}._week__day_v6y5j_261{border:1px solid var(--surface-divider-soft);border-radius:12px;background:var(--surface-subtle-bg);min-height:460px;display:grid;grid-template-rows:auto 1fr}._week__day_head_v6y5j_284{display:flex;align-items:center;justify-content:space-between;gap:8px;border-bottom:1px solid var(--surface-divider-soft);padding:10px}._week__day_head_v6y5j_284 button{border:none;background:transparent;font-size:12px;font-weight:700;color:var(--app-text-secondary);line-height:16px;text-transform:uppercase}._week__events_v6y5j_301{display:grid;align-content:start;gap:6px;max-height:410px;overflow-y:auto;padding:10px}._week__empty_v6y5j_309{border:1px dashed var(--surface-divider-soft);border-radius:10px;font-size:12px;font-weight:500;color:var(--app-text-muted);line-height:16px;text-align:center;padding:12px 8px}._day_v6y5j_320{padding:12px}._day__head_v6y5j_323{display:flex;align-items:center;justify-content:space-between;gap:8px;border-bottom:1px solid var(--surface-divider-soft);padding-bottom:10px;margin-bottom:10px}._day__head_v6y5j_323 h4{font-size:16px;font-weight:700;color:var(--app-text-primary);line-height:22px;text-transform:capitalize}._day__timeline_v6y5j_339{display:grid;max-height:620px;overflow-y:auto;padding-right:4px}._day__slot_v6y5j_345{display:grid;grid-template-columns:56px 1fr;gap:8px;border-bottom:1px solid var(--surface-divider-soft);padding:8px 0}._day__time_v6y5j_339{font-size:12px;font-weight:700;color:var(--app-text-muted);line-height:16px;text-align:right;padding-top:4px}._day__events_v6y5j_360{display:grid;align-content:start;gap:6px}._day__line_v6y5j_365{height:1px;background:var(--surface-divider-soft);margin-top:10px}._event_v6y5j_371{border:1px solid transparent;border-radius:7px;font-size:11px;font-weight:600;color:var(--app-text-primary);line-height:15px;text-align:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding:3px 6px}._event_planned_v6y5j_384{background:#2b84d829;border-color:#2b84d84d}._event_in_progress_v6y5j_388{background:#1e9e682e;border-color:#1e9e6857}._event_done_v6y5j_392{background:#25aa802e;border-color:#25aa8057}._event_cancelled_v6y5j_396{background:#c63b4a24;border-color:#c63b4a47}._tasks_v6y5j_16{display:grid;grid-template-rows:auto 1fr;min-height:740px}._tasks__head_v6y5j_406{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--surface-divider);padding:12px}._tasks__head_v6y5j_406 h3{font-size:15px;font-weight:700;color:var(--app-text-primary);line-height:21px}._tasks__head_v6y5j_406 span{min-width:24px;border:1px solid var(--surface-panel-border-strong);border-radius:999px;background:var(--surface-subtle-bg);font-size:12px;font-weight:700;color:var(--app-text-secondary);line-height:16px;text-align:center;padding:2px 8px}._tasks__list_v6y5j_431{display:grid;align-content:start;gap:8px;max-height:684px;overflow-y:auto;padding:10px 12px}._tasks__empty_v6y5j_439{border:1px dashed var(--surface-divider-soft);border-radius:10px;font-size:13px;font-weight:500;color:var(--app-text-muted);line-height:18px;text-align:center;padding:24px 10px}._task_item_v6y5j_450{border:1px solid var(--surface-divider-soft);border-radius:12px;background:var(--surface-subtle-bg);padding:10px}._task_item__title_v6y5j_456{font-size:14px;font-weight:700;color:var(--app-text-primary);line-height:20px;margin-bottom:2px}._task_item__meta_v6y5j_463{font-size:12px;color:var(--app-text-muted);line-height:16px}._task_item__actions_v6y5j_468{display:flex;gap:6px;margin-top:8px}._popup_v6y5j_474{width:min(900px,100vw - 24px)}._popup__content_v6y5j_477{display:grid;gap:12px;padding:16px}._popup__grid_two_v6y5j_482{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width: 800px){._popup__grid_two_v6y5j_482{grid-template-columns:1fr}}._popup__grid_three_v6y5j_492{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}@media (max-width: 1000px){._popup__grid_three_v6y5j_492{grid-template-columns:1fr}}._popup__switches_v6y5j_502{display:flex;align-items:center;gap:18px;flex-wrap:wrap;border:1px solid var(--surface-divider-soft);border-radius:12px;background:var(--surface-subtle-bg);padding:10px 12px}._popup__switch_item_v6y5j_512{display:inline-flex;align-items:center;gap:10px}._popup__switch_item_v6y5j_512 span{font-size:13px;font-weight:600;color:var(--app-text-secondary);line-height:18px}._popup__actions_v6y5j_523{display:flex;justify-content:flex-end;gap:10px;border-top:1px solid var(--surface-divider);padding:12px 16px 16px}._table_ww3vf_1{position:relative;width:100%;flex-grow:1;border-top:1px solid var(--surface-divider-soft);overflow:auto;background:var(--surface-table-bg);scrollbar-color:rgba(130,153,179,.45) transparent}._table__head_ww3vf_10{position:sticky;top:0;z-index:8;min-height:40px;width:max-content;min-width:100%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--surface-divider);background:var(--surface-table-head-bg);padding:0 16px}._table__head_row_ww3vf_24{width:max-content;min-width:100%;display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}._table__head_checkbox_ww3vf_32{position:sticky;left:0;z-index:10;min-height:40px;width:fit-content;display:flex;align-items:center;flex-shrink:0;border-right:1px solid var(--surface-divider-soft);background:inherit;padding:0 8px}._table__head_actions_ww3vf_45{position:sticky;right:0;z-index:10;min-height:40px;width:96px;display:flex;align-items:center;justify-content:flex-end;flex-shrink:0;font-size:11px;font-weight:600;color:var(--table-head-text);line-height:16px;border-left:1px solid var(--surface-divider-soft);background:inherit;padding:0 8px}._table__head_item_ww3vf_63{min-height:40px;width:124px;flex:0 0 124px;display:flex;align-items:center;font-size:11px;font-weight:500;color:var(--table-head-text);line-height:16px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding:0 8px}._table__head_item_ww3vf_63 span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._table__body_ww3vf_83{width:max-content;min-width:100%;display:flex;flex-direction:column}._table__col_id_ww3vf_89{width:136px;flex:0 0 136px;position:sticky;left:0;z-index:9;background:var(--surface-table-head-bg-strong)}._table__col_name_ww3vf_97{width:240px;flex:0 0 240px;position:sticky;left:136px;z-index:9;background:var(--surface-table-head-bg-strong)}._table__col_status_ww3vf_105{width:88px;flex:0 0 88px}._table__col_compound_ww3vf_109{width:230px;flex:0 0 230px}._table__stack_ww3vf_113{width:100%;display:flex;flex-direction:column;gap:2px;overflow:hidden}._table__stack_primary_ww3vf_120{width:100%;font-size:12px;font-weight:600;color:var(--table-body-text);line-height:15px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._table__stack_secondary_ww3vf_130{width:100%;font-size:11px;font-weight:450;color:var(--table-body-secondary);line-height:14px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._table__body_item_1v6hb_1{--row-bg: var(--surface-row-odd);min-height:40px;width:max-content;min-width:100%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--surface-divider-soft);background:var(--row-bg);padding:0 16px}._table__body_item_1v6hb_1:nth-child(2n){--row-bg: var(--surface-row-even)}._table__body_item_1v6hb_1:hover{--row-bg: var(--surface-row-hover)}._table__body_checkbox_1v6hb_19{position:sticky;left:0;z-index:6;min-height:40px;width:fit-content;display:flex;align-items:center;flex-shrink:0;border-right:1px solid var(--surface-divider-soft);background:var(--row-bg);padding:0 8px}._table__body_actions_1v6hb_32{position:sticky;right:0;z-index:6;min-height:40px;width:96px;display:flex;align-items:center;justify-content:flex-end;flex-shrink:0;border-left:1px solid var(--surface-divider-soft);background:var(--row-bg);padding:0 8px;overflow:visible}._table__body_row_1v6hb_47{width:max-content;min-width:100%;display:flex;align-items:center}._table__body_value_1v6hb_53{min-height:40px;width:124px;flex:0 0 124px;display:flex;align-items:center;padding:0 8px;overflow:hidden}._table__body_value_text_1v6hb_62{width:100%;display:block;font-size:12px;font-weight:450;color:var(--table-body-text);line-height:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._table__body_value_text_clickable_1v6hb_73{cursor:pointer;color:var(--table-body-link);text-decoration:none}._table__body_value_text_badge_active_1v6hb_78{width:fit-content;color:#fff!important;text-decoration:none;border-radius:999px;border:1px solid rgba(43,199,110,.25);background:#189d6138;padding:3px 10px}._table__body_value_text_badge_inactive_1v6hb_87{width:fit-content;color:var(--table-head-text)!important;text-decoration:none;border-radius:999px;border:1px solid var(--surface-panel-border-strong);background:var(--surface-divider-soft);padding:3px 10px}._table__body_btn_1v6hb_96{height:28px;min-width:68px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:var(--table-body-link);line-height:16px;text-decoration:none;border:1px solid var(--btn-secondary-border);border-radius:999px;background:var(--btn-secondary-bg);outline:none;overflow:hidden;cursor:pointer;transition:all .2s ease}._table__body_btn_1v6hb_96:hover{color:var(--app-text-primary);border-color:var(--field-border-focus);background:var(--btn-secondary-bg-hover)}._table__body_btn_1v6hb_96 p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._table__col_id_1v6hb_125{width:136px;flex:0 0 136px;position:sticky;left:0;z-index:5;background:var(--row-bg)}._table__col_name_1v6hb_133{width:240px;flex:0 0 240px;position:sticky;left:136px;z-index:5;background:var(--row-bg)}._table__col_status_1v6hb_141{width:88px;flex:0 0 88px}._table__col_compound_1v6hb_145{width:230px;flex:0 0 230px}._popup__form_2hsos_1{display:flex;flex-direction:column;gap:12px}._popup__row_2hsos_6{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}._popup__column_2hsos_13{max-height:500px;height:auto;width:100%;display:flex;flex-direction:column;gap:12px;padding:16px;overflow-y:auto}._popup__select_2hsos_23{max-width:192px}._popup__bottom_2hsos_26{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--surface-panel-border);background:var(--surface-footer-bg);padding:16px}._popup__cancel_2hsos_36{color:#d31c2e}._table_7wgg0_1{position:relative;width:100%;flex-grow:1;border-top:1px solid var(--surface-divider-soft);overflow:auto;background:var(--surface-table-bg);scrollbar-color:rgba(130,153,179,.45) transparent}._table__head_7wgg0_10{position:sticky;top:0;z-index:8;min-height:40px;width:max-content;min-width:100%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--surface-divider);background:var(--surface-table-head-bg);padding:0 16px}._table__head_row_7wgg0_24{width:max-content;min-width:100%;display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}._table__head_checkbox_7wgg0_32{position:sticky;left:0;z-index:10;min-height:40px;width:fit-content;display:flex;align-items:center;flex-shrink:0;border-right:1px solid var(--surface-divider-soft);background:inherit;padding:0 8px}._table__head_actions_7wgg0_45{position:sticky;right:0;z-index:10;min-height:40px;width:96px;display:flex;align-items:center;justify-content:flex-end;flex-shrink:0;font-size:11px;font-weight:600;color:var(--table-head-text);line-height:16px;border-left:1px solid var(--surface-divider-soft);background:inherit;padding:0 8px}._table__head_item_7wgg0_63{min-height:40px;width:124px;flex:0 0 124px;display:flex;align-items:center;gap:3px;padding:0 8px}._table__head_item_7wgg0_63 span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._table__head_item_text_7wgg0_77{font-size:11px;font-weight:500;color:var(--table-head-text);line-height:16px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._table__head_item_text_7wgg0_77 span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._table__head_item_arrow_7wgg0_91{width:12px;height:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--table-head-icon)}._table__body_7wgg0_100{width:max-content;min-width:100%;display:flex;flex-direction:column}._table__col_id_7wgg0_106{width:48px;flex:0 0 48px;position:sticky;left:0;z-index:9;background:var(--surface-table-head-bg-strong)}._table__col_name_7wgg0_114{width:170px;flex:0 0 170px;position:sticky;left:48px;z-index:9;background:var(--surface-table-head-bg-strong)}._table__col_status_7wgg0_122{width:74px;flex:0 0 74px}._table__col_compound_7wgg0_126{width:198px;flex:0 0 198px}._table__stack_7wgg0_130{width:100%;display:flex;flex-direction:column;gap:2px;overflow:hidden}._table__stack_primary_7wgg0_137{width:100%;font-size:12px;font-weight:600;color:var(--table-body-text);line-height:15px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._table__stack_secondary_7wgg0_147{width:100%;font-size:11px;font-weight:450;color:var(--table-body-secondary);line-height:14px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._table__status_badge_7wgg0_157{width:fit-content;max-width:100%;display:inline-block;font-size:11px;font-weight:600;line-height:15px;border:1px solid rgba(130,167,208,.45);border-radius:999px;padding:2px 8px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._table__body_item_dfhcn_1{--row-bg: var(--surface-row-odd);min-height:40px;width:max-content;min-width:100%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--surface-divider-soft);background:var(--row-bg);padding:0 16px}._table__body_item_dfhcn_1:nth-child(2n){--row-bg: var(--surface-row-even)}._table__body_item_dfhcn_1:hover{--row-bg: var(--surface-row-hover)}._table__body_checkbox_dfhcn_19{position:sticky;left:0;z-index:6;min-height:40px;width:fit-content;display:flex;align-items:center;flex-shrink:0;border-right:1px solid var(--surface-divider-soft);background:var(--row-bg);padding:0 8px}._table__body_actions_dfhcn_32{position:sticky;right:0;z-index:6;min-height:40px;width:96px;display:flex;align-items:center;justify-content:flex-end;flex-shrink:0;border-left:1px solid var(--surface-divider-soft);background:var(--row-bg);padding:0 8px;overflow:visible}._table__body_row_dfhcn_47{width:max-content;min-width:100%;display:flex;align-items:center}._table__body_value_dfhcn_53{min-height:40px;width:124px;flex:0 0 124px;display:flex;align-items:center;padding:0 8px;overflow:hidden}._table__body_value_text_dfhcn_62{width:100%;display:block;font-size:12px;font-weight:450;color:var(--table-body-text);line-height:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._table__body_value_text_clickable_dfhcn_73{cursor:pointer;color:var(--table-body-link);text-decoration:none}._table__body_value_text_badge_active_dfhcn_78{width:fit-content;color:#fff;text-decoration:none;border-radius:999px;border:1px solid rgba(43,199,110,.25);background:#189d6138;padding:3px 10px}._table__body_value_text_badge_inactive_dfhcn_87{width:fit-content;color:var(--table-head-text);text-decoration:none;border-radius:999px;border:1px solid var(--surface-panel-border-strong);background:var(--surface-divider-soft);padding:3px 10px}._table__body_btn_dfhcn_96{height:28px;min-width:68px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:var(--table-body-link);line-height:16px;text-decoration:none;border:1px solid var(--btn-secondary-border);border-radius:999px;background:var(--btn-secondary-bg);outline:none;overflow:hidden;cursor:pointer;transition:all .2s ease}._table__body_btn_dfhcn_96:hover{color:var(--app-text-primary);border-color:var(--field-border-focus);background:var(--btn-secondary-bg-hover)}._table__body_btn_dfhcn_96 p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._table__col_id_dfhcn_125{width:48px;flex:0 0 48px;position:sticky;left:0;z-index:5;background:var(--row-bg)}._table__col_name_dfhcn_133{width:170px;flex:0 0 170px;position:sticky;left:48px;z-index:5;background:var(--row-bg)}._table__col_status_dfhcn_141{width:74px;flex:0 0 74px}._table__col_compound_dfhcn_145{width:198px;flex:0 0 198px}._item_1mhzc_1{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px solid var(--surface-divider)}._item_1mhzc_1:last-child{border-bottom:none}._item__icon_1mhzc_13{width:26px;height:26px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--app-text-secondary);border-radius:8px;background:var(--surface-subtle-bg);padding:6px}._item__column_1mhzc_25{width:100%;display:flex;flex-direction:column;overflow:hidden}._item__name_1mhzc_31{max-width:100%;width:100%;font-size:13px;font-weight:700;color:var(--app-text-primary);line-height:17px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._item__date_1mhzc_42{font-size:11px;font-weight:500;color:var(--app-text-muted);line-height:15px}._item__text_1mhzc_48{margin-top:4px;font-size:13px;font-weight:500;color:var(--app-text-secondary);line-height:18px}._table_1s38z_1{position:relative;width:100%;flex-grow:1;border-top:1px solid var(--surface-divider-soft);overflow:auto;background:var(--surface-table-bg);scrollbar-color:rgba(130,153,179,.45) transparent}._table__head_1s38z_10{position:sticky;top:0;z-index:8;min-height:40px;width:max-content;min-width:100%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--surface-divider);background:var(--surface-table-head-bg);padding:0 16px}._table__head_row_1s38z_24{width:max-content;min-width:100%;display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}._table__head_checkbox_1s38z_32{position:sticky;left:0;z-index:10;min-height:40px;width:fit-content;display:flex;align-items:center;flex-shrink:0;border-right:1px solid var(--surface-divider-soft);background:inherit;padding:0 8px}._table__head_actions_1s38z_45{position:sticky;right:0;z-index:10;min-height:40px;width:96px;display:flex;align-items:center;justify-content:flex-end;flex-shrink:0;font-size:11px;font-weight:600;color:var(--table-head-text);line-height:16px;border-left:1px solid var(--surface-divider-soft);background:inherit;padding:0 8px}._table__head_item_1s38z_63{min-height:40px;width:124px;flex:0 0 124px;display:flex;align-items:center;font-size:11px;font-weight:500;color:var(--table-head-text);line-height:16px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding:0 8px}._table__head_item_1s38z_63 span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._table__body_1s38z_83{width:max-content;min-width:100%;display:flex;flex-direction:column}._table__col_id_1s38z_89{width:136px;flex:0 0 136px;position:sticky;left:0;z-index:9;background:var(--surface-table-head-bg-strong)}._table__col_name_1s38z_97{width:230px;flex:0 0 230px;position:sticky;left:136px;z-index:9;background:var(--surface-table-head-bg-strong)}._table__col_compound_1s38z_105{width:220px;flex:0 0 220px}._table__stack_1s38z_109{width:100%;display:flex;flex-direction:column;gap:2px;overflow:hidden}._table__stack_primary_1s38z_116{width:100%;font-size:12px;font-weight:600;color:var(--table-body-text);line-height:15px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._table__stack_secondary_1s38z_126{width:100%;font-size:11px;font-weight:450;color:var(--table-body-secondary);line-height:14px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._table__body_item_1pnkv_1{--row-bg: var(--surface-row-odd);min-height:40px;width:max-content;min-width:100%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--surface-divider-soft);background:var(--row-bg);padding:0 16px}._table__body_item_1pnkv_1:nth-child(2n){--row-bg: var(--surface-row-even)}._table__body_item_1pnkv_1:hover{--row-bg: var(--surface-row-hover)}._table__body_checkbox_1pnkv_19{position:sticky;left:0;z-index:6;min-height:40px;width:fit-content;display:flex;align-items:center;flex-shrink:0;border-right:1px solid var(--surface-divider-soft);background:var(--row-bg);padding:0 8px}._table__body_actions_1pnkv_32{position:sticky;right:0;z-index:6;min-height:40px;width:96px;display:flex;align-items:center;justify-content:flex-end;flex-shrink:0;border-left:1px solid var(--surface-divider-soft);background:var(--row-bg);padding:0 8px;overflow:visible}._table__body_row_1pnkv_47{width:max-content;min-width:100%;display:flex;align-items:center}._table__body_value_1pnkv_53{min-height:40px;width:124px;flex:0 0 124px;display:flex;align-items:center;padding:0 8px;overflow:hidden}._table__body_value_text_1pnkv_62{width:100%;display:block;font-size:12px;font-weight:450;color:var(--table-body-text);line-height:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._table__body_value_text_clickable_1pnkv_73{cursor:pointer;text-decoration:none;color:var(--table-body-link)}._table__body_btn_1pnkv_78{height:28px;min-width:68px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:var(--table-body-link);line-height:16px;text-decoration:none;border:1px solid var(--btn-secondary-border);border-radius:999px;background:var(--btn-secondary-bg);outline:none;overflow:hidden;cursor:pointer;transition:all .2s ease}._table__body_btn_1pnkv_78:hover{color:var(--app-text-primary);border-color:var(--field-border-focus);background:var(--btn-secondary-bg-hover)}._table__body_btn_1pnkv_78 p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._table__col_id_1pnkv_107{width:136px;flex:0 0 136px;position:sticky;left:0;z-index:5;background:var(--row-bg)}._table__col_name_1pnkv_115{width:230px;flex:0 0 230px;position:sticky;left:136px;z-index:5;background:var(--row-bg)}._table__col_compound_1pnkv_123{width:220px;flex:0 0 220px}._popup__form_zy2zj_1{display:flex;flex-direction:column;gap:12px}._popup__row_zy2zj_6{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}._popup__column_zy2zj_13{max-height:500px;height:auto;width:100%;display:flex;flex-direction:column;gap:12px;padding:16px;overflow-y:auto}._popup__select_zy2zj_23{max-width:192px}._popup__bottom_zy2zj_26{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--surface-panel-border);background:var(--surface-footer-bg);padding:16px}._popup__cancel_zy2zj_36{color:#d31c2e}._popup__empty_zy2zj_39{width:100%}._item_1cx51_1{width:100%;display:flex;align-items:flex-start;justify-content:space-between;flex-shrink:0;gap:12px;border-radius:8px;background:#f9f9f9;padding:16px}._item__icon_1cx51_12{width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#000;border-radius:12px;background:#fff;padding:12px}._item__column_1cx51_24{width:100%;display:flex;flex-direction:column;overflow:hidden}._item__date_1cx51_30{font-size:14px;font-weight:400;color:#777;line-height:20px}._item__text_1cx51_36{font-size:14px;font-weight:500;color:#111;line-height:20px}._table_1cmpp_1{position:relative;width:100%;flex-grow:1;border-top:1px solid var(--surface-divider-soft);overflow:auto;background:var(--surface-table-bg);scrollbar-color:rgba(130,153,179,.45) transparent}._table__head_1cmpp_10{position:sticky;top:0;z-index:8;min-height:40px;width:max-content;min-width:100%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--surface-divider);background:var(--surface-table-head-bg);padding:0 16px}._table__head_row_1cmpp_24{width:max-content;min-width:100%;display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}._table__head_checkbox_1cmpp_32{position:sticky;left:0;z-index:10;min-height:40px;width:fit-content;display:flex;align-items:center;flex-shrink:0;border-right:1px solid var(--surface-divider-soft);background:inherit;padding:0 8px}._table__head_actions_1cmpp_45{position:sticky;right:0;z-index:10;min-height:40px;width:96px;display:flex;align-items:center;justify-content:flex-end;flex-shrink:0;font-size:11px;font-weight:600;color:var(--table-head-text);line-height:16px;border-left:1px solid var(--surface-divider-soft);background:inherit;padding:0 8px}._table__head_item_1cmpp_63{min-height:40px;width:124px;flex:0 0 124px;display:flex;align-items:center;font-size:11px;font-weight:500;color:var(--table-head-text);line-height:16px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding:0 8px}._table__head_item_1cmpp_63 span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._table__body_1cmpp_83{width:max-content;min-width:100%;display:flex;flex-direction:column}._table__col_id_1cmpp_89{width:136px;flex:0 0 136px;position:sticky;left:0;z-index:9;background:var(--surface-table-head-bg-strong)}._table__col_name_1cmpp_97{width:240px;flex:0 0 240px;position:sticky;left:136px;z-index:9;background:var(--surface-table-head-bg-strong)}._table__col_compound_1cmpp_105{width:230px;flex:0 0 230px}._table__stack_1cmpp_109{width:100%;display:flex;flex-direction:column;gap:2px;overflow:hidden}._table__stack_primary_1cmpp_116{width:100%;font-size:12px;font-weight:600;color:var(--table-body-text);line-height:15px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._table__stack_secondary_1cmpp_126{width:100%;font-size:11px;font-weight:450;color:var(--table-body-secondary);line-height:14px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._table__body_item_kum7p_1{--row-bg: var(--surface-row-odd);min-height:40px;width:max-content;min-width:100%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--surface-divider-soft);background:var(--row-bg);padding:0 16px}._table__body_item_kum7p_1:nth-child(2n){--row-bg: var(--surface-row-even)}._table__body_item_kum7p_1:hover{--row-bg: var(--surface-row-hover)}._table__body_checkbox_kum7p_19{position:sticky;left:0;z-index:6;min-height:40px;width:fit-content;display:flex;align-items:center;flex-shrink:0;border-right:1px solid var(--surface-divider-soft);background:var(--row-bg);padding:0 8px}._table__body_actions_kum7p_32{position:sticky;right:0;z-index:6;min-height:40px;width:96px;display:flex;align-items:center;justify-content:flex-end;flex-shrink:0;border-left:1px solid var(--surface-divider-soft);background:var(--row-bg);padding:0 8px;overflow:visible}._table__body_row_kum7p_47{width:max-content;min-width:100%;display:flex;align-items:center}._table__body_value_kum7p_53{min-height:40px;width:124px;flex:0 0 124px;display:flex;align-items:center;padding:0 8px;overflow:hidden}._table__body_value_text_kum7p_62{width:100%;display:block;font-size:12px;font-weight:450;color:var(--table-body-text);line-height:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._table__body_value_text_clickable_kum7p_73{cursor:pointer;color:var(--table-body-link);text-decoration:none}._table__col_id_kum7p_78{width:136px;flex:0 0 136px;position:sticky;left:0;z-index:5;background:var(--row-bg)}._table__col_name_kum7p_86{width:240px;flex:0 0 240px;position:sticky;left:136px;z-index:5;background:var(--row-bg)}._table__col_compound_kum7p_94{width:230px;flex:0 0 230px}._dots_5gx4r_1{position:relative;z-index:24}._dots__icon_5gx4r_5{max-width:28px;width:28px;max-height:28px;height:28px;display:flex;align-items:center;justify-content:center;color:var(--table-body-text);border:1px solid var(--surface-panel-border);border-radius:999px;background:var(--btn-secondary-bg);transition:all .2s ease;cursor:pointer;-webkit-user-select:none;user-select:none}._dots__icon_5gx4r_5:hover{color:var(--app-text-primary);border-color:var(--field-border-focus);background:var(--btn-secondary-bg-hover)}._dots__icon_5gx4r_5 svg{width:16px;height:16px}._dots__options_5gx4r_30{width:190px;border-radius:12px;border:1px solid var(--menu-border);background:var(--menu-bg);box-shadow:var(--menu-shadow);padding:6px;z-index:120}._dots__btn_5gx4r_39{height:34px;width:100%;display:flex;align-items:center;gap:10px;font-size:12px;font-weight:600;color:var(--app-text-secondary);line-height:16px;outline:none;border:none;border-radius:8px;background:transparent;transition:background .2s;padding:0 10px;cursor:pointer}._dots__btn_5gx4r_39:hover{background:var(--menu-item-hover)}._dots__btn_5gx4r_39 span{max-width:21px;max-height:21px;width:21px;height:21px;display:flex;align-items:center;justify-content:center;color:#fff}._popup__form_1c9zc_1{display:flex;flex-direction:column;gap:12px}._popup__row_1c9zc_6{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}._popup__column_1c9zc_13{max-height:500px;height:auto;width:100%;display:flex;flex-direction:column;gap:12px;padding:16px;overflow-y:auto}._popup__select_1c9zc_23{max-width:192px}._popup__bottom_1c9zc_26{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--surface-panel-border);background:var(--surface-footer-bg);padding:16px}._popup__cancel_1c9zc_36{color:#d31c2e}._popup__empty_1c9zc_39{width:100%}._popup__profit_1c9zc_42{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 16px}._popup__profit_value_1c9zc_49{max-width:200px;font-size:16px;font-weight:400;color:#000;line-height:21px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._popup__form_1kowc_1{display:flex;flex-direction:column;gap:12px}._popup__row_1kowc_6{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}._popup__column_1kowc_13{max-height:150px;height:auto;width:100%;display:flex;flex-direction:column;gap:12px;padding:16px;overflow-y:auto}._popup__select_1kowc_23{max-width:192px}._popup__bottom_1kowc_26{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--surface-panel-border);background:var(--surface-footer-bg);padding:16px}._popup__cancel_1kowc_36{color:#d31c2e}._popup__empty_1kowc_39{width:100%}._table_qkhcw_1{position:relative;width:100%;flex-grow:1;border-top:1px solid var(--surface-divider-soft);overflow:auto;background:var(--surface-table-bg);scrollbar-color:rgba(130,153,179,.45) transparent}._table__head_qkhcw_10{position:sticky;top:0;z-index:8;min-height:40px;width:max-content;min-width:100%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--surface-divider);background:var(--surface-table-head-bg);padding:0 16px}._table__head_row_qkhcw_24{width:max-content;min-width:100%;display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}._table__head_checkbox_qkhcw_32{position:sticky;left:0;z-index:10;min-height:40px;width:fit-content;display:flex;align-items:center;flex-shrink:0;border-right:1px solid var(--surface-divider-soft);background:inherit;padding:0 8px}._table__head_actions_qkhcw_45{position:sticky;right:0;z-index:10;min-height:40px;width:96px;display:flex;align-items:center;justify-content:flex-end;flex-shrink:0;font-size:11px;font-weight:600;color:var(--table-head-text);line-height:16px;border-left:1px solid var(--surface-divider-soft);background:inherit;padding:0 8px}._table__head_item_qkhcw_63{min-height:40px;width:126px;flex:0 0 126px;display:flex;align-items:center;gap:3px;padding:0 8px}._table__head_item_qkhcw_63 span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._table__head_item_text_qkhcw_77{font-size:11px;font-weight:500;color:var(--table-head-text);line-height:16px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._table__head_item_arrow_qkhcw_86{width:12px;height:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--table-head-icon)}._table__body_qkhcw_95{width:max-content;min-width:100%;display:flex;flex-direction:column}._table__body_item_1yy68_1{--row-bg: var(--surface-row-odd);min-height:40px;width:max-content;min-width:100%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--surface-divider-soft);background:var(--row-bg);padding:0 16px}._table__body_item_1yy68_1:nth-child(2n){--row-bg: var(--surface-row-even)}._table__body_item_1yy68_1:hover{--row-bg: var(--surface-row-hover)}._table__body_checkbox_1yy68_19{position:sticky;left:0;z-index:6;min-height:40px;width:fit-content;display:flex;align-items:center;flex-shrink:0;border-right:1px solid var(--surface-divider-soft);background:var(--row-bg);padding:0 8px}._table__body_actions_1yy68_32{position:sticky;right:0;z-index:6;min-height:40px;width:96px;display:flex;align-items:center;justify-content:flex-end;flex-shrink:0;border-left:1px solid var(--surface-divider-soft);background:var(--row-bg);padding:0 8px;overflow:visible}._table__body_row_1yy68_47{width:max-content;min-width:100%;display:flex;align-items:center}._table__body_value_1yy68_53{min-height:40px;width:126px;flex:0 0 126px;display:flex;align-items:center;padding:0 8px;overflow:hidden}._table__body_value_text_1yy68_62{width:100%;display:block;font-size:12px;font-weight:450;color:var(--table-body-text);line-height:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._table__body_value_text_clickable_1yy68_73{cursor:pointer;color:var(--table-body-link);text-decoration:none}._table__body_value_text_badge_approved_1yy68_78,._table__body_value_text_badge_active_1yy68_78{width:fit-content;color:#fff;text-decoration:none;border-radius:999px;border:1px solid rgba(43,199,110,.25);background:#189d6138;padding:3px 10px}._table__body_value_text_badge_pending_1yy68_87{width:fit-content;color:var(--app-text-primary);text-decoration:none;border-radius:999px;border:1px solid rgba(246,135,18,.28);background:#f6871238;padding:3px 10px}._table__body_value_text_badge_rejected_1yy68_96{width:fit-content;color:var(--danger);text-decoration:none;border-radius:999px;border:1px solid rgba(211,28,46,.28);background:#d31c2e33;padding:3px 10px}._table__body_value_text_badge_inactive_1yy68_105{width:fit-content;color:var(--table-head-text);text-decoration:none;border-radius:999px;border:1px solid var(--surface-panel-border-strong);background:var(--surface-divider-soft);padding:3px 10px}._table__body_btn_1yy68_114{height:28px;min-width:68px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:var(--table-body-link);line-height:16px;text-decoration:none;border:1px solid var(--btn-secondary-border);border-radius:999px;background:var(--btn-secondary-bg);outline:none;overflow:hidden;cursor:pointer;transition:all .2s ease}._table__body_btn_1yy68_114:hover{color:var(--app-text-primary);border-color:var(--field-border-focus);background:var(--btn-secondary-bg-hover)}._table__body_btn_1yy68_114 p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._popup__form_4amu8_1{display:flex;flex-direction:column;gap:12px}._popup__row_4amu8_6{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}._popup__column_4amu8_13{max-height:400px;height:auto;width:100%;display:flex;flex-direction:column;gap:12px;padding:16px;overflow-y:auto}._popup__select_4amu8_23{max-width:192px}._popup__bottom_4amu8_26{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--surface-panel-border);background:var(--surface-footer-bg);padding:16px}._popup__cancel_4amu8_36{color:#d31c2e}._popup__empty_4amu8_39{width:100%}._message__img_wrap_1y7b9_1{width:300px;height:200px;display:flex;flex-direction:column;align-items:flex-start;flex-shrink:0;border-radius:4px;background:#e5e7eb;margin-left:0;margin-right:auto;overflow:hidden;position:relative}._message__img_wrap_my_1y7b9_15{align-items:flex-end;margin-left:auto;margin-right:0}._message__img_1y7b9_1{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;z-index:1}._message__img_download_btn_1y7b9_29{width:24px;height:24px;position:absolute;top:10px;right:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#111;outline:none;border:1px solid #e7e7e7;border-radius:2px;background:#fff;padding:5px;z-index:2;cursor:pointer}._file_56nm9_1{width:300px;display:flex;align-items:center;justify-content:flex-start;flex-shrink:0;gap:10px;border:1px solid #e7e7e7;border-radius:12px;background:#fff;padding:16px;margin-left:0;margin-right:auto}._file__my_56nm9_15{justify-content:flex-end;border-color:#f9f9f9;background:#f9f9f9;margin-left:auto;margin-right:0}._file__btn_56nm9_22{width:42px;height:42px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#111;outline:none;border:1px solid #e7e7e7;border-radius:4px;background:transparent;padding:12px;cursor:pointer}._file__title_56nm9_37{max-width:210px;width:100%;font-size:14px;font-weight:500;color:#111;line-height:21px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._file__date_56nm9_48{font-size:12px;font-weight:400;color:#6b7280;line-height:21px}._table_3i0hi_1{position:relative;width:100%;flex-grow:1;overflow:auto;background:var(--surface-table-bg);scrollbar-color:var(--scroll-thumb-bg) transparent}._table__head_3i0hi_9{position:sticky;top:0;z-index:8;min-height:42px;width:100%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--surface-divider);background:var(--surface-table-head-bg-strong);padding:0 16px}._table__head_row_3i0hi_22{width:100%;display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}._table__head_checkbox_3i0hi_29{min-height:42px;width:fit-content;display:flex;align-items:center;flex-shrink:0;padding:0 8px}._table__head_actions_3i0hi_37{min-height:42px;width:80px;display:flex;align-items:center;flex-shrink:0;font-size:11px;font-weight:500;color:var(--app-text-muted);line-height:16px;padding:0 8px}._table__head_item_3i0hi_49{min-height:42px;width:132px;flex:0 0 132px;display:flex;align-items:center;font-size:11px;font-weight:600;color:var(--app-text-secondary);line-height:16px;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding:0 8px}._table__head_item_3i0hi_49 span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._table__body_3i0hi_71{width:100%;display:flex;flex-direction:column}._table__col_id_3i0hi_76{width:150px;flex:0 0 150px}._table__col_scope_3i0hi_80{width:170px;flex:0 0 170px}._table__col_target_3i0hi_84{width:185px;flex:0 0 185px}._table__col_changes_3i0hi_88{width:260px;flex:0 0 260px}._table__col_executed_3i0hi_92{width:132px;flex:0 0 132px}._table__stack_3i0hi_96{width:100%;display:flex;flex-direction:column;gap:2px;overflow:hidden}._table__stack_primary_3i0hi_103{width:100%;font-size:12px;font-weight:600;color:var(--app-text-secondary);line-height:16px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._table__stack_secondary_3i0hi_113{width:100%;font-size:11px;font-weight:500;color:var(--app-text-muted);line-height:14px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._table__body_item_1pycm_1{min-height:50px;width:100%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--surface-divider-soft);background:var(--surface-row-odd);padding:0 16px}._table__body_item_1pycm_1:nth-child(2n){background:var(--surface-row-even)}._table__body_item_1pycm_1:hover{background:var(--surface-row-hover)}._table__body_checkbox_1pycm_17{min-height:42px;width:fit-content;display:flex;align-items:center;flex-shrink:0;padding:0 8px}._table__body_actions_1pycm_25{min-height:42px;width:80px;display:flex;align-items:center;flex-shrink:0;padding:0 8px;overflow:visible}._table__body_row_1pycm_34{width:100%;display:flex;align-items:center}._table__body_value_1pycm_39{min-height:50px;width:132px;flex:0 0 132px;display:flex;align-items:center;padding:0 8px;overflow:hidden}._table__body_value_text_1pycm_48{width:100%;display:block;font-family:JetBrains Mono,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;font-weight:500;color:var(--app-text-secondary);line-height:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._table__body_value_text_hash_1pycm_60{color:var(--table-body-link)}._table__col_id_1pycm_63{width:150px;flex:0 0 150px}._table__col_scope_1pycm_67{width:170px;flex:0 0 170px}._table__col_target_1pycm_71{width:185px;flex:0 0 185px}._table__col_changes_1pycm_75{width:260px;flex:0 0 260px}._table__col_executed_1pycm_79{width:132px;flex:0 0 132px}._layout_1c1vu_1{width:100%}._layout__inner_1c1vu_4{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px 0}._layout__column_1c1vu_12{width:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between}._layout__column_1c1vu_12:nth-child(1){max-width:300px;width:100%;flex-shrink:0}._layout__content_1c1vu_24{width:100%;height:100%;flex-grow:1;overflow-y:auto}._sidebar_t4wuw_1{width:100%;display:flex;flex-direction:column;border:1px solid var(--surface-panel-border-strong);border-radius:14px;background:var(--surface-panel-bg-strong)}._sidebar__head_t4wuw_9{height:48px;width:100%;display:flex;align-items:center;border-bottom:1px solid var(--surface-divider);padding:0 16px}._sidebar__head_title_t4wuw_17{font-size:18px;font-weight:700;color:var(--app-text-primary);line-height:24px}._sidebar__list_t4wuw_23{width:100%;display:flex;flex-direction:column;gap:12px;padding:16px}._sidebar__list_item_link_t4wuw_30{height:28px;width:100%;display:flex;align-items:center;font-size:14px;font-weight:400;color:var(--app-text-secondary);line-height:20px;border-radius:8px;padding:0 8px;cursor:pointer;-webkit-user-select:none;user-select:none}._sidebar__list_item_link_active_t4wuw_44{color:var(--app-text-primary);background:var(--menu-item-active)}._popup_q8sd2_1{max-height:305px;height:100vh;width:100%;padding:16px;overflow-y:auto}._popup__row_q8sd2_8{width:100%;display:flex;align-items:center;justify-content:space-between;page-break-after:12px}._popup__column_q8sd2_15{width:100%;display:flex;flex-direction:column;gap:12px;margin-top:12px}._popup__item_q8sd2_22{display:flex;align-items:center;gap:4px}._popup__item_text_q8sd2_27{font-size:14px;font-weight:400;color:#111;line-height:20px}._popup__grid_q8sd2_33{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px}._select_e6m8s_1{width:100%;position:relative}._select__head_e6m8s_5{width:100%;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--field-border);border-radius:12px;background:var(--field-bg);transition:border-color .2s;cursor:pointer;-webkit-user-select:none;user-select:none}._select__head_actions_e6m8s_17{display:flex;align-items:center;gap:4px}._select__head_sm_e6m8s_22{height:32px;gap:8px;padding:0 8px}._select__head_md_e6m8s_27{height:36px;gap:10px;padding:0 8px}._select__head_lg_e6m8s_32{height:40px;gap:10px;padding:0 12px}._select__head_value_e6m8s_37{width:100%;display:block;font-family:SF Pro Text,SF Pro Display,Segoe UI,Inter,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--field-text);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._select__head_active_e6m8s_46{border-color:var(--field-border-focus)}._select__head_value_placeholder_e6m8s_49{color:var(--field-placeholder)}._select__head_value_sm_e6m8s_52{font-size:12px;font-weight:400;line-height:18px}._select__head_value_md_e6m8s_57{font-size:14px;font-weight:400;line-height:20px}._select__head_value_lg_e6m8s_62{font-size:16px;font-weight:400;line-height:24px}._select__options_e6m8s_67{max-height:205px;width:100%;height:auto;border:1px solid var(--menu-border);border-radius:12px;background:var(--menu-bg);box-shadow:var(--menu-shadow);padding:8px;z-index:50}._select__options_e6m8s_67::-webkit-scrollbar{width:8px}._select__options_e6m8s_67::-webkit-scrollbar-track{background:transparent;margin:8px 0}._select__options_e6m8s_67::-webkit-scrollbar-thumb{border:2px solid var(--scroll-thumb-border);border-radius:10px;background:var(--scroll-thumb-bg)}._select__search_e6m8s_90{width:100%;margin-bottom:5px}._select__options_list_e6m8s_94{width:100%;max-height:146px;height:100vh;display:flex;flex-direction:column;gap:4px;overflow-y:auto}._select__arrow_e6m8s_103{display:flex;align-items:center;justify-content:center;color:var(--field-icon);transition:transform .2s;padding:0;margin:0}._select__arrow_active_e6m8s_112{transform:rotate(180deg)}._select__arrow_sm_e6m8s_115,._select__arrow_md_e6m8s_115,._select__arrow_lg_e6m8s_115{max-width:20px;width:100%;max-height:20px;height:20px}._select__head_clear_e6m8s_121{max-width:16px;max-height:16px;width:100%;height:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#d31c2e;outline:none;border:none;background:transparent;cursor:pointer}._select__error_e6m8s_136{border-color:#d31c2e}._select__disabled_e6m8s_139{border:1px solid var(--field-disabled-border);background:var(--field-disabled-bg);cursor:not-allowed}._select__disabled_e6m8s_139 ._select__head_value_e6m8s_37,._select__disabled_e6m8s_139 ._select__arrow_e6m8s_103,._select__disabled_e6m8s_139 ._select__head_clear_e6m8s_121{color:var(--field-disabled-text);cursor:not-allowed}._select__observer_e6m8s_150{opacity:0;width:100%;height:5px;flex-shrink:0}._select__options_item_9gemb_1{width:100%;display:flex;align-items:center;flex-shrink:0;font-family:SF Pro Text,SF Pro Display,Segoe UI,Inter,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--menu-item-text);border-radius:8px;transition:background .2s;cursor:pointer;overflow:hidden}._select__options_item_9gemb_1:hover{background:var(--menu-item-hover)}._select__options_item_sm_9gemb_16{height:28px;gap:8px;padding:0 8px}._select__options_item_md_9gemb_21{height:28px;gap:10px;padding:0 8px}._select__options_item_lg_9gemb_26{height:30px;gap:10px;padding:0 12px}._select__options_item_text_9gemb_31{width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._select__options_item_text_sm_9gemb_37{font-size:12px;font-weight:400;line-height:18px}._select__options_item_text_md_9gemb_42{font-size:14px;font-weight:400;line-height:20px}._select__options_item_text_lg_9gemb_47{font-size:16px;font-weight:400;line-height:24px}
