@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Sans&family=Inter:wght@100;200;300;400;500;700;900&display=swap";:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--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 #0000001a;--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));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.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);align-items:center;left:50%;transform:translate(-50%)}.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);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;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;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (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%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.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:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.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:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.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;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.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{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}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:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}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:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,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:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}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:translateY(2000px)}}.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%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}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) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}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:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.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-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root,.light,.light-theme{--blue-1:#fbfdff;--blue-2:#f4faff;--blue-3:#e6f4fe;--blue-4:#d5efff;--blue-5:#c2e5ff;--blue-6:#acd8fc;--blue-7:#8ec8f6;--blue-8:#5eb1ef;--blue-9:#0090ff;--blue-10:#0588f0;--blue-11:#0d74ce;--blue-12:#113264}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){:root,.light,.light-theme{--blue-1:color(display-p3 .986 .992 .999);--blue-2:color(display-p3 .96 .979 .998);--blue-3:color(display-p3 .912 .956 .991);--blue-4:color(display-p3 .853 .932 1);--blue-5:color(display-p3 .788 .894 .998);--blue-6:color(display-p3 .709 .843 .976);--blue-7:color(display-p3 .606 .777 .947);--blue-8:color(display-p3 .451 .688 .917);--blue-9:color(display-p3 .247 .556 .969);--blue-10:color(display-p3 .234 .523 .912);--blue-11:color(display-p3 .15 .44 .84);--blue-12:color(display-p3 .102 .193 .379)}}}.dark,.dark-theme{--blue-1:#0d1520;--blue-2:#111927;--blue-3:#0d2847;--blue-4:#003362;--blue-5:#004074;--blue-6:#104d87;--blue-7:#205d9e;--blue-8:#2870bd;--blue-9:#0090ff;--blue-10:#3b9eff;--blue-11:#70b8ff;--blue-12:#c2e6ff}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){.dark,.dark-theme{--blue-1:color(display-p3 .057 .081 .122);--blue-2:color(display-p3 .072 .098 .147);--blue-3:color(display-p3 .078 .154 .27);--blue-4:color(display-p3 .033 .197 .37);--blue-5:color(display-p3 .08 .245 .441);--blue-6:color(display-p3 .14 .298 .511);--blue-7:color(display-p3 .195 .361 .6);--blue-8:color(display-p3 .239 .434 .72);--blue-9:color(display-p3 .247 .556 .969);--blue-10:color(display-p3 .344 .612 .973);--blue-11:color(display-p3 .49 .72 1);--blue-12:color(display-p3 .788 .898 .99)}}}:root,.light,.light-theme{--slate-1:#fcfcfd;--slate-2:#f9f9fb;--slate-3:#f0f0f3;--slate-4:#e8e8ec;--slate-5:#e0e1e6;--slate-6:#d9d9e0;--slate-7:#cdced6;--slate-8:#b9bbc6;--slate-9:#8b8d98;--slate-10:#80838d;--slate-11:#60646c;--slate-12:#1c2024}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){:root,.light,.light-theme{--slate-1:color(display-p3 .988 .988 .992);--slate-2:color(display-p3 .976 .976 .984);--slate-3:color(display-p3 .94 .941 .953);--slate-4:color(display-p3 .908 .909 .925);--slate-5:color(display-p3 .88 .881 .901);--slate-6:color(display-p3 .85 .852 .876);--slate-7:color(display-p3 .805 .808 .838);--slate-8:color(display-p3 .727 .733 .773);--slate-9:color(display-p3 .547 .553 .592);--slate-10:color(display-p3 .503 .512 .549);--slate-11:color(display-p3 .379 .392 .421);--slate-12:color(display-p3 .113 .125 .14)}}}.dark,.dark-theme{--slate-1:#111113;--slate-2:#18191b;--slate-3:#212225;--slate-4:#272a2d;--slate-5:#2e3135;--slate-6:#363a3f;--slate-7:#43484e;--slate-8:#5a6169;--slate-9:#696e77;--slate-10:#777b84;--slate-11:#b0b4ba;--slate-12:#edeef0}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){.dark,.dark-theme{--slate-1:color(display-p3 .067 .067 .074);--slate-2:color(display-p3 .095 .098 .105);--slate-3:color(display-p3 .13 .135 .145);--slate-4:color(display-p3 .156 .163 .176);--slate-5:color(display-p3 .183 .191 .206);--slate-6:color(display-p3 .215 .226 .244);--slate-7:color(display-p3 .265 .28 .302);--slate-8:color(display-p3 .357 .381 .409);--slate-9:color(display-p3 .415 .431 .463);--slate-10:color(display-p3 .469 .483 .514);--slate-11:color(display-p3 .692 .704 .728);--slate-12:color(display-p3 .93 .933 .94)}}}:root,.light,.light-theme{--grass-1:#fbfefb;--grass-2:#f5fbf5;--grass-3:#e9f6e9;--grass-4:#daf1db;--grass-5:#c9e8ca;--grass-6:#b2ddb5;--grass-7:#94ce9a;--grass-8:#65ba74;--grass-9:#46a758;--grass-10:#3e9b4f;--grass-11:#2a7e3b;--grass-12:#203c25}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){:root,.light,.light-theme{--grass-1:color(display-p3 .986 .996 .985);--grass-2:color(display-p3 .966 .983 .964);--grass-3:color(display-p3 .923 .965 .917);--grass-4:color(display-p3 .872 .94 .865);--grass-5:color(display-p3 .811 .908 .802);--grass-6:color(display-p3 .733 .864 .724);--grass-7:color(display-p3 .628 .803 .622);--grass-8:color(display-p3 .477 .72 .482);--grass-9:color(display-p3 .38 .647 .378);--grass-10:color(display-p3 .344 .598 .342);--grass-11:color(display-p3 .263 .488 .261);--grass-12:color(display-p3 .151 .233 .153)}}}:root,.light,.light-theme{--cyan-1:#fafdfe;--cyan-2:#f2fafb;--cyan-3:#def7f9;--cyan-4:#caf1f6;--cyan-5:#b5e9f0;--cyan-6:#9ddde7;--cyan-7:#7dcedc;--cyan-8:#3db9cf;--cyan-9:#00a2c7;--cyan-10:#0797b9;--cyan-11:#107d98;--cyan-12:#0d3c48}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){:root,.light,.light-theme{--cyan-1:color(display-p3 .982 .992 .996);--cyan-2:color(display-p3 .955 .981 .984);--cyan-3:color(display-p3 .888 .965 .975);--cyan-4:color(display-p3 .821 .941 .959);--cyan-5:color(display-p3 .751 .907 .935);--cyan-6:color(display-p3 .671 .862 .9);--cyan-7:color(display-p3 .564 .8 .854);--cyan-8:color(display-p3 .388 .715 .798);--cyan-9:color(display-p3 .282 .627 .765);--cyan-10:color(display-p3 .264 .583 .71);--cyan-11:color(display-p3 .08 .48 .63);--cyan-12:color(display-p3 .108 .232 .277)}}}:root,.light,.light-theme{--amber-1:#fefdfb;--amber-2:#fefbe9;--amber-3:#fff7c2;--amber-4:#ffee9c;--amber-5:#fbe577;--amber-6:#f3d673;--amber-7:#e9c162;--amber-8:#e2a336;--amber-9:#ffc53d;--amber-10:#ffba18;--amber-11:#ab6400;--amber-12:#4f3422}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){:root,.light,.light-theme{--amber-1:color(display-p3 .995 .992 .985);--amber-2:color(display-p3 .994 .986 .921);--amber-3:color(display-p3 .994 .969 .782);--amber-4:color(display-p3 .989 .937 .65);--amber-5:color(display-p3 .97 .902 .527);--amber-6:color(display-p3 .936 .844 .506);--amber-7:color(display-p3 .89 .762 .443);--amber-8:color(display-p3 .85 .65 .3);--amber-9:color(display-p3 1 .77 .26);--amber-10:color(display-p3 .959 .741 .274);--amber-11:color(display-p3 .64 .4 0);--amber-12:color(display-p3 .294 .208 .145)}}}:root,.light,.light-theme{--red-1:#fffcfc;--red-2:#fff7f7;--red-3:#feebec;--red-4:#ffdbdc;--red-5:#ffcdce;--red-6:#fdbdbe;--red-7:#f4a9aa;--red-8:#eb8e90;--red-9:#e5484d;--red-10:#dc3e42;--red-11:#ce2c31;--red-12:#641723}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){:root,.light,.light-theme{--red-1:color(display-p3 .998 .989 .988);--red-2:color(display-p3 .995 .971 .971);--red-3:color(display-p3 .985 .925 .925);--red-4:color(display-p3 .999 .866 .866);--red-5:color(display-p3 .984 .812 .811);--red-6:color(display-p3 .955 .751 .749);--red-7:color(display-p3 .915 .675 .672);--red-8:color(display-p3 .872 .575 .572);--red-9:color(display-p3 .83 .329 .324);--red-10:color(display-p3 .798 .294 .285);--red-11:color(display-p3 .744 .234 .222);--red-12:color(display-p3 .36 .115 .143)}}}.mdxeditor .cm-editor{--sp-font-mono:var(--font-mono);--sp-font-body:var(--font-body);padding:var(--sp-space-4) 0}.mdxeditor .sp-editor .cm-editor{padding-bottom:0}.mdxeditor .cm-scroller{padding:0!important}.mdxeditor .cm-focused{outline:none}.mdxeditor .sp-wrapper{overflow:hidden}.mdxeditor .sp-layout{border:none}.mdxeditor .sp-cm pre{white-space:break-spaces;word-break:break-word;overflow-wrap:anywhere;flex-shrink:1}.mdxeditor .cm-mergeView .cm-scroller,.mdxeditor .cm-sourceView .cm-scroller{font-family:var(--font-mono);line-height:1.3rem;font-size:var(--text-xs)}.mdxeditor .cm-gutters{font-size:var(--text-xxs);background:0 0}.mdxeditor .cm-activeLine{background:0 0}.mdxeditor .cm-tooltip-autocomplete{background:var(--baseBgSubtle)}.mdxeditor hr.selected[data-lexical-decorator=true]{outline:2px solid highlight}._editorRoot_1e2ox_53{--accentBase:var(--blue-1);--accentBgSubtle:var(--blue-2);--accentBg:var(--blue-3);--accentBgHover:var(--blue-4);--accentBgActive:var(--blue-5);--accentLine:var(--blue-6);--accentBorder:var(--blue-7);--accentBorderHover:var(--blue-8);--accentSolid:var(--blue-9);--accentSolidHover:var(--blue-10);--accentText:var(--blue-11);--accentTextContrast:var(--blue-12);--basePageBg:white;--baseBase:var(--slate-1);--baseBgSubtle:var(--slate-2);--baseBg:var(--slate-3);--baseBgHover:var(--slate-4);--baseBgActive:var(--slate-5);--baseLine:var(--slate-6);--baseBorder:var(--slate-7);--baseBorderHover:var(--slate-8);--baseSolid:var(--slate-9);--baseSolidHover:var(--slate-10);--baseText:var(--slate-11);--baseTextContrast:var(--slate-12);--admonitionTipBg:var(--cyan-4);--admonitionTipBorder:var(--cyan-8);--admonitionInfoBg:var(--grass-4);--admonitionInfoBorder:var(--grass-8);--admonitionCautionBg:var(--amber-4);--admonitionCautionBorder:var(--amber-8);--admonitionDangerBg:var(--red-4);--admonitionDangerBorder:var(--red-8);--admonitionNoteBg:var(--slate-4);--admonitionNoteBorder:var(--slate-8);--error-color:var(--red-10);--spacing-0:0px;--spacing-px:1px;--spacing-0_5:.125rem;--spacing-1:.25rem;--spacing-1_5:.375rem;--spacing-2:.5rem;--spacing-2_5:.625rem;--spacing-3:.75rem;--spacing-3_5:.875rem;--spacing-4:1rem;--spacing-5:1.25rem;--spacing-6:1.5rem;--spacing-7:1.75rem;--spacing-8:2rem;--spacing-9:2.25rem;--spacing-10:2.5rem;--spacing-11:2.75rem;--spacing-12:3rem;--spacing-14:3.5rem;--spacing-16:4rem;--spacing-20:5rem;--spacing-24:6rem;--spacing-28:7rem;--spacing-32:8rem;--spacing-36:9rem;--spacing-40:10rem;--spacing-44:11rem;--spacing-48:12rem;--spacing-52:13rem;--spacing-56:14rem;--spacing-60:15rem;--spacing-64:16rem;--spacing-72:18rem;--spacing-80:20rem;--spacing-96:24rem;--radius-none:0px;--radius-small:var(--spacing-0_5);--radius-base:var(--spacing-1);--radius-medium:var(--spacing-1_5);--radius-large:var(--spacing-2);--radius-extra-large:var(--spacing-3);--radius-full:9999px;--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--font-body:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--text-base:1rem;--text-sm:.875rem;--text-xs:.75rem;--text-xxs:.6rem;font-family:var(--font-body);color:var(--baseText)}._nestedListItem_1e2ox_158{list-style:none}._toolbarRoot_1e2ox_162{z-index:2;gap:var(--spacing-1);border-radius:var(--radius-medium);padding:var(--spacing-1_5);background-color:var(--baseBg);width:inherit;flex-direction:row;align-items:center;display:flex;position:sticky;top:0;overflow-x:auto}._toolbarRoot_1e2ox_162 div[role=separator]{margin:var(--spacing-2) var(--spacing-1);border-left:1px solid var(--baseBorder);border-right:1px solid var(--baseBase);height:var(--spacing-4)}._toolbarRoot_1e2ox_162 svg{color:var(--baseTextContrast);display:block}._readOnlyToolbarRoot_1e2ox_189{pointer-events:none;background:var(--baseBase)}._readOnlyToolbarRoot_1e2ox_189>div{opacity:.5}._toolbarModeSwitch_1e2ox_198{border:1px solid var(--baseBg);border-radius:var(--radius-medium);font-size:var(--text-xs);align-self:stretch;align-items:stretch;margin-left:auto;display:flex;opacity:1!important}._toolbarModeSwitch_1e2ox_198 ._toolbarToggleItem_1e2ox_208{padding-inline-start:var(--spacing-4);padding-inline-end:var(--spacing-4)}._toolbarModeSwitch_1e2ox_198 ._toolbarToggleItem_1e2ox_208:active,._toolbarModeSwitch_1e2ox_198 ._toolbarToggleItem_1e2ox_208[data-state=on]{background-color:var(--baseBorder)}._toolbarGroupOfGroups_1e2ox_219{margin:0 var(--spacing-1);display:flex}._toolbarToggleSingleGroup_1e2ox_224:first-of-type ._toolbarToggleItem_1e2ox_208:only-child,._toolbarToggleSingleGroup_1e2ox_224:only-child ._toolbarToggleItem_1e2ox_208:first-child,._toolbarModeSwitch_1e2ox_198 ._toolbarToggleItem_1e2ox_208:first-child{border-top-left-radius:var(--radius-base);border-bottom-left-radius:var(--radius-base)}._toolbarToggleSingleGroup_1e2ox_224:last-of-type ._toolbarToggleItem_1e2ox_208:only-child,._toolbarToggleSingleGroup_1e2ox_224:only-child ._toolbarToggleItem_1e2ox_208:last-child,._toolbarModeSwitch_1e2ox_198 ._toolbarToggleItem_1e2ox_208:last-child{border-top-right-radius:var(--radius-base);border-bottom-right-radius:var(--radius-base)}._toolbarToggleItem_1e2ox_208,._toolbarButton_1e2ox_239{all:unset;box-sizing:border-box;cursor:default;padding:var(--spacing-0_5)}@media (hover:hover){._toolbarToggleItem_1e2ox_208:hover,._toolbarButton_1e2ox_239:hover{background-color:var(--baseBgActive)}}._toolbarToggleItem_1e2ox_208:active svg,._toolbarButton_1e2ox_239:active svg{transform:translate(1px,1px)}._toolbarToggleItem_1e2ox_208[data-state=on],._toolbarButton_1e2ox_239[data-state=on],._toolbarToggleItem_1e2ox_208:active,._toolbarButton_1e2ox_239:active{color:var(--baseTextContrast);background-color:var(--baseBgActive)}._toolbarToggleItem_1e2ox_208[data-disabled],._toolbarButton_1e2ox_239[data-disabled]{pointer-events:none}._toolbarToggleItem_1e2ox_208[data-disabled] svg,._toolbarButton_1e2ox_239[data-disabled] svg{color:var(--baseBorderHover)}._toolbarButton_1e2ox_239{border-radius:var(--radius-base)}._toolbarButton_1e2ox_239+._toolbarButton_1e2ox_239{margin-left:var(--spacing-1)}._activeToolbarButton_1e2ox_275{color:var(--accentText)}._toolbarToggleSingleGroup_1e2ox_224{white-space:nowrap;align-items:center;display:flex}._toolbarNodeKindSelectContainer_1e2ox_285,._toolbarButtonDropdownContainer_1e2ox_286,._toolbarCodeBlockLanguageSelectContent_1e2ox_287,._selectContainer_1e2ox_288{filter:drop-shadow(0 2px 2px #0003);z-index:3;width:var(--spacing-36);border-bottom-left-radius:var(--radius-base);border-bottom-right-radius:var(--radius-base);background-color:var(--basePageBg);font-size:var(--text-sm)}._toolbarButtonDropdownContainer_1e2ox_286,._toolbarButtonDropdownContainer_1e2ox_286 ._selectItem_1e2ox_301:first-child{border-top-right-radius:var(--radius-base)}._toolbarNodeKindSelectTrigger_1e2ox_306,._toolbarButtonSelectTrigger_1e2ox_307,._selectTrigger_1e2ox_308{color:inherit;width:var(--spacing-36);padding:var(--spacing-0_5) var(--spacing-1);border-radius:var(--radius-medium);white-space:nowrap;font-size:var(--text-sm);background-color:#0000;background-color:var(--basePageBg);margin:0 var(--spacing-1);border:0;flex-wrap:nowrap;align-items:center;padding-inline-start:var(--spacing-2);display:flex}._toolbarNodeKindSelectTrigger_1e2ox_306[data-state=open],._toolbarButtonSelectTrigger_1e2ox_307[data-state=open],._selectTrigger_1e2ox_308[data-state=open]{filter:drop-shadow(0 2px 2px #0003);border-bottom-right-radius:var(--radius-none);border-bottom-left-radius:var(--radius-none)}._selectTrigger_1e2ox_308[data-placeholder]>span:first-child{color:var(--baseBorderHover)}._toolbarButtonSelectTrigger_1e2ox_307{width:auto;padding-inline-start:var(--spacing-2);padding-inline-end:var(--spacing-1);padding-block:var(--spacing-0_5)}._toolbarCodeBlockLanguageSelectTrigger_1e2ox_343,._toolbarCodeBlockLanguageSelectContent_1e2ox_287{width:var(--spacing-48)}._toolbarNodeKindSelectItem_1e2ox_348,._selectItem_1e2ox_301{cursor:default;padding:var(--spacing-2);display:flex}._toolbarNodeKindSelectItem_1e2ox_348[data-highlighted],._selectItem_1e2ox_301[data-highlighted]{background-color:var(--baseBg)}._toolbarNodeKindSelectItem_1e2ox_348[data-state=checked],._selectItem_1e2ox_301[data-state=checked]{color:var(--baseTextContrast);background-color:var(--baseBg)}._toolbarNodeKindSelectItem_1e2ox_348[data-highlighted],._selectItem_1e2ox_301[data-highlighted]{outline:none}._toolbarNodeKindSelectItem_1e2ox_348:last-child,._selectItem_1e2ox_301:last-child{border-bottom-left-radius:var(--radius-base);border-bottom-right-radius:var(--radius-base)}._toolbarNodeKindSelectDropdownArrow_1e2ox_373,._selectDropdownArrow_1e2ox_374{align-items:center;margin-left:auto;display:flex}._contentEditable_1e2ox_380{box-sizing:border-box;width:100%;color:var(--baseTextContrast);padding:var(--spacing-3)}._contentEditable_1e2ox_380:focus{outline:none}._codeMirrorWrapper_1e2ox_392{margin-bottom:var(--spacing-5);border:1px solid var(--baseLine);border-radius:var(--radius-medium);padding:.8rem;position:relative;overflow:hidden}._sandPackWrapper_1e2ox_401{margin-bottom:var(--spacing-5);border:1px solid var(--baseLine);border-radius:var(--radius-medium);position:relative;overflow:hidden}._codeMirrorToolbar_1e2ox_409{gap:var(--spacing-1);padding:var(--spacing-1);z-index:1;background-color:var(--baseBase);border-bottom-left-radius:var(--radius-base);display:flex;position:absolute;top:0;right:0}._frontmatterWrapper_1e2ox_413{border-radius:var(--radius-medium);padding:var(--spacing-3);background-color:var(--baseBgSubtle)}._frontmatterWrapper_1e2ox_413[data-expanded=true]{margin-bottom:var(--spacing-10)}._frontmatterToggleButton_1e2ox_423{all:unset;box-sizing:border-box;cursor:default;align-items:center;gap:var(--spacing-1);font-size:var(--text-sm);display:flex}._propertyPanelTitle_1e2ox_431{font-size:var(--text-xs);padding-top:var(--spacing-2);padding-left:var(--spacing-2);margin:0;font-weight:400}._propertyEditorTable_1e2ox_439{table-layout:fixed;border-spacing:var(--spacing-2)}._propertyEditorTable_1e2ox_439 th{text-align:left;font-size:var(--text-sm);padding:var(--spacing-2) var(--spacing-3)}._propertyEditorTable_1e2ox_439 col:first-child{width:30%}._propertyEditorTable_1e2ox_439 col:nth-child(2){width:70%}._propertyEditorTable_1e2ox_439 td:last-child ._iconButton_1e2ox_457{margin-left:var(--spacing-4);margin-right:var(--spacing-4)}._propertyEditorTable_1e2ox_439 ._readOnlyColumnCell_1e2ox_462{padding-left:0}._propertyEditorLabelCell_1e2ox_467{font-weight:400}._readOnlyColumnCell_1e2ox_462{padding-left:0}._buttonsFooter_1e2ox_475{justify-content:flex-end;gap:var(--spacing-2);display:flex}._propertyEditorInput_1e2ox_481{all:unset;box-sizing:border-box;cursor:default;width:100%;padding:var(--spacing-2) var(--spacing-3);border-radius:var(--radius-base);border:1px solid var(--baseBorder);background-color:var(--baseBase);font-size:var(--text-sm)}._iconButton_1e2ox_457{all:unset;box-sizing:border-box;cursor:default;color:var(--baseText)}@media (hover:hover){._iconButton_1e2ox_457:hover{color:var(--baseTextContrast)}}._iconButton_1e2ox_457:disabled,._iconButton_1e2ox_457:disabled:hover{color:var(--baseLine)}._primaryButton_1e2ox_507,._secondaryButton_1e2ox_508{all:unset;box-sizing:border-box;cursor:default;padding:var(--spacing-2) var(--spacing-3);border:1px solid var(--accentBorder);background-color:var(--accentSolidHover);color:var(--baseBase);font-size:var(--text-xs);border-radius:var(--radius-medium)}._primaryButton_1e2ox_507:disabled,._secondaryButton_1e2ox_508:disabled{background:var(--accentLine);border-color:var(--accentBg)}._smallButton_1e2ox_523{font-size:var(--text-xs);padding:var(--spacing-1) var(--spacing-2);border-radius:var(--radius-base)}._secondaryButton_1e2ox_508{border:1px solid var(--baseBorder);background-color:var(--baseSolidHover);color:var(--baseBase)}._dialogForm_1e2ox_535{gap:var(--spacing-2);flex-direction:row;display:flex}._linkDialogEditForm_1e2ox_541{align-items:stretch;gap:var(--spacing-2);flex-direction:column;padding:0;display:flex}._linkDialogInputContainer_1e2ox_549{flex-direction:column;align-items:stretch;display:flex}._linkDialogInputWrapper_1e2ox_555{background-color:var(--baseBase);border-radius:var(--radius-base);border:1px solid var(--baseBorder);align-items:center;display:flex}._linkDialogInputWrapper_1e2ox_555[data-visible-dropdown=true]{border-bottom-left-radius:var(--radius-none);border-bottom-right-radius:var(--radius-none);border-bottom-width:0}._linkDialogInputWrapper_1e2ox_555>button{all:unset;box-sizing:border-box;cursor:default;padding-right:var(--spacing-2)}._linkDialogInput_1e2ox_549,._dialogInput_1e2ox_576{all:unset;box-sizing:border-box;cursor:default;width:20rem;padding:var(--spacing-2) var(--spacing-3);font-size:var(--text-sm)}._linkDialogInput_1e2ox_549::-moz-placeholder{color:var(--baseBorder)}._dialogInput_1e2ox_576::-moz-placeholder{color:var(--baseBorder)}._linkDialogInput_1e2ox_549::placeholder,._dialogInput_1e2ox_576::placeholder{color:var(--baseBorder)}._linkDialogAnchor_1e2ox_587{z-index:-1;background-color:highlight;position:fixed}._linkDialogAnchor_1e2ox_587[data-visible=true]{visibility:visible}._linkDialogAnchor_1e2ox_587[data-visible=false]{visibility:hidden}._linkDialogPopoverContent_1e2ox_601,._tableColumnEditorPopoverContent_1e2ox_602,._dialogContent_1e2ox_603{filter:drop-shadow(0 2px 2px #0003);align-items:center;gap:var(--spacing-0_5);border-radius:var(--radius-medium);border:1px solid var(--baseBg);background-color:var(--basePageBg);padding:var(--spacing-1) var(--spacing-1);font-size:var(--text-sm);display:flex}._largeDialogContent_1e2ox_615{filter:drop-shadow(0 2px 2px #0003);gap:var(--spacing-0_5);border-radius:var(--radius-medium);border:1px solid var(--baseBorder);background-color:var(--baseBgSubtle);padding:var(--spacing-4);font-size:var(--text-sm)}._dialogTitle_1e2ox_625{font-size:var(--text-base);padding-left:var(--spacing-2);font-weight:600}._dialogCloseButton_1e2ox_631{all:unset;box-sizing:border-box;cursor:default;position:absolute;top:10px;right:10px}._popoverContent_1e2ox_638{filter:drop-shadow(0 2px 2px #0003);align-items:center;gap:var(--spacing-0_5);border-radius:var(--radius-medium);background-color:var(--baseBgSubtle);padding:var(--spacing-2) var(--spacing-2);font-size:var(--text-sm);z-index:1;display:flex}._popoverArrow_1e2ox_650{fill:var(--basePageBg)}._linkDialogPreviewAnchor_1e2ox_654{margin-right:var(--spacing-1);color:var(--accentText);border:1px solid #0000;align-items:center;text-decoration:none;display:flex}@media (hover:hover){._linkDialogPreviewAnchor_1e2ox_654:hover{color:var(--accentSolidHover)}}._linkDialogPreviewAnchor_1e2ox_654 span{text-overflow:ellipsis;white-space:nowrap;max-width:14rem;overflow-x:hidden}._tooltipTrigger_1e2ox_677{align-self:center}._tooltipContent_1e2ox_681{z-index:2;border-radius:var(--radius-medium);padding:var(--spacing-1) var(--spacing-2);font-size:var(--text-xs);background-color:var(--baseText);color:var(--baseBase);position:relative}._tooltipContent_1e2ox_681 svg{fill:var(--baseText)}._actionButton_1e2ox_695{all:unset;box-sizing:border-box;cursor:default;padding:var(--spacing-1);color:var(--baseTextContrast);padding:var(--spacing-1) var(--spacing-1);border-radius:var(--radius-medium)}._actionButton_1e2ox_695 svg{display:block}@media (hover:hover){._actionButton_1e2ox_695:hover{background-color:var(--baseBg)}}._actionButton_1e2ox_695:active svg{transform:translate(1px,1px)}._actionButton_1e2ox_695[data-state=on],._actionButton_1e2ox_695:active{background-color:var(--baseBg);color:var(--baseTextContrast)}._primaryActionButton_1e2ox_702{background-color:var(--accentSolid);color:var(--baseBase)}@media (hover:hover){._primaryActionButton_1e2ox_702:hover{background-color:var(--accentSolidHover);color:var(--baseBase)}}._tableEditor_1e2ox_714{table-layout:fixed;border-spacing:0;border-collapse:collapse;width:100%;height:100%}._tableEditor_1e2ox_714 thead>tr>th{text-align:right}._tableEditor_1e2ox_714>tbody>tr>td:not(._toolCell_1e2ox_725),._tableEditor_1e2ox_714>tbody>tr>th:not(._toolCell_1e2ox_725):not([data-tool-cell=true]){border:1px solid var(--baseBgActive);padding:var(--spacing-1) var(--spacing-2);white-space:normal}:is(._tableEditor_1e2ox_714>tbody>tr>td:not(._toolCell_1e2ox_725),._tableEditor_1e2ox_714>tbody>tr>th:not(._toolCell_1e2ox_725):not([data-tool-cell=true]))>div{outline:none}:is(._tableEditor_1e2ox_714>tbody>tr>td:not(._toolCell_1e2ox_725),._tableEditor_1e2ox_714>tbody>tr>th:not(._toolCell_1e2ox_725):not([data-tool-cell=true]))>div>p{margin:0}[data-active=true]:is(._tableEditor_1e2ox_714>tbody>tr>td:not(._toolCell_1e2ox_725),._tableEditor_1e2ox_714>tbody>tr>th:not(._toolCell_1e2ox_725):not([data-tool-cell=true])){outline:solid 1px var(--baseSolid)}._tableEditor_1e2ox_714 ._tableColumnEditorTrigger_1e2ox_744,._tableEditor_1e2ox_714 ._tableRowEditorTrigger_1e2ox_745,._tableEditor_1e2ox_714 ._addRowButton_1e2ox_746,._tableEditor_1e2ox_714 ._addColumnButton_1e2ox_747,._tableEditor_1e2ox_714 ._iconButton_1e2ox_457{opacity:.15}@media (hover:hover){._tableEditor_1e2ox_714:hover ._tableColumnEditorTrigger_1e2ox_744,._tableEditor_1e2ox_714:hover ._tableRowEditorTrigger_1e2ox_745,._tableEditor_1e2ox_714:hover ._addRowButton_1e2ox_746,._tableEditor_1e2ox_714:hover ._addColumnButton_1e2ox_747,._tableEditor_1e2ox_714:hover ._iconButton_1e2ox_457{opacity:.3}._tableEditor_1e2ox_714:hover ._tableColumnEditorTrigger_1e2ox_744:hover,._tableEditor_1e2ox_714:hover ._tableRowEditorTrigger_1e2ox_745:hover,._tableEditor_1e2ox_714:hover ._addRowButton_1e2ox_746:hover,._tableEditor_1e2ox_714:hover ._addColumnButton_1e2ox_747:hover,._tableEditor_1e2ox_714:hover ._iconButton_1e2ox_457:hover{opacity:1}}._toolCell_1e2ox_725{text-align:right}._toolCell_1e2ox_725 button{margin:auto;display:block}._tableColumnEditorTrigger_1e2ox_744{all:unset;box-sizing:border-box;cursor:default;padding:var(--spacing-1);color:var(--baseTextContrast);padding:var(--spacing-1);border-radius:var(--radius-full);opacity:.2}._tableColumnEditorTrigger_1e2ox_744 svg{display:block}@media (hover:hover){._tableColumnEditorTrigger_1e2ox_744:hover{background-color:var(--baseBg)}}._tableColumnEditorTrigger_1e2ox_744:active svg{transform:translate(1px,1px)}._tableColumnEditorTrigger_1e2ox_744[data-state=on],._tableColumnEditorTrigger_1e2ox_744:active{background-color:var(--baseBg);color:var(--baseTextContrast)}._tableColumnEditorTrigger_1e2ox_744[data-active=true]{opacity:1!important}._tableColumnEditorToolbar_1e2ox_789{display:flex}._tableColumnEditorToolbar_1e2ox_789>button{all:unset;box-sizing:border-box;cursor:default;padding:var(--spacing-1);color:var(--baseTextContrast)}._tableColumnEditorToolbar_1e2ox_789>button svg{display:block}@media (hover:hover){._tableColumnEditorToolbar_1e2ox_789>button:hover{background-color:var(--baseBg)}}._tableColumnEditorToolbar_1e2ox_789>button:active svg{transform:translate(1px,1px)}._tableColumnEditorToolbar_1e2ox_789>button[data-state=on],._tableColumnEditorToolbar_1e2ox_789>button:active{background-color:var(--baseBg);color:var(--baseTextContrast)}._tableColumnEditorToolbar_1e2ox_789 [role=separator]{margin-left:var(--spacing-1);margin-right:var(--spacing-1)}._toggleGroupRoot_1e2ox_802{display:inline-flex}._toggleGroupRoot_1e2ox_802 button{all:unset;box-sizing:border-box;cursor:default;padding:var(--spacing-1);color:var(--baseTextContrast)}._toggleGroupRoot_1e2ox_802 button svg{display:block}@media (hover:hover){._toggleGroupRoot_1e2ox_802 button:hover{background-color:var(--baseBg)}}._toggleGroupRoot_1e2ox_802 button:active svg{transform:translate(1px,1px)}._toggleGroupRoot_1e2ox_802 button[data-state=on],._toggleGroupRoot_1e2ox_802 button:active{background-color:var(--baseBg);color:var(--baseTextContrast)}._toggleGroupRoot_1e2ox_802 button:first-child{border-top-left-radius:var(--radius-base);border-bottom-left-radius:var(--radius-base)}._toggleGroupRoot_1e2ox_802 button:last-child{border-top-right-radius:var(--radius-base);border-bottom-right-radius:var(--radius-base)}._tableToolsColumn_1e2ox_820{width:2rem}._tableToolsColumn_1e2ox_820 button{margin:auto;display:block}._leftAlignedCell_1e2ox_829{text-align:left}._rightAlignedCell_1e2ox_833{text-align:right}._centeredCell_1e2ox_837{text-align:center}._addColumnButton_1e2ox_747,._addRowButton_1e2ox_746{all:unset;box-sizing:border-box;cursor:default;padding:var(--spacing-1);color:var(--baseTextContrast);background-color:var(--baseBase);align-items:center;display:flex}._addColumnButton_1e2ox_747 svg,._addRowButton_1e2ox_746 svg{display:block}@media (hover:hover){._addColumnButton_1e2ox_747:hover,._addRowButton_1e2ox_746:hover{background-color:var(--baseBg)}}._addColumnButton_1e2ox_747:active svg,._addRowButton_1e2ox_746:active svg{transform:translate(1px,1px)}._addColumnButton_1e2ox_747[data-state=on],._addRowButton_1e2ox_746[data-state=on],._addColumnButton_1e2ox_747:active,._addRowButton_1e2ox_746:active{background-color:var(--baseBg);color:var(--baseTextContrast)}._addColumnButton_1e2ox_747 svg,._addRowButton_1e2ox_746 svg{margin:auto}._addRowButton_1e2ox_746{width:100%;margin-top:var(--spacing-px);box-sizing:border-box;border-bottom-right-radius:var(--radius-medium);border-bottom-left-radius:var(--radius-medium)}._addColumnButton_1e2ox_747{margin-left:var(--spacing-px);border-top-right-radius:var(--radius-medium);border-bottom-right-radius:var(--radius-medium);height:100%}._dialogOverlay_1e2ox_870{background-color:var(--baseBase);z-index:51;opacity:.5;animation:.15s cubic-bezier(.16,1,.3,1) _overlayShow_1e2ox_1;position:fixed;inset:0}._dialogContent_1e2ox_603,._largeDialogContent_1e2ox_615{z-index:52;animation:.15s cubic-bezier(.16,1,.3,1) _contentShow_1e2ox_1;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}._dialogContent_1e2ox_603:focus,._largeDialogContent_1e2ox_615:focus{outline:none}@keyframes _overlayShow_1e2ox_1{0%{opacity:0}to{opacity:.5}}@keyframes _contentShow_1e2ox_1{0%{opacity:0;transform:translate(-50%,-48%)scale(.96)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}._focusedImage_1e2ox_916{outline:2px solid highlight}._imageWrapper_1e2ox_920{display:inline-block;position:relative}._imageWrapper_1e2ox_920[draggable=true]{cursor:move;cursor:grab;cursor:-webkit-grab}._editImageToolbar_1e2ox_933{gap:var(--spacing-1);padding:var(--spacing-1);z-index:1;background-color:var(--baseBase);border-bottom-left-radius:var(--radius-base);display:flex;position:absolute;top:0;right:0}._editImageButton_1e2ox_937 svg{display:block}._inlineEditor_1e2ox_943{border-radius:var(--radius-medium);padding:var(--spacing-1);gap:var(--spacing-2);background:var(--baseBg);align-items:center;display:inline-flex}._blockEditor_1e2ox_952{border-radius:var(--radius-medium);padding:var(--spacing-2);justify-content:stretch;gap:var(--spacing-2);background:var(--baseBg);align-items:center;display:flex}._blockEditor_1e2ox_952 ._nestedEditor_1e2ox_961{flex-grow:1}._nestedEditor_1e2ox_961{background:var(--basePageBg);padding:var(--spacing-1) var(--spacing-2);border-radius:var(--radius-medium)}._nestedEditor_1e2ox_961>p{margin:0}._nestedEditor_1e2ox_961:focus{outline:none}._genericComponentName_1e2ox_980{font-size:var(--text-sm);color:var(--baseText);padding-right:var(--spacing-2)}._diffSourceToggleWrapper_1e2ox_986{pointer-events:auto;opacity:1;margin-left:auto;position:sticky;right:0}._diffSourceToggle_1e2ox_986{border-radius:var(--radius-medium);background-color:var(--baseBase);display:flex}._diffSourceToggle_1e2ox_986 ._toolbarToggleItem_1e2ox_208{padding:0}._diffSourceToggle_1e2ox_986 ._toolbarToggleItem_1e2ox_208>span{padding:var(--spacing-1) var(--spacing-1);display:block}._selectWithLabel_1e2ox_1012{align-items:center;gap:var(--spacing-2);margin-left:var(--spacing-2);display:flex}._selectWithLabel_1e2ox_1012>label{font-size:var(--text-sm)}._selectWithLabel_1e2ox_1012 ._selectTrigger_1e2ox_308{border:1px solid var(--baseBorder)}._toolbarTitleMode_1e2ox_1027{font-size:var(--text-sm);margin-left:var(--spacing-2)}._imageControlWrapperResizing_1e2ox_1032{touch-action:none}._imageResizer_1e2ox_1036{background-color:var(--accentText);border:1px solid var(--baseBg);width:7px;height:7px;display:block;position:absolute}._imageResizer_1e2ox_1036._imageResizerN_1e2ox_1045{cursor:n-resize;top:-6px;left:48%}._imageResizer_1e2ox_1036._imageResizerNe_1e2ox_1051{cursor:ne-resize;top:-6px;right:-6px}._imageResizer_1e2ox_1036._imageResizerE_1e2ox_1057{cursor:e-resize;bottom:48%;right:-6px}._imageResizer_1e2ox_1036._imageResizerSe_1e2ox_1063{cursor:nwse-resize;bottom:-2px;right:-6px}._imageResizer_1e2ox_1036._imageResizerS_1e2ox_1063{cursor:s-resize;bottom:-2px;left:48%}._imageResizer_1e2ox_1036._imageResizerSw_1e2ox_1075{cursor:sw-resize;bottom:-2px;left:-6px}._imageResizer_1e2ox_1036._imageResizerW_1e2ox_1081{cursor:w-resize;bottom:48%;left:-6px}._imageResizer_1e2ox_1036._imageResizerNw_1e2ox_1087{cursor:nw-resize;top:-6px;left:-6px}._imagePlaceholder_1e2ox_1093{border:2px dashed;width:fit-content;height:fit-content;margin:12px;padding:48px}._imageDimensionsContainer_1e2ox_1101{gap:var(--spacing-4);display:flex}._placeholder_1e2ox_1106{color:var(--baseSolid);padding:var(--spacing-3);text-overflow:ellipsis;-webkit-user-select:none;user-select:none;white-space:nowrap;pointer-events:none;display:inline-block;position:absolute;top:0;overflow:hidden}._rootContentEditableWrapper_1e2ox_1119{position:relative}._downshiftContainer_1e2ox_1123{flex-direction:column;align-items:stretch;display:flex}._downshiftInputWrapper_1e2ox_1129{background-color:var(--baseBase);border-radius:var(--radius-base);border:1px solid var(--baseBorder);align-items:center;display:flex}._downshiftInputWrapper_1e2ox_1129[data-visible-dropdown=true]{border-bottom-left-radius:var(--radius-none);border-bottom-right-radius:var(--radius-none);border-bottom-width:0}._downshiftInputWrapper_1e2ox_1129>button{all:unset;box-sizing:border-box;cursor:default;padding-right:var(--spacing-2)}._downshiftInput_1e2ox_1129{all:unset;box-sizing:border-box;cursor:default;width:20rem;padding:var(--spacing-2) var(--spacing-3);font-size:var(--text-sm)}._downshiftInput_1e2ox_1129::placeholder{color:var(--baseBorder)}._downshiftAutocompleteContainer_1e2ox_1160{position:relative}._downshiftAutocompleteContainer_1e2ox_1160 ul{all:unset;box-sizing:border-box;font-size:var(--text-sm);border-bottom-left-radius:var(--radius-medium);border-bottom-right-radius:var(--radius-medium);width:100%;max-height:var(--spacing-48);border:1px solid var(--baseBorder);background-color:var(--baseBase);border-top-width:0;display:none;position:absolute;overflow:hidden auto}._downshiftAutocompleteContainer_1e2ox_1160 ul[data-visible=true]{display:block}._downshiftAutocompleteContainer_1e2ox_1160 ul li{padding:var(--spacing-2) var(--spacing-3);white-space:nowrap;margin-bottom:var(--spacing-1);text-overflow:ellipsis;overflow-x:hidden}._downshiftAutocompleteContainer_1e2ox_1160 ul li[data-selected=true]{background-color:var(--baseBgSubtle)}._downshiftAutocompleteContainer_1e2ox_1160 ul li[data-highlighted=true]{background-color:var(--baseBgHover)}._downshiftAutocompleteContainer_1e2ox_1160 ul li:last-of-type{border-bottom-left-radius:var(--radius-medium);border-bottom-right-radius:var(--radius-medium)}._textInput_1e2ox_1206{all:unset;border-radius:var(--radius-base);border:1px solid var(--baseBorder);background-color:var(--baseBase);padding:var(--spacing-2) var(--spacing-3)}form._multiFieldForm_1e2ox_1214{padding:var(--spacing-2);gap:var(--spacing-2);flex-direction:column;display:flex}form._multiFieldForm_1e2ox_1214 ._formField_1e2ox_1220{gap:var(--spacing-2);flex-direction:column;display:flex}form._multiFieldForm_1e2ox_1214 ._formField_1e2ox_1220 label{font-size:var(--text-xs)}._markdownParseError_1e2ox_1231{border-radius:var(--radius-base);border:1px solid var(--error-color);padding:var(--spacing-2);margin-block:var(--spacing-2);color:var(--error-color);font-size:var(--text-xs)}._popupContainer_1e2ox_1240{z-index:2;position:relative}._inputSizer_1e2ox_1245{vertical-align:baseline;align-items:center;display:inline-grid;position:relative}._inputSizer_1e2ox_1245:after,._inputSizer_1e2ox_1245 input{width:auto;min-width:1rem;font:inherit;resize:none;appearance:none;color:inherit;background:0 0;border:none;grid-area:1/2;margin:0;padding:0 2px}._inputSizer_1e2ox_1245 span{padding:.25em}._inputSizer_1e2ox_1245:after{content:attr(data-value);white-space:pre-wrap}:root,._light_1tncs_1,._light-theme_1tncs_1{--blue-1:#fbfdff;--blue-2:#f4faff;--blue-3:#e6f4fe;--blue-4:#d5efff;--blue-5:#c2e5ff;--blue-6:#acd8fc;--blue-7:#8ec8f6;--blue-8:#5eb1ef;--blue-9:#0090ff;--blue-10:#0588f0;--blue-11:#0d74ce;--blue-12:#113264}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){:root,._light_1tncs_1,._light-theme_1tncs_1{--blue-1:color(display-p3 .986 .992 .999);--blue-2:color(display-p3 .96 .979 .998);--blue-3:color(display-p3 .912 .956 .991);--blue-4:color(display-p3 .853 .932 1);--blue-5:color(display-p3 .788 .894 .998);--blue-6:color(display-p3 .709 .843 .976);--blue-7:color(display-p3 .606 .777 .947);--blue-8:color(display-p3 .451 .688 .917);--blue-9:color(display-p3 .247 .556 .969);--blue-10:color(display-p3 .234 .523 .912);--blue-11:color(display-p3 .15 .44 .84);--blue-12:color(display-p3 .102 .193 .379)}}}._dark_1tncs_1,._dark-theme_1tncs_1{--blue-1:#0d1520;--blue-2:#111927;--blue-3:#0d2847;--blue-4:#003362;--blue-5:#004074;--blue-6:#104d87;--blue-7:#205d9e;--blue-8:#2870bd;--blue-9:#0090ff;--blue-10:#3b9eff;--blue-11:#70b8ff;--blue-12:#c2e6ff}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){._dark_1tncs_1,._dark-theme_1tncs_1{--blue-1:color(display-p3 .057 .081 .122);--blue-2:color(display-p3 .072 .098 .147);--blue-3:color(display-p3 .078 .154 .27);--blue-4:color(display-p3 .033 .197 .37);--blue-5:color(display-p3 .08 .245 .441);--blue-6:color(display-p3 .14 .298 .511);--blue-7:color(display-p3 .195 .361 .6);--blue-8:color(display-p3 .239 .434 .72);--blue-9:color(display-p3 .247 .556 .969);--blue-10:color(display-p3 .344 .612 .973);--blue-11:color(display-p3 .49 .72 1);--blue-12:color(display-p3 .788 .898 .99)}}}:root,._light_1tncs_1,._light-theme_1tncs_1{--slate-1:#fcfcfd;--slate-2:#f9f9fb;--slate-3:#f0f0f3;--slate-4:#e8e8ec;--slate-5:#e0e1e6;--slate-6:#d9d9e0;--slate-7:#cdced6;--slate-8:#b9bbc6;--slate-9:#8b8d98;--slate-10:#80838d;--slate-11:#60646c;--slate-12:#1c2024}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){:root,._light_1tncs_1,._light-theme_1tncs_1{--slate-1:color(display-p3 .988 .988 .992);--slate-2:color(display-p3 .976 .976 .984);--slate-3:color(display-p3 .94 .941 .953);--slate-4:color(display-p3 .908 .909 .925);--slate-5:color(display-p3 .88 .881 .901);--slate-6:color(display-p3 .85 .852 .876);--slate-7:color(display-p3 .805 .808 .838);--slate-8:color(display-p3 .727 .733 .773);--slate-9:color(display-p3 .547 .553 .592);--slate-10:color(display-p3 .503 .512 .549);--slate-11:color(display-p3 .379 .392 .421);--slate-12:color(display-p3 .113 .125 .14)}}}._dark_1tncs_1,._dark-theme_1tncs_1{--slate-1:#111113;--slate-2:#18191b;--slate-3:#212225;--slate-4:#272a2d;--slate-5:#2e3135;--slate-6:#363a3f;--slate-7:#43484e;--slate-8:#5a6169;--slate-9:#696e77;--slate-10:#777b84;--slate-11:#b0b4ba;--slate-12:#edeef0}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){._dark_1tncs_1,._dark-theme_1tncs_1{--slate-1:color(display-p3 .067 .067 .074);--slate-2:color(display-p3 .095 .098 .105);--slate-3:color(display-p3 .13 .135 .145);--slate-4:color(display-p3 .156 .163 .176);--slate-5:color(display-p3 .183 .191 .206);--slate-6:color(display-p3 .215 .226 .244);--slate-7:color(display-p3 .265 .28 .302);--slate-8:color(display-p3 .357 .381 .409);--slate-9:color(display-p3 .415 .431 .463);--slate-10:color(display-p3 .469 .483 .514);--slate-11:color(display-p3 .692 .704 .728);--slate-12:color(display-p3 .93 .933 .94)}}}:root,._light_1tncs_1,._light-theme_1tncs_1{--grass-1:#fbfefb;--grass-2:#f5fbf5;--grass-3:#e9f6e9;--grass-4:#daf1db;--grass-5:#c9e8ca;--grass-6:#b2ddb5;--grass-7:#94ce9a;--grass-8:#65ba74;--grass-9:#46a758;--grass-10:#3e9b4f;--grass-11:#2a7e3b;--grass-12:#203c25}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){:root,._light_1tncs_1,._light-theme_1tncs_1{--grass-1:color(display-p3 .986 .996 .985);--grass-2:color(display-p3 .966 .983 .964);--grass-3:color(display-p3 .923 .965 .917);--grass-4:color(display-p3 .872 .94 .865);--grass-5:color(display-p3 .811 .908 .802);--grass-6:color(display-p3 .733 .864 .724);--grass-7:color(display-p3 .628 .803 .622);--grass-8:color(display-p3 .477 .72 .482);--grass-9:color(display-p3 .38 .647 .378);--grass-10:color(display-p3 .344 .598 .342);--grass-11:color(display-p3 .263 .488 .261);--grass-12:color(display-p3 .151 .233 .153)}}}:root,._light_1tncs_1,._light-theme_1tncs_1{--cyan-1:#fafdfe;--cyan-2:#f2fafb;--cyan-3:#def7f9;--cyan-4:#caf1f6;--cyan-5:#b5e9f0;--cyan-6:#9ddde7;--cyan-7:#7dcedc;--cyan-8:#3db9cf;--cyan-9:#00a2c7;--cyan-10:#0797b9;--cyan-11:#107d98;--cyan-12:#0d3c48}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){:root,._light_1tncs_1,._light-theme_1tncs_1{--cyan-1:color(display-p3 .982 .992 .996);--cyan-2:color(display-p3 .955 .981 .984);--cyan-3:color(display-p3 .888 .965 .975);--cyan-4:color(display-p3 .821 .941 .959);--cyan-5:color(display-p3 .751 .907 .935);--cyan-6:color(display-p3 .671 .862 .9);--cyan-7:color(display-p3 .564 .8 .854);--cyan-8:color(display-p3 .388 .715 .798);--cyan-9:color(display-p3 .282 .627 .765);--cyan-10:color(display-p3 .264 .583 .71);--cyan-11:color(display-p3 .08 .48 .63);--cyan-12:color(display-p3 .108 .232 .277)}}}:root,._light_1tncs_1,._light-theme_1tncs_1{--amber-1:#fefdfb;--amber-2:#fefbe9;--amber-3:#fff7c2;--amber-4:#ffee9c;--amber-5:#fbe577;--amber-6:#f3d673;--amber-7:#e9c162;--amber-8:#e2a336;--amber-9:#ffc53d;--amber-10:#ffba18;--amber-11:#ab6400;--amber-12:#4f3422}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){:root,._light_1tncs_1,._light-theme_1tncs_1{--amber-1:color(display-p3 .995 .992 .985);--amber-2:color(display-p3 .994 .986 .921);--amber-3:color(display-p3 .994 .969 .782);--amber-4:color(display-p3 .989 .937 .65);--amber-5:color(display-p3 .97 .902 .527);--amber-6:color(display-p3 .936 .844 .506);--amber-7:color(display-p3 .89 .762 .443);--amber-8:color(display-p3 .85 .65 .3);--amber-9:color(display-p3 1 .77 .26);--amber-10:color(display-p3 .959 .741 .274);--amber-11:color(display-p3 .64 .4 0);--amber-12:color(display-p3 .294 .208 .145)}}}:root,._light_1tncs_1,._light-theme_1tncs_1{--red-1:#fffcfc;--red-2:#fff7f7;--red-3:#feebec;--red-4:#ffdbdc;--red-5:#ffcdce;--red-6:#fdbdbe;--red-7:#f4a9aa;--red-8:#eb8e90;--red-9:#e5484d;--red-10:#dc3e42;--red-11:#ce2c31;--red-12:#641723}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){:root,._light_1tncs_1,._light-theme_1tncs_1{--red-1:color(display-p3 .998 .989 .988);--red-2:color(display-p3 .995 .971 .971);--red-3:color(display-p3 .985 .925 .925);--red-4:color(display-p3 .999 .866 .866);--red-5:color(display-p3 .984 .812 .811);--red-6:color(display-p3 .955 .751 .749);--red-7:color(display-p3 .915 .675 .672);--red-8:color(display-p3 .872 .575 .572);--red-9:color(display-p3 .83 .329 .324);--red-10:color(display-p3 .798 .294 .285);--red-11:color(display-p3 .744 .234 .222);--red-12:color(display-p3 .36 .115 .143)}}}._bold_1tncs_10{font-weight:700}._italic_1tncs_14{font-style:italic}._underline_1tncs_18{text-decoration:underline}._strikethrough_1tncs_34{text-decoration:line-through}._underlineStrikethrough_1tncs_38{text-decoration:underline line-through}._subscript_1tncs_42{font-size:.8em;vertical-align:sub!important}._superscript_1tncs_47{vertical-align:super;font-size:.8em}._code_1tncs_52{background-color:var(--baseBg);font-family:var(--font-mono);padding:1px .25rem;font-size:94%}._nestedListItem_1tncs_59{list-style:none}._listitem_1tncs_69{margin:var(--spacing-2) 0}._listItemChecked_1tncs_73,._listItemUnchecked_1tncs_74{margin-left:0;margin-right:0;padding-left:var(--spacing-6);padding-right:var(--spacing-6);outline:none;margin-inline-start:-1rem;list-style-type:none;position:relative}._listItemChecked_1tncs_73{text-decoration:line-through}._listItemUnchecked_1tncs_74:before,._listItemChecked_1tncs_73:before{content:"";width:var(--spacing-4);height:var(--spacing-4);cursor:pointer;background-size:cover;display:block;position:absolute;top:0;left:0}._listItemUnchecked_1tncs_74[dir=rtl]:before,._listItemChecked_1tncs_73[dir=rtl]:before{left:auto;right:0}._listItemUnchecked_1tncs_74:focus:before,._listItemChecked_1tncs_73:focus:before{box-shadow:0 0 0 2px var(--accentBgActive);border-radius:var(--radius-small)}._listItemUnchecked_1tncs_74:before{border:1px solid var(--baseBorder);border-radius:var(--radius-small)}._listItemChecked_1tncs_73:before{border:1px solid var(--accentBorder);border-radius:var(--radius-small);background-color:var(--accentSolid);background-repeat:no-repeat}._listItemChecked_1tncs_73:after{content:"";cursor:pointer;border-color:var(--baseBase);top:var(--spacing-0_5);width:var(--spacing-1);left:var(--spacing-1_5);right:var(--spacing-1_5);height:var(--spacing-2);border-style:solid;border-width:0 var(--spacing-0_5) var(--spacing-0_5) 0;display:block;position:absolute;transform:rotate(45deg)}._nestedListItem_1tncs_59{list-style-type:none}._nestedListItem_1tncs_59:before,._nestedListItem_1tncs_59:after{display:none}._admonitionDanger_1tncs_151,._admonitionInfo_1tncs_152,._admonitionNote_1tncs_153,._admonitionTip_1tncs_154,._admonitionCaution_1tncs_155{padding:var(--spacing-2);margin-top:var(--spacing-2);margin-bottom:var(--spacing-2);border-left:3px solid var(--admonitionBorder);background-color:var(--admonitionBg)}._admonitionInfo_1tncs_152{--admonitionBorder:var(--admonitionInfoBorder);--admonitionBg:var(--admonitionInfoBg)}._admonitionTip_1tncs_154{--admonitionBorder:var(--admonitionTipBorder);--admonitionBg:var(--admonitionTipBg)}._admonitionCaution_1tncs_155{--admonitionBorder:var(--admonitionCautionBorder);--admonitionBg:var(--admonitionCautionBg)}._admonitionDanger_1tncs_151{--admonitionBorder:var(--admonitionDangerBorder);--admonitionBg:var(--admonitionDangerBg)}._admonitionNote_1tncs_153{--admonitionBorder:var(--admonitionNoteBorder);--admonitionBg:var(--admonitionNoteBg)}._mdxExpression_1tncs_188{font-family:var(--font-mono);color:var(--accentText);font-size:84%}._mdxExpression_1tncs_188 input:focus-visible{outline:none}*{vertical-align:baseline;box-sizing:border-box;border:0;margin:0;padding:0}:before,:after{box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}blockquote,q{quotes:none;quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a,button{outline:none}strong{font-weight:700}input,textarea{outline:none}address{font-style:normal}h1,h2,h3,h4{font-weight:400}a{text-decoration:none}hr{background:#ccc;width:90%;height:1px;margin:10px 0;display:block}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--surface-base:#f8fafc;--surface-1:#fff;--surface-2:#f8fafc;--surface-3:#f1f5f9;--surface-hover:#f1f5f9;--surface-selected:#ebfcff;--surface-inverse:#0f172a;--surface-overlay:#0f172a80;--text-primary:#0f172a;--text-secondary:#334155;--text-muted:#64748b;--text-disabled:#94a3b8;--text-inverse:#fff;--text-link:#2563eb;--text-on-brand:#fff;--border-subtle:#f1f5f9;--border-default:#e2e8f0;--border-strong:#cbd5e1;--border-focus:#2db2c8;--brand:#7864ff;--brand-hover:#6650e6;--brand-subtle:#eef0ff;--brand-text:#7864ff;--accent:#2db2c8;--accent-hover:#2596a9;--accent-subtle:#ebfcff;--accent-text:#2db2c8;--status-success:#22c55e;--status-success-subtle:#dcfce7;--status-success-text:#15803d;--status-danger:#ef4444;--status-danger-subtle:#fee2e2;--status-danger-text:#b91c1c;--status-warning:#f59e0b;--status-warning-subtle:#fef3c7;--status-warning-text:#b45309;--status-info:#3b82f6;--status-info-subtle:#dbeafe;--status-info-text:#2563eb;--button-primary-bg:#7864ff;--button-primary-hover:#6650e6;--button-primary-text:#fff;--button-secondary-bg:#fff;--button-secondary-text:#334155;--button-secondary-border:#e2e8f0;--input-bg:#fff;--input-border:#e2e8f0;--input-border-focus:#2db2c8;--input-placeholder:#94a3b8;--card-shadow:0 1px 3px #0f172a14;--nav-bg:#fff;--topbar-bg:#fff;--chart-grid:#e2e8f0;--chart-axis-text:#64748b;--chart-tooltip-bg:#0f172a;--chart-tooltip-text:#fff}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--surface-base:#0b1120;--surface-1:#0f172a;--surface-2:#1e293b;--surface-3:#172033;--surface-hover:#1e293b;--surface-selected:#10303a;--surface-inverse:#e2e8f0;--surface-overlay:#0009;--text-primary:#f1f5f9;--text-secondary:#cbd5e1;--text-muted:#94a3b8;--text-disabled:#64748b;--text-inverse:#0f172a;--text-link:#60a5fa;--text-on-brand:#fff;--border-subtle:#1e293b;--border-default:#334155;--border-strong:#475569;--border-focus:#43e0f8;--brand:#8b7bff;--brand-hover:#a394ff;--brand-subtle:#241f4d;--brand-text:#a394ff;--accent:#43e0f8;--accent-hover:#6ceaff;--accent-subtle:#10303a;--accent-text:#43e0f8;--status-success:#4ade80;--status-success-subtle:#14331f;--status-success-text:#86efac;--status-danger:#f87171;--status-danger-subtle:#3b1518;--status-danger-text:#fca5a5;--status-warning:#fbbf24;--status-warning-subtle:#3a2a0a;--status-warning-text:#fcd34d;--status-info:#60a5fa;--status-info-subtle:#14243f;--status-info-text:#93c5fd;--button-primary-bg:#8b7bff;--button-primary-hover:#a394ff;--button-primary-text:#fff;--button-secondary-bg:#1e293b;--button-secondary-text:#e2e8f0;--button-secondary-border:#334155;--input-bg:#172033;--input-border:#334155;--input-border-focus:#43e0f8;--input-placeholder:#64748b;--card-shadow:0 1px 3px #0006;--nav-bg:#0f172a;--topbar-bg:#0f172a;--chart-grid:#334155;--chart-axis-text:#94a3b8;--chart-tooltip-bg:#1e293b;--chart-tooltip-text:#f1f5f9}.authButtonsWrapper{justify-content:space-between;margin-top:24px;display:flex}.errorMessage{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}.errorMessage:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}.fieldWrapper{width:100%;margin-bottom:16px}.fieldWrapper:last-child{margin-bottom:0}.fieldLabel{margin-bottom:8px;font-size:.75rem}.fieldLabelBottom{margin-top:8px;font-size:.75rem}.field{width:100%;position:relative}.fieldLabelNew{margin-bottom:5px;font-family:Inter;font-size:.875rem}.inputNew{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}.inputNew::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}.inputNew[type=password]{font-size:18px}.inputNew:focus,.inputNew:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}.inputNew:disabled{box-shadow:none;background:var(--surface-3);border:none}.inputNew:disabled::placeholder{color:#cbd5e1}.inputNew.error{border:1px solid #ef4444}.inputNew.error:focus,.inputNew.error:active{box-shadow:none;border-color:#ef4444}.formCellsWrapper{justify-content:space-between;margin-bottom:16px;display:flex}.formCell{width:calc(50% - 8px)}.tableNavWrapper{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}.tableNavButtonsWrapper{align-items:center;gap:8px;display:flex}.tableNavItem{margin:0}.modalContent{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}.modalContent.center{text-align:center;font-family:Inter}.modalContent.settings{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}.modalContent.settingsIntegration,.modalContent.performanceTestModalContent{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}.modalContent.monitoringReportContent{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}.modalTitle{margin:16px 0 4px;font-size:1.125rem;font-weight:500}.modalMessage{color:var(--text-secondary);font-size:.875rem;line-height:20px}.modalLine{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}.modalLine:after,.modalLine:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}.modalLine:before{left:-20px}.modalLine:after{right:-20px}.infoMessage{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}.infoMessage:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}.modalFooter{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}.modalFooter.buttonsAutoWidth{justify-content:flex-end}.fullWidthTitle{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}.widgetsWrapper{justify-content:center;gap:16px;margin-bottom:16px;display:flex}.widgetWrapper{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){.widgetWrapper{padding:0 16px 16px}}.widgetHeader{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}.widgetTitle{font-family:Inter;font-size:1.125rem;font-weight:500}.widgetDataWrapper{padding-top:16px;position:relative}.widgetSpinnerWrapper{align-items:center;height:180px;display:flex}.widgetFooter{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}.widgetFooterItem{text-align:center;border-right:1px solid var(--border-subtle);flex:1}.widgetFooterItem:last-child{border:none}.widgetMainValue{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}.widgetValueWrapper{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}.widgetNote{color:var(--text-muted);font-size:.75rem}.widgetLoader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.disabled{opacity:.5;cursor:default}.widgetTag{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}.widgetTagValue{color:var(--text-primary);font-weight:500}.chartValuesWrapper{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}.chartValuesTitle{color:var(--text-secondary);font-size:14px;display:inline-flex}.chartValuesTitle.green:before,.chartValuesTitle.dark:before,.chartValuesTitle.blue:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}.chartValuesTitle.green:before{background:var(--status-success)}.chartValuesTitle.dark:before{background:#475569}.chartValuesTitle.blue:before{background:#43e0f8}.topbar{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}.logoWrapper{display:inline-flex}.logo{max-width:110px}.menuWrapper{display:flex}@media only screen and (width<=1340px){.menuWrapper{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}.menuWrapper.opened{display:flex}}.menuItem{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){.menuItem{flex:none;width:auto;margin-bottom:10px}}.menuItem .menuIcon{fill:#fff;margin-right:8px;transition:all .2s}.menuItem .menuIconPerformance{fill:none}.menuItem .menuIconStroke{stroke:#fff;margin-right:8px;transition:all .2s}.menuItem.active,.menuItem:hover{background:var(--surface-1);color:#52c2fd}.menuItem.active .menuIcon:not(.menuIconStroke,.menuIconPerformance),.menuItem:hover .menuIcon:not(.menuIconStroke,.menuIconPerformance){fill:#52c2fd}.menuItem.active .menuIconPerformance path,.menuItem:hover .menuIconPerformance path{stroke:#59a6fd}.menuItem.active .menuIconStroke:not(.menuIcon),.menuItem:hover .menuIconStroke:not(.menuIcon){stroke:#52c2fd}.redDot{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}.screenWrapper{justify-content:center;display:flex}.link{color:var(--accent);cursor:pointer;text-decoration:underline}:root{--vh:1vh;--spacing-sm:16px;--spacing-md:24px;--spacing-lg:32px}html,body{color:var(--text-primary);font-family:Inter,sans-serif;font-weight:400}.Toastify__toast-container{width:fit-content;max-width:50%}.Toastify__toast{width:auto;max-width:100%;padding-right:calc(var(--toastify-toast-padding) * 2)}@media only screen and (width<=480px){.Toastify__toast-container{width:100%;max-width:100%}}._spinnerWrapper_1incn_1{justify-content:center;width:100%;display:flex}._spinnerWrapper_1incn_1 svg{margin-right:0!important}@media only screen and (width<=1024px){._spinnerWrapper_1incn_1 svg{width:28px!important;height:28px!important}}._buttonNew_1h4uv_1{cursor:pointer;border-radius:20px;justify-content:center;align-items:center;height:36px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s ease-out;display:inline-flex}._buttonNew_1h4uv_1:disabled,._buttonNew_1h4uv_1[disabled]{cursor:default;opacity:.7}._buttonNew_1h4uv_1 svg{margin-right:8px}._buttonNew_1h4uv_1._white_1h4uv_20{background:var(--surface-1);border:1px solid var(--border-default);color:var(--text-secondary)}._buttonNew_1h4uv_1._blue_1h4uv_25{color:#134f66;background:#42e8ff}._buttonNew_1h4uv_1._green_1h4uv_29{color:#fff;background:var(--status-success)}._buttonNew_1h4uv_1._tropicalCyan_1h4uv_33{background:var(--surface-1);color:var(--accent);border:1px solid #42e8ff}._buttonNew_1h4uv_1._blueBordered_1h4uv_38{background:var(--surface-1);color:#42e8ff;border:1px solid #42e8ff}._buttonNew_1h4uv_1._greyBordered_1h4uv_43{border:1px solid var(--border-strong);background:var(--surface-1);color:var(--text-primary)}._buttonNew_1h4uv_1._grey_1h4uv_43{color:var(--text-primary);background:#e2e8f0}._buttonNew_1h4uv_1._orange_1h4uv_52{background:var(--status-warning);color:#fff}._buttonNew_1h4uv_1._red_1h4uv_56{color:#fff;background:#ef4444}._buttonNew_1h4uv_1._red_1h4uv_56 svg{stroke:#fff}._buttonNew_1h4uv_1._redBordered_1h4uv_63{color:#ef4444;background:var(--surface-1);border:1px solid #ef4444}._buttonNew_1h4uv_1._redBordered_1h4uv_63 svg{stroke:#ef4444}._buttonNew_1h4uv_1._fullWidth_1h4uv_71{width:100%}._buttonNew_1h4uv_1._halfWidth_1h4uv_74{width:calc(50% - 8px)}._buttonNew_1h4uv_1._auto_1h4uv_77{width:auto;padding:0 16px}._authButtonsWrapper_vxhd1_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_vxhd1_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_vxhd1_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_vxhd1_23{width:100%;margin-bottom:16px}._fieldWrapper_vxhd1_23:last-child{margin-bottom:0}._fieldLabel_vxhd1_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_vxhd1_36{margin-top:8px;font-size:.75rem}._field_vxhd1_23{width:100%;position:relative}._fieldLabelNew_vxhd1_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_vxhd1_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_vxhd1_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_vxhd1_52[type=password]{font-size:18px}._inputNew_vxhd1_52:focus,._inputNew_vxhd1_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_vxhd1_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_vxhd1_52:disabled::placeholder{color:#cbd5e1}._inputNew_vxhd1_52._error_vxhd1_7{border:1px solid #ef4444}._inputNew_vxhd1_52._error_vxhd1_7:focus,._inputNew_vxhd1_52._error_vxhd1_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_vxhd1_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_vxhd1_90{width:calc(50% - 8px)}._tableNavWrapper_vxhd1_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_vxhd1_109{align-items:center;gap:8px;display:flex}._tableNavItem_vxhd1_115{margin:0}._modalContent_vxhd1_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_vxhd1_119._center_vxhd1_126{text-align:center;font-family:Inter}._modalContent_vxhd1_119._settings_vxhd1_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_vxhd1_119._settingsIntegration_vxhd1_134,._modalContent_vxhd1_119._performanceTestModalContent_vxhd1_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_vxhd1_119._monitoringReportContent_vxhd1_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_vxhd1_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_vxhd1_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_vxhd1_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_vxhd1_159:after,._modalLine_vxhd1_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_vxhd1_159:before{left:-20px}._modalLine_vxhd1_159:after{right:-20px}._infoMessage_vxhd1_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_vxhd1_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_vxhd1_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_vxhd1_197._buttonsAutoWidth_vxhd1_204{justify-content:flex-end}._fullWidthTitle_vxhd1_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_vxhd1_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_vxhd1_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_vxhd1_227{padding:0 16px 16px}}._widgetHeader_vxhd1_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_vxhd1_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_vxhd1_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_vxhd1_264{align-items:center;height:180px;display:flex}._widgetFooter_vxhd1_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_vxhd1_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_vxhd1_277:last-child{border:none}._widgetMainValue_vxhd1_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_vxhd1_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_vxhd1_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_vxhd1_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_vxhd1_313{opacity:.5;cursor:default}._widgetTag_vxhd1_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_vxhd1_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_vxhd1_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_vxhd1_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_vxhd1_339._green_vxhd1_344:before,._chartValuesTitle_vxhd1_339._dark_vxhd1_344:before,._chartValuesTitle_vxhd1_339._blue_vxhd1_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_vxhd1_339._green_vxhd1_344:before{background:var(--status-success)}._chartValuesTitle_vxhd1_339._dark_vxhd1_344:before{background:#475569}._chartValuesTitle_vxhd1_339._blue_vxhd1_344:before{background:#43e0f8}._topbar_vxhd1_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_vxhd1_374{display:inline-flex}._logo_vxhd1_374{max-width:110px}._menuWrapper_vxhd1_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_vxhd1_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_vxhd1_382._opened_vxhd1_399{display:flex}}._menuItem_vxhd1_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_vxhd1_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_vxhd1_404 ._menuIcon_vxhd1_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_vxhd1_404 ._menuIconPerformance_vxhd1_430{fill:none}._menuItem_vxhd1_404 ._menuIconStroke_vxhd1_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_vxhd1_404._active_vxhd1_438,._menuItem_vxhd1_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_vxhd1_404._active_vxhd1_438 ._menuIcon_vxhd1_425:not(._menuIconStroke_vxhd1_433,._menuIconPerformance_vxhd1_430),._menuItem_vxhd1_404:hover ._menuIcon_vxhd1_425:not(._menuIconStroke_vxhd1_433,._menuIconPerformance_vxhd1_430){fill:#52c2fd}._menuItem_vxhd1_404._active_vxhd1_438 ._menuIconPerformance_vxhd1_430 path,._menuItem_vxhd1_404:hover ._menuIconPerformance_vxhd1_430 path{stroke:#59a6fd}._menuItem_vxhd1_404._active_vxhd1_438 ._menuIconStroke_vxhd1_433:not(._menuIcon_vxhd1_425),._menuItem_vxhd1_404:hover ._menuIconStroke_vxhd1_433:not(._menuIcon_vxhd1_425){stroke:#52c2fd}._redDot_vxhd1_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_vxhd1_467{justify-content:center;display:flex}._link_vxhd1_472{color:var(--accent);cursor:pointer;text-decoration:underline}._viewport_vxhd1_478{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:6000;background:#2e323e66;width:100%;height:100vh;position:fixed;top:0;left:0}._layout_vxhd1_489{background:var(--surface-1);z-index:6001;outline:none;position:fixed;box-shadow:0 16px 40px -8px #47556921}._modal_vxhd1_119{width:calc(100% - 8px);max-width:1190px;max-height:90vh;max-height:calc(var(--vh,1vh) * 90);border-radius:20px;top:50%;left:50%;transform:translate(-50%,-50%)}._drawer_vxhd1_508{width:100%;height:100vh;top:0;right:0}._closeIcon_vxhd1_515{cursor:pointer;z-index:2;padding:10px;position:absolute;top:6px;right:6px}._closeIcon_vxhd1_515:before{content:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5%2015L15%205M5%205L15%2015'%20stroke='%230F172A'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}._additionalButton_vxhd1_527{margin-right:auto;margin-left:0!important}._modalHeader_1vx44_1{z-index:1;border-bottom:1px solid var(--border-default);align-items:center;padding:16px 60px 16px 20px;display:flex;position:relative}._modalHeader_1vx44_1._borderless_1vx44_9{border-bottom:none}._modalHeader_1vx44_1._modalHeaderShadow_1vx44_12{box-shadow:0 1px 2px #e2e8f03d,0 2px 2px #94a3b81f}._modalHeaderTitle_1vx44_16{font-size:1.125rem;font-weight:500}._modalHeaderSubtitle_1vx44_21{color:var(--text-secondary);font-size:.875rem;font-weight:300}._modalHeaderIconWrapper_1vx44_27{margin-right:16px;display:flex}span.static-select,div.static-select{z-index:1000}span.static-select__control--is-focused,span.static-select__control--menu-is-open,div.static-select__control--is-focused,div.static-select__control--menu-is-open{border:1px solid #4ae9ff!important;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff!important}span.static-select__input-container,div.static-select__input-container{font-size:14px}span.static-select--is-disabled,div.static-select--is-disabled{background:0 0}span.static-select__control,div.static-select__control{border:1px solid var(--border-default);min-height:40px;box-shadow:none;border-radius:10px}span.static-select__control--is-disabled,div.static-select__control--is-disabled{background-color:var(--surface-3);border:1px solid var(--border-subtle);border-radius:8px}span.static-select__control:hover,div.static-select__control:hover{border:1px solid var(--border-default)}span.static-select__control.error,div.static-select__control.error{border:1px solid var(--status-danger)}span.static-select__menu,div.static-select__menu{border:1px solid var(--border-default);border-radius:8px!important;margin:8px 0!important;box-shadow:0 16px 32px -12px #4755691a!important}span.static-select__group,div.static-select__group{padding:0}span.static-select__dropdown-indicator,div.static-select__dropdown-indicator{cursor:pointer;padding:0 8px;position:relative}span.static-select__dropdown-indicator svg,div.static-select__dropdown-indicator svg{width:18px}span.static-select__placeholder,div.static-select__placeholder{color:var(--text-disabled);font-size:14px}span.static-select__indicator-separator,div.static-select__indicator-separator{display:none}span.static-select__clear-indicator,div.static-select__clear-indicator{display:none!important}span.static-select__multi-value,div.static-select__multi-value{background:#0074d9;align-items:center;height:24px;display:flex;padding:0 0 0 6px!important}span.static-select__multi-value__label,div.static-select__multi-value__label{font-size:"Inter";color:#fff;font-size:14px;padding:0!important}span.static-select__multi-value__remove,div.static-select__multi-value__remove{cursor:pointer;color:#fff;margin-left:2px;transition:all .1s;background:0 0!important}span.static-select__menu-list,div.static-select__menu-list{padding-top:0!important;padding-bottom:0!important}span.static-select__menu-list.mobile-menu,div.static-select__menu-list.mobile-menu{max-height:150px}span.static-select__single-value,div.static-select__single-value{font-size:14px}span.static-select__single-value--is-disabled,div.static-select__single-value--is-disabled{color:#333}span.static-select__option,div.static-select__option{cursor:pointer;padding-right:28px;font-size:14px;font-weight:400;position:relative}span.static-select__option--is-focused,div.static-select__option--is-focused{background-color:#00000005!important}span.static-select__option--is-selected,div.static-select__option--is-selected{align-items:center;display:flex;color:#000!important;background-color:var(--surface-1)!important;font-weight:500!important}span.static-select__option--is-selected:after,div.static-select__option--is-selected:after{content:url("data:image/svg+xml,%3csvg%20width='17'%20height='16'%20viewBox='0%200%2017%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.5%208.5L7.5%2012.5L13.5%203.5'%20stroke='%2343E0F8'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");position:absolute;right:10px}span.static-select__option--is-selected:hover,div.static-select__option--is-selected:hover,span.static-select__option:hover,div.static-select__option:hover{background-color:#00000005!important}span.static-select__select-all-option,div.static-select__select-all-option{border-bottom:1px solid var(--border-default);padding:8px 12px}._authButtonsWrapper_18bxn_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_18bxn_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_18bxn_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_18bxn_23{width:100%;margin-bottom:16px}._fieldWrapper_18bxn_23:last-child{margin-bottom:0}._fieldLabel_18bxn_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_18bxn_36{margin-top:8px;font-size:.75rem}._field_18bxn_23{width:100%;position:relative}._fieldLabelNew_18bxn_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_18bxn_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_18bxn_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_18bxn_52[type=password]{font-size:18px}._inputNew_18bxn_52:focus,._inputNew_18bxn_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_18bxn_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_18bxn_52:disabled::placeholder{color:#cbd5e1}._inputNew_18bxn_52._error_18bxn_7{border:1px solid #ef4444}._inputNew_18bxn_52._error_18bxn_7:focus,._inputNew_18bxn_52._error_18bxn_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_18bxn_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_18bxn_90{width:calc(50% - 8px)}._tableNavWrapper_18bxn_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_18bxn_109{align-items:center;gap:8px;display:flex}._tableNavItem_18bxn_115{margin:0}._modalContent_18bxn_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_18bxn_119._center_18bxn_126{text-align:center;font-family:Inter}._modalContent_18bxn_119._settings_18bxn_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_18bxn_119._settingsIntegration_18bxn_134,._modalContent_18bxn_119._performanceTestModalContent_18bxn_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_18bxn_119._monitoringReportContent_18bxn_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_18bxn_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_18bxn_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_18bxn_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_18bxn_159:after,._modalLine_18bxn_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_18bxn_159:before{left:-20px}._modalLine_18bxn_159:after{right:-20px}._infoMessage_18bxn_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_18bxn_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_18bxn_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_18bxn_197._buttonsAutoWidth_18bxn_204{justify-content:flex-end}._fullWidthTitle_18bxn_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_18bxn_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_18bxn_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_18bxn_227{padding:0 16px 16px}}._widgetHeader_18bxn_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_18bxn_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_18bxn_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_18bxn_264{align-items:center;height:180px;display:flex}._widgetFooter_18bxn_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_18bxn_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_18bxn_277:last-child{border:none}._widgetMainValue_18bxn_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_18bxn_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_18bxn_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_18bxn_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_18bxn_313{opacity:.5;cursor:default}._widgetTag_18bxn_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_18bxn_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_18bxn_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_18bxn_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_18bxn_339._green_18bxn_344:before,._chartValuesTitle_18bxn_339._dark_18bxn_344:before,._chartValuesTitle_18bxn_339._blue_18bxn_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_18bxn_339._green_18bxn_344:before{background:var(--status-success)}._chartValuesTitle_18bxn_339._dark_18bxn_344:before{background:#475569}._chartValuesTitle_18bxn_339._blue_18bxn_344:before{background:#43e0f8}._topbar_18bxn_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_18bxn_374{display:inline-flex}._logo_18bxn_374{max-width:110px}._menuWrapper_18bxn_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_18bxn_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_18bxn_382._opened_18bxn_399{display:flex}}._menuItem_18bxn_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_18bxn_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_18bxn_404 ._menuIcon_18bxn_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_18bxn_404 ._menuIconPerformance_18bxn_430{fill:none}._menuItem_18bxn_404 ._menuIconStroke_18bxn_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_18bxn_404._active_18bxn_438,._menuItem_18bxn_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_18bxn_404._active_18bxn_438 ._menuIcon_18bxn_425:not(._menuIconStroke_18bxn_433,._menuIconPerformance_18bxn_430),._menuItem_18bxn_404:hover ._menuIcon_18bxn_425:not(._menuIconStroke_18bxn_433,._menuIconPerformance_18bxn_430){fill:#52c2fd}._menuItem_18bxn_404._active_18bxn_438 ._menuIconPerformance_18bxn_430 path,._menuItem_18bxn_404:hover ._menuIconPerformance_18bxn_430 path{stroke:#59a6fd}._menuItem_18bxn_404._active_18bxn_438 ._menuIconStroke_18bxn_433:not(._menuIcon_18bxn_425),._menuItem_18bxn_404:hover ._menuIconStroke_18bxn_433:not(._menuIcon_18bxn_425){stroke:#52c2fd}._redDot_18bxn_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_18bxn_467{justify-content:center;display:flex}._link_18bxn_472{color:var(--accent);cursor:pointer;text-decoration:underline}._fieldWrapper_18bxn_23{margin-bottom:0}._authButtonsWrapper_g6n4e_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_g6n4e_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_g6n4e_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_g6n4e_23{width:100%;margin-bottom:16px}._fieldWrapper_g6n4e_23:last-child{margin-bottom:0}._fieldLabel_g6n4e_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_g6n4e_36{margin-top:8px;font-size:.75rem}._field_g6n4e_23{width:100%;position:relative}._fieldLabelNew_g6n4e_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_g6n4e_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_g6n4e_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_g6n4e_52[type=password]{font-size:18px}._inputNew_g6n4e_52:focus,._inputNew_g6n4e_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_g6n4e_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_g6n4e_52:disabled::placeholder{color:#cbd5e1}._inputNew_g6n4e_52._error_g6n4e_7{border:1px solid #ef4444}._inputNew_g6n4e_52._error_g6n4e_7:focus,._inputNew_g6n4e_52._error_g6n4e_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_g6n4e_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_g6n4e_90{width:calc(50% - 8px)}._tableNavWrapper_g6n4e_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_g6n4e_109{align-items:center;gap:8px;display:flex}._tableNavItem_g6n4e_115{margin:0}._modalContent_g6n4e_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_g6n4e_119._center_g6n4e_126{text-align:center;font-family:Inter}._modalContent_g6n4e_119._settings_g6n4e_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_g6n4e_119._settingsIntegration_g6n4e_134,._modalContent_g6n4e_119._performanceTestModalContent_g6n4e_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_g6n4e_119._monitoringReportContent_g6n4e_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_g6n4e_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_g6n4e_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_g6n4e_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_g6n4e_159:after,._modalLine_g6n4e_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_g6n4e_159:before{left:-20px}._modalLine_g6n4e_159:after{right:-20px}._infoMessage_g6n4e_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_g6n4e_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_g6n4e_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_g6n4e_197._buttonsAutoWidth_g6n4e_204{justify-content:flex-end}._fullWidthTitle_g6n4e_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_g6n4e_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_g6n4e_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_g6n4e_227{padding:0 16px 16px}}._widgetHeader_g6n4e_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_g6n4e_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_g6n4e_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_g6n4e_264{align-items:center;height:180px;display:flex}._widgetFooter_g6n4e_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_g6n4e_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_g6n4e_277:last-child{border:none}._widgetMainValue_g6n4e_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_g6n4e_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_g6n4e_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_g6n4e_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_g6n4e_313{opacity:.5;cursor:default}._widgetTag_g6n4e_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_g6n4e_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_g6n4e_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_g6n4e_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_g6n4e_339._green_g6n4e_344:before,._chartValuesTitle_g6n4e_339._dark_g6n4e_344:before,._chartValuesTitle_g6n4e_339._blue_g6n4e_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_g6n4e_339._green_g6n4e_344:before{background:var(--status-success)}._chartValuesTitle_g6n4e_339._dark_g6n4e_344:before{background:#475569}._chartValuesTitle_g6n4e_339._blue_g6n4e_344:before{background:#43e0f8}._topbar_g6n4e_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_g6n4e_374{display:inline-flex}._logo_g6n4e_374{max-width:110px}._menuWrapper_g6n4e_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_g6n4e_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_g6n4e_382._opened_g6n4e_399{display:flex}}._menuItem_g6n4e_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_g6n4e_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_g6n4e_404 ._menuIcon_g6n4e_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_g6n4e_404 ._menuIconPerformance_g6n4e_430{fill:none}._menuItem_g6n4e_404 ._menuIconStroke_g6n4e_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_g6n4e_404._active_g6n4e_438,._menuItem_g6n4e_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_g6n4e_404._active_g6n4e_438 ._menuIcon_g6n4e_425:not(._menuIconStroke_g6n4e_433,._menuIconPerformance_g6n4e_430),._menuItem_g6n4e_404:hover ._menuIcon_g6n4e_425:not(._menuIconStroke_g6n4e_433,._menuIconPerformance_g6n4e_430){fill:#52c2fd}._menuItem_g6n4e_404._active_g6n4e_438 ._menuIconPerformance_g6n4e_430 path,._menuItem_g6n4e_404:hover ._menuIconPerformance_g6n4e_430 path{stroke:#59a6fd}._menuItem_g6n4e_404._active_g6n4e_438 ._menuIconStroke_g6n4e_433:not(._menuIcon_g6n4e_425),._menuItem_g6n4e_404:hover ._menuIconStroke_g6n4e_433:not(._menuIcon_g6n4e_425){stroke:#52c2fd}._redDot_g6n4e_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_g6n4e_467{justify-content:center;display:flex}._link_g6n4e_472{color:var(--accent);cursor:pointer;text-decoration:underline}._fieldWrapper_g6n4e_23{min-width:0}._fieldWrapper_g6n4e_23 ._error_g6n4e_7{border:1px solid #ef4444!important}._errorText_g6n4e_485{color:#ef4444;max-width:100%}._customOptionField_g6n4e_490{color:var(--accent);padding:10px;font-size:14px}._customOptionField_g6n4e_490:hover{background-color:#fafafa}._authButtonsWrapper_v0alh_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_v0alh_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_v0alh_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_v0alh_23{width:100%;margin-bottom:16px}._fieldWrapper_v0alh_23:last-child{margin-bottom:0}._fieldLabel_v0alh_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_v0alh_36{margin-top:8px;font-size:.75rem}._field_v0alh_23{width:100%;position:relative}._fieldLabelNew_v0alh_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_v0alh_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_v0alh_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_v0alh_52[type=password]{font-size:18px}._inputNew_v0alh_52:focus,._inputNew_v0alh_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_v0alh_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_v0alh_52:disabled::placeholder{color:#cbd5e1}._inputNew_v0alh_52._error_v0alh_7{border:1px solid #ef4444}._inputNew_v0alh_52._error_v0alh_7:focus,._inputNew_v0alh_52._error_v0alh_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_v0alh_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_v0alh_90{width:calc(50% - 8px)}._tableNavWrapper_v0alh_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_v0alh_109{align-items:center;gap:8px;display:flex}._tableNavItem_v0alh_115{margin:0}._modalContent_v0alh_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_v0alh_119._center_v0alh_126{text-align:center;font-family:Inter}._modalContent_v0alh_119._settings_v0alh_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_v0alh_119._settingsIntegration_v0alh_134,._modalContent_v0alh_119._performanceTestModalContent_v0alh_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_v0alh_119._monitoringReportContent_v0alh_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_v0alh_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_v0alh_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_v0alh_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_v0alh_159:after,._modalLine_v0alh_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_v0alh_159:before{left:-20px}._modalLine_v0alh_159:after{right:-20px}._infoMessage_v0alh_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_v0alh_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_v0alh_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_v0alh_197._buttonsAutoWidth_v0alh_204{justify-content:flex-end}._fullWidthTitle_v0alh_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_v0alh_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_v0alh_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_v0alh_227{padding:0 16px 16px}}._widgetHeader_v0alh_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_v0alh_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_v0alh_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_v0alh_264{align-items:center;height:180px;display:flex}._widgetFooter_v0alh_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_v0alh_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_v0alh_277:last-child{border:none}._widgetMainValue_v0alh_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_v0alh_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_v0alh_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_v0alh_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_v0alh_313{opacity:.5;cursor:default}._widgetTag_v0alh_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_v0alh_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_v0alh_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_v0alh_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_v0alh_339._green_v0alh_344:before,._chartValuesTitle_v0alh_339._dark_v0alh_344:before,._chartValuesTitle_v0alh_339._blue_v0alh_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_v0alh_339._green_v0alh_344:before{background:var(--status-success)}._chartValuesTitle_v0alh_339._dark_v0alh_344:before{background:#475569}._chartValuesTitle_v0alh_339._blue_v0alh_344:before{background:#43e0f8}._topbar_v0alh_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_v0alh_374{display:inline-flex}._logo_v0alh_374{max-width:110px}._menuWrapper_v0alh_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_v0alh_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_v0alh_382._opened_v0alh_399{display:flex}}._menuItem_v0alh_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_v0alh_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_v0alh_404 ._menuIcon_v0alh_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_v0alh_404 ._menuIconPerformance_v0alh_430{fill:none}._menuItem_v0alh_404 ._menuIconStroke_v0alh_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_v0alh_404._active_v0alh_438,._menuItem_v0alh_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_v0alh_404._active_v0alh_438 ._menuIcon_v0alh_425:not(._menuIconStroke_v0alh_433,._menuIconPerformance_v0alh_430),._menuItem_v0alh_404:hover ._menuIcon_v0alh_425:not(._menuIconStroke_v0alh_433,._menuIconPerformance_v0alh_430){fill:#52c2fd}._menuItem_v0alh_404._active_v0alh_438 ._menuIconPerformance_v0alh_430 path,._menuItem_v0alh_404:hover ._menuIconPerformance_v0alh_430 path{stroke:#59a6fd}._menuItem_v0alh_404._active_v0alh_438 ._menuIconStroke_v0alh_433:not(._menuIcon_v0alh_425),._menuItem_v0alh_404:hover ._menuIconStroke_v0alh_433:not(._menuIcon_v0alh_425){stroke:#52c2fd}._redDot_v0alh_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_v0alh_467{justify-content:center;display:flex}._link_v0alh_472{color:var(--accent);cursor:pointer;text-decoration:underline}._logoField_v0alh_478{justify-content:space-between;align-items:center;display:flex}._imageWrapper_v0alh_484{border:1px solid var(--border-default);background:var(--surface-2);border-radius:10px;justify-content:center;align-items:center;width:72px;height:72px;display:flex;overflow:hidden}._fileWrapper_v0alh_496{border:1px dashed var(--border-default);background:var(--surface-2);cursor:pointer;border-radius:10px;flex-flow:column wrap;justify-content:center;align-items:center;width:calc(100% - 88px);height:72px;display:flex}._fileWrapper_v0alh_496._error_v0alh_7{border:1px solid #ef4444}._dragging_v0alh_513{cursor:grabbing;background-color:#b8f6b8}._inputFile_v0alh_518{display:none}._labelText_v0alh_522{text-align:center;color:var(--text-muted);font-size:.75rem}._labelText_v0alh_522 span{color:#43e0f8;font-weight:500}._uploadedImage_v0alh_532{max-width:72px;max-height:72px}._errorMessage_v0alh_7{max-width:inherit}._authButtonsWrapper_niqag_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_niqag_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_niqag_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_niqag_23{width:100%;margin-bottom:16px}._fieldWrapper_niqag_23:last-child{margin-bottom:0}._fieldLabel_niqag_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_niqag_36{margin-top:8px;font-size:.75rem}._field_niqag_23{width:100%;position:relative}._fieldLabelNew_niqag_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_niqag_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_niqag_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_niqag_52[type=password]{font-size:18px}._inputNew_niqag_52:focus,._inputNew_niqag_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_niqag_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_niqag_52:disabled::placeholder{color:#cbd5e1}._inputNew_niqag_52._error_niqag_7{border:1px solid #ef4444}._inputNew_niqag_52._error_niqag_7:focus,._inputNew_niqag_52._error_niqag_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_niqag_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_niqag_90{width:calc(50% - 8px)}._tableNavWrapper_niqag_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_niqag_109{align-items:center;gap:8px;display:flex}._tableNavItem_niqag_115{margin:0}._modalContent_niqag_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_niqag_119._center_niqag_126{text-align:center;font-family:Inter}._modalContent_niqag_119._settings_niqag_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_niqag_119._settingsIntegration_niqag_134,._modalContent_niqag_119._performanceTestModalContent_niqag_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_niqag_119._monitoringReportContent_niqag_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_niqag_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_niqag_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_niqag_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_niqag_159:after,._modalLine_niqag_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_niqag_159:before{left:-20px}._modalLine_niqag_159:after{right:-20px}._infoMessage_niqag_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_niqag_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_niqag_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_niqag_197._buttonsAutoWidth_niqag_204{justify-content:flex-end}._fullWidthTitle_niqag_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_niqag_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_niqag_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_niqag_227{padding:0 16px 16px}}._widgetHeader_niqag_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_niqag_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_niqag_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_niqag_264{align-items:center;height:180px;display:flex}._widgetFooter_niqag_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_niqag_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_niqag_277:last-child{border:none}._widgetMainValue_niqag_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_niqag_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_niqag_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_niqag_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_niqag_313{opacity:.5;cursor:default}._widgetTag_niqag_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_niqag_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_niqag_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_niqag_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_niqag_339._green_niqag_344:before,._chartValuesTitle_niqag_339._dark_niqag_344:before,._chartValuesTitle_niqag_339._blue_niqag_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_niqag_339._green_niqag_344:before{background:var(--status-success)}._chartValuesTitle_niqag_339._dark_niqag_344:before{background:#475569}._chartValuesTitle_niqag_339._blue_niqag_344:before{background:#43e0f8}._topbar_niqag_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_niqag_374{display:inline-flex}._logo_niqag_374{max-width:110px}._menuWrapper_niqag_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_niqag_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_niqag_382._opened_niqag_399{display:flex}}._menuItem_niqag_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_niqag_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_niqag_404 ._menuIcon_niqag_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_niqag_404 ._menuIconPerformance_niqag_430{fill:none}._menuItem_niqag_404 ._menuIconStroke_niqag_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_niqag_404._active_niqag_438,._menuItem_niqag_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_niqag_404._active_niqag_438 ._menuIcon_niqag_425:not(._menuIconStroke_niqag_433,._menuIconPerformance_niqag_430),._menuItem_niqag_404:hover ._menuIcon_niqag_425:not(._menuIconStroke_niqag_433,._menuIconPerformance_niqag_430){fill:#52c2fd}._menuItem_niqag_404._active_niqag_438 ._menuIconPerformance_niqag_430 path,._menuItem_niqag_404:hover ._menuIconPerformance_niqag_430 path{stroke:#59a6fd}._menuItem_niqag_404._active_niqag_438 ._menuIconStroke_niqag_433:not(._menuIcon_niqag_425),._menuItem_niqag_404:hover ._menuIconStroke_niqag_433:not(._menuIcon_niqag_425){stroke:#52c2fd}._redDot_niqag_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_niqag_467{justify-content:center;display:flex}._link_niqag_472{color:var(--accent);cursor:pointer;text-decoration:underline}._iconButton_niqag_478{opacity:.8;cursor:pointer;position:absolute;top:10px;right:12px;transform:scale(.9)}._iconButton_niqag_478:hover{opacity:.6;transition:all .15s}._showIcon_niqag_491{content:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10%206.875C9.1712%206.875%208.37634%207.20424%207.79029%207.79029C7.20424%208.37634%206.875%209.1712%206.875%2010C6.875%2010.8288%207.20424%2011.6237%207.79029%2012.2097C8.37634%2012.7958%209.1712%2013.125%2010%2013.125C10.8288%2013.125%2011.6237%2012.7958%2012.2097%2012.2097C12.7958%2011.6237%2013.125%2010.8288%2013.125%2010C13.125%209.1712%2012.7958%208.37634%2012.2097%207.79029C11.6237%207.20424%2010.8288%206.875%2010%206.875ZM8.125%2010C8.125%209.50272%208.32254%209.02581%208.67417%208.67417C9.02581%208.32254%209.50272%208.125%2010%208.125C10.4973%208.125%2010.9742%208.32254%2011.3258%208.67417C11.6775%209.02581%2011.875%209.50272%2011.875%2010C11.875%2010.4973%2011.6775%2010.9742%2011.3258%2011.3258C10.9742%2011.6775%2010.4973%2011.875%2010%2011.875C9.50272%2011.875%209.02581%2011.6775%208.67417%2011.3258C8.32254%2010.9742%208.125%2010.4973%208.125%2010Z'%20fill='black'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.99935%202.7085C6.23768%202.7085%203.70352%204.96183%202.23268%206.87266L2.20685%206.90683C1.87352%207.33933%201.56768%207.73683%201.36018%208.20683C1.13768%208.711%201.04102%209.26016%201.04102%2010.0002C1.04102%2010.7402%201.13768%2011.2893%201.36018%2011.7935C1.56852%2012.2635%201.87435%2012.6618%202.20685%2013.0935L2.23352%2013.1277C3.70352%2015.0385%206.23768%2017.2918%209.99935%2017.2918C13.761%2017.2918%2016.2952%2015.0385%2017.766%2013.1277L17.7918%2013.0935C18.1252%2012.6618%2018.431%2012.2635%2018.6385%2011.7935C18.861%2011.2893%2018.9577%2010.7402%2018.9577%2010.0002C18.9577%209.26016%2018.861%208.711%2018.6385%208.20683C18.4302%207.73683%2018.1243%207.33933%2017.7918%206.90683L17.7652%206.87266C16.2952%204.96183%2013.761%202.7085%209.99935%202.7085ZM3.22435%207.63516C4.58102%205.871%206.79102%203.9585%209.99935%203.9585C13.2077%203.9585%2015.4168%205.871%2016.7743%207.63516C17.141%208.11016%2017.3543%208.3935%2017.4952%208.71183C17.6269%209.01016%2017.7077%209.37433%2017.7077%2010.0002C17.7077%2010.626%2017.6269%2010.9902%2017.4952%2011.2885C17.3543%2011.6068%2017.1402%2011.8902%2016.7752%2012.3652C15.416%2014.1293%2013.2077%2016.0418%209.99935%2016.0418C6.79102%2016.0418%204.58185%2014.1293%203.22435%2012.3652C2.85768%2011.8902%202.64435%2011.6068%202.50352%2011.2885C2.37185%2010.9902%202.29102%2010.626%202.29102%2010.0002C2.29102%209.37433%202.37185%209.01016%202.50352%208.71183C2.64435%208.3935%202.85935%208.11016%203.22435%207.63516Z'%20fill='black'/%3e%3cpath%20d='M17.9167%201.25L2.5%2017.5'%20stroke='black'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/svg%3e");display:inline-flex}._hideIcon_niqag_496{content:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10%206.875C9.1712%206.875%208.37634%207.20424%207.79029%207.79029C7.20424%208.37634%206.875%209.1712%206.875%2010C6.875%2010.8288%207.20424%2011.6237%207.79029%2012.2097C8.37634%2012.7958%209.1712%2013.125%2010%2013.125C10.8288%2013.125%2011.6237%2012.7958%2012.2097%2012.2097C12.7958%2011.6237%2013.125%2010.8288%2013.125%2010C13.125%209.1712%2012.7958%208.37634%2012.2097%207.79029C11.6237%207.20424%2010.8288%206.875%2010%206.875ZM8.125%2010C8.125%209.50272%208.32254%209.02581%208.67417%208.67417C9.02581%208.32254%209.50272%208.125%2010%208.125C10.4973%208.125%2010.9742%208.32254%2011.3258%208.67417C11.6775%209.02581%2011.875%209.50272%2011.875%2010C11.875%2010.4973%2011.6775%2010.9742%2011.3258%2011.3258C10.9742%2011.6775%2010.4973%2011.875%2010%2011.875C9.50272%2011.875%209.02581%2011.6775%208.67417%2011.3258C8.32254%2010.9742%208.125%2010.4973%208.125%2010Z'%20fill='black'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.99935%202.7085C6.23768%202.7085%203.70352%204.96183%202.23268%206.87266L2.20685%206.90683C1.87352%207.33933%201.56768%207.73683%201.36018%208.20683C1.13768%208.711%201.04102%209.26016%201.04102%2010.0002C1.04102%2010.7402%201.13768%2011.2893%201.36018%2011.7935C1.56852%2012.2635%201.87435%2012.6618%202.20685%2013.0935L2.23352%2013.1277C3.70352%2015.0385%206.23768%2017.2918%209.99935%2017.2918C13.761%2017.2918%2016.2952%2015.0385%2017.766%2013.1277L17.7918%2013.0935C18.1252%2012.6618%2018.431%2012.2635%2018.6385%2011.7935C18.861%2011.2893%2018.9577%2010.7402%2018.9577%2010.0002C18.9577%209.26016%2018.861%208.711%2018.6385%208.20683C18.4302%207.73683%2018.1243%207.33933%2017.7918%206.90683L17.7652%206.87266C16.2952%204.96183%2013.761%202.7085%209.99935%202.7085ZM3.22435%207.63516C4.58102%205.871%206.79102%203.9585%209.99935%203.9585C13.2077%203.9585%2015.4168%205.871%2016.7743%207.63516C17.141%208.11016%2017.3543%208.3935%2017.4952%208.71183C17.6269%209.01016%2017.7077%209.37433%2017.7077%2010.0002C17.7077%2010.626%2017.6269%2010.9902%2017.4952%2011.2885C17.3543%2011.6068%2017.1402%2011.8902%2016.7752%2012.3652C15.416%2014.1293%2013.2077%2016.0418%209.99935%2016.0418C6.79102%2016.0418%204.58185%2014.1293%203.22435%2012.3652C2.85768%2011.8902%202.64435%2011.6068%202.50352%2011.2885C2.37185%2010.9902%202.29102%2010.626%202.29102%2010.0002C2.29102%209.37433%202.37185%209.01016%202.50352%208.71183C2.64435%208.3935%202.85935%208.11016%203.22435%207.63516Z'%20fill='black'/%3e%3c/svg%3e");display:inline-flex}:root{--rt-opacity:1!important}._tooltip_192a8_1{z-index:6001;background-color:var(--surface-1)!important;color:var(--text-secondary)!important;border:1px solid #e2e8f0!important;border-radius:6px!important;padding:7px 10px!important;font-size:12px!important;box-shadow:0 12px 24px #94a3b81f!important}._subscriptionModal_1brmm_1 footer{display:none}._subscriptionModalContainer_1brmm_5{flex-direction:column;width:100%;max-height:90vh;display:flex;overflow:hidden}._subscriptionModalWrapper_1brmm_13{flex-direction:row;width:100%;padding:70px 40px 0;display:flex;overflow-y:auto}._subscriptionModalSection_1brmm_21{width:100%;display:flex}._subscriptionModalSection_1brmm_21 ._subscriptionModalFeature_1brmm_25{display:none}._subscriptionModalPrice_1brmm_29{align-items:center;gap:8px;display:flex;position:relative}._subscriptionModalPrice_1brmm_29 ._subscriptionModalPriceOld_1brmm_35{color:var(--text-muted);text-align:center;font-size:16px;position:relative}._subscriptionModalFooter_1brmm_42{justify-content:space-between;align-items:center;padding:25px 40px;display:flex}._subscriptionModalFooter_1brmm_42 div{gap:24px;display:flex}._subscriptionModalFooter_1brmm_42 div span{align-items:center;font-size:14px;font-weight:500;display:flex}._subscriptionModalFooter_1brmm_42 div span svg{margin-right:8px}._subscriptionModalFooter_1brmm_42 ._subscriptionModalFooterText_1brmm_61 span{font-size:12px}._subscriptionModalContent_1brmm_65{flex-direction:column;flex-grow:1;display:flex;position:relative}._subscriptionModalFeature_1brmm_25 ._subscriptionModalRow_1brmm_72{flex-shrink:0;justify-content:start}._subscriptionModalFeature_1brmm_25 ._subscriptionModalRow_1brmm_72:last-child{border-bottom:0}._subscriptionModalFeature_1brmm_25 ._subscriptionModalRowTitle_1brmm_79{flex-shrink:0;align-items:start;padding:0 24px 0 0}._popularPlan_1brmm_85{border:2px solid var(--accent);border-radius:16px;justify-content:center;width:100%;height:calc(100% + 20px);display:flex;position:absolute;top:-20px}._popularPlan_1brmm_85 ._mostPopularText_1brmm_95{white-space:nowrap;background:linear-gradient(90deg,#43e0f8 0%,#2db2c8 100%);border-radius:8px;justify-content:center;align-items:center;height:32px;padding:4px 12px;display:flex;position:absolute;top:-16px}._popularPlan_1brmm_85 ._mostPopularText_1brmm_95 p{text-transform:uppercase;font-size:14px;font-weight:700}._subscriptionModalRow_1brmm_72{border-bottom:1px solid var(--border-default);flex-shrink:0;justify-content:center;align-items:center;height:32px;display:flex}._subscriptionModalRow_1brmm_72:last-child{border-bottom:0}._subscriptionModalRow_1brmm_72 p{font-size:14px}._subscriptionModalRow_1brmm_72 ._priceText_1brmm_127{font-size:18px;font-weight:700}._subscriptionModalRowTitle_1brmm_79{border-bottom:1px solid var(--border-default);flex-direction:column;justify-content:flex-start;align-items:center;height:85px;padding:0 12px;display:flex}._subscriptionModalRowTitle_1brmm_79 ._featuresTitle_1brmm_141{padding:10px 10px 0 50px}._subscriptionModalRowTitle_1brmm_79 p{white-space:nowrap;font-size:24px;font-weight:700}._subscriptionModalRowTitle_1brmm_79 p._boldTitle_1brmm_149{text-transform:uppercase;font-style:italic;font-weight:900}._subscriptionModalRowTitle_1brmm_79 div{height:14px;color:var(--status-success);padding-top:4px;font-size:14px;font-weight:600}._subscriptionModalRowTitle_1brmm_79 span{font-family:Inter;font-size:20px;font-style:italic;font-weight:700}._popularPlanTitle_1brmm_168{flex-shrink:0;padding:0 20px}@media only screen and (width<=950px){._subscriptionModalRowTitle_1brmm_79{padding:0 10px}._subscriptionModalRowTitle_1brmm_79 span{font-size:16px}._subscriptionModalRowTitle_1brmm_79 p{font-size:18px}._subscriptionModalRowTitle_1brmm_79 p._featuresTitle_1brmm_141{font-size:24px}._subscriptionModalRow_1brmm_72 p{font-size:12px}._subscriptionModalRow_1brmm_72 ._priceText_1brmm_127{font-size:14px}._subscriptionModalRow_1brmm_72 svg{width:16px}._subscriptionModalFooter_1brmm_42 span{font-size:12px}._subscriptionModalFooter_1brmm_42 svg{width:16px;margin-right:6px}._subscriptionModalFooter_1brmm_42 div{gap:16px}._subscriptionModalFooter_1brmm_42 div:first-child span{font-size:10px}._popularPlan_1brmm_85 ._mostPopularText_1brmm_95{height:28px}._popularPlan_1brmm_85 ._mostPopularText_1brmm_95 p{font-size:12px}}._subscriptionSubModal_1brmm_215 ._modalBody_1brmm_215{flex-direction:column;align-items:center;padding:16px 20px;display:flex}._subscriptionSubModal_1brmm_215 ._modalBody_1brmm_215 p{color:var(--text-secondary);text-align:center;margin-top:4px;font-size:14px}._subscriptionSubModal_1brmm_215 ._modalBody_1brmm_215 span{font-weight:700}._subscriptionSubModal_1brmm_215 ._subscriptionSubModalFooter_1brmm_230{flex-direction:column-reverse;gap:12px}._subscriptionSubModal_1brmm_215 ._iconWrapper_1brmm_234{background-color:var(--status-warning-subtle);border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:16px;display:flex}._subscriptionSubModal_1brmm_215 ._iconWrapper_1brmm_234 svg{width:24px;height:24px}@media only screen and (width<=700px){._subscriptionModalWrapper_1brmm_13{flex-direction:column;overflow-y:auto}._subscriptionModalSection_1brmm_21{margin-bottom:35px}._subscriptionModalSection_1brmm_21:last-child{margin-bottom:0}._subscriptionModalSection_1brmm_21 ._subscriptionModalFeature_1brmm_25{display:flex}._sectionFeaturesWrapper_1brmm_263{display:none}._subscriptionModalContent_1brmm_65 ._subscriptionModalRowTitle_1brmm_79{padding:0}._subscriptionModalContent_1brmm_65 ._subscriptionModalRowTitle_1brmm_79 ._featuresTitle_1brmm_141{padding-top:50px;padding-left:0;font-size:18px}}@media only screen and (width<=590px){._subscriptionModalFooter_1brmm_42,._subscriptionModalFooter_1brmm_42 ._subscriptionModalFooterText_1brmm_61{align-items:start}._subscriptionModalFooter_1brmm_42 ._subscriptionModalFooterContacts_1brmm_282{flex-direction:column;align-items:end}}._tooltip_1brmm_287{background-color:var(--surface-1)!important;color:var(--text-secondary)!important;z-index:10000!important;border:1px solid #e2e8f0!important;border-radius:6px!important;padding:7px 10px!important;font-size:12px!important;box-shadow:0 12px 24px #94a3b81f!important}._authButtonsWrapper_1fvum_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1fvum_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1fvum_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_1fvum_23{width:100%;margin-bottom:16px}._fieldWrapper_1fvum_23:last-child{margin-bottom:0}._fieldLabel_1fvum_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1fvum_36{margin-top:8px;font-size:.75rem}._field_1fvum_23{width:100%;position:relative}._fieldLabelNew_1fvum_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1fvum_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1fvum_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1fvum_52[type=password]{font-size:18px}._inputNew_1fvum_52:focus,._inputNew_1fvum_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1fvum_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1fvum_52:disabled::placeholder{color:#cbd5e1}._inputNew_1fvum_52._error_1fvum_7{border:1px solid #ef4444}._inputNew_1fvum_52._error_1fvum_7:focus,._inputNew_1fvum_52._error_1fvum_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1fvum_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1fvum_90{width:calc(50% - 8px)}._tableNavWrapper_1fvum_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_1fvum_109{align-items:center;gap:8px;display:flex}._tableNavItem_1fvum_115{margin:0}._modalContent_1fvum_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1fvum_119._center_1fvum_126{text-align:center;font-family:Inter}._modalContent_1fvum_119._settings_1fvum_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1fvum_119._settingsIntegration_1fvum_134,._modalContent_1fvum_119._performanceTestModalContent_1fvum_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1fvum_119._monitoringReportContent_1fvum_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1fvum_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1fvum_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1fvum_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1fvum_159:after,._modalLine_1fvum_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1fvum_159:before{left:-20px}._modalLine_1fvum_159:after{right:-20px}._infoMessage_1fvum_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1fvum_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1fvum_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1fvum_197._buttonsAutoWidth_1fvum_204{justify-content:flex-end}._fullWidthTitle_1fvum_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1fvum_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1fvum_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1fvum_227{padding:0 16px 16px}}._widgetHeader_1fvum_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_1fvum_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_1fvum_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_1fvum_264{align-items:center;height:180px;display:flex}._widgetFooter_1fvum_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1fvum_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1fvum_277:last-child{border:none}._widgetMainValue_1fvum_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1fvum_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1fvum_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_1fvum_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1fvum_313{opacity:.5;cursor:default}._widgetTag_1fvum_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1fvum_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1fvum_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1fvum_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1fvum_339._green_1fvum_344:before,._chartValuesTitle_1fvum_339._dark_1fvum_344:before,._chartValuesTitle_1fvum_339._blue_1fvum_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1fvum_339._green_1fvum_344:before{background:var(--status-success)}._chartValuesTitle_1fvum_339._dark_1fvum_344:before{background:#475569}._chartValuesTitle_1fvum_339._blue_1fvum_344:before{background:#43e0f8}._topbar_1fvum_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1fvum_374{display:inline-flex}._logo_1fvum_374{max-width:110px}._menuWrapper_1fvum_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_1fvum_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1fvum_382._opened_1fvum_399{display:flex}}._menuItem_1fvum_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1fvum_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_1fvum_404 ._menuIcon_1fvum_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1fvum_404 ._menuIconPerformance_1fvum_430{fill:none}._menuItem_1fvum_404 ._menuIconStroke_1fvum_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1fvum_404._active_1fvum_438,._menuItem_1fvum_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1fvum_404._active_1fvum_438 ._menuIcon_1fvum_425:not(._menuIconStroke_1fvum_433,._menuIconPerformance_1fvum_430),._menuItem_1fvum_404:hover ._menuIcon_1fvum_425:not(._menuIconStroke_1fvum_433,._menuIconPerformance_1fvum_430){fill:#52c2fd}._menuItem_1fvum_404._active_1fvum_438 ._menuIconPerformance_1fvum_430 path,._menuItem_1fvum_404:hover ._menuIconPerformance_1fvum_430 path{stroke:#59a6fd}._menuItem_1fvum_404._active_1fvum_438 ._menuIconStroke_1fvum_433:not(._menuIcon_1fvum_425),._menuItem_1fvum_404:hover ._menuIconStroke_1fvum_433:not(._menuIcon_1fvum_425){stroke:#52c2fd}._redDot_1fvum_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1fvum_467{justify-content:center;display:flex}._link_1fvum_472{color:var(--accent);cursor:pointer;text-decoration:underline}._spinnerWrapper_1fvum_478{z-index:1;justify-content:center;align-items:center;width:calc(100% - 40px);display:flex;position:absolute}._hidden_1fvum_487{display:none}._subscriptionPlanContainer_1fvum_491{margin-bottom:10px;font-size:14px}._subscriptionPlanContainer_1fvum_491>div{background-color:var(--surface-2);border-radius:12px;justify-content:space-between;align-items:center;margin-top:5px;padding:15px 20px 15px 10px;display:flex}._subscriptionPlanContainer_1fvum_491>div>div{cursor:pointer;color:var(--accent);font-size:14px}._authButtonsWrapper_1x0as_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1x0as_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1x0as_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_1x0as_23{width:100%;margin-bottom:16px}._fieldWrapper_1x0as_23:last-child{margin-bottom:0}._fieldLabel_1x0as_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1x0as_36{margin-top:8px;font-size:.75rem}._field_1x0as_23{width:100%;position:relative}._fieldLabelNew_1x0as_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1x0as_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1x0as_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1x0as_52[type=password]{font-size:18px}._inputNew_1x0as_52:focus,._inputNew_1x0as_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1x0as_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1x0as_52:disabled::placeholder{color:#cbd5e1}._inputNew_1x0as_52._error_1x0as_7{border:1px solid #ef4444}._inputNew_1x0as_52._error_1x0as_7:focus,._inputNew_1x0as_52._error_1x0as_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1x0as_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1x0as_90{width:calc(50% - 8px)}._tableNavWrapper_1x0as_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_1x0as_109{align-items:center;gap:8px;display:flex}._tableNavItem_1x0as_115{margin:0}._modalContent_1x0as_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1x0as_119._center_1x0as_126{text-align:center;font-family:Inter}._modalContent_1x0as_119._settings_1x0as_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1x0as_119._settingsIntegration_1x0as_134,._modalContent_1x0as_119._performanceTestModalContent_1x0as_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1x0as_119._monitoringReportContent_1x0as_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1x0as_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1x0as_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1x0as_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1x0as_159:after,._modalLine_1x0as_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1x0as_159:before{left:-20px}._modalLine_1x0as_159:after{right:-20px}._infoMessage_1x0as_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1x0as_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1x0as_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1x0as_197._buttonsAutoWidth_1x0as_204{justify-content:flex-end}._fullWidthTitle_1x0as_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1x0as_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1x0as_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1x0as_227{padding:0 16px 16px}}._widgetHeader_1x0as_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_1x0as_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_1x0as_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_1x0as_264{align-items:center;height:180px;display:flex}._widgetFooter_1x0as_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1x0as_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1x0as_277:last-child{border:none}._widgetMainValue_1x0as_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1x0as_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1x0as_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_1x0as_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1x0as_313{opacity:.5;cursor:default}._widgetTag_1x0as_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1x0as_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1x0as_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1x0as_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1x0as_339._green_1x0as_344:before,._chartValuesTitle_1x0as_339._dark_1x0as_344:before,._chartValuesTitle_1x0as_339._blue_1x0as_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1x0as_339._green_1x0as_344:before{background:var(--status-success)}._chartValuesTitle_1x0as_339._dark_1x0as_344:before{background:#475569}._chartValuesTitle_1x0as_339._blue_1x0as_344:before{background:#43e0f8}._topbar_1x0as_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1x0as_374{display:inline-flex}._logo_1x0as_374{max-width:110px}._menuWrapper_1x0as_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_1x0as_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1x0as_382._opened_1x0as_399{display:flex}}._menuItem_1x0as_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1x0as_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_1x0as_404 ._menuIcon_1x0as_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1x0as_404 ._menuIconPerformance_1x0as_430{fill:none}._menuItem_1x0as_404 ._menuIconStroke_1x0as_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1x0as_404._active_1x0as_438,._menuItem_1x0as_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1x0as_404._active_1x0as_438 ._menuIcon_1x0as_425:not(._menuIconStroke_1x0as_433,._menuIconPerformance_1x0as_430),._menuItem_1x0as_404:hover ._menuIcon_1x0as_425:not(._menuIconStroke_1x0as_433,._menuIconPerformance_1x0as_430){fill:#52c2fd}._menuItem_1x0as_404._active_1x0as_438 ._menuIconPerformance_1x0as_430 path,._menuItem_1x0as_404:hover ._menuIconPerformance_1x0as_430 path{stroke:#59a6fd}._menuItem_1x0as_404._active_1x0as_438 ._menuIconStroke_1x0as_433:not(._menuIcon_1x0as_425),._menuItem_1x0as_404:hover ._menuIconStroke_1x0as_433:not(._menuIcon_1x0as_425){stroke:#52c2fd}._redDot_1x0as_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1x0as_467{justify-content:center;display:flex}._link_1x0as_472{color:var(--accent);cursor:pointer;text-decoration:underline}._modalNoteText_1x0as_478{color:#165964;background:var(--accent-subtle);border-radius:10px;padding:6px 10px;font-size:.875rem}._spinnerWrapper_1x0as_486{z-index:1;justify-content:center;align-items:center;width:calc(100% - 40px);display:flex;position:absolute}._settingsIntegration_1x0as_134 .static-select--is-disabled{opacity:1!important}._checkboxNewWrapper_1vfux_1{align-items:center;display:inline-flex;position:relative}._checkboxNewWrapper_1vfux_1._reverse_1vfux_6{flex-direction:row-reverse}._checkboxNew_1vfux_1{display:none}._checkboxNewText_1vfux_14{cursor:pointer;padding:0 8px;font-size:.875rem}._checkboxNewLabel_1vfux_20{cursor:pointer;width:20px;height:20px;display:inline-flex;overflow:hidden}._disabled_1vfux_28{cursor:not-allowed;opacity:.4}._checkboxNew_1vfux_1+._checkboxNewLabel_1vfux_20 svg{min-width:40px;height:20px;position:relative;left:-20px}._checkboxNew_1vfux_1:checked+._checkboxNewLabel_1vfux_20 svg{left:0}._authButtonsWrapper_1wa2b_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1wa2b_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1wa2b_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_1wa2b_23{width:100%;margin-bottom:16px}._fieldWrapper_1wa2b_23:last-child{margin-bottom:0}._fieldLabel_1wa2b_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1wa2b_36{margin-top:8px;font-size:.75rem}._field_1wa2b_23{width:100%;position:relative}._fieldLabelNew_1wa2b_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1wa2b_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1wa2b_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1wa2b_52[type=password]{font-size:18px}._inputNew_1wa2b_52:focus,._inputNew_1wa2b_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1wa2b_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1wa2b_52:disabled::placeholder{color:#cbd5e1}._inputNew_1wa2b_52._error_1wa2b_7{border:1px solid #ef4444}._inputNew_1wa2b_52._error_1wa2b_7:focus,._inputNew_1wa2b_52._error_1wa2b_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1wa2b_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1wa2b_90{width:calc(50% - 8px)}._tableNavWrapper_1wa2b_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_1wa2b_109{align-items:center;gap:8px;display:flex}._tableNavItem_1wa2b_115{margin:0}._modalContent_1wa2b_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1wa2b_119._center_1wa2b_126{text-align:center;font-family:Inter}._modalContent_1wa2b_119._settings_1wa2b_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1wa2b_119._settingsIntegration_1wa2b_134,._modalContent_1wa2b_119._performanceTestModalContent_1wa2b_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1wa2b_119._monitoringReportContent_1wa2b_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1wa2b_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1wa2b_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1wa2b_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1wa2b_159:after,._modalLine_1wa2b_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1wa2b_159:before{left:-20px}._modalLine_1wa2b_159:after{right:-20px}._infoMessage_1wa2b_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1wa2b_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1wa2b_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1wa2b_197._buttonsAutoWidth_1wa2b_204{justify-content:flex-end}._fullWidthTitle_1wa2b_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1wa2b_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1wa2b_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1wa2b_227{padding:0 16px 16px}}._widgetHeader_1wa2b_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_1wa2b_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_1wa2b_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_1wa2b_264{align-items:center;height:180px;display:flex}._widgetFooter_1wa2b_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1wa2b_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1wa2b_277:last-child{border:none}._widgetMainValue_1wa2b_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1wa2b_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1wa2b_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_1wa2b_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1wa2b_313{opacity:.5;cursor:default}._widgetTag_1wa2b_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1wa2b_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1wa2b_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1wa2b_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1wa2b_339._green_1wa2b_344:before,._chartValuesTitle_1wa2b_339._dark_1wa2b_344:before,._chartValuesTitle_1wa2b_339._blue_1wa2b_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1wa2b_339._green_1wa2b_344:before{background:var(--status-success)}._chartValuesTitle_1wa2b_339._dark_1wa2b_344:before{background:#475569}._chartValuesTitle_1wa2b_339._blue_1wa2b_344:before{background:#43e0f8}._topbar_1wa2b_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1wa2b_374{display:inline-flex}._logo_1wa2b_374{max-width:110px}._menuWrapper_1wa2b_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_1wa2b_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1wa2b_382._opened_1wa2b_399{display:flex}}._menuItem_1wa2b_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1wa2b_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_1wa2b_404 ._menuIcon_1wa2b_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1wa2b_404 ._menuIconPerformance_1wa2b_430{fill:none}._menuItem_1wa2b_404 ._menuIconStroke_1wa2b_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1wa2b_404._active_1wa2b_438,._menuItem_1wa2b_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1wa2b_404._active_1wa2b_438 ._menuIcon_1wa2b_425:not(._menuIconStroke_1wa2b_433,._menuIconPerformance_1wa2b_430),._menuItem_1wa2b_404:hover ._menuIcon_1wa2b_425:not(._menuIconStroke_1wa2b_433,._menuIconPerformance_1wa2b_430){fill:#52c2fd}._menuItem_1wa2b_404._active_1wa2b_438 ._menuIconPerformance_1wa2b_430 path,._menuItem_1wa2b_404:hover ._menuIconPerformance_1wa2b_430 path{stroke:#59a6fd}._menuItem_1wa2b_404._active_1wa2b_438 ._menuIconStroke_1wa2b_433:not(._menuIcon_1wa2b_425),._menuItem_1wa2b_404:hover ._menuIconStroke_1wa2b_433:not(._menuIcon_1wa2b_425){stroke:#52c2fd}._redDot_1wa2b_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1wa2b_467{justify-content:center;display:flex}._link_1wa2b_472{color:var(--accent);cursor:pointer;text-decoration:underline}._modalContent_1s817_119._settingsIntegration_1s817_134,._modalContent_1s817_119._performanceTestModalContent_1s817_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}@media only screen and (width<=768px){._widgetWrapper_1s817_227{padding:0 16px 16px}}@media only screen and (width<=1340px){._menuWrapper_1s817_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1s817_382._opened_1s817_399{display:flex}}@media only screen and (width<=1300px){._menuItem_1s817_404{flex:none;width:auto;margin-bottom:10px}}._row_ywse1_1{flex-direction:row;gap:16px;margin-bottom:20px;padding:0 20px;display:flex}@media only screen and (width<=450px){._row_ywse1_1{flex-direction:column}}._personalInfoRow_ywse1_14{margin-bottom:10px!important}._inputText_ywse1_18{margin-bottom:0}._phoneNumberContainer_ywse1_22{flex:1}._authButtonsWrapper_pwtzd_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_pwtzd_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_pwtzd_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_pwtzd_23{width:100%;margin-bottom:16px}._fieldWrapper_pwtzd_23:last-child{margin-bottom:0}._fieldLabel_pwtzd_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_pwtzd_36{margin-top:8px;font-size:.75rem}._field_pwtzd_23{width:100%;position:relative}._fieldLabelNew_pwtzd_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_pwtzd_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_pwtzd_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_pwtzd_52[type=password]{font-size:18px}._inputNew_pwtzd_52:focus,._inputNew_pwtzd_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_pwtzd_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_pwtzd_52:disabled::placeholder{color:#cbd5e1}._inputNew_pwtzd_52._error_pwtzd_7{border:1px solid #ef4444}._inputNew_pwtzd_52._error_pwtzd_7:focus,._inputNew_pwtzd_52._error_pwtzd_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_pwtzd_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_pwtzd_90{width:calc(50% - 8px)}._tableNavWrapper_pwtzd_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_pwtzd_109{align-items:center;gap:8px;display:flex}._tableNavItem_pwtzd_115{margin:0}._modalContent_pwtzd_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_pwtzd_119._center_pwtzd_126{text-align:center;font-family:Inter}._modalContent_pwtzd_119._settings_pwtzd_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_pwtzd_119._settingsIntegration_pwtzd_134,._modalContent_pwtzd_119._performanceTestModalContent_pwtzd_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_pwtzd_119._monitoringReportContent_pwtzd_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_pwtzd_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_pwtzd_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_pwtzd_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_pwtzd_159:after,._modalLine_pwtzd_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_pwtzd_159:before{left:-20px}._modalLine_pwtzd_159:after{right:-20px}._infoMessage_pwtzd_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_pwtzd_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_pwtzd_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_pwtzd_197._buttonsAutoWidth_pwtzd_204{justify-content:flex-end}._fullWidthTitle_pwtzd_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_pwtzd_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_pwtzd_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_pwtzd_227{padding:0 16px 16px}}._widgetHeader_pwtzd_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_pwtzd_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_pwtzd_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_pwtzd_264{align-items:center;height:180px;display:flex}._widgetFooter_pwtzd_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_pwtzd_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_pwtzd_277:last-child{border:none}._widgetMainValue_pwtzd_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_pwtzd_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_pwtzd_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_pwtzd_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_pwtzd_313{opacity:.5;cursor:default}._widgetTag_pwtzd_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_pwtzd_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_pwtzd_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_pwtzd_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_pwtzd_339._green_pwtzd_344:before,._chartValuesTitle_pwtzd_339._dark_pwtzd_344:before,._chartValuesTitle_pwtzd_339._blue_pwtzd_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_pwtzd_339._green_pwtzd_344:before{background:var(--status-success)}._chartValuesTitle_pwtzd_339._dark_pwtzd_344:before{background:#475569}._chartValuesTitle_pwtzd_339._blue_pwtzd_344:before{background:#43e0f8}._topbar_pwtzd_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_pwtzd_374{display:inline-flex}._logo_pwtzd_374{max-width:110px}._menuWrapper_pwtzd_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_pwtzd_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_pwtzd_382._opened_pwtzd_399{display:flex}}._menuItem_pwtzd_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_pwtzd_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_pwtzd_404 ._menuIcon_pwtzd_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_pwtzd_404 ._menuIconPerformance_pwtzd_430{fill:none}._menuItem_pwtzd_404 ._menuIconStroke_pwtzd_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_pwtzd_404._active_pwtzd_438,._menuItem_pwtzd_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_pwtzd_404._active_pwtzd_438 ._menuIcon_pwtzd_425:not(._menuIconStroke_pwtzd_433,._menuIconPerformance_pwtzd_430),._menuItem_pwtzd_404:hover ._menuIcon_pwtzd_425:not(._menuIconStroke_pwtzd_433,._menuIconPerformance_pwtzd_430){fill:#52c2fd}._menuItem_pwtzd_404._active_pwtzd_438 ._menuIconPerformance_pwtzd_430 path,._menuItem_pwtzd_404:hover ._menuIconPerformance_pwtzd_430 path{stroke:#59a6fd}._menuItem_pwtzd_404._active_pwtzd_438 ._menuIconStroke_pwtzd_433:not(._menuIcon_pwtzd_425),._menuItem_pwtzd_404:hover ._menuIconStroke_pwtzd_433:not(._menuIcon_pwtzd_425){stroke:#52c2fd}._redDot_pwtzd_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_pwtzd_467{justify-content:center;display:flex}._link_pwtzd_472{color:var(--accent);cursor:pointer;text-decoration:underline}._spinnerWrapper_pwtzd_478{z-index:1;justify-content:center;align-items:center;width:calc(100% - 40px);display:flex;position:absolute}._inputText_pwtzd_487{margin-bottom:5px}._emailAlertsCheckbox_pwtzd_491{margin-bottom:15px}._authButtonsWrapper_1kxfi_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1kxfi_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1kxfi_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_1kxfi_23{width:100%;margin-bottom:16px}._fieldWrapper_1kxfi_23:last-child{margin-bottom:0}._fieldLabel_1kxfi_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1kxfi_36{margin-top:8px;font-size:.75rem}._field_1kxfi_23{width:100%;position:relative}._fieldLabelNew_1kxfi_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1kxfi_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1kxfi_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1kxfi_52[type=password]{font-size:18px}._inputNew_1kxfi_52:focus,._inputNew_1kxfi_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1kxfi_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1kxfi_52:disabled::placeholder{color:#cbd5e1}._inputNew_1kxfi_52._error_1kxfi_7{border:1px solid #ef4444}._inputNew_1kxfi_52._error_1kxfi_7:focus,._inputNew_1kxfi_52._error_1kxfi_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1kxfi_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1kxfi_90{width:calc(50% - 8px)}._tableNavWrapper_1kxfi_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_1kxfi_109{align-items:center;gap:8px;display:flex}._tableNavItem_1kxfi_115{margin:0}._modalContent_1kxfi_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1kxfi_119._center_1kxfi_126{text-align:center;font-family:Inter}._modalContent_1kxfi_119._settings_1kxfi_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1kxfi_119._settingsIntegration_1kxfi_134,._modalContent_1kxfi_119._performanceTestModalContent_1kxfi_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1kxfi_119._monitoringReportContent_1kxfi_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1kxfi_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1kxfi_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1kxfi_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1kxfi_159:after,._modalLine_1kxfi_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1kxfi_159:before{left:-20px}._modalLine_1kxfi_159:after{right:-20px}._infoMessage_1kxfi_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1kxfi_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1kxfi_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1kxfi_197._buttonsAutoWidth_1kxfi_204{justify-content:flex-end}._fullWidthTitle_1kxfi_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1kxfi_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1kxfi_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1kxfi_227{padding:0 16px 16px}}._widgetHeader_1kxfi_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_1kxfi_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_1kxfi_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_1kxfi_264{align-items:center;height:180px;display:flex}._widgetFooter_1kxfi_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1kxfi_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1kxfi_277:last-child{border:none}._widgetMainValue_1kxfi_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1kxfi_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1kxfi_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_1kxfi_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1kxfi_313{opacity:.5;cursor:default}._widgetTag_1kxfi_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1kxfi_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1kxfi_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1kxfi_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1kxfi_339._green_1kxfi_344:before,._chartValuesTitle_1kxfi_339._dark_1kxfi_344:before,._chartValuesTitle_1kxfi_339._blue_1kxfi_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1kxfi_339._green_1kxfi_344:before{background:var(--status-success)}._chartValuesTitle_1kxfi_339._dark_1kxfi_344:before{background:#475569}._chartValuesTitle_1kxfi_339._blue_1kxfi_344:before{background:#43e0f8}._topbar_1kxfi_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1kxfi_374{display:inline-flex}._logo_1kxfi_374{max-width:110px}._menuWrapper_1kxfi_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_1kxfi_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1kxfi_382._opened_1kxfi_399{display:flex}}._menuItem_1kxfi_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1kxfi_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_1kxfi_404 ._menuIcon_1kxfi_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1kxfi_404 ._menuIconPerformance_1kxfi_430{fill:none}._menuItem_1kxfi_404 ._menuIconStroke_1kxfi_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1kxfi_404._active_1kxfi_438,._menuItem_1kxfi_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1kxfi_404._active_1kxfi_438 ._menuIcon_1kxfi_425:not(._menuIconStroke_1kxfi_433,._menuIconPerformance_1kxfi_430),._menuItem_1kxfi_404:hover ._menuIcon_1kxfi_425:not(._menuIconStroke_1kxfi_433,._menuIconPerformance_1kxfi_430){fill:#52c2fd}._menuItem_1kxfi_404._active_1kxfi_438 ._menuIconPerformance_1kxfi_430 path,._menuItem_1kxfi_404:hover ._menuIconPerformance_1kxfi_430 path{stroke:#59a6fd}._menuItem_1kxfi_404._active_1kxfi_438 ._menuIconStroke_1kxfi_433:not(._menuIcon_1kxfi_425),._menuItem_1kxfi_404:hover ._menuIconStroke_1kxfi_433:not(._menuIcon_1kxfi_425){stroke:#52c2fd}._redDot_1kxfi_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1kxfi_467{justify-content:center;display:flex}._link_1kxfi_472{color:var(--accent);cursor:pointer;text-decoration:underline}._modalTabsWrapper_1kxfi_478{padding:20px 20px 0}._authButtonsWrapper_1e60t_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1e60t_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1e60t_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_1e60t_23{width:100%;margin-bottom:16px}._fieldWrapper_1e60t_23:last-child{margin-bottom:0}._fieldLabel_1e60t_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1e60t_36{margin-top:8px;font-size:.75rem}._field_1e60t_23{width:100%;position:relative}._fieldLabelNew_1e60t_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1e60t_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1e60t_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1e60t_52[type=password]{font-size:18px}._inputNew_1e60t_52:focus,._inputNew_1e60t_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1e60t_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1e60t_52:disabled::placeholder{color:#cbd5e1}._inputNew_1e60t_52._error_1e60t_7{border:1px solid #ef4444}._inputNew_1e60t_52._error_1e60t_7:focus,._inputNew_1e60t_52._error_1e60t_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1e60t_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1e60t_90{width:calc(50% - 8px)}._tableNavWrapper_1e60t_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_1e60t_109{align-items:center;gap:8px;display:flex}._tableNavItem_1e60t_115{margin:0}._modalContent_1e60t_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1e60t_119._center_1e60t_126{text-align:center;font-family:Inter}._modalContent_1e60t_119._settings_1e60t_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1e60t_119._settingsIntegration_1e60t_134,._modalContent_1e60t_119._performanceTestModalContent_1e60t_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1e60t_119._monitoringReportContent_1e60t_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1e60t_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1e60t_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1e60t_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1e60t_159:after,._modalLine_1e60t_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1e60t_159:before{left:-20px}._modalLine_1e60t_159:after{right:-20px}._infoMessage_1e60t_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1e60t_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1e60t_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1e60t_197._buttonsAutoWidth_1e60t_204{justify-content:flex-end}._fullWidthTitle_1e60t_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1e60t_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1e60t_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1e60t_227{padding:0 16px 16px}}._widgetHeader_1e60t_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_1e60t_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_1e60t_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_1e60t_264{align-items:center;height:180px;display:flex}._widgetFooter_1e60t_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1e60t_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1e60t_277:last-child{border:none}._widgetMainValue_1e60t_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1e60t_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1e60t_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_1e60t_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1e60t_313{opacity:.5;cursor:default}._widgetTag_1e60t_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1e60t_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1e60t_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1e60t_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1e60t_339._green_1e60t_344:before,._chartValuesTitle_1e60t_339._dark_1e60t_344:before,._chartValuesTitle_1e60t_339._blue_1e60t_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1e60t_339._green_1e60t_344:before{background:var(--status-success)}._chartValuesTitle_1e60t_339._dark_1e60t_344:before{background:#475569}._chartValuesTitle_1e60t_339._blue_1e60t_344:before{background:#43e0f8}._topbar_1e60t_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1e60t_374{display:inline-flex}._logo_1e60t_374{max-width:110px}._menuWrapper_1e60t_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_1e60t_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1e60t_382._opened_1e60t_399{display:flex}}._menuItem_1e60t_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1e60t_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_1e60t_404 ._menuIcon_1e60t_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1e60t_404 ._menuIconPerformance_1e60t_430{fill:none}._menuItem_1e60t_404 ._menuIconStroke_1e60t_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1e60t_404._active_1e60t_438,._menuItem_1e60t_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1e60t_404._active_1e60t_438 ._menuIcon_1e60t_425:not(._menuIconStroke_1e60t_433,._menuIconPerformance_1e60t_430),._menuItem_1e60t_404:hover ._menuIcon_1e60t_425:not(._menuIconStroke_1e60t_433,._menuIconPerformance_1e60t_430){fill:#52c2fd}._menuItem_1e60t_404._active_1e60t_438 ._menuIconPerformance_1e60t_430 path,._menuItem_1e60t_404:hover ._menuIconPerformance_1e60t_430 path{stroke:#59a6fd}._menuItem_1e60t_404._active_1e60t_438 ._menuIconStroke_1e60t_433:not(._menuIcon_1e60t_425),._menuItem_1e60t_404:hover ._menuIconStroke_1e60t_433:not(._menuIcon_1e60t_425){stroke:#52c2fd}._redDot_1e60t_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1e60t_467{justify-content:center;display:flex}._link_1e60t_472{color:var(--accent);cursor:pointer;text-decoration:underline}._physicalStatus_1e60t_478{text-transform:uppercase;border-radius:20px;align-items:center;padding:2px 8px;font-size:.75rem;line-height:1;display:inline-flex;position:relative}._physicalStatus_1e60t_478._stocked_1e60t_488{border:1px solid var(--status-success);background:var(--status-success-subtle);color:var(--status-success-text)}._physicalStatus_1e60t_478._inventory_1e60t_493,._physicalStatus_1e60t_478._refurbished_1e60t_498{color:#c11574;background:#fdf2fa;border:1px solid #fcceee}._physicalStatus_1e60t_478._returned_1e60t_503{border:1px solid var(--status-success);background:var(--status-success-subtle);color:var(--status-success-text)}._physicalStatus_1e60t_478._repackaged_1e60t_508{border:1px solid var(--status-info);background:var(--status-info-subtle);color:var(--status-info-text)}._physicalStatus_1e60t_478._installed_1e60t_513{color:#115e59;background:#dffbf4;border:1px solid #14b8a6}._physicalStatus_1e60t_478._missing_1e60t_518{border:1px solid var(--status-warning);background:var(--status-warning-subtle);color:var(--status-warning-text)}._physicalStatus_1e60t_478._production_1e60t_523{background:var(--surface-3);color:#1e293b;border:1px solid #64748b}._physicalStatus_1e60t_478._warranty_1e60t_528{border:1px solid var(--accent);background:var(--accent-subtle);color:#165964}._physicalStatus_1e60t_478._damaged_1e60t_533{border:1px solid var(--status-danger);background:var(--status-danger-subtle);color:var(--status-danger-text)}._physicalStatus_1e60t_478._packed_1e60t_538{color:#6b21a8;background:#f3e8ff;border:1px solid #a855f7}._physicalStatus_1e60t_478._preinstalled_1e60t_543{color:#115e59;background:#dffbf4;border:1px solid #14b8a6}._physicalStatus_1e60t_478._transferring_1e60t_548{border:1px solid var(--status-info);background:var(--status-info-subtle);color:#1e40af}._authButtonsWrapper_t1zvo_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_t1zvo_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_t1zvo_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_t1zvo_23{width:100%;margin-bottom:16px}._fieldWrapper_t1zvo_23:last-child{margin-bottom:0}._fieldLabel_t1zvo_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_t1zvo_36{margin-top:8px;font-size:.75rem}._field_t1zvo_23{width:100%;position:relative}._fieldLabelNew_t1zvo_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_t1zvo_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_t1zvo_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_t1zvo_52[type=password]{font-size:18px}._inputNew_t1zvo_52:focus,._inputNew_t1zvo_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_t1zvo_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_t1zvo_52:disabled::placeholder{color:#cbd5e1}._inputNew_t1zvo_52._error_t1zvo_7{border:1px solid #ef4444}._inputNew_t1zvo_52._error_t1zvo_7:focus,._inputNew_t1zvo_52._error_t1zvo_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_t1zvo_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_t1zvo_90{width:calc(50% - 8px)}._tableNavWrapper_t1zvo_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_t1zvo_109{align-items:center;gap:8px;display:flex}._tableNavItem_t1zvo_115{margin:0}._modalContent_t1zvo_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_t1zvo_119._center_t1zvo_126{text-align:center;font-family:Inter}._modalContent_t1zvo_119._settings_t1zvo_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_t1zvo_119._settingsIntegration_t1zvo_134,._modalContent_t1zvo_119._performanceTestModalContent_t1zvo_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_t1zvo_119._monitoringReportContent_t1zvo_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_t1zvo_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_t1zvo_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_t1zvo_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_t1zvo_159:after,._modalLine_t1zvo_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_t1zvo_159:before{left:-20px}._modalLine_t1zvo_159:after{right:-20px}._infoMessage_t1zvo_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_t1zvo_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_t1zvo_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_t1zvo_197._buttonsAutoWidth_t1zvo_204{justify-content:flex-end}._fullWidthTitle_t1zvo_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_t1zvo_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_t1zvo_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_t1zvo_227{padding:0 16px 16px}}._widgetHeader_t1zvo_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_t1zvo_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_t1zvo_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_t1zvo_264{align-items:center;height:180px;display:flex}._widgetFooter_t1zvo_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_t1zvo_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_t1zvo_277:last-child{border:none}._widgetMainValue_t1zvo_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_t1zvo_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_t1zvo_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_t1zvo_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_t1zvo_313{opacity:.5;cursor:default}._widgetTag_t1zvo_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_t1zvo_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_t1zvo_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_t1zvo_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_t1zvo_339._green_t1zvo_344:before,._chartValuesTitle_t1zvo_339._dark_t1zvo_344:before,._chartValuesTitle_t1zvo_339._blue_t1zvo_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_t1zvo_339._green_t1zvo_344:before{background:var(--status-success)}._chartValuesTitle_t1zvo_339._dark_t1zvo_344:before{background:#475569}._chartValuesTitle_t1zvo_339._blue_t1zvo_344:before{background:#43e0f8}._topbar_t1zvo_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_t1zvo_374{display:inline-flex}._logo_t1zvo_374{max-width:110px}._menuWrapper_t1zvo_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_t1zvo_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_t1zvo_382._opened_t1zvo_399{display:flex}}._menuItem_t1zvo_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_t1zvo_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_t1zvo_404 ._menuIcon_t1zvo_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_t1zvo_404 ._menuIconPerformance_t1zvo_430{fill:none}._menuItem_t1zvo_404 ._menuIconStroke_t1zvo_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_t1zvo_404._active_t1zvo_438,._menuItem_t1zvo_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_t1zvo_404._active_t1zvo_438 ._menuIcon_t1zvo_425:not(._menuIconStroke_t1zvo_433,._menuIconPerformance_t1zvo_430),._menuItem_t1zvo_404:hover ._menuIcon_t1zvo_425:not(._menuIconStroke_t1zvo_433,._menuIconPerformance_t1zvo_430){fill:#52c2fd}._menuItem_t1zvo_404._active_t1zvo_438 ._menuIconPerformance_t1zvo_430 path,._menuItem_t1zvo_404:hover ._menuIconPerformance_t1zvo_430 path{stroke:#59a6fd}._menuItem_t1zvo_404._active_t1zvo_438 ._menuIconStroke_t1zvo_433:not(._menuIcon_t1zvo_425),._menuItem_t1zvo_404:hover ._menuIconStroke_t1zvo_433:not(._menuIcon_t1zvo_425){stroke:#52c2fd}._redDot_t1zvo_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_t1zvo_467{justify-content:center;display:flex}._link_t1zvo_472{color:var(--accent);cursor:pointer;text-decoration:underline}._snTableHeader_t1zvo_478{display:flex}._snHederCell_t1zvo_482{color:var(--text-muted);width:33.33%;font-size:.875rem}._snBodyRow_t1zvo_488{border-bottom:1px solid var(--border-default);padding:16px 0;display:flex}._snBodyRow_t1zvo_488:last-child{border:none;padding:16px 0 0}._snBodyCell_t1zvo_498{width:33.33%}._authButtonsWrapper_1ovbz_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1ovbz_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1ovbz_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_1ovbz_23{width:100%;margin-bottom:16px}._fieldWrapper_1ovbz_23:last-child{margin-bottom:0}._fieldLabel_1ovbz_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1ovbz_36{margin-top:8px;font-size:.75rem}._field_1ovbz_23{width:100%;position:relative}._fieldLabelNew_1ovbz_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1ovbz_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1ovbz_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1ovbz_52[type=password]{font-size:18px}._inputNew_1ovbz_52:focus,._inputNew_1ovbz_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1ovbz_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1ovbz_52:disabled::placeholder{color:#cbd5e1}._inputNew_1ovbz_52._error_1ovbz_7{border:1px solid #ef4444}._inputNew_1ovbz_52._error_1ovbz_7:focus,._inputNew_1ovbz_52._error_1ovbz_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1ovbz_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1ovbz_90{width:calc(50% - 8px)}._tableNavWrapper_1ovbz_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_1ovbz_109{align-items:center;gap:8px;display:flex}._tableNavItem_1ovbz_115{margin:0}._modalContent_1ovbz_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1ovbz_119._center_1ovbz_126{text-align:center;font-family:Inter}._modalContent_1ovbz_119._settings_1ovbz_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1ovbz_119._settingsIntegration_1ovbz_134,._modalContent_1ovbz_119._performanceTestModalContent_1ovbz_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1ovbz_119._monitoringReportContent_1ovbz_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1ovbz_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1ovbz_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1ovbz_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1ovbz_159:after,._modalLine_1ovbz_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1ovbz_159:before{left:-20px}._modalLine_1ovbz_159:after{right:-20px}._infoMessage_1ovbz_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1ovbz_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1ovbz_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1ovbz_197._buttonsAutoWidth_1ovbz_204{justify-content:flex-end}._fullWidthTitle_1ovbz_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1ovbz_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1ovbz_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1ovbz_227{padding:0 16px 16px}}._widgetHeader_1ovbz_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_1ovbz_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_1ovbz_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_1ovbz_264{align-items:center;height:180px;display:flex}._widgetFooter_1ovbz_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1ovbz_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1ovbz_277:last-child{border:none}._widgetMainValue_1ovbz_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1ovbz_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1ovbz_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_1ovbz_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1ovbz_313{opacity:.5;cursor:default}._widgetTag_1ovbz_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1ovbz_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1ovbz_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1ovbz_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1ovbz_339._green_1ovbz_344:before,._chartValuesTitle_1ovbz_339._dark_1ovbz_344:before,._chartValuesTitle_1ovbz_339._blue_1ovbz_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1ovbz_339._green_1ovbz_344:before{background:var(--status-success)}._chartValuesTitle_1ovbz_339._dark_1ovbz_344:before{background:#475569}._chartValuesTitle_1ovbz_339._blue_1ovbz_344:before{background:#43e0f8}._topbar_1ovbz_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1ovbz_374{display:inline-flex}._logo_1ovbz_374{max-width:110px}._menuWrapper_1ovbz_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_1ovbz_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1ovbz_382._opened_1ovbz_399{display:flex}}._menuItem_1ovbz_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1ovbz_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_1ovbz_404 ._menuIcon_1ovbz_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1ovbz_404 ._menuIconPerformance_1ovbz_430{fill:none}._menuItem_1ovbz_404 ._menuIconStroke_1ovbz_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1ovbz_404._active_1ovbz_438,._menuItem_1ovbz_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1ovbz_404._active_1ovbz_438 ._menuIcon_1ovbz_425:not(._menuIconStroke_1ovbz_433,._menuIconPerformance_1ovbz_430),._menuItem_1ovbz_404:hover ._menuIcon_1ovbz_425:not(._menuIconStroke_1ovbz_433,._menuIconPerformance_1ovbz_430){fill:#52c2fd}._menuItem_1ovbz_404._active_1ovbz_438 ._menuIconPerformance_1ovbz_430 path,._menuItem_1ovbz_404:hover ._menuIconPerformance_1ovbz_430 path{stroke:#59a6fd}._menuItem_1ovbz_404._active_1ovbz_438 ._menuIconStroke_1ovbz_433:not(._menuIcon_1ovbz_425),._menuItem_1ovbz_404:hover ._menuIconStroke_1ovbz_433:not(._menuIcon_1ovbz_425){stroke:#52c2fd}._redDot_1ovbz_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1ovbz_467{justify-content:center;display:flex}._link_1ovbz_472{color:var(--accent);cursor:pointer;text-decoration:underline}._inputNumberWrapper_1ovbz_478{align-items:center;display:inline-flex}._inputNumber_1ovbz_478{border:1px solid var(--border-strong);text-align:center;border-radius:10px;width:70px;height:40px;margin:0 4px;font-family:Inter;font-size:.875rem}._inputNumber_1ovbz_478::-webkit-outer-spin-button{appearance:none}._inputNumber_1ovbz_478::-webkit-inner-spin-button{appearance:none}._inputNumberButton_1ovbz_497{border:1px solid var(--border-strong);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}._inputNumberButton_1ovbz_497._disabled_1ovbz_313{opacity:.2;cursor:not-allowed}._authButtonsWrapper_zmnrg_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_zmnrg_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_zmnrg_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_zmnrg_23{width:100%;margin-bottom:16px}._fieldWrapper_zmnrg_23:last-child{margin-bottom:0}._fieldLabel_zmnrg_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_zmnrg_36{margin-top:8px;font-size:.75rem}._field_zmnrg_23{width:100%;position:relative}._fieldLabelNew_zmnrg_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_zmnrg_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_zmnrg_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_zmnrg_52[type=password]{font-size:18px}._inputNew_zmnrg_52:focus,._inputNew_zmnrg_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_zmnrg_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_zmnrg_52:disabled::placeholder{color:#cbd5e1}._inputNew_zmnrg_52._error_zmnrg_7{border:1px solid #ef4444}._inputNew_zmnrg_52._error_zmnrg_7:focus,._inputNew_zmnrg_52._error_zmnrg_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_zmnrg_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_zmnrg_90{width:calc(50% - 8px)}._tableNavWrapper_zmnrg_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_zmnrg_109{align-items:center;gap:8px;display:flex}._tableNavItem_zmnrg_115{margin:0}._modalContent_zmnrg_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_zmnrg_119._center_zmnrg_126{text-align:center;font-family:Inter}._modalContent_zmnrg_119._settings_zmnrg_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_zmnrg_119._settingsIntegration_zmnrg_134,._modalContent_zmnrg_119._performanceTestModalContent_zmnrg_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_zmnrg_119._monitoringReportContent_zmnrg_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_zmnrg_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_zmnrg_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_zmnrg_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_zmnrg_159:after,._modalLine_zmnrg_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_zmnrg_159:before{left:-20px}._modalLine_zmnrg_159:after{right:-20px}._infoMessage_zmnrg_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_zmnrg_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_zmnrg_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_zmnrg_197._buttonsAutoWidth_zmnrg_204{justify-content:flex-end}._fullWidthTitle_zmnrg_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_zmnrg_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_zmnrg_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_zmnrg_227{padding:0 16px 16px}}._widgetHeader_zmnrg_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_zmnrg_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_zmnrg_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_zmnrg_264{align-items:center;height:180px;display:flex}._widgetFooter_zmnrg_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_zmnrg_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_zmnrg_277:last-child{border:none}._widgetMainValue_zmnrg_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_zmnrg_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_zmnrg_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_zmnrg_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_zmnrg_313{opacity:.5;cursor:default}._widgetTag_zmnrg_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_zmnrg_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_zmnrg_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_zmnrg_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_zmnrg_339._green_zmnrg_344:before,._chartValuesTitle_zmnrg_339._dark_zmnrg_344:before,._chartValuesTitle_zmnrg_339._blue_zmnrg_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_zmnrg_339._green_zmnrg_344:before{background:var(--status-success)}._chartValuesTitle_zmnrg_339._dark_zmnrg_344:before{background:#475569}._chartValuesTitle_zmnrg_339._blue_zmnrg_344:before{background:#43e0f8}._topbar_zmnrg_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_zmnrg_374{display:inline-flex}._logo_zmnrg_374{max-width:110px}._menuWrapper_zmnrg_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_zmnrg_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_zmnrg_382._opened_zmnrg_399{display:flex}}._menuItem_zmnrg_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_zmnrg_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_zmnrg_404 ._menuIcon_zmnrg_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_zmnrg_404 ._menuIconPerformance_zmnrg_430{fill:none}._menuItem_zmnrg_404 ._menuIconStroke_zmnrg_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_zmnrg_404._active_zmnrg_438,._menuItem_zmnrg_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_zmnrg_404._active_zmnrg_438 ._menuIcon_zmnrg_425:not(._menuIconStroke_zmnrg_433,._menuIconPerformance_zmnrg_430),._menuItem_zmnrg_404:hover ._menuIcon_zmnrg_425:not(._menuIconStroke_zmnrg_433,._menuIconPerformance_zmnrg_430){fill:#52c2fd}._menuItem_zmnrg_404._active_zmnrg_438 ._menuIconPerformance_zmnrg_430 path,._menuItem_zmnrg_404:hover ._menuIconPerformance_zmnrg_430 path{stroke:#59a6fd}._menuItem_zmnrg_404._active_zmnrg_438 ._menuIconStroke_zmnrg_433:not(._menuIcon_zmnrg_425),._menuItem_zmnrg_404:hover ._menuIconStroke_zmnrg_433:not(._menuIcon_zmnrg_425){stroke:#52c2fd}._redDot_zmnrg_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_zmnrg_467{justify-content:center;display:flex}._link_zmnrg_472{color:var(--accent);cursor:pointer;text-decoration:underline}._orderDetails_zmnrg_478{justify-content:space-between;font-family:Inter;display:flex}._orderDetailsItem_zmnrg_484{width:33%}._orderDetailsLabel_zmnrg_488{color:var(--text-muted);margin-bottom:4px;font-size:.875rem;font-weight:300;display:block}._orderDetailsValue_zmnrg_496{font-weight:400;display:block}._separator_zmnrg_501{background:#e2e8f0;width:100%;height:1px;margin:20px 0}._devicesList_zmnrg_508{flex-direction:column;gap:20px;display:flex}._deviceHeader_zmnrg_514{align-items:center;font-family:Inter;display:flex}._deviceQtyWrapper_zmnrg_520{flex:1;margin-right:10px;padding-left:16px}._deviceName_zmnrg_526{font-weight:500;display:block}._deviceQty_zmnrg_520{color:var(--text-muted);font-size:.875rem;display:block}._orderNote_zmnrg_537{color:var(--text-muted);-webkit-user-select:none;user-select:none;margin-top:30px;font-size:.75rem}._orderNote_zmnrg_537:before{content:"*";color:#42e8ff}._modalBody_1ug9r_1{flex-direction:column;align-items:center;padding:16px;display:flex}._modalBody_1ug9r_1 h3{color:var(--text-primary);margin-bottom:4px;font-size:18px;font-weight:500;line-height:24px}._modalBody_1ug9r_1 p{color:var(--text-secondary);font-size:14px;font-weight:400;line-height:20px}._iconWrapper_1ug9r_21{background-color:var(--status-success);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:16px;display:flex}._iconWrapper_1ug9r_21 svg{width:24px;height:24px}._iconWrapper_1ug9r_21 svg path{stroke:#fff}._selectedDeviceSection_15ad3_1{flex-direction:column;display:flex}._selectedDevicesHeader_15ad3_6{background-color:var(--surface-2);cursor:pointer;align-items:center;padding:10px 16px;display:flex;position:relative}._selectedDevicesHeader_15ad3_6 p{color:var(--text-muted);text-transform:uppercase;font-size:12px;font-weight:500;line-height:16px}._selectedDevicesHeader_15ad3_6 svg{fill:#0f172a;position:absolute;right:16px}._showSelectedDevices_15ad3_27 svg{transform:rotate(90deg)}._selectedDevicesBody_15ad3_31{flex-direction:column;max-height:140px;padding:20px 16px 0;display:flex;overflow:auto}._selectedDeviceRow_15ad3_39{align-items:center;margin-bottom:20px;display:flex}._selectedDeviceRowItem_15ad3_45{flex-direction:column;justify-content:center;width:50%;display:flex}._selectedDeviceRowItem_15ad3_45 p{text-transform:uppercase;color:var(--text-muted);margin-bottom:4px;font-size:12px;font-weight:500;line-height:16px}._selectedDeviceRowItem_15ad3_45 span{color:var(--text-primary);text-overflow:ellipsis;padding-right:10px;font-size:14px;font-weight:500;line-height:20px;overflow:hidden}._modalBody_robat_1{flex-direction:column;align-items:center;padding:16px;display:flex}._modalBody_robat_1 h3{color:var(--text-primary);margin-bottom:4px;font-size:18px;font-weight:500;line-height:24px}._modalBody_robat_1 p{color:var(--text-secondary);font-size:14px;font-weight:400;line-height:20px}._iconWrapper_robat_21{background-color:var(--status-warning-subtle);border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:16px;display:flex}._iconWrapper_robat_21 svg{width:24px;height:24px}._iconWrapper_robat_21 svg path{fill:#f59e0b}._emptyReportDataContainer_1rw99_1{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#6464640f;border-radius:8px;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute}._emptyReportDataContainer_1rw99_1 div{border:1px solid var(--border-default);background-color:var(--surface-1);border-radius:8px;padding:8px 16px;font-size:14px}._authButtonsWrapper_1l4v8_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1l4v8_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1l4v8_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_1l4v8_23{width:100%;margin-bottom:16px}._fieldWrapper_1l4v8_23:last-child{margin-bottom:0}._fieldLabel_1l4v8_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1l4v8_36{margin-top:8px;font-size:.75rem}._field_1l4v8_23{width:100%;position:relative}._fieldLabelNew_1l4v8_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1l4v8_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1l4v8_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1l4v8_52[type=password]{font-size:18px}._inputNew_1l4v8_52:focus,._inputNew_1l4v8_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1l4v8_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1l4v8_52:disabled::placeholder{color:#cbd5e1}._inputNew_1l4v8_52._error_1l4v8_7{border:1px solid #ef4444}._inputNew_1l4v8_52._error_1l4v8_7:focus,._inputNew_1l4v8_52._error_1l4v8_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1l4v8_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1l4v8_90{width:calc(50% - 8px)}._tableNavWrapper_1l4v8_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_1l4v8_109{align-items:center;gap:8px;display:flex}._tableNavItem_1l4v8_115{margin:0}._modalContent_1l4v8_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1l4v8_119._center_1l4v8_126{text-align:center;font-family:Inter}._modalContent_1l4v8_119._settings_1l4v8_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1l4v8_119._settingsIntegration_1l4v8_134,._modalContent_1l4v8_119._performanceTestModalContent_1l4v8_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1l4v8_119._monitoringReportContent_1l4v8_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1l4v8_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1l4v8_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1l4v8_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1l4v8_159:after,._modalLine_1l4v8_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1l4v8_159:before{left:-20px}._modalLine_1l4v8_159:after{right:-20px}._infoMessage_1l4v8_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1l4v8_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1l4v8_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1l4v8_197._buttonsAutoWidth_1l4v8_204{justify-content:flex-end}._fullWidthTitle_1l4v8_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1l4v8_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1l4v8_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1l4v8_227{padding:0 16px 16px}}._widgetHeader_1l4v8_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_1l4v8_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_1l4v8_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_1l4v8_264{align-items:center;height:180px;display:flex}._widgetFooter_1l4v8_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1l4v8_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1l4v8_277:last-child{border:none}._widgetMainValue_1l4v8_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1l4v8_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1l4v8_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_1l4v8_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1l4v8_313{opacity:.5;cursor:default}._widgetTag_1l4v8_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1l4v8_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1l4v8_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1l4v8_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1l4v8_339._green_1l4v8_344:before,._chartValuesTitle_1l4v8_339._dark_1l4v8_344:before,._chartValuesTitle_1l4v8_339._blue_1l4v8_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1l4v8_339._green_1l4v8_344:before{background:var(--status-success)}._chartValuesTitle_1l4v8_339._dark_1l4v8_344:before{background:#475569}._chartValuesTitle_1l4v8_339._blue_1l4v8_344:before{background:#43e0f8}._topbar_1l4v8_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1l4v8_374{display:inline-flex}._logo_1l4v8_374{max-width:110px}._menuWrapper_1l4v8_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_1l4v8_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1l4v8_382._opened_1l4v8_399{display:flex}}._menuItem_1l4v8_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1l4v8_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_1l4v8_404 ._menuIcon_1l4v8_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1l4v8_404 ._menuIconPerformance_1l4v8_430{fill:none}._menuItem_1l4v8_404 ._menuIconStroke_1l4v8_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1l4v8_404._active_1l4v8_438,._menuItem_1l4v8_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1l4v8_404._active_1l4v8_438 ._menuIcon_1l4v8_425:not(._menuIconStroke_1l4v8_433,._menuIconPerformance_1l4v8_430),._menuItem_1l4v8_404:hover ._menuIcon_1l4v8_425:not(._menuIconStroke_1l4v8_433,._menuIconPerformance_1l4v8_430){fill:#52c2fd}._menuItem_1l4v8_404._active_1l4v8_438 ._menuIconPerformance_1l4v8_430 path,._menuItem_1l4v8_404:hover ._menuIconPerformance_1l4v8_430 path{stroke:#59a6fd}._menuItem_1l4v8_404._active_1l4v8_438 ._menuIconStroke_1l4v8_433:not(._menuIcon_1l4v8_425),._menuItem_1l4v8_404:hover ._menuIconStroke_1l4v8_433:not(._menuIcon_1l4v8_425){stroke:#52c2fd}._redDot_1l4v8_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1l4v8_467{justify-content:center;display:flex}._link_1l4v8_472{color:var(--accent);cursor:pointer;text-decoration:underline}div._tooltip_1l4v8_478{background:var(--surface-1);color:var(--text-secondary);border:1px solid var(--border-default);z-index:1500;text-align:left;border-radius:6px;max-width:280px;padding:4px 10px;font-size:.75rem;box-shadow:0 1px 2px #e2e8f03d,0 12px 24px #94a3b81f}div._tooltipArrow_1l4v8_491{border-right:1px solid var(--border-default);border-bottom:1px solid var(--border-default);z-index:-1;box-shadow:0 1px 2px #e2e8f03d,0 12px 24px #94a3b81f}._authButtonsWrapper_1r2tb_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1r2tb_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1r2tb_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_1r2tb_23{width:100%;margin-bottom:16px}._fieldWrapper_1r2tb_23:last-child{margin-bottom:0}._fieldLabel_1r2tb_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1r2tb_36{margin-top:8px;font-size:.75rem}._field_1r2tb_23{width:100%;position:relative}._fieldLabelNew_1r2tb_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1r2tb_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1r2tb_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1r2tb_52[type=password]{font-size:18px}._inputNew_1r2tb_52:focus,._inputNew_1r2tb_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1r2tb_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1r2tb_52:disabled::placeholder{color:#cbd5e1}._inputNew_1r2tb_52._error_1r2tb_7{border:1px solid #ef4444}._inputNew_1r2tb_52._error_1r2tb_7:focus,._inputNew_1r2tb_52._error_1r2tb_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1r2tb_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1r2tb_90{width:calc(50% - 8px)}._tableNavWrapper_1r2tb_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_1r2tb_109{align-items:center;gap:8px;display:flex}._tableNavItem_1r2tb_115{margin:0}._modalContent_1r2tb_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1r2tb_119._center_1r2tb_126{text-align:center;font-family:Inter}._modalContent_1r2tb_119._settings_1r2tb_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1r2tb_119._settingsIntegration_1r2tb_134,._modalContent_1r2tb_119._performanceTestModalContent_1r2tb_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1r2tb_119._monitoringReportContent_1r2tb_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1r2tb_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1r2tb_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1r2tb_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1r2tb_159:after,._modalLine_1r2tb_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1r2tb_159:before{left:-20px}._modalLine_1r2tb_159:after{right:-20px}._infoMessage_1r2tb_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1r2tb_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1r2tb_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1r2tb_197._buttonsAutoWidth_1r2tb_204{justify-content:flex-end}._fullWidthTitle_1r2tb_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1r2tb_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1r2tb_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1r2tb_227{padding:0 16px 16px}}._widgetHeader_1r2tb_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_1r2tb_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_1r2tb_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_1r2tb_264{align-items:center;height:180px;display:flex}._widgetFooter_1r2tb_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1r2tb_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1r2tb_277:last-child{border:none}._widgetMainValue_1r2tb_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1r2tb_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1r2tb_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_1r2tb_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1r2tb_313{opacity:.5;cursor:default}._widgetTag_1r2tb_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1r2tb_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1r2tb_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1r2tb_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1r2tb_339._green_1r2tb_344:before,._chartValuesTitle_1r2tb_339._dark_1r2tb_344:before,._chartValuesTitle_1r2tb_339._blue_1r2tb_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1r2tb_339._green_1r2tb_344:before{background:var(--status-success)}._chartValuesTitle_1r2tb_339._dark_1r2tb_344:before{background:#475569}._chartValuesTitle_1r2tb_339._blue_1r2tb_344:before{background:#43e0f8}._topbar_1r2tb_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1r2tb_374{display:inline-flex}._logo_1r2tb_374{max-width:110px}._menuWrapper_1r2tb_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_1r2tb_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1r2tb_382._opened_1r2tb_399{display:flex}}._menuItem_1r2tb_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1r2tb_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_1r2tb_404 ._menuIcon_1r2tb_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1r2tb_404 ._menuIconPerformance_1r2tb_430{fill:none}._menuItem_1r2tb_404 ._menuIconStroke_1r2tb_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1r2tb_404._active_1r2tb_438,._menuItem_1r2tb_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1r2tb_404._active_1r2tb_438 ._menuIcon_1r2tb_425:not(._menuIconStroke_1r2tb_433,._menuIconPerformance_1r2tb_430),._menuItem_1r2tb_404:hover ._menuIcon_1r2tb_425:not(._menuIconStroke_1r2tb_433,._menuIconPerformance_1r2tb_430){fill:#52c2fd}._menuItem_1r2tb_404._active_1r2tb_438 ._menuIconPerformance_1r2tb_430 path,._menuItem_1r2tb_404:hover ._menuIconPerformance_1r2tb_430 path{stroke:#59a6fd}._menuItem_1r2tb_404._active_1r2tb_438 ._menuIconStroke_1r2tb_433:not(._menuIcon_1r2tb_425),._menuItem_1r2tb_404:hover ._menuIconStroke_1r2tb_433:not(._menuIcon_1r2tb_425){stroke:#52c2fd}._redDot_1r2tb_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1r2tb_467{justify-content:center;display:flex}._link_1r2tb_472{color:var(--accent);cursor:pointer;text-decoration:underline}._modalSubtitle_1r2tb_478{background-color:var(--surface-2);align-items:center;padding:8px 16px;display:flex}._modalSubtitle_1r2tb_478 p{text-transform:uppercase;color:var(--text-muted);font-size:12px;font-weight:500;line-height:16px}._performanceTestModalContent_1r2tb_138{flex-direction:column;padding:0 16px 16px;display:flex}._contentRow_1r2tb_498{border-bottom:1px solid var(--border-default);padding:16px 0;display:flex}._contentWrapper_1r2tb_504{flex-direction:column;flex-grow:1;row-gap:16px;width:50%;display:flex}._detailsInfo_1r2tb_512{flex-direction:column;display:flex}._detailsInfo_1r2tb_512 h4{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:6px;font-size:12px;font-weight:500;line-height:16px}._detailsInfo_1r2tb_512 p{color:var(--text-primary);font-size:14px;font-weight:500;line-height:20px}._detailsInfo_1r2tb_512 span{color:var(--text-disabled);font-size:12px}._statusContainer_1r2tb_536{align-items:center;gap:5px;display:flex}._statusContainer_1r2tb_536 span{display:block}div._testStatus_1r2tb_545{border:1px solid var(--border-default);border-radius:6px;justify-content:center;align-items:center;width:fit-content;padding:4px 8px;display:flex}div._testStatus_1r2tb_545 span{border-radius:50%;width:8px;height:8px;margin-right:8px}div._passed_1r2tb_561 span{background-color:var(--status-success)}div._passed_1r2tb_561 p{color:var(--status-success-text)}div._issue_1r2tb_568 span{background-color:var(--status-danger)}div._issue_1r2tb_568 p{color:var(--status-danger-text)}._reportDiagramContainer_1r2tb_575{height:200px;margin-top:5px;position:relative}._reportDiagramContainer_1r2tb_575 canvas{padding:5px 3px}@media only screen and (width<=768px){._contentRow_1r2tb_498{flex-wrap:wrap;row-gap:16px}._contentRow_1r2tb_498>div{min-width:200px}}._modalContent_4iwrk_119._settingsIntegration_4iwrk_134,._modalContent_4iwrk_119._performanceTestModalContent_4iwrk_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}@media only screen and (width<=768px){._widgetWrapper_4iwrk_227{padding:0 16px 16px}}@media only screen and (width<=1340px){._menuWrapper_4iwrk_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_4iwrk_382._opened_4iwrk_399{display:flex}}@media only screen and (width<=1300px){._menuItem_4iwrk_404{flex:none;width:auto;margin-bottom:10px}}._authButtonsWrapper_6c90r_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_6c90r_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_6c90r_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_6c90r_23{width:100%;margin-bottom:16px}._fieldWrapper_6c90r_23:last-child{margin-bottom:0}._fieldLabel_6c90r_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_6c90r_36{margin-top:8px;font-size:.75rem}._field_6c90r_23{width:100%;position:relative}._fieldLabelNew_6c90r_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_6c90r_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_6c90r_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_6c90r_52[type=password]{font-size:18px}._inputNew_6c90r_52:focus,._inputNew_6c90r_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_6c90r_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_6c90r_52:disabled::placeholder{color:#cbd5e1}._inputNew_6c90r_52._error_6c90r_7{border:1px solid #ef4444}._inputNew_6c90r_52._error_6c90r_7:focus,._inputNew_6c90r_52._error_6c90r_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_6c90r_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_6c90r_90{width:calc(50% - 8px)}._tableNavWrapper_6c90r_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_6c90r_109{align-items:center;gap:8px;display:flex}._tableNavItem_6c90r_115{margin:0}._modalContent_6c90r_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_6c90r_119._center_6c90r_126{text-align:center;font-family:Inter}._modalContent_6c90r_119._settings_6c90r_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_6c90r_119._settingsIntegration_6c90r_134,._modalContent_6c90r_119._performanceTestModalContent_6c90r_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_6c90r_119._monitoringReportContent_6c90r_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_6c90r_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_6c90r_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_6c90r_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_6c90r_159:after,._modalLine_6c90r_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_6c90r_159:before{left:-20px}._modalLine_6c90r_159:after{right:-20px}._infoMessage_6c90r_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_6c90r_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_6c90r_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_6c90r_197._buttonsAutoWidth_6c90r_204{justify-content:flex-end}._fullWidthTitle_6c90r_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_6c90r_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_6c90r_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_6c90r_227{padding:0 16px 16px}}._widgetHeader_6c90r_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_6c90r_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_6c90r_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_6c90r_264{align-items:center;height:180px;display:flex}._widgetFooter_6c90r_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_6c90r_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_6c90r_277:last-child{border:none}._widgetMainValue_6c90r_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_6c90r_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_6c90r_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_6c90r_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_6c90r_313{opacity:.5;cursor:default}._widgetTag_6c90r_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_6c90r_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_6c90r_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_6c90r_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_6c90r_339._green_6c90r_344:before,._chartValuesTitle_6c90r_339._dark_6c90r_344:before,._chartValuesTitle_6c90r_339._blue_6c90r_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_6c90r_339._green_6c90r_344:before{background:var(--status-success)}._chartValuesTitle_6c90r_339._dark_6c90r_344:before{background:#475569}._chartValuesTitle_6c90r_339._blue_6c90r_344:before{background:#43e0f8}._topbar_6c90r_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_6c90r_374{display:inline-flex}._logo_6c90r_374{max-width:110px}._menuWrapper_6c90r_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_6c90r_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_6c90r_382._opened_6c90r_399{display:flex}}._menuItem_6c90r_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_6c90r_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_6c90r_404 ._menuIcon_6c90r_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_6c90r_404 ._menuIconPerformance_6c90r_430{fill:none}._menuItem_6c90r_404 ._menuIconStroke_6c90r_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_6c90r_404._active_6c90r_438,._menuItem_6c90r_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_6c90r_404._active_6c90r_438 ._menuIcon_6c90r_425:not(._menuIconStroke_6c90r_433,._menuIconPerformance_6c90r_430),._menuItem_6c90r_404:hover ._menuIcon_6c90r_425:not(._menuIconStroke_6c90r_433,._menuIconPerformance_6c90r_430){fill:#52c2fd}._menuItem_6c90r_404._active_6c90r_438 ._menuIconPerformance_6c90r_430 path,._menuItem_6c90r_404:hover ._menuIconPerformance_6c90r_430 path{stroke:#59a6fd}._menuItem_6c90r_404._active_6c90r_438 ._menuIconStroke_6c90r_433:not(._menuIcon_6c90r_425),._menuItem_6c90r_404:hover ._menuIconStroke_6c90r_433:not(._menuIcon_6c90r_425){stroke:#52c2fd}._redDot_6c90r_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_6c90r_467{justify-content:center;display:flex}._link_6c90r_472{color:var(--accent);cursor:pointer;text-decoration:underline}._tableDateWrapper_6c90r_478{color:var(--text-muted);cursor:pointer;font-family:Inter;font-size:.875rem;display:inline-flex}._tableDateWrapper_6c90r_478 svg{stroke:#64748b;margin-left:2px;transition:all .2s}._inputWrapper_6c90r_491{background:var(--surface-2);width:100%;height:100%;position:absolute;top:20px;left:0}._pickerWrapper_6c90r_500{z-index:10;position:relative}._pickerContainer_6c90r_505{background-color:var(--surface-1);border-radius:8px;width:288px;margin-left:5px;position:absolute}._pickerContainer_6c90r_505 .ant-picker{opacity:0;pointer-events:none;border:none;width:0;height:0;padding:0;position:absolute;overflow:hidden}._pickerContainer_6c90r_505 .ant-picker-dropdown{inset:initial!important}._pickerContainer_6c90r_505 .ant-picker-body{padding:6px!important}._valueWrapper_6c90r_529{background:var(--surface-2);justify-content:space-between;align-items:center;width:100%;height:100%;padding-left:8px;display:flex;position:absolute;top:0;left:0}._value_6c90r_529{color:var(--text-primary)}._icon_6c90r_546{justify-content:center;align-items:center;width:40px;height:32px;display:inline-flex}._icon_6c90r_546:hover svg{stroke:#000}._authButtonsWrapper_1acfw_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1acfw_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1acfw_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_1acfw_23{width:100%;margin-bottom:16px}._fieldWrapper_1acfw_23:last-child{margin-bottom:0}._fieldLabel_1acfw_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1acfw_36{margin-top:8px;font-size:.75rem}._field_1acfw_23{width:100%;position:relative}._fieldLabelNew_1acfw_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1acfw_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1acfw_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1acfw_52[type=password]{font-size:18px}._inputNew_1acfw_52:focus,._inputNew_1acfw_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1acfw_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1acfw_52:disabled::placeholder{color:#cbd5e1}._inputNew_1acfw_52._error_1acfw_7{border:1px solid #ef4444}._inputNew_1acfw_52._error_1acfw_7:focus,._inputNew_1acfw_52._error_1acfw_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1acfw_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1acfw_90{width:calc(50% - 8px)}._tableNavWrapper_1acfw_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_1acfw_109{align-items:center;gap:8px;display:flex}._tableNavItem_1acfw_115{margin:0}._modalContent_1acfw_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1acfw_119._center_1acfw_126{text-align:center;font-family:Inter}._modalContent_1acfw_119._settings_1acfw_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1acfw_119._settingsIntegration_1acfw_134,._modalContent_1acfw_119._performanceTestModalContent_1acfw_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1acfw_119._monitoringReportContent_1acfw_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1acfw_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1acfw_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1acfw_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1acfw_159:after,._modalLine_1acfw_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1acfw_159:before{left:-20px}._modalLine_1acfw_159:after{right:-20px}._infoMessage_1acfw_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1acfw_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1acfw_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1acfw_197._buttonsAutoWidth_1acfw_204{justify-content:flex-end}._fullWidthTitle_1acfw_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1acfw_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1acfw_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1acfw_227{padding:0 16px 16px}}._widgetHeader_1acfw_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_1acfw_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_1acfw_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_1acfw_264{align-items:center;height:180px;display:flex}._widgetFooter_1acfw_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1acfw_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1acfw_277:last-child{border:none}._widgetMainValue_1acfw_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1acfw_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1acfw_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_1acfw_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1acfw_313{opacity:.5;cursor:default}._widgetTag_1acfw_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1acfw_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1acfw_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1acfw_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1acfw_339._green_1acfw_344:before,._chartValuesTitle_1acfw_339._dark_1acfw_344:before,._chartValuesTitle_1acfw_339._blue_1acfw_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1acfw_339._green_1acfw_344:before{background:var(--status-success)}._chartValuesTitle_1acfw_339._dark_1acfw_344:before{background:#475569}._chartValuesTitle_1acfw_339._blue_1acfw_344:before{background:#43e0f8}._topbar_1acfw_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1acfw_374{display:inline-flex}._logo_1acfw_374{max-width:110px}._menuWrapper_1acfw_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_1acfw_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1acfw_382._opened_1acfw_399{display:flex}}._menuItem_1acfw_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1acfw_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_1acfw_404 ._menuIcon_1acfw_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1acfw_404 ._menuIconPerformance_1acfw_430{fill:none}._menuItem_1acfw_404 ._menuIconStroke_1acfw_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1acfw_404._active_1acfw_438,._menuItem_1acfw_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1acfw_404._active_1acfw_438 ._menuIcon_1acfw_425:not(._menuIconStroke_1acfw_433,._menuIconPerformance_1acfw_430),._menuItem_1acfw_404:hover ._menuIcon_1acfw_425:not(._menuIconStroke_1acfw_433,._menuIconPerformance_1acfw_430){fill:#52c2fd}._menuItem_1acfw_404._active_1acfw_438 ._menuIconPerformance_1acfw_430 path,._menuItem_1acfw_404:hover ._menuIconPerformance_1acfw_430 path{stroke:#59a6fd}._menuItem_1acfw_404._active_1acfw_438 ._menuIconStroke_1acfw_433:not(._menuIcon_1acfw_425),._menuItem_1acfw_404:hover ._menuIconStroke_1acfw_433:not(._menuIcon_1acfw_425){stroke:#52c2fd}._redDot_1acfw_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1acfw_467{justify-content:center;display:flex}._link_1acfw_472{color:var(--accent);cursor:pointer;text-decoration:underline}._tableDateWrapper_1acfw_478{color:var(--text-muted);cursor:pointer;align-items:center;font-family:Inter;font-size:.875rem;display:flex}._tableDateWrapper_1acfw_478._withLabel_1acfw_486,._tableDateWrapper_1acfw_478 ._label_1acfw_489{flex:1}._tableDateWrapper_1acfw_478 svg{stroke:#64748b;margin-left:2px;transition:all .2s}._inputWrapper_1acfw_498{background:var(--surface-2);width:100%;height:100%;position:absolute;top:20px;left:0}._valueWrapper_1acfw_507{background:var(--surface-2);justify-content:space-between;align-items:center;width:100%;height:100%;padding-left:8px;display:flex;position:absolute;top:0;left:0}._value_1acfw_507{color:var(--text-primary)}._inputSearch_1acfw_524{background:var(--surface-2);width:calc(100% - 40px);height:100%;padding:8px 0 8px 12px;font-family:Inter;font-size:.875rem}._inputSearch_1acfw_524::placeholder{color:#cbd5e1;font-family:Inter;font-size:.875rem}._icon_1acfw_538{justify-content:center;align-items:center;width:40px;height:32px;display:inline-flex}._icon_1acfw_538:hover svg{stroke:#000}._authButtonsWrapper_1ikr1_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1ikr1_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1ikr1_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_1ikr1_23{width:100%;margin-bottom:16px}._fieldWrapper_1ikr1_23:last-child{margin-bottom:0}._fieldLabel_1ikr1_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1ikr1_36{margin-top:8px;font-size:.75rem}._field_1ikr1_23{width:100%;position:relative}._fieldLabelNew_1ikr1_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1ikr1_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1ikr1_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1ikr1_52[type=password]{font-size:18px}._inputNew_1ikr1_52:focus,._inputNew_1ikr1_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1ikr1_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1ikr1_52:disabled::placeholder{color:#cbd5e1}._inputNew_1ikr1_52._error_1ikr1_7{border:1px solid #ef4444}._inputNew_1ikr1_52._error_1ikr1_7:focus,._inputNew_1ikr1_52._error_1ikr1_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1ikr1_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1ikr1_90{width:calc(50% - 8px)}._tableNavWrapper_1ikr1_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_1ikr1_109{align-items:center;gap:8px;display:flex}._tableNavItem_1ikr1_115{margin:0}._modalContent_1ikr1_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1ikr1_119._center_1ikr1_126{text-align:center;font-family:Inter}._modalContent_1ikr1_119._settings_1ikr1_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1ikr1_119._settingsIntegration_1ikr1_134,._modalContent_1ikr1_119._performanceTestModalContent_1ikr1_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1ikr1_119._monitoringReportContent_1ikr1_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1ikr1_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1ikr1_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1ikr1_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1ikr1_159:after,._modalLine_1ikr1_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1ikr1_159:before{left:-20px}._modalLine_1ikr1_159:after{right:-20px}._infoMessage_1ikr1_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1ikr1_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1ikr1_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1ikr1_197._buttonsAutoWidth_1ikr1_204{justify-content:flex-end}._fullWidthTitle_1ikr1_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1ikr1_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1ikr1_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1ikr1_227{padding:0 16px 16px}}._widgetHeader_1ikr1_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_1ikr1_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_1ikr1_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_1ikr1_264{align-items:center;height:180px;display:flex}._widgetFooter_1ikr1_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1ikr1_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1ikr1_277:last-child{border:none}._widgetMainValue_1ikr1_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1ikr1_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1ikr1_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_1ikr1_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1ikr1_313{opacity:.5;cursor:default}._widgetTag_1ikr1_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1ikr1_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1ikr1_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1ikr1_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1ikr1_339._green_1ikr1_344:before,._chartValuesTitle_1ikr1_339._dark_1ikr1_344:before,._chartValuesTitle_1ikr1_339._blue_1ikr1_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1ikr1_339._green_1ikr1_344:before{background:var(--status-success)}._chartValuesTitle_1ikr1_339._dark_1ikr1_344:before{background:#475569}._chartValuesTitle_1ikr1_339._blue_1ikr1_344:before{background:#43e0f8}._topbar_1ikr1_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1ikr1_374{display:inline-flex}._logo_1ikr1_374{max-width:110px}._menuWrapper_1ikr1_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_1ikr1_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1ikr1_382._opened_1ikr1_399{display:flex}}._menuItem_1ikr1_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1ikr1_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_1ikr1_404 ._menuIcon_1ikr1_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1ikr1_404 ._menuIconPerformance_1ikr1_430{fill:none}._menuItem_1ikr1_404 ._menuIconStroke_1ikr1_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1ikr1_404._active_1ikr1_438,._menuItem_1ikr1_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1ikr1_404._active_1ikr1_438 ._menuIcon_1ikr1_425:not(._menuIconStroke_1ikr1_433,._menuIconPerformance_1ikr1_430),._menuItem_1ikr1_404:hover ._menuIcon_1ikr1_425:not(._menuIconStroke_1ikr1_433,._menuIconPerformance_1ikr1_430){fill:#52c2fd}._menuItem_1ikr1_404._active_1ikr1_438 ._menuIconPerformance_1ikr1_430 path,._menuItem_1ikr1_404:hover ._menuIconPerformance_1ikr1_430 path{stroke:#59a6fd}._menuItem_1ikr1_404._active_1ikr1_438 ._menuIconStroke_1ikr1_433:not(._menuIcon_1ikr1_425),._menuItem_1ikr1_404:hover ._menuIconStroke_1ikr1_433:not(._menuIcon_1ikr1_425){stroke:#52c2fd}._redDot_1ikr1_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1ikr1_467{justify-content:center;display:flex}._link_1ikr1_472{color:var(--accent);cursor:pointer;text-decoration:underline}._iconSearch_1ikr1_478{justify-content:center;align-items:center;width:40px;height:32px;display:inline-flex}._iconSearch_1ikr1_478:hover svg{stroke:#000}._inputWrapper_1ikr1_489{background:var(--surface-2);align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}._inputSearch_1ikr1_500{background:var(--surface-2);width:calc(100% - 40px);height:100%;padding:8px 0 8px 12px;font-family:Inter;font-size:.875rem}._inputSearch_1ikr1_500::placeholder{color:#cbd5e1;font-family:Inter;font-size:.875rem}._iconClear_1ikr1_514{justify-content:center;align-items:center;width:40px;height:32px;display:inline-flex}._iconClear_1ikr1_514:hover svg{stroke:#000}.filter{z-index:1000}.filter__control--is-focused,.filter__control--menu-is-open{box-shadow:none!important;border:none!important}.filter__control{background:var(--surface-2)!important;border:none!important}.filter__menu{margin:.125rem auto}.filter__option{background-color:var(--surface-1)}.filter__option--is-focused{background-color:#add8e6}.filter__group{padding:0}.filter__menu-portal{border:1px solid #00008b}.filter__dropdown-indicator{cursor:pointer;position:relative}.filter__indicator-separator{display:none}.filter__clear-indicator{display:none!important}.filter__multi-value{border:1px solid var(--border-subtle);overflow:hidden;background:var(--surface-1)!important;border-radius:8px!important;padding:0 0 0 6px!important}.filter__multi-value__label{font-size:"Inter";font-size:12px;font-weight:500;padding:0!important}.filter__multi-value__remove{cursor:pointer;margin-left:2px;transition:all .1s}.filter__menu{overflow-x:hidden;border:1px solid var(--border-subtle)!important;border-radius:8px!important;box-shadow:0 16px 32px -12px #4755691a!important}.filter__menu-list{padding-top:0!important;padding-bottom:0!important}.filter__option{font-weight:500;color:var(--text-secondary)!important;cursor:pointer!important}._authButtonsWrapper_pmtei_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_pmtei_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_pmtei_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_pmtei_23{width:100%;margin-bottom:16px}._fieldWrapper_pmtei_23:last-child{margin-bottom:0}._fieldLabel_pmtei_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_pmtei_36{margin-top:8px;font-size:.75rem}._field_pmtei_23{width:100%;position:relative}._fieldLabelNew_pmtei_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_pmtei_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_pmtei_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_pmtei_52[type=password]{font-size:18px}._inputNew_pmtei_52:focus,._inputNew_pmtei_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_pmtei_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_pmtei_52:disabled::placeholder{color:#cbd5e1}._inputNew_pmtei_52._error_pmtei_7{border:1px solid #ef4444}._inputNew_pmtei_52._error_pmtei_7:focus,._inputNew_pmtei_52._error_pmtei_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_pmtei_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_pmtei_90{width:calc(50% - 8px)}._tableNavWrapper_pmtei_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_pmtei_109{align-items:center;gap:8px;display:flex}._tableNavItem_pmtei_115{margin:0}._modalContent_pmtei_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_pmtei_119._center_pmtei_126{text-align:center;font-family:Inter}._modalContent_pmtei_119._settings_pmtei_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_pmtei_119._settingsIntegration_pmtei_134,._modalContent_pmtei_119._performanceTestModalContent_pmtei_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_pmtei_119._monitoringReportContent_pmtei_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_pmtei_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_pmtei_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_pmtei_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_pmtei_159:after,._modalLine_pmtei_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_pmtei_159:before{left:-20px}._modalLine_pmtei_159:after{right:-20px}._infoMessage_pmtei_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_pmtei_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_pmtei_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_pmtei_197._buttonsAutoWidth_pmtei_204{justify-content:flex-end}._fullWidthTitle_pmtei_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_pmtei_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_pmtei_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_pmtei_227{padding:0 16px 16px}}._widgetHeader_pmtei_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_pmtei_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_pmtei_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_pmtei_264{align-items:center;height:180px;display:flex}._widgetFooter_pmtei_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_pmtei_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_pmtei_277:last-child{border:none}._widgetMainValue_pmtei_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_pmtei_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_pmtei_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_pmtei_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_pmtei_313{opacity:.5;cursor:default}._widgetTag_pmtei_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_pmtei_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_pmtei_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_pmtei_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_pmtei_339._green_pmtei_344:before,._chartValuesTitle_pmtei_339._dark_pmtei_344:before,._chartValuesTitle_pmtei_339._blue_pmtei_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_pmtei_339._green_pmtei_344:before{background:var(--status-success)}._chartValuesTitle_pmtei_339._dark_pmtei_344:before{background:#475569}._chartValuesTitle_pmtei_339._blue_pmtei_344:before{background:#43e0f8}._topbar_pmtei_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_pmtei_374{display:inline-flex}._logo_pmtei_374{max-width:110px}._menuWrapper_pmtei_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_pmtei_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_pmtei_382._opened_pmtei_399{display:flex}}._menuItem_pmtei_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_pmtei_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_pmtei_404 ._menuIcon_pmtei_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_pmtei_404 ._menuIconPerformance_pmtei_430{fill:none}._menuItem_pmtei_404 ._menuIconStroke_pmtei_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_pmtei_404._active_pmtei_438,._menuItem_pmtei_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_pmtei_404._active_pmtei_438 ._menuIcon_pmtei_425:not(._menuIconStroke_pmtei_433,._menuIconPerformance_pmtei_430),._menuItem_pmtei_404:hover ._menuIcon_pmtei_425:not(._menuIconStroke_pmtei_433,._menuIconPerformance_pmtei_430){fill:#52c2fd}._menuItem_pmtei_404._active_pmtei_438 ._menuIconPerformance_pmtei_430 path,._menuItem_pmtei_404:hover ._menuIconPerformance_pmtei_430 path{stroke:#59a6fd}._menuItem_pmtei_404._active_pmtei_438 ._menuIconStroke_pmtei_433:not(._menuIcon_pmtei_425),._menuItem_pmtei_404:hover ._menuIconStroke_pmtei_433:not(._menuIcon_pmtei_425){stroke:#52c2fd}._redDot_pmtei_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_pmtei_467{justify-content:center;display:flex}._link_pmtei_472{color:var(--accent);cursor:pointer;text-decoration:underline}._iconArrow_pmtei_478{width:16px;height:16px}._iconArrow_pmtei_478 svg{position:absolute;top:9px;right:8px}._iconArrow_pmtei_478._open_pmtei_399 svg{transform:rotate(180deg)}._iconClear_pmtei_491{cursor:pointer;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}._iconClear_pmtei_491 svg{stroke:#64748b;margin-left:2px;transition:all .2s}._iconClear_pmtei_491:hover svg{stroke:#000}._clearIcon_pmtei_508{cursor:pointer;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}._clearIcon_pmtei_508 svg{stroke:#64748b;margin-left:2px;transition:all .2s}._clearIcon_pmtei_508:hover svg{stroke:#000}._colorOption_pmtei_525{cursor:pointer;align-items:center;gap:8px;padding:8px 12px;display:flex}._colorOption_pmtei_525:hover,._colorOption_pmtei_525._focused_pmtei_532{background-color:#dfebff}._authButtonsWrapper_16h6v_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_16h6v_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_16h6v_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_16h6v_23{width:100%;margin-bottom:16px}._fieldWrapper_16h6v_23:last-child{margin-bottom:0}._fieldLabel_16h6v_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_16h6v_36{margin-top:8px;font-size:.75rem}._field_16h6v_23{width:100%;position:relative}._fieldLabelNew_16h6v_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_16h6v_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_16h6v_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_16h6v_52[type=password]{font-size:18px}._inputNew_16h6v_52:focus,._inputNew_16h6v_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_16h6v_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_16h6v_52:disabled::placeholder{color:#cbd5e1}._inputNew_16h6v_52._error_16h6v_7{border:1px solid #ef4444}._inputNew_16h6v_52._error_16h6v_7:focus,._inputNew_16h6v_52._error_16h6v_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_16h6v_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_16h6v_90{width:calc(50% - 8px)}._tableNavWrapper_16h6v_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_16h6v_109{align-items:center;gap:8px;display:flex}._tableNavItem_16h6v_115{margin:0}._modalContent_16h6v_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_16h6v_119._center_16h6v_126{text-align:center;font-family:Inter}._modalContent_16h6v_119._settings_16h6v_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_16h6v_119._settingsIntegration_16h6v_134,._modalContent_16h6v_119._performanceTestModalContent_16h6v_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_16h6v_119._monitoringReportContent_16h6v_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_16h6v_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_16h6v_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_16h6v_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_16h6v_159:after,._modalLine_16h6v_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_16h6v_159:before{left:-20px}._modalLine_16h6v_159:after{right:-20px}._infoMessage_16h6v_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_16h6v_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_16h6v_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_16h6v_197._buttonsAutoWidth_16h6v_204{justify-content:flex-end}._fullWidthTitle_16h6v_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_16h6v_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_16h6v_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_16h6v_227{padding:0 16px 16px}}._widgetHeader_16h6v_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_16h6v_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_16h6v_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_16h6v_264{align-items:center;height:180px;display:flex}._widgetFooter_16h6v_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_16h6v_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_16h6v_277:last-child{border:none}._widgetMainValue_16h6v_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_16h6v_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_16h6v_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_16h6v_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_16h6v_313{opacity:.5;cursor:default}._widgetTag_16h6v_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_16h6v_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_16h6v_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_16h6v_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_16h6v_339._green_16h6v_344:before,._chartValuesTitle_16h6v_339._dark_16h6v_344:before,._chartValuesTitle_16h6v_339._blue_16h6v_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_16h6v_339._green_16h6v_344:before{background:var(--status-success)}._chartValuesTitle_16h6v_339._dark_16h6v_344:before{background:#475569}._chartValuesTitle_16h6v_339._blue_16h6v_344:before{background:#43e0f8}._topbar_16h6v_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_16h6v_374{display:inline-flex}._logo_16h6v_374{max-width:110px}._menuWrapper_16h6v_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_16h6v_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_16h6v_382._opened_16h6v_399{display:flex}}._menuItem_16h6v_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_16h6v_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_16h6v_404 ._menuIcon_16h6v_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_16h6v_404 ._menuIconPerformance_16h6v_430{fill:none}._menuItem_16h6v_404 ._menuIconStroke_16h6v_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_16h6v_404._active_16h6v_438,._menuItem_16h6v_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_16h6v_404._active_16h6v_438 ._menuIcon_16h6v_425:not(._menuIconStroke_16h6v_433,._menuIconPerformance_16h6v_430),._menuItem_16h6v_404:hover ._menuIcon_16h6v_425:not(._menuIconStroke_16h6v_433,._menuIconPerformance_16h6v_430){fill:#52c2fd}._menuItem_16h6v_404._active_16h6v_438 ._menuIconPerformance_16h6v_430 path,._menuItem_16h6v_404:hover ._menuIconPerformance_16h6v_430 path{stroke:#59a6fd}._menuItem_16h6v_404._active_16h6v_438 ._menuIconStroke_16h6v_433:not(._menuIcon_16h6v_425),._menuItem_16h6v_404:hover ._menuIconStroke_16h6v_433:not(._menuIcon_16h6v_425){stroke:#52c2fd}._redDot_16h6v_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_16h6v_467{justify-content:center;display:flex}._link_16h6v_472{color:var(--accent);cursor:pointer;text-decoration:underline}._tableSort_16h6v_478{color:var(--text-muted);cursor:pointer;align-items:center;font-family:Inter;font-size:.875rem;transition:all .2s;display:inline-flex}._tableSort_16h6v_478 svg{stroke:#64748b;flex-shrink:0;margin-left:2px;transition:all .2s}._tableSort_16h6v_478 ._desc_16h6v_493{transform:rotate(180deg)}._tableSort_16h6v_478._active_16h6v_438,._tableSort_16h6v_478:hover{color:var(--text-primary)}._tableSort_16h6v_478._active_16h6v_438 svg,._tableSort_16h6v_478:hover svg{stroke:#000}._authButtonsWrapper_w54tv_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_w54tv_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_w54tv_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_w54tv_23{width:100%;margin-bottom:16px}._fieldWrapper_w54tv_23:last-child{margin-bottom:0}._fieldLabel_w54tv_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_w54tv_36{margin-top:8px;font-size:.75rem}._field_w54tv_23{width:100%;position:relative}._fieldLabelNew_w54tv_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_w54tv_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_w54tv_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_w54tv_52[type=password]{font-size:18px}._inputNew_w54tv_52:focus,._inputNew_w54tv_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_w54tv_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_w54tv_52:disabled::placeholder{color:#cbd5e1}._inputNew_w54tv_52._error_w54tv_7{border:1px solid #ef4444}._inputNew_w54tv_52._error_w54tv_7:focus,._inputNew_w54tv_52._error_w54tv_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_w54tv_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_w54tv_90{width:calc(50% - 8px)}._tableNavWrapper_w54tv_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_w54tv_109{align-items:center;gap:8px;display:flex}._tableNavItem_w54tv_115{margin:0}._modalContent_w54tv_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_w54tv_119._center_w54tv_126{text-align:center;font-family:Inter}._modalContent_w54tv_119._settings_w54tv_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_w54tv_119._settingsIntegration_w54tv_134,._modalContent_w54tv_119._performanceTestModalContent_w54tv_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_w54tv_119._monitoringReportContent_w54tv_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_w54tv_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_w54tv_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_w54tv_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_w54tv_159:after,._modalLine_w54tv_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_w54tv_159:before{left:-20px}._modalLine_w54tv_159:after{right:-20px}._infoMessage_w54tv_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_w54tv_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_w54tv_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_w54tv_197._buttonsAutoWidth_w54tv_204{justify-content:flex-end}._fullWidthTitle_w54tv_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_w54tv_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_w54tv_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_w54tv_227{padding:0 16px 16px}}._widgetHeader_w54tv_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_w54tv_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_w54tv_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_w54tv_264{align-items:center;height:180px;display:flex}._widgetFooter_w54tv_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_w54tv_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_w54tv_277:last-child{border:none}._widgetMainValue_w54tv_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_w54tv_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_w54tv_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_w54tv_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_w54tv_313{opacity:.5;cursor:default}._widgetTag_w54tv_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_w54tv_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_w54tv_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_w54tv_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_w54tv_339._green_w54tv_344:before,._chartValuesTitle_w54tv_339._dark_w54tv_344:before,._chartValuesTitle_w54tv_339._blue_w54tv_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_w54tv_339._green_w54tv_344:before{background:var(--status-success)}._chartValuesTitle_w54tv_339._dark_w54tv_344:before{background:#475569}._chartValuesTitle_w54tv_339._blue_w54tv_344:before{background:#43e0f8}._topbar_w54tv_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_w54tv_374{display:inline-flex}._logo_w54tv_374{max-width:110px}._menuWrapper_w54tv_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_w54tv_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_w54tv_382._opened_w54tv_399{display:flex}}._menuItem_w54tv_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_w54tv_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_w54tv_404 ._menuIcon_w54tv_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_w54tv_404 ._menuIconPerformance_w54tv_430{fill:none}._menuItem_w54tv_404 ._menuIconStroke_w54tv_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_w54tv_404._active_w54tv_438,._menuItem_w54tv_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_w54tv_404._active_w54tv_438 ._menuIcon_w54tv_425:not(._menuIconStroke_w54tv_433,._menuIconPerformance_w54tv_430),._menuItem_w54tv_404:hover ._menuIcon_w54tv_425:not(._menuIconStroke_w54tv_433,._menuIconPerformance_w54tv_430){fill:#52c2fd}._menuItem_w54tv_404._active_w54tv_438 ._menuIconPerformance_w54tv_430 path,._menuItem_w54tv_404:hover ._menuIconPerformance_w54tv_430 path{stroke:#59a6fd}._menuItem_w54tv_404._active_w54tv_438 ._menuIconStroke_w54tv_433:not(._menuIcon_w54tv_425),._menuItem_w54tv_404:hover ._menuIconStroke_w54tv_433:not(._menuIcon_w54tv_425){stroke:#52c2fd}._redDot_w54tv_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_w54tv_467{justify-content:center;display:flex}._link_w54tv_472{color:var(--accent);cursor:pointer;text-decoration:underline}._tableWrapper_w54tv_478{background:var(--surface-1);height:100%;overflow:auto}._table_w54tv_100{font-family:Inter;font-size:.875rem;line-height:1.5;display:inline-block}._tableHeaderCell_w54tv_491,._tableCell_w54tv_492{box-sizing:border-box;word-break:normal;overflow-wrap:anywhere;flex:0 0 300px;width:300px;transition:all .2s}._tableHeaderCell_w54tv_491._withoutSizeSettings_w54tv_500,._tableCell_w54tv_492._withoutSizeSettings_w54tv_500{flex:none;width:100%}._tableHeaderCell_w54tv_491:first-child,._tableCell_w54tv_492:first-child{border-radius:8px 0 0 8px}._tableHeaderCell_w54tv_491:last-child,._tableCell_w54tv_492:last-child{border-radius:0 8px 8px 0}._tableHeaderCell_w54tv_491._action_w54tv_513,._tableCell_w54tv_492._action_w54tv_513{color:var(--accent);cursor:pointer;font-weight:500}._markdownWrapper_w54tv_520{display:block}._markdownWrapper_w54tv_520 img{max-width:100%}._markdownWrapper_w54tv_520 ul li ul,._markdownWrapper_w54tv_520 ul li ol{padding-left:20px}._tableCell_w54tv_492:nth-last-of-type(2){border-radius:0 8px 8px 0}._tableHeaderCell_w54tv_491{background:var(--surface-2);color:var(--text-muted);justify-content:space-between;align-items:center;padding-left:12px;display:flex;position:relative}._tableHeaderCell_w54tv_491._withoutGaps_w54tv_544{padding:0!important}._tableHeader_w54tv_491{z-index:1000;border-radius:8px;min-height:38px;margin-bottom:2px;display:flex;position:sticky;top:0}._tableRow_w54tv_558{transition:all .2s;display:flex}._tableRow_w54tv_558 ._rowNavVisibility_w54tv_562{opacity:0}._tableRow_w54tv_558 ._mobileDevice_w54tv_565{opacity:1}._tableRow_w54tv_558._active_w54tv_438{border-radius:8px}._tableRow_w54tv_558:hover{background:var(--surface-2);border-radius:8px}._tableRow_w54tv_558:hover ._rowNavVisibility_w54tv_562{opacity:1}._tableRow_w54tv_558._redFlag_w54tv_578{border-radius:8px}._tableRow_w54tv_558._redFlag_w54tv_578 ._tableCell_w54tv_492{background:var(--status-danger-subtle)}._tableRow_w54tv_558._redFlag_w54tv_578:hover ._tableCell_w54tv_492{background:#fbd5d5!important}._clickableRow_w54tv_588{cursor:pointer}._tableRowSelected_w54tv_592{background:var(--surface-2);border-radius:8px}._tableRowSelected_w54tv_592 ._tableCell_w54tv_492{background:var(--surface-2)}._hasSubRows_w54tv_600{background:var(--accent-subtle)}._hasSubRows_w54tv_600:hover{background:#e1f8fc}._lastRow_w54tv_607{border-bottom:2px solid #43e0f8}._lastRow_w54tv_607:hover{border-bottom-right-radius:0;border-bottom-left-radius:0}._tableCell_w54tv_492{border-bottom:1px solid var(--border-subtle);align-items:center;padding:22px 12px;display:inline-flex}._tableCell_w54tv_492._companyName_w54tv_621{padding:0 12px}._tableCell_w54tv_492._groupHeader_w54tv_624{background:var(--surface-2);border-bottom:none;border-radius:8px;flex:1;height:35px}._tableCell_w54tv_492._hidden_w54tv_631 div{visibility:hidden}._spinnerWrapper_w54tv_635{z-index:1000;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}._booleanValue_w54tv_643{align-items:center;display:inline-flex}._booleanValue_w54tv_643:before{content:"";border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-flex}._booleanValue_w54tv_643._enable_w54tv_655:before{background:var(--status-success)}._booleanValue_w54tv_643._disable_w54tv_313:before{background:var(--status-warning)}._tableActionsWrapper_w54tv_662{background-color:var(--surface-2);cursor:initial;border-radius:4px;justify-content:space-between;align-items:center;padding:auto;display:flex;position:relative}._tableActionsWrapper_w54tv_662 span{cursor:pointer;border-radius:4px;height:32px;padding:8px}._tableActionsWrapper_w54tv_662 span._disabledNavButton_w54tv_678{cursor:not-allowed}._tableActionsWrapper_w54tv_662 span._disabledNavButton_w54tv_678 svg{opacity:.4}._tableActionsWrapper_w54tv_662 span._hidden_w54tv_631{display:none}._tableActionsWrapper_w54tv_662 span svg{fill:#0000;width:20px;height:20px}._tableActionsWrapper_w54tv_662 span svg path{stroke:#64748b}._tableActionsWrapper_w54tv_662 span:hover{background-color:#e2e8f0}._tableActionsWrapper_w54tv_662 span:hover svg path{stroke:#0f172a}._tableActionsWrapper_w54tv_662._redFlag_w54tv_578,._tableActionsWrapper_w54tv_662._redFlag_w54tv_578 span:hover{background-color:#fbd5d5}._tooltipArrow_w54tv_708{display:none}._tooltip_w54tv_708{border:1px solid var(--border-default)!important;text-align:center!important;border-radius:6px!important;padding:4px 10px!important;font-family:Inter!important;font-size:.75rem!important;position:absolute!important;box-shadow:0 1px 2px #e2e8f03d,0 12px 24px #94a3b81f!important}._mobileTooltip_w54tv_723{z-index:1001;border:1px solid #eaf1f8!important;border-radius:8px!important}._mobileTooltip_w54tv_723 svg{fill:#0000;width:20px;height:20px}._mobileTooltip_w54tv_723 svg path{stroke:#64748b}._noBoxShadow_w54tv_737{box-shadow:none!important}._rowNavWrapper_w54tv_741{z-index:1000;border-radius:4px;justify-content:flex-end;align-self:center;width:0;transition:all .2s;display:flex;position:sticky;right:0}._rowNavWrapper_w54tv_741._redFlag_w54tv_578 ._rowNavButtonsContainer_w54tv_752{background-color:#fbd5d5}._rowNavButtonsContainer_w54tv_752{background:var(--surface-2);gap:0;padding-right:5px;display:flex}._rowNavButtonsContainer_w54tv_752._withRowActions_w54tv_762{background:0 0}._rowNavButton_w54tv_752{cursor:pointer;justify-content:center;align-items:center;height:30px;margin-left:4px;display:flex;position:relative}._rowNavButton_w54tv_752 svg{stroke:#64748b;transition:all .2s}._rowNavButton_w54tv_752:hover svg{stroke:#334155}._authButtonsWrapper_51lcs_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_51lcs_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_51lcs_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_51lcs_23{width:100%;margin-bottom:16px}._fieldWrapper_51lcs_23:last-child{margin-bottom:0}._fieldLabel_51lcs_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_51lcs_36{margin-top:8px;font-size:.75rem}._field_51lcs_23{width:100%;position:relative}._fieldLabelNew_51lcs_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_51lcs_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_51lcs_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_51lcs_52[type=password]{font-size:18px}._inputNew_51lcs_52:focus,._inputNew_51lcs_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_51lcs_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_51lcs_52:disabled::placeholder{color:#cbd5e1}._inputNew_51lcs_52._error_51lcs_7{border:1px solid #ef4444}._inputNew_51lcs_52._error_51lcs_7:focus,._inputNew_51lcs_52._error_51lcs_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_51lcs_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_51lcs_90{width:calc(50% - 8px)}._tableNavWrapper_51lcs_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_51lcs_109{align-items:center;gap:8px;display:flex}._tableNavItem_51lcs_115{margin:0}._modalContent_51lcs_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_51lcs_119._center_51lcs_126{text-align:center;font-family:Inter}._modalContent_51lcs_119._settings_51lcs_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_51lcs_119._settingsIntegration_51lcs_134,._modalContent_51lcs_119._performanceTestModalContent_51lcs_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_51lcs_119._monitoringReportContent_51lcs_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_51lcs_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_51lcs_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_51lcs_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_51lcs_159:after,._modalLine_51lcs_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_51lcs_159:before{left:-20px}._modalLine_51lcs_159:after{right:-20px}._infoMessage_51lcs_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_51lcs_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_51lcs_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_51lcs_197._buttonsAutoWidth_51lcs_204{justify-content:flex-end}._fullWidthTitle_51lcs_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_51lcs_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_51lcs_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_51lcs_227{padding:0 16px 16px}}._widgetHeader_51lcs_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_51lcs_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_51lcs_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_51lcs_264{align-items:center;height:180px;display:flex}._widgetFooter_51lcs_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_51lcs_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_51lcs_277:last-child{border:none}._widgetMainValue_51lcs_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_51lcs_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_51lcs_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_51lcs_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_51lcs_313{opacity:.5;cursor:default}._widgetTag_51lcs_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_51lcs_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_51lcs_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_51lcs_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_51lcs_339._green_51lcs_344:before,._chartValuesTitle_51lcs_339._dark_51lcs_344:before,._chartValuesTitle_51lcs_339._blue_51lcs_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_51lcs_339._green_51lcs_344:before{background:var(--status-success)}._chartValuesTitle_51lcs_339._dark_51lcs_344:before{background:#475569}._chartValuesTitle_51lcs_339._blue_51lcs_344:before{background:#43e0f8}._topbar_51lcs_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_51lcs_374{display:inline-flex}._logo_51lcs_374{max-width:110px}._menuWrapper_51lcs_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_51lcs_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_51lcs_382._opened_51lcs_399{display:flex}}._menuItem_51lcs_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_51lcs_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_51lcs_404 ._menuIcon_51lcs_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_51lcs_404 ._menuIconPerformance_51lcs_430{fill:none}._menuItem_51lcs_404 ._menuIconStroke_51lcs_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_51lcs_404._active_51lcs_438,._menuItem_51lcs_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_51lcs_404._active_51lcs_438 ._menuIcon_51lcs_425:not(._menuIconStroke_51lcs_433,._menuIconPerformance_51lcs_430),._menuItem_51lcs_404:hover ._menuIcon_51lcs_425:not(._menuIconStroke_51lcs_433,._menuIconPerformance_51lcs_430){fill:#52c2fd}._menuItem_51lcs_404._active_51lcs_438 ._menuIconPerformance_51lcs_430 path,._menuItem_51lcs_404:hover ._menuIconPerformance_51lcs_430 path{stroke:#59a6fd}._menuItem_51lcs_404._active_51lcs_438 ._menuIconStroke_51lcs_433:not(._menuIcon_51lcs_425),._menuItem_51lcs_404:hover ._menuIconStroke_51lcs_433:not(._menuIcon_51lcs_425){stroke:#52c2fd}._redDot_51lcs_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_51lcs_467{justify-content:center;display:flex}._link_51lcs_472{color:var(--accent);cursor:pointer;text-decoration:underline}._modalLink_51lcs_478{color:var(--text-primary);font-weight:500;text-decoration:underline}._modalLinksSection_51lcs_484{margin-top:1em}._modalContent_4iwrk_119._settingsIntegration_4iwrk_134,._modalContent_4iwrk_119._performanceTestModalContent_4iwrk_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}@media only screen and (width<=768px){._widgetWrapper_4iwrk_227{padding:0 16px 16px}}@media only screen and (width<=1340px){._menuWrapper_4iwrk_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_4iwrk_382._opened_4iwrk_399{display:flex}}@media only screen and (width<=1300px){._menuItem_4iwrk_404{flex:none;width:auto;margin-bottom:10px}}._authWrapper_i8vp3_1{background-color:#0000;background-image:url(/assets/backgound-logo-DlghSEo4.png),linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;justify-content:space-between;align-items:center;height:100vh;padding:32px;display:flex}@media only screen and (width>=1540px){._authWrapper_i8vp3_1{justify-content:center}}@media only screen and (width<=1024px){._authWrapper_i8vp3_1{flex-direction:column-reverse;align-items:stretch;height:auto;padding:24px 0 0}}._logoWrapper_i8vp3_26{justify-content:center;align-items:center;width:50%;display:flex}@media only screen and (width<=1024px){._logoWrapper_i8vp3_26{width:100%}}._logo_i8vp3_26{max-width:100%}@media only screen and (width<=1439px){._logo_i8vp3_26{max-width:70%}}@media only screen and (width<=1024px){._logo_i8vp3_26{max-width:90px;margin-bottom:24px}}._accountSwitcher_3h507_1{align-items:center;width:auto;min-width:248px;position:relative}._accountSwitcher_3h507_1._visible_3h507_7{display:flex}._trigger_3h507_11{background:var(--surface-1);width:100%;height:38px;color:var(--text-primary);cursor:pointer;border:1px solid #d7e2ee;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:8px 16px;font-family:Inter;font-size:.875rem;display:inline-flex;box-shadow:0 8px 18px #0f172a0f}._trigger_3h507_11:focus{border-color:#4ae9ff;outline:none;box-shadow:0 0 0 4px #cdfcffb3,0 8px 18px #0f172a0f}._triggerActive_3h507_34{border-color:var(--border-strong)}._arrow_3h507_38{border-right:1.5px solid var(--status-info);border-bottom:1.5px solid var(--status-info);pointer-events:none;flex-shrink:0;width:7px;height:7px;transition:transform .2s;transform:rotate(45deg)translateY(-2px)}._arrowOpen_3h507_49{transform:rotate(225deg)translate(-1px,-1px)}._dropdown_3h507_53{z-index:2200;opacity:0;pointer-events:none;width:100%;transition:opacity .16s,transform .16s;position:absolute;top:calc(100% + 8px);right:0;transform:translateY(-4px)}._dropdownOpen_3h507_65{opacity:1;pointer-events:auto;transform:translateY(0)}._dropdownLabel_3h507_71{color:var(--brand);align-items:center;gap:4px;margin:0 0 8px 8px;font-family:Inter;font-size:.875rem;font-weight:700;display:inline-flex}._dropdownLabel_3h507_71:before{content:"";background:linear-gradient(45deg,#0000 45%,#7864ff 45% 55%,#0000 55%),linear-gradient(-45deg,#0000 45%,#7864ff 45% 55%,#0000 55%);width:8px;height:8px}._dropdownCard_3h507_88{border:1px solid var(--border-default);background:var(--surface-1);border-radius:8px;overflow:hidden;box-shadow:0 12px 24px #0f172a14}._dropdownItem_3h507_96{border:none;border-bottom:1px solid var(--border-default);background:var(--surface-1);width:100%;color:var(--text-primary);text-align:left;cursor:default;justify-content:space-between;align-items:center;gap:16px;padding:12px 16px;font-family:Inter;font-size:.875rem;font-weight:400;line-height:1.2;transition:background-color .15s;display:flex}._dropdownItem_3h507_96:last-child{border-bottom:none}._dropdownItemSelectable_3h507_119{cursor:pointer}._dropdownItemSelectable_3h507_119:hover{background:#f4f6f8}._dropdownItemSelectable_3h507_119:focus{background:#f4f6f8;outline:none;position:relative}._dropdownItemSelected_3h507_131{font-weight:500}._emptyState_3h507_135{color:var(--text-muted);padding:12px 14px;font-family:Inter;font-size:.875rem;line-height:1.2}._checkmark_3h507_143{flex:0 0 13px;width:13px;height:20px;position:relative}._checkmark_3h507_143:before{content:"";border-bottom:2px solid #22d3ee;border-right:2px solid #22d3ee;width:7px;height:13px;position:absolute;top:2px;left:4px;transform:rotate(40deg)}@media (width<=768px){._trigger_3h507_11{min-width:132px;max-width:42vw;font-size:.75rem}._dropdown_3h507_53{width:min(276px,100vw - 32px)}._dropdownItem_3h507_96{font-size:.875rem}}._hamburgerLines_1tndl_1{z-index:2;cursor:pointer;flex-direction:column;justify-content:space-between;width:24px;height:18px;display:flex;position:relative}._hamburgerLines_1tndl_1 ._line_1tndl_11{background:var(--surface-1);border-radius:10px;width:100%;height:2px;display:block}._hamburgerLines_1tndl_1 ._line1_1tndl_18{transform-origin:0 0;transition:transform .2s ease-in-out}._hamburgerLines_1tndl_1 ._line2_1tndl_22{transition:transform .1s ease-in-out}._hamburgerLines_1tndl_1 ._line3_1tndl_25{transform-origin:0 100%;transition:transform .2s ease-in-out}._opened_1tndl_30 ._line1_1tndl_18{transform:rotate(45deg)}._opened_1tndl_30 ._line2_1tndl_22{transform:scaleY(0)}._opened_1tndl_30 ._line3_1tndl_25{transform:rotate(-45deg)}._userMenuWrapper_1b2l4_1{width:auto;min-width:248px;position:relative}._userMenuButton_1b2l4_7{background:var(--surface-1);cursor:pointer;width:100%;height:38px;color:var(--text-primary);border:1px solid #d7e2ee;border-radius:8px;justify-content:flex-start;align-items:center;gap:10px;padding:8px 12px;font-family:Inter;font-size:.875rem;transition:border-color .2s,box-shadow .2s;display:flex;box-shadow:0 8px 18px #0f172a0f}._userMenuButton_1b2l4_7:hover{border-color:#bfdbfe}._userMenuButton_1b2l4_7._active_1b2l4_28{border-color:#93c5fd;box-shadow:0 0 0 4px #cdfcffb3,0 8px 18px #0f172a0f}._userDropdown_1b2l4_33{z-index:2000;border:1px solid var(--border-default);background:var(--surface-1);opacity:1;border-radius:8px;width:100%;transition:opacity .16s,transform .16s;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;transform:translateY(0);box-shadow:0 12px 24px #0f172a14}._userDropdown_1b2l4_33._hidden_1b2l4_48{opacity:0;pointer-events:none;transform:translateY(-4px)}._userDropdownItem_1b2l4_54{border-bottom:1px solid var(--border-default);color:var(--text-primary);cursor:pointer;justify-content:flex-start;align-items:center;gap:10px;padding:12px 16px;font-family:Inter;font-size:.875rem;font-weight:500;line-height:1.2;text-decoration:none;transition:all .2s;display:flex}._userDropdownItem_1b2l4_54:hover{background:var(--surface-2)}._userDropdownItem_1b2l4_54:last-child{border:none}._userDropdownItemCurrent_1b2l4_77{justify-content:flex-start}._skipPointer_1b2l4_81{cursor:initial}._accountLink_1b2l4_85{color:var(--text-link);font-weight:600}._accountLink_1b2l4_85 svg{fill:#2563eb}._itemIcon_1b2l4_93{flex-shrink:0;margin:auto 0}._userAvatar_1b2l4_98{fill:#475569;flex-shrink:0;width:20px;height:20px}._userAvatarDark_1b2l4_105{fill:#475569;width:24px;height:24px}._triggerLabel_1b2l4_111{text-overflow:ellipsis;white-space:nowrap;text-align:left;flex:1;overflow:hidden}._arrow_1b2l4_119{border-right:1.5px solid var(--status-info);border-bottom:1.5px solid var(--status-info);flex-shrink:0;width:7px;height:7px;transition:transform .2s;transform:rotate(45deg)translateY(-2px)}._arrowOpen_1b2l4_129{transform:rotate(225deg)translate(-1px,-1px)}._userMeta_1b2l4_133{min-width:0}._userName_1b2l4_137{text-overflow:ellipsis;color:var(--text-primary);font-family:Inter;font-size:.875rem;overflow:hidden}._userEmail_1b2l4_145{text-overflow:ellipsis;white-space:nowrap;color:var(--text-muted);font-family:Inter;font-size:.75rem;font-weight:400;overflow:hidden}@media (width<=768px){._userMenuButton_1b2l4_7{min-width:132px;max-width:52vw;font-size:.75rem}._userDropdown_1b2l4_33{width:min(276px,100vw - 32px)}._userDropdownItem_1b2l4_54{font-size:.875rem}}._button_5c9y3_1{cursor:pointer;border-radius:16px;justify-content:center;align-items:center;height:54px;font-family:Inter;font-size:1rem;font-weight:500;transition:all .2s ease-out;display:inline-flex}@media only screen and (width<=1024px){._button_5c9y3_1{border-radius:10px;height:40px;font-size:.875rem}}._button_5c9y3_1._colored_5c9y3_20{color:#fff;background:linear-gradient(#ededed33 0% 100%),linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:3px 3px #000}._button_5c9y3_1._colored_5c9y3_20:hover{box-shadow:1px 1px #000}._button_5c9y3_1._white_5c9y3_28{background:var(--surface-1);color:#7864ff;border:1px solid #7864ff}._button_5c9y3_1._white_5c9y3_28:hover{color:#6148ff;border-color:#6148ff}._button_5c9y3_1._fullWidth_5c9y3_37{width:100%}._button_5c9y3_1._halfWidth_5c9y3_40{width:calc(50% - 8px)}._button_5c9y3_1._normal_5c9y3_43{width:auto;padding:0 24px}._button_5c9y3_1:disabled,._button_5c9y3_1[disabled]{cursor:default;opacity:.8}._button_5c9y3_1:disabled._colored_5c9y3_20:hover,._button_5c9y3_1[disabled]._colored_5c9y3_20:hover{box-shadow:3px 3px #000}._authSection_10fgg_1{background:var(--surface-1);border-radius:30px;flex-direction:column;justify-content:center;align-items:center;width:720px;min-height:calc(100vh - 64px);display:flex}@media only screen and (width>=1540px){._authSection_10fgg_1{min-height:780px}}@media only screen and (width<=1439px){._authSection_10fgg_1{max-width:600px}}@media only screen and (width<=1024px){._authSection_10fgg_1{justify-content:start;width:auto;max-width:100%;min-height:calc(100vh - 100px);margin:0 16px}}._formWrapper_10fgg_31{width:100%;max-width:475px}@media only screen and (width<=1439px){._formWrapper_10fgg_31{max-width:400px}}@media only screen and (width<=1024px){._formWrapper_10fgg_31{max-width:100%;padding:32px 16px 16px}}._formTitle_10fgg_47{margin-bottom:16px;font-family:Inter;font-size:3rem}@media only screen and (width<=1024px){._formTitle_10fgg_47{text-align:center;font-size:1.5rem}}._formSubtitle_10fgg_59{color:var(--text-muted);margin-bottom:32px}@media only screen and (width<=1024px){._formSubtitle_10fgg_59{text-align:center}}._authButtonsWrapper_zik6i_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_zik6i_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_zik6i_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_zik6i_23{width:100%;margin-bottom:16px}._fieldWrapper_zik6i_23:last-child{margin-bottom:0}._fieldLabel_zik6i_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_zik6i_36{margin-top:8px;font-size:.75rem}._field_zik6i_23{width:100%;position:relative}._fieldLabelNew_zik6i_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_zik6i_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_zik6i_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_zik6i_52[type=password]{font-size:18px}._inputNew_zik6i_52:focus,._inputNew_zik6i_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_zik6i_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_zik6i_52:disabled::placeholder{color:#cbd5e1}._inputNew_zik6i_52._error_zik6i_7{border:1px solid #ef4444}._inputNew_zik6i_52._error_zik6i_7:focus,._inputNew_zik6i_52._error_zik6i_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_zik6i_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_zik6i_90{width:calc(50% - 8px)}._tableNavWrapper_zik6i_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_zik6i_109{align-items:center;gap:8px;display:flex}._tableNavItem_zik6i_115{margin:0}._modalContent_zik6i_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_zik6i_119._center_zik6i_126{text-align:center;font-family:Inter}._modalContent_zik6i_119._settings_zik6i_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_zik6i_119._settingsIntegration_zik6i_134,._modalContent_zik6i_119._performanceTestModalContent_zik6i_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_zik6i_119._monitoringReportContent_zik6i_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_zik6i_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_zik6i_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_zik6i_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_zik6i_159:after,._modalLine_zik6i_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_zik6i_159:before{left:-20px}._modalLine_zik6i_159:after{right:-20px}._infoMessage_zik6i_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_zik6i_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_zik6i_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_zik6i_197._buttonsAutoWidth_zik6i_204{justify-content:flex-end}._fullWidthTitle_zik6i_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_zik6i_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_zik6i_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_zik6i_227{padding:0 16px 16px}}._widgetHeader_zik6i_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_zik6i_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_zik6i_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_zik6i_264{align-items:center;height:180px;display:flex}._widgetFooter_zik6i_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_zik6i_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_zik6i_277:last-child{border:none}._widgetMainValue_zik6i_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_zik6i_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_zik6i_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_zik6i_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_zik6i_313{opacity:.5;cursor:default}._widgetTag_zik6i_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_zik6i_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_zik6i_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_zik6i_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_zik6i_339._green_zik6i_344:before,._chartValuesTitle_zik6i_339._dark_zik6i_344:before,._chartValuesTitle_zik6i_339._blue_zik6i_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_zik6i_339._green_zik6i_344:before{background:var(--status-success)}._chartValuesTitle_zik6i_339._dark_zik6i_344:before{background:#475569}._chartValuesTitle_zik6i_339._blue_zik6i_344:before{background:#43e0f8}._topbar_zik6i_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_zik6i_374{display:inline-flex}._logo_zik6i_374{max-width:110px}._menuWrapper_zik6i_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_zik6i_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_zik6i_382._opened_zik6i_399{display:flex}}._menuItem_zik6i_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_zik6i_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_zik6i_404 ._menuIcon_zik6i_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_zik6i_404 ._menuIconPerformance_zik6i_430{fill:none}._menuItem_zik6i_404 ._menuIconStroke_zik6i_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_zik6i_404._active_zik6i_438,._menuItem_zik6i_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_zik6i_404._active_zik6i_438 ._menuIcon_zik6i_425:not(._menuIconStroke_zik6i_433,._menuIconPerformance_zik6i_430),._menuItem_zik6i_404:hover ._menuIcon_zik6i_425:not(._menuIconStroke_zik6i_433,._menuIconPerformance_zik6i_430){fill:#52c2fd}._menuItem_zik6i_404._active_zik6i_438 ._menuIconPerformance_zik6i_430 path,._menuItem_zik6i_404:hover ._menuIconPerformance_zik6i_430 path{stroke:#59a6fd}._menuItem_zik6i_404._active_zik6i_438 ._menuIconStroke_zik6i_433:not(._menuIcon_zik6i_425),._menuItem_zik6i_404:hover ._menuIconStroke_zik6i_433:not(._menuIcon_zik6i_425){stroke:#52c2fd}._redDot_zik6i_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_zik6i_467{justify-content:center;display:flex}._link_zik6i_472{color:var(--accent);cursor:pointer;text-decoration:underline}._input_zik6i_52{border:1px solid #dde4ee;border-radius:16px;width:100%;height:48px;padding:0 50px 0 16px;font-family:Inter;font-size:.875rem;transition:all .2s}._input_zik6i_52::placeholder{color:#66768e;font-family:Inter;font-size:.875rem}._input_zik6i_52:focus,._input_zik6i_52:active{border:1px solid #a7b8d0}._input_zik6i_52._error_zik6i_7{border-color:#ef4444}@media only screen and (width<=1024px){._input_zik6i_52{border-radius:10px;height:40px;padding:0 12px}}._iconButton_zik6i_508{opacity:.8;cursor:pointer;position:absolute;top:14px;right:16px}._iconButton_zik6i_508:hover{opacity:.6;transition:all .15s}@media only screen and (width<=1024px){._iconButton_zik6i_508{top:10px;right:12px}}._showIcon_zik6i_526{content:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10%206.875C9.1712%206.875%208.37634%207.20424%207.79029%207.79029C7.20424%208.37634%206.875%209.1712%206.875%2010C6.875%2010.8288%207.20424%2011.6237%207.79029%2012.2097C8.37634%2012.7958%209.1712%2013.125%2010%2013.125C10.8288%2013.125%2011.6237%2012.7958%2012.2097%2012.2097C12.7958%2011.6237%2013.125%2010.8288%2013.125%2010C13.125%209.1712%2012.7958%208.37634%2012.2097%207.79029C11.6237%207.20424%2010.8288%206.875%2010%206.875ZM8.125%2010C8.125%209.50272%208.32254%209.02581%208.67417%208.67417C9.02581%208.32254%209.50272%208.125%2010%208.125C10.4973%208.125%2010.9742%208.32254%2011.3258%208.67417C11.6775%209.02581%2011.875%209.50272%2011.875%2010C11.875%2010.4973%2011.6775%2010.9742%2011.3258%2011.3258C10.9742%2011.6775%2010.4973%2011.875%2010%2011.875C9.50272%2011.875%209.02581%2011.6775%208.67417%2011.3258C8.32254%2010.9742%208.125%2010.4973%208.125%2010Z'%20fill='black'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.99935%202.7085C6.23768%202.7085%203.70352%204.96183%202.23268%206.87266L2.20685%206.90683C1.87352%207.33933%201.56768%207.73683%201.36018%208.20683C1.13768%208.711%201.04102%209.26016%201.04102%2010.0002C1.04102%2010.7402%201.13768%2011.2893%201.36018%2011.7935C1.56852%2012.2635%201.87435%2012.6618%202.20685%2013.0935L2.23352%2013.1277C3.70352%2015.0385%206.23768%2017.2918%209.99935%2017.2918C13.761%2017.2918%2016.2952%2015.0385%2017.766%2013.1277L17.7918%2013.0935C18.1252%2012.6618%2018.431%2012.2635%2018.6385%2011.7935C18.861%2011.2893%2018.9577%2010.7402%2018.9577%2010.0002C18.9577%209.26016%2018.861%208.711%2018.6385%208.20683C18.4302%207.73683%2018.1243%207.33933%2017.7918%206.90683L17.7652%206.87266C16.2952%204.96183%2013.761%202.7085%209.99935%202.7085ZM3.22435%207.63516C4.58102%205.871%206.79102%203.9585%209.99935%203.9585C13.2077%203.9585%2015.4168%205.871%2016.7743%207.63516C17.141%208.11016%2017.3543%208.3935%2017.4952%208.71183C17.6269%209.01016%2017.7077%209.37433%2017.7077%2010.0002C17.7077%2010.626%2017.6269%2010.9902%2017.4952%2011.2885C17.3543%2011.6068%2017.1402%2011.8902%2016.7752%2012.3652C15.416%2014.1293%2013.2077%2016.0418%209.99935%2016.0418C6.79102%2016.0418%204.58185%2014.1293%203.22435%2012.3652C2.85768%2011.8902%202.64435%2011.6068%202.50352%2011.2885C2.37185%2010.9902%202.29102%2010.626%202.29102%2010.0002C2.29102%209.37433%202.37185%209.01016%202.50352%208.71183C2.64435%208.3935%202.85935%208.11016%203.22435%207.63516Z'%20fill='black'/%3e%3cpath%20d='M17.9167%201.25L2.5%2017.5'%20stroke='black'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/svg%3e");display:inline-flex}._hideIcon_zik6i_531{content:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10%206.875C9.1712%206.875%208.37634%207.20424%207.79029%207.79029C7.20424%208.37634%206.875%209.1712%206.875%2010C6.875%2010.8288%207.20424%2011.6237%207.79029%2012.2097C8.37634%2012.7958%209.1712%2013.125%2010%2013.125C10.8288%2013.125%2011.6237%2012.7958%2012.2097%2012.2097C12.7958%2011.6237%2013.125%2010.8288%2013.125%2010C13.125%209.1712%2012.7958%208.37634%2012.2097%207.79029C11.6237%207.20424%2010.8288%206.875%2010%206.875ZM8.125%2010C8.125%209.50272%208.32254%209.02581%208.67417%208.67417C9.02581%208.32254%209.50272%208.125%2010%208.125C10.4973%208.125%2010.9742%208.32254%2011.3258%208.67417C11.6775%209.02581%2011.875%209.50272%2011.875%2010C11.875%2010.4973%2011.6775%2010.9742%2011.3258%2011.3258C10.9742%2011.6775%2010.4973%2011.875%2010%2011.875C9.50272%2011.875%209.02581%2011.6775%208.67417%2011.3258C8.32254%2010.9742%208.125%2010.4973%208.125%2010Z'%20fill='black'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.99935%202.7085C6.23768%202.7085%203.70352%204.96183%202.23268%206.87266L2.20685%206.90683C1.87352%207.33933%201.56768%207.73683%201.36018%208.20683C1.13768%208.711%201.04102%209.26016%201.04102%2010.0002C1.04102%2010.7402%201.13768%2011.2893%201.36018%2011.7935C1.56852%2012.2635%201.87435%2012.6618%202.20685%2013.0935L2.23352%2013.1277C3.70352%2015.0385%206.23768%2017.2918%209.99935%2017.2918C13.761%2017.2918%2016.2952%2015.0385%2017.766%2013.1277L17.7918%2013.0935C18.1252%2012.6618%2018.431%2012.2635%2018.6385%2011.7935C18.861%2011.2893%2018.9577%2010.7402%2018.9577%2010.0002C18.9577%209.26016%2018.861%208.711%2018.6385%208.20683C18.4302%207.73683%2018.1243%207.33933%2017.7918%206.90683L17.7652%206.87266C16.2952%204.96183%2013.761%202.7085%209.99935%202.7085ZM3.22435%207.63516C4.58102%205.871%206.79102%203.9585%209.99935%203.9585C13.2077%203.9585%2015.4168%205.871%2016.7743%207.63516C17.141%208.11016%2017.3543%208.3935%2017.4952%208.71183C17.6269%209.01016%2017.7077%209.37433%2017.7077%2010.0002C17.7077%2010.626%2017.6269%2010.9902%2017.4952%2011.2885C17.3543%2011.6068%2017.1402%2011.8902%2016.7752%2012.3652C15.416%2014.1293%2013.2077%2016.0418%209.99935%2016.0418C6.79102%2016.0418%204.58185%2014.1293%203.22435%2012.3652C2.85768%2011.8902%202.64435%2011.6068%202.50352%2011.2885C2.37185%2010.9902%202.29102%2010.626%202.29102%2010.0002C2.29102%209.37433%202.37185%209.01016%202.50352%208.71183C2.64435%208.3935%202.85935%208.11016%203.22435%207.63516Z'%20fill='black'/%3e%3c/svg%3e");display:inline-flex}._authButtonsWrapper_3plnu_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_3plnu_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_3plnu_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_3plnu_23{width:100%;margin-bottom:16px}._fieldWrapper_3plnu_23:last-child{margin-bottom:0}._fieldLabel_3plnu_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_3plnu_36{margin-top:8px;font-size:.75rem}._field_3plnu_23{width:100%;position:relative}._fieldLabelNew_3plnu_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_3plnu_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_3plnu_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_3plnu_52[type=password]{font-size:18px}._inputNew_3plnu_52:focus,._inputNew_3plnu_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_3plnu_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_3plnu_52:disabled::placeholder{color:#cbd5e1}._inputNew_3plnu_52._error_3plnu_7{border:1px solid #ef4444}._inputNew_3plnu_52._error_3plnu_7:focus,._inputNew_3plnu_52._error_3plnu_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_3plnu_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_3plnu_90{width:calc(50% - 8px)}._tableNavWrapper_3plnu_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_3plnu_109{align-items:center;gap:8px;display:flex}._tableNavItem_3plnu_115{margin:0}._modalContent_3plnu_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_3plnu_119._center_3plnu_126{text-align:center;font-family:Inter}._modalContent_3plnu_119._settings_3plnu_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_3plnu_119._settingsIntegration_3plnu_134,._modalContent_3plnu_119._performanceTestModalContent_3plnu_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_3plnu_119._monitoringReportContent_3plnu_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_3plnu_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_3plnu_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_3plnu_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_3plnu_159:after,._modalLine_3plnu_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_3plnu_159:before{left:-20px}._modalLine_3plnu_159:after{right:-20px}._infoMessage_3plnu_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_3plnu_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_3plnu_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_3plnu_197._buttonsAutoWidth_3plnu_204{justify-content:flex-end}._fullWidthTitle_3plnu_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_3plnu_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_3plnu_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_3plnu_227{padding:0 16px 16px}}._widgetHeader_3plnu_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_3plnu_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_3plnu_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_3plnu_264{align-items:center;height:180px;display:flex}._widgetFooter_3plnu_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_3plnu_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_3plnu_277:last-child{border:none}._widgetMainValue_3plnu_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_3plnu_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_3plnu_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_3plnu_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_3plnu_313{opacity:.5;cursor:default}._widgetTag_3plnu_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_3plnu_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_3plnu_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_3plnu_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_3plnu_339._green_3plnu_344:before,._chartValuesTitle_3plnu_339._dark_3plnu_344:before,._chartValuesTitle_3plnu_339._blue_3plnu_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_3plnu_339._green_3plnu_344:before{background:var(--status-success)}._chartValuesTitle_3plnu_339._dark_3plnu_344:before{background:#475569}._chartValuesTitle_3plnu_339._blue_3plnu_344:before{background:#43e0f8}._topbar_3plnu_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_3plnu_374{display:inline-flex}._logo_3plnu_374{max-width:110px}._menuWrapper_3plnu_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_3plnu_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_3plnu_382._opened_3plnu_399{display:flex}}._menuItem_3plnu_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_3plnu_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_3plnu_404 ._menuIcon_3plnu_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_3plnu_404 ._menuIconPerformance_3plnu_430{fill:none}._menuItem_3plnu_404 ._menuIconStroke_3plnu_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_3plnu_404._active_3plnu_438,._menuItem_3plnu_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_3plnu_404._active_3plnu_438 ._menuIcon_3plnu_425:not(._menuIconStroke_3plnu_433,._menuIconPerformance_3plnu_430),._menuItem_3plnu_404:hover ._menuIcon_3plnu_425:not(._menuIconStroke_3plnu_433,._menuIconPerformance_3plnu_430){fill:#52c2fd}._menuItem_3plnu_404._active_3plnu_438 ._menuIconPerformance_3plnu_430 path,._menuItem_3plnu_404:hover ._menuIconPerformance_3plnu_430 path{stroke:#59a6fd}._menuItem_3plnu_404._active_3plnu_438 ._menuIconStroke_3plnu_433:not(._menuIcon_3plnu_425),._menuItem_3plnu_404:hover ._menuIconStroke_3plnu_433:not(._menuIcon_3plnu_425){stroke:#52c2fd}._redDot_3plnu_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_3plnu_467{justify-content:center;display:flex}._link_3plnu_472{color:var(--accent);cursor:pointer;text-decoration:underline}._forgotPasswordLink_3plnu_478{color:var(--accent);margin-top:16px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .15s}._textLink_3plnu_487{cursor:pointer;border-bottom:1px solid #64748b;margin-left:auto;transition:all .15s}._textLink_3plnu_487:hover{border-color:#0000}._errorMessageWrapper_3plnu_497{margin-bottom:16px}._inputFooter_3plnu_501{justify-content:space-between;margin-top:-16px;display:flex;position:relative}._page_1t2qt_1{--page-padding:32px;--page-padding-mobile:18px;--page-panel-radius:28px;--page-panel-radius-mobile:22px;--page-content-max-width:960px;--page-panel-max-width:1680px;--page-content-padding-top:116px;--page-content-padding-bottom:96px;--page-content-padding-top-mobile:72px;--page-content-padding-bottom-mobile:64px;--page-hero-gap:74px;--page-hero-gap-mobile:40px;--page-list-gap:14px;--page-list-gap-mobile:14px;--page-control-min-width:320px;--page-control-margin-top:64px;--page-control-margin-top-mobile:42px;min-height:100vh;padding:var(--page-padding);background:linear-gradient(90deg, var(--brand) 0%, var(--accent) 100%)}._brand_1t2qt_24{margin-bottom:24px}._logo_1t2qt_28{width:134px;height:auto;display:block}._panel_1t2qt_34{width:min(100%, var(--page-panel-max-width));background:var(--surface-1);border-radius:var(--page-panel-radius);min-height:calc(100vh - 136px);box-shadow:var(--card-shadow);margin:0 auto}._content_1t2qt_43{width:min(100%, var(--page-content-max-width));padding:var(--page-content-padding-top) var(--page-padding) var(--page-content-padding-bottom);margin:0 auto}._title_1t2qt_49{color:var(--text-primary);margin:0;font-size:2rem;font-weight:600;line-height:1.1}._subtitle_1t2qt_57{color:var(--text-secondary);margin:10px 0 0;font-size:1.5rem;font-weight:500;line-height:1.15}._helperText_1t2qt_65{margin:var(--page-hero-gap) 0 0;color:var(--text-primary);font-size:1.125rem;line-height:1.45}._status_1t2qt_72{color:var(--text-muted);margin:20px 0 0;font-size:1rem;line-height:1.45}._deviceList_1t2qt_79{margin-top:var(--page-list-gap);gap:var(--page-list-gap);display:grid}._deviceRow_1t2qt_85{border:1px solid var(--border-default);background:var(--surface-2);border-radius:16px;align-items:center;gap:18px;min-height:100px;padding:20px 24px;transition:background-color .15s,border-color .15s,box-shadow .15s;display:flex}._deviceRow_1t2qt_85[data-selected=true]{background:var(--surface-selected);border-color:var(--accent);box-shadow:inset 0 0 0 1px #2db2c81f}._checkbox_1t2qt_103{opacity:0;pointer-events:none;width:1px;height:1px;margin:0;position:absolute}._checkboxVisual_1t2qt_112{border:1px solid var(--border-default);background:var(--surface-1);color:#0000;border-radius:5px;flex:none;justify-content:center;align-items:center;width:22px;height:22px;transition:background-color .15s,border-color .15s,color .15s;display:inline-flex}._checkboxVisual_1t2qt_112[data-selected=true]{background:var(--accent-subtle);border-color:var(--accent-subtle)}._checkboxVisual_1t2qt_112[data-selected=true]:after{content:"";border-right:2px solid var(--text-primary);border-bottom:2px solid var(--text-primary);width:7px;height:12px;margin-top:-2px;transform:rotate(40deg)}._deviceCopy_1t2qt_141{min-width:0}._deviceName_1t2qt_145{color:var(--text-primary);font-size:1.25rem;font-weight:600;line-height:1.2}._deviceSn_1t2qt_152{color:var(--text-muted);margin-top:6px;font-size:1rem;line-height:1.25}._linkButton_1t2qt_159{min-width:var(--page-control-min-width);margin-top:var(--page-control-margin-top);background:var(--accent);color:var(--text-on-brand);cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;padding:18px 28px;font-size:1.25rem;font-weight:500;line-height:1;transition:transform .12s,filter .12s,opacity .12s;display:inline-flex}._linkButton_1t2qt_159:hover:not(:disabled){filter:brightness(1.02);transform:translateY(-1px)}._linkButton_1t2qt_159:disabled{cursor:not-allowed;opacity:.55}@media (width<=900px){._page_1t2qt_1{padding:var(--page-padding-mobile)}._brand_1t2qt_24{margin-bottom:18px}._panel_1t2qt_34{border-radius:var(--page-panel-radius-mobile);min-height:calc(100vh - 88px)}._content_1t2qt_43{padding:var(--page-content-padding-top-mobile) 20px var(--page-content-padding-bottom-mobile)}._title_1t2qt_49{font-size:1.5rem}._subtitle_1t2qt_57{font-size:1.25rem}._helperText_1t2qt_65{margin-top:var(--page-hero-gap-mobile);font-size:1rem}._deviceList_1t2qt_79{margin-top:36px}._deviceRow_1t2qt_85{min-height:84px;padding:16px 18px}._deviceName_1t2qt_145{font-size:1.125rem}._deviceSn_1t2qt_152{font-size:.875rem}._linkButton_1t2qt_159{width:100%;min-width:0;margin-top:var(--page-control-margin-top-mobile);font-size:1.125rem}}._page_prh4j_1{flex-direction:column;width:100%;min-height:calc(100vh - 88px);display:flex}._tabs_prh4j_8{border:1px solid var(--border-default);background:var(--surface-2);border-radius:24px;flex-direction:row;justify-content:space-evenly;align-items:center;min-height:36px;margin:0 0 24px;padding:0 4px;display:flex}._tab_prh4j_8{color:var(--text-disabled);white-space:nowrap;border-radius:18px;flex:1;justify-content:center;align-items:center;height:28px;padding:0 16px;font-family:Inter;font-size:.875rem;font-weight:500;text-decoration:none;display:flex}._tab_prh4j_8:hover{color:var(--text-secondary)}._tabActive_prh4j_40{border:1px solid var(--border-default);background:var(--surface-1);color:var(--text-primary);box-shadow:0 8px 18px #0f172a0f}._panel_prh4j_47{background:var(--surface-1);border-radius:22px;flex-direction:column;flex:1;display:flex}._panelBody_prh4j_55{flex-direction:column;flex:1;padding:24px;display:flex}._title_prh4j_62{color:var(--text-primary);margin:0 0 22px;font-size:1.5rem;font-weight:600}._passwordTitle_prh4j_69{margin-bottom:8px}._helperText_prh4j_73{max-width:470px;color:var(--text-primary);margin:0 0 24px;font-family:Inter;font-size:.875rem;line-height:1.4}._formGrid_prh4j_82{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;max-width:1000px;display:grid}._fullWidthForm_prh4j_90{grid-template-columns:minmax(0,1fr);max-width:100%}._fullWidthForm_prh4j_90>._fieldNarrow_prh4j_94{max-width:none}._field_prh4j_94{flex-direction:column;gap:8px;display:flex}._fieldFull_prh4j_104{grid-column:1/-1}._fieldNarrow_prh4j_94{max-width:496px}._selectField_prh4j_112{width:100%}._label_prh4j_116{color:var(--text-primary);font-family:Inter;font-size:.875rem;font-weight:500}._input_prh4j_123{width:100%;height:36px;color:var(--text-primary);border:1px solid #dbe5f0;border-radius:8px;padding:0 12px;font-family:Inter;font-size:.875rem}._input_prh4j_123::placeholder{color:var(--text-disabled)}._input_prh4j_123:focus{border-color:#4ae9ff;outline:none;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._passwordForm_prh4j_142{max-width:496px}._logoRow_prh4j_146{align-items:stretch;gap:14px;display:flex}._logoPreview_prh4j_152{background:var(--surface-2);border:1px solid #dbe5f0;border-radius:4px;justify-content:center;align-items:center;width:130px;min-height:67px;display:flex}._mockLogo_prh4j_163{color:#fff;text-transform:uppercase;background:linear-gradient(145deg,#0b6ea8,#082f62 60%,#00a3c7);border-radius:4px;flex-direction:column;justify-content:center;align-items:center;width:104px;height:40px;font-weight:900;line-height:.82;display:flex;transform:skew(-8deg);box-shadow:inset 0 -5px #0003}._mockLogoPrimary_prh4j_180{font-size:20px}._mockLogoSecondary_prh4j_184{color:#f5d451;font-size:12px}._uploadBox_prh4j_189{background:var(--surface-3);min-width:330px;min-height:67px;color:var(--text-muted);border:1px dashed #dbe5f0;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;font-family:Inter;font-size:.875rem;display:flex}._uploadLink_prh4j_204{color:#00cfe8;font-weight:500}._uploadMeta_prh4j_209{color:var(--text-disabled);margin-top:6px;font-size:.75rem}._enterpriseLogo_prh4j_215{width:100%}._enterpriseLogoImageWrapper_prh4j_219{border-radius:4px;width:106px;min-width:106px;height:67px}._enterpriseLogoFileWrapper_prh4j_226{border-radius:8px;width:330px;min-height:67px}._footer_prh4j_232{border-top:1px solid var(--border-subtle);justify-content:flex-end;gap:8px;padding:14px 20px;display:flex;box-shadow:0 -8px 20px #0f172a0d}._button_prh4j_241{background:var(--surface-1);min-width:72px;height:32px;color:var(--text-primary);cursor:pointer;border:1px solid #dbe5f0;border-radius:18px;font-family:Inter;font-size:.875rem;font-weight:500}._button_prh4j_241:hover{background:var(--surface-2)}._button_prh4j_241:disabled{cursor:default;opacity:.5}._button_prh4j_241:disabled:hover,._saveButton_prh4j_265{background:#42e8ff;border-color:#42e8ff}._unsavedChangesModal_prh4j_270{padding-top:16px}._unsavedChangesContent_prh4j_274{text-align:center;padding:24px}._unsavedChangesIcon_prh4j_279{background:var(--status-warning-subtle);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:20px;display:inline-flex}._unsavedChangesIcon_prh4j_279 svg{width:28px;height:28px}._unsavedChangesTitle_prh4j_294{color:var(--text-primary);margin-bottom:12px;font-size:1.25rem;font-weight:500}._unsavedChangesMessage_prh4j_301{color:var(--text-secondary);margin:0;font-family:Inter;font-size:.875rem;font-weight:400}._unsavedChangesMessage_prh4j_301 strong{color:var(--text-secondary);font-weight:700}._unsavedChangesFooter_prh4j_313{border-top:1px solid var(--border-default);gap:16px;padding:20px 28px;display:flex}._themeGrid_prh4j_320{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px 16px;display:grid}._themeButton_prh4j_326{text-align:left;cursor:pointer;background:0 0;border:none;flex-direction:column;gap:10px;padding:0;display:flex}._themeSwatch_prh4j_337{aspect-ratio:3;border:0 solid #0000;border-radius:12px;width:100%}._themeButtonActive_prh4j_344 ._themeSwatch_prh4j_337{border:4px solid #164e63}._themeName_prh4j_348{color:var(--text-primary);font-family:Inter;font-size:.875rem;font-weight:500}@media (width<=1024px){._tabs_prh4j_8{grid-template-columns:repeat(var(--tabs-count), minmax(170px, 1fr));overflow-x:auto}._formGrid_prh4j_82,._themeGrid_prh4j_320{grid-template-columns:1fr}._fieldNarrow_prh4j_94{max-width:none}}@media (width<=768px){._page_prh4j_1{padding-top:10px}._panel_prh4j_47{border-radius:16px;min-height:calc(100vh - 178px)}._panelBody_prh4j_55{padding:22px 18px 32px}._title_prh4j_62{font-size:1.375rem}._unsavedChangesContent_prh4j_274{padding:12px 24px 26px}._unsavedChangesFooter_prh4j_313,._logoRow_prh4j_146{flex-direction:column}._logoPreview_prh4j_152,._uploadBox_prh4j_189,._enterpriseLogoFileWrapper_prh4j_226{width:100%;min-width:0}}._authButtonsWrapper_b4wvy_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_b4wvy_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_b4wvy_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_b4wvy_23{width:100%;margin-bottom:16px}._fieldWrapper_b4wvy_23:last-child{margin-bottom:0}._fieldLabel_b4wvy_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_b4wvy_36{margin-top:8px;font-size:.75rem}._field_b4wvy_23{width:100%;position:relative}._fieldLabelNew_b4wvy_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_b4wvy_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_b4wvy_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_b4wvy_52[type=password]{font-size:18px}._inputNew_b4wvy_52:focus,._inputNew_b4wvy_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_b4wvy_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_b4wvy_52:disabled::placeholder{color:#cbd5e1}._inputNew_b4wvy_52._error_b4wvy_7{border:1px solid #ef4444}._inputNew_b4wvy_52._error_b4wvy_7:focus,._inputNew_b4wvy_52._error_b4wvy_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_b4wvy_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_b4wvy_90{width:calc(50% - 8px)}._tableNavWrapper_b4wvy_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_b4wvy_109{align-items:center;gap:8px;display:flex}._tableNavItem_b4wvy_115{margin:0}._modalContent_b4wvy_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_b4wvy_119._center_b4wvy_126{text-align:center;font-family:Inter}._modalContent_b4wvy_119._settings_b4wvy_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_b4wvy_119._settingsIntegration_b4wvy_134,._modalContent_b4wvy_119._performanceTestModalContent_b4wvy_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_b4wvy_119._monitoringReportContent_b4wvy_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_b4wvy_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_b4wvy_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_b4wvy_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_b4wvy_159:after,._modalLine_b4wvy_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_b4wvy_159:before{left:-20px}._modalLine_b4wvy_159:after{right:-20px}._infoMessage_b4wvy_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_b4wvy_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_b4wvy_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_b4wvy_197._buttonsAutoWidth_b4wvy_204{justify-content:flex-end}._fullWidthTitle_b4wvy_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_b4wvy_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_b4wvy_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_b4wvy_227{padding:0 16px 16px}}._widgetHeader_b4wvy_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_b4wvy_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_b4wvy_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_b4wvy_264{align-items:center;height:180px;display:flex}._widgetFooter_b4wvy_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_b4wvy_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_b4wvy_277:last-child{border:none}._widgetMainValue_b4wvy_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_b4wvy_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_b4wvy_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_b4wvy_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_b4wvy_313{opacity:.5;cursor:default}._widgetTag_b4wvy_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_b4wvy_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_b4wvy_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_b4wvy_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_b4wvy_339._green_b4wvy_344:before,._chartValuesTitle_b4wvy_339._dark_b4wvy_344:before,._chartValuesTitle_b4wvy_339._blue_b4wvy_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_b4wvy_339._green_b4wvy_344:before{background:var(--status-success)}._chartValuesTitle_b4wvy_339._dark_b4wvy_344:before{background:#475569}._chartValuesTitle_b4wvy_339._blue_b4wvy_344:before{background:#43e0f8}._topbar_b4wvy_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_b4wvy_374{display:inline-flex}._logo_b4wvy_374{max-width:110px}._menuWrapper_b4wvy_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_b4wvy_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_b4wvy_382._opened_b4wvy_399{display:flex}}._menuItem_b4wvy_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_b4wvy_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_b4wvy_404 ._menuIcon_b4wvy_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_b4wvy_404 ._menuIconPerformance_b4wvy_430{fill:none}._menuItem_b4wvy_404 ._menuIconStroke_b4wvy_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_b4wvy_404._active_b4wvy_438,._menuItem_b4wvy_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_b4wvy_404._active_b4wvy_438 ._menuIcon_b4wvy_425:not(._menuIconStroke_b4wvy_433,._menuIconPerformance_b4wvy_430),._menuItem_b4wvy_404:hover ._menuIcon_b4wvy_425:not(._menuIconStroke_b4wvy_433,._menuIconPerformance_b4wvy_430){fill:#52c2fd}._menuItem_b4wvy_404._active_b4wvy_438 ._menuIconPerformance_b4wvy_430 path,._menuItem_b4wvy_404:hover ._menuIconPerformance_b4wvy_430 path{stroke:#59a6fd}._menuItem_b4wvy_404._active_b4wvy_438 ._menuIconStroke_b4wvy_433:not(._menuIcon_b4wvy_425),._menuItem_b4wvy_404:hover ._menuIconStroke_b4wvy_433:not(._menuIcon_b4wvy_425){stroke:#52c2fd}._redDot_b4wvy_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_b4wvy_467{justify-content:center;display:flex}._link_b4wvy_472{color:var(--accent);cursor:pointer;text-decoration:underline}._toggleFieldWrapper_b4wvy_478{justify-content:space-between;align-items:center;display:flex}._toggleFieldWrapper_b4wvy_478._disabled_b4wvy_313{opacity:.5;pointer-events:none}._saveButton_b4wvy_488{z-index:2;text-align:center;color:#165964;cursor:pointer;background-color:#43e0f8;border-radius:20px;width:120px;height:36px;font-size:14px;line-height:36px;position:absolute;top:20px;right:52px}@media only screen and (width<=450px){._saveButton_b4wvy_488{width:60px}}._saveButton_b4wvy_488[aria-disabled=true]{opacity:.5;cursor:default;pointer-events:none}._contractorContainer_b4wvy_515{height:calc(100vh - 76px);overflow:scroll}._addButton_b4wvy_520{color:var(--accent);cursor:pointer;align-items:center;font-size:.875rem;font-weight:500;display:inline-flex}._addButton_b4wvy_520:after{content:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.75%204.75C10.75%204.33579%2010.4142%204%2010%204C9.58579%204%209.25%204.33579%209.25%204.75V9.25H4.75C4.33579%209.25%204%209.58579%204%2010C4%2010.4142%204.33579%2010.75%204.75%2010.75L9.25%2010.75V15.25C9.25%2015.6642%209.58579%2016%2010%2016C10.4142%2016%2010.75%2015.6642%2010.75%2015.25V10.75L15.25%2010.75C15.6642%2010.75%2016%2010.4142%2016%2010C16%209.58579%2015.6642%209.25%2015.25%209.25H10.75V4.75Z'%20fill='%232DB2C8'/%3e%3c/svg%3e");display:inline-flex;position:relative;top:2px;left:4px}._closeIconClassName_b4wvy_536{z-index:2;top:18px}._inputText_b4wvy_541{margin-bottom:0}._addressFields_b4wvy_545{display:contents}._scheduleField_b4wvy_549{flex-direction:column;gap:10px;display:flex}._row_b4wvy_555{flex-direction:row;gap:16px;margin-bottom:20px;padding:0 20px;display:flex}._row_b4wvy_555>div{flex:1}@media only screen and (width<=450px){._row_b4wvy_555{flex-direction:column}._row_b4wvy_555._subscriptionRow_b4wvy_569{flex-direction:row}}._stacked_b4wvy_574{grid-column:1/-1;width:100%;display:block}._stacked_b4wvy_574 ._row_b4wvy_555{flex-direction:column;gap:16px;margin-bottom:16px;padding:0}._stacked_b4wvy_574 ._row_b4wvy_555>div{width:100%}._directionColumn_b4wvy_589{flex-direction:column;gap:5px}._sectionTitleInfoIcon_b4wvy_594 path{fill:#64769b}._titleInformationIcon_b4wvy_598 span:after{display:block;transform:scale(1.2)}._subscriptionSectionModalLine_b4wvy_603{margin:0}._subscriptionPlanName_b4wvy_607 div:first-child{color:var(--text-primary);margin-bottom:10px;font-size:16px;font-weight:500}._subscriptionPlanName_b4wvy_607 div:nth-child(2){color:#64769b;font-size:14px}._subscriptionDropdownContainer_b4wvy_618{max-width:140px}._subscriptionDropdownContainer_b4wvy_618 .static-select__control{min-width:95px;color:var(--accent);cursor:pointer;outline:none;font-size:14px;box-shadow:none!important;border:0!important}._subscriptionDropdownContainer_b4wvy_618 .static-select__indicator{color:var(--accent);right:20px}._subscriptionDropdownContainer_b4wvy_618 .static-select__indicator:hover svg{color:var(--accent)}._subscriptionDropdownContainer_b4wvy_618 .static-select__indicator svg{width:18px;height:18px}._subscriptionDropdownContainer_b4wvy_618 .static-select__menu,._subscriptionSelectMenu_b4wvy_648{width:200px!important;right:20px!important}._messageWrapper_10lbt_1{flex:1;align-items:center;width:100%;height:100%;display:grid}._message_10lbt_1{text-align:center;color:gray;width:100%;font-size:1.125rem}._breadcrumbsWrapper_7qgwc_1{flex-shrink:0;align-items:center;min-width:0;margin-bottom:12px;display:flex;overflow:hidden}._breadcrumb_7qgwc_1{color:var(--text-muted);align-items:center;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}._breadcrumb_7qgwc_1:hover{color:var(--text-primary)}._breadcrumb_7qgwc_1:hover ._breadcrumbIcon_7qgwc_21{fill:#0f172a}._breadcrumb_7qgwc_1:last-child{color:var(--text-primary)}._breadcrumb_7qgwc_1:last-child ._breadcrumbIcon_7qgwc_21{display:none}._lastBreadcrumb_7qgwc_31{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:100%;display:inline-block;overflow:hidden}._breadcrumbIcon_7qgwc_21{fill:#cbd5e1;margin:0 6px;transition:all .2s;position:relative;top:1px}._contentWrapper_17qfz_1{background:var(--surface-1);border-radius:24px;flex:1;padding:24px;font-family:Inter}._contentTitle_17qfz_9{max-width:700px;font-size:1.5rem;font-weight:500}._authButtonsWrapper_4m9de_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_4m9de_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_4m9de_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_4m9de_23{width:100%;margin-bottom:16px}._fieldWrapper_4m9de_23:last-child{margin-bottom:0}._fieldLabel_4m9de_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_4m9de_36{margin-top:8px;font-size:.75rem}._field_4m9de_23{width:100%;position:relative}._fieldLabelNew_4m9de_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_4m9de_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_4m9de_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_4m9de_52[type=password]{font-size:18px}._inputNew_4m9de_52:focus,._inputNew_4m9de_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_4m9de_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_4m9de_52:disabled::placeholder{color:#cbd5e1}._inputNew_4m9de_52._error_4m9de_7{border:1px solid #ef4444}._inputNew_4m9de_52._error_4m9de_7:focus,._inputNew_4m9de_52._error_4m9de_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_4m9de_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_4m9de_90{width:calc(50% - 8px)}._tableNavWrapper_4m9de_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_4m9de_109{align-items:center;gap:8px;display:flex}._tableNavItem_4m9de_115{margin:0}._modalContent_4m9de_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_4m9de_119._center_4m9de_126{text-align:center;font-family:Inter}._modalContent_4m9de_119._settings_4m9de_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_4m9de_119._settingsIntegration_4m9de_134,._modalContent_4m9de_119._performanceTestModalContent_4m9de_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_4m9de_119._monitoringReportContent_4m9de_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_4m9de_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_4m9de_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_4m9de_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_4m9de_159:after,._modalLine_4m9de_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_4m9de_159:before{left:-20px}._modalLine_4m9de_159:after{right:-20px}._infoMessage_4m9de_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_4m9de_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_4m9de_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_4m9de_197._buttonsAutoWidth_4m9de_204{justify-content:flex-end}._fullWidthTitle_4m9de_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_4m9de_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_4m9de_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_4m9de_227{padding:0 16px 16px}}._widgetHeader_4m9de_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_4m9de_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_4m9de_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_4m9de_264{align-items:center;height:180px;display:flex}._widgetFooter_4m9de_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_4m9de_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_4m9de_277:last-child{border:none}._widgetMainValue_4m9de_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_4m9de_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_4m9de_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_4m9de_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_4m9de_313{opacity:.5;cursor:default}._widgetTag_4m9de_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_4m9de_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_4m9de_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_4m9de_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_4m9de_339._green_4m9de_344:before,._chartValuesTitle_4m9de_339._dark_4m9de_344:before,._chartValuesTitle_4m9de_339._blue_4m9de_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_4m9de_339._green_4m9de_344:before{background:var(--status-success)}._chartValuesTitle_4m9de_339._dark_4m9de_344:before{background:#475569}._chartValuesTitle_4m9de_339._blue_4m9de_344:before{background:#43e0f8}._topbar_4m9de_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_4m9de_374{display:inline-flex}._logo_4m9de_374{max-width:110px}._menuWrapper_4m9de_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_4m9de_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_4m9de_382._opened_4m9de_399{display:flex}}._menuItem_4m9de_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_4m9de_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_4m9de_404 ._menuIcon_4m9de_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_4m9de_404 ._menuIconPerformance_4m9de_430{fill:none}._menuItem_4m9de_404 ._menuIconStroke_4m9de_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_4m9de_404._active_4m9de_438,._menuItem_4m9de_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_4m9de_404._active_4m9de_438 ._menuIcon_4m9de_425:not(._menuIconStroke_4m9de_433,._menuIconPerformance_4m9de_430),._menuItem_4m9de_404:hover ._menuIcon_4m9de_425:not(._menuIconStroke_4m9de_433,._menuIconPerformance_4m9de_430){fill:#52c2fd}._menuItem_4m9de_404._active_4m9de_438 ._menuIconPerformance_4m9de_430 path,._menuItem_4m9de_404:hover ._menuIconPerformance_4m9de_430 path{stroke:#59a6fd}._menuItem_4m9de_404._active_4m9de_438 ._menuIconStroke_4m9de_433:not(._menuIcon_4m9de_425),._menuItem_4m9de_404:hover ._menuIconStroke_4m9de_433:not(._menuIcon_4m9de_425){stroke:#52c2fd}._redDot_4m9de_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_4m9de_467{justify-content:center;display:flex}._link_4m9de_472{color:var(--accent);cursor:pointer;text-decoration:underline}._pageDropdownWrapper_4m9de_478,._paginationDropdownWrapper_4m9de_484{font-size:.875rem;font-weight:500;position:relative}._paginationDropdown_4m9de_484{border:1px solid var(--border-strong);background:var(--surface-1);cursor:pointer;border-radius:8px;align-items:center;width:120px;height:32px;padding:0 40px 0 12px;display:flex;position:relative}._paginationIcon_4m9de_503{position:absolute;top:6px;right:12px;transform:rotate(180deg)}._paginationIcon_4m9de_503._active_4m9de_438{transform:rotate(0)}._paginationDropdownList_4m9de_513{z-index:1000;border:1px solid var(--border-subtle);background:var(--surface-1);border-radius:8px;width:120px;position:absolute;bottom:100%;box-shadow:0 16px 32px -12px #4755691a}._paginationDropdownItem_4m9de_524{cursor:pointer;padding:10px;transition:all .2s;position:relative}._paginationDropdownItem_4m9de_524:hover{background:var(--surface-3)}._paginationDropdownItem_4m9de_524._active_4m9de_438:after{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3%208.5L7%2012.5L13%203.5'%20stroke='%2343E0F8'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");display:inline-flex;position:absolute;top:10px;right:8px}._authButtonsWrapper_1w80w_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1w80w_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1w80w_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_1w80w_23{width:100%;margin-bottom:16px}._fieldWrapper_1w80w_23:last-child{margin-bottom:0}._fieldLabel_1w80w_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1w80w_36{margin-top:8px;font-size:.75rem}._field_1w80w_23{width:100%;position:relative}._fieldLabelNew_1w80w_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1w80w_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1w80w_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1w80w_52[type=password]{font-size:18px}._inputNew_1w80w_52:focus,._inputNew_1w80w_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1w80w_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1w80w_52:disabled::placeholder{color:#cbd5e1}._inputNew_1w80w_52._error_1w80w_7{border:1px solid #ef4444}._inputNew_1w80w_52._error_1w80w_7:focus,._inputNew_1w80w_52._error_1w80w_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1w80w_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1w80w_90{width:calc(50% - 8px)}._tableNavWrapper_1w80w_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_1w80w_109{align-items:center;gap:8px;display:flex}._tableNavItem_1w80w_115{margin:0}._modalContent_1w80w_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1w80w_119._center_1w80w_126{text-align:center;font-family:Inter}._modalContent_1w80w_119._settings_1w80w_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1w80w_119._settingsIntegration_1w80w_134,._modalContent_1w80w_119._performanceTestModalContent_1w80w_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1w80w_119._monitoringReportContent_1w80w_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1w80w_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1w80w_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1w80w_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1w80w_159:after,._modalLine_1w80w_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1w80w_159:before{left:-20px}._modalLine_1w80w_159:after{right:-20px}._infoMessage_1w80w_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1w80w_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1w80w_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1w80w_197._buttonsAutoWidth_1w80w_204{justify-content:flex-end}._fullWidthTitle_1w80w_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1w80w_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1w80w_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1w80w_227{padding:0 16px 16px}}._widgetHeader_1w80w_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_1w80w_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_1w80w_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_1w80w_264{align-items:center;height:180px;display:flex}._widgetFooter_1w80w_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1w80w_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1w80w_277:last-child{border:none}._widgetMainValue_1w80w_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1w80w_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1w80w_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_1w80w_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1w80w_313{opacity:.5;cursor:default}._widgetTag_1w80w_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1w80w_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1w80w_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1w80w_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1w80w_339._green_1w80w_344:before,._chartValuesTitle_1w80w_339._dark_1w80w_344:before,._chartValuesTitle_1w80w_339._blue_1w80w_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1w80w_339._green_1w80w_344:before{background:var(--status-success)}._chartValuesTitle_1w80w_339._dark_1w80w_344:before{background:#475569}._chartValuesTitle_1w80w_339._blue_1w80w_344:before{background:#43e0f8}._topbar_1w80w_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1w80w_374{display:inline-flex}._logo_1w80w_374{max-width:110px}._menuWrapper_1w80w_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_1w80w_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1w80w_382._opened_1w80w_399{display:flex}}._menuItem_1w80w_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1w80w_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_1w80w_404 ._menuIcon_1w80w_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1w80w_404 ._menuIconPerformance_1w80w_430{fill:none}._menuItem_1w80w_404 ._menuIconStroke_1w80w_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1w80w_404._active_1w80w_438,._menuItem_1w80w_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1w80w_404._active_1w80w_438 ._menuIcon_1w80w_425:not(._menuIconStroke_1w80w_433,._menuIconPerformance_1w80w_430),._menuItem_1w80w_404:hover ._menuIcon_1w80w_425:not(._menuIconStroke_1w80w_433,._menuIconPerformance_1w80w_430){fill:#52c2fd}._menuItem_1w80w_404._active_1w80w_438 ._menuIconPerformance_1w80w_430 path,._menuItem_1w80w_404:hover ._menuIconPerformance_1w80w_430 path{stroke:#59a6fd}._menuItem_1w80w_404._active_1w80w_438 ._menuIconStroke_1w80w_433:not(._menuIcon_1w80w_425),._menuItem_1w80w_404:hover ._menuIconStroke_1w80w_433:not(._menuIcon_1w80w_425){stroke:#52c2fd}._redDot_1w80w_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1w80w_467{justify-content:center;display:flex}._link_1w80w_472{color:var(--accent);cursor:pointer;text-decoration:underline}._paginationWrapper_1w80w_478{background:var(--surface-1);justify-content:space-between;align-items:center;padding:12px 0;display:flex}@media only screen and (width<=900px){._paginationWrapper_1w80w_478{flex-wrap:wrap}}._paginationWrapper_1w80w_478 ul{list-style:none}._paddingNone_1w80w_494{padding:0}._paginationText_1w80w_498{color:var(--text-secondary);font-size:.875rem}@media only screen and (width<=768px){._paginationWrapper_1w80w_478{flex-direction:column}._paginationWrapper_1w80w_478>div:nth-child(2){order:-1;margin:0 auto 15px}._paginationWrapper_1w80w_478>div:nth-child(3){margin-top:10px}}._filterTagsWrapper_1pu1d_1{align-items:center;min-height:36px;margin:12px 0;display:flex}._filterTitle_1pu1d_8{align-items:center;font-size:.875rem;font-weight:500;display:inline-flex}._filterTitle_1pu1d_8:after{content:"";background:#e2e8f0;width:1px;height:20px;margin-left:12px;display:inline-flex}._filterTagsList_1pu1d_23{flex-wrap:wrap;margin-bottom:-6px;list-style:none;display:flex}._filterTag_1pu1d_1{background:var(--accent-subtle);border-radius:32px;align-items:center;height:36px;margin-bottom:6px;margin-left:12px;padding:0 12px 0 16px;font-size:.875rem;display:flex}._filterTagName_1pu1d_42{color:var(--accent)}._filterTagValues_1pu1d_46{color:var(--text-primary);margin-left:4px;font-weight:500}._filterTagClose_1pu1d_52{cursor:pointer;width:20px;height:20px;margin-left:4px;display:inline-flex}._filterTagClose_1pu1d_52:before{content:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.28033%205.21967C5.98744%204.92678%205.51256%204.92678%205.21967%205.21967C4.92678%205.51256%204.92678%205.98744%205.21967%206.28033L8.93934%2010L5.21967%2013.7197C4.92678%2014.0126%204.92678%2014.4874%205.21967%2014.7803C5.51256%2015.0732%205.98744%2015.0732%206.28033%2014.7803L10%2011.0607L13.7197%2014.7803C14.0126%2015.0732%2014.4874%2015.0732%2014.7803%2014.7803C15.0732%2014.4874%2015.0732%2014.0126%2014.7803%2013.7197L11.0607%2010L14.7803%206.28033C15.0732%205.98744%2015.0732%205.51256%2014.7803%205.21967C14.4874%204.92678%2014.0126%204.92678%2013.7197%205.21967L10%208.93934L6.28033%205.21967Z'%20fill='%2364748B'/%3e%3c/svg%3e")}._rateCell_1qzup_1{align-items:center;gap:7px;display:flex}._rateTrack_1qzup_7{background:var(--surface-3);border-radius:4px;flex:1;min-width:54px;height:5px;overflow:hidden}._rateFill_1qzup_16{width:var(--rate-width);height:100%;display:block}._rateLow_1qzup_22{background:var(--status-danger)}._rateMedium_1qzup_26{background:var(--status-warning)}._rateHigh_1qzup_30{background:var(--status-success)}._rateNA_1qzup_34{background:var(--border-strong)}._status_1b498_1{color:var(--status-info-text);background:var(--status-info-subtle);border:1px solid var(--status-info);border-radius:10px;padding:2px 6px;font-size:10px}._headerCard_r0bic_1{background:var(--surface-1);border:1px solid var(--border-default);border-radius:1.5rem;margin-bottom:16px;padding:24px}._title_r0bic_9{color:var(--text-primary);font-size:1.25rem;font-weight:500;line-height:1.5}._subtitle_r0bic_16{color:var(--text-muted);margin:0 0 16px;font-size:.75rem}._controls_r0bic_22{justify-content:space-between;align-items:center;gap:16px;display:flex}._reportCard_r0bic_29{background:var(--surface-1);border-radius:12px;flex-direction:column;min-height:420px;padding:18px 20px 12px;display:flex;position:relative}._reportToolbar_r0bic_39{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}._periodLabel_r0bic_47{color:var(--text-secondary);font-size:.8125rem}._toolbarRight_r0bic_52{align-items:center;gap:16px;display:flex}._averageCard_r0bic_58{border:1px solid var(--border-default);border-radius:6px;min-width:112px;padding:8px 12px}._averageLabel_r0bic_65{color:var(--text-muted);text-transform:uppercase;font-size:.625rem}._averageValue_r0bic_71{color:var(--text-primary);margin-top:3px;font-size:1.125rem}._tableArea_r0bic_77{flex:1;min-height:0;overflow:hidden}._tableWrapper_r0bic_83{height:100%;overflow:auto}._tableWrapper_r0bic_83 .tableWrapper{min-width:1040px}._paginationFooter_r0bic_91{flex-shrink:0}._empty_r0bic_95{min-height:330px;color:var(--text-secondary);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}._empty_r0bic_95 svg{width:22px;height:22px;margin-bottom:12px}._empty_r0bic_95 strong{margin-bottom:8px;font-size:1rem;font-weight:500}._empty_r0bic_95 span{max-width:260px;color:var(--text-muted);font-size:.75rem;line-height:1.5}._generating_r0bic_121{z-index:1;background:color-mix(in srgb, var(--surface-1) 65%, transparent);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}._generatingMessage_r0bic_131{width:150px;color:var(--text-muted);background:var(--surface-1);border:1px solid var(--status-info);text-align:center;border-radius:6px;padding:18px 14px;font-size:.625rem;box-shadow:0 4px 12px #0f172a1a}._generatingMessage_r0bic_131 svg{width:18px;height:18px;color:var(--accent);margin-bottom:10px;animation:1s linear infinite _spin_r0bic_1}._errorMessage_r0bic_150{color:var(--status-danger-text);text-align:center;padding:16px;font-size:.75rem}@keyframes _spin_r0bic_1{to{transform:rotate(360deg)}}._barWidgetWrapper_hk9oy_1{gap:4px;height:50px;display:flex}._barWidgetItem_hk9oy_7{background:#ccc;border-radius:5px;width:0;transition:width .7s}._noDataMessage_hk9oy_14{text-align:center;justify-content:center;align-items:center;height:50px;display:flex}._authButtonsWrapper_14vrp_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_14vrp_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_14vrp_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_14vrp_23{width:100%;margin-bottom:16px}._fieldWrapper_14vrp_23:last-child{margin-bottom:0}._fieldLabel_14vrp_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_14vrp_36{margin-top:8px;font-size:.75rem}._field_14vrp_23{width:100%;position:relative}._fieldLabelNew_14vrp_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_14vrp_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_14vrp_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_14vrp_52[type=password]{font-size:18px}._inputNew_14vrp_52:focus,._inputNew_14vrp_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_14vrp_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_14vrp_52:disabled::placeholder{color:#cbd5e1}._inputNew_14vrp_52._error_14vrp_7{border:1px solid #ef4444}._inputNew_14vrp_52._error_14vrp_7:focus,._inputNew_14vrp_52._error_14vrp_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_14vrp_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_14vrp_90{width:calc(50% - 8px)}._tableNavWrapper_14vrp_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_14vrp_109{align-items:center;gap:8px;display:flex}._tableNavItem_14vrp_115{margin:0}._modalContent_14vrp_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_14vrp_119._center_14vrp_126{text-align:center;font-family:Inter}._modalContent_14vrp_119._settings_14vrp_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_14vrp_119._settingsIntegration_14vrp_134,._modalContent_14vrp_119._performanceTestModalContent_14vrp_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_14vrp_119._monitoringReportContent_14vrp_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_14vrp_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_14vrp_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_14vrp_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_14vrp_159:after,._modalLine_14vrp_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_14vrp_159:before{left:-20px}._modalLine_14vrp_159:after{right:-20px}._infoMessage_14vrp_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_14vrp_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_14vrp_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_14vrp_197._buttonsAutoWidth_14vrp_204{justify-content:flex-end}._fullWidthTitle_14vrp_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_14vrp_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_14vrp_227,._alertsWidgetWrapper_14vrp_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_14vrp_227,._alertsWidgetWrapper_14vrp_227{padding:0 16px 16px}}._widgetHeader_14vrp_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_14vrp_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_14vrp_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_14vrp_264{align-items:center;height:180px;display:flex}._widgetFooter_14vrp_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_14vrp_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_14vrp_277:last-child{border:none}._widgetMainValue_14vrp_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_14vrp_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_14vrp_301{color:var(--text-muted);font-size:.75rem}._disabled_14vrp_313{opacity:.5;cursor:default}._widgetTag_14vrp_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_14vrp_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_14vrp_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_14vrp_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_14vrp_339._green_14vrp_344:before,._chartValuesTitle_14vrp_339._dark_14vrp_344:before,._chartValuesTitle_14vrp_339._blue_14vrp_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_14vrp_339._green_14vrp_344:before{background:var(--status-success)}._chartValuesTitle_14vrp_339._dark_14vrp_344:before{background:#475569}._chartValuesTitle_14vrp_339._blue_14vrp_344:before{background:#43e0f8}._topbar_14vrp_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_14vrp_374{display:inline-flex}._logo_14vrp_374{max-width:110px}._menuWrapper_14vrp_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_14vrp_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_14vrp_382._opened_14vrp_399{display:flex}}._menuItem_14vrp_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_14vrp_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_14vrp_404 ._menuIcon_14vrp_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_14vrp_404 ._menuIconPerformance_14vrp_430{fill:none}._menuItem_14vrp_404 ._menuIconStroke_14vrp_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_14vrp_404._active_14vrp_438,._menuItem_14vrp_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_14vrp_404._active_14vrp_438 ._menuIcon_14vrp_425:not(._menuIconStroke_14vrp_433,._menuIconPerformance_14vrp_430),._menuItem_14vrp_404:hover ._menuIcon_14vrp_425:not(._menuIconStroke_14vrp_433,._menuIconPerformance_14vrp_430){fill:#52c2fd}._menuItem_14vrp_404._active_14vrp_438 ._menuIconPerformance_14vrp_430 path,._menuItem_14vrp_404:hover ._menuIconPerformance_14vrp_430 path{stroke:#59a6fd}._menuItem_14vrp_404._active_14vrp_438 ._menuIconStroke_14vrp_433:not(._menuIcon_14vrp_425),._menuItem_14vrp_404:hover ._menuIconStroke_14vrp_433:not(._menuIcon_14vrp_425){stroke:#52c2fd}._redDot_14vrp_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_14vrp_467{justify-content:center;display:flex}._link_14vrp_472{color:var(--accent);cursor:pointer;text-decoration:underline}._alertsWidgetWrapper_14vrp_227{max-width:initial;flex:500px;min-height:193px}._chartWrapper_14vrp_484{padding:16px 0 0;position:relative}._chartWrapper_14vrp_484>div:first-child{margin:40px 0 50px}._mainValue_14vrp_492{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._mainValueLabel_14vrp_500{color:var(--text-muted);text-transform:uppercase;font-size:12px}._mainValueNumber_14vrp_506{color:var(--text-primary);margin-top:4px;font-size:24px;font-weight:500;line-height:1.5}._footer_14vrp_514{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._footerItem_14vrp_521{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._footerItem_14vrp_521:last-child{border:none}._footerNote_14vrp_530{color:var(--text-muted);align-items:center;font-size:12px;display:inline-flex}._footerNote_14vrp_530:before{content:"";background-color:var(--dot-color,#64748b);border-radius:50%;width:12px;height:12px;margin-right:4px;display:inline-flex}._footerValue_14vrp_546{color:var(--text-primary);margin-top:4px;font-size:24px;font-weight:500;line-height:1.5;display:block}._widgetLoader_14vrp_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._rainbowWrapper_1oy9k_1{width:210px}._rainbowWrapper_1e8u2_1{justify-content:center;width:240px;display:flex}._authButtonsWrapper_1ldg9_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1ldg9_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1ldg9_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_1ldg9_23{width:100%;margin-bottom:16px}._fieldWrapper_1ldg9_23:last-child{margin-bottom:0}._fieldLabel_1ldg9_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1ldg9_36{margin-top:8px;font-size:.75rem}._field_1ldg9_23{width:100%;position:relative}._fieldLabelNew_1ldg9_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1ldg9_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1ldg9_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1ldg9_52[type=password]{font-size:18px}._inputNew_1ldg9_52:focus,._inputNew_1ldg9_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1ldg9_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1ldg9_52:disabled::placeholder{color:#cbd5e1}._inputNew_1ldg9_52._error_1ldg9_7{border:1px solid #ef4444}._inputNew_1ldg9_52._error_1ldg9_7:focus,._inputNew_1ldg9_52._error_1ldg9_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1ldg9_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1ldg9_90{width:calc(50% - 8px)}._tableNavWrapper_1ldg9_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_1ldg9_109{align-items:center;gap:8px;display:flex}._tableNavItem_1ldg9_115{margin:0}._modalContent_1ldg9_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1ldg9_119._center_1ldg9_126{text-align:center;font-family:Inter}._modalContent_1ldg9_119._settings_1ldg9_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1ldg9_119._settingsIntegration_1ldg9_134,._modalContent_1ldg9_119._performanceTestModalContent_1ldg9_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1ldg9_119._monitoringReportContent_1ldg9_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1ldg9_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1ldg9_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1ldg9_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1ldg9_159:after,._modalLine_1ldg9_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1ldg9_159:before{left:-20px}._modalLine_1ldg9_159:after{right:-20px}._infoMessage_1ldg9_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1ldg9_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1ldg9_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1ldg9_197._buttonsAutoWidth_1ldg9_204{justify-content:flex-end}._fullWidthTitle_1ldg9_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1ldg9_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1ldg9_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1ldg9_227{padding:0 16px 16px}}._widgetHeader_1ldg9_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_1ldg9_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_1ldg9_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_1ldg9_264{align-items:center;height:180px;display:flex}._widgetFooter_1ldg9_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1ldg9_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1ldg9_277:last-child{border:none}._widgetMainValue_1ldg9_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1ldg9_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1ldg9_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_1ldg9_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1ldg9_313{opacity:.5;cursor:default}._widgetTag_1ldg9_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1ldg9_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1ldg9_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1ldg9_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1ldg9_339._green_1ldg9_344:before,._chartValuesTitle_1ldg9_339._dark_1ldg9_344:before,._chartValuesTitle_1ldg9_339._blue_1ldg9_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1ldg9_339._green_1ldg9_344:before{background:var(--status-success)}._chartValuesTitle_1ldg9_339._dark_1ldg9_344:before{background:#475569}._chartValuesTitle_1ldg9_339._blue_1ldg9_344:before{background:#43e0f8}._topbar_1ldg9_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1ldg9_374{display:inline-flex}._logo_1ldg9_374{max-width:110px}._menuWrapper_1ldg9_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_1ldg9_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1ldg9_382._opened_1ldg9_399{display:flex}}._menuItem_1ldg9_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1ldg9_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_1ldg9_404 ._menuIcon_1ldg9_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1ldg9_404 ._menuIconPerformance_1ldg9_430{fill:none}._menuItem_1ldg9_404 ._menuIconStroke_1ldg9_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1ldg9_404._active_1ldg9_438,._menuItem_1ldg9_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1ldg9_404._active_1ldg9_438 ._menuIcon_1ldg9_425:not(._menuIconStroke_1ldg9_433,._menuIconPerformance_1ldg9_430),._menuItem_1ldg9_404:hover ._menuIcon_1ldg9_425:not(._menuIconStroke_1ldg9_433,._menuIconPerformance_1ldg9_430){fill:#52c2fd}._menuItem_1ldg9_404._active_1ldg9_438 ._menuIconPerformance_1ldg9_430 path,._menuItem_1ldg9_404:hover ._menuIconPerformance_1ldg9_430 path{stroke:#59a6fd}._menuItem_1ldg9_404._active_1ldg9_438 ._menuIconStroke_1ldg9_433:not(._menuIcon_1ldg9_425),._menuItem_1ldg9_404:hover ._menuIconStroke_1ldg9_433:not(._menuIcon_1ldg9_425){stroke:#52c2fd}._redDot_1ldg9_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1ldg9_467{justify-content:center;display:flex}._link_1ldg9_472{color:var(--accent);cursor:pointer;text-decoration:underline}._periodButtonsWrapper_1ldg9_478{justify-content:space-between;margin-bottom:-8px;display:flex}._separator_1ldg9_484{background:#e2e8f0;width:calc(100% + 40px);height:1px;margin-top:20px;margin-bottom:12px;margin-right:20px;position:relative;left:-20px}._periodButton_1ldg9_478{border:1px solidvar(--border-default);background:var(--surface-1);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;width:calc(25% - 4px);height:36px;font-size:.875rem;transition:all .15s;display:inline-flex}._periodButton_1ldg9_478._active_1ldg9_438,._periodButton_1ldg9_478:hover{background:var(--accent-subtle);border-color:#43e0f8}._authButtonsWrapper_nxr4u_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_nxr4u_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_nxr4u_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_nxr4u_23{width:100%;margin-bottom:16px}._fieldWrapper_nxr4u_23:last-child{margin-bottom:0}._fieldLabel_nxr4u_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_nxr4u_36{margin-top:8px;font-size:.75rem}._field_nxr4u_23{width:100%;position:relative}._fieldLabelNew_nxr4u_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_nxr4u_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_nxr4u_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_nxr4u_52[type=password]{font-size:18px}._inputNew_nxr4u_52:focus,._inputNew_nxr4u_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_nxr4u_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_nxr4u_52:disabled::placeholder{color:#cbd5e1}._inputNew_nxr4u_52._error_nxr4u_7{border:1px solid #ef4444}._inputNew_nxr4u_52._error_nxr4u_7:focus,._inputNew_nxr4u_52._error_nxr4u_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_nxr4u_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_nxr4u_90{width:calc(50% - 8px)}._tableNavWrapper_nxr4u_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_nxr4u_109{align-items:center;gap:8px;display:flex}._tableNavItem_nxr4u_115{margin:0}._modalContent_nxr4u_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_nxr4u_119._center_nxr4u_126{text-align:center;font-family:Inter}._modalContent_nxr4u_119._settings_nxr4u_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_nxr4u_119._settingsIntegration_nxr4u_134,._modalContent_nxr4u_119._performanceTestModalContent_nxr4u_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_nxr4u_119._monitoringReportContent_nxr4u_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_nxr4u_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_nxr4u_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_nxr4u_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_nxr4u_159:after,._modalLine_nxr4u_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_nxr4u_159:before{left:-20px}._modalLine_nxr4u_159:after{right:-20px}._infoMessage_nxr4u_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_nxr4u_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_nxr4u_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_nxr4u_197._buttonsAutoWidth_nxr4u_204{justify-content:flex-end}._fullWidthTitle_nxr4u_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_nxr4u_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_nxr4u_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_nxr4u_227{padding:0 16px 16px}}._widgetHeader_nxr4u_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_nxr4u_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_nxr4u_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_nxr4u_264{align-items:center;height:180px;display:flex}._widgetFooter_nxr4u_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_nxr4u_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_nxr4u_277:last-child{border:none}._widgetMainValue_nxr4u_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_nxr4u_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_nxr4u_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_nxr4u_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_nxr4u_313{opacity:.5;cursor:default}._widgetTag_nxr4u_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_nxr4u_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_nxr4u_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_nxr4u_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_nxr4u_339._green_nxr4u_344:before,._chartValuesTitle_nxr4u_339._dark_nxr4u_344:before,._chartValuesTitle_nxr4u_339._blue_nxr4u_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_nxr4u_339._green_nxr4u_344:before{background:var(--status-success)}._chartValuesTitle_nxr4u_339._dark_nxr4u_344:before{background:#475569}._chartValuesTitle_nxr4u_339._blue_nxr4u_344:before{background:#43e0f8}._topbar_nxr4u_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_nxr4u_374{display:inline-flex}._logo_nxr4u_374{max-width:110px}._menuWrapper_nxr4u_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_nxr4u_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_nxr4u_382._opened_nxr4u_399{display:flex}}._menuItem_nxr4u_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_nxr4u_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_nxr4u_404 ._menuIcon_nxr4u_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_nxr4u_404 ._menuIconPerformance_nxr4u_430{fill:none}._menuItem_nxr4u_404 ._menuIconStroke_nxr4u_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_nxr4u_404._active_nxr4u_438,._menuItem_nxr4u_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_nxr4u_404._active_nxr4u_438 ._menuIcon_nxr4u_425:not(._menuIconStroke_nxr4u_433,._menuIconPerformance_nxr4u_430),._menuItem_nxr4u_404:hover ._menuIcon_nxr4u_425:not(._menuIconStroke_nxr4u_433,._menuIconPerformance_nxr4u_430){fill:#52c2fd}._menuItem_nxr4u_404._active_nxr4u_438 ._menuIconPerformance_nxr4u_430 path,._menuItem_nxr4u_404:hover ._menuIconPerformance_nxr4u_430 path{stroke:#59a6fd}._menuItem_nxr4u_404._active_nxr4u_438 ._menuIconStroke_nxr4u_433:not(._menuIcon_nxr4u_425),._menuItem_nxr4u_404:hover ._menuIconStroke_nxr4u_433:not(._menuIcon_nxr4u_425){stroke:#52c2fd}._redDot_nxr4u_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_nxr4u_467{justify-content:center;display:flex}._link_nxr4u_472{color:var(--accent);cursor:pointer;text-decoration:underline}._toggleContainer_nxr4u_478{cursor:pointer;display:inline-flex}._toggleSlider_nxr4u_483{background-color:#cbd5e1;border-radius:18px;width:30px;height:18px;transition:all .2s;position:relative}._toggleHandle_nxr4u_492{border:5px solid #fff;border-radius:50%;width:14px;height:14px;transition:all .2s;position:absolute;top:2px;left:2px;box-shadow:-2px 2px 2px #0000000d}._checked_nxr4u_504._toggleSlider_nxr4u_483{background-color:#00bbdc}._checked_nxr4u_504 ._toggleHandle_nxr4u_492{transform:translate(12px)}input[type=checkbox]{display:none}._toggleWrapper_nxr4u_516{align-items:center;display:inline-flex;position:relative}._toggleWrapper_nxr4u_516._reverse_nxr4u_521{flex-direction:row-reverse}._toggleText_nxr4u_525{padding:0 8px;font-size:.875rem}._authButtonsWrapper_7ttpd_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_7ttpd_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_7ttpd_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_7ttpd_23{width:100%;margin-bottom:16px}._fieldWrapper_7ttpd_23:last-child{margin-bottom:0}._fieldLabel_7ttpd_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_7ttpd_36{margin-top:8px;font-size:.75rem}._field_7ttpd_23{width:100%;position:relative}._fieldLabelNew_7ttpd_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_7ttpd_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_7ttpd_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_7ttpd_52[type=password]{font-size:18px}._inputNew_7ttpd_52:focus,._inputNew_7ttpd_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_7ttpd_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_7ttpd_52:disabled::placeholder{color:#cbd5e1}._inputNew_7ttpd_52._error_7ttpd_7{border:1px solid #ef4444}._inputNew_7ttpd_52._error_7ttpd_7:focus,._inputNew_7ttpd_52._error_7ttpd_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_7ttpd_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_7ttpd_90{width:calc(50% - 8px)}._tableNavWrapper_7ttpd_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_7ttpd_109{align-items:center;gap:8px;display:flex}._tableNavItem_7ttpd_115{margin:0}._modalContent_7ttpd_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_7ttpd_119._center_7ttpd_126{text-align:center;font-family:Inter}._modalContent_7ttpd_119._settings_7ttpd_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_7ttpd_119._settingsIntegration_7ttpd_134,._modalContent_7ttpd_119._performanceTestModalContent_7ttpd_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_7ttpd_119._monitoringReportContent_7ttpd_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_7ttpd_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_7ttpd_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_7ttpd_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_7ttpd_159:after,._modalLine_7ttpd_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_7ttpd_159:before{left:-20px}._modalLine_7ttpd_159:after{right:-20px}._infoMessage_7ttpd_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_7ttpd_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_7ttpd_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_7ttpd_197._buttonsAutoWidth_7ttpd_204{justify-content:flex-end}._fullWidthTitle_7ttpd_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_7ttpd_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_7ttpd_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_7ttpd_227{padding:0 16px 16px}}._widgetHeader_7ttpd_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_7ttpd_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_7ttpd_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_7ttpd_264{align-items:center;height:180px;display:flex}._widgetFooter_7ttpd_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_7ttpd_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_7ttpd_277:last-child{border:none}._widgetMainValue_7ttpd_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_7ttpd_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_7ttpd_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_7ttpd_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_7ttpd_313{opacity:.5;cursor:default}._widgetTag_7ttpd_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_7ttpd_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_7ttpd_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_7ttpd_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_7ttpd_339._green_7ttpd_344:before,._chartValuesTitle_7ttpd_339._dark_7ttpd_344:before,._chartValuesTitle_7ttpd_339._blue_7ttpd_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_7ttpd_339._green_7ttpd_344:before{background:var(--status-success)}._chartValuesTitle_7ttpd_339._dark_7ttpd_344:before{background:#475569}._chartValuesTitle_7ttpd_339._blue_7ttpd_344:before{background:#43e0f8}._topbar_7ttpd_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_7ttpd_374{display:inline-flex}._logo_7ttpd_374{max-width:110px}._menuWrapper_7ttpd_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_7ttpd_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_7ttpd_382._opened_7ttpd_399{display:flex}}._menuItem_7ttpd_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_7ttpd_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_7ttpd_404 ._menuIcon_7ttpd_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_7ttpd_404 ._menuIconPerformance_7ttpd_430{fill:none}._menuItem_7ttpd_404 ._menuIconStroke_7ttpd_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_7ttpd_404._active_7ttpd_438,._menuItem_7ttpd_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_7ttpd_404._active_7ttpd_438 ._menuIcon_7ttpd_425:not(._menuIconStroke_7ttpd_433,._menuIconPerformance_7ttpd_430),._menuItem_7ttpd_404:hover ._menuIcon_7ttpd_425:not(._menuIconStroke_7ttpd_433,._menuIconPerformance_7ttpd_430){fill:#52c2fd}._menuItem_7ttpd_404._active_7ttpd_438 ._menuIconPerformance_7ttpd_430 path,._menuItem_7ttpd_404:hover ._menuIconPerformance_7ttpd_430 path{stroke:#59a6fd}._menuItem_7ttpd_404._active_7ttpd_438 ._menuIconStroke_7ttpd_433:not(._menuIcon_7ttpd_425),._menuItem_7ttpd_404:hover ._menuIconStroke_7ttpd_433:not(._menuIcon_7ttpd_425){stroke:#52c2fd}._redDot_7ttpd_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_7ttpd_467{justify-content:center;display:flex}._link_7ttpd_472{color:var(--accent);cursor:pointer;text-decoration:underline}._alertRulesTableActions_7ttpd_478>span:hover{background-color:initial}._alertRuleConfirmationIcon_7ttpd_482{background-color:#fff4cc;border-radius:10px;justify-content:center;align-items:center;width:56px;height:56px;margin:auto;display:flex}._alertRuleConfirmationIcon_7ttpd_482 svg{width:24px;height:24px}._alertRuleConfirmationModal_7ttpd_497{z-index:calc(6001 + 2)}._alertRuleConfirmationModal_7ttpd_497+div{z-index:calc(6000 + 2);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0f172a7a}._impactMessage_7ttpd_506{margin-top:16px}._activeAlertRulesCell_7ttpd_510{max-width:100%;color:var(--text-primary);font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;padding:0;display:inline-flex}._activeAlertRulesChip_7ttpd_523,._activeAlertRulesCount_7ttpd_524,._activeAlertRulesListItem_7ttpd_525{background:var(--surface-3);border-radius:8px;font-family:Inter;font-size:.875rem}._activeAlertRulesChip_7ttpd_523{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:180px;padding:4px 10px;overflow:hidden}._activeAlertRulesCount_7ttpd_524{padding:4px 8px}._activeAlertRulesModal_7ttpd_545{padding:20px}._activeAlertRulesTitle_7ttpd_549{color:var(--text-primary);margin:0;font-size:1.125rem;font-weight:500;line-height:1.5}._activeAlertRulesMeta_7ttpd_557{color:var(--text-primary);flex-direction:row;gap:24px;margin-top:16px;margin-bottom:32px;font-size:.875rem;line-height:1.5;display:flex}._activeAlertRulesLabel_7ttpd_568{color:var(--text-muted);font-size:.75rem;font-weight:500}._activeAlertRulesList_7ttpd_525{gap:8px;display:grid}._activeAlertRulesListItem_7ttpd_525{color:var(--text-primary);padding:8px 12px;font-size:.875rem;line-height:1.5}._alertRuleModal_1e0l9_1{border-radius:24px;overflow:hidden}._alertRuleCloseIcon_1e0l9_6{top:22px;right:24px}._modalHeader_1e0l9_11{align-items:center;gap:8px;padding:24px 16px;display:flex}._ruleIcon_1e0l9_18{width:32px;height:32px;color:var(--text-muted);border:1px solid #d9e4f2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;display:flex}._modalTitle_1e0l9_31{color:var(--text-primary);margin:0;font-size:1.125rem;font-weight:500}._tabSwitch_1e0l9_38{background:#eef2f7;border-radius:999px;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;margin:0 16px 16px;padding:4px;display:grid}._tabButton_1e0l9_48{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:8px;font-size:.875rem;transition:background-color .2s,color .2s}._tabButton_1e0l9_48[data-active=true]{background:var(--surface-1);color:var(--text-primary);box-shadow:0 2px 8px #94a3b83d}._thresholdBlock_1e0l9_64{background:var(--surface-2);padding:16px 24px}._blockLabel_1e0l9_69{color:#64748b;letter-spacing:.06em;font-size:.75rem;font-weight:600}._blockDescription_1e0l9_76{color:var(--text-disabled);margin-top:2px;font-size:.875rem}._conditionCard_1e0l9_82,._infoCard_1e0l9_83{background:var(--surface-3);border-radius:12px;margin:16px 16px 0;padding:16px}._conditionText_1e0l9_90{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:8px;font-size:.875rem;line-height:1.4;display:flex}._valueUnitInput_1e0l9_100{background:var(--surface-1);border:1px solid #d9e4f2;border-radius:14px;align-items:center;min-height:40px;display:inline-flex;overflow:hidden;box-shadow:0 2px 8px #0f172a0a}._valueUnitField_1e0l9_111{vertical-align:top;flex-direction:column;align-items:flex-start;display:inline-flex}._valueUnitError_1e0l9_118{color:var(--status-danger-text);margin-top:16px;font-size:.75rem;line-height:1.2}._valueUnitNumber_1e0l9_125,._valueUnitSelect_1e0l9_126{color:#1e293b;background:0 0;border:0;min-height:40px;font-family:Inter;font-size:.875rem;line-height:1}._valueUnitNumber_1e0l9_125:focus,._valueUnitSelect_1e0l9_126:focus{outline:none}._valueUnitNumber_1e0l9_125{width:60px;padding:0 0 0 16px}._valueUnitSelect_1e0l9_126{min-width:60px;color:var(--text-disabled);cursor:pointer;padding:0 16px 0 8px}._infoCard_1e0l9_83{color:var(--text-primary);background:#eef2f7;margin-top:10px;font-size:.875rem;line-height:1.5}._resetButton_1e0l9_160{color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:center;align-items:center;gap:4px;margin:16px;padding:0;font-size:.875rem;display:flex}._resetButton_1e0l9_160:hover{color:#1a1b1d}._resetButton_1e0l9_160:hover ._resetIcon_1e0l9_177{stroke:#1a1b1d}._resetIcon_1e0l9_177{flex-shrink:0;width:20px;height:20px}._resetIcon_1e0l9_177>path{stroke:currentColor}._alertRuleModalFooter_1e0l9_190{border-top:0;gap:8px;padding:16px}._alertRuleModalFooter_1e0l9_190>span,._alertRuleModalFooter_1e0l9_190>button{border-radius:999px;height:36px;font-size:.875rem}._thermostatsTab_1e0l9_202{flex-direction:column;min-height:0;max-height:min(600px,90vh - 180px);padding:0 16px 16px;display:flex}._thermostatsTableScroll_1e0l9_210{min-height:0;overflow-y:auto}._thermostatActions_1e0l9_215{gap:4px;margin-bottom:16px;display:flex}._thermostatActionButton_1e0l9_221{background:var(--surface-2);color:var(--text-secondary);text-transform:uppercase;cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:2px 8px;font-family:Inter;font-size:.75rem;line-height:1;transition:opacity .2s;display:inline-flex}._thermostatActionButton_1e0l9_221[data-action=activate]{color:#0f766e;background:#ecfeff;border-color:#5eead4}._thermostatActionButton_1e0l9_221[data-action=deactivate]{color:#db2777;background:#fdf2f8;border-color:#f9a8d4}._thermostatActionButton_1e0l9_221:disabled{cursor:default}._thermostatActionButton_1e0l9_221:hover{filter:brightness(.98)}._thermostatActionButton_1e0l9_221:focus-visible{outline-offset:2px;outline:2px solid #2db2c859}._grayDivider_1e0l9_258{color:#e2e8f0;font-family:Inter;font-size:.875rem}._selectedFilters_1e0l9_264{flex-flow:wrap;align-items:center;gap:8px;margin-bottom:16px;display:flex}._selectedFiltersLabel_1e0l9_273{color:var(--text-primary);font-size:.75rem;font-weight:500}._selectedFiltersTags_1e0l9_279{flex-wrap:wrap;align-items:center;gap:4px;display:flex}._selectedFilterTag_1e0l9_286{color:#0f9daf;white-space:nowrap;background:#dff8ff;border-radius:999px;align-items:center;gap:8px;padding:6px 10px;font-size:.75rem;line-height:1.125;display:inline-flex}._selectedFilterTagLabel_1e0l9_299{color:var(--text-muted);font-size:.75rem}._selectedFilterTagValues_1e0l9_304{color:#0ea5c6;white-space:pre-wrap;font-size:.75rem;font-weight:500}._clearSelectionButton_1e0l9_311{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:.75rem}._clearSelectionButton_1e0l9_311:hover{color:var(--text-primary)}._authButtonsWrapper_12imk_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_12imk_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_12imk_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_12imk_23{width:100%;margin-bottom:16px}._fieldWrapper_12imk_23:last-child{margin-bottom:0}._fieldLabel_12imk_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_12imk_36{margin-top:8px;font-size:.75rem}._field_12imk_23{width:100%;position:relative}._fieldLabelNew_12imk_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_12imk_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_12imk_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_12imk_52[type=password]{font-size:18px}._inputNew_12imk_52:focus,._inputNew_12imk_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_12imk_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_12imk_52:disabled::placeholder{color:#cbd5e1}._inputNew_12imk_52._error_12imk_7{border:1px solid #ef4444}._inputNew_12imk_52._error_12imk_7:focus,._inputNew_12imk_52._error_12imk_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_12imk_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_12imk_90{width:calc(50% - 8px)}._tableNavWrapper_12imk_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_12imk_109{align-items:center;gap:8px;display:flex}._tableNavItem_12imk_115{margin:0}._modalContent_12imk_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_12imk_119._center_12imk_126{text-align:center;font-family:Inter}._modalContent_12imk_119._settings_12imk_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_12imk_119._settingsIntegration_12imk_134,._modalContent_12imk_119._performanceTestModalContent_12imk_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_12imk_119._monitoringReportContent_12imk_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_12imk_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_12imk_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_12imk_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_12imk_159:after,._modalLine_12imk_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_12imk_159:before{left:-20px}._modalLine_12imk_159:after{right:-20px}._infoMessage_12imk_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_12imk_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_12imk_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_12imk_197._buttonsAutoWidth_12imk_204{justify-content:flex-end}._fullWidthTitle_12imk_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_12imk_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_12imk_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_12imk_227{padding:0 16px 16px}}._widgetHeader_12imk_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_12imk_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_12imk_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_12imk_264{align-items:center;height:180px;display:flex}._widgetFooter_12imk_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_12imk_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_12imk_277:last-child{border:none}._widgetMainValue_12imk_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_12imk_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_12imk_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_12imk_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_12imk_313{opacity:.5;cursor:default}._widgetTag_12imk_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_12imk_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_12imk_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_12imk_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_12imk_339._green_12imk_344:before,._chartValuesTitle_12imk_339._dark_12imk_344:before,._chartValuesTitle_12imk_339._blue_12imk_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_12imk_339._green_12imk_344:before{background:var(--status-success)}._chartValuesTitle_12imk_339._dark_12imk_344:before{background:#475569}._chartValuesTitle_12imk_339._blue_12imk_344:before{background:#43e0f8}._topbar_12imk_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_12imk_374{display:inline-flex}._logo_12imk_374{max-width:110px}._menuWrapper_12imk_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_12imk_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_12imk_382._opened_12imk_399{display:flex}}._menuItem_12imk_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_12imk_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_12imk_404 ._menuIcon_12imk_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_12imk_404 ._menuIconPerformance_12imk_430{fill:none}._menuItem_12imk_404 ._menuIconStroke_12imk_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_12imk_404._active_12imk_438,._menuItem_12imk_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_12imk_404._active_12imk_438 ._menuIcon_12imk_425:not(._menuIconStroke_12imk_433,._menuIconPerformance_12imk_430),._menuItem_12imk_404:hover ._menuIcon_12imk_425:not(._menuIconStroke_12imk_433,._menuIconPerformance_12imk_430){fill:#52c2fd}._menuItem_12imk_404._active_12imk_438 ._menuIconPerformance_12imk_430 path,._menuItem_12imk_404:hover ._menuIconPerformance_12imk_430 path{stroke:#59a6fd}._menuItem_12imk_404._active_12imk_438 ._menuIconStroke_12imk_433:not(._menuIcon_12imk_425),._menuItem_12imk_404:hover ._menuIconStroke_12imk_433:not(._menuIcon_12imk_425){stroke:#52c2fd}._redDot_12imk_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_12imk_467{justify-content:center;display:flex}._link_12imk_472{color:var(--accent);cursor:pointer;text-decoration:underline}._modalTitle_12imk_147{margin:0}._modalSubtitle_12imk_482{text-transform:uppercase;color:var(--text-muted);font-size:.75rem}._statsScrollableArea_12imk_488{height:calc(100vh - 95px);height:calc(var(--vh,1vh) * 100 - 95px);padding-bottom:30px;position:relative;overflow:scroll}._monitoringDetailsContainer_12imk_496{flex-wrap:wrap;justify-content:flex-start;gap:24px;padding:0 24px 24px;display:flex}._devicesDataContainer_12imk_504{flex-wrap:wrap;justify-content:space-between;gap:24px;padding:0 24px 24px;display:flex}._devicesDataItem_12imk_512{flex:1}._devicesDataText_12imk_516{word-break:break-all;margin-top:4px;font-size:.75rem;font-weight:500}._devicesDataText_12imk_516._cooling_12imk_522{color:#3b92f6}._devicesDataText_12imk_516._heating_12imk_525{color:var(--status-danger)}._devicesDataText_12imk_516._good_12imk_528{color:var(--status-success)}._devicesDataText_12imk_516._fair_12imk_531{color:var(--status-warning)}._devicesDataText_12imk_516._bad_12imk_534{color:var(--status-danger)}._devicesDataText_12imk_516._blue_12imk_344{color:var(--accent)}._chartsWrapper_12imk_541{min-height:480px;padding:0 20px}._mobileChartsWrapper_12imk_546{min-height:510px}._drawerTabsWrapper_12imk_550{margin-bottom:24px;padding:0 24px}._drawerTabs_12imk_550{background-color:var(--surface-3);border-radius:32px;gap:5px;padding:4px;display:flex}._drawerTab_12imk_550{color:var(--text-disabled);text-align:center;cursor:pointer;border-radius:32px;flex:1;padding:8px 0;font-size:14px;line-height:20px;transition:all .3s}._drawerTab_12imk_550._active_12imk_438{background-color:var(--surface-1);color:var(--text-secondary);cursor:initial}._drawerTab_12imk_550:hover{color:var(--text-secondary);background-color:var(--surface-1)}._tabButtonsWrapper_12imk_584{flex:1;align-items:center;width:100%;margin-bottom:14px;display:flex}._tempToggleWrapper_12imk_592{flex:1;justify-content:flex-end;align-items:center;gap:6px;margin-right:10px;display:flex;position:absolute;top:17px;right:35px}._tempToggleWrapper_12imk_592 span{color:var(--text-muted);font-size:14px;font-weight:500}._tabButton_12imk_584{color:var(--text-muted);cursor:pointer;border-bottom:2px solid #0000;margin-bottom:-1px;margin-right:24px;padding-bottom:14px;font-size:14px;font-weight:500}._tabButton_12imk_584:hover{color:var(--text-secondary)}._tabButton_12imk_584._active_12imk_438{color:var(--text-secondary);border-color:#43e0f8}._chartContainer_12imk_627{height:200px;position:relative}._chartContainerWithLabel_12imk_632{height:240px}._temperatureLineChartContainer_12imk_636{margin-bottom:20px}._chartBottomDiv_12imk_640{opacity:.7;z-index:1;height:24px;position:absolute}._emptyReportDataWrapper_12imk_647{margin-top:52px}._barChartContainer_12imk_651{height:280px}@media only screen and (width<=768px){._temperatureLineChartContainer_12imk_636{margin-bottom:0}._tabButtonsWrapper_12imk_584{flex-wrap:wrap;width:100%;margin:0 -20px}._tabButtonsWrapper_12imk_584>span{order:-1;justify-content:center;width:100%;margin:0 auto 5px;display:flex}._tabButtonsWrapper_12imk_584>div{width:100%;display:flex}._barChartContainer_12imk_651{margin-bottom:30px}._emptyReportDataWrapper_12imk_647{margin-top:15px}._tabButton_12imk_584{border-bottom:1px solid var(--border-strong);text-align:center;cursor:pointer;width:100%;margin-right:0;padding-top:14px}._tabButton_12imk_584:hover{color:var(--text-secondary)}._tabButton_12imk_584._active_12imk_438{color:var(--accent);border-color:var(--accent)}}._draggableItem_1hjc1_1{touch-action:pan-y;align-items:center;padding:20px;transition:background-color .2s;display:flex}._draggableItem_1hjc1_1:hover{background:var(--surface-2)}._dragIcon_1hjc1_12{cursor:grab;touch-action:none;justify-content:flex-start;align-items:center;width:28px;height:40px;margin:-10px 0;display:inline-flex}._dragIcon_1hjc1_12:active{cursor:grabbing}._dragging_1hjc1_26{background:var(--surface-2);z-index:1000;position:relative;box-shadow:0 10px 20px #0000001a}._toggleHide_1hjc1_33{opacity:.6;cursor:pointer;justify-content:flex-end;align-items:center;width:40px;height:40px;margin:-10px 0 -10px auto;display:flex}._toggleHide_1hjc1_33._showIcon_1hjc1_43{content:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10%206.875C9.1712%206.875%208.37634%207.20424%207.79029%207.79029C7.20424%208.37634%206.875%209.1712%206.875%2010C6.875%2010.8288%207.20424%2011.6237%207.79029%2012.2097C8.37634%2012.7958%209.1712%2013.125%2010%2013.125C10.8288%2013.125%2011.6237%2012.7958%2012.2097%2012.2097C12.7958%2011.6237%2013.125%2010.8288%2013.125%2010C13.125%209.1712%2012.7958%208.37634%2012.2097%207.79029C11.6237%207.20424%2010.8288%206.875%2010%206.875ZM8.125%2010C8.125%209.50272%208.32254%209.02581%208.67417%208.67417C9.02581%208.32254%209.50272%208.125%2010%208.125C10.4973%208.125%2010.9742%208.32254%2011.3258%208.67417C11.6775%209.02581%2011.875%209.50272%2011.875%2010C11.875%2010.4973%2011.6775%2010.9742%2011.3258%2011.3258C10.9742%2011.6775%2010.4973%2011.875%2010%2011.875C9.50272%2011.875%209.02581%2011.6775%208.67417%2011.3258C8.32254%2010.9742%208.125%2010.4973%208.125%2010Z'%20fill='black'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.99935%202.7085C6.23768%202.7085%203.70352%204.96183%202.23268%206.87266L2.20685%206.90683C1.87352%207.33933%201.56768%207.73683%201.36018%208.20683C1.13768%208.711%201.04102%209.26016%201.04102%2010.0002C1.04102%2010.7402%201.13768%2011.2893%201.36018%2011.7935C1.56852%2012.2635%201.87435%2012.6618%202.20685%2013.0935L2.23352%2013.1277C3.70352%2015.0385%206.23768%2017.2918%209.99935%2017.2918C13.761%2017.2918%2016.2952%2015.0385%2017.766%2013.1277L17.7918%2013.0935C18.1252%2012.6618%2018.431%2012.2635%2018.6385%2011.7935C18.861%2011.2893%2018.9577%2010.7402%2018.9577%2010.0002C18.9577%209.26016%2018.861%208.711%2018.6385%208.20683C18.4302%207.73683%2018.1243%207.33933%2017.7918%206.90683L17.7652%206.87266C16.2952%204.96183%2013.761%202.7085%209.99935%202.7085ZM3.22435%207.63516C4.58102%205.871%206.79102%203.9585%209.99935%203.9585C13.2077%203.9585%2015.4168%205.871%2016.7743%207.63516C17.141%208.11016%2017.3543%208.3935%2017.4952%208.71183C17.6269%209.01016%2017.7077%209.37433%2017.7077%2010.0002C17.7077%2010.626%2017.6269%2010.9902%2017.4952%2011.2885C17.3543%2011.6068%2017.1402%2011.8902%2016.7752%2012.3652C15.416%2014.1293%2013.2077%2016.0418%209.99935%2016.0418C6.79102%2016.0418%204.58185%2014.1293%203.22435%2012.3652C2.85768%2011.8902%202.64435%2011.6068%202.50352%2011.2885C2.37185%2010.9902%202.29102%2010.626%202.29102%2010.0002C2.29102%209.37433%202.37185%209.01016%202.50352%208.71183C2.64435%208.3935%202.85935%208.11016%203.22435%207.63516Z'%20fill='black'/%3e%3cpath%20d='M17.9167%201.25L2.5%2017.5'%20stroke='black'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/svg%3e")}._toggleHide_1hjc1_33._hideIcon_1hjc1_46{content:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10%206.875C9.1712%206.875%208.37634%207.20424%207.79029%207.79029C7.20424%208.37634%206.875%209.1712%206.875%2010C6.875%2010.8288%207.20424%2011.6237%207.79029%2012.2097C8.37634%2012.7958%209.1712%2013.125%2010%2013.125C10.8288%2013.125%2011.6237%2012.7958%2012.2097%2012.2097C12.7958%2011.6237%2013.125%2010.8288%2013.125%2010C13.125%209.1712%2012.7958%208.37634%2012.2097%207.79029C11.6237%207.20424%2010.8288%206.875%2010%206.875ZM8.125%2010C8.125%209.50272%208.32254%209.02581%208.67417%208.67417C9.02581%208.32254%209.50272%208.125%2010%208.125C10.4973%208.125%2010.9742%208.32254%2011.3258%208.67417C11.6775%209.02581%2011.875%209.50272%2011.875%2010C11.875%2010.4973%2011.6775%2010.9742%2011.3258%2011.3258C10.9742%2011.6775%2010.4973%2011.875%2010%2011.875C9.50272%2011.875%209.02581%2011.6775%208.67417%2011.3258C8.32254%2010.9742%208.125%2010.4973%208.125%2010Z'%20fill='black'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.99935%202.7085C6.23768%202.7085%203.70352%204.96183%202.23268%206.87266L2.20685%206.90683C1.87352%207.33933%201.56768%207.73683%201.36018%208.20683C1.13768%208.711%201.04102%209.26016%201.04102%2010.0002C1.04102%2010.7402%201.13768%2011.2893%201.36018%2011.7935C1.56852%2012.2635%201.87435%2012.6618%202.20685%2013.0935L2.23352%2013.1277C3.70352%2015.0385%206.23768%2017.2918%209.99935%2017.2918C13.761%2017.2918%2016.2952%2015.0385%2017.766%2013.1277L17.7918%2013.0935C18.1252%2012.6618%2018.431%2012.2635%2018.6385%2011.7935C18.861%2011.2893%2018.9577%2010.7402%2018.9577%2010.0002C18.9577%209.26016%2018.861%208.711%2018.6385%208.20683C18.4302%207.73683%2018.1243%207.33933%2017.7918%206.90683L17.7652%206.87266C16.2952%204.96183%2013.761%202.7085%209.99935%202.7085ZM3.22435%207.63516C4.58102%205.871%206.79102%203.9585%209.99935%203.9585C13.2077%203.9585%2015.4168%205.871%2016.7743%207.63516C17.141%208.11016%2017.3543%208.3935%2017.4952%208.71183C17.6269%209.01016%2017.7077%209.37433%2017.7077%2010.0002C17.7077%2010.626%2017.6269%2010.9902%2017.4952%2011.2885C17.3543%2011.6068%2017.1402%2011.8902%2016.7752%2012.3652C15.416%2014.1293%2013.2077%2016.0418%209.99935%2016.0418C6.79102%2016.0418%204.58185%2014.1293%203.22435%2012.3652C2.85768%2011.8902%202.64435%2011.6068%202.50352%2011.2885C2.37185%2010.9902%202.29102%2010.626%202.29102%2010.0002C2.29102%209.37433%202.37185%209.01016%202.50352%208.71183C2.64435%208.3935%202.85935%208.11016%203.22435%207.63516Z'%20fill='black'/%3e%3c/svg%3e")}._hidden_1hjc1_50{color:#cbd5e1}._authButtonsWrapper_1648y_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1648y_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1648y_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_1648y_23{width:100%;margin-bottom:16px}._fieldWrapper_1648y_23:last-child{margin-bottom:0}._fieldLabel_1648y_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1648y_36{margin-top:8px;font-size:.75rem}._field_1648y_23{width:100%;position:relative}._fieldLabelNew_1648y_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1648y_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1648y_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1648y_52[type=password]{font-size:18px}._inputNew_1648y_52:focus,._inputNew_1648y_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1648y_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1648y_52:disabled::placeholder{color:#cbd5e1}._inputNew_1648y_52._error_1648y_7{border:1px solid #ef4444}._inputNew_1648y_52._error_1648y_7:focus,._inputNew_1648y_52._error_1648y_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1648y_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1648y_90{width:calc(50% - 8px)}._tableNavWrapper_1648y_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_1648y_109{align-items:center;gap:8px;display:flex}._tableNavItem_1648y_115{margin:0}._modalContent_1648y_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1648y_119._center_1648y_126{text-align:center;font-family:Inter}._modalContent_1648y_119._settings_1648y_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1648y_119._settingsIntegration_1648y_134,._modalContent_1648y_119._performanceTestModalContent_1648y_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1648y_119._monitoringReportContent_1648y_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1648y_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1648y_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1648y_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1648y_159:after,._modalLine_1648y_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1648y_159:before{left:-20px}._modalLine_1648y_159:after{right:-20px}._infoMessage_1648y_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1648y_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1648y_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1648y_197._buttonsAutoWidth_1648y_204{justify-content:flex-end}._fullWidthTitle_1648y_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1648y_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1648y_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1648y_227{padding:0 16px 16px}}._widgetHeader_1648y_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_1648y_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_1648y_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_1648y_264{align-items:center;height:180px;display:flex}._widgetFooter_1648y_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1648y_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1648y_277:last-child{border:none}._widgetMainValue_1648y_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1648y_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1648y_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_1648y_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1648y_313{opacity:.5;cursor:default}._widgetTag_1648y_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1648y_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1648y_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1648y_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1648y_339._green_1648y_344:before,._chartValuesTitle_1648y_339._dark_1648y_344:before,._chartValuesTitle_1648y_339._blue_1648y_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1648y_339._green_1648y_344:before{background:var(--status-success)}._chartValuesTitle_1648y_339._dark_1648y_344:before{background:#475569}._chartValuesTitle_1648y_339._blue_1648y_344:before{background:#43e0f8}._topbar_1648y_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1648y_374{display:inline-flex}._logo_1648y_374{max-width:110px}._menuWrapper_1648y_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_1648y_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1648y_382._opened_1648y_399{display:flex}}._menuItem_1648y_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1648y_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_1648y_404 ._menuIcon_1648y_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1648y_404 ._menuIconPerformance_1648y_430{fill:none}._menuItem_1648y_404 ._menuIconStroke_1648y_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1648y_404._active_1648y_438,._menuItem_1648y_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1648y_404._active_1648y_438 ._menuIcon_1648y_425:not(._menuIconStroke_1648y_433,._menuIconPerformance_1648y_430),._menuItem_1648y_404:hover ._menuIcon_1648y_425:not(._menuIconStroke_1648y_433,._menuIconPerformance_1648y_430){fill:#52c2fd}._menuItem_1648y_404._active_1648y_438 ._menuIconPerformance_1648y_430 path,._menuItem_1648y_404:hover ._menuIconPerformance_1648y_430 path{stroke:#59a6fd}._menuItem_1648y_404._active_1648y_438 ._menuIconStroke_1648y_433:not(._menuIcon_1648y_425),._menuItem_1648y_404:hover ._menuIconStroke_1648y_433:not(._menuIcon_1648y_425){stroke:#52c2fd}._redDot_1648y_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1648y_467{justify-content:center;display:flex}._link_1648y_472{color:var(--accent);cursor:pointer;text-decoration:underline}._draggableWrapper_1648y_478{text-transform:capitalize;max-height:calc(90vh - 145px);overflow:hidden auto}._editColumnsModal_1648y_485{flex-direction:column;display:flex}._authButtonsWrapper_1699n_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1699n_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1699n_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_1699n_23{width:100%;margin-bottom:16px}._fieldWrapper_1699n_23:last-child{margin-bottom:0}._fieldLabel_1699n_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1699n_36{margin-top:8px;font-size:.75rem}._field_1699n_23{width:100%;position:relative}._fieldLabelNew_1699n_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1699n_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1699n_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1699n_52[type=password]{font-size:18px}._inputNew_1699n_52:focus,._inputNew_1699n_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1699n_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1699n_52:disabled::placeholder{color:#cbd5e1}._inputNew_1699n_52._error_1699n_7{border:1px solid #ef4444}._inputNew_1699n_52._error_1699n_7:focus,._inputNew_1699n_52._error_1699n_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1699n_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1699n_90{width:calc(50% - 8px)}._tableNavWrapper_1699n_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_1699n_109{align-items:center;gap:8px;display:flex}._tableNavItem_1699n_115{margin:0}._modalContent_1699n_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1699n_119._center_1699n_126{text-align:center;font-family:Inter}._modalContent_1699n_119._settings_1699n_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1699n_119._settingsIntegration_1699n_134,._modalContent_1699n_119._performanceTestModalContent_1699n_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1699n_119._monitoringReportContent_1699n_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1699n_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1699n_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1699n_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1699n_159:after,._modalLine_1699n_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1699n_159:before{left:-20px}._modalLine_1699n_159:after{right:-20px}._infoMessage_1699n_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1699n_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1699n_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1699n_197._buttonsAutoWidth_1699n_204{justify-content:flex-end}._fullWidthTitle_1699n_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1699n_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1699n_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1699n_227{padding:0 16px 16px}}._widgetHeader_1699n_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_1699n_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_1699n_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_1699n_264{align-items:center;height:180px;display:flex}._widgetFooter_1699n_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1699n_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1699n_277:last-child{border:none}._widgetMainValue_1699n_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1699n_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1699n_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_1699n_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1699n_313{opacity:.5;cursor:default}._widgetTag_1699n_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1699n_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1699n_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1699n_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1699n_339._green_1699n_344:before,._chartValuesTitle_1699n_339._dark_1699n_344:before,._chartValuesTitle_1699n_339._blue_1699n_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1699n_339._green_1699n_344:before{background:var(--status-success)}._chartValuesTitle_1699n_339._dark_1699n_344:before{background:#475569}._chartValuesTitle_1699n_339._blue_1699n_344:before{background:#43e0f8}._topbar_1699n_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1699n_374{display:inline-flex}._logo_1699n_374{max-width:110px}._menuWrapper_1699n_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_1699n_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1699n_382._opened_1699n_399{display:flex}}._menuItem_1699n_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1699n_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_1699n_404 ._menuIcon_1699n_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1699n_404 ._menuIconPerformance_1699n_430{fill:none}._menuItem_1699n_404 ._menuIconStroke_1699n_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1699n_404._active_1699n_438,._menuItem_1699n_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1699n_404._active_1699n_438 ._menuIcon_1699n_425:not(._menuIconStroke_1699n_433,._menuIconPerformance_1699n_430),._menuItem_1699n_404:hover ._menuIcon_1699n_425:not(._menuIconStroke_1699n_433,._menuIconPerformance_1699n_430){fill:#52c2fd}._menuItem_1699n_404._active_1699n_438 ._menuIconPerformance_1699n_430 path,._menuItem_1699n_404:hover ._menuIconPerformance_1699n_430 path{stroke:#59a6fd}._menuItem_1699n_404._active_1699n_438 ._menuIconStroke_1699n_433:not(._menuIcon_1699n_425),._menuItem_1699n_404:hover ._menuIconStroke_1699n_433:not(._menuIcon_1699n_425){stroke:#52c2fd}._redDot_1699n_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1699n_467{justify-content:center;display:flex}._link_1699n_472{color:var(--accent);cursor:pointer;text-decoration:underline}._alertStatus_1699n_478{text-transform:uppercase;align-items:center;font-size:.75rem;font-weight:500;display:inline-flex}._alertStatus_1699n_478:before{content:"";border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-flex}._alertStatus_1699n_478._active_1699n_438:before{background:var(--status-success)}._alertStatus_1699n_478._frozen_1699n_496:before{background:#475569}._alertStatus_1699n_478._acknowledged_1699n_499:before{background:var(--accent)}._authButtonsWrapper_x5utd_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_x5utd_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_x5utd_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_x5utd_23{width:100%;margin-bottom:16px}._fieldWrapper_x5utd_23:last-child{margin-bottom:0}._fieldLabel_x5utd_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_x5utd_36{margin-top:8px;font-size:.75rem}._field_x5utd_23{width:100%;position:relative}._fieldLabelNew_x5utd_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_x5utd_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_x5utd_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_x5utd_52[type=password]{font-size:18px}._inputNew_x5utd_52:focus,._inputNew_x5utd_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_x5utd_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_x5utd_52:disabled::placeholder{color:#cbd5e1}._inputNew_x5utd_52._error_x5utd_7{border:1px solid #ef4444}._inputNew_x5utd_52._error_x5utd_7:focus,._inputNew_x5utd_52._error_x5utd_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_x5utd_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_x5utd_90{width:calc(50% - 8px)}._tableNavWrapper_x5utd_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_x5utd_109{align-items:center;gap:8px;display:flex}._tableNavItem_x5utd_115{margin:0}._modalContent_x5utd_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_x5utd_119._center_x5utd_126{text-align:center;font-family:Inter}._modalContent_x5utd_119._settings_x5utd_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_x5utd_119._settingsIntegration_x5utd_134,._modalContent_x5utd_119._performanceTestModalContent_x5utd_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_x5utd_119._monitoringReportContent_x5utd_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_x5utd_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_x5utd_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_x5utd_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_x5utd_159:after,._modalLine_x5utd_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_x5utd_159:before{left:-20px}._modalLine_x5utd_159:after{right:-20px}._infoMessage_x5utd_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_x5utd_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_x5utd_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_x5utd_197._buttonsAutoWidth_x5utd_204{justify-content:flex-end}._fullWidthTitle_x5utd_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_x5utd_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_x5utd_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_x5utd_227{padding:0 16px 16px}}._widgetHeader_x5utd_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_x5utd_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_x5utd_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_x5utd_264{align-items:center;height:180px;display:flex}._widgetFooter_x5utd_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_x5utd_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_x5utd_277:last-child{border:none}._widgetMainValue_x5utd_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_x5utd_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_x5utd_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_x5utd_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_x5utd_313{opacity:.5;cursor:default}._widgetTag_x5utd_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_x5utd_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_x5utd_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_x5utd_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_x5utd_339._green_x5utd_344:before,._chartValuesTitle_x5utd_339._dark_x5utd_344:before,._chartValuesTitle_x5utd_339._blue_x5utd_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_x5utd_339._green_x5utd_344:before{background:var(--status-success)}._chartValuesTitle_x5utd_339._dark_x5utd_344:before{background:#475569}._chartValuesTitle_x5utd_339._blue_x5utd_344:before{background:#43e0f8}._topbar_x5utd_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_x5utd_374{display:inline-flex}._logo_x5utd_374{max-width:110px}._menuWrapper_x5utd_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_x5utd_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_x5utd_382._opened_x5utd_399{display:flex}}._menuItem_x5utd_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_x5utd_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_x5utd_404 ._menuIcon_x5utd_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_x5utd_404 ._menuIconPerformance_x5utd_430{fill:none}._menuItem_x5utd_404 ._menuIconStroke_x5utd_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_x5utd_404._active_x5utd_438,._menuItem_x5utd_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_x5utd_404._active_x5utd_438 ._menuIcon_x5utd_425:not(._menuIconStroke_x5utd_433,._menuIconPerformance_x5utd_430),._menuItem_x5utd_404:hover ._menuIcon_x5utd_425:not(._menuIconStroke_x5utd_433,._menuIconPerformance_x5utd_430){fill:#52c2fd}._menuItem_x5utd_404._active_x5utd_438 ._menuIconPerformance_x5utd_430 path,._menuItem_x5utd_404:hover ._menuIconPerformance_x5utd_430 path{stroke:#59a6fd}._menuItem_x5utd_404._active_x5utd_438 ._menuIconStroke_x5utd_433:not(._menuIcon_x5utd_425),._menuItem_x5utd_404:hover ._menuIconStroke_x5utd_433:not(._menuIcon_x5utd_425){stroke:#52c2fd}._redDot_x5utd_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_x5utd_467{justify-content:center;display:flex}._link_x5utd_472{color:var(--accent);cursor:pointer;text-decoration:underline}._widgetsWrapper_x5utd_220{flex-wrap:wrap;gap:24px 16px}._enterpriseWidget_wnz5d_1{border:none;border-radius:20px;flex:1 1 0;min-width:280px;max-width:none;min-height:326px;padding:0 30px 24px}._enterpriseWidget_wnz5d_1 header{height:70px}._enterpriseContent_wnz5d_14{margin-top:18px!important}._enterpriseBar_wnz5d_18{height:52px}._enterpriseBar_wnz5d_18>div{border-radius:8px}._enterpriseMainValue_wnz5d_25{padding:16px 0 18px}._enterpriseFooter_wnz5d_29{padding-top:16px}._authButtonsWrapper_134yr_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_134yr_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_134yr_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_134yr_23{width:100%;margin-bottom:16px}._fieldWrapper_134yr_23:last-child{margin-bottom:0}._fieldLabel_134yr_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_134yr_36{margin-top:8px;font-size:.75rem}._field_134yr_23{width:100%;position:relative}._fieldLabelNew_134yr_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_134yr_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_134yr_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_134yr_52[type=password]{font-size:18px}._inputNew_134yr_52:focus,._inputNew_134yr_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_134yr_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_134yr_52:disabled::placeholder{color:#cbd5e1}._inputNew_134yr_52._error_134yr_7{border:1px solid #ef4444}._inputNew_134yr_52._error_134yr_7:focus,._inputNew_134yr_52._error_134yr_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_134yr_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_134yr_90{width:calc(50% - 8px)}._tableNavWrapper_134yr_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_134yr_109{align-items:center;gap:8px;display:flex}._tableNavItem_134yr_115{margin:0}._modalContent_134yr_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_134yr_119._center_134yr_126{text-align:center;font-family:Inter}._modalContent_134yr_119._settings_134yr_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_134yr_119._settingsIntegration_134yr_134,._modalContent_134yr_119._performanceTestModalContent_134yr_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_134yr_119._monitoringReportContent_134yr_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_134yr_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_134yr_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_134yr_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_134yr_159:after,._modalLine_134yr_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_134yr_159:before{left:-20px}._modalLine_134yr_159:after{right:-20px}._infoMessage_134yr_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_134yr_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_134yr_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_134yr_197._buttonsAutoWidth_134yr_204{justify-content:flex-end}._fullWidthTitle_134yr_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_134yr_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_134yr_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_134yr_227{padding:0 16px 16px}}._widgetHeader_134yr_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_134yr_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_134yr_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_134yr_264{align-items:center;height:180px;display:flex}._widgetFooter_134yr_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_134yr_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_134yr_277:last-child{border:none}._widgetMainValue_134yr_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_134yr_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_134yr_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_134yr_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_134yr_313{opacity:.5;cursor:default}._widgetTag_134yr_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_134yr_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_134yr_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_134yr_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_134yr_339._green_134yr_344:before,._chartValuesTitle_134yr_339._dark_134yr_344:before,._chartValuesTitle_134yr_339._blue_134yr_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_134yr_339._green_134yr_344:before{background:var(--status-success)}._chartValuesTitle_134yr_339._dark_134yr_344:before{background:#475569}._chartValuesTitle_134yr_339._blue_134yr_344:before{background:#43e0f8}._topbar_134yr_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_134yr_374{display:inline-flex}._logo_134yr_374{max-width:110px}._menuWrapper_134yr_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_134yr_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_134yr_382._opened_134yr_399{display:flex}}._menuItem_134yr_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_134yr_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_134yr_404 ._menuIcon_134yr_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_134yr_404 ._menuIconPerformance_134yr_430{fill:none}._menuItem_134yr_404 ._menuIconStroke_134yr_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_134yr_404._active_134yr_438,._menuItem_134yr_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_134yr_404._active_134yr_438 ._menuIcon_134yr_425:not(._menuIconStroke_134yr_433,._menuIconPerformance_134yr_430),._menuItem_134yr_404:hover ._menuIcon_134yr_425:not(._menuIconStroke_134yr_433,._menuIconPerformance_134yr_430){fill:#52c2fd}._menuItem_134yr_404._active_134yr_438 ._menuIconPerformance_134yr_430 path,._menuItem_134yr_404:hover ._menuIconPerformance_134yr_430 path{stroke:#59a6fd}._menuItem_134yr_404._active_134yr_438 ._menuIconStroke_134yr_433:not(._menuIcon_134yr_425),._menuItem_134yr_404:hover ._menuIconStroke_134yr_433:not(._menuIcon_134yr_425){stroke:#52c2fd}._redDot_134yr_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_134yr_467{justify-content:center;display:flex}._link_134yr_472{color:var(--accent);cursor:pointer;text-decoration:underline}._paginationWrapper_134yr_478{background:var(--surface-1);justify-content:space-between;align-items:center;padding:12px 0;display:flex}._paginationText_134yr_486{color:var(--text-secondary);font-size:.875rem}._pageNumberList_134yr_491{align-items:center;display:inline-flex}._pageNumber_134yr_491{border:1px solid var(--border-strong);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;margin:0 4px;font-size:.875rem;font-weight:500;display:flex}._pageNumber_134yr_491 svg{fill:#475569}._pageNumber_134yr_491._active_134yr_438{border-color:var(--accent);background:var(--accent-subtle)}._pageNumber_134yr_491._disabled_134yr_313{background:var(--surface-3);border:none}._pageNumber_134yr_491._disabled_134yr_313 svg{fill:#cbd5e1}._authButtonsWrapper_1eaj8_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1eaj8_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1eaj8_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_1eaj8_23{width:100%;margin-bottom:16px}._fieldWrapper_1eaj8_23:last-child{margin-bottom:0}._fieldLabel_1eaj8_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1eaj8_36{margin-top:8px;font-size:.75rem}._field_1eaj8_23{width:100%;position:relative}._fieldLabelNew_1eaj8_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1eaj8_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1eaj8_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1eaj8_52[type=password]{font-size:18px}._inputNew_1eaj8_52:focus,._inputNew_1eaj8_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1eaj8_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1eaj8_52:disabled::placeholder{color:#cbd5e1}._inputNew_1eaj8_52._error_1eaj8_7{border:1px solid #ef4444}._inputNew_1eaj8_52._error_1eaj8_7:focus,._inputNew_1eaj8_52._error_1eaj8_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1eaj8_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1eaj8_90{width:calc(50% - 8px)}._tableNavWrapper_1eaj8_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_1eaj8_109{align-items:center;gap:8px;display:flex}._tableNavItem_1eaj8_115{margin:0}._modalContent_1eaj8_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1eaj8_119._center_1eaj8_126{text-align:center;font-family:Inter}._modalContent_1eaj8_119._settings_1eaj8_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1eaj8_119._settingsIntegration_1eaj8_134,._modalContent_1eaj8_119._performanceTestModalContent_1eaj8_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1eaj8_119._monitoringReportContent_1eaj8_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1eaj8_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1eaj8_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1eaj8_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1eaj8_159:after,._modalLine_1eaj8_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1eaj8_159:before{left:-20px}._modalLine_1eaj8_159:after{right:-20px}._infoMessage_1eaj8_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1eaj8_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1eaj8_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1eaj8_197._buttonsAutoWidth_1eaj8_204{justify-content:flex-end}._fullWidthTitle_1eaj8_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1eaj8_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1eaj8_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1eaj8_227{padding:0 16px 16px}}._widgetHeader_1eaj8_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_1eaj8_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_1eaj8_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_1eaj8_264{align-items:center;height:180px;display:flex}._widgetFooter_1eaj8_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1eaj8_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1eaj8_277:last-child{border:none}._widgetMainValue_1eaj8_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1eaj8_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1eaj8_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_1eaj8_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1eaj8_313{opacity:.5;cursor:default}._widgetTag_1eaj8_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1eaj8_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1eaj8_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1eaj8_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1eaj8_339._green_1eaj8_344:before,._chartValuesTitle_1eaj8_339._dark_1eaj8_344:before,._chartValuesTitle_1eaj8_339._blue_1eaj8_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1eaj8_339._green_1eaj8_344:before{background:var(--status-success)}._chartValuesTitle_1eaj8_339._dark_1eaj8_344:before{background:#475569}._chartValuesTitle_1eaj8_339._blue_1eaj8_344:before{background:#43e0f8}._topbar_1eaj8_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1eaj8_374{display:inline-flex}._logo_1eaj8_374{max-width:110px}._menuWrapper_1eaj8_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_1eaj8_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1eaj8_382._opened_1eaj8_399{display:flex}}._menuItem_1eaj8_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1eaj8_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_1eaj8_404 ._menuIcon_1eaj8_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1eaj8_404 ._menuIconPerformance_1eaj8_430{fill:none}._menuItem_1eaj8_404 ._menuIconStroke_1eaj8_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1eaj8_404._active_1eaj8_438,._menuItem_1eaj8_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1eaj8_404._active_1eaj8_438 ._menuIcon_1eaj8_425:not(._menuIconStroke_1eaj8_433,._menuIconPerformance_1eaj8_430),._menuItem_1eaj8_404:hover ._menuIcon_1eaj8_425:not(._menuIconStroke_1eaj8_433,._menuIconPerformance_1eaj8_430){fill:#52c2fd}._menuItem_1eaj8_404._active_1eaj8_438 ._menuIconPerformance_1eaj8_430 path,._menuItem_1eaj8_404:hover ._menuIconPerformance_1eaj8_430 path{stroke:#59a6fd}._menuItem_1eaj8_404._active_1eaj8_438 ._menuIconStroke_1eaj8_433:not(._menuIcon_1eaj8_425),._menuItem_1eaj8_404:hover ._menuIconStroke_1eaj8_433:not(._menuIcon_1eaj8_425){stroke:#52c2fd}._redDot_1eaj8_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1eaj8_467{justify-content:center;display:flex}._link_1eaj8_472{color:var(--accent);cursor:pointer;text-decoration:underline}._widgetWrapper_1eaj8_227{max-width:initial;flex:500px}@media only screen and (width<=550px){._widgetWrapper_1eaj8_227{flex:100%}}._chartWrapper_1eaj8_488{justify-content:flex-end;max-width:800px;margin:0 auto;display:flex;position:relative}@media only screen and (width<=1300px){._chartWrapper_1eaj8_488{max-width:513px;margin:0 auto}}@media only screen and (width<=550px){._chartWrapper_1eaj8_488{flex-direction:row;justify-content:flex-start;align-items:center;gap:16px;max-width:450px}}._chart_1eaj8_331{position:absolute;left:0}@media only screen and (width<=550px){._chart_1eaj8_331{flex-shrink:0;position:relative}._chart_1eaj8_331>div:first-child{min-width:210px;width:210px!important}}._widgetMainValue_1eaj8_286{width:95px;position:absolute;bottom:63px;left:57px}._chartNotesWrapper_1eaj8_533{justify-content:space-between;gap:0;width:calc(100% - 230px);height:203px;padding-top:12px;padding-bottom:12px;display:flex}@media only screen and (width<=550px){._chartNotesWrapper_1eaj8_533{flex-direction:column;flex:1;gap:0;width:auto;min-width:0;max-width:150px;height:auto;padding:0}}._chartNotesWrapperColumn_1eaj8_555{flex-flow:column;flex:1;height:100%;padding-top:25px;display:flex}@media only screen and (width<=550px){._chartNotesWrapperColumn_1eaj8_555{flex:none;width:100%;height:auto;padding-top:0}}._chartNotesSeparator_1eaj8_571{background-color:#e2e8f0;width:1px;height:100%;margin:0 20px}@media only screen and (width<=550px){._chartNotesSeparator_1eaj8_571{width:100%;height:1px;margin:12px 0}}._chartNote_1eaj8_533{color:var(--text-muted);justify-content:start;margin-bottom:22px;font-size:.75rem;font-weight:400;display:inline-flex}@media only screen and (width<=550px){._chartNote_1eaj8_533{margin-bottom:10px}._chartNote_1eaj8_533:last-child{margin-bottom:0}}._chartNote_1eaj8_533:before{content:"";border-radius:50%;width:12px;height:12px;margin-right:4px;display:inline-flex;position:relative;top:2px}._chartNote_1eaj8_533._new_1eaj8_611:before{background-color:#4ade80}._chartNote_1eaj8_533._pending_1eaj8_614:before{background-color:#fde047}._chartNote_1eaj8_533._confirmed_1eaj8_617:before{background-color:#43e0f8}._chartNote_1eaj8_533._packed_1eaj8_620:before{background-color:#7e22ce}._chartNote_1eaj8_533._shipping_1eaj8_623:before{background-color:var(--text-link)}._chartNote_1eaj8_533._fulfilled_1eaj8_626{margin-right:10px}._chartNote_1eaj8_533._fulfilled_1eaj8_626:before{background-color:#94a3b8}@media only screen and (width<=550px){._chartNote_1eaj8_533._fulfilled_1eaj8_626{margin-right:0}}._chartNote_1eaj8_533._denied_1eaj8_637{margin-right:10px}._chartNote_1eaj8_533._denied_1eaj8_637:before{background-color:var(--status-danger)}@media only screen and (width<=550px){._chartNote_1eaj8_533._denied_1eaj8_637{margin-right:0}}._chartNoteValue_1eaj8_649{color:var(--text-primary);margin-left:auto;padding-left:4px;font-size:.875rem;font-weight:500}._authButtonsWrapper_18jze_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_18jze_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_18jze_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_18jze_23{width:100%;margin-bottom:16px}._fieldWrapper_18jze_23:last-child{margin-bottom:0}._fieldLabel_18jze_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_18jze_36{margin-top:8px;font-size:.75rem}._field_18jze_23{width:100%;position:relative}._fieldLabelNew_18jze_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_18jze_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_18jze_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_18jze_52[type=password]{font-size:18px}._inputNew_18jze_52:focus,._inputNew_18jze_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_18jze_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_18jze_52:disabled::placeholder{color:#cbd5e1}._inputNew_18jze_52._error_18jze_7{border:1px solid #ef4444}._inputNew_18jze_52._error_18jze_7:focus,._inputNew_18jze_52._error_18jze_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_18jze_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_18jze_90{width:calc(50% - 8px)}._tableNavWrapper_18jze_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_18jze_109{align-items:center;gap:8px;display:flex}._tableNavItem_18jze_115{margin:0}._modalContent_18jze_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_18jze_119._center_18jze_126{text-align:center;font-family:Inter}._modalContent_18jze_119._settings_18jze_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_18jze_119._settingsIntegration_18jze_134,._modalContent_18jze_119._performanceTestModalContent_18jze_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_18jze_119._monitoringReportContent_18jze_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_18jze_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_18jze_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_18jze_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_18jze_159:after,._modalLine_18jze_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_18jze_159:before{left:-20px}._modalLine_18jze_159:after{right:-20px}._infoMessage_18jze_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_18jze_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_18jze_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_18jze_197._buttonsAutoWidth_18jze_204{justify-content:flex-end}._fullWidthTitle_18jze_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_18jze_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_18jze_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_18jze_227{padding:0 16px 16px}}._widgetHeader_18jze_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_18jze_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_18jze_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_18jze_264{align-items:center;height:180px;display:flex}._widgetFooter_18jze_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_18jze_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_18jze_277:last-child{border:none}._widgetMainValue_18jze_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_18jze_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_18jze_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_18jze_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_18jze_313{opacity:.5;cursor:default}._widgetTag_18jze_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_18jze_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_18jze_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_18jze_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_18jze_339._green_18jze_344:before,._chartValuesTitle_18jze_339._dark_18jze_344:before,._chartValuesTitle_18jze_339._blue_18jze_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_18jze_339._green_18jze_344:before{background:var(--status-success)}._chartValuesTitle_18jze_339._dark_18jze_344:before{background:#475569}._chartValuesTitle_18jze_339._blue_18jze_344:before{background:#43e0f8}._topbar_18jze_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_18jze_374{display:inline-flex}._logo_18jze_374{max-width:110px}._menuWrapper_18jze_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_18jze_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_18jze_382._opened_18jze_399{display:flex}}._menuItem_18jze_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_18jze_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_18jze_404 ._menuIcon_18jze_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_18jze_404 ._menuIconPerformance_18jze_430{fill:none}._menuItem_18jze_404 ._menuIconStroke_18jze_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_18jze_404._active_18jze_438,._menuItem_18jze_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_18jze_404._active_18jze_438 ._menuIcon_18jze_425:not(._menuIconStroke_18jze_433,._menuIconPerformance_18jze_430),._menuItem_18jze_404:hover ._menuIcon_18jze_425:not(._menuIconStroke_18jze_433,._menuIconPerformance_18jze_430){fill:#52c2fd}._menuItem_18jze_404._active_18jze_438 ._menuIconPerformance_18jze_430 path,._menuItem_18jze_404:hover ._menuIconPerformance_18jze_430 path{stroke:#59a6fd}._menuItem_18jze_404._active_18jze_438 ._menuIconStroke_18jze_433:not(._menuIcon_18jze_425),._menuItem_18jze_404:hover ._menuIconStroke_18jze_433:not(._menuIcon_18jze_425){stroke:#52c2fd}._redDot_18jze_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_18jze_467{justify-content:center;display:flex}._link_18jze_472{color:var(--accent);cursor:pointer;text-decoration:underline}._modalSidebar_18jze_478{width:370px;padding-right:20px}@media only screen and (width<=1100px){._modalSidebar_18jze_478{width:100%;padding-top:24px;padding-left:20px;padding-right:0}}._modalMain_18jze_491{width:calc(100% - 370px);padding-left:20px}@media only screen and (width<=1100px){._modalMain_18jze_491{width:100%;padding-left:0}}._modalContentWrapper_18jze_502{width:100%;display:flex}@media only screen and (width<=1100px){._modalContentWrapper_18jze_502{flex-flow:column-reverse wrap}}._modalMainContent_18jze_513{border:1px solid var(--border-default);border-radius:12px;row-gap:16px;padding:20px 12px;display:flex}._modalMainContentColumn_18jze_521{width:50%;padding:0 8px}._sidebarSubtitle_18jze_526{margin-bottom:16px;font-size:.875rem;font-weight:500}._modalFieldWrapper_18jze_532{align-items:center;margin-bottom:16px;display:flex}._modalFieldWrapper_18jze_532 ._emailInput_18jze_537 input{padding-right:12px}._modalFieldWrapper_18jze_532:last-child{margin-bottom:0}._modalFieldLabel_18jze_544{color:var(--text-muted);flex-shrink:0;width:120px;padding:10px 0;font-size:.875rem}._modalFieldLabel_18jze_544._wider_18jze_551{width:140px}._inputLabelWrapper_18jze_555{align-items:flex-start;display:flex}._modalFieldValue_18jze_560{color:var(--text-disabled);text-overflow:ellipsis;white-space:nowrap;padding:10px 0 10px 12px;font-size:.875rem;overflow:hidden}._serialNumberLabel_18jze_569{flex-shrink:1}._transferButton_18jze_573{margin-left:auto;font-weight:400;color:var(--text-secondary)!important}._transferButton_18jze_573:hover{opacity:.7}._modalContent_18jze_119{flex-direction:column;align-items:center;max-width:100%;padding:20px;display:flex}._modalContent_18jze_119._center_18jze_126{text-align:center}._modalTitle_18jze_147{color:#1e293b;margin:16px 0 8px;font-size:18px;font-weight:500}._modalMessage_18jze_153{color:var(--text-muted);font-size:14px;font-weight:300;line-height:1.5}._selectWrapper_18jze_607{text-align:left;width:100%;margin-top:16px}._transferModalViewport_18jze_613{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:6002;background:#2e323e99;width:100%;height:100vh;position:fixed;top:0;left:0}._transferModalLayout_18jze_624{background:var(--surface-1);z-index:6003;border-radius:20px;width:calc(100% - 8px);max-width:450px;max-height:90vh;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}._transferModalCloseIcon_18jze_637{cursor:pointer;z-index:2;padding:10px;position:absolute;top:6px;right:6px}._transferModalCloseIcon_18jze_637:before{content:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5%2015L15%205M5%205L15%2015'%20stroke='%230F172A'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}._transferModalFooter_18jze_649{border-top:1px solid var(--border-default);gap:12px;padding:20px;display:flex}._addBtnWrapper_18jze_656{align-items:center;padding:8px 8px 8px 16px;display:flex}._addBtnWrapper_18jze_656 span{color:var(--accent);font-size:14px;font-weight:400;line-height:20px}._plusIcon_18jze_668{color:var(--accent);margin-right:4px;font-size:16px;line-height:14px}._noOptionsMessage_18jze_675{color:#999;text-align:center;padding:8px 16px;font-size:16px}._plusIcon_18jze_668{margin-right:4px;font-size:16px;line-height:14px}._serialNumberValue_18jze_688{flex-shrink:0;margin-right:5px}._tabButtonsWrapper_18jze_693{z-index:1;flex:1;justify-content:center;align-items:center;margin-top:15px;display:none;position:relative}._tabButtons_18jze_693{justify-content:center;align-items:center;display:flex}._tabButton_18jze_693{color:var(--text-muted);text-align:center;border-bottom:1px solid #0000;border-color:var(--border-strong);cursor:pointer;width:100%;margin-bottom:-1px;padding-bottom:16px;font-size:16px}._tabButton_18jze_693:hover{color:var(--text-secondary)}._tabButton_18jze_693._active_18jze_438{color:var(--accent);border-color:var(--accent)}@media only screen and (width<=768px){._hideTab_18jze_729,._sidebarSubtitle_18jze_526{display:none}._tabButtonsWrapper_18jze_693{display:flex}._modalSidebar_18jze_478{padding:0}._modalContent_18jze_119{max-height:calc(90vh - 195px);max-height:calc(var(--vh,1vh) * 90 - 195px)}._modalMainContent_18jze_513{border:none;flex-direction:column;padding:0}._modalMainContent_18jze_513 ._modalMainContentColumn_18jze_521{width:100%;padding:0}._modalFooter_18jze_197>button,._modalFooter_18jze_197>span{flex:1}}._authButtonsWrapper_4iwrk_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_4iwrk_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_4iwrk_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_4iwrk_23{width:100%;margin-bottom:16px}._fieldWrapper_4iwrk_23:last-child{margin-bottom:0}._fieldLabel_4iwrk_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_4iwrk_36{margin-top:8px;font-size:.75rem}._field_4iwrk_23{width:100%;position:relative}._fieldLabelNew_4iwrk_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_4iwrk_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_4iwrk_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_4iwrk_52[type=password]{font-size:18px}._inputNew_4iwrk_52:focus,._inputNew_4iwrk_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_4iwrk_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_4iwrk_52:disabled::placeholder{color:#cbd5e1}._inputNew_4iwrk_52._error_4iwrk_7{border:1px solid #ef4444}._inputNew_4iwrk_52._error_4iwrk_7:focus,._inputNew_4iwrk_52._error_4iwrk_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_4iwrk_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_4iwrk_90{width:calc(50% - 8px)}._tableNavWrapper_4iwrk_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_4iwrk_109{align-items:center;gap:8px;display:flex}._tableNavItem_4iwrk_115{margin:0}._modalContent_4iwrk_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_4iwrk_119._center_4iwrk_126{text-align:center;font-family:Inter}._modalContent_4iwrk_119._settings_4iwrk_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_4iwrk_119._settingsIntegration_4iwrk_134,._modalContent_4iwrk_119._performanceTestModalContent_4iwrk_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_4iwrk_119._monitoringReportContent_4iwrk_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_4iwrk_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_4iwrk_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_4iwrk_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_4iwrk_159:after,._modalLine_4iwrk_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_4iwrk_159:before{left:-20px}._modalLine_4iwrk_159:after{right:-20px}._infoMessage_4iwrk_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_4iwrk_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_4iwrk_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_4iwrk_197._buttonsAutoWidth_4iwrk_204{justify-content:flex-end}._fullWidthTitle_4iwrk_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_4iwrk_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_4iwrk_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_4iwrk_227{padding:0 16px 16px}}._widgetHeader_4iwrk_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_4iwrk_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_4iwrk_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_4iwrk_264{align-items:center;height:180px;display:flex}._widgetFooter_4iwrk_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_4iwrk_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_4iwrk_277:last-child{border:none}._widgetMainValue_4iwrk_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_4iwrk_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_4iwrk_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_4iwrk_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_4iwrk_313{opacity:.5;cursor:default}._widgetTag_4iwrk_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_4iwrk_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_4iwrk_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_4iwrk_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_4iwrk_339._green_4iwrk_344:before,._chartValuesTitle_4iwrk_339._dark_4iwrk_344:before,._chartValuesTitle_4iwrk_339._blue_4iwrk_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_4iwrk_339._green_4iwrk_344:before{background:var(--status-success)}._chartValuesTitle_4iwrk_339._dark_4iwrk_344:before{background:#475569}._chartValuesTitle_4iwrk_339._blue_4iwrk_344:before{background:#43e0f8}._topbar_4iwrk_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_4iwrk_374{display:inline-flex}._logo_4iwrk_374{max-width:110px}._menuWrapper_4iwrk_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_4iwrk_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_4iwrk_382._opened_4iwrk_399{display:flex}}._menuItem_4iwrk_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_4iwrk_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_4iwrk_404 ._menuIcon_4iwrk_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_4iwrk_404 ._menuIconPerformance_4iwrk_430{fill:none}._menuItem_4iwrk_404 ._menuIconStroke_4iwrk_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_4iwrk_404._active_4iwrk_438,._menuItem_4iwrk_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_4iwrk_404._active_4iwrk_438 ._menuIcon_4iwrk_425:not(._menuIconStroke_4iwrk_433,._menuIconPerformance_4iwrk_430),._menuItem_4iwrk_404:hover ._menuIcon_4iwrk_425:not(._menuIconStroke_4iwrk_433,._menuIconPerformance_4iwrk_430){fill:#52c2fd}._menuItem_4iwrk_404._active_4iwrk_438 ._menuIconPerformance_4iwrk_430 path,._menuItem_4iwrk_404:hover ._menuIconPerformance_4iwrk_430 path{stroke:#59a6fd}._menuItem_4iwrk_404._active_4iwrk_438 ._menuIconStroke_4iwrk_433:not(._menuIcon_4iwrk_425),._menuItem_4iwrk_404:hover ._menuIconStroke_4iwrk_433:not(._menuIcon_4iwrk_425){stroke:#52c2fd}._redDot_4iwrk_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_4iwrk_467{justify-content:center;display:flex}._link_4iwrk_472{color:var(--accent);cursor:pointer;text-decoration:underline}._selectWrapper_4iwrk_478{text-align:left;margin-top:16px}._authButtonsWrapper_uql8b_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_uql8b_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_uql8b_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_uql8b_23{width:100%;margin-bottom:16px}._fieldWrapper_uql8b_23:last-child{margin-bottom:0}._fieldLabel_uql8b_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_uql8b_36{margin-top:8px;font-size:.75rem}._field_uql8b_23{width:100%;position:relative}._fieldLabelNew_uql8b_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_uql8b_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_uql8b_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_uql8b_52[type=password]{font-size:18px}._inputNew_uql8b_52:focus,._inputNew_uql8b_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_uql8b_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_uql8b_52:disabled::placeholder{color:#cbd5e1}._inputNew_uql8b_52._error_uql8b_7{border:1px solid #ef4444}._inputNew_uql8b_52._error_uql8b_7:focus,._inputNew_uql8b_52._error_uql8b_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_uql8b_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_uql8b_90{width:calc(50% - 8px)}._tableNavWrapper_uql8b_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_uql8b_109{align-items:center;gap:8px;display:flex}._tableNavItem_uql8b_115{margin:0}._modalContent_uql8b_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_uql8b_119._center_uql8b_126{text-align:center;font-family:Inter}._modalContent_uql8b_119._settings_uql8b_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_uql8b_119._settingsIntegration_uql8b_134,._modalContent_uql8b_119._performanceTestModalContent_uql8b_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_uql8b_119._monitoringReportContent_uql8b_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_uql8b_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_uql8b_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_uql8b_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_uql8b_159:after,._modalLine_uql8b_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_uql8b_159:before{left:-20px}._modalLine_uql8b_159:after{right:-20px}._infoMessage_uql8b_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_uql8b_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_uql8b_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_uql8b_197._buttonsAutoWidth_uql8b_204{justify-content:flex-end}._fullWidthTitle_uql8b_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_uql8b_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_uql8b_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_uql8b_227{padding:0 16px 16px}}._widgetHeader_uql8b_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_uql8b_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_uql8b_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_uql8b_264{align-items:center;height:180px;display:flex}._widgetFooter_uql8b_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_uql8b_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_uql8b_277:last-child{border:none}._widgetMainValue_uql8b_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_uql8b_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_uql8b_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_uql8b_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_uql8b_313{opacity:.5;cursor:default}._widgetTag_uql8b_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_uql8b_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_uql8b_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_uql8b_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_uql8b_339._green_uql8b_344:before,._chartValuesTitle_uql8b_339._dark_uql8b_344:before,._chartValuesTitle_uql8b_339._blue_uql8b_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_uql8b_339._green_uql8b_344:before{background:var(--status-success)}._chartValuesTitle_uql8b_339._dark_uql8b_344:before{background:#475569}._chartValuesTitle_uql8b_339._blue_uql8b_344:before{background:#43e0f8}._topbar_uql8b_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_uql8b_374{display:inline-flex}._logo_uql8b_374{max-width:110px}._menuWrapper_uql8b_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_uql8b_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_uql8b_382._opened_uql8b_399{display:flex}}._menuItem_uql8b_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_uql8b_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_uql8b_404 ._menuIcon_uql8b_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_uql8b_404 ._menuIconPerformance_uql8b_430{fill:none}._menuItem_uql8b_404 ._menuIconStroke_uql8b_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_uql8b_404._active_uql8b_438,._menuItem_uql8b_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_uql8b_404._active_uql8b_438 ._menuIcon_uql8b_425:not(._menuIconStroke_uql8b_433,._menuIconPerformance_uql8b_430),._menuItem_uql8b_404:hover ._menuIcon_uql8b_425:not(._menuIconStroke_uql8b_433,._menuIconPerformance_uql8b_430){fill:#52c2fd}._menuItem_uql8b_404._active_uql8b_438 ._menuIconPerformance_uql8b_430 path,._menuItem_uql8b_404:hover ._menuIconPerformance_uql8b_430 path{stroke:#59a6fd}._menuItem_uql8b_404._active_uql8b_438 ._menuIconStroke_uql8b_433:not(._menuIcon_uql8b_425),._menuItem_uql8b_404:hover ._menuIconStroke_uql8b_433:not(._menuIcon_uql8b_425){stroke:#52c2fd}._redDot_uql8b_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_uql8b_467{justify-content:center;display:flex}._link_uql8b_472{color:var(--accent);cursor:pointer;text-decoration:underline}@media only screen and (width<=1024px){._monitoringMembership_uql8b_479{max-width:100%;margin-bottom:24px}}._valueNote_uql8b_485{color:var(--text-muted);font-size:12px;font-weight:400}._chartWrapper_uql8b_491{justify-content:center;align-items:center;height:50px;display:flex;position:relative}._chart_uql8b_331{position:absolute;bottom:-126px}._enterpriseWidget_uql8b_504{border:none;border-radius:20px;flex:1 1 0;min-width:280px;max-width:none;min-height:326px;padding:0 30px 24px}._enterpriseChartWrapper_uql8b_514{align-items:flex-start;height:122px;overflow:hidden}._enterpriseChart_uql8b_514{width:230px;bottom:-88px}._enterpriseMainValue_uql8b_525{margin-top:-42px}._authButtonsWrapper_1lu4y_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1lu4y_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1lu4y_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_1lu4y_23{width:100%;margin-bottom:16px}._fieldWrapper_1lu4y_23:last-child{margin-bottom:0}._fieldLabel_1lu4y_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1lu4y_36{margin-top:8px;font-size:.75rem}._field_1lu4y_23{width:100%;position:relative}._fieldLabelNew_1lu4y_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1lu4y_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1lu4y_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1lu4y_52[type=password]{font-size:18px}._inputNew_1lu4y_52:focus,._inputNew_1lu4y_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1lu4y_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1lu4y_52:disabled::placeholder{color:#cbd5e1}._inputNew_1lu4y_52._error_1lu4y_7{border:1px solid #ef4444}._inputNew_1lu4y_52._error_1lu4y_7:focus,._inputNew_1lu4y_52._error_1lu4y_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1lu4y_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1lu4y_90{width:calc(50% - 8px)}._tableNavWrapper_1lu4y_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_1lu4y_109{align-items:center;gap:8px;display:flex}._tableNavItem_1lu4y_115{margin:0}._modalContent_1lu4y_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1lu4y_119._center_1lu4y_126{text-align:center;font-family:Inter}._modalContent_1lu4y_119._settings_1lu4y_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1lu4y_119._settingsIntegration_1lu4y_134,._modalContent_1lu4y_119._performanceTestModalContent_1lu4y_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1lu4y_119._monitoringReportContent_1lu4y_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1lu4y_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1lu4y_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1lu4y_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1lu4y_159:after,._modalLine_1lu4y_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1lu4y_159:before{left:-20px}._modalLine_1lu4y_159:after{right:-20px}._infoMessage_1lu4y_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1lu4y_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1lu4y_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1lu4y_197._buttonsAutoWidth_1lu4y_204{justify-content:flex-end}._fullWidthTitle_1lu4y_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1lu4y_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1lu4y_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1lu4y_227{padding:0 16px 16px}}._widgetHeader_1lu4y_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_1lu4y_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_1lu4y_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_1lu4y_264{align-items:center;height:180px;display:flex}._widgetFooter_1lu4y_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1lu4y_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1lu4y_277:last-child{border:none}._widgetMainValue_1lu4y_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1lu4y_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1lu4y_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_1lu4y_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1lu4y_313{opacity:.5;cursor:default}._widgetTag_1lu4y_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1lu4y_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1lu4y_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1lu4y_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1lu4y_339._green_1lu4y_344:before,._chartValuesTitle_1lu4y_339._dark_1lu4y_344:before,._chartValuesTitle_1lu4y_339._blue_1lu4y_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1lu4y_339._green_1lu4y_344:before{background:var(--status-success)}._chartValuesTitle_1lu4y_339._dark_1lu4y_344:before{background:#475569}._chartValuesTitle_1lu4y_339._blue_1lu4y_344:before{background:#43e0f8}._topbar_1lu4y_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1lu4y_374{display:inline-flex}._logo_1lu4y_374{max-width:110px}._menuWrapper_1lu4y_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_1lu4y_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1lu4y_382._opened_1lu4y_399{display:flex}}._menuItem_1lu4y_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1lu4y_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_1lu4y_404 ._menuIcon_1lu4y_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1lu4y_404 ._menuIconPerformance_1lu4y_430{fill:none}._menuItem_1lu4y_404 ._menuIconStroke_1lu4y_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1lu4y_404._active_1lu4y_438,._menuItem_1lu4y_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1lu4y_404._active_1lu4y_438 ._menuIcon_1lu4y_425:not(._menuIconStroke_1lu4y_433,._menuIconPerformance_1lu4y_430),._menuItem_1lu4y_404:hover ._menuIcon_1lu4y_425:not(._menuIconStroke_1lu4y_433,._menuIconPerformance_1lu4y_430){fill:#52c2fd}._menuItem_1lu4y_404._active_1lu4y_438 ._menuIconPerformance_1lu4y_430 path,._menuItem_1lu4y_404:hover ._menuIconPerformance_1lu4y_430 path{stroke:#59a6fd}._menuItem_1lu4y_404._active_1lu4y_438 ._menuIconStroke_1lu4y_433:not(._menuIcon_1lu4y_425),._menuItem_1lu4y_404:hover ._menuIconStroke_1lu4y_433:not(._menuIcon_1lu4y_425){stroke:#52c2fd}._redDot_1lu4y_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1lu4y_467{justify-content:center;display:flex}._link_1lu4y_472{color:var(--accent);cursor:pointer;text-decoration:underline}._widgetsWrapper_1lu4y_220{flex-wrap:wrap}._widgetsWrapperJustified_1lu4y_482{gap:16px}._widgetsWrapperJustified_1lu4y_482>div{flex:400px}._widgetsWrapperJustified_1lu4y_482 div{max-width:unset;margin:0}._statusButtonWrapper_1lu4y_493{flex-wrap:wrap;row-gap:4px;margin-right:12px;display:flex}._statusButton_1lu4y_493{text-transform:uppercase;cursor:pointer;border-radius:20px;margin-left:4px;padding:2px 8px;font-size:.75rem;font-weight:500;display:inline-flex}._statusButton_1lu4y_493._disabled_1lu4y_313{cursor:default;pointer-events:none}._statusButton_1lu4y_493._transfer_1lu4y_514{color:#164d63;background:#cff9fe;border:1px solid #06b3d4}._statusButton_1lu4y_493._missing_1lu4y_519{color:var(--status-warning-text);border:1px solid var(--status-warning);background:var(--status-warning-subtle)}._statusButton_1lu4y_493._warranty_1lu4y_524{border:1px solid var(--accent);background:var(--accent-subtle);color:#165964}._statusButton_1lu4y_493._inventory_1lu4y_529{color:#c11574;background:#fdf2fa;border:1px solid #fcceee}._statusButton_1lu4y_493._preinstalled_1lu4y_534{color:#115e59;background:#dffbf4;border:1px solid #14b8a6}._authButtonsWrapper_yd4fc_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_yd4fc_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_yd4fc_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_yd4fc_23{width:100%;margin-bottom:16px}._fieldWrapper_yd4fc_23:last-child{margin-bottom:0}._fieldLabel_yd4fc_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_yd4fc_36{margin-top:8px;font-size:.75rem}._field_yd4fc_23{width:100%;position:relative}._fieldLabelNew_yd4fc_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_yd4fc_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_yd4fc_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_yd4fc_52[type=password]{font-size:18px}._inputNew_yd4fc_52:focus,._inputNew_yd4fc_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_yd4fc_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_yd4fc_52:disabled::placeholder{color:#cbd5e1}._inputNew_yd4fc_52._error_yd4fc_7{border:1px solid #ef4444}._inputNew_yd4fc_52._error_yd4fc_7:focus,._inputNew_yd4fc_52._error_yd4fc_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_yd4fc_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_yd4fc_90{width:calc(50% - 8px)}._tableNavWrapper_yd4fc_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_yd4fc_109{align-items:center;gap:8px;display:flex}._tableNavItem_yd4fc_115{margin:0}._modalContent_yd4fc_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_yd4fc_119._center_yd4fc_126{text-align:center;font-family:Inter}._modalContent_yd4fc_119._settings_yd4fc_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_yd4fc_119._settingsIntegration_yd4fc_134,._modalContent_yd4fc_119._performanceTestModalContent_yd4fc_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_yd4fc_119._monitoringReportContent_yd4fc_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_yd4fc_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_yd4fc_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_yd4fc_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_yd4fc_159:after,._modalLine_yd4fc_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_yd4fc_159:before{left:-20px}._modalLine_yd4fc_159:after{right:-20px}._infoMessage_yd4fc_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_yd4fc_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_yd4fc_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_yd4fc_197._buttonsAutoWidth_yd4fc_204{justify-content:flex-end}._fullWidthTitle_yd4fc_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_yd4fc_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_yd4fc_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_yd4fc_227{padding:0 16px 16px}}._widgetHeader_yd4fc_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_yd4fc_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_yd4fc_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_yd4fc_264{align-items:center;height:180px;display:flex}._widgetFooter_yd4fc_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_yd4fc_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_yd4fc_277:last-child{border:none}._widgetMainValue_yd4fc_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_yd4fc_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_yd4fc_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_yd4fc_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_yd4fc_313{opacity:.5;cursor:default}._widgetTag_yd4fc_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_yd4fc_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_yd4fc_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_yd4fc_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_yd4fc_339._green_yd4fc_344:before,._chartValuesTitle_yd4fc_339._dark_yd4fc_344:before,._chartValuesTitle_yd4fc_339._blue_yd4fc_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_yd4fc_339._green_yd4fc_344:before{background:var(--status-success)}._chartValuesTitle_yd4fc_339._dark_yd4fc_344:before{background:#475569}._chartValuesTitle_yd4fc_339._blue_yd4fc_344:before{background:#43e0f8}._topbar_yd4fc_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_yd4fc_374{display:inline-flex}._logo_yd4fc_374{max-width:110px}._menuWrapper_yd4fc_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_yd4fc_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_yd4fc_382._opened_yd4fc_399{display:flex}}._menuItem_yd4fc_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_yd4fc_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_yd4fc_404 ._menuIcon_yd4fc_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_yd4fc_404 ._menuIconPerformance_yd4fc_430{fill:none}._menuItem_yd4fc_404 ._menuIconStroke_yd4fc_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_yd4fc_404._active_yd4fc_438,._menuItem_yd4fc_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_yd4fc_404._active_yd4fc_438 ._menuIcon_yd4fc_425:not(._menuIconStroke_yd4fc_433,._menuIconPerformance_yd4fc_430),._menuItem_yd4fc_404:hover ._menuIcon_yd4fc_425:not(._menuIconStroke_yd4fc_433,._menuIconPerformance_yd4fc_430){fill:#52c2fd}._menuItem_yd4fc_404._active_yd4fc_438 ._menuIconPerformance_yd4fc_430 path,._menuItem_yd4fc_404:hover ._menuIconPerformance_yd4fc_430 path{stroke:#59a6fd}._menuItem_yd4fc_404._active_yd4fc_438 ._menuIconStroke_yd4fc_433:not(._menuIcon_yd4fc_425),._menuItem_yd4fc_404:hover ._menuIconStroke_yd4fc_433:not(._menuIcon_yd4fc_425){stroke:#52c2fd}._redDot_yd4fc_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_yd4fc_467{justify-content:center;display:flex}._link_yd4fc_472{color:var(--accent);cursor:pointer;text-decoration:underline}._fieldWrapper_yd4fc_23{align-self:flex-start;width:auto;margin-bottom:8px}.radioLabel{cursor:pointer;border-radius:12px;justify-content:space-between;align-items:center;display:flex;position:relative}.radioLabel:before{content:"";border:2px solid #94a3b8;border-radius:50%;width:20px;height:20px;display:flex;overflow:hidden}.radioLabel._error_yd4fc_7{border-color:var(--status-danger)!important}.radioLabel div{padding:0 10px;font-size:14px;font-weight:300}.radioLabel input{display:none;position:absolute;top:0;right:0}.radioLabelChecked{border-color:#43e0f8}.radioLabelChecked:before{background-image:radial-gradient(circle,#43e0f8 0 5px,#0000 5px);border:2px solid #43e0f8}._authButtonsWrapper_1s817_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1s817_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1s817_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_1s817_23{width:100%;margin-bottom:16px}._fieldWrapper_1s817_23:last-child{margin-bottom:0}._fieldLabel_1s817_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1s817_36{margin-top:8px;font-size:.75rem}._field_1s817_23{width:100%;position:relative}._fieldLabelNew_1s817_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1s817_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1s817_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1s817_52[type=password]{font-size:18px}._inputNew_1s817_52:focus,._inputNew_1s817_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1s817_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1s817_52:disabled::placeholder{color:#cbd5e1}._inputNew_1s817_52._error_1s817_7{border:1px solid #ef4444}._inputNew_1s817_52._error_1s817_7:focus,._inputNew_1s817_52._error_1s817_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1s817_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1s817_90{width:calc(50% - 8px)}._tableNavWrapper_1s817_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_1s817_109{align-items:center;gap:8px;display:flex}._tableNavItem_1s817_115{margin:0}._modalContent_1s817_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1s817_119._center_1s817_126{text-align:center;font-family:Inter}._modalContent_1s817_119._settings_1s817_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1s817_119._settingsIntegration_1s817_134,._modalContent_1s817_119._performanceTestModalContent_1s817_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1s817_119._monitoringReportContent_1s817_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1s817_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1s817_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1s817_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1s817_159:after,._modalLine_1s817_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1s817_159:before{left:-20px}._modalLine_1s817_159:after{right:-20px}._infoMessage_1s817_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1s817_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1s817_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1s817_197._buttonsAutoWidth_1s817_204{justify-content:flex-end}._fullWidthTitle_1s817_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1s817_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1s817_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1s817_227{padding:0 16px 16px}}._widgetHeader_1s817_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_1s817_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_1s817_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_1s817_264{align-items:center;height:180px;display:flex}._widgetFooter_1s817_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1s817_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1s817_277:last-child{border:none}._widgetMainValue_1s817_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1s817_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1s817_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_1s817_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1s817_313{opacity:.5;cursor:default}._widgetTag_1s817_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1s817_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1s817_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1s817_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1s817_339._green_1s817_344:before,._chartValuesTitle_1s817_339._dark_1s817_344:before,._chartValuesTitle_1s817_339._blue_1s817_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1s817_339._green_1s817_344:before{background:var(--status-success)}._chartValuesTitle_1s817_339._dark_1s817_344:before{background:#475569}._chartValuesTitle_1s817_339._blue_1s817_344:before{background:#43e0f8}._topbar_1s817_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1s817_374{display:inline-flex}._logo_1s817_374{max-width:110px}._menuWrapper_1s817_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_1s817_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1s817_382._opened_1s817_399{display:flex}}._menuItem_1s817_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1s817_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_1s817_404 ._menuIcon_1s817_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1s817_404 ._menuIconPerformance_1s817_430{fill:none}._menuItem_1s817_404 ._menuIconStroke_1s817_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1s817_404._active_1s817_438,._menuItem_1s817_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1s817_404._active_1s817_438 ._menuIcon_1s817_425:not(._menuIconStroke_1s817_433,._menuIconPerformance_1s817_430),._menuItem_1s817_404:hover ._menuIcon_1s817_425:not(._menuIconStroke_1s817_433,._menuIconPerformance_1s817_430){fill:#52c2fd}._menuItem_1s817_404._active_1s817_438 ._menuIconPerformance_1s817_430 path,._menuItem_1s817_404:hover ._menuIconPerformance_1s817_430 path{stroke:#59a6fd}._menuItem_1s817_404._active_1s817_438 ._menuIconStroke_1s817_433:not(._menuIcon_1s817_425),._menuItem_1s817_404:hover ._menuIconStroke_1s817_433:not(._menuIcon_1s817_425){stroke:#52c2fd}._redDot_1s817_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1s817_467{justify-content:center;display:flex}._link_1s817_472{color:var(--accent);cursor:pointer;text-decoration:underline}._authButtonsWrapper_13ruy_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_13ruy_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_13ruy_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_13ruy_23{width:100%;margin-bottom:16px}._fieldWrapper_13ruy_23:last-child{margin-bottom:0}._fieldLabel_13ruy_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_13ruy_36{margin-top:8px;font-size:.75rem}._field_13ruy_23{width:100%;position:relative}._fieldLabelNew_13ruy_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_13ruy_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_13ruy_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_13ruy_52[type=password]{font-size:18px}._inputNew_13ruy_52:focus,._inputNew_13ruy_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_13ruy_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_13ruy_52:disabled::placeholder{color:#cbd5e1}._inputNew_13ruy_52._error_13ruy_7{border:1px solid #ef4444}._inputNew_13ruy_52._error_13ruy_7:focus,._inputNew_13ruy_52._error_13ruy_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_13ruy_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_13ruy_90{width:calc(50% - 8px)}._tableNavWrapper_13ruy_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_13ruy_109{align-items:center;gap:8px;display:flex}._tableNavItem_13ruy_115{margin:0}._modalContent_13ruy_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_13ruy_119._center_13ruy_126{text-align:center;font-family:Inter}._modalContent_13ruy_119._settings_13ruy_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_13ruy_119._settingsIntegration_13ruy_134,._modalContent_13ruy_119._performanceTestModalContent_13ruy_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_13ruy_119._monitoringReportContent_13ruy_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_13ruy_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_13ruy_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_13ruy_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_13ruy_159:after,._modalLine_13ruy_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_13ruy_159:before{left:-20px}._modalLine_13ruy_159:after{right:-20px}._infoMessage_13ruy_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_13ruy_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_13ruy_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_13ruy_197._buttonsAutoWidth_13ruy_204{justify-content:flex-end}._fullWidthTitle_13ruy_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_13ruy_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_13ruy_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_13ruy_227{padding:0 16px 16px}}._widgetHeader_13ruy_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_13ruy_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_13ruy_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_13ruy_264{align-items:center;height:180px;display:flex}._widgetFooter_13ruy_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_13ruy_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_13ruy_277:last-child{border:none}._widgetMainValue_13ruy_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_13ruy_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_13ruy_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_13ruy_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_13ruy_313{opacity:.5;cursor:default}._widgetTag_13ruy_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_13ruy_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_13ruy_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_13ruy_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_13ruy_339._green_13ruy_344:before,._chartValuesTitle_13ruy_339._dark_13ruy_344:before,._chartValuesTitle_13ruy_339._blue_13ruy_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_13ruy_339._green_13ruy_344:before{background:var(--status-success)}._chartValuesTitle_13ruy_339._dark_13ruy_344:before{background:#475569}._chartValuesTitle_13ruy_339._blue_13ruy_344:before{background:#43e0f8}._topbar_13ruy_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_13ruy_374{display:inline-flex}._logo_13ruy_374{max-width:110px}._menuWrapper_13ruy_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_13ruy_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_13ruy_382._opened_13ruy_399{display:flex}}._menuItem_13ruy_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_13ruy_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_13ruy_404 ._menuIcon_13ruy_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_13ruy_404 ._menuIconPerformance_13ruy_430{fill:none}._menuItem_13ruy_404 ._menuIconStroke_13ruy_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_13ruy_404._active_13ruy_438,._menuItem_13ruy_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_13ruy_404._active_13ruy_438 ._menuIcon_13ruy_425:not(._menuIconStroke_13ruy_433,._menuIconPerformance_13ruy_430),._menuItem_13ruy_404:hover ._menuIcon_13ruy_425:not(._menuIconStroke_13ruy_433,._menuIconPerformance_13ruy_430){fill:#52c2fd}._menuItem_13ruy_404._active_13ruy_438 ._menuIconPerformance_13ruy_430 path,._menuItem_13ruy_404:hover ._menuIconPerformance_13ruy_430 path{stroke:#59a6fd}._menuItem_13ruy_404._active_13ruy_438 ._menuIconStroke_13ruy_433:not(._menuIcon_13ruy_425),._menuItem_13ruy_404:hover ._menuIconStroke_13ruy_433:not(._menuIcon_13ruy_425){stroke:#52c2fd}._redDot_13ruy_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_13ruy_467{justify-content:center;display:flex}._link_13ruy_472{color:var(--accent);cursor:pointer;text-decoration:underline}._alertStatus_13ruy_478{font-size:.875rem}._alertStatus_13ruy_478:before{display:none}._alertStatus_13ruy_478._pending_13ruy_484{color:var(--status-warning)}._alertStatus_13ruy_478._failed_13ruy_487{color:var(--status-danger)}._alertStatus_13ruy_478._delivered_13ruy_490{color:var(--accent)}._authButtonsWrapper_1i6wi_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1i6wi_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1i6wi_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_1i6wi_23{width:100%;margin-bottom:16px}._fieldWrapper_1i6wi_23:last-child{margin-bottom:0}._fieldLabel_1i6wi_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1i6wi_36{margin-top:8px;font-size:.75rem}._field_1i6wi_23{width:100%;position:relative}._fieldLabelNew_1i6wi_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1i6wi_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1i6wi_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1i6wi_52[type=password]{font-size:18px}._inputNew_1i6wi_52:focus,._inputNew_1i6wi_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1i6wi_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1i6wi_52:disabled::placeholder{color:#cbd5e1}._inputNew_1i6wi_52._error_1i6wi_7{border:1px solid #ef4444}._inputNew_1i6wi_52._error_1i6wi_7:focus,._inputNew_1i6wi_52._error_1i6wi_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1i6wi_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1i6wi_90{width:calc(50% - 8px)}._tableNavWrapper_1i6wi_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_1i6wi_109{align-items:center;gap:8px;display:flex}._tableNavItem_1i6wi_115{margin:0}._modalContent_1i6wi_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1i6wi_119._center_1i6wi_126{text-align:center;font-family:Inter}._modalContent_1i6wi_119._settings_1i6wi_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1i6wi_119._settingsIntegration_1i6wi_134,._modalContent_1i6wi_119._performanceTestModalContent_1i6wi_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1i6wi_119._monitoringReportContent_1i6wi_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1i6wi_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1i6wi_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1i6wi_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1i6wi_159:after,._modalLine_1i6wi_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1i6wi_159:before{left:-20px}._modalLine_1i6wi_159:after{right:-20px}._infoMessage_1i6wi_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1i6wi_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1i6wi_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1i6wi_197._buttonsAutoWidth_1i6wi_204{justify-content:flex-end}._fullWidthTitle_1i6wi_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1i6wi_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1i6wi_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1i6wi_227{padding:0 16px 16px}}._widgetHeader_1i6wi_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_1i6wi_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_1i6wi_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_1i6wi_264{align-items:center;height:180px;display:flex}._widgetFooter_1i6wi_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1i6wi_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1i6wi_277:last-child{border:none}._widgetMainValue_1i6wi_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1i6wi_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1i6wi_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_1i6wi_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1i6wi_313{opacity:.5;cursor:default}._widgetTag_1i6wi_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1i6wi_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1i6wi_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1i6wi_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1i6wi_339._green_1i6wi_344:before,._chartValuesTitle_1i6wi_339._dark_1i6wi_344:before,._chartValuesTitle_1i6wi_339._blue_1i6wi_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1i6wi_339._green_1i6wi_344:before{background:var(--status-success)}._chartValuesTitle_1i6wi_339._dark_1i6wi_344:before{background:#475569}._chartValuesTitle_1i6wi_339._blue_1i6wi_344:before{background:#43e0f8}._topbar_1i6wi_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1i6wi_374{display:inline-flex}._logo_1i6wi_374{max-width:110px}._menuWrapper_1i6wi_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_1i6wi_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1i6wi_382._opened_1i6wi_399{display:flex}}._menuItem_1i6wi_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1i6wi_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_1i6wi_404 ._menuIcon_1i6wi_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1i6wi_404 ._menuIconPerformance_1i6wi_430{fill:none}._menuItem_1i6wi_404 ._menuIconStroke_1i6wi_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1i6wi_404._active_1i6wi_438,._menuItem_1i6wi_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1i6wi_404._active_1i6wi_438 ._menuIcon_1i6wi_425:not(._menuIconStroke_1i6wi_433,._menuIconPerformance_1i6wi_430),._menuItem_1i6wi_404:hover ._menuIcon_1i6wi_425:not(._menuIconStroke_1i6wi_433,._menuIconPerformance_1i6wi_430){fill:#52c2fd}._menuItem_1i6wi_404._active_1i6wi_438 ._menuIconPerformance_1i6wi_430 path,._menuItem_1i6wi_404:hover ._menuIconPerformance_1i6wi_430 path{stroke:#59a6fd}._menuItem_1i6wi_404._active_1i6wi_438 ._menuIconStroke_1i6wi_433:not(._menuIcon_1i6wi_425),._menuItem_1i6wi_404:hover ._menuIconStroke_1i6wi_433:not(._menuIcon_1i6wi_425){stroke:#52c2fd}._redDot_1i6wi_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1i6wi_467{justify-content:center;display:flex}._link_1i6wi_472{color:var(--accent);cursor:pointer;text-decoration:underline}._modalHeader_1i6wi_478{border-bottom:1px solid var(--border-default);align-items:center;padding:10px 36px 10px 16px;display:flex}._performanceIconWrapper_1i6wi_485{border:1px solid var(--border-default);background-color:#f5f5f5;border-radius:50%;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;margin-right:16px;display:flex}._performanceIconWrapper_1i6wi_485 svg{fill:none}._performanceIconWrapper_1i6wi_485 svg path{stroke:#59a6fd}._performanceTestInfo_1i6wi_504{flex-direction:column;justify-content:center;align-items:flex-start;display:flex}._performanceTestInfo_1i6wi_504 h3{color:var(--text-primary);margin-bottom:4px;font-size:18px;font-weight:500;line-height:24px}._performanceTestInfo_1i6wi_504 p{color:var(--text-muted);font-size:14px;font-weight:400;line-height:20px}._modalBody_1i6wi_524{padding:16px}._performanceTestActionsWrapper_1i6wi_528{justify-content:space-between;gap:10px;display:flex}._performanceTestAction_1i6wi_528{border:1px solid var(--border-default);cursor:pointer;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;row-gap:8px;padding:16px 30px;display:flex}._performanceTestAction_1i6wi_528:hover{background-color:var(--accent-subtle);border:1px solid #43e0f8}._performanceTestAction_1i6wi_528:hover svg path{fill:#165964}._performanceTestAction_1i6wi_528 svg path{fill:#0f172a}._performanceTestAction_1i6wi_528 p{color:var(--text-primary);font-size:14px;font-weight:500}._performanceTestAction_1i6wi_528 span{color:var(--text-secondary);font-size:12px;font-weight:400}._activeAction_1i6wi_566{background-color:var(--accent-subtle);border:1px solid #43e0f8}._activeAction_1i6wi_566 svg path{fill:#165964}._scheduleSection_1i6wi_574,._labelSection_1i6wi_575{flex-direction:column;display:flex}._scheduleSection_1i6wi_574 p,._labelSection_1i6wi_575 p{margin-bottom:4px;font-size:14px;font-weight:400;line-height:20px}._scheduleSection_1i6wi_574{margin-top:12px;position:relative}._selectItemWrapper_1i6wi_592{border-radius:8px;align-items:center;margin:4px;padding:8px;display:flex}._selectItemWrapper_1i6wi_592:hover{background-color:var(--surface-2)}._selectItemWrapper_1i6wi_592 span{color:var(--text-primary);font-size:14px;font-weight:400;line-height:20px}._addBtnWrapper_1i6wi_609{align-items:center;padding:8px 8px 8px 16px;display:flex}._addBtnWrapper_1i6wi_609 span{color:var(--accent);font-size:14px;font-weight:400;line-height:20px}._plusIcon_1i6wi_621{margin-right:4px;font-size:16px;line-height:14px}._authButtonsWrapper_1aztl_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1aztl_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1aztl_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_1aztl_23{width:100%;margin-bottom:16px}._fieldWrapper_1aztl_23:last-child{margin-bottom:0}._fieldLabel_1aztl_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1aztl_36{margin-top:8px;font-size:.75rem}._field_1aztl_23{width:100%;position:relative}._fieldLabelNew_1aztl_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1aztl_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1aztl_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1aztl_52[type=password]{font-size:18px}._inputNew_1aztl_52:focus,._inputNew_1aztl_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1aztl_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1aztl_52:disabled::placeholder{color:#cbd5e1}._inputNew_1aztl_52._error_1aztl_7{border:1px solid #ef4444}._inputNew_1aztl_52._error_1aztl_7:focus,._inputNew_1aztl_52._error_1aztl_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1aztl_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1aztl_90{width:calc(50% - 8px)}._tableNavWrapper_1aztl_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_1aztl_109{align-items:center;gap:8px;display:flex}._modalContent_1aztl_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1aztl_119._center_1aztl_126{text-align:center;font-family:Inter}._modalContent_1aztl_119._settings_1aztl_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1aztl_119._settingsIntegration_1aztl_134,._modalContent_1aztl_119._performanceTestModalContent_1aztl_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1aztl_119._monitoringReportContent_1aztl_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1aztl_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1aztl_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1aztl_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1aztl_159:after,._modalLine_1aztl_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1aztl_159:before{left:-20px}._modalLine_1aztl_159:after{right:-20px}._infoMessage_1aztl_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1aztl_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1aztl_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1aztl_197._buttonsAutoWidth_1aztl_204{justify-content:flex-end}._fullWidthTitle_1aztl_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1aztl_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1aztl_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1aztl_227{padding:0 16px 16px}}._widgetHeader_1aztl_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_1aztl_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_1aztl_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_1aztl_264{align-items:center;height:180px;display:flex}._widgetFooter_1aztl_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1aztl_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1aztl_277:last-child{border:none}._widgetMainValue_1aztl_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1aztl_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1aztl_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_1aztl_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1aztl_313{opacity:.5;cursor:default}._widgetTag_1aztl_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1aztl_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1aztl_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1aztl_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1aztl_339._green_1aztl_344:before,._chartValuesTitle_1aztl_339._dark_1aztl_344:before,._chartValuesTitle_1aztl_339._blue_1aztl_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1aztl_339._green_1aztl_344:before{background:var(--status-success)}._chartValuesTitle_1aztl_339._dark_1aztl_344:before{background:#475569}._chartValuesTitle_1aztl_339._blue_1aztl_344:before{background:#43e0f8}._topbar_1aztl_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1aztl_374{display:inline-flex}._logo_1aztl_374{max-width:110px}._menuWrapper_1aztl_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_1aztl_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1aztl_382._opened_1aztl_399{display:flex}}._menuItem_1aztl_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1aztl_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_1aztl_404 ._menuIcon_1aztl_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1aztl_404 ._menuIconPerformance_1aztl_430{fill:none}._menuItem_1aztl_404 ._menuIconStroke_1aztl_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1aztl_404._active_1aztl_438,._menuItem_1aztl_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1aztl_404._active_1aztl_438 ._menuIcon_1aztl_425:not(._menuIconStroke_1aztl_433,._menuIconPerformance_1aztl_430),._menuItem_1aztl_404:hover ._menuIcon_1aztl_425:not(._menuIconStroke_1aztl_433,._menuIconPerformance_1aztl_430){fill:#52c2fd}._menuItem_1aztl_404._active_1aztl_438 ._menuIconPerformance_1aztl_430 path,._menuItem_1aztl_404:hover ._menuIconPerformance_1aztl_430 path{stroke:#59a6fd}._menuItem_1aztl_404._active_1aztl_438 ._menuIconStroke_1aztl_433:not(._menuIcon_1aztl_425),._menuItem_1aztl_404:hover ._menuIconStroke_1aztl_433:not(._menuIcon_1aztl_425){stroke:#52c2fd}._redDot_1aztl_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1aztl_467{justify-content:center;display:flex}._link_1aztl_472{color:var(--accent);cursor:pointer;text-decoration:underline}._leftNavWrapper_1aztl_478{flex-wrap:wrap;align-items:center;gap:12px;display:flex}._selectWrapper_1aztl_485{width:330px!important;margin:0!important}._actionButton_1aztl_490,._scheduleButtonContainer_1aztl_491{flex-shrink:0}._tableNavItem_1aztl_115{margin:0}@media only screen and (width<=768px){._tableNavWrapper_1aztl_100{align-items:flex-start}._leftNavWrapper_1aztl_478,._tableNavButtonsWrapper_1aztl_109{width:100%}._leftNavWrapper_1aztl_478{align-items:stretch}._selectWrapper_1aztl_485{width:100%!important}._actionButton_1aztl_490,._scheduleButtonContainer_1aztl_491,._tableNavButtonsWrapper_1aztl_109{margin-left:0!important}._tableNavButtonsWrapper_1aztl_109{flex-wrap:wrap;gap:12px}}._messageCenterContentWrapper_1aztl_523 .rowWithSubRows .rowNavWrapper .rowNavButtonsContainer{background-color:#e1f8fc}._messageCenterRemoveButtonContainer_1aztl_527{background-color:#0000;gap:0}._messageCenterRemoveButtonContainer_1aztl_527 span{width:28px;height:28px;padding:4px}._messageCenterRemoveButtonContainer_1aztl_527 span:hover{background-color:#0000}._messageCenterRemoveButtonContainer_1aztl_527 span:hover svg path{stroke:#b91c1c}._optInOutStatus_re29n_1{font-size:14px;font-weight:400}._Opted-in_re29n_6{color:var(--status-success)}._Opted-out_re29n_10{color:var(--text-muted)}._tooltip_re29n_14{z-index:1500;max-width:220px;font-size:.75rem;border:1px solid var(--border-default)!important;border-radius:6px!important;padding:4px 10px!important}._tooltipArrow_re29n_23{display:none}._authButtonsWrapper_g9izq_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_g9izq_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_g9izq_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_g9izq_23{width:100%;margin-bottom:16px}._fieldWrapper_g9izq_23:last-child{margin-bottom:0}._fieldLabel_g9izq_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_g9izq_36{margin-top:8px;font-size:.75rem}._field_g9izq_23{width:100%;position:relative}._fieldLabelNew_g9izq_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_g9izq_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_g9izq_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_g9izq_52[type=password]{font-size:18px}._inputNew_g9izq_52:focus,._inputNew_g9izq_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_g9izq_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_g9izq_52:disabled::placeholder{color:#cbd5e1}._inputNew_g9izq_52._error_g9izq_7{border:1px solid #ef4444}._inputNew_g9izq_52._error_g9izq_7:focus,._inputNew_g9izq_52._error_g9izq_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_g9izq_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_g9izq_90{width:calc(50% - 8px)}._tableNavWrapper_g9izq_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_g9izq_109{align-items:center;gap:8px;display:flex}._tableNavItem_g9izq_115{margin:0}._modalContent_g9izq_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_g9izq_119._center_g9izq_126{text-align:center;font-family:Inter}._modalContent_g9izq_119._settings_g9izq_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_g9izq_119._settingsIntegration_g9izq_134,._modalContent_g9izq_119._performanceTestModalContent_g9izq_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_g9izq_119._monitoringReportContent_g9izq_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_g9izq_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_g9izq_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_g9izq_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_g9izq_159:after,._modalLine_g9izq_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_g9izq_159:before{left:-20px}._modalLine_g9izq_159:after{right:-20px}._infoMessage_g9izq_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_g9izq_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_g9izq_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_g9izq_197._buttonsAutoWidth_g9izq_204{justify-content:flex-end}._fullWidthTitle_g9izq_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_g9izq_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_g9izq_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_g9izq_227{padding:0 16px 16px}}._widgetHeader_g9izq_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_g9izq_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_g9izq_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_g9izq_264{align-items:center;height:180px;display:flex}._widgetFooter_g9izq_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_g9izq_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_g9izq_277:last-child{border:none}._widgetMainValue_g9izq_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_g9izq_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_g9izq_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_g9izq_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_g9izq_313{opacity:.5;cursor:default}._widgetTag_g9izq_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_g9izq_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_g9izq_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_g9izq_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_g9izq_339._green_g9izq_344:before,._chartValuesTitle_g9izq_339._dark_g9izq_344:before,._chartValuesTitle_g9izq_339._blue_g9izq_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_g9izq_339._green_g9izq_344:before{background:var(--status-success)}._chartValuesTitle_g9izq_339._dark_g9izq_344:before{background:#475569}._chartValuesTitle_g9izq_339._blue_g9izq_344:before{background:#43e0f8}._topbar_g9izq_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_g9izq_374{display:inline-flex}._logo_g9izq_374{max-width:110px}._menuWrapper_g9izq_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_g9izq_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_g9izq_382._opened_g9izq_399{display:flex}}._menuItem_g9izq_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_g9izq_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_g9izq_404 ._menuIcon_g9izq_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_g9izq_404 ._menuIconPerformance_g9izq_430{fill:none}._menuItem_g9izq_404 ._menuIconStroke_g9izq_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_g9izq_404._active_g9izq_438,._menuItem_g9izq_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_g9izq_404._active_g9izq_438 ._menuIcon_g9izq_425:not(._menuIconStroke_g9izq_433,._menuIconPerformance_g9izq_430),._menuItem_g9izq_404:hover ._menuIcon_g9izq_425:not(._menuIconStroke_g9izq_433,._menuIconPerformance_g9izq_430){fill:#52c2fd}._menuItem_g9izq_404._active_g9izq_438 ._menuIconPerformance_g9izq_430 path,._menuItem_g9izq_404:hover ._menuIconPerformance_g9izq_430 path{stroke:#59a6fd}._menuItem_g9izq_404._active_g9izq_438 ._menuIconStroke_g9izq_433:not(._menuIcon_g9izq_425),._menuItem_g9izq_404:hover ._menuIconStroke_g9izq_433:not(._menuIcon_g9izq_425){stroke:#52c2fd}._redDot_g9izq_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_g9izq_467{justify-content:center;display:flex}._link_g9izq_472{color:var(--accent);cursor:pointer;text-decoration:underline}._detailsWrapper_g9izq_478{margin-top:12px;display:flex}._detailsItem_g9izq_483{border:1px solid var(--border-default);border-radius:12px;min-width:115px;max-width:400px;margin-right:12px;padding:16px}@media (width<=900px){._detailsItem_g9izq_483{min-width:90px}}._detailsTitle_g9izq_497{color:var(--text-muted);word-break:normal;overflow-wrap:anywhere;align-items:center;margin-bottom:8px;font-size:.875rem;font-weight:400;display:flex}._detailsIcon_g9izq_508{margin-right:4px}._detailsText_g9izq_512{word-break:normal;overflow-wrap:anywhere;font-size:.875rem;font-weight:500}._detailsText_g9izq_512 ul li ul,._detailsText_g9izq_512 ul li ol{padding-left:20px}.mdxeditor-toolbar{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:10px}.mdxeditor-root-contenteditable ul,.mdxeditor-root-contenteditable ol{margin-left:20px}.mdxeditor-root-contenteditable h1{margin-bottom:10px;font-size:2.25rem}.mdxeditor-root-contenteditable h2{margin-bottom:10px;font-size:1.75rem}.mdxeditor-root-contenteditable h3{margin-bottom:10px;font-size:1.5rem}.mdxeditor-root-contenteditable h4{margin-bottom:10px;font-size:1.25rem}.mdxeditor-root-contenteditable h5{margin-bottom:10px;font-size:1rem}.mdxeditor-root-contenteditable h6{margin-bottom:10px;font-size:.75rem}._authButtonsWrapper_p1jwu_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_p1jwu_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_p1jwu_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_p1jwu_23{width:100%;margin-bottom:16px}._fieldWrapper_p1jwu_23:last-child{margin-bottom:0}._fieldLabel_p1jwu_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_p1jwu_36{margin-top:8px;font-size:.75rem}._field_p1jwu_23{width:100%;position:relative}._fieldLabelNew_p1jwu_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_p1jwu_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_p1jwu_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_p1jwu_52[type=password]{font-size:18px}._inputNew_p1jwu_52:focus,._inputNew_p1jwu_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_p1jwu_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_p1jwu_52:disabled::placeholder{color:#cbd5e1}._inputNew_p1jwu_52._error_p1jwu_7{border:1px solid #ef4444}._inputNew_p1jwu_52._error_p1jwu_7:focus,._inputNew_p1jwu_52._error_p1jwu_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_p1jwu_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_p1jwu_90{width:calc(50% - 8px)}._tableNavWrapper_p1jwu_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_p1jwu_109{align-items:center;gap:8px;display:flex}._tableNavItem_p1jwu_115{margin:0}._modalContent_p1jwu_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_p1jwu_119._center_p1jwu_126{text-align:center;font-family:Inter}._modalContent_p1jwu_119._settings_p1jwu_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_p1jwu_119._settingsIntegration_p1jwu_134,._modalContent_p1jwu_119._performanceTestModalContent_p1jwu_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_p1jwu_119._monitoringReportContent_p1jwu_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_p1jwu_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_p1jwu_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_p1jwu_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_p1jwu_159:after,._modalLine_p1jwu_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_p1jwu_159:before{left:-20px}._modalLine_p1jwu_159:after{right:-20px}._infoMessage_p1jwu_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_p1jwu_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_p1jwu_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_p1jwu_197._buttonsAutoWidth_p1jwu_204{justify-content:flex-end}._fullWidthTitle_p1jwu_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_p1jwu_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_p1jwu_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_p1jwu_227{padding:0 16px 16px}}._widgetHeader_p1jwu_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_p1jwu_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_p1jwu_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_p1jwu_264{align-items:center;height:180px;display:flex}._widgetFooter_p1jwu_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_p1jwu_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_p1jwu_277:last-child{border:none}._widgetMainValue_p1jwu_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_p1jwu_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_p1jwu_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_p1jwu_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_p1jwu_313{opacity:.5;cursor:default}._widgetTag_p1jwu_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_p1jwu_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_p1jwu_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_p1jwu_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_p1jwu_339._green_p1jwu_344:before,._chartValuesTitle_p1jwu_339._dark_p1jwu_344:before,._chartValuesTitle_p1jwu_339._blue_p1jwu_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_p1jwu_339._green_p1jwu_344:before{background:var(--status-success)}._chartValuesTitle_p1jwu_339._dark_p1jwu_344:before{background:#475569}._chartValuesTitle_p1jwu_339._blue_p1jwu_344:before{background:#43e0f8}._topbar_p1jwu_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_p1jwu_374{display:inline-flex}._logo_p1jwu_374{max-width:110px}._menuWrapper_p1jwu_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_p1jwu_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_p1jwu_382._opened_p1jwu_399{display:flex}}._menuItem_p1jwu_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_p1jwu_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_p1jwu_404 ._menuIcon_p1jwu_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_p1jwu_404 ._menuIconPerformance_p1jwu_430{fill:none}._menuItem_p1jwu_404 ._menuIconStroke_p1jwu_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_p1jwu_404._active_p1jwu_438,._menuItem_p1jwu_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_p1jwu_404._active_p1jwu_438 ._menuIcon_p1jwu_425:not(._menuIconStroke_p1jwu_433,._menuIconPerformance_p1jwu_430),._menuItem_p1jwu_404:hover ._menuIcon_p1jwu_425:not(._menuIconStroke_p1jwu_433,._menuIconPerformance_p1jwu_430){fill:#52c2fd}._menuItem_p1jwu_404._active_p1jwu_438 ._menuIconPerformance_p1jwu_430 path,._menuItem_p1jwu_404:hover ._menuIconPerformance_p1jwu_430 path{stroke:#59a6fd}._menuItem_p1jwu_404._active_p1jwu_438 ._menuIconStroke_p1jwu_433:not(._menuIcon_p1jwu_425),._menuItem_p1jwu_404:hover ._menuIconStroke_p1jwu_433:not(._menuIcon_p1jwu_425){stroke:#52c2fd}._redDot_p1jwu_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_p1jwu_467{justify-content:center;display:flex}._link_p1jwu_472{color:var(--accent);cursor:pointer;text-decoration:underline}._editor_p1jwu_478{border:1px solid #dde4ee;border-radius:10px;width:100%;height:170px;padding-left:15px;padding-right:50px;font-family:Inter;font-size:.875rem;overflow-y:auto}._editor_p1jwu_478:focus,._editor_p1jwu_478:active{border:1px solid #a7b8d0}._editor_p1jwu_478._error_p1jwu_7{border:1px solid #ef4444}._editor_p1jwu_478._error_p1jwu_7:focus,._editor_p1jwu_478._error_p1jwu_7:active{box-shadow:none;border-color:#ef4444}._authButtonsWrapper_1sb1b_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1sb1b_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1sb1b_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_1sb1b_23{width:100%;margin-bottom:16px}._fieldWrapper_1sb1b_23:last-child{margin-bottom:0}._fieldLabel_1sb1b_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1sb1b_36{margin-top:8px;font-size:.75rem}._field_1sb1b_23{width:100%;position:relative}._fieldLabelNew_1sb1b_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1sb1b_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1sb1b_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1sb1b_52[type=password]{font-size:18px}._inputNew_1sb1b_52:focus,._inputNew_1sb1b_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1sb1b_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1sb1b_52:disabled::placeholder{color:#cbd5e1}._inputNew_1sb1b_52._error_1sb1b_7{border:1px solid #ef4444}._inputNew_1sb1b_52._error_1sb1b_7:focus,._inputNew_1sb1b_52._error_1sb1b_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1sb1b_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1sb1b_90{width:calc(50% - 8px)}._tableNavWrapper_1sb1b_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_1sb1b_109{align-items:center;gap:8px;display:flex}._tableNavItem_1sb1b_115{margin:0}._modalContent_1sb1b_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1sb1b_119._center_1sb1b_126{text-align:center;font-family:Inter}._modalContent_1sb1b_119._settings_1sb1b_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1sb1b_119._settingsIntegration_1sb1b_134,._modalContent_1sb1b_119._performanceTestModalContent_1sb1b_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1sb1b_119._monitoringReportContent_1sb1b_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1sb1b_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1sb1b_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1sb1b_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1sb1b_159:after,._modalLine_1sb1b_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1sb1b_159:before{left:-20px}._modalLine_1sb1b_159:after{right:-20px}._infoMessage_1sb1b_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1sb1b_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1sb1b_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1sb1b_197._buttonsAutoWidth_1sb1b_204{justify-content:flex-end}._fullWidthTitle_1sb1b_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1sb1b_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1sb1b_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1sb1b_227{padding:0 16px 16px}}._widgetHeader_1sb1b_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_1sb1b_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_1sb1b_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_1sb1b_264{align-items:center;height:180px;display:flex}._widgetFooter_1sb1b_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1sb1b_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1sb1b_277:last-child{border:none}._widgetMainValue_1sb1b_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1sb1b_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1sb1b_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_1sb1b_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1sb1b_313{opacity:.5;cursor:default}._widgetTag_1sb1b_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1sb1b_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1sb1b_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1sb1b_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1sb1b_339._green_1sb1b_344:before,._chartValuesTitle_1sb1b_339._dark_1sb1b_344:before,._chartValuesTitle_1sb1b_339._blue_1sb1b_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1sb1b_339._green_1sb1b_344:before{background:var(--status-success)}._chartValuesTitle_1sb1b_339._dark_1sb1b_344:before{background:#475569}._chartValuesTitle_1sb1b_339._blue_1sb1b_344:before{background:#43e0f8}._topbar_1sb1b_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1sb1b_374{display:inline-flex}._logo_1sb1b_374{max-width:110px}._menuWrapper_1sb1b_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_1sb1b_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1sb1b_382._opened_1sb1b_399{display:flex}}._menuItem_1sb1b_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1sb1b_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_1sb1b_404 ._menuIcon_1sb1b_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1sb1b_404 ._menuIconPerformance_1sb1b_430{fill:none}._menuItem_1sb1b_404 ._menuIconStroke_1sb1b_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1sb1b_404._active_1sb1b_438,._menuItem_1sb1b_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1sb1b_404._active_1sb1b_438 ._menuIcon_1sb1b_425:not(._menuIconStroke_1sb1b_433,._menuIconPerformance_1sb1b_430),._menuItem_1sb1b_404:hover ._menuIcon_1sb1b_425:not(._menuIconStroke_1sb1b_433,._menuIconPerformance_1sb1b_430){fill:#52c2fd}._menuItem_1sb1b_404._active_1sb1b_438 ._menuIconPerformance_1sb1b_430 path,._menuItem_1sb1b_404:hover ._menuIconPerformance_1sb1b_430 path{stroke:#59a6fd}._menuItem_1sb1b_404._active_1sb1b_438 ._menuIconStroke_1sb1b_433:not(._menuIcon_1sb1b_425),._menuItem_1sb1b_404:hover ._menuIconStroke_1sb1b_433:not(._menuIcon_1sb1b_425){stroke:#52c2fd}._redDot_1sb1b_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1sb1b_467{justify-content:center;display:flex}._link_1sb1b_472{color:var(--accent);cursor:pointer;text-decoration:underline}._messageFormWrapper_1sb1b_478{border:1px solid var(--border-default);border-radius:20px;height:100%;padding:20px}._titleImput_1sb1b_485{background:var(--surface-2);border:1px solid var(--border-default);width:100%;height:48px;color:var(--text-secondary);border-radius:10px;padding:12px;font-size:1rem}._titleImput_1sb1b_485._error_1sb1b_7{border:1px solid #ef4444}._titleImput_1sb1b_485._error_1sb1b_7:focus,._titleImput_1sb1b_485._error_1sb1b_7:active{box-shadow:none;border-color:#ef4444}._textareaWrapper_1sb1b_503{margin-bottom:16px}._textareaLabel_1sb1b_507{margin-top:16px;margin-bottom:4px;font-size:14px;display:block}._tooltip_1sb1b_514 span{color:var(--text-primary);font-size:14px!important}._repeatButtonsWrapper_1sb1b_519{border-bottom:1px solid var(--border-subtle);justify-content:space-between;margin:8px 0 16px;padding-bottom:16px;display:flex}._repeatButtons_1sb1b_519{border:1px solid var(--border-default);cursor:pointer;text-align:center;border-radius:10px;justify-content:center;align-items:center;width:calc(25% - 4px);height:32px;font-size:.875rem;font-weight:500;transition:all .15s;display:inline-flex}._repeatButtons_1sb1b_519:hover,._repeatButtons_1sb1b_519._active_1sb1b_438{background:var(--accent-subtle);border-color:#43e0f8}._submitButtonWrapper_1sb1b_546{justify-content:flex-end;align-items:center;display:flex}._noteText_1sb1b_552{color:var(--text-muted);margin-right:auto;font-size:12px}._symbolsCount_1sb1b_558{text-align:right;width:100%;color:var(--text-muted);margin-top:4px;font-size:14px}._authButtonsWrapper_rni37_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_rni37_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_rni37_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_rni37_23{width:100%;margin-bottom:16px}._fieldWrapper_rni37_23:last-child{margin-bottom:0}._fieldLabel_rni37_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_rni37_36{margin-top:8px;font-size:.75rem}._field_rni37_23{width:100%;position:relative}._fieldLabelNew_rni37_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_rni37_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_rni37_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_rni37_52[type=password]{font-size:18px}._inputNew_rni37_52:focus,._inputNew_rni37_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_rni37_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_rni37_52:disabled::placeholder{color:#cbd5e1}._inputNew_rni37_52._error_rni37_7{border:1px solid #ef4444}._inputNew_rni37_52._error_rni37_7:focus,._inputNew_rni37_52._error_rni37_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_rni37_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_rni37_90{width:calc(50% - 8px)}._tableNavWrapper_rni37_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_rni37_109{align-items:center;gap:8px;display:flex}._tableNavItem_rni37_115{margin:0}._modalContent_rni37_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_rni37_119._center_rni37_126{text-align:center;font-family:Inter}._modalContent_rni37_119._settings_rni37_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_rni37_119._settingsIntegration_rni37_134,._modalContent_rni37_119._performanceTestModalContent_rni37_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_rni37_119._monitoringReportContent_rni37_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_rni37_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_rni37_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_rni37_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_rni37_159:after,._modalLine_rni37_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_rni37_159:before{left:-20px}._modalLine_rni37_159:after{right:-20px}._infoMessage_rni37_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_rni37_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_rni37_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_rni37_197._buttonsAutoWidth_rni37_204{justify-content:flex-end}._fullWidthTitle_rni37_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_rni37_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_rni37_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_rni37_227{padding:0 16px 16px}}._widgetHeader_rni37_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_rni37_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_rni37_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_rni37_264{align-items:center;height:180px;display:flex}._widgetFooter_rni37_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_rni37_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_rni37_277:last-child{border:none}._widgetMainValue_rni37_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_rni37_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_rni37_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_rni37_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_rni37_313{opacity:.5;cursor:default}._widgetTag_rni37_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_rni37_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_rni37_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_rni37_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_rni37_339._green_rni37_344:before,._chartValuesTitle_rni37_339._dark_rni37_344:before,._chartValuesTitle_rni37_339._blue_rni37_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_rni37_339._green_rni37_344:before{background:var(--status-success)}._chartValuesTitle_rni37_339._dark_rni37_344:before{background:#475569}._chartValuesTitle_rni37_339._blue_rni37_344:before{background:#43e0f8}._topbar_rni37_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_rni37_374{display:inline-flex}._logo_rni37_374{max-width:110px}._menuWrapper_rni37_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_rni37_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_rni37_382._opened_rni37_399{display:flex}}._menuItem_rni37_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_rni37_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_rni37_404 ._menuIcon_rni37_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_rni37_404 ._menuIconPerformance_rni37_430{fill:none}._menuItem_rni37_404 ._menuIconStroke_rni37_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_rni37_404._active_rni37_438,._menuItem_rni37_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_rni37_404._active_rni37_438 ._menuIcon_rni37_425:not(._menuIconStroke_rni37_433,._menuIconPerformance_rni37_430),._menuItem_rni37_404:hover ._menuIcon_rni37_425:not(._menuIconStroke_rni37_433,._menuIconPerformance_rni37_430){fill:#52c2fd}._menuItem_rni37_404._active_rni37_438 ._menuIconPerformance_rni37_430 path,._menuItem_rni37_404:hover ._menuIconPerformance_rni37_430 path{stroke:#59a6fd}._menuItem_rni37_404._active_rni37_438 ._menuIconStroke_rni37_433:not(._menuIcon_rni37_425),._menuItem_rni37_404:hover ._menuIconStroke_rni37_433:not(._menuIcon_rni37_425){stroke:#52c2fd}._redDot_rni37_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_rni37_467{justify-content:center;display:flex}._link_rni37_472{color:var(--accent);cursor:pointer;text-decoration:underline}._templateList_rni37_478{border:1px solid var(--border-default);border-radius:20px;height:100%;padding:20px;position:relative;overflow-y:auto}._table_rni37_100{min-height:100%;top:0}._tabsWrapper_rni37_492{background:var(--surface-3);border-radius:32px;width:100%;height:40px;margin-bottom:20px;padding:4px;display:inline-flex}._tab_rni37_100{background:var(--surface-3);width:50%;height:32px;color:var(--text-disabled);cursor:pointer;border-radius:32px;justify-content:center;align-items:center;margin-right:4px;padding:0 16px;font-size:14px;font-weight:500;display:inline-flex}._tab_rni37_100._active_rni37_438{background:var(--surface-1);color:var(--text-secondary);box-shadow:0 1px 3px #3341550a,0 1px 2px #3341550a}._tab_rni37_100:last-child{margin-right:0}._tab_rni37_100._disabled_rni37_313{box-shadow:none;background:var(--surface-3)}._tab_rni37_100._grey_rni37_529{box-shadow:none;background:var(--surface-3);color:var(--text-disabled);cursor:pointer}._messageTemplateButtonContainer_rni37_536{gap:0}._messageTemplateButtonContainer_rni37_536 span{width:28px;height:28px;padding:4px}._messageTemplateButtonContainer_rni37_536 span:hover{background-color:#0000}._messageTemplateButtonContainer_rni37_536 span:hover svg path{stroke:#0f172a}._authButtonsWrapper_8n8wv_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_8n8wv_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_8n8wv_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_8n8wv_23{width:100%;margin-bottom:16px}._fieldWrapper_8n8wv_23:last-child{margin-bottom:0}._fieldLabel_8n8wv_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_8n8wv_36{margin-top:8px;font-size:.75rem}._field_8n8wv_23{width:100%;position:relative}._fieldLabelNew_8n8wv_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_8n8wv_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_8n8wv_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_8n8wv_52[type=password]{font-size:18px}._inputNew_8n8wv_52:focus,._inputNew_8n8wv_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_8n8wv_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_8n8wv_52:disabled::placeholder{color:#cbd5e1}._inputNew_8n8wv_52._error_8n8wv_7{border:1px solid #ef4444}._inputNew_8n8wv_52._error_8n8wv_7:focus,._inputNew_8n8wv_52._error_8n8wv_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_8n8wv_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_8n8wv_90{width:calc(50% - 8px)}._tableNavWrapper_8n8wv_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_8n8wv_109{align-items:center;gap:8px;display:flex}._tableNavItem_8n8wv_115{margin:0}._modalContent_8n8wv_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_8n8wv_119._center_8n8wv_126{text-align:center;font-family:Inter}._modalContent_8n8wv_119._settings_8n8wv_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_8n8wv_119._settingsIntegration_8n8wv_134,._modalContent_8n8wv_119._performanceTestModalContent_8n8wv_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_8n8wv_119._monitoringReportContent_8n8wv_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_8n8wv_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_8n8wv_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_8n8wv_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_8n8wv_159:after,._modalLine_8n8wv_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_8n8wv_159:before{left:-20px}._modalLine_8n8wv_159:after{right:-20px}._infoMessage_8n8wv_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_8n8wv_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_8n8wv_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_8n8wv_197._buttonsAutoWidth_8n8wv_204{justify-content:flex-end}._fullWidthTitle_8n8wv_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_8n8wv_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_8n8wv_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_8n8wv_227{padding:0 16px 16px}}._widgetHeader_8n8wv_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_8n8wv_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_8n8wv_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_8n8wv_264{align-items:center;height:180px;display:flex}._widgetFooter_8n8wv_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_8n8wv_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_8n8wv_277:last-child{border:none}._widgetMainValue_8n8wv_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_8n8wv_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_8n8wv_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_8n8wv_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_8n8wv_313{opacity:.5;cursor:default}._widgetTag_8n8wv_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_8n8wv_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_8n8wv_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_8n8wv_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_8n8wv_339._green_8n8wv_344:before,._chartValuesTitle_8n8wv_339._dark_8n8wv_344:before,._chartValuesTitle_8n8wv_339._blue_8n8wv_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_8n8wv_339._green_8n8wv_344:before{background:var(--status-success)}._chartValuesTitle_8n8wv_339._dark_8n8wv_344:before{background:#475569}._chartValuesTitle_8n8wv_339._blue_8n8wv_344:before{background:#43e0f8}._topbar_8n8wv_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_8n8wv_374{display:inline-flex}._logo_8n8wv_374{max-width:110px}._menuWrapper_8n8wv_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_8n8wv_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_8n8wv_382._opened_8n8wv_399{display:flex}}._menuItem_8n8wv_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_8n8wv_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_8n8wv_404 ._menuIcon_8n8wv_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_8n8wv_404 ._menuIconPerformance_8n8wv_430{fill:none}._menuItem_8n8wv_404 ._menuIconStroke_8n8wv_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_8n8wv_404._active_8n8wv_438,._menuItem_8n8wv_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_8n8wv_404._active_8n8wv_438 ._menuIcon_8n8wv_425:not(._menuIconStroke_8n8wv_433,._menuIconPerformance_8n8wv_430),._menuItem_8n8wv_404:hover ._menuIcon_8n8wv_425:not(._menuIconStroke_8n8wv_433,._menuIconPerformance_8n8wv_430){fill:#52c2fd}._menuItem_8n8wv_404._active_8n8wv_438 ._menuIconPerformance_8n8wv_430 path,._menuItem_8n8wv_404:hover ._menuIconPerformance_8n8wv_430 path{stroke:#59a6fd}._menuItem_8n8wv_404._active_8n8wv_438 ._menuIconStroke_8n8wv_433:not(._menuIcon_8n8wv_425),._menuItem_8n8wv_404:hover ._menuIconStroke_8n8wv_433:not(._menuIcon_8n8wv_425){stroke:#52c2fd}._redDot_8n8wv_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_8n8wv_467{justify-content:center;display:flex}._link_8n8wv_472{color:var(--accent);cursor:pointer;text-decoration:underline}._deviceStatus_8n8wv_478:before{content:"";filter:drop-shadow(0 2px 4px #0000001f);border:2px solid #fff;border-radius:50%;width:12px;height:12px;margin-right:8px;display:inline-flex;position:relative;top:-1px}._deviceStatus_8n8wv_478._online_8n8wv_490:before{background:var(--status-success)}._deviceStatus_8n8wv_478._offline_8n8wv_493:before{background:#94a3b8}._section_1qblo_1{border:1px solid var(--border-default);background:var(--surface-1);border-radius:0;font-family:Inter;overflow:hidden}._header_1qblo_9{background:var(--monthly-engagement-report-gradient);color:var(--text-inverse);justify-content:space-between;align-items:flex-start;gap:16px;padding:32px;display:flex}@media only screen and (width<=768px){._header_1qblo_9{flex-direction:column}}._titleBlock_1qblo_24{min-width:0}._title_1qblo_24{color:var(--text-inverse);margin:0;font-size:1.125rem;font-weight:700;line-height:1.2}._subtitle_1qblo_36{color:#fffc;margin-top:4px;font-size:.8125rem;line-height:1.35}._statsBadge_1qblo_43{background:var(--accent);color:var(--text-primary);white-space:nowrap;border-radius:8px;align-self:flex-start;align-items:center;gap:6px;padding:6px 12px;font-size:.75rem;font-weight:700;line-height:1;display:inline-flex}._statsBadgeIcon_1qblo_58{flex-shrink:0;width:12px;height:12px}._accordionCardContainer_1qblo_64{flex-direction:column;gap:16px;padding:16px;display:flex}._accordionCard_1qblo_64{border:1px solid var(--border-default);background:var(--surface-1);border-radius:16px;overflow:hidden}._accordionHeader_1qblo_78{background:var(--surface-1);text-align:left;cursor:pointer;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:16px;display:flex}._accordionHeaderOpen_1qblo_90{border-bottom:1px solid var(--border-default)}._meta_1qblo_94{flex-direction:column;display:flex}._partnerTitle_1qblo_99{color:var(--text-primary);flex-direction:row;justify-content:flex-start;align-items:center;gap:6px;font-size:.875rem;font-weight:600;line-height:1.7;display:flex}._badge_1qblo_111{border:1px solid var(--border-strong);background:var(--surface-base);color:var(--text-muted);text-transform:uppercase;vertical-align:middle;border-radius:999px;align-items:center;padding:2px 6px;font-size:.625rem;font-weight:700;line-height:1;display:inline-flex}._badgeSuccess_1qblo_126{border-color:var(--status-success);background:var(--status-success-subtle);color:var(--status-success-text)}._badgeWarning_1qblo_132{border-color:var(--status-danger);background:var(--status-danger-subtle);color:var(--status-danger-text)}._source_1qblo_138{color:var(--text-muted);font-size:.75rem;line-height:1.2}._sourceLink_1qblo_144{color:inherit;text-decoration:none}._sourceLink_1qblo_144:hover{text-decoration:underline}._stats_1qblo_43{flex-shrink:0;align-items:center;gap:18px;display:flex}@media only screen and (width<=768px){._stats_1qblo_43{gap:12px}}._stat_1qblo_43{flex-direction:column;align-items:flex-end;display:flex}._statValue_1qblo_170{color:var(--text-primary);font-size:1rem;font-weight:600;line-height:1.4}._statValueSuccess_1qblo_177{color:var(--status-success-text)}._statValueWarning_1qblo_181{color:var(--status-danger-text)}._statLabel_1qblo_185{color:var(--text-muted);text-transform:uppercase;font-size:.75rem;font-weight:500;line-height:1.2}._toggle_1qblo_193{color:var(--text-muted);justify-content:center;align-items:center;transition:transform .15s;display:inline-flex;transform:rotate(0)}._toggleOpen_1qblo_202{transform:rotate(180deg)}._toggleIcon_1qblo_206{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}._body_1qblo_216{padding:16px}._sectionGrid_1qblo_220{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}@media only screen and (width<=820px){._sectionGrid_1qblo_220{grid-template-columns:1fr}}._sectionItem_1qblo_231{border:1px solid var(--border-default);background:var(--surface-2);border-radius:14px;min-height:128px;padding:16px}._sectionHalf_1qblo_239{grid-column:1/2}._sectionFull_1qblo_243{grid-column:1/-1}._sectionTitle_1qblo_247{color:var(--text-primary);margin-bottom:16px;font-size:.875rem;font-weight:600;line-height:1.4}._sectionList_1qblo_255{flex-direction:column;gap:8px;display:flex}._sectionStat_1qblo_261{flex-direction:column;align-items:flex-start;display:flex}._sectionStatRow_1qblo_267{flex-direction:row;justify-content:space-between;gap:16px;display:flex}._sectionStatLabel_1qblo_274{color:var(--text-muted);text-transform:uppercase;white-space:nowrap;font-size:.75rem}._sectionStatValue_1qblo_281{color:var(--text-primary);font-size:.8125rem;font-weight:500;line-height:18px}._sectionProgress_1qblo_288{align-items:center;gap:16px;width:100%;display:flex}._sectionProgressTrack_1qblo_295{background:var(--border-default);border-radius:999px;flex:auto;height:6px;overflow:hidden}._sectionProgressBar_1qblo_303{border-radius:inherit;background:linear-gradient(90deg, var(--status-success) 0%, var(--status-success-text) 100%);height:100%}._legacyCard_1qblo_309{background:var(--surface-1);border:1px solid var(--border-default);border-radius:14px;padding:16px}._legacyTitle_1qblo_316{color:var(--text-primary);margin-bottom:22px;font-size:.875rem;font-weight:500;line-height:20px}._legacyGrid_1qblo_324{grid-template-columns:repeat(2,minmax(220px,1fr));gap:16px;display:grid}@media only screen and (width<=760px){._legacyGrid_1qblo_324{grid-template-columns:1fr}}._legacyChannelCard_1qblo_335{background:var(--surface-2);border:1px solid var(--border-default);border-radius:14px;padding:16px}._legacyChannelTitle_1qblo_342{color:var(--text-primary);margin-bottom:16px;font-size:.875rem;font-weight:500;line-height:20px}._legacyDetailGrid_1qblo_350{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}._legacyDetailGridSingle_1qblo_356{grid-template-columns:1fr}._legacyDetailMetric_1qblo_360{padding:10px 0 0}._legacyDetailMetricWide_1qblo_364{grid-column:1/-1}._legacyDetailLabel_1qblo_368{color:var(--text-muted);letter-spacing:.3px;text-transform:uppercase;margin-bottom:4px;font-size:.75rem;font-weight:500;line-height:13px}._legacyDetailValue_1qblo_378{color:var(--text-primary);font-size:.8125rem;font-weight:500;line-height:18px}._shell_1xp3b_1{color:var(--text-primary);background:var(--surface-1);position:relative;overflow:hidden}._header_1xp3b_8{color:var(--text-on-brand);background:var(--monthly-engagement-report-gradient);padding:32px}._title_1xp3b_14{margin:0;font-size:1.25rem;font-weight:500;line-height:28px}._subtitle_1xp3b_21{color:var(--text-inverse);font-size:11px;line-height:1.1}._body_1xp3b_27{padding:16px}._metricGrid_1xp3b_31{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}._card_1xp3b_37{border:1px solid var(--border-default);background:var(--surface-1);border-radius:12px;flex-direction:column;gap:16px;padding:16px;display:flex}._label_1xp3b_47{color:var(--text-muted);letter-spacing:.6px;font-size:.625rem;font-weight:600}._value_1xp3b_54{font-size:1.5rem;font-weight:600;line-height:1}._trend_1xp3b_60{color:var(--status-success-text);font-size:.75rem;line-height:1.2}._trendFlat_1xp3b_66{color:var(--text-muted)}._trendUp_1xp3b_70{color:#4f9d69}._trendDown_1xp3b_74{color:#c76b6b}._charts_1xp3b_78{grid-template-columns:1fr 1fr;gap:16px;margin-top:12px;display:grid}._chartCard_1xp3b_85{flex-direction:column;display:flex}._outcomeContent_1xp3b_90{flex:1;justify-content:center;align-items:center;gap:24px;display:flex}._donut_1xp3b_98{background:conic-gradient(#69b5c0 0 var(--answered-percent), #e9edf5 var(--answered-percent) 100%);border-radius:50%;flex:none;place-items:center;width:176px;height:176px;display:grid;position:relative}._donut_1xp3b_98:after{background:var(--surface-1);content:"";border-radius:50%;position:absolute;inset:8px}._donutValue_1xp3b_117{z-index:1;text-align:center;color:#25283a;place-items:center;font-size:1.5rem;font-weight:600;line-height:1;display:grid;position:relative}._donutValue_1xp3b_117 small{color:var(--text-muted);letter-spacing:.4px;margin-top:8px;font-size:.625rem;font-weight:600;display:block}._legend_1xp3b_138{min-width:158px;color:var(--text-secondary);gap:12px;font-size:.75rem;display:grid}._legend_1xp3b_138>span{grid-template-columns:10px 1fr auto;align-items:center;gap:8px;display:grid}._legend_1xp3b_138>span>span{align-items:baseline;gap:6px;display:flex}._legend_1xp3b_138 strong{color:var(--text-primary);font-size:.75rem}._legend_1xp3b_138 small{color:var(--text-muted);font-size:.625rem}._swatch_1xp3b_169{border-radius:3px;width:10px;height:10px;margin-right:8px;display:inline-block}._swatchAnswered_1xp3b_177{background:var(--accent)}._swatchMissed_1xp3b_181{background:var(--status-danger)}._heatmap_1xp3b_193{color:var(--text-muted);grid-template-columns:20px repeat(8,minmax(0,1fr));align-items:center;gap:8px;font-size:.625rem;display:grid}._heatmap_1xp3b_193 div{border-radius:4px;min-height:16px}._heatmapCell_1xp3b_207{transition:opacity .12s}._heatmapDescription_1xp3b_211,._heatmapSummary_1xp3b_212{color:var(--text-disabled);margin:0;font-size:.625rem;line-height:1.2}._logsHeader_1xp3b_219{margin-top:16px}._filters_1xp3b_223{gap:8px;margin:12px 0 16px;display:flex}._filter_1xp3b_223{border:1px solid var(--border-default);background:var(--surface-1);color:var(--text-muted);font:inherit;cursor:pointer;border-radius:8px;padding:8px 12px;font-size:.75rem}._filterActive_1xp3b_240{background:var(--accent);border-color:var(--accent);color:var(--text-on-brand)}._table_1xp3b_246{border-top:1px solid var(--border-subtle);overflow:hidden}._row_1xp3b_251{border:0;border-bottom:1px solid var(--border-subtle);width:100%;color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;grid-template-columns:1.05fr 1.2fr 1fr .9fr .45fr .45fr 18px;align-items:center;gap:.75rem;padding:.75rem .625rem;font-family:Inter;font-size:.75rem;display:grid}._row_1xp3b_251:hover{background:var(--surface-hover)}._small_1xp3b_272{color:var(--text-muted);font-size:.75rem;display:block}._outcome_1xp3b_90{border-radius:999px;width:fit-content;padding:6px 12px;font-size:.625rem;font-weight:600}._outcomeAnswered_1xp3b_286{background:var(--status-success-subtle);color:var(--status-success-text)}._outcomeMissed_1xp3b_291{background:var(--status-danger-subtle);color:var(--status-danger-text)}._overlay_1xp3b_296{z-index:6000;background:var(--surface-overlay);position:fixed;inset:0}._sheet_1xp3b_303{background:var(--surface-3);width:min(458px,100%);height:100%;position:absolute;top:0;right:0;overflow:auto}._sheetHeader_1xp3b_313{color:var(--text-on-brand);background:var(--monthly-engagement-report-gradient);padding:16px;position:relative}._sheetHeader_1xp3b_313 h3{margin:0;font-size:1.125rem}._sheetHeader_1xp3b_313 p{opacity:.75;margin:4px 0 0;font-family:Inter;font-size:.75rem}._close_1xp3b_332{background:var(--surface-overlay);color:var(--text-on-brand);cursor:pointer;border:0;border-radius:10px;margin:0 auto;padding:8px 12px;font-size:1.5rem;line-height:1.5rem;position:absolute;right:16px}._sheetCard_1xp3b_346{flex-direction:column;gap:8px;margin:16px;display:flex}._detail_1xp3b_353{border-bottom:1px solid var(--border-default);justify-content:space-between;padding:.625rem 0;font-size:.75rem;display:flex}._detail_1xp3b_353 span{color:var(--text-muted)}._detail_1xp3b_353 strong{text-align:right}._timeline_1xp3b_369{gap:1.125rem;padding-top:4px;display:grid;position:relative}._event_1xp3b_376{grid-template-columns:45px 15px 1fr;gap:.625rem;font-size:.75rem;display:grid;position:relative}._event_1xp3b_376:before{border-left:1px solid var(--border-strong);content:"";position:absolute;top:4px;bottom:-24px;left:59px}._event_1xp3b_376:last-child:before{display:none}._dot_1xp3b_397{z-index:1;border:2px solid var(--brand);background:var(--surface-1);border-radius:50%;width:9px;height:9px;margin-top:4px}@media only screen and (width<=760px){._row_1xp3b_251{grid-template-columns:1fr 1fr 1fr 18px}._row_1xp3b_251>:nth-child(n+4):not(:last-child){display:none}}@media only screen and (width<=720px){._metricGrid_1xp3b_31,._charts_1xp3b_78{grid-template-columns:repeat(2,minmax(0,1fr))}._charts_1xp3b_78{grid-template-columns:1fr}}@media only screen and (width<=440px){._metricGrid_1xp3b_31{grid-template-columns:1fr}}._authButtonsWrapper_1am78_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1am78_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1am78_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_1am78_23{width:100%;margin-bottom:16px}._fieldWrapper_1am78_23:last-child{margin-bottom:0}._fieldLabel_1am78_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1am78_36{margin-top:8px;font-size:.75rem}._field_1am78_23{width:100%;position:relative}._fieldLabelNew_1am78_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1am78_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1am78_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1am78_52[type=password]{font-size:18px}._inputNew_1am78_52:focus,._inputNew_1am78_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1am78_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1am78_52:disabled::placeholder{color:#cbd5e1}._inputNew_1am78_52._error_1am78_7{border:1px solid #ef4444}._inputNew_1am78_52._error_1am78_7:focus,._inputNew_1am78_52._error_1am78_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1am78_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1am78_90{width:calc(50% - 8px)}._tableNavWrapper_1am78_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_1am78_109{align-items:center;gap:8px;display:flex}._tableNavItem_1am78_115{margin:0}._modalContent_1am78_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1am78_119._center_1am78_126{text-align:center;font-family:Inter}._modalContent_1am78_119._settings_1am78_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1am78_119._settingsIntegration_1am78_134,._modalContent_1am78_119._performanceTestModalContent_1am78_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1am78_119._monitoringReportContent_1am78_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1am78_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1am78_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1am78_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1am78_159:after,._modalLine_1am78_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1am78_159:before{left:-20px}._modalLine_1am78_159:after{right:-20px}._infoMessage_1am78_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1am78_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1am78_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1am78_197._buttonsAutoWidth_1am78_204{justify-content:flex-end}._fullWidthTitle_1am78_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1am78_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1am78_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1am78_227{padding:0 16px 16px}}._widgetHeader_1am78_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_1am78_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_1am78_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_1am78_264{align-items:center;height:180px;display:flex}._widgetFooter_1am78_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1am78_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1am78_277:last-child{border:none}._widgetMainValue_1am78_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1am78_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1am78_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_1am78_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1am78_313{opacity:.5;cursor:default}._widgetTag_1am78_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1am78_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1am78_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1am78_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1am78_339._green_1am78_344:before,._chartValuesTitle_1am78_339._dark_1am78_344:before,._chartValuesTitle_1am78_339._blue_1am78_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1am78_339._green_1am78_344:before{background:var(--status-success)}._chartValuesTitle_1am78_339._dark_1am78_344:before{background:#475569}._chartValuesTitle_1am78_339._blue_1am78_344:before{background:#43e0f8}._topbar_1am78_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1am78_374{display:inline-flex}._logo_1am78_374{max-width:110px}._menuWrapper_1am78_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_1am78_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1am78_382._opened_1am78_399{display:flex}}._menuItem_1am78_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1am78_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_1am78_404 ._menuIcon_1am78_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1am78_404 ._menuIconPerformance_1am78_430{fill:none}._menuItem_1am78_404 ._menuIconStroke_1am78_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1am78_404._active_1am78_438,._menuItem_1am78_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1am78_404._active_1am78_438 ._menuIcon_1am78_425:not(._menuIconStroke_1am78_433,._menuIconPerformance_1am78_430),._menuItem_1am78_404:hover ._menuIcon_1am78_425:not(._menuIconStroke_1am78_433,._menuIconPerformance_1am78_430){fill:#52c2fd}._menuItem_1am78_404._active_1am78_438 ._menuIconPerformance_1am78_430 path,._menuItem_1am78_404:hover ._menuIconPerformance_1am78_430 path{stroke:#59a6fd}._menuItem_1am78_404._active_1am78_438 ._menuIconStroke_1am78_433:not(._menuIcon_1am78_425),._menuItem_1am78_404:hover ._menuIconStroke_1am78_433:not(._menuIcon_1am78_425){stroke:#52c2fd}._redDot_1am78_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1am78_467{justify-content:center;display:flex}._link_1am78_472{color:var(--accent);cursor:pointer;text-decoration:underline}._statusContainer_1am78_478{flex-wrap:wrap;align-items:center;gap:8px;display:flex}._orderStatus_1am78_485{text-transform:uppercase;border-radius:20px;align-items:center;padding:2px 8px 2px 6px;font-size:.75rem;line-height:1;display:inline-flex;position:relative}._orderStatus_1am78_485:before{margin-right:2px;display:inline-flex;position:relative;top:1px}._orderStatus_1am78_485._new_1am78_501{background:var(--status-success-subtle);color:var(--status-success-text)}._orderStatus_1am78_485._new_1am78_501:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='9'%20cy='8'%20r='2'%20fill='%2315803D'/%3e%3c/svg%3e")}._orderStatus_1am78_485._pending_1am78_508{background:var(--status-warning-subtle);color:var(--status-warning-text)}._orderStatus_1am78_485._pending_1am78_508:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8%204V8H11M14%208C14%2011.3137%2011.3137%2014%208%2014C4.68629%2014%202%2011.3137%202%208C2%204.68629%204.68629%202%208%202C11.3137%202%2014%204.68629%2014%208Z'%20stroke='%23B45309'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}._orderStatus_1am78_485._confirmed_1am78_515{color:#134f66;background:#cdfcff}._orderStatus_1am78_485._confirmed_1am78_515:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%208.5L7.5%2010L10%206.5M14%208C14%2011.3137%2011.3137%2014%208%2014C4.68629%2014%202%2011.3137%202%208C2%204.68629%204.68629%202%208%202C11.3137%202%2014%204.68629%2014%208Z'%20stroke='%23134F66'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}._orderStatus_1am78_485._packed_1am78_522{color:#7e22ce;background:#f3e8ff}._orderStatus_1am78_485._packed_1am78_522:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.5%207V4C10.5%202.61929%209.38071%201.5%208%201.5C6.61929%201.5%205.5%202.61929%205.5%204V7M13.0707%205.67149L13.9128%2013.6715C13.9594%2014.1143%2013.6122%2014.5%2013.1669%2014.5H2.83309C2.38781%2014.5%202.0406%2014.1143%202.08721%2013.6715L2.92931%205.67149C2.96949%205.28978%203.29137%205%203.67519%205H12.3248C12.7086%205%2013.0305%205.28978%2013.0707%205.67149ZM5.75%207C5.75%207.13807%205.63807%207.25%205.5%207.25C5.36193%207.25%205.25%207.13807%205.25%207C5.25%206.86193%205.36193%206.75%205.5%206.75C5.63807%206.75%205.75%206.86193%205.75%207ZM10.75%207C10.75%207.13807%2010.6381%207.25%2010.5%207.25C10.3619%207.25%2010.25%207.13807%2010.25%207C10.25%206.86193%2010.3619%206.75%2010.5%206.75C10.6381%206.75%2010.75%206.86193%2010.75%207Z'%20stroke='%237E22CE'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}._orderStatus_1am78_485._shipping_1am78_529{background:var(--status-info-subtle);color:var(--text-link)}._orderStatus_1am78_485._shipping_1am78_529:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.5%2012.5C5.5%2013.0523%205.05228%2013.5%204.5%2013.5C3.94772%2013.5%203.5%2013.0523%203.5%2012.5M5.5%2012.5C5.5%2011.9477%205.05228%2011.5%204.5%2011.5C3.94772%2011.5%203.5%2011.9477%203.5%2012.5M5.5%2012.5H9.5M3.5%2012.5H2.25C1.83579%2012.5%201.5%2012.1642%201.5%2011.75V9.5003M13%2012.5C13%2013.0523%2012.5523%2013.5%2012%2013.5C11.4477%2013.5%2011%2013.0523%2011%2012.5M13%2012.5C13%2011.9477%2012.5523%2011.5%2012%2011.5C11.4477%2011.5%2011%2011.9477%2011%2012.5M13%2012.5L13.75%2012.5C14.1642%2012.5%2014.5024%2012.1638%2014.477%2011.7504C14.3369%209.47865%2013.5648%207.37792%2012.3344%205.62189C12.0929%205.27728%2011.7019%205.07183%2011.2818%205.04877H9.5M11%2012.5H9.5M9.5%205.04877V4.40986C9.5%204.03153%209.21832%203.71147%208.84201%203.67242C7.74356%203.55843%206.6286%203.5%205.5%203.5C4.3714%203.5%203.25644%203.55843%202.15799%203.67242C1.78168%203.71147%201.5%204.03153%201.5%204.40986V9.5003M9.5%205.04877V9.5003M9.5%2012.5V9.5003M9.5%209.5003H1.5'%20stroke='%232563EB'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}._orderStatus_1am78_485._archived_1am78_536{color:#4338ca;background:#e0e7ff}._orderStatus_1am78_485._archived_1am78_536:before{content:url("data:image/svg+xml,%3csvg%20class='svg-icon'%20width='16'%20height='16'%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M325.808%20690.656a16%2016%200%201%201%200%2032%2016%2016%200%200%201%200-32zM325.808%20530.656a16%2016%200%201%201%200%2032%2016%2016%200%200%201%200-32zM405.808%20370.656h320a16%2016%200%201%201%200%2032h-320a16%2016%200%201%201%200-32zM325.808%20370.656a16%2016%200%201%201%200%2032%2016%2016%200%200%201%200-32z'%20stroke-width='36.4'%20stroke='%234338ca'%20fill='%234338ca'%20/%3e%3cpath%20d='M587.584%20242.656h-128c-30.88%200-56-25.12-56-56v-48c0-30.88%2025.12-56%2056-56h128c30.88%200%2056%2025.12%2056%2056v48c0%2030.88-25.136%2056-56%2056z%20m-128-128c-13.232%200-24%2010.768-24%2024v48c0%2013.232%2010.768%2024%2024%2024h128c13.232%200%2024-10.768%2024-24v-48c0-13.232-10.768-24-24-24h-128zM544%20915.296H325.904c-79.504%200-144.192-62.32-144.192-138.896v-491.52c0-76.576%2064.672-138.88%20144.192-138.88h31.168a16%2016%200%200%201%200%2032h-31.168c-61.856%200-112.192%2047.952-112.192%20106.88v491.52c0%2058.944%2050.336%20106.896%20112.192%20106.896H544a16%2016%200%201%201%200%2032z%20m309.904-309.296a16%2016%200%200%201-16-16V284.896c0-58.928-50.336-106.88-112.192-106.88h-31.408a16%2016%200%201%201%200-32h31.408c79.504%200%20144.192%2062.304%20144.192%20138.88v305.104a16%2016%200%200%201-16%2016z'%20stroke-width='36.4'%20stroke='%234338ca'%20fill='%234338ca'%20/%3e%3cpath%20d='M696.304%20965.664c-123.52%200-224-100.48-224-224s100.48-224%20224-224%20224%20100.48%20224%20224-100.496%20224-224%20224z%20m0-416c-105.872%200-192%2086.128-192%20192s86.128%20192%20192%20192%20192-86.128%20192-192-86.128-192-192-192z'%20stroke-width='36.4'%20stroke='%234338ca'%20fill='%234338ca'%20/%3e%3cpath%20d='M809.52%20662.464a15.984%2015.984%200%200%200-22.624%200l-124.528%20124.528-56.656-56.656a15.984%2015.984%200%201%200-22.624%2022.624l67.872%2067.872a15.952%2015.952%200%200%200%2011.408%204.672%2015.952%2015.952%200%200%200%2011.408-4.672l135.744-135.744a16%2016%200%200%200%200-22.624z'%20stroke-width='36.4'%20stroke='%234338ca'%20fill='%234338ca'%20/%3e%3cpath%20d='M493.744%20706.656c0%208.848-7.76%2016-17.328%2016h-69.296c-9.568%200-17.328-7.152-17.328-16%200-8.848%207.76-16%2017.328-16h69.296c9.584%200%2017.328%207.152%2017.328%2016zM630%20546.656c0%208.848-8.96%2016-20.016%2016h-200.16c-11.056%200-20.016-7.152-20.016-16%200-8.848%208.96-16%2020.016-16h200.16c11.056%200%2020.016%207.152%2020.016%2016z'%20stroke-width='36.4'%20stroke='%234338ca'%20fill='%234338ca'%20/%3e%3c/svg%3e")}._orderStatus_1am78_485._denied_1am78_543{background:var(--status-danger-subtle);color:var(--status-danger-text)}._orderStatus_1am78_485._denied_1am78_543:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.70001%203.05C6.70001%202.4701%206.2299%202%205.65001%202C5.07011%202%204.60001%202.4701%204.60001%203.05L4.6%205.05M6.70001%203.05L6.70001%202.05C6.70001%201.4701%207.17011%201%207.75001%201C8.32991%201%208.80001%201.4701%208.80001%202.05L8.80002%203.05M6.70001%203.05L6.75%207M8.80002%207.5V3.05M8.80002%203.05C8.80002%202.4701%209.27012%202%209.85002%202C10.4299%202%2010.9%202.4701%2010.9%203.05V10M4.6%205.05C4.6%204.4701%204.1299%204%203.55%204C2.9701%204%202.5%204.4701%202.5%205.05V10.5C2.5%2012.9853%204.51472%2015%207%2015H8.34525C9.27351%2015%2010.1637%2014.6313%2010.8201%2013.9749L11.9749%2012.8201C12.6313%2012.1637%2013%2011.2735%2013%2010.3453L13.002%208.99598C13.003%208.88061%2013.0467%208.76888%2013.1338%208.68179C13.5439%208.27174%2013.5439%207.60692%2013.1338%207.19687C12.7238%206.78682%2012.0589%206.78682%2011.6489%207.19687C11.1544%207.69141%2010.9052%208.34074%2010.902%208.98764M4.6%205.05V8M8.78%2010.8787C9.03992%2010.6188%209.33566%2010.4165%209.65134%2010.2719C10.0467%2010.0908%2010.4733%2010.0002%2010.9%2010M10.9013%2010H10.9'%20stroke='%23B91C1C'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}._orderStatus_1am78_485._canceled_1am78_550{background:var(--status-danger-subtle);color:var(--status-danger-text)}._orderStatus_1am78_485._canceled_1am78_550:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.5%206.5L9.5%209.5M9.5%206.5L6.5%209.5M14%208C14%2011.3137%2011.3137%2014%208%2014C4.68629%2014%202%2011.3137%202%208C2%204.68629%204.68629%202%208%202C11.3137%202%2014%204.68629%2014%208Z'%20stroke='%23B91C1C'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}._ordersActionsWrapper_l5mje_1{background-color:#0000}._ordersActionsWrapper_l5mje_1 span{background-color:#f9fafc}._ordersActionsWrapper_l5mje_1 span._deleteAction_l5mje_7{background-color:#e2f8fc}._ordersActionsWrapper_l5mje_1 span._deleteAction_l5mje_7:hover svg path{stroke:#ef4444}._ordersActionsWrapper_l5mje_1 span._editAction_l5mje_13{background-color:#e2f8fc}._ordersActionsWrapper_l5mje_1 span._editAction_l5mje_13:hover{background-color:#d0edf2}._ordersActionsWrapper_l5mje_1 span._editAction_l5mje_13:hover svg path{stroke:#0f172a}._ordersActionsWrapper_l5mje_1._singleItem_l5mje_22 span{background-color:#f9fafc}._ordersActionsWrapper_l5mje_1._singleItem_l5mje_22 span:hover{background-color:#e2e8f0}._ordersActionsWrapper_l5mje_1._singleItem_l5mje_22 span:hover svg path{stroke:#0f172a}._ordersActionsWrapper_l5mje_1._singleItem_l5mje_22 span._deleteAction_l5mje_7{background-color:#f9fafc}._ordersActionsWrapper_l5mje_1._singleItem_l5mje_22 span._deleteAction_l5mje_7:hover svg path{stroke:#ef4444}._authButtonsWrapper_purha_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_purha_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_purha_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_purha_23{width:100%;margin-bottom:16px}._fieldWrapper_purha_23:last-child{margin-bottom:0}._fieldLabel_purha_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_purha_36{margin-top:8px;font-size:.75rem}._field_purha_23{width:100%;position:relative}._fieldLabelNew_purha_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_purha_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_purha_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_purha_52[type=password]{font-size:18px}._inputNew_purha_52:focus,._inputNew_purha_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_purha_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_purha_52:disabled::placeholder{color:#cbd5e1}._inputNew_purha_52._error_purha_7{border:1px solid #ef4444}._inputNew_purha_52._error_purha_7:focus,._inputNew_purha_52._error_purha_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_purha_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_purha_90{width:calc(50% - 8px)}._tableNavWrapper_purha_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_purha_109{align-items:center;gap:8px;display:flex}._tableNavItem_purha_115{margin:0}._modalContent_purha_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_purha_119._center_purha_126{text-align:center;font-family:Inter}._modalContent_purha_119._settings_purha_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_purha_119._settingsIntegration_purha_134,._modalContent_purha_119._performanceTestModalContent_purha_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_purha_119._monitoringReportContent_purha_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_purha_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_purha_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_purha_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_purha_159:after,._modalLine_purha_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_purha_159:before{left:-20px}._modalLine_purha_159:after{right:-20px}._infoMessage_purha_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_purha_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_purha_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_purha_197._buttonsAutoWidth_purha_204{justify-content:flex-end}._fullWidthTitle_purha_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_purha_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_purha_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_purha_227{padding:0 16px 16px}}._widgetHeader_purha_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_purha_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_purha_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_purha_264{align-items:center;height:180px;display:flex}._widgetFooter_purha_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_purha_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_purha_277:last-child{border:none}._widgetMainValue_purha_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_purha_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_purha_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_purha_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_purha_313{opacity:.5;cursor:default}._widgetTag_purha_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_purha_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_purha_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_purha_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_purha_339._green_purha_344:before,._chartValuesTitle_purha_339._dark_purha_344:before,._chartValuesTitle_purha_339._blue_purha_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_purha_339._green_purha_344:before{background:var(--status-success)}._chartValuesTitle_purha_339._dark_purha_344:before{background:#475569}._chartValuesTitle_purha_339._blue_purha_344:before{background:#43e0f8}._topbar_purha_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_purha_374{display:inline-flex}._logo_purha_374{max-width:110px}._menuWrapper_purha_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_purha_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_purha_382._opened_purha_399{display:flex}}._menuItem_purha_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_purha_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_purha_404 ._menuIcon_purha_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_purha_404 ._menuIconPerformance_purha_430{fill:none}._menuItem_purha_404 ._menuIconStroke_purha_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_purha_404._active_purha_438,._menuItem_purha_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_purha_404._active_purha_438 ._menuIcon_purha_425:not(._menuIconStroke_purha_433,._menuIconPerformance_purha_430),._menuItem_purha_404:hover ._menuIcon_purha_425:not(._menuIconStroke_purha_433,._menuIconPerformance_purha_430){fill:#52c2fd}._menuItem_purha_404._active_purha_438 ._menuIconPerformance_purha_430 path,._menuItem_purha_404:hover ._menuIconPerformance_purha_430 path{stroke:#59a6fd}._menuItem_purha_404._active_purha_438 ._menuIconStroke_purha_433:not(._menuIcon_purha_425),._menuItem_purha_404:hover ._menuIconStroke_purha_433:not(._menuIcon_purha_425){stroke:#52c2fd}._redDot_purha_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_purha_467{justify-content:center;display:flex}._link_purha_472{color:var(--accent);cursor:pointer;text-decoration:underline}._modalBody_muh87_1{flex-direction:column;align-items:center;padding:16px;display:flex}._modalBody_muh87_1 h3{color:var(--text-primary);margin-bottom:4px;font-size:18px;font-weight:500;line-height:24px}._modalBody_muh87_1 p{color:var(--text-secondary);font-size:14px;font-weight:400;line-height:20px}._iconWrapper_muh87_21{background-color:var(--status-danger-subtle);border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:16px;display:flex}._iconWrapper_muh87_21 svg{width:24px;height:24px}._iconWrapper_muh87_21 svg path{stroke:#b91c1c}._authButtonsWrapper_1u1cf_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1u1cf_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1u1cf_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_1u1cf_23{width:100%;margin-bottom:16px}._fieldWrapper_1u1cf_23:last-child{margin-bottom:0}._fieldLabel_1u1cf_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1u1cf_36{margin-top:8px;font-size:.75rem}._field_1u1cf_23{width:100%;position:relative}._fieldLabelNew_1u1cf_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1u1cf_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1u1cf_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1u1cf_52[type=password]{font-size:18px}._inputNew_1u1cf_52:focus,._inputNew_1u1cf_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1u1cf_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1u1cf_52:disabled::placeholder{color:#cbd5e1}._inputNew_1u1cf_52._error_1u1cf_7{border:1px solid #ef4444}._inputNew_1u1cf_52._error_1u1cf_7:focus,._inputNew_1u1cf_52._error_1u1cf_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1u1cf_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1u1cf_90{width:calc(50% - 8px)}._tableNavWrapper_1u1cf_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_1u1cf_109{align-items:center;gap:8px;display:flex}._tableNavItem_1u1cf_115{margin:0}._modalContent_1u1cf_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1u1cf_119._center_1u1cf_126{text-align:center;font-family:Inter}._modalContent_1u1cf_119._settings_1u1cf_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1u1cf_119._settingsIntegration_1u1cf_134,._modalContent_1u1cf_119._performanceTestModalContent_1u1cf_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1u1cf_119._monitoringReportContent_1u1cf_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1u1cf_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1u1cf_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1u1cf_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1u1cf_159:after,._modalLine_1u1cf_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1u1cf_159:before{left:-20px}._modalLine_1u1cf_159:after{right:-20px}._infoMessage_1u1cf_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1u1cf_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1u1cf_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1u1cf_197._buttonsAutoWidth_1u1cf_204{justify-content:flex-end}._fullWidthTitle_1u1cf_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1u1cf_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1u1cf_227,._perfTestWidgetWrapper_1u1cf_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1u1cf_227,._perfTestWidgetWrapper_1u1cf_227{padding:0 16px 16px}}._widgetHeader_1u1cf_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_1u1cf_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_1u1cf_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_1u1cf_264{align-items:center;height:180px;display:flex}._widgetFooter_1u1cf_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1u1cf_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1u1cf_277:last-child{border:none}._widgetMainValue_1u1cf_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1u1cf_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1u1cf_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_1u1cf_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1u1cf_313{opacity:.5;cursor:default}._widgetTag_1u1cf_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1u1cf_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1u1cf_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1u1cf_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1u1cf_339._green_1u1cf_344:before,._chartValuesTitle_1u1cf_339._dark_1u1cf_344:before,._chartValuesTitle_1u1cf_339._blue_1u1cf_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1u1cf_339._green_1u1cf_344:before{background:var(--status-success)}._chartValuesTitle_1u1cf_339._dark_1u1cf_344:before{background:#475569}._chartValuesTitle_1u1cf_339._blue_1u1cf_344:before{background:#43e0f8}._topbar_1u1cf_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1u1cf_374{display:inline-flex}._logo_1u1cf_374{max-width:110px}._menuWrapper_1u1cf_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_1u1cf_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1u1cf_382._opened_1u1cf_399{display:flex}}._menuItem_1u1cf_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1u1cf_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_1u1cf_404 ._menuIcon_1u1cf_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1u1cf_404 ._menuIconPerformance_1u1cf_430{fill:none}._menuItem_1u1cf_404 ._menuIconStroke_1u1cf_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1u1cf_404._active_1u1cf_438,._menuItem_1u1cf_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1u1cf_404._active_1u1cf_438 ._menuIcon_1u1cf_425:not(._menuIconStroke_1u1cf_433,._menuIconPerformance_1u1cf_430),._menuItem_1u1cf_404:hover ._menuIcon_1u1cf_425:not(._menuIconStroke_1u1cf_433,._menuIconPerformance_1u1cf_430){fill:#52c2fd}._menuItem_1u1cf_404._active_1u1cf_438 ._menuIconPerformance_1u1cf_430 path,._menuItem_1u1cf_404:hover ._menuIconPerformance_1u1cf_430 path{stroke:#59a6fd}._menuItem_1u1cf_404._active_1u1cf_438 ._menuIconStroke_1u1cf_433:not(._menuIcon_1u1cf_425),._menuItem_1u1cf_404:hover ._menuIconStroke_1u1cf_433:not(._menuIcon_1u1cf_425){stroke:#52c2fd}._redDot_1u1cf_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1u1cf_467{justify-content:center;display:flex}._link_1u1cf_472{color:var(--accent);cursor:pointer;text-decoration:underline}._perfTestWidgetWrapper_1u1cf_227{max-width:100%;min-height:193px}._chartWrapper_1u1cf_483{padding:16px 0}._indicatorsWrapper_1u1cf_487{margin-top:16px}._indicator_1u1cf_487{color:var(--text-secondary);text-transform:uppercase;align-items:center;margin-right:20px;font-size:12px;font-style:normal;font-weight:500;display:inline-flex}._indicator_1u1cf_487 i{color:var(--text-primary);padding-left:4px;font-style:normal}._colorCircle_1u1cf_507{border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-flex}._authButtonsWrapper_1fe29_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1fe29_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1fe29_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_1fe29_23{width:100%;margin-bottom:16px}._fieldWrapper_1fe29_23:last-child{margin-bottom:0}._fieldLabel_1fe29_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1fe29_36{margin-top:8px;font-size:.75rem}._field_1fe29_23{width:100%;position:relative}._fieldLabelNew_1fe29_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1fe29_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1fe29_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1fe29_52[type=password]{font-size:18px}._inputNew_1fe29_52:focus,._inputNew_1fe29_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1fe29_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1fe29_52:disabled::placeholder{color:#cbd5e1}._inputNew_1fe29_52._error_1fe29_7{border:1px solid #ef4444}._inputNew_1fe29_52._error_1fe29_7:focus,._inputNew_1fe29_52._error_1fe29_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1fe29_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1fe29_90{width:calc(50% - 8px)}._tableNavWrapper_1fe29_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_1fe29_109{align-items:center;gap:8px;display:flex}._tableNavItem_1fe29_115{margin:0}._modalContent_1fe29_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1fe29_119._center_1fe29_126{text-align:center;font-family:Inter}._modalContent_1fe29_119._settings_1fe29_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1fe29_119._settingsIntegration_1fe29_134,._modalContent_1fe29_119._performanceTestModalContent_1fe29_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1fe29_119._monitoringReportContent_1fe29_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1fe29_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1fe29_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1fe29_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1fe29_159:after,._modalLine_1fe29_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1fe29_159:before{left:-20px}._modalLine_1fe29_159:after{right:-20px}._infoMessage_1fe29_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1fe29_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1fe29_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1fe29_197._buttonsAutoWidth_1fe29_204{justify-content:flex-end}._fullWidthTitle_1fe29_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1fe29_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1fe29_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1fe29_227{padding:0 16px 16px}}._widgetHeader_1fe29_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_1fe29_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_1fe29_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_1fe29_264{align-items:center;height:180px;display:flex}._widgetFooter_1fe29_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1fe29_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1fe29_277:last-child{border:none}._widgetMainValue_1fe29_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1fe29_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1fe29_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_1fe29_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1fe29_313{opacity:.5;cursor:default}._widgetTag_1fe29_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1fe29_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1fe29_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1fe29_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1fe29_339._green_1fe29_344:before,._chartValuesTitle_1fe29_339._dark_1fe29_344:before,._chartValuesTitle_1fe29_339._blue_1fe29_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1fe29_339._green_1fe29_344:before{background:var(--status-success)}._chartValuesTitle_1fe29_339._dark_1fe29_344:before{background:#475569}._chartValuesTitle_1fe29_339._blue_1fe29_344:before{background:#43e0f8}._topbar_1fe29_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1fe29_374{display:inline-flex}._logo_1fe29_374{max-width:110px}._menuWrapper_1fe29_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_1fe29_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1fe29_382._opened_1fe29_399{display:flex}}._menuItem_1fe29_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1fe29_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_1fe29_404 ._menuIcon_1fe29_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1fe29_404 ._menuIconPerformance_1fe29_430{fill:none}._menuItem_1fe29_404 ._menuIconStroke_1fe29_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1fe29_404._active_1fe29_438,._menuItem_1fe29_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1fe29_404._active_1fe29_438 ._menuIcon_1fe29_425:not(._menuIconStroke_1fe29_433,._menuIconPerformance_1fe29_430),._menuItem_1fe29_404:hover ._menuIcon_1fe29_425:not(._menuIconStroke_1fe29_433,._menuIconPerformance_1fe29_430){fill:#52c2fd}._menuItem_1fe29_404._active_1fe29_438 ._menuIconPerformance_1fe29_430 path,._menuItem_1fe29_404:hover ._menuIconPerformance_1fe29_430 path{stroke:#59a6fd}._menuItem_1fe29_404._active_1fe29_438 ._menuIconStroke_1fe29_433:not(._menuIcon_1fe29_425),._menuItem_1fe29_404:hover ._menuIconStroke_1fe29_433:not(._menuIcon_1fe29_425){stroke:#52c2fd}._redDot_1fe29_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1fe29_467{justify-content:center;display:flex}._link_1fe29_472{color:var(--accent);cursor:pointer;text-decoration:underline}._tableNavButtonsWrapper_1fe29_109{display:flex}._confirmedCheckboxWrapper_1fe29_482{align-items:center;margin:0 6px;display:flex}._confirmedCheckboxWrapper_1fe29_482 label{margin-right:8px}._startPerformanceButton_1fe29_491{color:#165964!important;background-color:#43e0f8!important}._startPerformanceButton_1fe29_491[disabled]{border:1px solid var(--border-subtle);background-color:var(--surface-3)!important;color:#cbd5e1!important}._cancelButton_1fe29_501{background-color:var(--status-danger)!important;color:#fff!important;border:1px solid var(--status-danger)!important;height:unset!important;margin-left:10px!important;padding:2px 8px!important;font-size:12px!important}._cancelButton_1fe29_501[disabled]{opacity:.5!important}._authButtonsWrapper_zo4ui_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_zo4ui_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_zo4ui_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_zo4ui_23{width:100%;margin-bottom:16px}._fieldWrapper_zo4ui_23:last-child{margin-bottom:0}._fieldLabel_zo4ui_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_zo4ui_36{margin-top:8px;font-size:.75rem}._field_zo4ui_23{width:100%;position:relative}._fieldLabelNew_zo4ui_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_zo4ui_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_zo4ui_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_zo4ui_52[type=password]{font-size:18px}._inputNew_zo4ui_52:focus,._inputNew_zo4ui_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_zo4ui_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_zo4ui_52:disabled::placeholder{color:#cbd5e1}._inputNew_zo4ui_52._error_zo4ui_7{border:1px solid #ef4444}._inputNew_zo4ui_52._error_zo4ui_7:focus,._inputNew_zo4ui_52._error_zo4ui_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_zo4ui_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_zo4ui_90{width:calc(50% - 8px)}._tableNavWrapper_zo4ui_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_zo4ui_109{align-items:center;gap:8px;display:flex}._tableNavItem_zo4ui_115{margin:0}._modalContent_zo4ui_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_zo4ui_119._center_zo4ui_126{text-align:center;font-family:Inter}._modalContent_zo4ui_119._settings_zo4ui_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_zo4ui_119._settingsIntegration_zo4ui_134,._modalContent_zo4ui_119._performanceTestModalContent_zo4ui_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_zo4ui_119._monitoringReportContent_zo4ui_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_zo4ui_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_zo4ui_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_zo4ui_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_zo4ui_159:after,._modalLine_zo4ui_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_zo4ui_159:before{left:-20px}._modalLine_zo4ui_159:after{right:-20px}._infoMessage_zo4ui_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_zo4ui_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_zo4ui_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_zo4ui_197._buttonsAutoWidth_zo4ui_204{justify-content:flex-end}._fullWidthTitle_zo4ui_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_zo4ui_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_zo4ui_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_zo4ui_227{padding:0 16px 16px}}._widgetHeader_zo4ui_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_zo4ui_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_zo4ui_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_zo4ui_264{align-items:center;height:180px;display:flex}._widgetFooter_zo4ui_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_zo4ui_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_zo4ui_277:last-child{border:none}._widgetMainValue_zo4ui_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_zo4ui_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_zo4ui_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_zo4ui_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_zo4ui_313{opacity:.5;cursor:default}._widgetTag_zo4ui_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_zo4ui_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_zo4ui_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_zo4ui_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_zo4ui_339._green_zo4ui_344:before,._chartValuesTitle_zo4ui_339._dark_zo4ui_344:before,._chartValuesTitle_zo4ui_339._blue_zo4ui_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_zo4ui_339._green_zo4ui_344:before{background:var(--status-success)}._chartValuesTitle_zo4ui_339._dark_zo4ui_344:before{background:#475569}._chartValuesTitle_zo4ui_339._blue_zo4ui_344:before{background:#43e0f8}._topbar_zo4ui_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_zo4ui_374{display:inline-flex}._logo_zo4ui_374{max-width:110px}._menuWrapper_zo4ui_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_zo4ui_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_zo4ui_382._opened_zo4ui_399{display:flex}}._menuItem_zo4ui_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_zo4ui_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_zo4ui_404 ._menuIcon_zo4ui_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_zo4ui_404 ._menuIconPerformance_zo4ui_430{fill:none}._menuItem_zo4ui_404 ._menuIconStroke_zo4ui_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_zo4ui_404._active_zo4ui_438,._menuItem_zo4ui_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_zo4ui_404._active_zo4ui_438 ._menuIcon_zo4ui_425:not(._menuIconStroke_zo4ui_433,._menuIconPerformance_zo4ui_430),._menuItem_zo4ui_404:hover ._menuIcon_zo4ui_425:not(._menuIconStroke_zo4ui_433,._menuIconPerformance_zo4ui_430){fill:#52c2fd}._menuItem_zo4ui_404._active_zo4ui_438 ._menuIconPerformance_zo4ui_430 path,._menuItem_zo4ui_404:hover ._menuIconPerformance_zo4ui_430 path{stroke:#59a6fd}._menuItem_zo4ui_404._active_zo4ui_438 ._menuIconStroke_zo4ui_433:not(._menuIcon_zo4ui_425),._menuItem_zo4ui_404:hover ._menuIconStroke_zo4ui_433:not(._menuIcon_zo4ui_425){stroke:#52c2fd}._redDot_zo4ui_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_zo4ui_467{justify-content:center;display:flex}._link_zo4ui_472{color:var(--accent);cursor:pointer;text-decoration:underline}._page_zo4ui_478{flex-direction:column;flex:1;gap:16px;max-width:100%;display:flex}._widgetsWrapper_zo4ui_220{flex-wrap:wrap;gap:16px;margin-bottom:0;display:flex}._widgetWrapper_zo4ui_227{min-width:560px;max-width:unset;flex:420px;min-height:193px;padding:0 24px 24px}._widgetHeader_zo4ui_243{gap:16px}._widgetHeader_zo4ui_243>div{flex-flow:wrap;justify-content:flex-end;gap:4px;display:flex}._summaryIndicators_zo4ui_512{border:1px solid var(--border-default);color:var(--text-secondary);border-radius:6px;align-items:center;padding:4px 10px 4px 5px;font-size:.75rem;display:inline-flex}._summaryIndicators_zo4ui_512 i{color:var(--text-primary);padding:0 5px;font-style:normal;font-weight:500;display:inline-flex}._alertStatsGrid_zo4ui_529{border-top:1px solid var(--border-subtle);flex-flow:wrap;justify-content:flex-start;align-items:flex-start;gap:16px;padding-top:16px;display:flex}._alertStat_zo4ui_529{color:var(--text-secondary);justify-content:space-between;align-items:center;gap:8px;min-width:0;font-size:.875rem;display:flex}._alertStat_zo4ui_529 span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._alertStat_zo4ui_529 strong{color:var(--text-primary);font-size:16px;font-weight:500}._chartWrapper_zo4ui_560{padding:16px 0}._indicatorsWrapper_zo4ui_564{flex-wrap:wrap;gap:14px 20px;margin-top:16px;display:flex}._indicator_zo4ui_564{color:var(--text-secondary);text-transform:uppercase;align-items:center;font-size:.75rem;font-weight:500;display:inline-flex}._indicator_zo4ui_564 i{color:var(--text-primary);padding-left:4px;font-style:normal}._colorCircle_zo4ui_585{border-radius:50%;width:8px;height:8px;margin-right:6px}._widgetContent_zo4ui_592{position:relative}._widgetLoader_zo4ui_306{justify-content:center;align-items:center;display:flex}._navRow_zo4ui_602{flex-wrap:wrap;align-items:center;gap:8px;width:100%;display:flex}._dateFilterContainer_zo4ui_610{padding-bottom:8px}._buttonsContainer_zo4ui_614{align-items:center;margin-left:auto;display:flex}@media only screen and (width<=1024px){._alertStatsGrid_zo4ui_529{grid-template-columns:1fr}._widgetWrapper_zo4ui_227{min-width:unset;flex-basis:100%}}._page_183i5_1{flex-direction:column;gap:16px;max-width:100%;display:flex}._metricsGrid_183i5_8{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}._metricCard_183i5_14,._trendCard_183i5_15,._chartCard_183i5_16{border:1px solid var(--border-default);background:var(--surface-1);box-shadow:0 1px 3px #0f172a0d}._metricCard_183i5_14{border-radius:20px;min-height:100px;padding:20px 24px}._metricHeader_183i5_28{color:var(--text-primary);align-items:center;gap:8px;margin-bottom:8px;font-size:.875rem;font-weight:500;display:flex}._tooltipWrapper_183i5_38{margin-left:auto;display:inline-flex}._infoButton_183i5_43{color:#fff;cursor:help;background:#94a3b8;border:0;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-family:Inter;font-size:11px;font-weight:700;line-height:1;display:inline-flex}._infoButton_183i5_43:focus-visible{outline-offset:2px;outline:2px solid #4ae9ff}._tooltipBubble_183i5_64{z-index:7000;background:var(--surface-1);width:max-content;max-width:245px;color:var(--text-secondary);opacity:0;pointer-events:none;border:1px solid #dbe5f0;border-radius:7px;padding:8px 12px;font-size:.875rem;font-weight:400;line-height:1.35;transition:opacity .18s,transform .18s;position:fixed;transform:translate(-50%,calc(4px - 100%));box-shadow:0 12px 24px #94a3b81f,0 1px 2px #e2e8f080}._tooltipBubble_183i5_64:before,._tooltipBubble_183i5_64:after{left:calc(50% + var(--tooltip-arrow-offset,0px));content:"";border-left:7px solid #0000;border-right:7px solid #0000;width:0;height:0;position:absolute;transform:translate(-50%)}._tooltipBubble_183i5_64:before{border-top:8px solid #dbe5f0;bottom:-8px}._tooltipBubble_183i5_64:after{border-top:8px solid #fff;bottom:-7px}._tooltipBubbleVisible_183i5_102{opacity:1;transform:translate(-50%,-100%)}._metricContent_183i5_107{align-items:flex-end;gap:16px;display:flex}._metricContent_183i5_107 strong{color:var(--text-primary);font-size:30px;font-weight:500;line-height:1}._metricSegments_183i5_119{color:var(--text-muted);gap:12px;padding-bottom:1px;font-size:.75rem;display:flex}._metricSegments_183i5_119 span{flex-direction:column;gap:2px;display:flex}._metricSegments_183i5_119 b{color:var(--text-primary);font-size:.8125rem;font-weight:500}._section_183i5_137{background:var(--surface-2);border-radius:24px;width:100%;padding:20px 24px 24px}._sectionHeader_183i5_144{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;padding:0 4px;display:flex}._sectionHeader_183i5_144 h2{color:var(--text-primary);margin:0;font-size:1.25rem;font-weight:500;line-height:1.2}._sectionBody_183i5_160{flex-direction:column;gap:16px;display:flex}._trendsSection_183i5_166 ._sectionBody_183i5_160{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}._controls_183i5_171{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}._selectPill_183i5_179{align-items:center;display:inline-flex;position:relative}._selectPill_183i5_179 select{border:1px solid var(--border-default);background:var(--surface-1);min-width:112px;height:28px;color:var(--text-primary);appearance:none;cursor:pointer;border-radius:8px;padding:0 24px 0 10px;font-family:Inter;font-size:11px;font-weight:500;line-height:1}._selectPill_183i5_179 select:focus{border-color:#4ae9ff;outline:none;box-shadow:0 0 0 3px #4ae9ff38}._selectPill_183i5_179:after{content:"";pointer-events:none;border-bottom:1.5px solid #94a3b8;border-right:1.5px solid #94a3b8;width:6px;height:6px;position:absolute;right:10px;transform:translateY(-2px)rotate(45deg)}._selectLabel_183i5_216{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}._trendCard_183i5_15{border-radius:16px;min-width:0;padding:16px}._trendHeader_183i5_231{border-bottom:1px solid var(--border-subtle);align-items:center;gap:12px;padding-bottom:12px;display:flex}._trendHeader_183i5_231 h3{color:var(--text-primary);flex:1;margin:0;font-size:.875rem;font-weight:500;line-height:1.25}._trendColumns_183i5_247{grid-template-columns:repeat(2,minmax(0,1fr));min-height:108px;padding-top:12px;display:grid}._trendColumn_183i5_247{flex-direction:column;flex:1;justify-content:space-between;padding-right:12px;display:flex;position:relative}._trendColumn_183i5_247+._trendColumn_183i5_247{border-left:1px solid var(--border-default);padding-left:16px}._trendContainer_183i5_267{flex-direction:row;justify-content:space-between;align-items:center;gap:8px;display:flex}._miniChart_183i5_275{opacity:.8;inset:0 0 0 32px;overflow:hidden}._miniChart_183i5_275 canvas{height:75px!important}._trendLabel_183i5_284,._delta_183i5_285 small{color:var(--text-muted);font-size:11px;line-height:1.2}._trendValue_183i5_291{color:var(--text-primary);z-index:1;align-items:baseline;gap:4px;font-size:2rem;font-weight:500;line-height:1;display:flex}._trendValue_183i5_291 small{color:var(--text-primary);font-size:.875rem;font-weight:500}._delta_183i5_285{z-index:1;align-items:center;gap:4px;display:flex}._delta_183i5_285 small{font-size:11px;font-weight:500}._deltaValue_183i5_318{align-items:center;gap:4px;font-size:11px;font-weight:500;line-height:1;display:inline-flex}._deltaArrow_183i5_327{flex-shrink:0;width:11px;height:11px;display:inline-flex;position:relative}._deltaArrow_183i5_327:before,._deltaArrow_183i5_327:after{content:"";position:absolute;left:50%;transform:translate(-50%)}._deltaArrow_183i5_327:before{background-color:currentColor;border-radius:999px;width:2px;height:6px;top:3px}._deltaArrow_183i5_327:after{border-top:2px solid;border-left:2px solid;width:5px;height:5px;top:1px}._positive_183i5_359 ._deltaArrow_183i5_327{color:var(--status-success)}._positive_183i5_359 ._deltaArrow_183i5_327:after{transform:translate(-50%)rotate(45deg)}._negative_183i5_367 ._deltaArrow_183i5_327{color:var(--status-danger)}._negative_183i5_367 ._deltaArrow_183i5_327:before{top:2px}._negative_183i5_367 ._deltaArrow_183i5_327:after{top:4px;transform:translate(-50%)rotate(225deg)}._positive_183i5_359 span{color:var(--status-success)}._negative_183i5_367 span{color:var(--status-danger)}._chartCard_183i5_16{border-radius:16px;min-width:0;padding:16px 18px 14px}._chartCard_183i5_16 h3{color:var(--text-primary);margin:0 0 14px;font-size:.8125rem;font-weight:500}._largeChart_183i5_400{width:100%;height:300px;position:relative}._statusCard_183i5_406 ._largeChart_183i5_400{height:230px}._doughnutLayout_183i5_410{grid-template-columns:minmax(180px,280px) 1fr;align-items:center;gap:20px;min-height:220px;display:grid}._doughnutWrap_183i5_418{justify-self:center;width:220px;height:220px;position:relative}._doughnutCenter_183i5_425{color:var(--text-muted);flex-direction:column;align-items:center;display:flex;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}._doughnutCenter_183i5_425 span{text-transform:uppercase;font-size:11px}._doughnutCenter_183i5_425 strong{color:var(--text-primary);font-size:30px;font-weight:500;line-height:1}._legend_183i5_445{color:var(--text-muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 18px;margin-top:12px;font-size:11px;line-height:1.2;display:flex}._legendItem_183i5_457{white-space:nowrap;align-items:center;gap:6px;display:inline-flex}._legendMarker_183i5_464{flex-shrink:0;display:inline-flex;position:relative}._dot_183i5_470{background-color:currentColor;border-radius:50%;width:9px;height:9px}._line_183i5_477{justify-content:center;align-items:center;width:16px;height:10px}._line_183i5_477:before{content:"";background-color:currentColor;border-radius:999px;width:16px;height:2px}._line_183i5_477:after{background:var(--surface-1);content:"";border:2px solid;border-radius:50%;width:7px;height:7px;position:absolute}._legendItem_183i5_457 strong{color:var(--text-primary);margin-left:8px;font-weight:500}@media only screen and (width<=1180px){._metricsGrid_183i5_8,._trendsSection_183i5_166 ._sectionBody_183i5_160{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (width<=768px){._page_183i5_1{padding-top:8px}._metricsGrid_183i5_8,._trendsSection_183i5_166 ._sectionBody_183i5_160{grid-template-columns:1fr}._section_183i5_137{border-radius:20px;padding:18px 12px 20px}._sectionHeader_183i5_144{flex-direction:column;align-items:flex-start}._chartCard_183i5_16{padding:14px 12px}._largeChart_183i5_400{height:260px}._doughnutLayout_183i5_410{grid-template-columns:1fr;gap:12px}._metricCard_183i5_14{padding:14px 16px}}._authButtonsWrapper_1gfkz_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1gfkz_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1gfkz_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_1gfkz_23{width:100%;margin-bottom:16px}._fieldWrapper_1gfkz_23:last-child{margin-bottom:0}._fieldLabel_1gfkz_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1gfkz_36{margin-top:8px;font-size:.75rem}._field_1gfkz_23{width:100%;position:relative}._fieldLabelNew_1gfkz_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1gfkz_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1gfkz_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1gfkz_52[type=password]{font-size:18px}._inputNew_1gfkz_52:focus,._inputNew_1gfkz_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1gfkz_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1gfkz_52:disabled::placeholder{color:#cbd5e1}._inputNew_1gfkz_52._error_1gfkz_7{border:1px solid #ef4444}._inputNew_1gfkz_52._error_1gfkz_7:focus,._inputNew_1gfkz_52._error_1gfkz_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1gfkz_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1gfkz_90{width:calc(50% - 8px)}._tableNavWrapper_1gfkz_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_1gfkz_109{align-items:center;gap:8px;display:flex}._tableNavItem_1gfkz_115{margin:0}._modalContent_1gfkz_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1gfkz_119._center_1gfkz_126{text-align:center;font-family:Inter}._modalContent_1gfkz_119._settings_1gfkz_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1gfkz_119._settingsIntegration_1gfkz_134,._modalContent_1gfkz_119._performanceTestModalContent_1gfkz_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1gfkz_119._monitoringReportContent_1gfkz_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1gfkz_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1gfkz_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1gfkz_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1gfkz_159:after,._modalLine_1gfkz_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1gfkz_159:before{left:-20px}._modalLine_1gfkz_159:after{right:-20px}._infoMessage_1gfkz_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1gfkz_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1gfkz_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1gfkz_197._buttonsAutoWidth_1gfkz_204{justify-content:flex-end}._fullWidthTitle_1gfkz_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1gfkz_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1gfkz_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1gfkz_227{padding:0 16px 16px}}._widgetHeader_1gfkz_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_1gfkz_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_1gfkz_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_1gfkz_264{align-items:center;height:180px;display:flex}._widgetFooter_1gfkz_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1gfkz_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1gfkz_277:last-child{border:none}._widgetMainValue_1gfkz_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1gfkz_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1gfkz_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_1gfkz_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1gfkz_313{opacity:.5;cursor:default}._widgetTag_1gfkz_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1gfkz_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1gfkz_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1gfkz_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1gfkz_339._green_1gfkz_344:before,._chartValuesTitle_1gfkz_339._dark_1gfkz_344:before,._chartValuesTitle_1gfkz_339._blue_1gfkz_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1gfkz_339._green_1gfkz_344:before{background:var(--status-success)}._chartValuesTitle_1gfkz_339._dark_1gfkz_344:before{background:#475569}._chartValuesTitle_1gfkz_339._blue_1gfkz_344:before{background:#43e0f8}._topbar_1gfkz_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1gfkz_374{display:inline-flex}._logo_1gfkz_374{max-width:110px}._menuWrapper_1gfkz_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_1gfkz_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1gfkz_382._opened_1gfkz_399{display:flex}}._menuItem_1gfkz_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1gfkz_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_1gfkz_404 ._menuIcon_1gfkz_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1gfkz_404 ._menuIconPerformance_1gfkz_430{fill:none}._menuItem_1gfkz_404 ._menuIconStroke_1gfkz_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1gfkz_404._active_1gfkz_438,._menuItem_1gfkz_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1gfkz_404._active_1gfkz_438 ._menuIcon_1gfkz_425:not(._menuIconStroke_1gfkz_433,._menuIconPerformance_1gfkz_430),._menuItem_1gfkz_404:hover ._menuIcon_1gfkz_425:not(._menuIconStroke_1gfkz_433,._menuIconPerformance_1gfkz_430){fill:#52c2fd}._menuItem_1gfkz_404._active_1gfkz_438 ._menuIconPerformance_1gfkz_430 path,._menuItem_1gfkz_404:hover ._menuIconPerformance_1gfkz_430 path{stroke:#59a6fd}._menuItem_1gfkz_404._active_1gfkz_438 ._menuIconStroke_1gfkz_433:not(._menuIcon_1gfkz_425),._menuItem_1gfkz_404:hover ._menuIconStroke_1gfkz_433:not(._menuIcon_1gfkz_425){stroke:#52c2fd}._redDot_1gfkz_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1gfkz_467{justify-content:center;display:flex}._link_1gfkz_472{color:var(--accent);cursor:pointer;text-decoration:underline}._widgetWrapper_1gfkz_227{width:initial;max-width:initial;flex:520px}@media only screen and (width<=1200px){._widgetWrapper_1gfkz_227{padding:0 6px 24px}}._chartWrapper_1gfkz_489{justify-content:flex-end;display:flex}@media only screen and (width<=1100px){._chartWrapper_1gfkz_489{max-width:560px;margin:0 auto;position:relative}}._chart_1gfkz_331{position:absolute;top:-36px;left:0}@media only screen and (width<=1100px){._chart_1gfkz_331{top:-54px}}._widgetMainValue_1gfkz_286{width:210px;position:absolute;bottom:30px;left:14px}._chartNotesWrapper_1gfkz_519{flex-wrap:wrap;justify-content:flex-end;row-gap:36px;width:100%;display:flex}@media only screen and (width<=1420px){._chartNotesWrapper_1gfkz_519 ._rowLastNote_1gfkz_527{width:14%}}@media only screen and (width>=1201px) and (width<=1299px){._chartNotesWrapper_1gfkz_519 ._rowPreLastNote_1gfkz_532{width:17%}}@media only screen and (width<=690px){._chartNotesWrapper_1gfkz_519{gap:30px 10px;width:46%}}._chartNote_1gfkz_519{color:var(--text-muted);break-inside:avoid-column;width:18%;font-size:.75rem;font-weight:400}._chartNote_1gfkz_519:nth-child(3){margin-bottom:0}._chartNote_1gfkz_519:before{content:"";border-radius:4px;width:4px;height:12px;margin-right:6px;display:inline-flex;position:relative;top:2px}._chartNote_1gfkz_519._installed_1gfkz_563:before{background:#14b8a6}._chartNote_1gfkz_519._packed_1gfkz_566:before{background:#a855f7}._chartNote_1gfkz_519._inInventory_1gfkz_569:before{background:#c11574}._chartNote_1gfkz_519._inStock_1gfkz_572:before{background:var(--status-success)}._chartNote_1gfkz_519._missing_1gfkz_575:before{background:#fcd34d}._chartNote_1gfkz_519._preinstalled_1gfkz_578:before{background:#115e59}._chartNote_1gfkz_519._damaged_1gfkz_581:before{background:var(--status-danger)}._chartNote_1gfkz_519._transfering_1gfkz_584:before{background:var(--status-info)}._chartNote_1gfkz_519._production_1gfkz_587:before{background:#cbd5e1}._chartNote_1gfkz_519._warranty_1gfkz_590:before{background:#43e0f8}@media only screen and (width<=690px){._chartNote_1gfkz_519{width:45%!important}._hiddenChartNote_1gfkz_600{display:none}}._chartNoteValue_1gfkz_605{color:var(--text-primary);margin-top:10px;font-size:1rem;font-weight:500;display:block}._enterpriseWidget_1gfkz_613{border:none;border-radius:20px;flex:1 1 0;min-width:280px;max-width:none;padding:0 24px 24px}._enterpriseWidget_1gfkz_613>div{padding-top:0}._enterpriseChart_1gfkz_625{width:100%;max-height:150px;position:relative;overflow:hidden}._enterpriseChart_1gfkz_625>div{width:200px;margin:0 auto;transform:translateY(-25px)}._enterpriseChart_1gfkz_625>div>canvas{width:200px!important;height:200px!important}._enterpriseMainValue_1gfkz_641{text-align:center;display:inline;position:absolute;bottom:-16px;left:0;right:0}._enterpriseValue_1gfkz_650{color:var(--text-primary);font-size:24px;font-weight:500;line-height:1.2}._enterpriseLegend_1gfkz_657{border-top:1px solid var(--border-subtle);flex-flow:wrap;justify-content:center;align-items:center;gap:12px;padding-top:16px;display:flex}._enterpriseLegendItem_1gfkz_668{color:var(--text-muted);white-space:nowrap;align-items:center;font-size:.75rem;line-height:1.2;display:inline}._enterpriseLegendItem_1gfkz_668:before{content:"";border-radius:50%;width:12px;height:12px;margin-right:5px;display:inline-flex}._enterpriseLegendItem_1gfkz_668 span{color:var(--text-primary);margin-left:4px;font-weight:500}._enterpriseLegendItem_1gfkz_668._installed_1gfkz_563:before{background:#86efac}._enterpriseLegendItem_1gfkz_668._missing_1gfkz_575:before{background:#fcd34d}._enterpriseLegendItem_1gfkz_668._transfering_1gfkz_584:before{background:var(--text-link)}._enterpriseLegendItem_1gfkz_668._inInventory_1gfkz_569:before{background:#f3c7e9}._enterpriseLegendItem_1gfkz_668._preinstalled_1gfkz_578:before{background:#14b8a6}._enterpriseLegendItem_1gfkz_668._warranty_1gfkz_590:before{background:#58aec3}._other_1gfkz_714:before{background:#94a3b8}._authButtonsWrapper_us6zc_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_us6zc_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_us6zc_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_us6zc_23{width:100%;margin-bottom:16px}._fieldWrapper_us6zc_23:last-child{margin-bottom:0}._fieldLabel_us6zc_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_us6zc_36{margin-top:8px;font-size:.75rem}._field_us6zc_23{width:100%;position:relative}._fieldLabelNew_us6zc_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_us6zc_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_us6zc_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_us6zc_52[type=password]{font-size:18px}._inputNew_us6zc_52:focus,._inputNew_us6zc_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_us6zc_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_us6zc_52:disabled::placeholder{color:#cbd5e1}._inputNew_us6zc_52._error_us6zc_7{border:1px solid #ef4444}._inputNew_us6zc_52._error_us6zc_7:focus,._inputNew_us6zc_52._error_us6zc_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_us6zc_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_us6zc_90{width:calc(50% - 8px)}._tableNavWrapper_us6zc_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_us6zc_109{align-items:center;gap:8px;display:flex}._tableNavItem_us6zc_115{margin:0}._modalContent_us6zc_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_us6zc_119._center_us6zc_126{text-align:center;font-family:Inter}._modalContent_us6zc_119._settings_us6zc_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_us6zc_119._settingsIntegration_us6zc_134,._modalContent_us6zc_119._performanceTestModalContent_us6zc_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_us6zc_119._monitoringReportContent_us6zc_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_us6zc_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_us6zc_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_us6zc_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_us6zc_159:after,._modalLine_us6zc_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_us6zc_159:before{left:-20px}._modalLine_us6zc_159:after{right:-20px}._infoMessage_us6zc_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_us6zc_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_us6zc_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_us6zc_197._buttonsAutoWidth_us6zc_204{justify-content:flex-end}._fullWidthTitle_us6zc_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_us6zc_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_us6zc_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_us6zc_227{padding:0 16px 16px}}._widgetHeader_us6zc_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_us6zc_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_us6zc_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_us6zc_264{align-items:center;height:180px;display:flex}._widgetFooter_us6zc_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_us6zc_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_us6zc_277:last-child{border:none}._widgetMainValue_us6zc_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_us6zc_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_us6zc_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_us6zc_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_us6zc_313{opacity:.5;cursor:default}._widgetTag_us6zc_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_us6zc_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_us6zc_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_us6zc_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_us6zc_339._green_us6zc_344:before,._chartValuesTitle_us6zc_339._dark_us6zc_344:before,._chartValuesTitle_us6zc_339._blue_us6zc_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_us6zc_339._green_us6zc_344:before{background:var(--status-success)}._chartValuesTitle_us6zc_339._dark_us6zc_344:before{background:#475569}._chartValuesTitle_us6zc_339._blue_us6zc_344:before{background:#43e0f8}._topbar_us6zc_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_us6zc_374{display:inline-flex}._logo_us6zc_374{max-width:110px}._menuWrapper_us6zc_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_us6zc_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_us6zc_382._opened_us6zc_399{display:flex}}._menuItem_us6zc_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_us6zc_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_us6zc_404 ._menuIcon_us6zc_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_us6zc_404 ._menuIconPerformance_us6zc_430{fill:none}._menuItem_us6zc_404 ._menuIconStroke_us6zc_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_us6zc_404._active_us6zc_438,._menuItem_us6zc_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_us6zc_404._active_us6zc_438 ._menuIcon_us6zc_425:not(._menuIconStroke_us6zc_433,._menuIconPerformance_us6zc_430),._menuItem_us6zc_404:hover ._menuIcon_us6zc_425:not(._menuIconStroke_us6zc_433,._menuIconPerformance_us6zc_430){fill:#52c2fd}._menuItem_us6zc_404._active_us6zc_438 ._menuIconPerformance_us6zc_430 path,._menuItem_us6zc_404:hover ._menuIconPerformance_us6zc_430 path{stroke:#59a6fd}._menuItem_us6zc_404._active_us6zc_438 ._menuIconStroke_us6zc_433:not(._menuIcon_us6zc_425),._menuItem_us6zc_404:hover ._menuIconStroke_us6zc_433:not(._menuIcon_us6zc_425){stroke:#52c2fd}._redDot_us6zc_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_us6zc_467{justify-content:center;display:flex}._link_us6zc_472{color:var(--accent);cursor:pointer;text-decoration:underline}._page_us6zc_478{flex-direction:column;gap:16px;max-width:100%;display:flex}._widgetsSection_us6zc_485{width:100%}._widgetsSectionHeader_us6zc_489{justify-content:space-between;align-items:center;margin-bottom:16px;padding-left:16px;display:flex}._widgetsSectionTitle_us6zc_497{margin:0;font-size:1.5rem;font-weight:500;line-height:1}._widgetsWrapper_us6zc_220{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:16px;display:grid}@media only screen and (width<=1200px){._widgetsWrapper_us6zc_220{grid-template-columns:1fr}}._summaryWidget_us6zc_516{flex-direction:column;flex:1 1 0;gap:0;min-width:280px;max-width:none;padding:0 24px 24px;display:flex}._summaryWidget_us6zc_516>div{padding-top:0}._summaryWidgetInner_us6zc_529{flex-direction:column;flex:1;justify-content:flex-start;gap:16px;display:flex}._widgetDivider_us6zc_537{border-top:1px solid var(--border-subtle)}._monitoringChartWrap_us6zc_541{width:100%;max-height:150px;position:relative}._monitoringChartWrap_us6zc_541>div{width:200px;margin:0 auto;transform:translateY(-25px)}._monitoringChartWrap_us6zc_541>div>canvas{width:200px!important;height:200px!important}._monitoringMainValue_us6zc_556{text-align:center;display:inline;position:absolute;bottom:-16px;left:0;right:0}._monitoringMainValue_us6zc_556 span{color:var(--text-muted);letter-spacing:.06em;font-size:.75rem;display:block}._monitoringMainValue_us6zc_556 strong{color:var(--text-primary);margin-top:4px;font-size:18px;font-weight:500;line-height:1.15;display:block}._summaryLegendGrid_us6zc_579{border-top:1px solid var(--border-subtle);grid-template-columns:repeat(3,max-content);justify-content:center;gap:8px;margin-top:auto;padding-top:16px;display:grid}._summaryLegendItem_us6zc_589{text-align:center}._summaryLegendLabel_us6zc_593,._inventoryLegendLabel_us6zc_594{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:6px;font-size:13px;display:inline-flex}._summaryLegendLabel_us6zc_593:before,._inventoryLegendLabel_us6zc_594:before{content:"";background:var(--legend-color);border-radius:999px;flex-shrink:0;width:10px;height:10px}._summaryLegendLabel_us6zc_593 strong{color:#111827;font-size:14px;font-weight:500}._inventoryBarWrap_us6zc_619{flex-direction:column;justify-content:center;align-items:center;gap:16px;padding-top:16px;display:flex}._inventoryBar_us6zc_619{background:#d9e8fb;border-radius:12px;width:100%;height:48px;display:flex;overflow:hidden}._inventoryBarInStock_us6zc_637{background:linear-gradient(90deg,#3b82f6 0%,#4f7ef7 100%)}._inventoryBarOrdered_us6zc_641{background:#d9e8fb}._inventorySufficientFor_us6zc_645{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;flex-direction:column;align-items:center;gap:2px;font-size:.75rem;display:flex}._inventoryDays_us6zc_656{color:var(--text-primary);text-transform:none;font-size:22px;font-weight:500;line-height:1}._inventoryDays_us6zc_656 small{color:var(--text-muted);margin-left:6px;font-size:.75rem;font-weight:400}._inventoryLegendRow_us6zc_670{border-top:1px solid var(--border-subtle);grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:auto;padding-top:16px;display:grid}._inventoryLegendItem_us6zc_679{text-align:center;position:relative}._inventoryLegendItem_us6zc_679:not(:first-child):before{background:var(--surface-3);content:"";width:1px;position:absolute;top:0;bottom:0;left:-5px}._inventoryLegendItem_us6zc_679 strong{color:#111827;margin-top:6px;font-size:22px;font-weight:500;display:block}._inventoryLegendLabel_us6zc_594{justify-content:center}._tableNavWrapper_us6zc_100{justify-content:space-between;align-items:center;gap:12px;display:flex}._statusPills_us6zc_711{flex-wrap:wrap;gap:4px;display:flex}._statusPill_us6zc_711{opacity:.7;text-transform:uppercase;cursor:pointer;opacity:1;border-style:solid;border-width:1px;border-radius:999px;align-items:center;padding:2px 8px;font-size:.75rem;font-weight:500;line-height:1.2;display:inline-flex}._statusPill_us6zc_711:disabled{cursor:default;opacity:.5}._missing_us6zc_737{background:var(--status-warning-subtle);color:var(--status-warning-text);border-color:var(--status-warning)}._transfer_us6zc_743{background:var(--status-info-subtle);color:#1e40af;border-color:var(--status-info)}._warranty_us6zc_749{background:var(--accent-subtle);color:#165964;border-color:#43e0f8}._inventory_us6zc_594{color:#c11574;background:#fdf2fa;border-color:#fcceee}._preinstalled_us6zc_761{color:#115e59;background:#dffbf4;border-color:#14b8a6}._tableActions_us6zc_767{justify-content:flex-end;align-items:center;gap:8px;margin-left:auto;display:flex}._headerActions_us6zc_775{align-items:center;gap:8px;display:flex}._authButtonsWrapper_4e4cf_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_4e4cf_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_4e4cf_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_4e4cf_23{width:100%;margin-bottom:16px}._fieldWrapper_4e4cf_23:last-child{margin-bottom:0}._fieldLabel_4e4cf_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_4e4cf_36{margin-top:8px;font-size:.75rem}._field_4e4cf_23{width:100%;position:relative}._fieldLabelNew_4e4cf_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_4e4cf_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_4e4cf_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_4e4cf_52[type=password]{font-size:18px}._inputNew_4e4cf_52:focus,._inputNew_4e4cf_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_4e4cf_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_4e4cf_52:disabled::placeholder{color:#cbd5e1}._inputNew_4e4cf_52._error_4e4cf_7{border:1px solid #ef4444}._inputNew_4e4cf_52._error_4e4cf_7:focus,._inputNew_4e4cf_52._error_4e4cf_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_4e4cf_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_4e4cf_90{width:calc(50% - 8px)}._tableNavWrapper_4e4cf_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_4e4cf_109{align-items:center;gap:8px;display:flex}._tableNavItem_4e4cf_115{margin:0}._modalContent_4e4cf_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_4e4cf_119._center_4e4cf_126{text-align:center;font-family:Inter}._modalContent_4e4cf_119._settings_4e4cf_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_4e4cf_119._settingsIntegration_4e4cf_134,._modalContent_4e4cf_119._performanceTestModalContent_4e4cf_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_4e4cf_119._monitoringReportContent_4e4cf_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_4e4cf_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_4e4cf_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_4e4cf_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_4e4cf_159:after,._modalLine_4e4cf_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_4e4cf_159:before{left:-20px}._modalLine_4e4cf_159:after{right:-20px}._infoMessage_4e4cf_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_4e4cf_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_4e4cf_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_4e4cf_197._buttonsAutoWidth_4e4cf_204{justify-content:flex-end}._fullWidthTitle_4e4cf_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_4e4cf_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_4e4cf_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_4e4cf_227{padding:0 16px 16px}}._widgetHeader_4e4cf_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_4e4cf_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_4e4cf_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_4e4cf_264{align-items:center;height:180px;display:flex}._widgetFooter_4e4cf_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_4e4cf_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_4e4cf_277:last-child{border:none}._widgetMainValue_4e4cf_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_4e4cf_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_4e4cf_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_4e4cf_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_4e4cf_313{opacity:.5;cursor:default}._widgetTag_4e4cf_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_4e4cf_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_4e4cf_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_4e4cf_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_4e4cf_339._green_4e4cf_344:before,._chartValuesTitle_4e4cf_339._dark_4e4cf_344:before,._chartValuesTitle_4e4cf_339._blue_4e4cf_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_4e4cf_339._green_4e4cf_344:before{background:var(--status-success)}._chartValuesTitle_4e4cf_339._dark_4e4cf_344:before{background:#475569}._chartValuesTitle_4e4cf_339._blue_4e4cf_344:before{background:#43e0f8}._topbar_4e4cf_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_4e4cf_374{display:inline-flex}._logo_4e4cf_374{max-width:110px}._menuWrapper_4e4cf_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_4e4cf_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_4e4cf_382._opened_4e4cf_399{display:flex}}._menuItem_4e4cf_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_4e4cf_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_4e4cf_404 ._menuIcon_4e4cf_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_4e4cf_404 ._menuIconPerformance_4e4cf_430{fill:none}._menuItem_4e4cf_404 ._menuIconStroke_4e4cf_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_4e4cf_404._active_4e4cf_438,._menuItem_4e4cf_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_4e4cf_404._active_4e4cf_438 ._menuIcon_4e4cf_425:not(._menuIconStroke_4e4cf_433,._menuIconPerformance_4e4cf_430),._menuItem_4e4cf_404:hover ._menuIcon_4e4cf_425:not(._menuIconStroke_4e4cf_433,._menuIconPerformance_4e4cf_430){fill:#52c2fd}._menuItem_4e4cf_404._active_4e4cf_438 ._menuIconPerformance_4e4cf_430 path,._menuItem_4e4cf_404:hover ._menuIconPerformance_4e4cf_430 path{stroke:#59a6fd}._menuItem_4e4cf_404._active_4e4cf_438 ._menuIconStroke_4e4cf_433:not(._menuIcon_4e4cf_425),._menuItem_4e4cf_404:hover ._menuIconStroke_4e4cf_433:not(._menuIcon_4e4cf_425){stroke:#52c2fd}._redDot_4e4cf_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_4e4cf_467{justify-content:center;display:flex}._link_4e4cf_472{color:var(--accent);cursor:pointer;text-decoration:underline}._widgetWrapper_4e4cf_227{max-width:initial;flex:400px;min-height:193px}@media only screen and (width<=1024px){._widgetWrapper_4e4cf_227{width:100%}}._alertWidgetSubtitle_4e4cf_489{margin:16px 0 18px;font-size:.75rem}._indicatorsWrapper_4e4cf_494{flex-wrap:wrap;justify-content:space-between;display:flex}._indicatorWrapper_4e4cf_500{flex-wrap:wrap;justify-content:center;align-items:center;display:flex}._indicatorValue_4e4cf_507{text-align:center;width:100%;color:var(--text-primary);margin-bottom:16px;font-size:16px;font-weight:500}._indicator_4e4cf_494{color:var(--text-secondary);font-size:.75rem}._summaryIndicators_4e4cf_521{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;align-items:center;margin:0 2px;padding:4px 10px 4px 5px;font-size:.75rem;display:inline-flex}._summaryIndicators_4e4cf_521 i{color:var(--text-primary);padding:0 5px;font-size:12px;font-style:normal;font-weight:500;display:inline-flex}._authButtonsWrapper_390d8_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_390d8_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_390d8_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_390d8_23{width:100%;margin-bottom:16px}._fieldWrapper_390d8_23:last-child{margin-bottom:0}._fieldLabel_390d8_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_390d8_36{margin-top:8px;font-size:.75rem}._field_390d8_23{width:100%;position:relative}._fieldLabelNew_390d8_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_390d8_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_390d8_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_390d8_52[type=password]{font-size:18px}._inputNew_390d8_52:focus,._inputNew_390d8_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_390d8_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_390d8_52:disabled::placeholder{color:#cbd5e1}._inputNew_390d8_52._error_390d8_7{border:1px solid #ef4444}._inputNew_390d8_52._error_390d8_7:focus,._inputNew_390d8_52._error_390d8_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_390d8_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_390d8_90{width:calc(50% - 8px)}._tableNavWrapper_390d8_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_390d8_109{align-items:center;gap:8px;display:flex}._tableNavItem_390d8_115{margin:0}._modalContent_390d8_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_390d8_119._center_390d8_126{text-align:center;font-family:Inter}._modalContent_390d8_119._settings_390d8_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_390d8_119._settingsIntegration_390d8_134,._modalContent_390d8_119._performanceTestModalContent_390d8_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_390d8_119._monitoringReportContent_390d8_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_390d8_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_390d8_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_390d8_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_390d8_159:after,._modalLine_390d8_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_390d8_159:before{left:-20px}._modalLine_390d8_159:after{right:-20px}._infoMessage_390d8_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_390d8_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_390d8_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_390d8_197._buttonsAutoWidth_390d8_204{justify-content:flex-end}._fullWidthTitle_390d8_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_390d8_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_390d8_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_390d8_227{padding:0 16px 16px}}._widgetHeader_390d8_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_390d8_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_390d8_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_390d8_264{align-items:center;height:180px;display:flex}._widgetFooter_390d8_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_390d8_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_390d8_277:last-child{border:none}._widgetMainValue_390d8_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_390d8_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_390d8_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_390d8_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_390d8_313{opacity:.5;cursor:default}._widgetTag_390d8_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_390d8_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_390d8_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_390d8_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_390d8_339._green_390d8_344:before,._chartValuesTitle_390d8_339._dark_390d8_344:before,._chartValuesTitle_390d8_339._blue_390d8_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_390d8_339._green_390d8_344:before{background:var(--status-success)}._chartValuesTitle_390d8_339._dark_390d8_344:before{background:#475569}._chartValuesTitle_390d8_339._blue_390d8_344:before{background:#43e0f8}._topbar_390d8_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_390d8_374{display:inline-flex}._logo_390d8_374{max-width:110px}._menuWrapper_390d8_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_390d8_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_390d8_382._opened_390d8_399{display:flex}}._menuItem_390d8_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_390d8_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_390d8_404 ._menuIcon_390d8_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_390d8_404 ._menuIconPerformance_390d8_430{fill:none}._menuItem_390d8_404 ._menuIconStroke_390d8_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_390d8_404._active_390d8_438,._menuItem_390d8_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_390d8_404._active_390d8_438 ._menuIcon_390d8_425:not(._menuIconStroke_390d8_433,._menuIconPerformance_390d8_430),._menuItem_390d8_404:hover ._menuIcon_390d8_425:not(._menuIconStroke_390d8_433,._menuIconPerformance_390d8_430){fill:#52c2fd}._menuItem_390d8_404._active_390d8_438 ._menuIconPerformance_390d8_430 path,._menuItem_390d8_404:hover ._menuIconPerformance_390d8_430 path{stroke:#59a6fd}._menuItem_390d8_404._active_390d8_438 ._menuIconStroke_390d8_433:not(._menuIcon_390d8_425),._menuItem_390d8_404:hover ._menuIconStroke_390d8_433:not(._menuIcon_390d8_425){stroke:#52c2fd}._redDot_390d8_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_390d8_467{justify-content:center;display:flex}._link_390d8_472{color:var(--accent);cursor:pointer;text-decoration:underline}._widgetWrapper_390d8_227{max-width:initial;flex:400px;min-height:193px}@media only screen and (width<=1024px){._widgetWrapper_390d8_227{width:100%}}._chartWrapper_390d8_489{padding:16px 0}._indicatorsWrapper_390d8_493{margin-top:16px}._indicator_390d8_493{color:var(--text-secondary);text-transform:uppercase;align-items:center;margin-right:20px;font-size:12px;font-style:normal;font-weight:500;display:inline-flex}._indicator_390d8_493 i{color:var(--text-primary);padding-left:4px;font-style:normal}._colorCircle_390d8_513{border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-flex}._authButtonsWrapper_18g8v_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_18g8v_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_18g8v_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_18g8v_23{width:100%;margin-bottom:16px}._fieldWrapper_18g8v_23:last-child{margin-bottom:0}._fieldLabel_18g8v_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_18g8v_36{margin-top:8px;font-size:.75rem}._field_18g8v_23{width:100%;position:relative}._fieldLabelNew_18g8v_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_18g8v_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_18g8v_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_18g8v_52[type=password]{font-size:18px}._inputNew_18g8v_52:focus,._inputNew_18g8v_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_18g8v_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_18g8v_52:disabled::placeholder{color:#cbd5e1}._inputNew_18g8v_52._error_18g8v_7{border:1px solid #ef4444}._inputNew_18g8v_52._error_18g8v_7:focus,._inputNew_18g8v_52._error_18g8v_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_18g8v_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_18g8v_90{width:calc(50% - 8px)}._tableNavWrapper_18g8v_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_18g8v_109{align-items:center;gap:8px;display:flex}._tableNavItem_18g8v_115{margin:0}._modalContent_18g8v_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_18g8v_119._center_18g8v_126{text-align:center;font-family:Inter}._modalContent_18g8v_119._settings_18g8v_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_18g8v_119._settingsIntegration_18g8v_134,._modalContent_18g8v_119._performanceTestModalContent_18g8v_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_18g8v_119._monitoringReportContent_18g8v_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_18g8v_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_18g8v_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_18g8v_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_18g8v_159:after,._modalLine_18g8v_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_18g8v_159:before{left:-20px}._modalLine_18g8v_159:after{right:-20px}._infoMessage_18g8v_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_18g8v_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_18g8v_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_18g8v_197._buttonsAutoWidth_18g8v_204{justify-content:flex-end}._fullWidthTitle_18g8v_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_18g8v_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_18g8v_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_18g8v_227{padding:0 16px 16px}}._widgetHeader_18g8v_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_18g8v_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_18g8v_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_18g8v_264{align-items:center;height:180px;display:flex}._widgetFooter_18g8v_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_18g8v_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_18g8v_277:last-child{border:none}._widgetMainValue_18g8v_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_18g8v_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_18g8v_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_18g8v_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_18g8v_313{opacity:.5;cursor:default}._widgetTag_18g8v_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_18g8v_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_18g8v_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_18g8v_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_18g8v_339._green_18g8v_344:before,._chartValuesTitle_18g8v_339._dark_18g8v_344:before,._chartValuesTitle_18g8v_339._blue_18g8v_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_18g8v_339._green_18g8v_344:before{background:var(--status-success)}._chartValuesTitle_18g8v_339._dark_18g8v_344:before{background:#475569}._chartValuesTitle_18g8v_339._blue_18g8v_344:before{background:#43e0f8}._topbar_18g8v_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_18g8v_374{display:inline-flex}._logo_18g8v_374{max-width:110px}._menuWrapper_18g8v_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_18g8v_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_18g8v_382._opened_18g8v_399{display:flex}}._menuItem_18g8v_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_18g8v_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_18g8v_404 ._menuIcon_18g8v_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_18g8v_404 ._menuIconPerformance_18g8v_430{fill:none}._menuItem_18g8v_404 ._menuIconStroke_18g8v_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_18g8v_404._active_18g8v_438,._menuItem_18g8v_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_18g8v_404._active_18g8v_438 ._menuIcon_18g8v_425:not(._menuIconStroke_18g8v_433,._menuIconPerformance_18g8v_430),._menuItem_18g8v_404:hover ._menuIcon_18g8v_425:not(._menuIconStroke_18g8v_433,._menuIconPerformance_18g8v_430){fill:#52c2fd}._menuItem_18g8v_404._active_18g8v_438 ._menuIconPerformance_18g8v_430 path,._menuItem_18g8v_404:hover ._menuIconPerformance_18g8v_430 path{stroke:#59a6fd}._menuItem_18g8v_404._active_18g8v_438 ._menuIconStroke_18g8v_433:not(._menuIcon_18g8v_425),._menuItem_18g8v_404:hover ._menuIconStroke_18g8v_433:not(._menuIcon_18g8v_425){stroke:#52c2fd}._redDot_18g8v_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_18g8v_467{justify-content:center;display:flex}._link_18g8v_472{color:var(--accent);cursor:pointer;text-decoration:underline}._widgetsWrapper_18g8v_220{column-count:2}@media only screen and (width<=1200px){._widgetsWrapper_18g8v_220{flex-wrap:wrap}}._statusButtonWrapper_18g8v_487{margin-right:12px}._statusButton_18g8v_487{text-transform:uppercase;cursor:pointer;border-radius:20px;margin-left:4px;padding:2px 8px;font-size:.75rem;font-weight:500;display:inline-flex}._statusButton_18g8v_487._acknowledge_18g8v_501{border:1px solid var(--text-link);background:var(--status-info-subtle);color:#4338ca}._statusButton_18g8v_487._active_18g8v_438{background:var(--accent-subtle);color:#165964;border:1px solid #2db2cb}._statusButton_18g8v_487._frozen_18g8v_511{color:#115e59;background:#dffbf4;border:1px solid #14b8a6}._statusButton_18g8v_487._disabled_18g8v_313{color:#cbd5e1;border:1px solid var(--border-strong);background:var(--surface-3)}._statusButton_18g8v_487._disabledStatusButton_18g8v_521{pointer-events:none;opacity:.5}._statusButton_18g8v_487._transfer_18g8v_525{color:#164d63;background:#cff9fe;border:1px solid #06b3d4}._statusButton_18g8v_487._missing_18g8v_530{color:var(--status-warning-text);border:1px solid var(--status-warning);background:var(--status-warning-subtle)}._toggleFieldWrapper_19lif_1{justify-content:space-between;align-items:center;display:flex}._customAppLinkWrapper_19lif_7{margin-top:16px}._authButtonsWrapper_oirop_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_oirop_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_oirop_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_oirop_23{width:100%;margin-bottom:16px}._fieldWrapper_oirop_23:last-child{margin-bottom:0}._fieldLabel_oirop_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_oirop_36{margin-top:8px;font-size:.75rem}._field_oirop_23{width:100%;position:relative}._fieldLabelNew_oirop_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_oirop_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_oirop_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_oirop_52[type=password]{font-size:18px}._inputNew_oirop_52:focus,._inputNew_oirop_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_oirop_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_oirop_52:disabled::placeholder{color:#cbd5e1}._inputNew_oirop_52._error_oirop_7{border:1px solid #ef4444}._inputNew_oirop_52._error_oirop_7:focus,._inputNew_oirop_52._error_oirop_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_oirop_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_oirop_90{width:calc(50% - 8px)}._tableNavWrapper_oirop_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_oirop_109{align-items:center;gap:8px;display:flex}._tableNavItem_oirop_115{margin:0}._modalContent_oirop_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_oirop_119._center_oirop_126{text-align:center;font-family:Inter}._modalContent_oirop_119._settings_oirop_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_oirop_119._settingsIntegration_oirop_134,._modalContent_oirop_119._performanceTestModalContent_oirop_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_oirop_119._monitoringReportContent_oirop_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_oirop_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_oirop_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_oirop_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_oirop_159:after,._modalLine_oirop_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_oirop_159:before{left:-20px}._modalLine_oirop_159:after{right:-20px}._infoMessage_oirop_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_oirop_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_oirop_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_oirop_197._buttonsAutoWidth_oirop_204{justify-content:flex-end}._fullWidthTitle_oirop_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_oirop_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_oirop_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_oirop_227{padding:0 16px 16px}}._widgetHeader_oirop_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_oirop_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_oirop_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_oirop_264{align-items:center;height:180px;display:flex}._widgetFooter_oirop_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_oirop_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_oirop_277:last-child{border:none}._widgetMainValue_oirop_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_oirop_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_oirop_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_oirop_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_oirop_313{opacity:.5;cursor:default}._widgetTag_oirop_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_oirop_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_oirop_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_oirop_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_oirop_339._green_oirop_344:before,._chartValuesTitle_oirop_339._dark_oirop_344:before,._chartValuesTitle_oirop_339._blue_oirop_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_oirop_339._green_oirop_344:before{background:var(--status-success)}._chartValuesTitle_oirop_339._dark_oirop_344:before{background:#475569}._chartValuesTitle_oirop_339._blue_oirop_344:before{background:#43e0f8}._topbar_oirop_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_oirop_374{display:inline-flex}._logo_oirop_374{max-width:110px}._menuWrapper_oirop_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_oirop_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_oirop_382._opened_oirop_399{display:flex}}._menuItem_oirop_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_oirop_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_oirop_404 ._menuIcon_oirop_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_oirop_404 ._menuIconPerformance_oirop_430{fill:none}._menuItem_oirop_404 ._menuIconStroke_oirop_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_oirop_404._active_oirop_438,._menuItem_oirop_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_oirop_404._active_oirop_438 ._menuIcon_oirop_425:not(._menuIconStroke_oirop_433,._menuIconPerformance_oirop_430),._menuItem_oirop_404:hover ._menuIcon_oirop_425:not(._menuIconStroke_oirop_433,._menuIconPerformance_oirop_430){fill:#52c2fd}._menuItem_oirop_404._active_oirop_438 ._menuIconPerformance_oirop_430 path,._menuItem_oirop_404:hover ._menuIconPerformance_oirop_430 path{stroke:#59a6fd}._menuItem_oirop_404._active_oirop_438 ._menuIconStroke_oirop_433:not(._menuIcon_oirop_425),._menuItem_oirop_404:hover ._menuIconStroke_oirop_433:not(._menuIcon_oirop_425){stroke:#52c2fd}._redDot_oirop_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_oirop_467{justify-content:center;display:flex}._link_oirop_472{color:var(--accent);cursor:pointer;text-decoration:underline}._inputButton_oirop_478,._iconWrapper_oirop_479{color:#43e0f8;cursor:pointer;font-size:.875rem;font-weight:500;position:absolute;top:11px;right:10px}._iconWrapper_oirop_479{top:11px}@media only screen and (width<=1024px){._jobID_oirop_494 svg{width:18px!important;height:18px!important}}._colorOption_qld7s_1{cursor:pointer;padding:8px 12px;font-size:14px}._colorOption_qld7s_1:hover{background-color:var(--surface-3)}._colorSingleValue_qld7s_10{align-items:center;display:flex}._authButtonsWrapper_f1v7p_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_f1v7p_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_f1v7p_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_f1v7p_23{width:100%;margin-bottom:16px}._fieldWrapper_f1v7p_23:last-child{margin-bottom:0}._fieldLabel_f1v7p_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_f1v7p_36{margin-top:8px;font-size:.75rem}._field_f1v7p_23{width:100%;position:relative}._fieldLabelNew_f1v7p_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_f1v7p_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_f1v7p_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_f1v7p_52[type=password]{font-size:18px}._inputNew_f1v7p_52:focus,._inputNew_f1v7p_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_f1v7p_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_f1v7p_52:disabled::placeholder{color:#cbd5e1}._inputNew_f1v7p_52._error_f1v7p_7{border:1px solid #ef4444}._inputNew_f1v7p_52._error_f1v7p_7:focus,._inputNew_f1v7p_52._error_f1v7p_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_f1v7p_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_f1v7p_90{width:calc(50% - 8px)}._tableNavWrapper_f1v7p_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_f1v7p_109{align-items:center;gap:8px;display:flex}._tableNavItem_f1v7p_115{margin:0}._modalContent_f1v7p_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_f1v7p_119._center_f1v7p_126{text-align:center;font-family:Inter}._modalContent_f1v7p_119._settings_f1v7p_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_f1v7p_119._settingsIntegration_f1v7p_134,._modalContent_f1v7p_119._performanceTestModalContent_f1v7p_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_f1v7p_119._monitoringReportContent_f1v7p_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_f1v7p_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_f1v7p_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_f1v7p_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_f1v7p_159:after,._modalLine_f1v7p_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_f1v7p_159:before{left:-20px}._modalLine_f1v7p_159:after{right:-20px}._infoMessage_f1v7p_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_f1v7p_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_f1v7p_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_f1v7p_197._buttonsAutoWidth_f1v7p_204{justify-content:flex-end}._fullWidthTitle_f1v7p_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_f1v7p_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_f1v7p_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_f1v7p_227{padding:0 16px 16px}}._widgetHeader_f1v7p_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_f1v7p_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_f1v7p_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_f1v7p_264{align-items:center;height:180px;display:flex}._widgetFooter_f1v7p_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_f1v7p_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_f1v7p_277:last-child{border:none}._widgetMainValue_f1v7p_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_f1v7p_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_f1v7p_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_f1v7p_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_f1v7p_313{opacity:.5;cursor:default}._widgetTag_f1v7p_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_f1v7p_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_f1v7p_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_f1v7p_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_f1v7p_339._green_f1v7p_344:before,._chartValuesTitle_f1v7p_339._dark_f1v7p_344:before,._chartValuesTitle_f1v7p_339._blue_f1v7p_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_f1v7p_339._green_f1v7p_344:before{background:var(--status-success)}._chartValuesTitle_f1v7p_339._dark_f1v7p_344:before{background:#475569}._chartValuesTitle_f1v7p_339._blue_f1v7p_344:before{background:#43e0f8}._topbar_f1v7p_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_f1v7p_374{display:inline-flex}._logo_f1v7p_374{max-width:110px}._menuWrapper_f1v7p_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_f1v7p_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_f1v7p_382._opened_f1v7p_399{display:flex}}._menuItem_f1v7p_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_f1v7p_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_f1v7p_404 ._menuIcon_f1v7p_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_f1v7p_404 ._menuIconPerformance_f1v7p_430{fill:none}._menuItem_f1v7p_404 ._menuIconStroke_f1v7p_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_f1v7p_404._active_f1v7p_438,._menuItem_f1v7p_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_f1v7p_404._active_f1v7p_438 ._menuIcon_f1v7p_425:not(._menuIconStroke_f1v7p_433,._menuIconPerformance_f1v7p_430),._menuItem_f1v7p_404:hover ._menuIcon_f1v7p_425:not(._menuIconStroke_f1v7p_433,._menuIconPerformance_f1v7p_430){fill:#52c2fd}._menuItem_f1v7p_404._active_f1v7p_438 ._menuIconPerformance_f1v7p_430 path,._menuItem_f1v7p_404:hover ._menuIconPerformance_f1v7p_430 path{stroke:#59a6fd}._menuItem_f1v7p_404._active_f1v7p_438 ._menuIconStroke_f1v7p_433:not(._menuIcon_f1v7p_425),._menuItem_f1v7p_404:hover ._menuIconStroke_f1v7p_433:not(._menuIcon_f1v7p_425){stroke:#52c2fd}._redDot_f1v7p_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_f1v7p_467{justify-content:center;display:flex}._link_f1v7p_472{color:var(--accent);cursor:pointer;text-decoration:underline}._closeIconClassName_f1v7p_478{z-index:2;top:18px}._hiddenModal_f1v7p_483{display:none}._changeSubscriptionSubModal_f1v7p_487 ._modalBody_f1v7p_487{flex-direction:column;align-items:center;padding:16px 20px;display:flex}._changeSubscriptionSubModal_f1v7p_487 ._modalBody_f1v7p_487 p{color:var(--text-secondary);text-align:center;margin-top:4px;font-size:14px}._changeSubscriptionSubModal_f1v7p_487 ._modalBody_f1v7p_487 span{font-weight:700}._changeSubscriptionSubModal_f1v7p_487 ._subscriptionSubModalFooter_f1v7p_502{flex-direction:column;gap:12px}._changeSubscriptionSubModal_f1v7p_487 ._iconWrapper_f1v7p_506{background-color:var(--accent-subtle);border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:16px;display:flex}._changeSubscriptionSubModal_f1v7p_487 ._iconWrapper_f1v7p_506 svg{width:24px;height:24px}._authButtonsWrapper_1gysj_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1gysj_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1gysj_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_1gysj_23{width:100%;margin-bottom:16px}._fieldWrapper_1gysj_23:last-child{margin-bottom:0}._fieldLabel_1gysj_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1gysj_36{margin-top:8px;font-size:.75rem}._field_1gysj_23{width:100%;position:relative}._fieldLabelNew_1gysj_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1gysj_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1gysj_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1gysj_52[type=password]{font-size:18px}._inputNew_1gysj_52:focus,._inputNew_1gysj_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1gysj_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1gysj_52:disabled::placeholder{color:#cbd5e1}._inputNew_1gysj_52._error_1gysj_7{border:1px solid #ef4444}._inputNew_1gysj_52._error_1gysj_7:focus,._inputNew_1gysj_52._error_1gysj_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1gysj_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1gysj_90{width:calc(50% - 8px)}._tableNavWrapper_1gysj_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_1gysj_109{align-items:center;gap:8px;display:flex}._tableNavItem_1gysj_115{margin:0}._modalContent_1gysj_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1gysj_119._center_1gysj_126{text-align:center;font-family:Inter}._modalContent_1gysj_119._settings_1gysj_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1gysj_119._settingsIntegration_1gysj_134,._modalContent_1gysj_119._performanceTestModalContent_1gysj_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1gysj_119._monitoringReportContent_1gysj_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1gysj_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1gysj_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1gysj_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1gysj_159:after,._modalLine_1gysj_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1gysj_159:before{left:-20px}._modalLine_1gysj_159:after{right:-20px}._infoMessage_1gysj_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1gysj_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1gysj_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1gysj_197._buttonsAutoWidth_1gysj_204{justify-content:flex-end}._fullWidthTitle_1gysj_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1gysj_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1gysj_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1gysj_227{padding:0 16px 16px}}._widgetHeader_1gysj_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_1gysj_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_1gysj_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_1gysj_264{align-items:center;height:180px;display:flex}._widgetFooter_1gysj_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1gysj_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1gysj_277:last-child{border:none}._widgetMainValue_1gysj_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1gysj_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1gysj_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_1gysj_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1gysj_313{opacity:.5;cursor:default}._widgetTag_1gysj_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1gysj_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1gysj_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1gysj_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1gysj_339._green_1gysj_344:before,._chartValuesTitle_1gysj_339._dark_1gysj_344:before,._chartValuesTitle_1gysj_339._blue_1gysj_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1gysj_339._green_1gysj_344:before{background:var(--status-success)}._chartValuesTitle_1gysj_339._dark_1gysj_344:before{background:#475569}._chartValuesTitle_1gysj_339._blue_1gysj_344:before{background:#43e0f8}._topbar_1gysj_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1gysj_374{display:inline-flex}._logo_1gysj_374{max-width:110px}._menuWrapper_1gysj_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_1gysj_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1gysj_382._opened_1gysj_399{display:flex}}._menuItem_1gysj_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1gysj_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_1gysj_404 ._menuIcon_1gysj_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1gysj_404 ._menuIconPerformance_1gysj_430{fill:none}._menuItem_1gysj_404 ._menuIconStroke_1gysj_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1gysj_404._active_1gysj_438,._menuItem_1gysj_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1gysj_404._active_1gysj_438 ._menuIcon_1gysj_425:not(._menuIconStroke_1gysj_433,._menuIconPerformance_1gysj_430),._menuItem_1gysj_404:hover ._menuIcon_1gysj_425:not(._menuIconStroke_1gysj_433,._menuIconPerformance_1gysj_430){fill:#52c2fd}._menuItem_1gysj_404._active_1gysj_438 ._menuIconPerformance_1gysj_430 path,._menuItem_1gysj_404:hover ._menuIconPerformance_1gysj_430 path{stroke:#59a6fd}._menuItem_1gysj_404._active_1gysj_438 ._menuIconStroke_1gysj_433:not(._menuIcon_1gysj_425),._menuItem_1gysj_404:hover ._menuIconStroke_1gysj_433:not(._menuIcon_1gysj_425){stroke:#52c2fd}._redDot_1gysj_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1gysj_467{justify-content:center;display:flex}._link_1gysj_472{color:var(--accent);cursor:pointer;text-decoration:underline}._saveButton_1gysj_478{z-index:2;text-align:center;color:#165964;cursor:pointer;background-color:#43e0f8;border-radius:20px;width:120px;height:36px;font-size:14px;line-height:36px;position:absolute;top:20px;right:52px}@media only screen and (width<=450px){._saveButton_1gysj_478{width:60px}}._saveButtonDisabled_1gysj_499{opacity:.5;cursor:default}._closeIconClassName_1gysj_504{z-index:2;top:18px}._enterpriseContainer_1gysj_509{height:calc(100vh - 76px);overflow:scroll}._row_1gysj_514{flex-direction:row;gap:16px;margin-bottom:20px;padding:0 20px;display:flex}._row_1gysj_514>div{flex:1}@media only screen and (width<=450px){._row_1gysj_514{flex-direction:column}}._inputText_1gysj_530{margin-bottom:0}._toggleFieldWrapper_1gysj_534{align-items:center;display:flex}._enterpriseLogo_1gysj_539{margin-bottom:0}._enterpriseLogoImageWrapper_1gysj_543{border-radius:4px;width:144px;height:72px}._enterpriseLogoImageWrapper_1gysj_543 img{max-width:144px;max-height:72px}._enterpriseLogoFileWrapper_1gysj_553{width:calc(100% - 160px)}._closeIconClassName_1jdgt_1{z-index:2;top:13px}._installedDevicesHistoryModalWrapper_1jdgt_6 header{padding:22px 60px 22px 20px}._wrapper_2ifzd_1{align-items:flex-start;display:inline-flex;position:relative}._addContractorButton_2ifzd_7._addContractorButton_2ifzd_7._addContractorButton_2ifzd_7{color:#155a70;letter-spacing:0;box-shadow:none;border-radius:24px;justify-content:space-between;font-size:14px;font-weight:500}._addContractorButton_2ifzd_7._addContractorButton_2ifzd_7._addContractorButton_2ifzd_7 svg{width:24px;height:24px;color:var(--text-primary);margin-left:4px;margin-right:0;transition:transform .2s ease-out;transform:rotate(0)}._addContractorButton_2ifzd_7._addContractorButton_2ifzd_7._addContractorButtonOpen_2ifzd_27 svg{transform:rotate(180deg)}._dropdown_2ifzd_31{z-index:1002;border:1px solid var(--border-default);background:var(--surface-1);min-width:190px;box-shadow:none;opacity:0;pointer-events:none;transform-origin:top;visibility:hidden;border-radius:8px;transition:opacity .16s,transform .16s,visibility 0s linear .16s;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden;transform:translateY(-8px)scaleY(.96)}._dropdownOpen_2ifzd_50{opacity:1;pointer-events:auto;visibility:visible;transition:opacity .16s,transform .16s,visibility linear;transform:translateY(0)scaleY(1)}._dropdownItem_2ifzd_58{width:100%;color:var(--text-primary);letter-spacing:0;text-align:left;cursor:pointer;background:0 0;border:0;padding:14px 16px;font-family:inherit;font-size:14px;font-weight:400;transition:background-color .16s}._dropdownItem_2ifzd_58:hover,._dropdownItem_2ifzd_58:focus-visible{background:#f3f4f6;outline:none}._authButtonsWrapper_1n5xb_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1n5xb_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1n5xb_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_1n5xb_23{width:100%;margin-bottom:16px}._fieldWrapper_1n5xb_23:last-child{margin-bottom:0}._fieldLabel_1n5xb_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1n5xb_36{margin-top:8px;font-size:.75rem}._field_1n5xb_23{width:100%;position:relative}._fieldLabelNew_1n5xb_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1n5xb_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1n5xb_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1n5xb_52[type=password]{font-size:18px}._inputNew_1n5xb_52:focus,._inputNew_1n5xb_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1n5xb_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1n5xb_52:disabled::placeholder{color:#cbd5e1}._inputNew_1n5xb_52._error_1n5xb_7{border:1px solid #ef4444}._inputNew_1n5xb_52._error_1n5xb_7:focus,._inputNew_1n5xb_52._error_1n5xb_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1n5xb_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1n5xb_90{width:calc(50% - 8px)}._tableNavWrapper_1n5xb_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_1n5xb_109{align-items:center;gap:8px;display:flex}._tableNavItem_1n5xb_115{margin:0}._modalContent_1n5xb_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1n5xb_119._center_1n5xb_126{text-align:center;font-family:Inter}._modalContent_1n5xb_119._settings_1n5xb_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1n5xb_119._settingsIntegration_1n5xb_134,._modalContent_1n5xb_119._performanceTestModalContent_1n5xb_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1n5xb_119._monitoringReportContent_1n5xb_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1n5xb_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1n5xb_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1n5xb_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1n5xb_159:after,._modalLine_1n5xb_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1n5xb_159:before{left:-20px}._modalLine_1n5xb_159:after{right:-20px}._infoMessage_1n5xb_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1n5xb_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1n5xb_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1n5xb_197._buttonsAutoWidth_1n5xb_204{justify-content:flex-end}._fullWidthTitle_1n5xb_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1n5xb_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1n5xb_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1n5xb_227{padding:0 16px 16px}}._widgetHeader_1n5xb_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_1n5xb_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_1n5xb_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_1n5xb_264{align-items:center;height:180px;display:flex}._widgetFooter_1n5xb_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1n5xb_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1n5xb_277:last-child{border:none}._widgetMainValue_1n5xb_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1n5xb_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1n5xb_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_1n5xb_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1n5xb_313{opacity:.5;cursor:default}._widgetTag_1n5xb_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1n5xb_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1n5xb_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1n5xb_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1n5xb_339._green_1n5xb_344:before,._chartValuesTitle_1n5xb_339._dark_1n5xb_344:before,._chartValuesTitle_1n5xb_339._blue_1n5xb_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1n5xb_339._green_1n5xb_344:before{background:var(--status-success)}._chartValuesTitle_1n5xb_339._dark_1n5xb_344:before{background:#475569}._chartValuesTitle_1n5xb_339._blue_1n5xb_344:before{background:#43e0f8}._topbar_1n5xb_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1n5xb_374{display:inline-flex}._logo_1n5xb_374{max-width:110px}._menuWrapper_1n5xb_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_1n5xb_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1n5xb_382._opened_1n5xb_399{display:flex}}._menuItem_1n5xb_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1n5xb_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_1n5xb_404 ._menuIcon_1n5xb_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1n5xb_404 ._menuIconPerformance_1n5xb_430{fill:none}._menuItem_1n5xb_404 ._menuIconStroke_1n5xb_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1n5xb_404._active_1n5xb_438,._menuItem_1n5xb_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1n5xb_404._active_1n5xb_438 ._menuIcon_1n5xb_425:not(._menuIconStroke_1n5xb_433,._menuIconPerformance_1n5xb_430),._menuItem_1n5xb_404:hover ._menuIcon_1n5xb_425:not(._menuIconStroke_1n5xb_433,._menuIconPerformance_1n5xb_430){fill:#52c2fd}._menuItem_1n5xb_404._active_1n5xb_438 ._menuIconPerformance_1n5xb_430 path,._menuItem_1n5xb_404:hover ._menuIconPerformance_1n5xb_430 path{stroke:#59a6fd}._menuItem_1n5xb_404._active_1n5xb_438 ._menuIconStroke_1n5xb_433:not(._menuIcon_1n5xb_425),._menuItem_1n5xb_404:hover ._menuIconStroke_1n5xb_433:not(._menuIcon_1n5xb_425){stroke:#52c2fd}._redDot_1n5xb_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1n5xb_467{justify-content:center;display:flex}._link_1n5xb_472{color:var(--accent);cursor:pointer;text-decoration:underline}._widgetWrapper_1n5xb_227{width:100%;max-width:100%;min-height:170px}._chart_1n5xb_331{height:20px}._authButtonsWrapper_hi6yj_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_hi6yj_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_hi6yj_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_hi6yj_23{width:100%;margin-bottom:16px}._fieldWrapper_hi6yj_23:last-child{margin-bottom:0}._fieldLabel_hi6yj_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_hi6yj_36{margin-top:8px;font-size:.75rem}._field_hi6yj_23{width:100%;position:relative}._fieldLabelNew_hi6yj_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_hi6yj_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_hi6yj_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_hi6yj_52[type=password]{font-size:18px}._inputNew_hi6yj_52:focus,._inputNew_hi6yj_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_hi6yj_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_hi6yj_52:disabled::placeholder{color:#cbd5e1}._inputNew_hi6yj_52._error_hi6yj_7{border:1px solid #ef4444}._inputNew_hi6yj_52._error_hi6yj_7:focus,._inputNew_hi6yj_52._error_hi6yj_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_hi6yj_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_hi6yj_90{width:calc(50% - 8px)}._tableNavWrapper_hi6yj_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_hi6yj_109{align-items:center;gap:8px;display:flex}._tableNavItem_hi6yj_115{margin:0}._modalContent_hi6yj_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_hi6yj_119._center_hi6yj_126{text-align:center;font-family:Inter}._modalContent_hi6yj_119._settings_hi6yj_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_hi6yj_119._settingsIntegration_hi6yj_134,._modalContent_hi6yj_119._performanceTestModalContent_hi6yj_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_hi6yj_119._monitoringReportContent_hi6yj_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_hi6yj_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_hi6yj_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_hi6yj_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_hi6yj_159:after,._modalLine_hi6yj_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_hi6yj_159:before{left:-20px}._modalLine_hi6yj_159:after{right:-20px}._infoMessage_hi6yj_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_hi6yj_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_hi6yj_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_hi6yj_197._buttonsAutoWidth_hi6yj_204{justify-content:flex-end}._fullWidthTitle_hi6yj_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_hi6yj_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_hi6yj_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_hi6yj_227{padding:0 16px 16px}}._widgetHeader_hi6yj_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_hi6yj_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_hi6yj_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_hi6yj_264{align-items:center;height:180px;display:flex}._widgetFooter_hi6yj_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_hi6yj_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_hi6yj_277:last-child{border:none}._widgetMainValue_hi6yj_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_hi6yj_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_hi6yj_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_hi6yj_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_hi6yj_313{opacity:.5;cursor:default}._widgetTag_hi6yj_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_hi6yj_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_hi6yj_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_hi6yj_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_hi6yj_339._green_hi6yj_344:before,._chartValuesTitle_hi6yj_339._dark_hi6yj_344:before,._chartValuesTitle_hi6yj_339._blue_hi6yj_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_hi6yj_339._green_hi6yj_344:before{background:var(--status-success)}._chartValuesTitle_hi6yj_339._dark_hi6yj_344:before{background:#475569}._chartValuesTitle_hi6yj_339._blue_hi6yj_344:before{background:#43e0f8}._topbar_hi6yj_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_hi6yj_374{display:inline-flex}._logo_hi6yj_374{max-width:110px}._menuWrapper_hi6yj_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_hi6yj_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_hi6yj_382._opened_hi6yj_399{display:flex}}._menuItem_hi6yj_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_hi6yj_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_hi6yj_404 ._menuIcon_hi6yj_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_hi6yj_404 ._menuIconPerformance_hi6yj_430{fill:none}._menuItem_hi6yj_404 ._menuIconStroke_hi6yj_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_hi6yj_404._active_hi6yj_438,._menuItem_hi6yj_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_hi6yj_404._active_hi6yj_438 ._menuIcon_hi6yj_425:not(._menuIconStroke_hi6yj_433,._menuIconPerformance_hi6yj_430),._menuItem_hi6yj_404:hover ._menuIcon_hi6yj_425:not(._menuIconStroke_hi6yj_433,._menuIconPerformance_hi6yj_430){fill:#52c2fd}._menuItem_hi6yj_404._active_hi6yj_438 ._menuIconPerformance_hi6yj_430 path,._menuItem_hi6yj_404:hover ._menuIconPerformance_hi6yj_430 path{stroke:#59a6fd}._menuItem_hi6yj_404._active_hi6yj_438 ._menuIconStroke_hi6yj_433:not(._menuIcon_hi6yj_425),._menuItem_hi6yj_404:hover ._menuIconStroke_hi6yj_433:not(._menuIcon_hi6yj_425){stroke:#52c2fd}._redDot_hi6yj_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_hi6yj_467{justify-content:center;display:flex}._link_hi6yj_472{color:var(--accent);cursor:pointer;text-decoration:underline}._widgetWrapper_hi6yj_227{width:100%;max-width:100%;min-height:150px}._chart_hi6yj_331{height:16px}._chartItemWrapper_hi6yj_488{margin-bottom:20px}._authButtonsWrapper_4v0hj_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_4v0hj_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_4v0hj_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_4v0hj_23{width:100%;margin-bottom:16px}._fieldWrapper_4v0hj_23:last-child{margin-bottom:0}._fieldLabel_4v0hj_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_4v0hj_36{margin-top:8px;font-size:.75rem}._field_4v0hj_23{width:100%;position:relative}._fieldLabelNew_4v0hj_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_4v0hj_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_4v0hj_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_4v0hj_52[type=password]{font-size:18px}._inputNew_4v0hj_52:focus,._inputNew_4v0hj_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_4v0hj_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_4v0hj_52:disabled::placeholder{color:#cbd5e1}._inputNew_4v0hj_52._error_4v0hj_7{border:1px solid #ef4444}._inputNew_4v0hj_52._error_4v0hj_7:focus,._inputNew_4v0hj_52._error_4v0hj_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_4v0hj_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_4v0hj_90{width:calc(50% - 8px)}._tableNavWrapper_4v0hj_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_4v0hj_109{align-items:center;gap:8px;display:flex}._tableNavItem_4v0hj_115{margin:0}._modalContent_4v0hj_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_4v0hj_119._center_4v0hj_126{text-align:center;font-family:Inter}._modalContent_4v0hj_119._settings_4v0hj_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_4v0hj_119._settingsIntegration_4v0hj_134,._modalContent_4v0hj_119._performanceTestModalContent_4v0hj_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_4v0hj_119._monitoringReportContent_4v0hj_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_4v0hj_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_4v0hj_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_4v0hj_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_4v0hj_159:after,._modalLine_4v0hj_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_4v0hj_159:before{left:-20px}._modalLine_4v0hj_159:after{right:-20px}._infoMessage_4v0hj_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_4v0hj_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_4v0hj_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_4v0hj_197._buttonsAutoWidth_4v0hj_204{justify-content:flex-end}._fullWidthTitle_4v0hj_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_4v0hj_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_4v0hj_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_4v0hj_227{padding:0 16px 16px}}._widgetHeader_4v0hj_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_4v0hj_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_4v0hj_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_4v0hj_264{align-items:center;height:180px;display:flex}._widgetFooter_4v0hj_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_4v0hj_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_4v0hj_277:last-child{border:none}._widgetMainValue_4v0hj_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_4v0hj_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_4v0hj_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_4v0hj_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_4v0hj_313{opacity:.5;cursor:default}._widgetTag_4v0hj_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_4v0hj_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_4v0hj_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_4v0hj_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_4v0hj_339._green_4v0hj_344:before,._chartValuesTitle_4v0hj_339._dark_4v0hj_344:before,._chartValuesTitle_4v0hj_339._blue_4v0hj_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_4v0hj_339._green_4v0hj_344:before{background:var(--status-success)}._chartValuesTitle_4v0hj_339._dark_4v0hj_344:before{background:#475569}._chartValuesTitle_4v0hj_339._blue_4v0hj_344:before{background:#43e0f8}._topbar_4v0hj_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_4v0hj_374{display:inline-flex}._logo_4v0hj_374{max-width:110px}._menuWrapper_4v0hj_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_4v0hj_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_4v0hj_382._opened_4v0hj_399{display:flex}}._menuItem_4v0hj_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_4v0hj_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_4v0hj_404 ._menuIcon_4v0hj_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_4v0hj_404 ._menuIconPerformance_4v0hj_430{fill:none}._menuItem_4v0hj_404 ._menuIconStroke_4v0hj_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_4v0hj_404._active_4v0hj_438,._menuItem_4v0hj_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_4v0hj_404._active_4v0hj_438 ._menuIcon_4v0hj_425:not(._menuIconStroke_4v0hj_433,._menuIconPerformance_4v0hj_430),._menuItem_4v0hj_404:hover ._menuIcon_4v0hj_425:not(._menuIconStroke_4v0hj_433,._menuIconPerformance_4v0hj_430){fill:#52c2fd}._menuItem_4v0hj_404._active_4v0hj_438 ._menuIconPerformance_4v0hj_430 path,._menuItem_4v0hj_404:hover ._menuIconPerformance_4v0hj_430 path{stroke:#59a6fd}._menuItem_4v0hj_404._active_4v0hj_438 ._menuIconStroke_4v0hj_433:not(._menuIcon_4v0hj_425),._menuItem_4v0hj_404:hover ._menuIconStroke_4v0hj_433:not(._menuIcon_4v0hj_425){stroke:#52c2fd}._redDot_4v0hj_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_4v0hj_467{justify-content:center;display:flex}._link_4v0hj_472{color:var(--accent);cursor:pointer;text-decoration:underline}._widgetWrapper_4v0hj_227{max-width:initial;flex:500px}._widgetContent_4v0hj_483{justify-content:space-between;gap:16px;display:flex}._widgetBlock_4v0hj_489{border:1px;border-color:var(--border-default);text-align:center;border-style:solid;border-radius:10px;flex:1}._widgetBlockHeader_4v0hj_498{color:var(--text-primary);background-color:#e2e8f0;border-top-left-radius:10px;border-top-right-radius:10px;padding-top:6px;padding-bottom:6px}._widgetBlockContent_4v0hj_507{padding:16px}._widgetBlockTotal_4v0hj_511 p:first-child{font-size:24px;font-weight:500;line-height:32px}@media only screen and (width<=500px){._widgetBlockTotal_4v0hj_511 p:first-child{font-size:18px;line-height:24px}}._widgetBlockTotal_4v0hj_511 ._versionLabel_4v0hj_523{color:var(--text-muted);font-size:14px;font-weight:500;line-height:20px}@media only screen and (width<=500px){._widgetBlockTotal_4v0hj_511 ._versionLabel_4v0hj_523{font-size:12px;line-height:16px}}._widgetBlockTotal_4v0hj_511 p:last-child{color:var(--text-muted);font-size:12px;font-weight:500;line-height:16px}@media only screen and (width<=500px){._widgetBlockTotal_4v0hj_511 p:last-child{font-size:10px;line-height:14px}}._widgetBlockAvailable_4v0hj_549{border-bottom:1px solid var(--border-subtle);justify-content:space-between;padding-top:22px;padding-bottom:12px;display:flex}._widgetBlockAvailable_4v0hj_549 span{font-size:14px;font-weight:500;line-height:20px}@media only screen and (width<=500px){._widgetBlockAvailable_4v0hj_549 span{font-size:12px;line-height:16px}}._widgetBlockAvailable_4v0hj_549 span:first-child{background-color:var(--status-success-subtle);color:var(--status-success-text);border-radius:10px;padding:2px 8px}._widgetBlockPacked_4v0hj_576{justify-content:space-between;padding-top:12px;display:flex}._widgetBlockPacked_4v0hj_576 span{font-size:14px;font-weight:500;line-height:20px}@media only screen and (width<=500px){._widgetBlockPacked_4v0hj_576 span{font-size:12px;line-height:16px}}._widgetBlockPacked_4v0hj_576 span:first-child{color:var(--text-primary);background-color:#f3e8ff;border-radius:10px;padding:2px 8px}._valueNote_4v0hj_601{color:var(--text-muted);font-size:12px;font-weight:400}._chartWrapper_4v0hj_607{justify-content:center;align-items:center;height:50px;display:flex;position:relative}._chart_4v0hj_331{position:absolute;bottom:-126px}._text_4v0hj_620{color:var(--text-muted);font-family:Inter;font-size:.75rem}._available_4v0hj_626,._packed_4v0hj_627{align-items:center;display:inline-flex}._available_4v0hj_626:before,._packed_4v0hj_627:before{content:"";border-radius:50%;width:12px;height:12px;margin-right:4px;display:inline-flex}._available_4v0hj_626:before{background-color:var(--status-warning-subtle)}._packed_4v0hj_627:before{background-color:#fcd34d}._authButtonsWrapper_1pvqb_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1pvqb_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1pvqb_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_1pvqb_23{width:100%;margin-bottom:16px}._fieldWrapper_1pvqb_23:last-child{margin-bottom:0}._fieldLabel_1pvqb_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1pvqb_36{margin-top:8px;font-size:.75rem}._field_1pvqb_23{width:100%;position:relative}._fieldLabelNew_1pvqb_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1pvqb_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1pvqb_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1pvqb_52[type=password]{font-size:18px}._inputNew_1pvqb_52:focus,._inputNew_1pvqb_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1pvqb_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1pvqb_52:disabled::placeholder{color:#cbd5e1}._inputNew_1pvqb_52._error_1pvqb_7{border:1px solid #ef4444}._inputNew_1pvqb_52._error_1pvqb_7:focus,._inputNew_1pvqb_52._error_1pvqb_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1pvqb_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1pvqb_90{width:calc(50% - 8px)}._tableNavWrapper_1pvqb_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_1pvqb_109{align-items:center;gap:8px;display:flex}._tableNavItem_1pvqb_115{margin:0}._modalContent_1pvqb_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1pvqb_119._center_1pvqb_126{text-align:center;font-family:Inter}._modalContent_1pvqb_119._settings_1pvqb_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1pvqb_119._settingsIntegration_1pvqb_134,._modalContent_1pvqb_119._performanceTestModalContent_1pvqb_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1pvqb_119._monitoringReportContent_1pvqb_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1pvqb_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1pvqb_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1pvqb_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1pvqb_159:after,._modalLine_1pvqb_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1pvqb_159:before{left:-20px}._modalLine_1pvqb_159:after{right:-20px}._infoMessage_1pvqb_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1pvqb_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1pvqb_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1pvqb_197._buttonsAutoWidth_1pvqb_204{justify-content:flex-end}._fullWidthTitle_1pvqb_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1pvqb_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1pvqb_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1pvqb_227{padding:0 16px 16px}}._widgetHeader_1pvqb_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_1pvqb_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_1pvqb_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_1pvqb_264{align-items:center;height:180px;display:flex}._widgetFooter_1pvqb_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1pvqb_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1pvqb_277:last-child{border:none}._widgetMainValue_1pvqb_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1pvqb_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1pvqb_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_1pvqb_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1pvqb_313{opacity:.5;cursor:default}._widgetTag_1pvqb_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1pvqb_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1pvqb_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1pvqb_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1pvqb_339._green_1pvqb_344:before,._chartValuesTitle_1pvqb_339._dark_1pvqb_344:before,._chartValuesTitle_1pvqb_339._blue_1pvqb_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1pvqb_339._green_1pvqb_344:before{background:var(--status-success)}._chartValuesTitle_1pvqb_339._dark_1pvqb_344:before{background:#475569}._chartValuesTitle_1pvqb_339._blue_1pvqb_344:before{background:#43e0f8}._topbar_1pvqb_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1pvqb_374{display:inline-flex}._logo_1pvqb_374{max-width:110px}._menuWrapper_1pvqb_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_1pvqb_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1pvqb_382._opened_1pvqb_399{display:flex}}._menuItem_1pvqb_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1pvqb_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_1pvqb_404 ._menuIcon_1pvqb_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1pvqb_404 ._menuIconPerformance_1pvqb_430{fill:none}._menuItem_1pvqb_404 ._menuIconStroke_1pvqb_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1pvqb_404._active_1pvqb_438,._menuItem_1pvqb_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1pvqb_404._active_1pvqb_438 ._menuIcon_1pvqb_425:not(._menuIconStroke_1pvqb_433,._menuIconPerformance_1pvqb_430),._menuItem_1pvqb_404:hover ._menuIcon_1pvqb_425:not(._menuIconStroke_1pvqb_433,._menuIconPerformance_1pvqb_430){fill:#52c2fd}._menuItem_1pvqb_404._active_1pvqb_438 ._menuIconPerformance_1pvqb_430 path,._menuItem_1pvqb_404:hover ._menuIconPerformance_1pvqb_430 path{stroke:#59a6fd}._menuItem_1pvqb_404._active_1pvqb_438 ._menuIconStroke_1pvqb_433:not(._menuIcon_1pvqb_425),._menuItem_1pvqb_404:hover ._menuIconStroke_1pvqb_433:not(._menuIcon_1pvqb_425){stroke:#52c2fd}._redDot_1pvqb_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1pvqb_467{justify-content:center;display:flex}._link_1pvqb_472{color:var(--accent);cursor:pointer;text-decoration:underline}._widgetsWrapper_1pvqb_220{flex-wrap:wrap}._actionButtonsWrapper_1pvqb_482{flex-flow:wrap;gap:8px;display:flex}._actionButtonsWrapper_1pvqb_482._disabled_1pvqb_313 ._actionButton_1pvqb_482{border:1px solid var(--border-strong)!important;background:var(--surface-3)!important;color:#cbd5e1!important;cursor:default!important}._actionButton_1pvqb_482{text-transform:uppercase;cursor:pointer;border-radius:24px;padding:2px 6px;font-size:.75rem;font-weight:500;line-height:1.2}._actionButton_1pvqb_482._transfer_1pvqb_504{border:1px solid var(--status-info);background:var(--status-info-subtle);color:#1e40af}._actionButton_1pvqb_482._missing_1pvqb_509{border:1px solid var(--status-warning);background:var(--status-warning-subtle);color:var(--status-warning-text)}._actionButton_1pvqb_482._damaged_1pvqb_514{border:1px solid var(--status-danger);background:var(--status-danger-subtle);color:var(--status-danger-text)}._actionButton_1pvqb_482._warehouse_1pvqb_519{background:var(--surface-3);color:#1e293b;border:1px solid #64748b}._actionButton_1pvqb_482._warranty_1pvqb_524{background:var(--accent-subtle);color:#165964;border:1px solid #43e0f8}._actionButton_1pvqb_482._packaged_1pvqb_529{color:#0369a1;background:#f0f9ff;border:1px solid #38bdf8}._actionButton_1pvqb_482._returned_1pvqb_534{color:#166534;background:#f0fdf4;border:1px solid #22c55e}._actionButton_1pvqb_482._refurbished_1pvqb_539{color:#7e22ce;background:#faf5ff;border:1px solid #a855f7}._actionButton_1pvqb_482:disabled{opacity:.5;cursor:default}._authButtonsWrapper_cwv3s_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_cwv3s_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_cwv3s_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_cwv3s_23{width:100%;margin-bottom:16px}._fieldWrapper_cwv3s_23:last-child{margin-bottom:0}._fieldLabel_cwv3s_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_cwv3s_36{margin-top:8px;font-size:.75rem}._field_cwv3s_23{width:100%;position:relative}._fieldLabelNew_cwv3s_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_cwv3s_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_cwv3s_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_cwv3s_52[type=password]{font-size:18px}._inputNew_cwv3s_52:focus,._inputNew_cwv3s_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_cwv3s_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_cwv3s_52:disabled::placeholder{color:#cbd5e1}._inputNew_cwv3s_52._error_cwv3s_7{border:1px solid #ef4444}._inputNew_cwv3s_52._error_cwv3s_7:focus,._inputNew_cwv3s_52._error_cwv3s_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_cwv3s_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_cwv3s_90{width:calc(50% - 8px)}._tableNavWrapper_cwv3s_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_cwv3s_109{align-items:center;gap:8px;display:flex}._tableNavItem_cwv3s_115{margin:0}._modalContent_cwv3s_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_cwv3s_119._center_cwv3s_126{text-align:center;font-family:Inter}._modalContent_cwv3s_119._settings_cwv3s_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_cwv3s_119._settingsIntegration_cwv3s_134,._modalContent_cwv3s_119._performanceTestModalContent_cwv3s_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_cwv3s_119._monitoringReportContent_cwv3s_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_cwv3s_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_cwv3s_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_cwv3s_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_cwv3s_159:after,._modalLine_cwv3s_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_cwv3s_159:before{left:-20px}._modalLine_cwv3s_159:after{right:-20px}._infoMessage_cwv3s_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_cwv3s_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_cwv3s_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_cwv3s_197._buttonsAutoWidth_cwv3s_204{justify-content:flex-end}._fullWidthTitle_cwv3s_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_cwv3s_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_cwv3s_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_cwv3s_227{padding:0 16px 16px}}._widgetHeader_cwv3s_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_cwv3s_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_cwv3s_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_cwv3s_264{align-items:center;height:180px;display:flex}._widgetFooter_cwv3s_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_cwv3s_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_cwv3s_277:last-child{border:none}._widgetMainValue_cwv3s_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_cwv3s_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_cwv3s_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_cwv3s_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_cwv3s_313{opacity:.5;cursor:default}._widgetTag_cwv3s_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_cwv3s_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_cwv3s_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_cwv3s_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_cwv3s_339._green_cwv3s_344:before,._chartValuesTitle_cwv3s_339._dark_cwv3s_344:before,._chartValuesTitle_cwv3s_339._blue_cwv3s_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_cwv3s_339._green_cwv3s_344:before{background:var(--status-success)}._chartValuesTitle_cwv3s_339._dark_cwv3s_344:before{background:#475569}._chartValuesTitle_cwv3s_339._blue_cwv3s_344:before{background:#43e0f8}._topbar_cwv3s_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_cwv3s_374{display:inline-flex}._logo_cwv3s_374{max-width:110px}._menuWrapper_cwv3s_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_cwv3s_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_cwv3s_382._opened_cwv3s_399{display:flex}}._menuItem_cwv3s_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_cwv3s_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_cwv3s_404 ._menuIcon_cwv3s_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_cwv3s_404 ._menuIconPerformance_cwv3s_430{fill:none}._menuItem_cwv3s_404 ._menuIconStroke_cwv3s_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_cwv3s_404._active_cwv3s_438,._menuItem_cwv3s_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_cwv3s_404._active_cwv3s_438 ._menuIcon_cwv3s_425:not(._menuIconStroke_cwv3s_433,._menuIconPerformance_cwv3s_430),._menuItem_cwv3s_404:hover ._menuIcon_cwv3s_425:not(._menuIconStroke_cwv3s_433,._menuIconPerformance_cwv3s_430){fill:#52c2fd}._menuItem_cwv3s_404._active_cwv3s_438 ._menuIconPerformance_cwv3s_430 path,._menuItem_cwv3s_404:hover ._menuIconPerformance_cwv3s_430 path{stroke:#59a6fd}._menuItem_cwv3s_404._active_cwv3s_438 ._menuIconStroke_cwv3s_433:not(._menuIcon_cwv3s_425),._menuItem_cwv3s_404:hover ._menuIconStroke_cwv3s_433:not(._menuIcon_cwv3s_425){stroke:#52c2fd}._redDot_cwv3s_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_cwv3s_467{justify-content:center;display:flex}._link_cwv3s_472{color:var(--accent);cursor:pointer;text-decoration:underline}._orderDetails_cwv3s_478{flex-direction:column;gap:20px;font-family:Inter;display:flex}._orderDetailsRow_cwv3s_485{flex-wrap:wrap;justify-content:space-between;gap:20px;display:flex}._orderDetailsItem_cwv3s_492{flex:1;min-width:150px}._orderDetailsLabel_cwv3s_497{color:var(--text-muted);margin-bottom:4px;font-size:.875rem;font-weight:300;display:block}._orderDetailsValue_cwv3s_505{font-weight:400;display:block}._separator_cwv3s_510{background:#e2e8f0;width:100%;height:1px;margin:20px 0 15px}._deviceWrapper_cwv3s_517{align-items:center;font-family:Inter;display:flex}._deviceWrapper_cwv3s_517:before{content:url(/assets/device-O4Bbl98r.svg);display:block}._deviceWrapper_cwv3s_517 svg{stroke:#64748b}._deviceQtyWrapper_cwv3s_530{margin-right:20px;padding-left:16px}._deviceName_cwv3s_535{margin-bottom:4px;font-weight:500;display:block}._deviceQty_cwv3s_530{color:var(--text-muted);font-size:.875rem;display:block}._deviceQtyDelete_cwv3s_547{border:1px solid var(--border-strong);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;margin-left:auto;display:flex}._orderNote_cwv3s_559{color:var(--text-primary);background-color:var(--accent-subtle);-webkit-user-select:none;user-select:none;border-radius:10px;gap:3px;margin-top:8px;padding:10px 25px 10px 12px;font-size:14px;display:flex}._orderNote_cwv3s_559 svg{flex-shrink:0;width:18px;height:18px}._orderNote_cwv3s_559 svg path{fill:#2db2c8}._productTypeSelect_cwv3s_579{width:115px;overflow:hidden}._productTypeSelect_cwv3s_579 .static-select__indicators{display:none}._productTypeSelect_cwv3s_579 .static-select__control{width:200px;box-shadow:none!important;border:0!important}._productTypeSelect_cwv3s_579 .static-select__control:hover,._productTypeSelect_cwv3s_579 .static-select__control:focus{border:0}._addNewButtonWrapper_cwv3s_595{display:inline-block}._addNewButton_cwv3s_595{padding:0 6px 0 16px!important}._dropdownIndicator_cwv3s_603{vertical-align:middle;stroke:currentColor;width:17px;height:16px;margin-left:8px}._authButtonsWrapper_8nw8y_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_8nw8y_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_8nw8y_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_8nw8y_23{width:100%;margin-bottom:16px}._fieldWrapper_8nw8y_23:last-child{margin-bottom:0}._fieldLabel_8nw8y_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_8nw8y_36{margin-top:8px;font-size:.75rem}._field_8nw8y_23{width:100%;position:relative}._fieldLabelNew_8nw8y_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_8nw8y_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_8nw8y_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_8nw8y_52[type=password]{font-size:18px}._inputNew_8nw8y_52:focus,._inputNew_8nw8y_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_8nw8y_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_8nw8y_52:disabled::placeholder{color:#cbd5e1}._inputNew_8nw8y_52._error_8nw8y_7{border:1px solid #ef4444}._inputNew_8nw8y_52._error_8nw8y_7:focus,._inputNew_8nw8y_52._error_8nw8y_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_8nw8y_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_8nw8y_90{width:calc(50% - 8px)}._tableNavWrapper_8nw8y_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_8nw8y_109{align-items:center;gap:8px;display:flex}._tableNavItem_8nw8y_115{margin:0}._modalContent_8nw8y_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_8nw8y_119._center_8nw8y_126{text-align:center;font-family:Inter}._modalContent_8nw8y_119._settings_8nw8y_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_8nw8y_119._settingsIntegration_8nw8y_134,._modalContent_8nw8y_119._performanceTestModalContent_8nw8y_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_8nw8y_119._monitoringReportContent_8nw8y_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_8nw8y_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_8nw8y_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_8nw8y_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_8nw8y_159:after,._modalLine_8nw8y_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_8nw8y_159:before{left:-20px}._modalLine_8nw8y_159:after{right:-20px}._infoMessage_8nw8y_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_8nw8y_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_8nw8y_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_8nw8y_197._buttonsAutoWidth_8nw8y_204{justify-content:flex-end}._fullWidthTitle_8nw8y_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_8nw8y_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_8nw8y_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_8nw8y_227{padding:0 16px 16px}}._widgetHeader_8nw8y_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_8nw8y_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_8nw8y_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_8nw8y_264{align-items:center;height:180px;display:flex}._widgetFooter_8nw8y_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_8nw8y_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_8nw8y_277:last-child{border:none}._widgetMainValue_8nw8y_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_8nw8y_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_8nw8y_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_8nw8y_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_8nw8y_313{opacity:.5;cursor:default}._widgetTag_8nw8y_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_8nw8y_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_8nw8y_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_8nw8y_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_8nw8y_339._green_8nw8y_344:before,._chartValuesTitle_8nw8y_339._dark_8nw8y_344:before,._chartValuesTitle_8nw8y_339._blue_8nw8y_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_8nw8y_339._green_8nw8y_344:before{background:var(--status-success)}._chartValuesTitle_8nw8y_339._dark_8nw8y_344:before{background:#475569}._chartValuesTitle_8nw8y_339._blue_8nw8y_344:before{background:#43e0f8}._topbar_8nw8y_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_8nw8y_374{display:inline-flex}._logo_8nw8y_374{max-width:110px}._menuWrapper_8nw8y_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_8nw8y_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_8nw8y_382._opened_8nw8y_399{display:flex}}._menuItem_8nw8y_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_8nw8y_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_8nw8y_404 ._menuIcon_8nw8y_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_8nw8y_404 ._menuIconPerformance_8nw8y_430{fill:none}._menuItem_8nw8y_404 ._menuIconStroke_8nw8y_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_8nw8y_404._active_8nw8y_438,._menuItem_8nw8y_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_8nw8y_404._active_8nw8y_438 ._menuIcon_8nw8y_425:not(._menuIconStroke_8nw8y_433,._menuIconPerformance_8nw8y_430),._menuItem_8nw8y_404:hover ._menuIcon_8nw8y_425:not(._menuIconStroke_8nw8y_433,._menuIconPerformance_8nw8y_430){fill:#52c2fd}._menuItem_8nw8y_404._active_8nw8y_438 ._menuIconPerformance_8nw8y_430 path,._menuItem_8nw8y_404:hover ._menuIconPerformance_8nw8y_430 path{stroke:#59a6fd}._menuItem_8nw8y_404._active_8nw8y_438 ._menuIconStroke_8nw8y_433:not(._menuIcon_8nw8y_425),._menuItem_8nw8y_404:hover ._menuIconStroke_8nw8y_433:not(._menuIcon_8nw8y_425){stroke:#52c2fd}._redDot_8nw8y_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_8nw8y_467{justify-content:center;display:flex}._link_8nw8y_472{color:var(--accent);cursor:pointer;text-decoration:underline}._orderStatus_8nw8y_478{text-transform:uppercase;border-radius:20px;align-items:center;padding:2px 8px 2px 6px;font-size:.75rem;line-height:1;display:inline-flex;position:relative}._orderStatus_8nw8y_478:before{margin-right:2px;display:inline-flex;position:relative;top:1px}._orderStatus_8nw8y_478._new_8nw8y_494{background:var(--status-success-subtle);color:var(--status-success-text)}._orderStatus_8nw8y_478._new_8nw8y_494:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='9'%20cy='8'%20r='2'%20fill='%2315803D'/%3e%3c/svg%3e")}._orderStatus_8nw8y_478._pending_8nw8y_501{background:var(--status-warning-subtle);color:var(--status-warning-text)}._orderStatus_8nw8y_478._pending_8nw8y_501:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8%204V8H11M14%208C14%2011.3137%2011.3137%2014%208%2014C4.68629%2014%202%2011.3137%202%208C2%204.68629%204.68629%202%208%202C11.3137%202%2014%204.68629%2014%208Z'%20stroke='%23B45309'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}._orderStatus_8nw8y_478._confirmed_8nw8y_508{color:#134f66;background:#cdfcff}._orderStatus_8nw8y_478._confirmed_8nw8y_508:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%208.5L7.5%2010L10%206.5M14%208C14%2011.3137%2011.3137%2014%208%2014C4.68629%2014%202%2011.3137%202%208C2%204.68629%204.68629%202%208%202C11.3137%202%2014%204.68629%2014%208Z'%20stroke='%23134F66'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}._orderStatus_8nw8y_478._packed_8nw8y_515{color:#7e22ce;background:#f3e8ff}._orderStatus_8nw8y_478._packed_8nw8y_515:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.5%207V4C10.5%202.61929%209.38071%201.5%208%201.5C6.61929%201.5%205.5%202.61929%205.5%204V7M13.0707%205.67149L13.9128%2013.6715C13.9594%2014.1143%2013.6122%2014.5%2013.1669%2014.5H2.83309C2.38781%2014.5%202.0406%2014.1143%202.08721%2013.6715L2.92931%205.67149C2.96949%205.28978%203.29137%205%203.67519%205H12.3248C12.7086%205%2013.0305%205.28978%2013.0707%205.67149ZM5.75%207C5.75%207.13807%205.63807%207.25%205.5%207.25C5.36193%207.25%205.25%207.13807%205.25%207C5.25%206.86193%205.36193%206.75%205.5%206.75C5.63807%206.75%205.75%206.86193%205.75%207ZM10.75%207C10.75%207.13807%2010.6381%207.25%2010.5%207.25C10.3619%207.25%2010.25%207.13807%2010.25%207C10.25%206.86193%2010.3619%206.75%2010.5%206.75C10.6381%206.75%2010.75%206.86193%2010.75%207Z'%20stroke='%237E22CE'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}._orderStatus_8nw8y_478._shipping_8nw8y_522{background:var(--status-info-subtle);color:var(--text-link)}._orderStatus_8nw8y_478._shipping_8nw8y_522:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.5%2012.5C5.5%2013.0523%205.05228%2013.5%204.5%2013.5C3.94772%2013.5%203.5%2013.0523%203.5%2012.5M5.5%2012.5C5.5%2011.9477%205.05228%2011.5%204.5%2011.5C3.94772%2011.5%203.5%2011.9477%203.5%2012.5M5.5%2012.5H9.5M3.5%2012.5H2.25C1.83579%2012.5%201.5%2012.1642%201.5%2011.75V9.5003M13%2012.5C13%2013.0523%2012.5523%2013.5%2012%2013.5C11.4477%2013.5%2011%2013.0523%2011%2012.5M13%2012.5C13%2011.9477%2012.5523%2011.5%2012%2011.5C11.4477%2011.5%2011%2011.9477%2011%2012.5M13%2012.5L13.75%2012.5C14.1642%2012.5%2014.5024%2012.1638%2014.477%2011.7504C14.3369%209.47865%2013.5648%207.37792%2012.3344%205.62189C12.0929%205.27728%2011.7019%205.07183%2011.2818%205.04877H9.5M11%2012.5H9.5M9.5%205.04877V4.40986C9.5%204.03153%209.21832%203.71147%208.84201%203.67242C7.74356%203.55843%206.6286%203.5%205.5%203.5C4.3714%203.5%203.25644%203.55843%202.15799%203.67242C1.78168%203.71147%201.5%204.03153%201.5%204.40986V9.5003M9.5%205.04877V9.5003M9.5%2012.5V9.5003M9.5%209.5003H1.5'%20stroke='%232563EB'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}._orderStatus_8nw8y_478._fulfilled_8nw8y_529{color:#4338ca;background:#e0e7ff}._orderStatus_8nw8y_478._fulfilled_8nw8y_529:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.42171%206.83333C4.95928%206.83333%205.44432%206.5361%205.77607%206.11311C6.29151%205.45589%206.94113%204.90893%207.68369%204.51347C8.16511%204.25708%208.58286%203.87618%208.78543%203.36975C8.92717%203.01539%209%202.63724%209%202.25558V1.83333C9%201.55719%209.22386%201.33333%209.5%201.33333C10.3284%201.33333%2011%202.0049%2011%202.83333C11%203.60108%2010.827%204.32842%2010.5178%204.97847C10.3407%205.35069%2010.5891%205.83333%2011.0013%205.83333M11.0013%205.83333H13.0852C13.7696%205.83333%2014.3822%206.29599%2014.4547%206.97657C14.4846%207.25805%2014.5%207.54389%2014.5%207.83333C14.5%209.73174%2013.8387%2011.4757%2012.734%2012.8475C12.4756%2013.1683%2012.0761%2013.3333%2011.6642%2013.3333H8.98683C8.66439%2013.3333%208.34405%2013.2813%208.03815%2013.1794L5.96185%2012.4873C5.65595%2012.3853%205.33561%2012.3333%205.01317%2012.3333H3.93614M11.0013%205.83333H9.5M3.93614%2012.3333C3.99135%2012.4697%204.05142%2012.6036%204.11615%2012.7348C4.24758%2013.0012%204.06413%2013.3333%203.76712%2013.3333H3.16192C2.56945%2013.3333%202.01994%2012.988%201.84704%2012.4213C1.62139%2011.6817%201.5%2010.8967%201.5%2010.0833C1.5%209.04836%201.69654%208.05928%202.05433%207.1514C2.2577%206.63535%202.77822%206.33333%203.3329%206.33333H4.03474C4.34936%206.33333%204.53154%206.70394%204.3682%206.97283C3.81726%207.87986%203.5%208.94454%203.5%2010.0833C3.5%2010.879%203.65488%2011.6385%203.93614%2012.3333Z'%20stroke='%234338CA'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}._orderStatus_8nw8y_478._denied_8nw8y_536{background:var(--status-danger-subtle);color:var(--status-danger-text)}._orderStatus_8nw8y_478._denied_8nw8y_536:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.70001%203.05C6.70001%202.4701%206.2299%202%205.65001%202C5.07011%202%204.60001%202.4701%204.60001%203.05L4.6%205.05M6.70001%203.05L6.70001%202.05C6.70001%201.4701%207.17011%201%207.75001%201C8.32991%201%208.80001%201.4701%208.80001%202.05L8.80002%203.05M6.70001%203.05L6.75%207M8.80002%207.5V3.05M8.80002%203.05C8.80002%202.4701%209.27012%202%209.85002%202C10.4299%202%2010.9%202.4701%2010.9%203.05V10M4.6%205.05C4.6%204.4701%204.1299%204%203.55%204C2.9701%204%202.5%204.4701%202.5%205.05V10.5C2.5%2012.9853%204.51472%2015%207%2015H8.34525C9.27351%2015%2010.1637%2014.6313%2010.8201%2013.9749L11.9749%2012.8201C12.6313%2012.1637%2013%2011.2735%2013%2010.3453L13.002%208.99598C13.003%208.88061%2013.0467%208.76888%2013.1338%208.68179C13.5439%208.27174%2013.5439%207.60692%2013.1338%207.19687C12.7238%206.78682%2012.0589%206.78682%2011.6489%207.19687C11.1544%207.69141%2010.9052%208.34074%2010.902%208.98764M4.6%205.05V8M8.78%2010.8787C9.03992%2010.6188%209.33566%2010.4165%209.65134%2010.2719C10.0467%2010.0908%2010.4733%2010.0002%2010.9%2010M10.9013%2010H10.9'%20stroke='%23B91C1C'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}._orderStatus_8nw8y_478._canceled_8nw8y_543{background:var(--status-danger-subtle);color:var(--status-danger-text)}._orderStatus_8nw8y_478._canceled_8nw8y_543:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.5%206.5L9.5%209.5M9.5%206.5L6.5%209.5M14%208C14%2011.3137%2011.3137%2014%208%2014C4.68629%2014%202%2011.3137%202%208C2%204.68629%204.68629%202%208%202C11.3137%202%2014%204.68629%2014%208Z'%20stroke='%23B91C1C'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}._authButtonsWrapper_19joh_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_19joh_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_19joh_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_19joh_23{width:100%;margin-bottom:16px}._fieldWrapper_19joh_23:last-child{margin-bottom:0}._fieldLabel_19joh_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_19joh_36{margin-top:8px;font-size:.75rem}._field_19joh_23{width:100%;position:relative}._fieldLabelNew_19joh_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_19joh_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_19joh_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_19joh_52[type=password]{font-size:18px}._inputNew_19joh_52:focus,._inputNew_19joh_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_19joh_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_19joh_52:disabled::placeholder{color:#cbd5e1}._inputNew_19joh_52._error_19joh_7{border:1px solid #ef4444}._inputNew_19joh_52._error_19joh_7:focus,._inputNew_19joh_52._error_19joh_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_19joh_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_19joh_90{width:calc(50% - 8px)}._tableNavWrapper_19joh_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_19joh_109{align-items:center;gap:8px;display:flex}._tableNavItem_19joh_115{margin:0}._modalContent_19joh_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_19joh_119._center_19joh_126{text-align:center;font-family:Inter}._modalContent_19joh_119._settings_19joh_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_19joh_119._settingsIntegration_19joh_134,._modalContent_19joh_119._performanceTestModalContent_19joh_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_19joh_119._monitoringReportContent_19joh_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_19joh_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_19joh_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_19joh_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_19joh_159:after,._modalLine_19joh_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_19joh_159:before{left:-20px}._modalLine_19joh_159:after{right:-20px}._infoMessage_19joh_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_19joh_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_19joh_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_19joh_197._buttonsAutoWidth_19joh_204{justify-content:flex-end}._fullWidthTitle_19joh_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_19joh_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_19joh_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_19joh_227{padding:0 16px 16px}}._widgetHeader_19joh_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_19joh_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_19joh_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_19joh_264{align-items:center;height:180px;display:flex}._widgetFooter_19joh_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_19joh_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_19joh_277:last-child{border:none}._widgetMainValue_19joh_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_19joh_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_19joh_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_19joh_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_19joh_313{opacity:.5;cursor:default}._widgetTag_19joh_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_19joh_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_19joh_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_19joh_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_19joh_339._green_19joh_344:before,._chartValuesTitle_19joh_339._dark_19joh_344:before,._chartValuesTitle_19joh_339._blue_19joh_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_19joh_339._green_19joh_344:before{background:var(--status-success)}._chartValuesTitle_19joh_339._dark_19joh_344:before{background:#475569}._chartValuesTitle_19joh_339._blue_19joh_344:before{background:#43e0f8}._topbar_19joh_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_19joh_374{display:inline-flex}._logo_19joh_374{max-width:110px}._menuWrapper_19joh_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_19joh_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_19joh_382._opened_19joh_399{display:flex}}._menuItem_19joh_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_19joh_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_19joh_404 ._menuIcon_19joh_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_19joh_404 ._menuIconPerformance_19joh_430{fill:none}._menuItem_19joh_404 ._menuIconStroke_19joh_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_19joh_404._active_19joh_438,._menuItem_19joh_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_19joh_404._active_19joh_438 ._menuIcon_19joh_425:not(._menuIconStroke_19joh_433,._menuIconPerformance_19joh_430),._menuItem_19joh_404:hover ._menuIcon_19joh_425:not(._menuIconStroke_19joh_433,._menuIconPerformance_19joh_430){fill:#52c2fd}._menuItem_19joh_404._active_19joh_438 ._menuIconPerformance_19joh_430 path,._menuItem_19joh_404:hover ._menuIconPerformance_19joh_430 path{stroke:#59a6fd}._menuItem_19joh_404._active_19joh_438 ._menuIconStroke_19joh_433:not(._menuIcon_19joh_425),._menuItem_19joh_404:hover ._menuIconStroke_19joh_433:not(._menuIcon_19joh_425){stroke:#52c2fd}._redDot_19joh_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_19joh_467{justify-content:center;display:flex}._link_19joh_472{color:var(--accent);cursor:pointer;text-decoration:underline}._widgetsWrapper_19joh_220{flex-wrap:wrap}._ordersActionsWrapper_19joh_482{background-color:#0000}._ordersActionsWrapper_19joh_482 span{background-color:#f9fafc}._ordersActionsWrapper_19joh_482 span._deleteAction_19joh_488{background-color:#e2f8fc}._ordersActionsWrapper_19joh_482 span._deleteAction_19joh_488:hover svg path{stroke:#ef4444}._ordersActionsWrapper_19joh_482 span._denyAction_19joh_494{background-color:#e2f8fc}._ordersActionsWrapper_19joh_482 span._denyAction_19joh_494:hover svg path{fill:#ef4444;stroke:#e17a7a}._ordersActionsWrapper_19joh_482 span._editAction_19joh_501{background-color:#e2f8fc}._ordersActionsWrapper_19joh_482 span._editAction_19joh_501:hover{background-color:#d0edf2}._ordersActionsWrapper_19joh_482 span._editAction_19joh_501:hover svg path{stroke:#0f172a}._ordersActionsWrapper_19joh_482._singleItem_19joh_510 span{background-color:#f9fafc}._ordersActionsWrapper_19joh_482._singleItem_19joh_510 span:hover{background-color:#e2e8f0}._ordersActionsWrapper_19joh_482._singleItem_19joh_510 span:hover svg path{stroke:#0f172a}._ordersActionsWrapper_19joh_482._singleItem_19joh_510 span._deleteAction_19joh_488{background-color:#f9fafc}._ordersActionsWrapper_19joh_482._singleItem_19joh_510 span._deleteAction_19joh_488:hover svg path{stroke:#ef4444}._ordersActionsWrapper_19joh_482._singleItem_19joh_510 span._denyAction_19joh_494{background-color:#f9fafc}._ordersActionsWrapper_19joh_482._singleItem_19joh_510 span._denyAction_19joh_494:hover svg path{fill:#ef4444;stroke:#e17a7a}._authButtonsWrapper_ipxa1_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_ipxa1_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_ipxa1_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_ipxa1_23{width:100%;margin-bottom:16px}._fieldWrapper_ipxa1_23:last-child{margin-bottom:0}._fieldLabel_ipxa1_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_ipxa1_36{margin-top:8px;font-size:.75rem}._field_ipxa1_23{width:100%;position:relative}._fieldLabelNew_ipxa1_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_ipxa1_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_ipxa1_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_ipxa1_52[type=password]{font-size:18px}._inputNew_ipxa1_52:focus,._inputNew_ipxa1_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_ipxa1_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_ipxa1_52:disabled::placeholder{color:#cbd5e1}._inputNew_ipxa1_52._error_ipxa1_7{border:1px solid #ef4444}._inputNew_ipxa1_52._error_ipxa1_7:focus,._inputNew_ipxa1_52._error_ipxa1_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_ipxa1_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_ipxa1_90{width:calc(50% - 8px)}._tableNavWrapper_ipxa1_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_ipxa1_109{align-items:center;gap:8px;display:flex}._tableNavItem_ipxa1_115{margin:0}._modalContent_ipxa1_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_ipxa1_119._center_ipxa1_126{text-align:center;font-family:Inter}._modalContent_ipxa1_119._settings_ipxa1_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_ipxa1_119._settingsIntegration_ipxa1_134,._modalContent_ipxa1_119._performanceTestModalContent_ipxa1_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_ipxa1_119._monitoringReportContent_ipxa1_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_ipxa1_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_ipxa1_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_ipxa1_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_ipxa1_159:after,._modalLine_ipxa1_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_ipxa1_159:before{left:-20px}._modalLine_ipxa1_159:after{right:-20px}._infoMessage_ipxa1_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_ipxa1_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_ipxa1_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_ipxa1_197._buttonsAutoWidth_ipxa1_204{justify-content:flex-end}._fullWidthTitle_ipxa1_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_ipxa1_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_ipxa1_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_ipxa1_227{padding:0 16px 16px}}._widgetHeader_ipxa1_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_ipxa1_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_ipxa1_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_ipxa1_264{align-items:center;height:180px;display:flex}._widgetFooter_ipxa1_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_ipxa1_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_ipxa1_277:last-child{border:none}._widgetMainValue_ipxa1_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_ipxa1_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_ipxa1_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_ipxa1_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_ipxa1_313{opacity:.5;cursor:default}._widgetTag_ipxa1_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_ipxa1_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_ipxa1_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_ipxa1_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_ipxa1_339._green_ipxa1_344:before,._chartValuesTitle_ipxa1_339._dark_ipxa1_344:before,._chartValuesTitle_ipxa1_339._blue_ipxa1_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_ipxa1_339._green_ipxa1_344:before{background:var(--status-success)}._chartValuesTitle_ipxa1_339._dark_ipxa1_344:before{background:#475569}._chartValuesTitle_ipxa1_339._blue_ipxa1_344:before{background:#43e0f8}._topbar_ipxa1_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_ipxa1_374{display:inline-flex}._logo_ipxa1_374{max-width:110px}._menuWrapper_ipxa1_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_ipxa1_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_ipxa1_382._opened_ipxa1_399{display:flex}}._menuItem_ipxa1_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_ipxa1_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_ipxa1_404 ._menuIcon_ipxa1_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_ipxa1_404 ._menuIconPerformance_ipxa1_430{fill:none}._menuItem_ipxa1_404 ._menuIconStroke_ipxa1_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_ipxa1_404._active_ipxa1_438,._menuItem_ipxa1_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_ipxa1_404._active_ipxa1_438 ._menuIcon_ipxa1_425:not(._menuIconStroke_ipxa1_433,._menuIconPerformance_ipxa1_430),._menuItem_ipxa1_404:hover ._menuIcon_ipxa1_425:not(._menuIconStroke_ipxa1_433,._menuIconPerformance_ipxa1_430){fill:#52c2fd}._menuItem_ipxa1_404._active_ipxa1_438 ._menuIconPerformance_ipxa1_430 path,._menuItem_ipxa1_404:hover ._menuIconPerformance_ipxa1_430 path{stroke:#59a6fd}._menuItem_ipxa1_404._active_ipxa1_438 ._menuIconStroke_ipxa1_433:not(._menuIcon_ipxa1_425),._menuItem_ipxa1_404:hover ._menuIconStroke_ipxa1_433:not(._menuIcon_ipxa1_425){stroke:#52c2fd}._redDot_ipxa1_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_ipxa1_467{justify-content:center;display:flex}._link_ipxa1_472{color:var(--accent);cursor:pointer;text-decoration:underline}._fileWrapper_ipxa1_478{border:1px dashed var(--border-default);cursor:pointer;background:var(--surface-2);border-radius:10px;flex-flow:column wrap;justify-content:center;align-items:center;width:100%;min-height:76px;display:flex}._dragging_ipxa1_492{cursor:grabbing;background-color:#b8f6b8}._inputFile_ipxa1_497{display:none}._labelText_ipxa1_501{text-align:center;width:100%;color:var(--text-muted);font-family:Inter;font-size:.875rem}._labelText_ipxa1_501 span{color:#43e0f8}._icon_ipxa1_512{margin-bottom:16px}._uploadedImage_ipxa1_516{max-width:80%;max-height:100px}._fileNameWrapper_ipxa1_521{border:1px solid var(--border-default);border-radius:8px;flex-wrap:wrap;align-items:center;margin-top:8px;padding:8px 12px;font-size:.75rem;font-weight:500;display:flex;position:relative}._fileName_ipxa1_521{max-width:calc(100% - 30px);padding-left:4px}._clearFile_ipxa1_539{cursor:pointer;position:absolute;right:8px}._authButtonsWrapper_1g6zj_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1g6zj_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1g6zj_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_1g6zj_23{width:100%;margin-bottom:16px}._fieldWrapper_1g6zj_23:last-child{margin-bottom:0}._fieldLabel_1g6zj_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1g6zj_36{margin-top:8px;font-size:.75rem}._field_1g6zj_23{width:100%;position:relative}._fieldLabelNew_1g6zj_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1g6zj_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1g6zj_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1g6zj_52[type=password]{font-size:18px}._inputNew_1g6zj_52:focus,._inputNew_1g6zj_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1g6zj_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1g6zj_52:disabled::placeholder{color:#cbd5e1}._inputNew_1g6zj_52._error_1g6zj_7{border:1px solid #ef4444}._inputNew_1g6zj_52._error_1g6zj_7:focus,._inputNew_1g6zj_52._error_1g6zj_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1g6zj_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1g6zj_90{width:calc(50% - 8px)}._tableNavWrapper_1g6zj_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_1g6zj_109{align-items:center;gap:8px;display:flex}._tableNavItem_1g6zj_115{margin:0}._modalContent_1g6zj_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1g6zj_119._center_1g6zj_126{text-align:center;font-family:Inter}._modalContent_1g6zj_119._settings_1g6zj_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1g6zj_119._settingsIntegration_1g6zj_134,._modalContent_1g6zj_119._performanceTestModalContent_1g6zj_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1g6zj_119._monitoringReportContent_1g6zj_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1g6zj_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1g6zj_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1g6zj_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1g6zj_159:after,._modalLine_1g6zj_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1g6zj_159:before{left:-20px}._modalLine_1g6zj_159:after{right:-20px}._infoMessage_1g6zj_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1g6zj_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1g6zj_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1g6zj_197._buttonsAutoWidth_1g6zj_204{justify-content:flex-end}._fullWidthTitle_1g6zj_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1g6zj_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1g6zj_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1g6zj_227{padding:0 16px 16px}}._widgetHeader_1g6zj_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_1g6zj_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_1g6zj_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_1g6zj_264{align-items:center;height:180px;display:flex}._widgetFooter_1g6zj_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1g6zj_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1g6zj_277:last-child{border:none}._widgetMainValue_1g6zj_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1g6zj_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1g6zj_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_1g6zj_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1g6zj_313{opacity:.5;cursor:default}._widgetTag_1g6zj_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1g6zj_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1g6zj_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1g6zj_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1g6zj_339._green_1g6zj_344:before,._chartValuesTitle_1g6zj_339._dark_1g6zj_344:before,._chartValuesTitle_1g6zj_339._blue_1g6zj_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1g6zj_339._green_1g6zj_344:before{background:var(--status-success)}._chartValuesTitle_1g6zj_339._dark_1g6zj_344:before{background:#475569}._chartValuesTitle_1g6zj_339._blue_1g6zj_344:before{background:#43e0f8}._topbar_1g6zj_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1g6zj_374{display:inline-flex}._logo_1g6zj_374{max-width:110px}._menuWrapper_1g6zj_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_1g6zj_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1g6zj_382._opened_1g6zj_399{display:flex}}._menuItem_1g6zj_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1g6zj_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_1g6zj_404 ._menuIcon_1g6zj_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1g6zj_404 ._menuIconPerformance_1g6zj_430{fill:none}._menuItem_1g6zj_404 ._menuIconStroke_1g6zj_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1g6zj_404._active_1g6zj_438,._menuItem_1g6zj_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1g6zj_404._active_1g6zj_438 ._menuIcon_1g6zj_425:not(._menuIconStroke_1g6zj_433,._menuIconPerformance_1g6zj_430),._menuItem_1g6zj_404:hover ._menuIcon_1g6zj_425:not(._menuIconStroke_1g6zj_433,._menuIconPerformance_1g6zj_430){fill:#52c2fd}._menuItem_1g6zj_404._active_1g6zj_438 ._menuIconPerformance_1g6zj_430 path,._menuItem_1g6zj_404:hover ._menuIconPerformance_1g6zj_430 path{stroke:#59a6fd}._menuItem_1g6zj_404._active_1g6zj_438 ._menuIconStroke_1g6zj_433:not(._menuIcon_1g6zj_425),._menuItem_1g6zj_404:hover ._menuIconStroke_1g6zj_433:not(._menuIcon_1g6zj_425){stroke:#52c2fd}._redDot_1g6zj_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1g6zj_467{justify-content:center;display:flex}._link_1g6zj_472{color:var(--accent);cursor:pointer;text-decoration:underline}._inputWrapper_1g6zj_478{margin-bottom:16px;display:flex}._inputWrapper_1g6zj_478:last-child{margin-bottom:0}._inputNumber_1g6zj_486{color:var(--text-muted);text-align:center;border-right:1px solid var(--border-default);min-width:25px;height:20px;margin-top:10px;margin-right:8px;font-size:.875rem;line-height:1.4}._inputSN_1g6zj_498{flex-shrink:3;margin-bottom:0}._clearButton_1g6zj_503{cursor:pointer;border:1px solid var(--border-default);border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;margin-left:8px;display:flex}._authButtonsWrapper_186g1_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_186g1_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_186g1_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_186g1_23{width:100%;margin-bottom:16px}._fieldWrapper_186g1_23:last-child{margin-bottom:0}._fieldLabel_186g1_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_186g1_36{margin-top:8px;font-size:.75rem}._field_186g1_23{width:100%;position:relative}._fieldLabelNew_186g1_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_186g1_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_186g1_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_186g1_52[type=password]{font-size:18px}._inputNew_186g1_52:focus,._inputNew_186g1_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_186g1_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_186g1_52:disabled::placeholder{color:#cbd5e1}._inputNew_186g1_52._error_186g1_7{border:1px solid #ef4444}._inputNew_186g1_52._error_186g1_7:focus,._inputNew_186g1_52._error_186g1_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_186g1_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_186g1_90{width:calc(50% - 8px)}._tableNavWrapper_186g1_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_186g1_109{align-items:center;gap:8px;display:flex}._tableNavItem_186g1_115{margin:0}._modalContent_186g1_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_186g1_119._center_186g1_126{text-align:center;font-family:Inter}._modalContent_186g1_119._settings_186g1_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_186g1_119._settingsIntegration_186g1_134,._modalContent_186g1_119._performanceTestModalContent_186g1_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_186g1_119._monitoringReportContent_186g1_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_186g1_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_186g1_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_186g1_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_186g1_159:after,._modalLine_186g1_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_186g1_159:before{left:-20px}._modalLine_186g1_159:after{right:-20px}._infoMessage_186g1_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_186g1_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_186g1_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_186g1_197._buttonsAutoWidth_186g1_204{justify-content:flex-end}._fullWidthTitle_186g1_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_186g1_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_186g1_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_186g1_227{padding:0 16px 16px}}._widgetHeader_186g1_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_186g1_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_186g1_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_186g1_264{align-items:center;height:180px;display:flex}._widgetFooter_186g1_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_186g1_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_186g1_277:last-child{border:none}._widgetMainValue_186g1_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_186g1_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_186g1_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_186g1_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_186g1_313{opacity:.5;cursor:default}._widgetTag_186g1_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_186g1_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_186g1_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_186g1_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_186g1_339._green_186g1_344:before,._chartValuesTitle_186g1_339._dark_186g1_344:before,._chartValuesTitle_186g1_339._blue_186g1_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_186g1_339._green_186g1_344:before{background:var(--status-success)}._chartValuesTitle_186g1_339._dark_186g1_344:before{background:#475569}._chartValuesTitle_186g1_339._blue_186g1_344:before{background:#43e0f8}._topbar_186g1_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_186g1_374{display:inline-flex}._logo_186g1_374{max-width:110px}._menuWrapper_186g1_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_186g1_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_186g1_382._opened_186g1_399{display:flex}}._menuItem_186g1_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_186g1_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_186g1_404 ._menuIcon_186g1_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_186g1_404 ._menuIconPerformance_186g1_430{fill:none}._menuItem_186g1_404 ._menuIconStroke_186g1_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_186g1_404._active_186g1_438,._menuItem_186g1_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_186g1_404._active_186g1_438 ._menuIcon_186g1_425:not(._menuIconStroke_186g1_433,._menuIconPerformance_186g1_430),._menuItem_186g1_404:hover ._menuIcon_186g1_425:not(._menuIconStroke_186g1_433,._menuIconPerformance_186g1_430){fill:#52c2fd}._menuItem_186g1_404._active_186g1_438 ._menuIconPerformance_186g1_430 path,._menuItem_186g1_404:hover ._menuIconPerformance_186g1_430 path{stroke:#59a6fd}._menuItem_186g1_404._active_186g1_438 ._menuIconStroke_186g1_433:not(._menuIcon_186g1_425),._menuItem_186g1_404:hover ._menuIconStroke_186g1_433:not(._menuIcon_186g1_425){stroke:#52c2fd}._redDot_186g1_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_186g1_467{justify-content:center;display:flex}._link_186g1_472{color:var(--accent);cursor:pointer;text-decoration:underline}._dataWrapper_186g1_478{margin-bottom:16px;display:flex}._dataItem_186g1_483{width:50%}._dataItemTitle_186g1_487{color:var(--text-muted);margin-bottom:8px;font-size:.875rem}._dataItemText_186g1_493{font-weight:500}._line_186g1_497{background:#e2e8f0;width:100%;height:1px;margin-bottom:16px}._inputFileWrapper_186g1_504{margin-bottom:16px;position:relative}._spinnerWrapper_186g1_509{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._errorMessageFullWith_186g1_516{max-width:100%}._authButtonsWrapper_vtg11_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_vtg11_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_vtg11_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_vtg11_23{width:100%;margin-bottom:16px}._fieldWrapper_vtg11_23:last-child{margin-bottom:0}._fieldLabel_vtg11_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_vtg11_36{margin-top:8px;font-size:.75rem}._field_vtg11_23{width:100%;position:relative}._fieldLabelNew_vtg11_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_vtg11_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_vtg11_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_vtg11_52[type=password]{font-size:18px}._inputNew_vtg11_52:focus,._inputNew_vtg11_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_vtg11_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_vtg11_52:disabled::placeholder{color:#cbd5e1}._inputNew_vtg11_52._error_vtg11_7{border:1px solid #ef4444}._inputNew_vtg11_52._error_vtg11_7:focus,._inputNew_vtg11_52._error_vtg11_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_vtg11_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_vtg11_90{width:calc(50% - 8px)}._tableNavWrapper_vtg11_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_vtg11_109{align-items:center;gap:8px;display:flex}._tableNavItem_vtg11_115{margin:0}._modalContent_vtg11_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_vtg11_119._center_vtg11_126{text-align:center;font-family:Inter}._modalContent_vtg11_119._settings_vtg11_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_vtg11_119._settingsIntegration_vtg11_134,._modalContent_vtg11_119._performanceTestModalContent_vtg11_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_vtg11_119._monitoringReportContent_vtg11_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_vtg11_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_vtg11_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_vtg11_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_vtg11_159:after,._modalLine_vtg11_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_vtg11_159:before{left:-20px}._modalLine_vtg11_159:after{right:-20px}._infoMessage_vtg11_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_vtg11_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_vtg11_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_vtg11_197._buttonsAutoWidth_vtg11_204{justify-content:flex-end}._fullWidthTitle_vtg11_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_vtg11_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_vtg11_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_vtg11_227{padding:0 16px 16px}}._widgetHeader_vtg11_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_vtg11_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_vtg11_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_vtg11_264{align-items:center;height:180px;display:flex}._widgetFooter_vtg11_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_vtg11_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_vtg11_277:last-child{border:none}._widgetMainValue_vtg11_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_vtg11_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_vtg11_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_vtg11_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_vtg11_313{opacity:.5;cursor:default}._widgetTag_vtg11_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_vtg11_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_vtg11_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_vtg11_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_vtg11_339._green_vtg11_344:before,._chartValuesTitle_vtg11_339._dark_vtg11_344:before,._chartValuesTitle_vtg11_339._blue_vtg11_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_vtg11_339._green_vtg11_344:before{background:var(--status-success)}._chartValuesTitle_vtg11_339._dark_vtg11_344:before{background:#475569}._chartValuesTitle_vtg11_339._blue_vtg11_344:before{background:#43e0f8}._topbar_vtg11_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_vtg11_374{display:inline-flex}._logo_vtg11_374{max-width:110px}._menuWrapper_vtg11_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_vtg11_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_vtg11_382._opened_vtg11_399{display:flex}}._menuItem_vtg11_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_vtg11_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_vtg11_404 ._menuIcon_vtg11_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_vtg11_404 ._menuIconPerformance_vtg11_430{fill:none}._menuItem_vtg11_404 ._menuIconStroke_vtg11_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_vtg11_404._active_vtg11_438,._menuItem_vtg11_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_vtg11_404._active_vtg11_438 ._menuIcon_vtg11_425:not(._menuIconStroke_vtg11_433,._menuIconPerformance_vtg11_430),._menuItem_vtg11_404:hover ._menuIcon_vtg11_425:not(._menuIconStroke_vtg11_433,._menuIconPerformance_vtg11_430){fill:#52c2fd}._menuItem_vtg11_404._active_vtg11_438 ._menuIconPerformance_vtg11_430 path,._menuItem_vtg11_404:hover ._menuIconPerformance_vtg11_430 path{stroke:#59a6fd}._menuItem_vtg11_404._active_vtg11_438 ._menuIconStroke_vtg11_433:not(._menuIcon_vtg11_425),._menuItem_vtg11_404:hover ._menuIconStroke_vtg11_433:not(._menuIcon_vtg11_425){stroke:#52c2fd}._redDot_vtg11_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_vtg11_467{justify-content:center;display:flex}._link_vtg11_472{color:var(--accent);cursor:pointer;text-decoration:underline}._valueNote_vtg11_478{color:var(--text-muted);font-size:12px;font-weight:400}._devicesWrapper_vtg11_484{width:100%;max-width:100%;min-height:240px;margin-bottom:16px}._valueNote_vtg11_478{color:var(--text-muted);align-items:center;font-size:.75rem;display:inline-flex}._valueNote_vtg11_478:before{content:"";border-radius:50%;width:12px;height:12px;margin-right:4px;display:inline-flex}._valueNote_vtg11_478._green_vtg11_344:before{background-color:#4ade80}._valueNote_vtg11_478._yellow_vtg11_508:before{background-color:#fde047}._valueNote_vtg11_478._red_vtg11_452:before{background-color:var(--status-danger)}._valueNote_vtg11_478._turquoise_vtg11_514:before{background-color:#43e0f8}._valueNote_vtg11_478._purple_vtg11_517:before{background-color:#a855f7}._barChartContainer_vtg11_521{padding:0}@media only screen and (width<=1024px){._barChartContainer_vtg11_521{padding-left:0;padding-right:0}}._devicesFooter_vtg11_531{margin-top:16px}._versionTag_vtg11_535{color:var(--text-primary);gap:4px;padding:-20px;font-size:16px;font-weight:500;display:inline-flex}._versionNote_vtg11_544{color:var(--text-muted);font-size:14px;line-height:20px}._authButtonsWrapper_1ra60_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1ra60_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1ra60_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_1ra60_23{width:100%;margin-bottom:16px}._fieldWrapper_1ra60_23:last-child{margin-bottom:0}._fieldLabel_1ra60_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1ra60_36{margin-top:8px;font-size:.75rem}._field_1ra60_23{width:100%;position:relative}._fieldLabelNew_1ra60_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1ra60_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1ra60_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1ra60_52[type=password]{font-size:18px}._inputNew_1ra60_52:focus,._inputNew_1ra60_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1ra60_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1ra60_52:disabled::placeholder{color:#cbd5e1}._inputNew_1ra60_52._error_1ra60_7{border:1px solid #ef4444}._inputNew_1ra60_52._error_1ra60_7:focus,._inputNew_1ra60_52._error_1ra60_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1ra60_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1ra60_90{width:calc(50% - 8px)}._tableNavWrapper_1ra60_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_1ra60_109{align-items:center;gap:8px;display:flex}._tableNavItem_1ra60_115{margin:0}._modalContent_1ra60_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1ra60_119._center_1ra60_126{text-align:center;font-family:Inter}._modalContent_1ra60_119._settings_1ra60_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1ra60_119._settingsIntegration_1ra60_134,._modalContent_1ra60_119._performanceTestModalContent_1ra60_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1ra60_119._monitoringReportContent_1ra60_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1ra60_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1ra60_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1ra60_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1ra60_159:after,._modalLine_1ra60_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1ra60_159:before{left:-20px}._modalLine_1ra60_159:after{right:-20px}._infoMessage_1ra60_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1ra60_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1ra60_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1ra60_197._buttonsAutoWidth_1ra60_204{justify-content:flex-end}._fullWidthTitle_1ra60_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1ra60_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1ra60_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1ra60_227{padding:0 16px 16px}}._widgetHeader_1ra60_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_1ra60_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_1ra60_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_1ra60_264{align-items:center;height:180px;display:flex}._widgetFooter_1ra60_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1ra60_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1ra60_277:last-child{border:none}._widgetMainValue_1ra60_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1ra60_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1ra60_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_1ra60_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1ra60_313{opacity:.5;cursor:default}._widgetTag_1ra60_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1ra60_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1ra60_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1ra60_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1ra60_339._green_1ra60_344:before,._chartValuesTitle_1ra60_339._dark_1ra60_344:before,._chartValuesTitle_1ra60_339._blue_1ra60_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1ra60_339._green_1ra60_344:before{background:var(--status-success)}._chartValuesTitle_1ra60_339._dark_1ra60_344:before{background:#475569}._chartValuesTitle_1ra60_339._blue_1ra60_344:before{background:#43e0f8}._topbar_1ra60_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1ra60_374{display:inline-flex}._logo_1ra60_374{max-width:110px}._menuWrapper_1ra60_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_1ra60_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1ra60_382._opened_1ra60_399{display:flex}}._menuItem_1ra60_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1ra60_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_1ra60_404 ._menuIcon_1ra60_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1ra60_404 ._menuIconPerformance_1ra60_430{fill:none}._menuItem_1ra60_404 ._menuIconStroke_1ra60_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1ra60_404._active_1ra60_438,._menuItem_1ra60_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1ra60_404._active_1ra60_438 ._menuIcon_1ra60_425:not(._menuIconStroke_1ra60_433,._menuIconPerformance_1ra60_430),._menuItem_1ra60_404:hover ._menuIcon_1ra60_425:not(._menuIconStroke_1ra60_433,._menuIconPerformance_1ra60_430){fill:#52c2fd}._menuItem_1ra60_404._active_1ra60_438 ._menuIconPerformance_1ra60_430 path,._menuItem_1ra60_404:hover ._menuIconPerformance_1ra60_430 path{stroke:#59a6fd}._menuItem_1ra60_404._active_1ra60_438 ._menuIconStroke_1ra60_433:not(._menuIcon_1ra60_425),._menuItem_1ra60_404:hover ._menuIconStroke_1ra60_433:not(._menuIcon_1ra60_425){stroke:#52c2fd}._redDot_1ra60_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1ra60_467{justify-content:center;display:flex}._link_1ra60_472{color:var(--accent);cursor:pointer;text-decoration:underline}._navActionsWrapper_1ra60_478{flex-wrap:wrap;align-items:center;gap:8px;display:flex}._actionButtonsWrapper_1ra60_485{flex-flow:wrap;gap:8px;display:flex}._actionButton_1ra60_485{text-transform:uppercase;cursor:pointer;border-radius:24px;padding:2px 6px;font-size:.75rem;font-weight:500;line-height:1.2}._actionButton_1ra60_485._missing_1ra60_501{border:1px solid var(--status-warning);color:var(--status-warning-text);background:var(--status-warning-subtle)}._actionButton_1ra60_485._damaged_1ra60_506{border:1px solid var(--status-danger);color:var(--status-danger-text);background:var(--status-danger-subtle)}._actionButton_1ra60_485._packaged_1ra60_511{border:1px solid var(--status-info);background:var(--status-info-subtle);color:var(--status-info-text)}._actionButton_1ra60_485._returned_1ra60_516{border:1px solid var(--status-success);background:var(--status-success-subtle);color:var(--status-success-text)}._actionButton_1ra60_485._refurbished_1ra60_521{color:#9333ea;background:#faf5ff;border:1px solid #a855f7}._actionButton_1ra60_485:disabled{cursor:default}._actionButton_1ra60_485:disabled._missing_1ra60_501{color:#fdba74;background:#fff7ed;border-color:#fed7aa}._actionButton_1ra60_485:disabled._damaged_1ra60_506{color:#fca5a5;background:#fef2f2;border-color:#fecaca}._actionButton_1ra60_485:disabled._packaged_1ra60_511{color:#93c5fd;background:#eff6ff;border-color:#bfdbfe}._actionButton_1ra60_485:disabled._returned_1ra60_516{color:#86efac;background:#f0fdf4;border-color:#bbf7d0}._actionButton_1ra60_485:disabled._refurbished_1ra60_521{color:#d8b4fe;background:#faf5ff;border-color:#e9d5ff}._authButtonsWrapper_1hhzi_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1hhzi_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1hhzi_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_1hhzi_23{width:100%;margin-bottom:16px}._fieldWrapper_1hhzi_23:last-child{margin-bottom:0}._fieldLabel_1hhzi_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1hhzi_36{margin-top:8px;font-size:.75rem}._field_1hhzi_23{width:100%;position:relative}._fieldLabelNew_1hhzi_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1hhzi_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1hhzi_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1hhzi_52[type=password]{font-size:18px}._inputNew_1hhzi_52:focus,._inputNew_1hhzi_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1hhzi_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1hhzi_52:disabled::placeholder{color:#cbd5e1}._inputNew_1hhzi_52._error_1hhzi_7{border:1px solid #ef4444}._inputNew_1hhzi_52._error_1hhzi_7:focus,._inputNew_1hhzi_52._error_1hhzi_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1hhzi_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1hhzi_90{width:calc(50% - 8px)}._tableNavWrapper_1hhzi_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_1hhzi_109{align-items:center;gap:8px;display:flex}._tableNavItem_1hhzi_115{margin:0}._modalContent_1hhzi_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1hhzi_119._center_1hhzi_126{text-align:center;font-family:Inter}._modalContent_1hhzi_119._settings_1hhzi_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1hhzi_119._settingsIntegration_1hhzi_134,._modalContent_1hhzi_119._performanceTestModalContent_1hhzi_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1hhzi_119._monitoringReportContent_1hhzi_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1hhzi_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1hhzi_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1hhzi_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1hhzi_159:after,._modalLine_1hhzi_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1hhzi_159:before{left:-20px}._modalLine_1hhzi_159:after{right:-20px}._infoMessage_1hhzi_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1hhzi_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1hhzi_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1hhzi_197._buttonsAutoWidth_1hhzi_204{justify-content:flex-end}._fullWidthTitle_1hhzi_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1hhzi_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1hhzi_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1hhzi_227{padding:0 16px 16px}}._widgetHeader_1hhzi_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_1hhzi_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_1hhzi_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_1hhzi_264{align-items:center;height:180px;display:flex}._widgetFooter_1hhzi_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1hhzi_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1hhzi_277:last-child{border:none}._widgetMainValue_1hhzi_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1hhzi_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1hhzi_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_1hhzi_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1hhzi_313{opacity:.5;cursor:default}._widgetTag_1hhzi_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1hhzi_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1hhzi_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1hhzi_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1hhzi_339._green_1hhzi_344:before,._chartValuesTitle_1hhzi_339._dark_1hhzi_344:before,._chartValuesTitle_1hhzi_339._blue_1hhzi_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1hhzi_339._green_1hhzi_344:before{background:var(--status-success)}._chartValuesTitle_1hhzi_339._dark_1hhzi_344:before{background:#475569}._chartValuesTitle_1hhzi_339._blue_1hhzi_344:before{background:#43e0f8}._topbar_1hhzi_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1hhzi_374{display:inline-flex}._logo_1hhzi_374{max-width:110px}._menuWrapper_1hhzi_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_1hhzi_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1hhzi_382._opened_1hhzi_399{display:flex}}._menuItem_1hhzi_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1hhzi_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_1hhzi_404 ._menuIcon_1hhzi_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1hhzi_404 ._menuIconPerformance_1hhzi_430{fill:none}._menuItem_1hhzi_404 ._menuIconStroke_1hhzi_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1hhzi_404._active_1hhzi_438,._menuItem_1hhzi_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1hhzi_404._active_1hhzi_438 ._menuIcon_1hhzi_425:not(._menuIconStroke_1hhzi_433,._menuIconPerformance_1hhzi_430),._menuItem_1hhzi_404:hover ._menuIcon_1hhzi_425:not(._menuIconStroke_1hhzi_433,._menuIconPerformance_1hhzi_430){fill:#52c2fd}._menuItem_1hhzi_404._active_1hhzi_438 ._menuIconPerformance_1hhzi_430 path,._menuItem_1hhzi_404:hover ._menuIconPerformance_1hhzi_430 path{stroke:#59a6fd}._menuItem_1hhzi_404._active_1hhzi_438 ._menuIconStroke_1hhzi_433:not(._menuIcon_1hhzi_425),._menuItem_1hhzi_404:hover ._menuIconStroke_1hhzi_433:not(._menuIcon_1hhzi_425){stroke:#52c2fd}._redDot_1hhzi_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1hhzi_467{justify-content:center;display:flex}._link_1hhzi_472{color:var(--accent);cursor:pointer;text-decoration:underline}._dataWrapper_1hhzi_478{margin-bottom:16px;display:flex}._dataItem_1hhzi_483{width:50%}._dataItemTitle_1hhzi_487{color:var(--text-muted);margin-bottom:8px;font-size:.875rem}._dataItemText_1hhzi_493{font-weight:500}._devicesInfo_1hhzi_497{background:var(--surface-2);border-radius:12px}._devicesInfoItem_1hhzi_502{padding:12px 16px}._line_1hhzi_506{background:#e2e8f0;width:100%;height:1px;margin-bottom:16px}._inputFileWrapper_1hhzi_513{margin-bottom:16px;position:relative}._spinnerWrapper_1hhzi_518{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._errorMessageFullWith_1hhzi_525{max-width:100%}._exportButtonFirst_1hhzi_529 :last-child{order:-1;margin-right:auto;margin-left:0!important}._authButtonsWrapper_t86ep_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_t86ep_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_t86ep_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_t86ep_23{width:100%;margin-bottom:16px}._fieldWrapper_t86ep_23:last-child{margin-bottom:0}._fieldLabel_t86ep_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_t86ep_36{margin-top:8px;font-size:.75rem}._field_t86ep_23{width:100%;position:relative}._fieldLabelNew_t86ep_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_t86ep_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_t86ep_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_t86ep_52[type=password]{font-size:18px}._inputNew_t86ep_52:focus,._inputNew_t86ep_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_t86ep_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_t86ep_52:disabled::placeholder{color:#cbd5e1}._inputNew_t86ep_52._error_t86ep_7{border:1px solid #ef4444}._inputNew_t86ep_52._error_t86ep_7:focus,._inputNew_t86ep_52._error_t86ep_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_t86ep_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_t86ep_90{width:calc(50% - 8px)}._tableNavWrapper_t86ep_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_t86ep_109{align-items:center;gap:8px;display:flex}._tableNavItem_t86ep_115{margin:0}._modalContent_t86ep_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_t86ep_119._center_t86ep_126{text-align:center;font-family:Inter}._modalContent_t86ep_119._settings_t86ep_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_t86ep_119._settingsIntegration_t86ep_134,._modalContent_t86ep_119._performanceTestModalContent_t86ep_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_t86ep_119._monitoringReportContent_t86ep_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_t86ep_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_t86ep_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_t86ep_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_t86ep_159:after,._modalLine_t86ep_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_t86ep_159:before{left:-20px}._modalLine_t86ep_159:after{right:-20px}._infoMessage_t86ep_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_t86ep_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_t86ep_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_t86ep_197._buttonsAutoWidth_t86ep_204{justify-content:flex-end}._fullWidthTitle_t86ep_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_t86ep_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_t86ep_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_t86ep_227{padding:0 16px 16px}}._widgetHeader_t86ep_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_t86ep_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_t86ep_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_t86ep_264{align-items:center;height:180px;display:flex}._widgetFooter_t86ep_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_t86ep_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_t86ep_277:last-child{border:none}._widgetMainValue_t86ep_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_t86ep_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_t86ep_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_t86ep_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_t86ep_313{opacity:.5;cursor:default}._widgetTag_t86ep_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_t86ep_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_t86ep_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_t86ep_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_t86ep_339._green_t86ep_344:before,._chartValuesTitle_t86ep_339._dark_t86ep_344:before,._chartValuesTitle_t86ep_339._blue_t86ep_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_t86ep_339._green_t86ep_344:before{background:var(--status-success)}._chartValuesTitle_t86ep_339._dark_t86ep_344:before{background:#475569}._chartValuesTitle_t86ep_339._blue_t86ep_344:before{background:#43e0f8}._topbar_t86ep_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_t86ep_374{display:inline-flex}._logo_t86ep_374{max-width:110px}._menuWrapper_t86ep_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_t86ep_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_t86ep_382._opened_t86ep_399{display:flex}}._menuItem_t86ep_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_t86ep_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_t86ep_404 ._menuIcon_t86ep_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_t86ep_404 ._menuIconPerformance_t86ep_430{fill:none}._menuItem_t86ep_404 ._menuIconStroke_t86ep_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_t86ep_404._active_t86ep_438,._menuItem_t86ep_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_t86ep_404._active_t86ep_438 ._menuIcon_t86ep_425:not(._menuIconStroke_t86ep_433,._menuIconPerformance_t86ep_430),._menuItem_t86ep_404:hover ._menuIcon_t86ep_425:not(._menuIconStroke_t86ep_433,._menuIconPerformance_t86ep_430){fill:#52c2fd}._menuItem_t86ep_404._active_t86ep_438 ._menuIconPerformance_t86ep_430 path,._menuItem_t86ep_404:hover ._menuIconPerformance_t86ep_430 path{stroke:#59a6fd}._menuItem_t86ep_404._active_t86ep_438 ._menuIconStroke_t86ep_433:not(._menuIcon_t86ep_425),._menuItem_t86ep_404:hover ._menuIconStroke_t86ep_433:not(._menuIcon_t86ep_425){stroke:#52c2fd}._redDot_t86ep_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_t86ep_467{justify-content:center;display:flex}._link_t86ep_472{color:var(--accent);cursor:pointer;text-decoration:underline}@media only screen and (width<=1024px){._widgetWrapper_t86ep_227{max-width:100%}}._chartWrapper_t86ep_484{justify-content:flex-end;display:flex}@media only screen and (width<=1024px){._chartWrapper_t86ep_484{max-width:450px;margin:0 auto;position:relative}}._chart_t86ep_331{position:absolute;top:16px;left:0}@media only screen and (width<=1024px){._chart_t86ep_331{top:0}}._widgetMainValue_t86ep_286{width:210px;position:absolute;bottom:63px;left:0}._chartNotesWrapper_t86ep_514{padding-top:10px}._chartNote_t86ep_514{color:var(--text-muted);width:100%;font-size:12px;font-weight:400}._chartNote_t86ep_514:before{content:"";border-radius:50%;width:12px;height:12px;margin-right:4px;display:inline-flex;position:relative;top:2px}._chartNote_t86ep_514._green_t86ep_344:before{background:var(--status-success)}._chartNote_t86ep_514._yellow_t86ep_537:before{background:#fcd34d}._chartNote_t86ep_514._purple_t86ep_540:before{background:var(--text-link)}._chartNoteValue_t86ep_544{color:var(--text-primary);padding-left:4px;font-size:.875rem;font-weight:500}._chartNoteLine_t86ep_551{background:var(--surface-3);width:110px;height:1px;margin:25px 0;display:block}._authButtonsWrapper_11685_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_11685_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_11685_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_11685_23{width:100%;margin-bottom:16px}._fieldWrapper_11685_23:last-child{margin-bottom:0}._fieldLabel_11685_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_11685_36{margin-top:8px;font-size:.75rem}._field_11685_23{width:100%;position:relative}._fieldLabelNew_11685_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_11685_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_11685_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_11685_52[type=password]{font-size:18px}._inputNew_11685_52:focus,._inputNew_11685_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_11685_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_11685_52:disabled::placeholder{color:#cbd5e1}._inputNew_11685_52._error_11685_7{border:1px solid #ef4444}._inputNew_11685_52._error_11685_7:focus,._inputNew_11685_52._error_11685_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_11685_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_11685_90{width:calc(50% - 8px)}._tableNavWrapper_11685_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_11685_109{align-items:center;gap:8px;display:flex}._tableNavItem_11685_115{margin:0}._modalContent_11685_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_11685_119._center_11685_126{text-align:center;font-family:Inter}._modalContent_11685_119._settings_11685_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_11685_119._settingsIntegration_11685_134,._modalContent_11685_119._performanceTestModalContent_11685_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_11685_119._monitoringReportContent_11685_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_11685_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_11685_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_11685_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_11685_159:after,._modalLine_11685_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_11685_159:before{left:-20px}._modalLine_11685_159:after{right:-20px}._infoMessage_11685_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_11685_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_11685_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_11685_197._buttonsAutoWidth_11685_204{justify-content:flex-end}._fullWidthTitle_11685_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_11685_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_11685_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_11685_227{padding:0 16px 16px}}._widgetHeader_11685_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_11685_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_11685_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_11685_264{align-items:center;height:180px;display:flex}._widgetFooter_11685_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_11685_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_11685_277:last-child{border:none}._widgetMainValue_11685_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_11685_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_11685_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_11685_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_11685_313{opacity:.5;cursor:default}._widgetTag_11685_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_11685_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_11685_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_11685_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_11685_339._green_11685_344:before,._chartValuesTitle_11685_339._dark_11685_344:before,._chartValuesTitle_11685_339._blue_11685_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_11685_339._green_11685_344:before{background:var(--status-success)}._chartValuesTitle_11685_339._dark_11685_344:before{background:#475569}._chartValuesTitle_11685_339._blue_11685_344:before{background:#43e0f8}._topbar_11685_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_11685_374{display:inline-flex}._logo_11685_374{max-width:110px}._menuWrapper_11685_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_11685_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_11685_382._opened_11685_399{display:flex}}._menuItem_11685_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_11685_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_11685_404 ._menuIcon_11685_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_11685_404 ._menuIconPerformance_11685_430{fill:none}._menuItem_11685_404 ._menuIconStroke_11685_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_11685_404._active_11685_438,._menuItem_11685_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_11685_404._active_11685_438 ._menuIcon_11685_425:not(._menuIconStroke_11685_433,._menuIconPerformance_11685_430),._menuItem_11685_404:hover ._menuIcon_11685_425:not(._menuIconStroke_11685_433,._menuIconPerformance_11685_430){fill:#52c2fd}._menuItem_11685_404._active_11685_438 ._menuIconPerformance_11685_430 path,._menuItem_11685_404:hover ._menuIconPerformance_11685_430 path{stroke:#59a6fd}._menuItem_11685_404._active_11685_438 ._menuIconStroke_11685_433:not(._menuIcon_11685_425),._menuItem_11685_404:hover ._menuIconStroke_11685_433:not(._menuIcon_11685_425){stroke:#52c2fd}._redDot_11685_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_11685_467{justify-content:center;display:flex}._link_11685_472{color:var(--accent);cursor:pointer;text-decoration:underline}@media only screen and (width<=1024px){._widgetWrapper_11685_227{max-width:100%}}._text_11685_484{color:var(--text-muted);font-family:Inter;font-size:.75rem}._mainValue_11685_490{color:var(--text-primary);align-items:baseline;gap:4px;margin-top:4px;font-size:1.5rem;font-weight:500;line-height:32px;display:inline-flex}._versionNote_11685_501{color:var(--text-muted);font-size:.75rem;font-weight:400}._dot_11685_507{align-items:center;display:inline-flex}._dot_11685_507:before{content:"";border-radius:50%;width:12px;height:12px;margin-right:4px;display:inline-flex}._availableV1_11685_520:before{background-color:var(--text-link)}._availableV2_11685_524:before{background-color:var(--status-info)}._packedV1_11685_528:before{background-color:#93c5fd}._packedV2_11685_532:before{background-color:var(--status-info-subtle)}._authButtonsWrapper_12pfx_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_12pfx_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_12pfx_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_12pfx_23{width:100%;margin-bottom:16px}._fieldWrapper_12pfx_23:last-child{margin-bottom:0}._fieldLabel_12pfx_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_12pfx_36{margin-top:8px;font-size:.75rem}._field_12pfx_23{width:100%;position:relative}._fieldLabelNew_12pfx_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_12pfx_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_12pfx_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_12pfx_52[type=password]{font-size:18px}._inputNew_12pfx_52:focus,._inputNew_12pfx_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_12pfx_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_12pfx_52:disabled::placeholder{color:#cbd5e1}._inputNew_12pfx_52._error_12pfx_7{border:1px solid #ef4444}._inputNew_12pfx_52._error_12pfx_7:focus,._inputNew_12pfx_52._error_12pfx_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_12pfx_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_12pfx_90{width:calc(50% - 8px)}._tableNavWrapper_12pfx_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_12pfx_109{align-items:center;gap:8px;display:flex}._tableNavItem_12pfx_115{margin:0}._modalContent_12pfx_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_12pfx_119._center_12pfx_126{text-align:center;font-family:Inter}._modalContent_12pfx_119._settings_12pfx_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_12pfx_119._settingsIntegration_12pfx_134,._modalContent_12pfx_119._performanceTestModalContent_12pfx_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_12pfx_119._monitoringReportContent_12pfx_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_12pfx_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_12pfx_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_12pfx_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_12pfx_159:after,._modalLine_12pfx_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_12pfx_159:before{left:-20px}._modalLine_12pfx_159:after{right:-20px}._infoMessage_12pfx_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_12pfx_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_12pfx_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_12pfx_197._buttonsAutoWidth_12pfx_204{justify-content:flex-end}._fullWidthTitle_12pfx_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_12pfx_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_12pfx_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_12pfx_227{padding:0 16px 16px}}._widgetHeader_12pfx_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_12pfx_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_12pfx_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_12pfx_264{align-items:center;height:180px;display:flex}._widgetFooter_12pfx_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_12pfx_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_12pfx_277:last-child{border:none}._widgetMainValue_12pfx_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_12pfx_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_12pfx_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_12pfx_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_12pfx_313{opacity:.5;cursor:default}._widgetTag_12pfx_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_12pfx_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_12pfx_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_12pfx_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_12pfx_339._green_12pfx_344:before,._chartValuesTitle_12pfx_339._dark_12pfx_344:before,._chartValuesTitle_12pfx_339._blue_12pfx_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_12pfx_339._green_12pfx_344:before{background:var(--status-success)}._chartValuesTitle_12pfx_339._dark_12pfx_344:before{background:#475569}._chartValuesTitle_12pfx_339._blue_12pfx_344:before{background:#43e0f8}._topbar_12pfx_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_12pfx_374{display:inline-flex}._logo_12pfx_374{max-width:110px}._menuWrapper_12pfx_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_12pfx_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_12pfx_382._opened_12pfx_399{display:flex}}._menuItem_12pfx_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_12pfx_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_12pfx_404 ._menuIcon_12pfx_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_12pfx_404 ._menuIconPerformance_12pfx_430{fill:none}._menuItem_12pfx_404 ._menuIconStroke_12pfx_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_12pfx_404._active_12pfx_438,._menuItem_12pfx_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_12pfx_404._active_12pfx_438 ._menuIcon_12pfx_425:not(._menuIconStroke_12pfx_433,._menuIconPerformance_12pfx_430),._menuItem_12pfx_404:hover ._menuIcon_12pfx_425:not(._menuIconStroke_12pfx_433,._menuIconPerformance_12pfx_430){fill:#52c2fd}._menuItem_12pfx_404._active_12pfx_438 ._menuIconPerformance_12pfx_430 path,._menuItem_12pfx_404:hover ._menuIconPerformance_12pfx_430 path{stroke:#59a6fd}._menuItem_12pfx_404._active_12pfx_438 ._menuIconStroke_12pfx_433:not(._menuIcon_12pfx_425),._menuItem_12pfx_404:hover ._menuIconStroke_12pfx_433:not(._menuIcon_12pfx_425){stroke:#52c2fd}._redDot_12pfx_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_12pfx_467{justify-content:center;display:flex}._link_12pfx_472{color:var(--accent);cursor:pointer;text-decoration:underline}._statusContainer_12pfx_478{flex-wrap:wrap;align-items:center;gap:8px;display:flex}._orderStatus_12pfx_485{text-transform:uppercase;color:#ccc;border:1px solid #ccc;border-radius:20px;align-items:center;padding:2px 8px;font-size:.75rem;font-weight:500;display:inline-flex}._orderStatus_12pfx_485:before{display:none}._orderStatus_12pfx_485._packed_12pfx_499{background:var(--status-warning-subtle);color:#78350f;border-color:var(--status-warning-text)}._orderStatus_12pfx_485._confirmed_12pfx_504{background:var(--status-success-subtle);color:#14532d;border-color:var(--status-success-text)}._orderStatus_12pfx_485._shipping_12pfx_509{background:var(--status-info-subtle);color:#264af8;border-color:var(--text-link)}._authButtonsWrapper_1buvu_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1buvu_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1buvu_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._fieldWrapper_1buvu_23{width:100%;margin-bottom:16px}._fieldWrapper_1buvu_23:last-child{margin-bottom:0}._fieldLabel_1buvu_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1buvu_36{margin-top:8px;font-size:.75rem}._field_1buvu_23{width:100%;position:relative}._fieldLabelNew_1buvu_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1buvu_52{border:1px solid var(--border-default);border-radius:10px;width:100%;height:40px;padding:0 50px 0 12px;font-family:Inter;font-size:.875rem}._inputNew_1buvu_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1buvu_52[type=password]{font-size:18px}._inputNew_1buvu_52:focus,._inputNew_1buvu_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1buvu_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1buvu_52:disabled::placeholder{color:#cbd5e1}._inputNew_1buvu_52._error_1buvu_7{border:1px solid #ef4444}._inputNew_1buvu_52._error_1buvu_7:focus,._inputNew_1buvu_52._error_1buvu_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1buvu_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1buvu_90{width:calc(50% - 8px)}._tableNavWrapper_1buvu_100{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}._tableNavButtonsWrapper_1buvu_109{align-items:center;gap:8px;display:flex}._tableNavItem_1buvu_115{margin:0}._modalContent_1buvu_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1buvu_119._center_1buvu_126{text-align:center;font-family:Inter}._modalContent_1buvu_119._settings_1buvu_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1buvu_119._settingsIntegration_1buvu_134,._modalContent_1buvu_119._performanceTestModalContent_1buvu_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1buvu_119._monitoringReportContent_1buvu_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1buvu_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1buvu_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1buvu_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1buvu_159:after,._modalLine_1buvu_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1buvu_159:before{left:-20px}._modalLine_1buvu_159:after{right:-20px}._infoMessage_1buvu_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1buvu_182:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;top:0;left:0}._modalFooter_1buvu_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1buvu_197._buttonsAutoWidth_1buvu_204{justify-content:flex-end}._fullWidthTitle_1buvu_208{text-transform:uppercase;width:calc(100% + 40px);color:var(--text-muted);background:var(--surface-2);margin-bottom:20px;margin-left:-20px;padding:8px 20px;font-size:.75rem;line-height:1}._widgetsWrapper_1buvu_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1buvu_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 24px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1buvu_227{padding:0 16px 16px}}._widgetHeader_1buvu_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:16px;display:flex}._widgetTitle_1buvu_253{font-family:Inter;font-size:1.125rem;font-weight:500}._widgetDataWrapper_1buvu_259{padding-top:16px;position:relative}._widgetSpinnerWrapper_1buvu_264{align-items:center;height:180px;display:flex}._widgetFooter_1buvu_270{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1buvu_277{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1buvu_277:last-child{border:none}._widgetMainValue_1buvu_286{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1buvu_294{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1buvu_301{color:var(--text-muted);font-size:.75rem}._widgetLoader_1buvu_306{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1buvu_313{opacity:.5;cursor:default}._widgetTag_1buvu_318{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1buvu_326{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1buvu_331{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1buvu_339{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1buvu_339._green_1buvu_344:before,._chartValuesTitle_1buvu_339._dark_1buvu_344:before,._chartValuesTitle_1buvu_339._blue_1buvu_344:before{content:"";border:2px solid #fff;border-radius:50%;width:13px;height:13px;margin-right:4px;display:inline-flex;position:relative;top:1px;box-shadow:0 2px 4px #00000014}._chartValuesTitle_1buvu_339._green_1buvu_344:before{background:var(--status-success)}._chartValuesTitle_1buvu_339._dark_1buvu_344:before{background:#475569}._chartValuesTitle_1buvu_339._blue_1buvu_344:before{background:#43e0f8}._topbar_1buvu_366{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1buvu_374{display:inline-flex}._logo_1buvu_374{max-width:110px}._menuWrapper_1buvu_382{display:flex}@media only screen and (width<=1340px){._menuWrapper_1buvu_382{background:var(--surface-1);background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);flex-direction:column;width:265px;height:100vh;padding:64px 16px 0;display:none;position:absolute;top:0;right:0;box-shadow:-12px 1px 89px -41px #0000004d}._menuWrapper_1buvu_382._opened_1buvu_399{display:flex}}._menuItem_1buvu_404{color:#fff;border-radius:30px;align-items:center;margin:0 8px;padding:8px 20px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}@media only screen and (width<=1300px){._menuItem_1buvu_404{flex:none;width:auto;margin-bottom:10px}}._menuItem_1buvu_404 ._menuIcon_1buvu_425{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1buvu_404 ._menuIconPerformance_1buvu_430{fill:none}._menuItem_1buvu_404 ._menuIconStroke_1buvu_433{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1buvu_404._active_1buvu_438,._menuItem_1buvu_404:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1buvu_404._active_1buvu_438 ._menuIcon_1buvu_425:not(._menuIconStroke_1buvu_433,._menuIconPerformance_1buvu_430),._menuItem_1buvu_404:hover ._menuIcon_1buvu_425:not(._menuIconStroke_1buvu_433,._menuIconPerformance_1buvu_430){fill:#52c2fd}._menuItem_1buvu_404._active_1buvu_438 ._menuIconPerformance_1buvu_430 path,._menuItem_1buvu_404:hover ._menuIconPerformance_1buvu_430 path{stroke:#59a6fd}._menuItem_1buvu_404._active_1buvu_438 ._menuIconStroke_1buvu_433:not(._menuIcon_1buvu_425),._menuItem_1buvu_404:hover ._menuIconStroke_1buvu_433:not(._menuIcon_1buvu_425){stroke:#52c2fd}._redDot_1buvu_452{color:#fff;background:#d73d3d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:inline-flex;position:relative;top:-6px;right:-6px}._screenWrapper_1buvu_467{justify-content:center;display:flex}._link_1buvu_472{color:var(--accent);cursor:pointer;text-decoration:underline}._widgetsWrapper_1buvu_220{justify-content:stretch;align-items:stretch}._widgetsWrapper_1buvu_220>*{flex:1 1 0;min-width:0;max-width:none}@media only screen and (width<=1024px){._widgetsWrapper_1buvu_220{flex-wrap:wrap}._widgetsWrapper_1buvu_220>*{flex-basis:100%}}._tableActionsWrapper_1buvu_496 span{color:var(--text-secondary);border:1px solid var(--border-default);background:var(--surface-1);border-radius:32px;align-items:center;width:auto;height:32px;padding:0 12px;font-size:.875rem;display:inline-flex;position:relative}
