@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;row-gap:6px;margin-bottom:12px;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 18px 24px;position:relative}@media only screen and (width<=768px){.widgetWrapper{padding:0 16px 15px}}.widgetHeader{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}.widgetTitle{font-family:Inter;font-size:1rem;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}._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_h0nj4_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_h0nj4_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_h0nj4_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_h0nj4_23{width:100%;margin-bottom:16px}._fieldWrapper_h0nj4_23:last-child{margin-bottom:0}._fieldLabel_h0nj4_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_h0nj4_36{margin-top:8px;font-size:.75rem}._field_h0nj4_23{width:100%;position:relative}._fieldLabelNew_h0nj4_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_h0nj4_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_h0nj4_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_h0nj4_52[type=password]{font-size:18px}._inputNew_h0nj4_52:focus,._inputNew_h0nj4_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_h0nj4_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_h0nj4_52:disabled::placeholder{color:#cbd5e1}._inputNew_h0nj4_52._error_h0nj4_7{border:1px solid #ef4444}._inputNew_h0nj4_52._error_h0nj4_7:focus,._inputNew_h0nj4_52._error_h0nj4_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_h0nj4_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_h0nj4_90{width:calc(50% - 8px)}._tableNavWrapper_h0nj4_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_h0nj4_109{align-items:center;gap:8px;display:flex}._tableNavItem_h0nj4_115{margin:0}._modalContent_h0nj4_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_h0nj4_119._center_h0nj4_126{text-align:center;font-family:Inter}._modalContent_h0nj4_119._settings_h0nj4_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_h0nj4_119._settingsIntegration_h0nj4_134,._modalContent_h0nj4_119._performanceTestModalContent_h0nj4_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_h0nj4_119._monitoringReportContent_h0nj4_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_h0nj4_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_h0nj4_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_h0nj4_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_h0nj4_159:after,._modalLine_h0nj4_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_h0nj4_159:before{left:-20px}._modalLine_h0nj4_159:after{right:-20px}._infoMessage_h0nj4_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_h0nj4_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_h0nj4_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_h0nj4_197._buttonsAutoWidth_h0nj4_204{justify-content:flex-end}._fullWidthTitle_h0nj4_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_h0nj4_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_h0nj4_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_h0nj4_227{padding:0 16px 15px}}._widgetHeader_h0nj4_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_h0nj4_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_h0nj4_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_h0nj4_263{align-items:center;height:180px;display:flex}._widgetFooter_h0nj4_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_h0nj4_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_h0nj4_276:last-child{border:none}._widgetMainValue_h0nj4_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_h0nj4_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_h0nj4_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_h0nj4_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_h0nj4_312{opacity:.5;cursor:default}._widgetTag_h0nj4_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_h0nj4_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_h0nj4_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_h0nj4_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_h0nj4_338._green_h0nj4_343:before,._chartValuesTitle_h0nj4_338._dark_h0nj4_343:before,._chartValuesTitle_h0nj4_338._blue_h0nj4_343: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_h0nj4_338._green_h0nj4_343:before{background:var(--status-success)}._chartValuesTitle_h0nj4_338._dark_h0nj4_343:before{background:#475569}._chartValuesTitle_h0nj4_338._blue_h0nj4_343:before{background:#43e0f8}._topbar_h0nj4_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_h0nj4_373{display:inline-flex}._logo_h0nj4_373{max-width:110px}._menuWrapper_h0nj4_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_h0nj4_381{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_h0nj4_381._opened_h0nj4_398{display:flex}}._menuItem_h0nj4_403{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_h0nj4_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_h0nj4_403 ._menuIcon_h0nj4_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_h0nj4_403 ._menuIconPerformance_h0nj4_429{fill:none}._menuItem_h0nj4_403 ._menuIconStroke_h0nj4_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_h0nj4_403._active_h0nj4_437,._menuItem_h0nj4_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_h0nj4_403._active_h0nj4_437 ._menuIcon_h0nj4_424:not(._menuIconStroke_h0nj4_432,._menuIconPerformance_h0nj4_429),._menuItem_h0nj4_403:hover ._menuIcon_h0nj4_424:not(._menuIconStroke_h0nj4_432,._menuIconPerformance_h0nj4_429){fill:#52c2fd}._menuItem_h0nj4_403._active_h0nj4_437 ._menuIconPerformance_h0nj4_429 path,._menuItem_h0nj4_403:hover ._menuIconPerformance_h0nj4_429 path{stroke:#59a6fd}._menuItem_h0nj4_403._active_h0nj4_437 ._menuIconStroke_h0nj4_432:not(._menuIcon_h0nj4_424),._menuItem_h0nj4_403:hover ._menuIconStroke_h0nj4_432:not(._menuIcon_h0nj4_424){stroke:#52c2fd}._redDot_h0nj4_451{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_h0nj4_466{justify-content:center;display:flex}._link_h0nj4_471{color:var(--accent);cursor:pointer;text-decoration:underline}._viewport_h0nj4_477{-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_h0nj4_488{background:var(--surface-1);z-index:6001;outline:none;position:fixed;box-shadow:0 16px 40px -8px #47556921}._modal_h0nj4_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_h0nj4_507{width:100%;height:100vh;top:0;right:0}._closeIcon_h0nj4_514{cursor:pointer;z-index:2;padding:10px;position:absolute;top:6px;right:6px}._closeIcon_h0nj4_514: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_h0nj4_526{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_128r1_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_128r1_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_128r1_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_128r1_23{width:100%;margin-bottom:16px}._fieldWrapper_128r1_23:last-child{margin-bottom:0}._fieldLabel_128r1_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_128r1_36{margin-top:8px;font-size:.75rem}._field_128r1_23{width:100%;position:relative}._fieldLabelNew_128r1_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_128r1_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_128r1_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_128r1_52[type=password]{font-size:18px}._inputNew_128r1_52:focus,._inputNew_128r1_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_128r1_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_128r1_52:disabled::placeholder{color:#cbd5e1}._inputNew_128r1_52._error_128r1_7{border:1px solid #ef4444}._inputNew_128r1_52._error_128r1_7:focus,._inputNew_128r1_52._error_128r1_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_128r1_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_128r1_90{width:calc(50% - 8px)}._tableNavWrapper_128r1_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_128r1_109{align-items:center;gap:8px;display:flex}._tableNavItem_128r1_115{margin:0}._modalContent_128r1_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_128r1_119._center_128r1_126{text-align:center;font-family:Inter}._modalContent_128r1_119._settings_128r1_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_128r1_119._settingsIntegration_128r1_134,._modalContent_128r1_119._performanceTestModalContent_128r1_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_128r1_119._monitoringReportContent_128r1_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_128r1_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_128r1_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_128r1_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_128r1_159:after,._modalLine_128r1_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_128r1_159:before{left:-20px}._modalLine_128r1_159:after{right:-20px}._infoMessage_128r1_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_128r1_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_128r1_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_128r1_197._buttonsAutoWidth_128r1_204{justify-content:flex-end}._fullWidthTitle_128r1_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_128r1_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_128r1_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_128r1_227{padding:0 16px 15px}}._widgetHeader_128r1_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_128r1_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_128r1_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_128r1_263{align-items:center;height:180px;display:flex}._widgetFooter_128r1_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_128r1_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_128r1_276:last-child{border:none}._widgetMainValue_128r1_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_128r1_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_128r1_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_128r1_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_128r1_312{opacity:.5;cursor:default}._widgetTag_128r1_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_128r1_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_128r1_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_128r1_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_128r1_338._green_128r1_343:before,._chartValuesTitle_128r1_338._dark_128r1_343:before,._chartValuesTitle_128r1_338._blue_128r1_343: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_128r1_338._green_128r1_343:before{background:var(--status-success)}._chartValuesTitle_128r1_338._dark_128r1_343:before{background:#475569}._chartValuesTitle_128r1_338._blue_128r1_343:before{background:#43e0f8}._topbar_128r1_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_128r1_373{display:inline-flex}._logo_128r1_373{max-width:110px}._menuWrapper_128r1_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_128r1_381{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_128r1_381._opened_128r1_398{display:flex}}._menuItem_128r1_403{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_128r1_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_128r1_403 ._menuIcon_128r1_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_128r1_403 ._menuIconPerformance_128r1_429{fill:none}._menuItem_128r1_403 ._menuIconStroke_128r1_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_128r1_403._active_128r1_437,._menuItem_128r1_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_128r1_403._active_128r1_437 ._menuIcon_128r1_424:not(._menuIconStroke_128r1_432,._menuIconPerformance_128r1_429),._menuItem_128r1_403:hover ._menuIcon_128r1_424:not(._menuIconStroke_128r1_432,._menuIconPerformance_128r1_429){fill:#52c2fd}._menuItem_128r1_403._active_128r1_437 ._menuIconPerformance_128r1_429 path,._menuItem_128r1_403:hover ._menuIconPerformance_128r1_429 path{stroke:#59a6fd}._menuItem_128r1_403._active_128r1_437 ._menuIconStroke_128r1_432:not(._menuIcon_128r1_424),._menuItem_128r1_403:hover ._menuIconStroke_128r1_432:not(._menuIcon_128r1_424){stroke:#52c2fd}._redDot_128r1_451{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_128r1_466{justify-content:center;display:flex}._link_128r1_471{color:var(--accent);cursor:pointer;text-decoration:underline}._fieldWrapper_128r1_23{margin-bottom:0}._authButtonsWrapper_14uoq_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_14uoq_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_14uoq_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_14uoq_23{width:100%;margin-bottom:16px}._fieldWrapper_14uoq_23:last-child{margin-bottom:0}._fieldLabel_14uoq_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_14uoq_36{margin-top:8px;font-size:.75rem}._field_14uoq_23{width:100%;position:relative}._fieldLabelNew_14uoq_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_14uoq_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_14uoq_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_14uoq_52[type=password]{font-size:18px}._inputNew_14uoq_52:focus,._inputNew_14uoq_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_14uoq_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_14uoq_52:disabled::placeholder{color:#cbd5e1}._inputNew_14uoq_52._error_14uoq_7{border:1px solid #ef4444}._inputNew_14uoq_52._error_14uoq_7:focus,._inputNew_14uoq_52._error_14uoq_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_14uoq_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_14uoq_90{width:calc(50% - 8px)}._tableNavWrapper_14uoq_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_14uoq_109{align-items:center;gap:8px;display:flex}._tableNavItem_14uoq_115{margin:0}._modalContent_14uoq_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_14uoq_119._center_14uoq_126{text-align:center;font-family:Inter}._modalContent_14uoq_119._settings_14uoq_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_14uoq_119._settingsIntegration_14uoq_134,._modalContent_14uoq_119._performanceTestModalContent_14uoq_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_14uoq_119._monitoringReportContent_14uoq_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_14uoq_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_14uoq_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_14uoq_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_14uoq_159:after,._modalLine_14uoq_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_14uoq_159:before{left:-20px}._modalLine_14uoq_159:after{right:-20px}._infoMessage_14uoq_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_14uoq_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_14uoq_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_14uoq_197._buttonsAutoWidth_14uoq_204{justify-content:flex-end}._fullWidthTitle_14uoq_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_14uoq_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_14uoq_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_14uoq_227{padding:0 16px 15px}}._widgetHeader_14uoq_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_14uoq_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_14uoq_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_14uoq_263{align-items:center;height:180px;display:flex}._widgetFooter_14uoq_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_14uoq_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_14uoq_276:last-child{border:none}._widgetMainValue_14uoq_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_14uoq_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_14uoq_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_14uoq_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_14uoq_312{opacity:.5;cursor:default}._widgetTag_14uoq_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_14uoq_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_14uoq_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_14uoq_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_14uoq_338._green_14uoq_343:before,._chartValuesTitle_14uoq_338._dark_14uoq_343:before,._chartValuesTitle_14uoq_338._blue_14uoq_343: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_14uoq_338._green_14uoq_343:before{background:var(--status-success)}._chartValuesTitle_14uoq_338._dark_14uoq_343:before{background:#475569}._chartValuesTitle_14uoq_338._blue_14uoq_343:before{background:#43e0f8}._topbar_14uoq_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_14uoq_373{display:inline-flex}._logo_14uoq_373{max-width:110px}._menuWrapper_14uoq_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_14uoq_381{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_14uoq_381._opened_14uoq_398{display:flex}}._menuItem_14uoq_403{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_14uoq_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_14uoq_403 ._menuIcon_14uoq_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_14uoq_403 ._menuIconPerformance_14uoq_429{fill:none}._menuItem_14uoq_403 ._menuIconStroke_14uoq_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_14uoq_403._active_14uoq_437,._menuItem_14uoq_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_14uoq_403._active_14uoq_437 ._menuIcon_14uoq_424:not(._menuIconStroke_14uoq_432,._menuIconPerformance_14uoq_429),._menuItem_14uoq_403:hover ._menuIcon_14uoq_424:not(._menuIconStroke_14uoq_432,._menuIconPerformance_14uoq_429){fill:#52c2fd}._menuItem_14uoq_403._active_14uoq_437 ._menuIconPerformance_14uoq_429 path,._menuItem_14uoq_403:hover ._menuIconPerformance_14uoq_429 path{stroke:#59a6fd}._menuItem_14uoq_403._active_14uoq_437 ._menuIconStroke_14uoq_432:not(._menuIcon_14uoq_424),._menuItem_14uoq_403:hover ._menuIconStroke_14uoq_432:not(._menuIcon_14uoq_424){stroke:#52c2fd}._redDot_14uoq_451{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_14uoq_466{justify-content:center;display:flex}._link_14uoq_471{color:var(--accent);cursor:pointer;text-decoration:underline}._fieldWrapper_14uoq_23{min-width:0}._fieldWrapper_14uoq_23 ._error_14uoq_7{border:1px solid #ef4444!important}._errorText_14uoq_484{color:#ef4444;max-width:100%}._customOptionField_14uoq_489{color:var(--accent);padding:10px;font-size:14px}._customOptionField_14uoq_489:hover{background-color:#fafafa}._authButtonsWrapper_1dxwm_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1dxwm_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1dxwm_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_1dxwm_23{width:100%;margin-bottom:16px}._fieldWrapper_1dxwm_23:last-child{margin-bottom:0}._fieldLabel_1dxwm_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1dxwm_36{margin-top:8px;font-size:.75rem}._field_1dxwm_23{width:100%;position:relative}._fieldLabelNew_1dxwm_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1dxwm_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_1dxwm_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1dxwm_52[type=password]{font-size:18px}._inputNew_1dxwm_52:focus,._inputNew_1dxwm_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1dxwm_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1dxwm_52:disabled::placeholder{color:#cbd5e1}._inputNew_1dxwm_52._error_1dxwm_7{border:1px solid #ef4444}._inputNew_1dxwm_52._error_1dxwm_7:focus,._inputNew_1dxwm_52._error_1dxwm_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1dxwm_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1dxwm_90{width:calc(50% - 8px)}._tableNavWrapper_1dxwm_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1dxwm_109{align-items:center;gap:8px;display:flex}._tableNavItem_1dxwm_115{margin:0}._modalContent_1dxwm_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1dxwm_119._center_1dxwm_126{text-align:center;font-family:Inter}._modalContent_1dxwm_119._settings_1dxwm_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1dxwm_119._settingsIntegration_1dxwm_134,._modalContent_1dxwm_119._performanceTestModalContent_1dxwm_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1dxwm_119._monitoringReportContent_1dxwm_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1dxwm_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1dxwm_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1dxwm_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1dxwm_159:after,._modalLine_1dxwm_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1dxwm_159:before{left:-20px}._modalLine_1dxwm_159:after{right:-20px}._infoMessage_1dxwm_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1dxwm_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_1dxwm_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1dxwm_197._buttonsAutoWidth_1dxwm_204{justify-content:flex-end}._fullWidthTitle_1dxwm_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_1dxwm_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1dxwm_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1dxwm_227{padding:0 16px 15px}}._widgetHeader_1dxwm_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1dxwm_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1dxwm_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_1dxwm_263{align-items:center;height:180px;display:flex}._widgetFooter_1dxwm_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1dxwm_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1dxwm_276:last-child{border:none}._widgetMainValue_1dxwm_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1dxwm_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1dxwm_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_1dxwm_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1dxwm_312{opacity:.5;cursor:default}._widgetTag_1dxwm_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1dxwm_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1dxwm_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1dxwm_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1dxwm_338._green_1dxwm_343:before,._chartValuesTitle_1dxwm_338._dark_1dxwm_343:before,._chartValuesTitle_1dxwm_338._blue_1dxwm_343: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_1dxwm_338._green_1dxwm_343:before{background:var(--status-success)}._chartValuesTitle_1dxwm_338._dark_1dxwm_343:before{background:#475569}._chartValuesTitle_1dxwm_338._blue_1dxwm_343:before{background:#43e0f8}._topbar_1dxwm_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1dxwm_373{display:inline-flex}._logo_1dxwm_373{max-width:110px}._menuWrapper_1dxwm_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_1dxwm_381{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_1dxwm_381._opened_1dxwm_398{display:flex}}._menuItem_1dxwm_403{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_1dxwm_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_1dxwm_403 ._menuIcon_1dxwm_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1dxwm_403 ._menuIconPerformance_1dxwm_429{fill:none}._menuItem_1dxwm_403 ._menuIconStroke_1dxwm_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1dxwm_403._active_1dxwm_437,._menuItem_1dxwm_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1dxwm_403._active_1dxwm_437 ._menuIcon_1dxwm_424:not(._menuIconStroke_1dxwm_432,._menuIconPerformance_1dxwm_429),._menuItem_1dxwm_403:hover ._menuIcon_1dxwm_424:not(._menuIconStroke_1dxwm_432,._menuIconPerformance_1dxwm_429){fill:#52c2fd}._menuItem_1dxwm_403._active_1dxwm_437 ._menuIconPerformance_1dxwm_429 path,._menuItem_1dxwm_403:hover ._menuIconPerformance_1dxwm_429 path{stroke:#59a6fd}._menuItem_1dxwm_403._active_1dxwm_437 ._menuIconStroke_1dxwm_432:not(._menuIcon_1dxwm_424),._menuItem_1dxwm_403:hover ._menuIconStroke_1dxwm_432:not(._menuIcon_1dxwm_424){stroke:#52c2fd}._redDot_1dxwm_451{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_1dxwm_466{justify-content:center;display:flex}._link_1dxwm_471{color:var(--accent);cursor:pointer;text-decoration:underline}._logoField_1dxwm_477{justify-content:space-between;align-items:center;display:flex}._imageWrapper_1dxwm_483{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_1dxwm_495{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_1dxwm_495._error_1dxwm_7{border:1px solid #ef4444}._dragging_1dxwm_512{cursor:grabbing;background-color:#b8f6b8}._inputFile_1dxwm_517{display:none}._labelText_1dxwm_521{text-align:center;color:var(--text-muted);font-size:.75rem}._labelText_1dxwm_521 span{color:#43e0f8;font-weight:500}._uploadedImage_1dxwm_531{max-width:72px;max-height:72px}._errorMessage_1dxwm_7{max-width:inherit}._authButtonsWrapper_res8s_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_res8s_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_res8s_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_res8s_23{width:100%;margin-bottom:16px}._fieldWrapper_res8s_23:last-child{margin-bottom:0}._fieldLabel_res8s_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_res8s_36{margin-top:8px;font-size:.75rem}._field_res8s_23{width:100%;position:relative}._fieldLabelNew_res8s_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_res8s_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_res8s_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_res8s_52[type=password]{font-size:18px}._inputNew_res8s_52:focus,._inputNew_res8s_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_res8s_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_res8s_52:disabled::placeholder{color:#cbd5e1}._inputNew_res8s_52._error_res8s_7{border:1px solid #ef4444}._inputNew_res8s_52._error_res8s_7:focus,._inputNew_res8s_52._error_res8s_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_res8s_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_res8s_90{width:calc(50% - 8px)}._tableNavWrapper_res8s_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_res8s_109{align-items:center;gap:8px;display:flex}._tableNavItem_res8s_115{margin:0}._modalContent_res8s_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_res8s_119._center_res8s_126{text-align:center;font-family:Inter}._modalContent_res8s_119._settings_res8s_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_res8s_119._settingsIntegration_res8s_134,._modalContent_res8s_119._performanceTestModalContent_res8s_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_res8s_119._monitoringReportContent_res8s_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_res8s_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_res8s_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_res8s_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_res8s_159:after,._modalLine_res8s_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_res8s_159:before{left:-20px}._modalLine_res8s_159:after{right:-20px}._infoMessage_res8s_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_res8s_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_res8s_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_res8s_197._buttonsAutoWidth_res8s_204{justify-content:flex-end}._fullWidthTitle_res8s_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_res8s_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_res8s_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_res8s_227{padding:0 16px 15px}}._widgetHeader_res8s_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_res8s_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_res8s_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_res8s_263{align-items:center;height:180px;display:flex}._widgetFooter_res8s_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_res8s_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_res8s_276:last-child{border:none}._widgetMainValue_res8s_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_res8s_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_res8s_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_res8s_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_res8s_312{opacity:.5;cursor:default}._widgetTag_res8s_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_res8s_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_res8s_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_res8s_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_res8s_338._green_res8s_343:before,._chartValuesTitle_res8s_338._dark_res8s_343:before,._chartValuesTitle_res8s_338._blue_res8s_343: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_res8s_338._green_res8s_343:before{background:var(--status-success)}._chartValuesTitle_res8s_338._dark_res8s_343:before{background:#475569}._chartValuesTitle_res8s_338._blue_res8s_343:before{background:#43e0f8}._topbar_res8s_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_res8s_373{display:inline-flex}._logo_res8s_373{max-width:110px}._menuWrapper_res8s_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_res8s_381{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_res8s_381._opened_res8s_398{display:flex}}._menuItem_res8s_403{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_res8s_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_res8s_403 ._menuIcon_res8s_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_res8s_403 ._menuIconPerformance_res8s_429{fill:none}._menuItem_res8s_403 ._menuIconStroke_res8s_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_res8s_403._active_res8s_437,._menuItem_res8s_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_res8s_403._active_res8s_437 ._menuIcon_res8s_424:not(._menuIconStroke_res8s_432,._menuIconPerformance_res8s_429),._menuItem_res8s_403:hover ._menuIcon_res8s_424:not(._menuIconStroke_res8s_432,._menuIconPerformance_res8s_429){fill:#52c2fd}._menuItem_res8s_403._active_res8s_437 ._menuIconPerformance_res8s_429 path,._menuItem_res8s_403:hover ._menuIconPerformance_res8s_429 path{stroke:#59a6fd}._menuItem_res8s_403._active_res8s_437 ._menuIconStroke_res8s_432:not(._menuIcon_res8s_424),._menuItem_res8s_403:hover ._menuIconStroke_res8s_432:not(._menuIcon_res8s_424){stroke:#52c2fd}._redDot_res8s_451{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_res8s_466{justify-content:center;display:flex}._link_res8s_471{color:var(--accent);cursor:pointer;text-decoration:underline}._iconButton_res8s_477{opacity:.8;cursor:pointer;position:absolute;top:10px;right:12px;transform:scale(.9)}._iconButton_res8s_477:hover{opacity:.6;transition:all .15s}._showIcon_res8s_490{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_res8s_495{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_xebw7_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_xebw7_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_xebw7_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_xebw7_23{width:100%;margin-bottom:16px}._fieldWrapper_xebw7_23:last-child{margin-bottom:0}._fieldLabel_xebw7_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_xebw7_36{margin-top:8px;font-size:.75rem}._field_xebw7_23{width:100%;position:relative}._fieldLabelNew_xebw7_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_xebw7_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_xebw7_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_xebw7_52[type=password]{font-size:18px}._inputNew_xebw7_52:focus,._inputNew_xebw7_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_xebw7_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_xebw7_52:disabled::placeholder{color:#cbd5e1}._inputNew_xebw7_52._error_xebw7_7{border:1px solid #ef4444}._inputNew_xebw7_52._error_xebw7_7:focus,._inputNew_xebw7_52._error_xebw7_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_xebw7_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_xebw7_90{width:calc(50% - 8px)}._tableNavWrapper_xebw7_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_xebw7_109{align-items:center;gap:8px;display:flex}._tableNavItem_xebw7_115{margin:0}._modalContent_xebw7_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_xebw7_119._center_xebw7_126{text-align:center;font-family:Inter}._modalContent_xebw7_119._settings_xebw7_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_xebw7_119._settingsIntegration_xebw7_134,._modalContent_xebw7_119._performanceTestModalContent_xebw7_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_xebw7_119._monitoringReportContent_xebw7_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_xebw7_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_xebw7_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_xebw7_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_xebw7_159:after,._modalLine_xebw7_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_xebw7_159:before{left:-20px}._modalLine_xebw7_159:after{right:-20px}._infoMessage_xebw7_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_xebw7_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_xebw7_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_xebw7_197._buttonsAutoWidth_xebw7_204{justify-content:flex-end}._fullWidthTitle_xebw7_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_xebw7_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_xebw7_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_xebw7_227{padding:0 16px 15px}}._widgetHeader_xebw7_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_xebw7_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_xebw7_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_xebw7_263{align-items:center;height:180px;display:flex}._widgetFooter_xebw7_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_xebw7_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_xebw7_276:last-child{border:none}._widgetMainValue_xebw7_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_xebw7_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_xebw7_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_xebw7_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_xebw7_312{opacity:.5;cursor:default}._widgetTag_xebw7_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_xebw7_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_xebw7_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_xebw7_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_xebw7_338._green_xebw7_343:before,._chartValuesTitle_xebw7_338._dark_xebw7_343:before,._chartValuesTitle_xebw7_338._blue_xebw7_343: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_xebw7_338._green_xebw7_343:before{background:var(--status-success)}._chartValuesTitle_xebw7_338._dark_xebw7_343:before{background:#475569}._chartValuesTitle_xebw7_338._blue_xebw7_343:before{background:#43e0f8}._topbar_xebw7_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_xebw7_373{display:inline-flex}._logo_xebw7_373{max-width:110px}._menuWrapper_xebw7_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_xebw7_381{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_xebw7_381._opened_xebw7_398{display:flex}}._menuItem_xebw7_403{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_xebw7_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_xebw7_403 ._menuIcon_xebw7_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_xebw7_403 ._menuIconPerformance_xebw7_429{fill:none}._menuItem_xebw7_403 ._menuIconStroke_xebw7_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_xebw7_403._active_xebw7_437,._menuItem_xebw7_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_xebw7_403._active_xebw7_437 ._menuIcon_xebw7_424:not(._menuIconStroke_xebw7_432,._menuIconPerformance_xebw7_429),._menuItem_xebw7_403:hover ._menuIcon_xebw7_424:not(._menuIconStroke_xebw7_432,._menuIconPerformance_xebw7_429){fill:#52c2fd}._menuItem_xebw7_403._active_xebw7_437 ._menuIconPerformance_xebw7_429 path,._menuItem_xebw7_403:hover ._menuIconPerformance_xebw7_429 path{stroke:#59a6fd}._menuItem_xebw7_403._active_xebw7_437 ._menuIconStroke_xebw7_432:not(._menuIcon_xebw7_424),._menuItem_xebw7_403:hover ._menuIconStroke_xebw7_432:not(._menuIcon_xebw7_424){stroke:#52c2fd}._redDot_xebw7_451{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_xebw7_466{justify-content:center;display:flex}._link_xebw7_471{color:var(--accent);cursor:pointer;text-decoration:underline}._spinnerWrapper_xebw7_477{z-index:1;justify-content:center;align-items:center;width:calc(100% - 40px);display:flex;position:absolute}._hidden_xebw7_486{display:none}._subscriptionPlanContainer_xebw7_490{margin-bottom:10px;font-size:14px}._subscriptionPlanContainer_xebw7_490>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_xebw7_490>div>div{cursor:pointer;color:var(--accent);font-size:14px}._authButtonsWrapper_1q1ep_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1q1ep_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1q1ep_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_1q1ep_23{width:100%;margin-bottom:16px}._fieldWrapper_1q1ep_23:last-child{margin-bottom:0}._fieldLabel_1q1ep_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1q1ep_36{margin-top:8px;font-size:.75rem}._field_1q1ep_23{width:100%;position:relative}._fieldLabelNew_1q1ep_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1q1ep_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_1q1ep_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1q1ep_52[type=password]{font-size:18px}._inputNew_1q1ep_52:focus,._inputNew_1q1ep_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1q1ep_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1q1ep_52:disabled::placeholder{color:#cbd5e1}._inputNew_1q1ep_52._error_1q1ep_7{border:1px solid #ef4444}._inputNew_1q1ep_52._error_1q1ep_7:focus,._inputNew_1q1ep_52._error_1q1ep_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1q1ep_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1q1ep_90{width:calc(50% - 8px)}._tableNavWrapper_1q1ep_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1q1ep_109{align-items:center;gap:8px;display:flex}._tableNavItem_1q1ep_115{margin:0}._modalContent_1q1ep_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1q1ep_119._center_1q1ep_126{text-align:center;font-family:Inter}._modalContent_1q1ep_119._settings_1q1ep_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1q1ep_119._settingsIntegration_1q1ep_134,._modalContent_1q1ep_119._performanceTestModalContent_1q1ep_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1q1ep_119._monitoringReportContent_1q1ep_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1q1ep_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1q1ep_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1q1ep_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1q1ep_159:after,._modalLine_1q1ep_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1q1ep_159:before{left:-20px}._modalLine_1q1ep_159:after{right:-20px}._infoMessage_1q1ep_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1q1ep_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_1q1ep_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1q1ep_197._buttonsAutoWidth_1q1ep_204{justify-content:flex-end}._fullWidthTitle_1q1ep_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_1q1ep_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1q1ep_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1q1ep_227{padding:0 16px 15px}}._widgetHeader_1q1ep_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1q1ep_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1q1ep_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_1q1ep_263{align-items:center;height:180px;display:flex}._widgetFooter_1q1ep_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1q1ep_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1q1ep_276:last-child{border:none}._widgetMainValue_1q1ep_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1q1ep_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1q1ep_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_1q1ep_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1q1ep_312{opacity:.5;cursor:default}._widgetTag_1q1ep_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1q1ep_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1q1ep_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1q1ep_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1q1ep_338._green_1q1ep_343:before,._chartValuesTitle_1q1ep_338._dark_1q1ep_343:before,._chartValuesTitle_1q1ep_338._blue_1q1ep_343: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_1q1ep_338._green_1q1ep_343:before{background:var(--status-success)}._chartValuesTitle_1q1ep_338._dark_1q1ep_343:before{background:#475569}._chartValuesTitle_1q1ep_338._blue_1q1ep_343:before{background:#43e0f8}._topbar_1q1ep_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1q1ep_373{display:inline-flex}._logo_1q1ep_373{max-width:110px}._menuWrapper_1q1ep_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_1q1ep_381{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_1q1ep_381._opened_1q1ep_398{display:flex}}._menuItem_1q1ep_403{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_1q1ep_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_1q1ep_403 ._menuIcon_1q1ep_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1q1ep_403 ._menuIconPerformance_1q1ep_429{fill:none}._menuItem_1q1ep_403 ._menuIconStroke_1q1ep_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1q1ep_403._active_1q1ep_437,._menuItem_1q1ep_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1q1ep_403._active_1q1ep_437 ._menuIcon_1q1ep_424:not(._menuIconStroke_1q1ep_432,._menuIconPerformance_1q1ep_429),._menuItem_1q1ep_403:hover ._menuIcon_1q1ep_424:not(._menuIconStroke_1q1ep_432,._menuIconPerformance_1q1ep_429){fill:#52c2fd}._menuItem_1q1ep_403._active_1q1ep_437 ._menuIconPerformance_1q1ep_429 path,._menuItem_1q1ep_403:hover ._menuIconPerformance_1q1ep_429 path{stroke:#59a6fd}._menuItem_1q1ep_403._active_1q1ep_437 ._menuIconStroke_1q1ep_432:not(._menuIcon_1q1ep_424),._menuItem_1q1ep_403:hover ._menuIconStroke_1q1ep_432:not(._menuIcon_1q1ep_424){stroke:#52c2fd}._redDot_1q1ep_451{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_1q1ep_466{justify-content:center;display:flex}._link_1q1ep_471{color:var(--accent);cursor:pointer;text-decoration:underline}._modalNoteText_1q1ep_477{color:#165964;background:var(--accent-subtle);border-radius:10px;padding:6px 10px;font-size:.875rem}._spinnerWrapper_1q1ep_485{z-index:1;justify-content:center;align-items:center;width:calc(100% - 40px);display:flex;position:absolute}._settingsIntegration_1q1ep_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_f5p30_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_f5p30_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_f5p30_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_f5p30_23{width:100%;margin-bottom:16px}._fieldWrapper_f5p30_23:last-child{margin-bottom:0}._fieldLabel_f5p30_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_f5p30_36{margin-top:8px;font-size:.75rem}._field_f5p30_23{width:100%;position:relative}._fieldLabelNew_f5p30_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_f5p30_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_f5p30_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_f5p30_52[type=password]{font-size:18px}._inputNew_f5p30_52:focus,._inputNew_f5p30_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_f5p30_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_f5p30_52:disabled::placeholder{color:#cbd5e1}._inputNew_f5p30_52._error_f5p30_7{border:1px solid #ef4444}._inputNew_f5p30_52._error_f5p30_7:focus,._inputNew_f5p30_52._error_f5p30_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_f5p30_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_f5p30_90{width:calc(50% - 8px)}._tableNavWrapper_f5p30_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_f5p30_109{align-items:center;gap:8px;display:flex}._tableNavItem_f5p30_115{margin:0}._modalContent_f5p30_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_f5p30_119._center_f5p30_126{text-align:center;font-family:Inter}._modalContent_f5p30_119._settings_f5p30_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_f5p30_119._settingsIntegration_f5p30_134,._modalContent_f5p30_119._performanceTestModalContent_f5p30_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_f5p30_119._monitoringReportContent_f5p30_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_f5p30_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_f5p30_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_f5p30_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_f5p30_159:after,._modalLine_f5p30_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_f5p30_159:before{left:-20px}._modalLine_f5p30_159:after{right:-20px}._infoMessage_f5p30_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_f5p30_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_f5p30_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_f5p30_197._buttonsAutoWidth_f5p30_204{justify-content:flex-end}._fullWidthTitle_f5p30_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_f5p30_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_f5p30_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_f5p30_227{padding:0 16px 15px}}._widgetHeader_f5p30_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_f5p30_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_f5p30_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_f5p30_263{align-items:center;height:180px;display:flex}._widgetFooter_f5p30_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_f5p30_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_f5p30_276:last-child{border:none}._widgetMainValue_f5p30_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_f5p30_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_f5p30_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_f5p30_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_f5p30_312{opacity:.5;cursor:default}._widgetTag_f5p30_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_f5p30_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_f5p30_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_f5p30_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_f5p30_338._green_f5p30_343:before,._chartValuesTitle_f5p30_338._dark_f5p30_343:before,._chartValuesTitle_f5p30_338._blue_f5p30_343: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_f5p30_338._green_f5p30_343:before{background:var(--status-success)}._chartValuesTitle_f5p30_338._dark_f5p30_343:before{background:#475569}._chartValuesTitle_f5p30_338._blue_f5p30_343:before{background:#43e0f8}._topbar_f5p30_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_f5p30_373{display:inline-flex}._logo_f5p30_373{max-width:110px}._menuWrapper_f5p30_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_f5p30_381{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_f5p30_381._opened_f5p30_398{display:flex}}._menuItem_f5p30_403{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_f5p30_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_f5p30_403 ._menuIcon_f5p30_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_f5p30_403 ._menuIconPerformance_f5p30_429{fill:none}._menuItem_f5p30_403 ._menuIconStroke_f5p30_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_f5p30_403._active_f5p30_437,._menuItem_f5p30_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_f5p30_403._active_f5p30_437 ._menuIcon_f5p30_424:not(._menuIconStroke_f5p30_432,._menuIconPerformance_f5p30_429),._menuItem_f5p30_403:hover ._menuIcon_f5p30_424:not(._menuIconStroke_f5p30_432,._menuIconPerformance_f5p30_429){fill:#52c2fd}._menuItem_f5p30_403._active_f5p30_437 ._menuIconPerformance_f5p30_429 path,._menuItem_f5p30_403:hover ._menuIconPerformance_f5p30_429 path{stroke:#59a6fd}._menuItem_f5p30_403._active_f5p30_437 ._menuIconStroke_f5p30_432:not(._menuIcon_f5p30_424),._menuItem_f5p30_403:hover ._menuIconStroke_f5p30_432:not(._menuIcon_f5p30_424){stroke:#52c2fd}._redDot_f5p30_451{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_f5p30_466{justify-content:center;display:flex}._link_f5p30_471{color:var(--accent);cursor:pointer;text-decoration:underline}._modalContent_72irr_119._settingsIntegration_72irr_134,._modalContent_72irr_119._performanceTestModalContent_72irr_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}@media only screen and (width<=768px){._widgetWrapper_72irr_227{padding:0 16px 15px}}@media only screen and (width<=1340px){._menuWrapper_72irr_381{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_72irr_381._opened_72irr_398{display:flex}}@media only screen and (width<=1300px){._menuItem_72irr_403{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_8ab8s_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_8ab8s_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_8ab8s_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_8ab8s_23{width:100%;margin-bottom:16px}._fieldWrapper_8ab8s_23:last-child{margin-bottom:0}._fieldLabel_8ab8s_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_8ab8s_36{margin-top:8px;font-size:.75rem}._field_8ab8s_23{width:100%;position:relative}._fieldLabelNew_8ab8s_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_8ab8s_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_8ab8s_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_8ab8s_52[type=password]{font-size:18px}._inputNew_8ab8s_52:focus,._inputNew_8ab8s_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_8ab8s_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_8ab8s_52:disabled::placeholder{color:#cbd5e1}._inputNew_8ab8s_52._error_8ab8s_7{border:1px solid #ef4444}._inputNew_8ab8s_52._error_8ab8s_7:focus,._inputNew_8ab8s_52._error_8ab8s_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_8ab8s_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_8ab8s_90{width:calc(50% - 8px)}._tableNavWrapper_8ab8s_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_8ab8s_109{align-items:center;gap:8px;display:flex}._tableNavItem_8ab8s_115{margin:0}._modalContent_8ab8s_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_8ab8s_119._center_8ab8s_126{text-align:center;font-family:Inter}._modalContent_8ab8s_119._settings_8ab8s_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_8ab8s_119._settingsIntegration_8ab8s_134,._modalContent_8ab8s_119._performanceTestModalContent_8ab8s_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_8ab8s_119._monitoringReportContent_8ab8s_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_8ab8s_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_8ab8s_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_8ab8s_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_8ab8s_159:after,._modalLine_8ab8s_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_8ab8s_159:before{left:-20px}._modalLine_8ab8s_159:after{right:-20px}._infoMessage_8ab8s_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_8ab8s_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_8ab8s_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_8ab8s_197._buttonsAutoWidth_8ab8s_204{justify-content:flex-end}._fullWidthTitle_8ab8s_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_8ab8s_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_8ab8s_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_8ab8s_227{padding:0 16px 15px}}._widgetHeader_8ab8s_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_8ab8s_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_8ab8s_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_8ab8s_263{align-items:center;height:180px;display:flex}._widgetFooter_8ab8s_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_8ab8s_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_8ab8s_276:last-child{border:none}._widgetMainValue_8ab8s_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_8ab8s_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_8ab8s_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_8ab8s_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_8ab8s_312{opacity:.5;cursor:default}._widgetTag_8ab8s_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_8ab8s_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_8ab8s_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_8ab8s_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_8ab8s_338._green_8ab8s_343:before,._chartValuesTitle_8ab8s_338._dark_8ab8s_343:before,._chartValuesTitle_8ab8s_338._blue_8ab8s_343: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_8ab8s_338._green_8ab8s_343:before{background:var(--status-success)}._chartValuesTitle_8ab8s_338._dark_8ab8s_343:before{background:#475569}._chartValuesTitle_8ab8s_338._blue_8ab8s_343:before{background:#43e0f8}._topbar_8ab8s_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_8ab8s_373{display:inline-flex}._logo_8ab8s_373{max-width:110px}._menuWrapper_8ab8s_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_8ab8s_381{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_8ab8s_381._opened_8ab8s_398{display:flex}}._menuItem_8ab8s_403{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_8ab8s_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_8ab8s_403 ._menuIcon_8ab8s_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_8ab8s_403 ._menuIconPerformance_8ab8s_429{fill:none}._menuItem_8ab8s_403 ._menuIconStroke_8ab8s_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_8ab8s_403._active_8ab8s_437,._menuItem_8ab8s_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_8ab8s_403._active_8ab8s_437 ._menuIcon_8ab8s_424:not(._menuIconStroke_8ab8s_432,._menuIconPerformance_8ab8s_429),._menuItem_8ab8s_403:hover ._menuIcon_8ab8s_424:not(._menuIconStroke_8ab8s_432,._menuIconPerformance_8ab8s_429){fill:#52c2fd}._menuItem_8ab8s_403._active_8ab8s_437 ._menuIconPerformance_8ab8s_429 path,._menuItem_8ab8s_403:hover ._menuIconPerformance_8ab8s_429 path{stroke:#59a6fd}._menuItem_8ab8s_403._active_8ab8s_437 ._menuIconStroke_8ab8s_432:not(._menuIcon_8ab8s_424),._menuItem_8ab8s_403:hover ._menuIconStroke_8ab8s_432:not(._menuIcon_8ab8s_424){stroke:#52c2fd}._redDot_8ab8s_451{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_8ab8s_466{justify-content:center;display:flex}._link_8ab8s_471{color:var(--accent);cursor:pointer;text-decoration:underline}._spinnerWrapper_8ab8s_477{z-index:1;justify-content:center;align-items:center;width:calc(100% - 40px);display:flex;position:absolute}._inputText_8ab8s_486{margin-bottom:5px}._emailAlertsCheckbox_8ab8s_490{margin-bottom:15px}._authButtonsWrapper_1013w_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1013w_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1013w_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_1013w_23{width:100%;margin-bottom:16px}._fieldWrapper_1013w_23:last-child{margin-bottom:0}._fieldLabel_1013w_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1013w_36{margin-top:8px;font-size:.75rem}._field_1013w_23{width:100%;position:relative}._fieldLabelNew_1013w_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1013w_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_1013w_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1013w_52[type=password]{font-size:18px}._inputNew_1013w_52:focus,._inputNew_1013w_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1013w_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1013w_52:disabled::placeholder{color:#cbd5e1}._inputNew_1013w_52._error_1013w_7{border:1px solid #ef4444}._inputNew_1013w_52._error_1013w_7:focus,._inputNew_1013w_52._error_1013w_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1013w_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1013w_90{width:calc(50% - 8px)}._tableNavWrapper_1013w_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1013w_109{align-items:center;gap:8px;display:flex}._tableNavItem_1013w_115{margin:0}._modalContent_1013w_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1013w_119._center_1013w_126{text-align:center;font-family:Inter}._modalContent_1013w_119._settings_1013w_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1013w_119._settingsIntegration_1013w_134,._modalContent_1013w_119._performanceTestModalContent_1013w_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1013w_119._monitoringReportContent_1013w_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1013w_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1013w_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1013w_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1013w_159:after,._modalLine_1013w_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1013w_159:before{left:-20px}._modalLine_1013w_159:after{right:-20px}._infoMessage_1013w_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1013w_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_1013w_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1013w_197._buttonsAutoWidth_1013w_204{justify-content:flex-end}._fullWidthTitle_1013w_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_1013w_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1013w_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1013w_227{padding:0 16px 15px}}._widgetHeader_1013w_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1013w_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1013w_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_1013w_263{align-items:center;height:180px;display:flex}._widgetFooter_1013w_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1013w_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1013w_276:last-child{border:none}._widgetMainValue_1013w_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1013w_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1013w_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_1013w_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1013w_312{opacity:.5;cursor:default}._widgetTag_1013w_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1013w_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1013w_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1013w_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1013w_338._green_1013w_343:before,._chartValuesTitle_1013w_338._dark_1013w_343:before,._chartValuesTitle_1013w_338._blue_1013w_343: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_1013w_338._green_1013w_343:before{background:var(--status-success)}._chartValuesTitle_1013w_338._dark_1013w_343:before{background:#475569}._chartValuesTitle_1013w_338._blue_1013w_343:before{background:#43e0f8}._topbar_1013w_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1013w_373{display:inline-flex}._logo_1013w_373{max-width:110px}._menuWrapper_1013w_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_1013w_381{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_1013w_381._opened_1013w_398{display:flex}}._menuItem_1013w_403{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_1013w_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_1013w_403 ._menuIcon_1013w_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1013w_403 ._menuIconPerformance_1013w_429{fill:none}._menuItem_1013w_403 ._menuIconStroke_1013w_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1013w_403._active_1013w_437,._menuItem_1013w_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1013w_403._active_1013w_437 ._menuIcon_1013w_424:not(._menuIconStroke_1013w_432,._menuIconPerformance_1013w_429),._menuItem_1013w_403:hover ._menuIcon_1013w_424:not(._menuIconStroke_1013w_432,._menuIconPerformance_1013w_429){fill:#52c2fd}._menuItem_1013w_403._active_1013w_437 ._menuIconPerformance_1013w_429 path,._menuItem_1013w_403:hover ._menuIconPerformance_1013w_429 path{stroke:#59a6fd}._menuItem_1013w_403._active_1013w_437 ._menuIconStroke_1013w_432:not(._menuIcon_1013w_424),._menuItem_1013w_403:hover ._menuIconStroke_1013w_432:not(._menuIcon_1013w_424){stroke:#52c2fd}._redDot_1013w_451{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_1013w_466{justify-content:center;display:flex}._link_1013w_471{color:var(--accent);cursor:pointer;text-decoration:underline}._modalTabsWrapper_1013w_477{padding:20px 20px 0}._authButtonsWrapper_blk40_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_blk40_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_blk40_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_blk40_23{width:100%;margin-bottom:16px}._fieldWrapper_blk40_23:last-child{margin-bottom:0}._fieldLabel_blk40_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_blk40_36{margin-top:8px;font-size:.75rem}._field_blk40_23{width:100%;position:relative}._fieldLabelNew_blk40_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_blk40_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_blk40_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_blk40_52[type=password]{font-size:18px}._inputNew_blk40_52:focus,._inputNew_blk40_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_blk40_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_blk40_52:disabled::placeholder{color:#cbd5e1}._inputNew_blk40_52._error_blk40_7{border:1px solid #ef4444}._inputNew_blk40_52._error_blk40_7:focus,._inputNew_blk40_52._error_blk40_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_blk40_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_blk40_90{width:calc(50% - 8px)}._tableNavWrapper_blk40_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_blk40_109{align-items:center;gap:8px;display:flex}._tableNavItem_blk40_115{margin:0}._modalContent_blk40_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_blk40_119._center_blk40_126{text-align:center;font-family:Inter}._modalContent_blk40_119._settings_blk40_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_blk40_119._settingsIntegration_blk40_134,._modalContent_blk40_119._performanceTestModalContent_blk40_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_blk40_119._monitoringReportContent_blk40_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_blk40_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_blk40_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_blk40_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_blk40_159:after,._modalLine_blk40_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_blk40_159:before{left:-20px}._modalLine_blk40_159:after{right:-20px}._infoMessage_blk40_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_blk40_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_blk40_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_blk40_197._buttonsAutoWidth_blk40_204{justify-content:flex-end}._fullWidthTitle_blk40_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_blk40_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_blk40_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_blk40_227{padding:0 16px 15px}}._widgetHeader_blk40_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_blk40_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_blk40_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_blk40_263{align-items:center;height:180px;display:flex}._widgetFooter_blk40_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_blk40_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_blk40_276:last-child{border:none}._widgetMainValue_blk40_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_blk40_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_blk40_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_blk40_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_blk40_312{opacity:.5;cursor:default}._widgetTag_blk40_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_blk40_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_blk40_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_blk40_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_blk40_338._green_blk40_343:before,._chartValuesTitle_blk40_338._dark_blk40_343:before,._chartValuesTitle_blk40_338._blue_blk40_343: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_blk40_338._green_blk40_343:before{background:var(--status-success)}._chartValuesTitle_blk40_338._dark_blk40_343:before{background:#475569}._chartValuesTitle_blk40_338._blue_blk40_343:before{background:#43e0f8}._topbar_blk40_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_blk40_373{display:inline-flex}._logo_blk40_373{max-width:110px}._menuWrapper_blk40_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_blk40_381{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_blk40_381._opened_blk40_398{display:flex}}._menuItem_blk40_403{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_blk40_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_blk40_403 ._menuIcon_blk40_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_blk40_403 ._menuIconPerformance_blk40_429{fill:none}._menuItem_blk40_403 ._menuIconStroke_blk40_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_blk40_403._active_blk40_437,._menuItem_blk40_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_blk40_403._active_blk40_437 ._menuIcon_blk40_424:not(._menuIconStroke_blk40_432,._menuIconPerformance_blk40_429),._menuItem_blk40_403:hover ._menuIcon_blk40_424:not(._menuIconStroke_blk40_432,._menuIconPerformance_blk40_429){fill:#52c2fd}._menuItem_blk40_403._active_blk40_437 ._menuIconPerformance_blk40_429 path,._menuItem_blk40_403:hover ._menuIconPerformance_blk40_429 path{stroke:#59a6fd}._menuItem_blk40_403._active_blk40_437 ._menuIconStroke_blk40_432:not(._menuIcon_blk40_424),._menuItem_blk40_403:hover ._menuIconStroke_blk40_432:not(._menuIcon_blk40_424){stroke:#52c2fd}._redDot_blk40_451{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_blk40_466{justify-content:center;display:flex}._link_blk40_471{color:var(--accent);cursor:pointer;text-decoration:underline}._physicalStatus_blk40_477{text-transform:uppercase;border-radius:20px;align-items:center;padding:2px 8px;font-size:.75rem;line-height:1;display:inline-flex;position:relative}._physicalStatus_blk40_477._stocked_blk40_487{border:1px solid var(--status-success);background:var(--status-success-subtle);color:var(--status-success-text)}._physicalStatus_blk40_477._inventory_blk40_492{color:#c11574;background:#fdf2fa;border:1px solid #fcceee}._physicalStatus_blk40_477._installed_blk40_497{color:#115e59;background:#dffbf4;border:1px solid #14b8a6}._physicalStatus_blk40_477._missing_blk40_502{border:1px solid var(--status-warning);background:var(--status-warning-subtle);color:var(--status-warning-text)}._physicalStatus_blk40_477._production_blk40_507{background:var(--surface-3);color:#1e293b;border:1px solid #64748b}._physicalStatus_blk40_477._warranty_blk40_512{border:1px solid var(--accent);background:var(--accent-subtle);color:#165964}._physicalStatus_blk40_477._damaged_blk40_517{border:1px solid var(--status-danger);background:var(--status-danger-subtle);color:var(--status-danger-text)}._physicalStatus_blk40_477._packed_blk40_522{color:#6b21a8;background:#f3e8ff;border:1px solid #a855f7}._physicalStatus_blk40_477._preinstalled_blk40_527{color:#115e59;background:#dffbf4;border:1px solid #14b8a6}._physicalStatus_blk40_477._transferring_blk40_532{border:1px solid var(--status-info);background:var(--status-info-subtle);color:#1e40af}._authButtonsWrapper_1oxxi_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1oxxi_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1oxxi_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_1oxxi_23{width:100%;margin-bottom:16px}._fieldWrapper_1oxxi_23:last-child{margin-bottom:0}._fieldLabel_1oxxi_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1oxxi_36{margin-top:8px;font-size:.75rem}._field_1oxxi_23{width:100%;position:relative}._fieldLabelNew_1oxxi_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1oxxi_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_1oxxi_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1oxxi_52[type=password]{font-size:18px}._inputNew_1oxxi_52:focus,._inputNew_1oxxi_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1oxxi_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1oxxi_52:disabled::placeholder{color:#cbd5e1}._inputNew_1oxxi_52._error_1oxxi_7{border:1px solid #ef4444}._inputNew_1oxxi_52._error_1oxxi_7:focus,._inputNew_1oxxi_52._error_1oxxi_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1oxxi_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1oxxi_90{width:calc(50% - 8px)}._tableNavWrapper_1oxxi_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1oxxi_109{align-items:center;gap:8px;display:flex}._tableNavItem_1oxxi_115{margin:0}._modalContent_1oxxi_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1oxxi_119._center_1oxxi_126{text-align:center;font-family:Inter}._modalContent_1oxxi_119._settings_1oxxi_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1oxxi_119._settingsIntegration_1oxxi_134,._modalContent_1oxxi_119._performanceTestModalContent_1oxxi_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1oxxi_119._monitoringReportContent_1oxxi_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1oxxi_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1oxxi_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1oxxi_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1oxxi_159:after,._modalLine_1oxxi_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1oxxi_159:before{left:-20px}._modalLine_1oxxi_159:after{right:-20px}._infoMessage_1oxxi_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1oxxi_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_1oxxi_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1oxxi_197._buttonsAutoWidth_1oxxi_204{justify-content:flex-end}._fullWidthTitle_1oxxi_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_1oxxi_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1oxxi_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1oxxi_227{padding:0 16px 15px}}._widgetHeader_1oxxi_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1oxxi_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1oxxi_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_1oxxi_263{align-items:center;height:180px;display:flex}._widgetFooter_1oxxi_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1oxxi_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1oxxi_276:last-child{border:none}._widgetMainValue_1oxxi_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1oxxi_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1oxxi_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_1oxxi_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1oxxi_312{opacity:.5;cursor:default}._widgetTag_1oxxi_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1oxxi_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1oxxi_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1oxxi_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1oxxi_338._green_1oxxi_343:before,._chartValuesTitle_1oxxi_338._dark_1oxxi_343:before,._chartValuesTitle_1oxxi_338._blue_1oxxi_343: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_1oxxi_338._green_1oxxi_343:before{background:var(--status-success)}._chartValuesTitle_1oxxi_338._dark_1oxxi_343:before{background:#475569}._chartValuesTitle_1oxxi_338._blue_1oxxi_343:before{background:#43e0f8}._topbar_1oxxi_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1oxxi_373{display:inline-flex}._logo_1oxxi_373{max-width:110px}._menuWrapper_1oxxi_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_1oxxi_381{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_1oxxi_381._opened_1oxxi_398{display:flex}}._menuItem_1oxxi_403{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_1oxxi_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_1oxxi_403 ._menuIcon_1oxxi_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1oxxi_403 ._menuIconPerformance_1oxxi_429{fill:none}._menuItem_1oxxi_403 ._menuIconStroke_1oxxi_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1oxxi_403._active_1oxxi_437,._menuItem_1oxxi_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1oxxi_403._active_1oxxi_437 ._menuIcon_1oxxi_424:not(._menuIconStroke_1oxxi_432,._menuIconPerformance_1oxxi_429),._menuItem_1oxxi_403:hover ._menuIcon_1oxxi_424:not(._menuIconStroke_1oxxi_432,._menuIconPerformance_1oxxi_429){fill:#52c2fd}._menuItem_1oxxi_403._active_1oxxi_437 ._menuIconPerformance_1oxxi_429 path,._menuItem_1oxxi_403:hover ._menuIconPerformance_1oxxi_429 path{stroke:#59a6fd}._menuItem_1oxxi_403._active_1oxxi_437 ._menuIconStroke_1oxxi_432:not(._menuIcon_1oxxi_424),._menuItem_1oxxi_403:hover ._menuIconStroke_1oxxi_432:not(._menuIcon_1oxxi_424){stroke:#52c2fd}._redDot_1oxxi_451{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_1oxxi_466{justify-content:center;display:flex}._link_1oxxi_471{color:var(--accent);cursor:pointer;text-decoration:underline}._snTableHeader_1oxxi_477{display:flex}._snHederCell_1oxxi_481{color:var(--text-muted);width:33.33%;font-size:.875rem}._snBodyRow_1oxxi_487{border-bottom:1px solid var(--border-default);padding:16px 0;display:flex}._snBodyRow_1oxxi_487:last-child{border:none;padding:16px 0 0}._snBodyCell_1oxxi_497{width:33.33%}._authButtonsWrapper_whtrn_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_whtrn_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_whtrn_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_whtrn_23{width:100%;margin-bottom:16px}._fieldWrapper_whtrn_23:last-child{margin-bottom:0}._fieldLabel_whtrn_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_whtrn_36{margin-top:8px;font-size:.75rem}._field_whtrn_23{width:100%;position:relative}._fieldLabelNew_whtrn_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_whtrn_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_whtrn_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_whtrn_52[type=password]{font-size:18px}._inputNew_whtrn_52:focus,._inputNew_whtrn_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_whtrn_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_whtrn_52:disabled::placeholder{color:#cbd5e1}._inputNew_whtrn_52._error_whtrn_7{border:1px solid #ef4444}._inputNew_whtrn_52._error_whtrn_7:focus,._inputNew_whtrn_52._error_whtrn_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_whtrn_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_whtrn_90{width:calc(50% - 8px)}._tableNavWrapper_whtrn_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_whtrn_109{align-items:center;gap:8px;display:flex}._tableNavItem_whtrn_115{margin:0}._modalContent_whtrn_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_whtrn_119._center_whtrn_126{text-align:center;font-family:Inter}._modalContent_whtrn_119._settings_whtrn_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_whtrn_119._settingsIntegration_whtrn_134,._modalContent_whtrn_119._performanceTestModalContent_whtrn_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_whtrn_119._monitoringReportContent_whtrn_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_whtrn_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_whtrn_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_whtrn_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_whtrn_159:after,._modalLine_whtrn_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_whtrn_159:before{left:-20px}._modalLine_whtrn_159:after{right:-20px}._infoMessage_whtrn_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_whtrn_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_whtrn_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_whtrn_197._buttonsAutoWidth_whtrn_204{justify-content:flex-end}._fullWidthTitle_whtrn_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_whtrn_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_whtrn_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_whtrn_227{padding:0 16px 15px}}._widgetHeader_whtrn_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_whtrn_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_whtrn_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_whtrn_263{align-items:center;height:180px;display:flex}._widgetFooter_whtrn_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_whtrn_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_whtrn_276:last-child{border:none}._widgetMainValue_whtrn_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_whtrn_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_whtrn_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_whtrn_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_whtrn_312{opacity:.5;cursor:default}._widgetTag_whtrn_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_whtrn_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_whtrn_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_whtrn_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_whtrn_338._green_whtrn_343:before,._chartValuesTitle_whtrn_338._dark_whtrn_343:before,._chartValuesTitle_whtrn_338._blue_whtrn_343: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_whtrn_338._green_whtrn_343:before{background:var(--status-success)}._chartValuesTitle_whtrn_338._dark_whtrn_343:before{background:#475569}._chartValuesTitle_whtrn_338._blue_whtrn_343:before{background:#43e0f8}._topbar_whtrn_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_whtrn_373{display:inline-flex}._logo_whtrn_373{max-width:110px}._menuWrapper_whtrn_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_whtrn_381{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_whtrn_381._opened_whtrn_398{display:flex}}._menuItem_whtrn_403{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_whtrn_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_whtrn_403 ._menuIcon_whtrn_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_whtrn_403 ._menuIconPerformance_whtrn_429{fill:none}._menuItem_whtrn_403 ._menuIconStroke_whtrn_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_whtrn_403._active_whtrn_437,._menuItem_whtrn_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_whtrn_403._active_whtrn_437 ._menuIcon_whtrn_424:not(._menuIconStroke_whtrn_432,._menuIconPerformance_whtrn_429),._menuItem_whtrn_403:hover ._menuIcon_whtrn_424:not(._menuIconStroke_whtrn_432,._menuIconPerformance_whtrn_429){fill:#52c2fd}._menuItem_whtrn_403._active_whtrn_437 ._menuIconPerformance_whtrn_429 path,._menuItem_whtrn_403:hover ._menuIconPerformance_whtrn_429 path{stroke:#59a6fd}._menuItem_whtrn_403._active_whtrn_437 ._menuIconStroke_whtrn_432:not(._menuIcon_whtrn_424),._menuItem_whtrn_403:hover ._menuIconStroke_whtrn_432:not(._menuIcon_whtrn_424){stroke:#52c2fd}._redDot_whtrn_451{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_whtrn_466{justify-content:center;display:flex}._link_whtrn_471{color:var(--accent);cursor:pointer;text-decoration:underline}._inputNumberWrapper_whtrn_477{align-items:center;display:inline-flex}._inputNumber_whtrn_477{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_whtrn_477::-webkit-outer-spin-button{appearance:none}._inputNumber_whtrn_477::-webkit-inner-spin-button{appearance:none}._inputNumberButton_whtrn_496{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_whtrn_496._disabled_whtrn_312{opacity:.2;cursor:not-allowed}._authButtonsWrapper_oxv8s_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_oxv8s_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_oxv8s_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_oxv8s_23{width:100%;margin-bottom:16px}._fieldWrapper_oxv8s_23:last-child{margin-bottom:0}._fieldLabel_oxv8s_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_oxv8s_36{margin-top:8px;font-size:.75rem}._field_oxv8s_23{width:100%;position:relative}._fieldLabelNew_oxv8s_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_oxv8s_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_oxv8s_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_oxv8s_52[type=password]{font-size:18px}._inputNew_oxv8s_52:focus,._inputNew_oxv8s_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_oxv8s_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_oxv8s_52:disabled::placeholder{color:#cbd5e1}._inputNew_oxv8s_52._error_oxv8s_7{border:1px solid #ef4444}._inputNew_oxv8s_52._error_oxv8s_7:focus,._inputNew_oxv8s_52._error_oxv8s_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_oxv8s_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_oxv8s_90{width:calc(50% - 8px)}._tableNavWrapper_oxv8s_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_oxv8s_109{align-items:center;gap:8px;display:flex}._tableNavItem_oxv8s_115{margin:0}._modalContent_oxv8s_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_oxv8s_119._center_oxv8s_126{text-align:center;font-family:Inter}._modalContent_oxv8s_119._settings_oxv8s_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_oxv8s_119._settingsIntegration_oxv8s_134,._modalContent_oxv8s_119._performanceTestModalContent_oxv8s_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_oxv8s_119._monitoringReportContent_oxv8s_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_oxv8s_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_oxv8s_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_oxv8s_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_oxv8s_159:after,._modalLine_oxv8s_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_oxv8s_159:before{left:-20px}._modalLine_oxv8s_159:after{right:-20px}._infoMessage_oxv8s_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_oxv8s_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_oxv8s_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_oxv8s_197._buttonsAutoWidth_oxv8s_204{justify-content:flex-end}._fullWidthTitle_oxv8s_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_oxv8s_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_oxv8s_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_oxv8s_227{padding:0 16px 15px}}._widgetHeader_oxv8s_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_oxv8s_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_oxv8s_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_oxv8s_263{align-items:center;height:180px;display:flex}._widgetFooter_oxv8s_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_oxv8s_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_oxv8s_276:last-child{border:none}._widgetMainValue_oxv8s_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_oxv8s_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_oxv8s_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_oxv8s_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_oxv8s_312{opacity:.5;cursor:default}._widgetTag_oxv8s_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_oxv8s_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_oxv8s_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_oxv8s_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_oxv8s_338._green_oxv8s_343:before,._chartValuesTitle_oxv8s_338._dark_oxv8s_343:before,._chartValuesTitle_oxv8s_338._blue_oxv8s_343: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_oxv8s_338._green_oxv8s_343:before{background:var(--status-success)}._chartValuesTitle_oxv8s_338._dark_oxv8s_343:before{background:#475569}._chartValuesTitle_oxv8s_338._blue_oxv8s_343:before{background:#43e0f8}._topbar_oxv8s_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_oxv8s_373{display:inline-flex}._logo_oxv8s_373{max-width:110px}._menuWrapper_oxv8s_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_oxv8s_381{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_oxv8s_381._opened_oxv8s_398{display:flex}}._menuItem_oxv8s_403{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_oxv8s_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_oxv8s_403 ._menuIcon_oxv8s_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_oxv8s_403 ._menuIconPerformance_oxv8s_429{fill:none}._menuItem_oxv8s_403 ._menuIconStroke_oxv8s_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_oxv8s_403._active_oxv8s_437,._menuItem_oxv8s_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_oxv8s_403._active_oxv8s_437 ._menuIcon_oxv8s_424:not(._menuIconStroke_oxv8s_432,._menuIconPerformance_oxv8s_429),._menuItem_oxv8s_403:hover ._menuIcon_oxv8s_424:not(._menuIconStroke_oxv8s_432,._menuIconPerformance_oxv8s_429){fill:#52c2fd}._menuItem_oxv8s_403._active_oxv8s_437 ._menuIconPerformance_oxv8s_429 path,._menuItem_oxv8s_403:hover ._menuIconPerformance_oxv8s_429 path{stroke:#59a6fd}._menuItem_oxv8s_403._active_oxv8s_437 ._menuIconStroke_oxv8s_432:not(._menuIcon_oxv8s_424),._menuItem_oxv8s_403:hover ._menuIconStroke_oxv8s_432:not(._menuIcon_oxv8s_424){stroke:#52c2fd}._redDot_oxv8s_451{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_oxv8s_466{justify-content:center;display:flex}._link_oxv8s_471{color:var(--accent);cursor:pointer;text-decoration:underline}._orderDetails_oxv8s_477{justify-content:space-between;font-family:Inter;display:flex}._orderDetailsItem_oxv8s_483{width:33%}._orderDetailsLabel_oxv8s_487{color:var(--text-muted);margin-bottom:4px;font-size:.875rem;font-weight:300;display:block}._orderDetailsValue_oxv8s_495{font-weight:400;display:block}._separator_oxv8s_500{background:#e2e8f0;width:100%;height:1px;margin:20px 0}._devicesList_oxv8s_507{flex-direction:column;gap:20px;display:flex}._deviceHeader_oxv8s_513{align-items:center;font-family:Inter;display:flex}._deviceQtyWrapper_oxv8s_519{flex:1;margin-right:10px;padding-left:16px}._deviceName_oxv8s_525{font-weight:500;display:block}._deviceQty_oxv8s_519{color:var(--text-muted);font-size:.875rem;display:block}._orderNote_oxv8s_536{color:var(--text-muted);-webkit-user-select:none;user-select:none;margin-top:30px;font-size:.75rem}._orderNote_oxv8s_536: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_1jqll_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1jqll_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1jqll_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_1jqll_23{width:100%;margin-bottom:16px}._fieldWrapper_1jqll_23:last-child{margin-bottom:0}._fieldLabel_1jqll_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1jqll_36{margin-top:8px;font-size:.75rem}._field_1jqll_23{width:100%;position:relative}._fieldLabelNew_1jqll_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1jqll_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_1jqll_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1jqll_52[type=password]{font-size:18px}._inputNew_1jqll_52:focus,._inputNew_1jqll_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1jqll_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1jqll_52:disabled::placeholder{color:#cbd5e1}._inputNew_1jqll_52._error_1jqll_7{border:1px solid #ef4444}._inputNew_1jqll_52._error_1jqll_7:focus,._inputNew_1jqll_52._error_1jqll_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1jqll_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1jqll_90{width:calc(50% - 8px)}._tableNavWrapper_1jqll_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1jqll_109{align-items:center;gap:8px;display:flex}._tableNavItem_1jqll_115{margin:0}._modalContent_1jqll_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1jqll_119._center_1jqll_126{text-align:center;font-family:Inter}._modalContent_1jqll_119._settings_1jqll_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1jqll_119._settingsIntegration_1jqll_134,._modalContent_1jqll_119._performanceTestModalContent_1jqll_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1jqll_119._monitoringReportContent_1jqll_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1jqll_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1jqll_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1jqll_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1jqll_159:after,._modalLine_1jqll_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1jqll_159:before{left:-20px}._modalLine_1jqll_159:after{right:-20px}._infoMessage_1jqll_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1jqll_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_1jqll_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1jqll_197._buttonsAutoWidth_1jqll_204{justify-content:flex-end}._fullWidthTitle_1jqll_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_1jqll_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1jqll_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1jqll_227{padding:0 16px 15px}}._widgetHeader_1jqll_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1jqll_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1jqll_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_1jqll_263{align-items:center;height:180px;display:flex}._widgetFooter_1jqll_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1jqll_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1jqll_276:last-child{border:none}._widgetMainValue_1jqll_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1jqll_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1jqll_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_1jqll_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1jqll_312{opacity:.5;cursor:default}._widgetTag_1jqll_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1jqll_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1jqll_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1jqll_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1jqll_338._green_1jqll_343:before,._chartValuesTitle_1jqll_338._dark_1jqll_343:before,._chartValuesTitle_1jqll_338._blue_1jqll_343: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_1jqll_338._green_1jqll_343:before{background:var(--status-success)}._chartValuesTitle_1jqll_338._dark_1jqll_343:before{background:#475569}._chartValuesTitle_1jqll_338._blue_1jqll_343:before{background:#43e0f8}._topbar_1jqll_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1jqll_373{display:inline-flex}._logo_1jqll_373{max-width:110px}._menuWrapper_1jqll_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_1jqll_381{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_1jqll_381._opened_1jqll_398{display:flex}}._menuItem_1jqll_403{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_1jqll_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_1jqll_403 ._menuIcon_1jqll_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1jqll_403 ._menuIconPerformance_1jqll_429{fill:none}._menuItem_1jqll_403 ._menuIconStroke_1jqll_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1jqll_403._active_1jqll_437,._menuItem_1jqll_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1jqll_403._active_1jqll_437 ._menuIcon_1jqll_424:not(._menuIconStroke_1jqll_432,._menuIconPerformance_1jqll_429),._menuItem_1jqll_403:hover ._menuIcon_1jqll_424:not(._menuIconStroke_1jqll_432,._menuIconPerformance_1jqll_429){fill:#52c2fd}._menuItem_1jqll_403._active_1jqll_437 ._menuIconPerformance_1jqll_429 path,._menuItem_1jqll_403:hover ._menuIconPerformance_1jqll_429 path{stroke:#59a6fd}._menuItem_1jqll_403._active_1jqll_437 ._menuIconStroke_1jqll_432:not(._menuIcon_1jqll_424),._menuItem_1jqll_403:hover ._menuIconStroke_1jqll_432:not(._menuIcon_1jqll_424){stroke:#52c2fd}._redDot_1jqll_451{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_1jqll_466{justify-content:center;display:flex}._link_1jqll_471{color:var(--accent);cursor:pointer;text-decoration:underline}div._tooltip_1jqll_477{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_1jqll_490{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_1u3zg_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1u3zg_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1u3zg_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_1u3zg_23{width:100%;margin-bottom:16px}._fieldWrapper_1u3zg_23:last-child{margin-bottom:0}._fieldLabel_1u3zg_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1u3zg_36{margin-top:8px;font-size:.75rem}._field_1u3zg_23{width:100%;position:relative}._fieldLabelNew_1u3zg_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1u3zg_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_1u3zg_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1u3zg_52[type=password]{font-size:18px}._inputNew_1u3zg_52:focus,._inputNew_1u3zg_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1u3zg_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1u3zg_52:disabled::placeholder{color:#cbd5e1}._inputNew_1u3zg_52._error_1u3zg_7{border:1px solid #ef4444}._inputNew_1u3zg_52._error_1u3zg_7:focus,._inputNew_1u3zg_52._error_1u3zg_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1u3zg_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1u3zg_90{width:calc(50% - 8px)}._tableNavWrapper_1u3zg_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1u3zg_109{align-items:center;gap:8px;display:flex}._tableNavItem_1u3zg_115{margin:0}._modalContent_1u3zg_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1u3zg_119._center_1u3zg_126{text-align:center;font-family:Inter}._modalContent_1u3zg_119._settings_1u3zg_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1u3zg_119._settingsIntegration_1u3zg_134,._modalContent_1u3zg_119._performanceTestModalContent_1u3zg_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1u3zg_119._monitoringReportContent_1u3zg_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1u3zg_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1u3zg_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1u3zg_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1u3zg_159:after,._modalLine_1u3zg_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1u3zg_159:before{left:-20px}._modalLine_1u3zg_159:after{right:-20px}._infoMessage_1u3zg_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1u3zg_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_1u3zg_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1u3zg_197._buttonsAutoWidth_1u3zg_204{justify-content:flex-end}._fullWidthTitle_1u3zg_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_1u3zg_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1u3zg_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1u3zg_227{padding:0 16px 15px}}._widgetHeader_1u3zg_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1u3zg_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1u3zg_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_1u3zg_263{align-items:center;height:180px;display:flex}._widgetFooter_1u3zg_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1u3zg_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1u3zg_276:last-child{border:none}._widgetMainValue_1u3zg_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1u3zg_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1u3zg_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_1u3zg_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1u3zg_312{opacity:.5;cursor:default}._widgetTag_1u3zg_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1u3zg_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1u3zg_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1u3zg_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1u3zg_338._green_1u3zg_343:before,._chartValuesTitle_1u3zg_338._dark_1u3zg_343:before,._chartValuesTitle_1u3zg_338._blue_1u3zg_343: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_1u3zg_338._green_1u3zg_343:before{background:var(--status-success)}._chartValuesTitle_1u3zg_338._dark_1u3zg_343:before{background:#475569}._chartValuesTitle_1u3zg_338._blue_1u3zg_343:before{background:#43e0f8}._topbar_1u3zg_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1u3zg_373{display:inline-flex}._logo_1u3zg_373{max-width:110px}._menuWrapper_1u3zg_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_1u3zg_381{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_1u3zg_381._opened_1u3zg_398{display:flex}}._menuItem_1u3zg_403{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_1u3zg_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_1u3zg_403 ._menuIcon_1u3zg_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1u3zg_403 ._menuIconPerformance_1u3zg_429{fill:none}._menuItem_1u3zg_403 ._menuIconStroke_1u3zg_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1u3zg_403._active_1u3zg_437,._menuItem_1u3zg_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1u3zg_403._active_1u3zg_437 ._menuIcon_1u3zg_424:not(._menuIconStroke_1u3zg_432,._menuIconPerformance_1u3zg_429),._menuItem_1u3zg_403:hover ._menuIcon_1u3zg_424:not(._menuIconStroke_1u3zg_432,._menuIconPerformance_1u3zg_429){fill:#52c2fd}._menuItem_1u3zg_403._active_1u3zg_437 ._menuIconPerformance_1u3zg_429 path,._menuItem_1u3zg_403:hover ._menuIconPerformance_1u3zg_429 path{stroke:#59a6fd}._menuItem_1u3zg_403._active_1u3zg_437 ._menuIconStroke_1u3zg_432:not(._menuIcon_1u3zg_424),._menuItem_1u3zg_403:hover ._menuIconStroke_1u3zg_432:not(._menuIcon_1u3zg_424){stroke:#52c2fd}._redDot_1u3zg_451{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_1u3zg_466{justify-content:center;display:flex}._link_1u3zg_471{color:var(--accent);cursor:pointer;text-decoration:underline}._modalSubtitle_1u3zg_477{background-color:var(--surface-2);align-items:center;padding:8px 16px;display:flex}._modalSubtitle_1u3zg_477 p{text-transform:uppercase;color:var(--text-muted);font-size:12px;font-weight:500;line-height:16px}._performanceTestModalContent_1u3zg_138{flex-direction:column;padding:0 16px 16px;display:flex}._contentRow_1u3zg_497{border-bottom:1px solid var(--border-default);padding:16px 0;display:flex}._contentWrapper_1u3zg_503{flex-direction:column;flex-grow:1;row-gap:16px;width:50%;display:flex}._detailsInfo_1u3zg_511{flex-direction:column;display:flex}._detailsInfo_1u3zg_511 h4{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:6px;font-size:12px;font-weight:500;line-height:16px}._detailsInfo_1u3zg_511 p{color:var(--text-primary);font-size:14px;font-weight:500;line-height:20px}._detailsInfo_1u3zg_511 span{color:var(--text-disabled);font-size:12px}._statusContainer_1u3zg_535{align-items:center;gap:5px;display:flex}._statusContainer_1u3zg_535 span{display:block}div._testStatus_1u3zg_544{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_1u3zg_544 span{border-radius:50%;width:8px;height:8px;margin-right:8px}div._passed_1u3zg_560 span{background-color:var(--status-success)}div._passed_1u3zg_560 p{color:var(--status-success-text)}div._issue_1u3zg_567 span{background-color:var(--status-danger)}div._issue_1u3zg_567 p{color:var(--status-danger-text)}._reportDiagramContainer_1u3zg_574{height:200px;margin-top:5px;position:relative}._reportDiagramContainer_1u3zg_574 canvas{padding:5px 3px}@media only screen and (width<=768px){._contentRow_1u3zg_497{flex-wrap:wrap;row-gap:16px}._contentRow_1u3zg_497>div{min-width:200px}}._modalContent_1k1ny_119._settingsIntegration_1k1ny_134,._modalContent_1k1ny_119._performanceTestModalContent_1k1ny_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}@media only screen and (width<=768px){._widgetWrapper_1k1ny_227{padding:0 16px 15px}}@media only screen and (width<=1340px){._menuWrapper_1k1ny_381{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_1k1ny_381._opened_1k1ny_398{display:flex}}@media only screen and (width<=1300px){._menuItem_1k1ny_403{flex:none;width:auto;margin-bottom:10px}}._authButtonsWrapper_45ec6_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_45ec6_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_45ec6_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_45ec6_23{width:100%;margin-bottom:16px}._fieldWrapper_45ec6_23:last-child{margin-bottom:0}._fieldLabel_45ec6_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_45ec6_36{margin-top:8px;font-size:.75rem}._field_45ec6_23{width:100%;position:relative}._fieldLabelNew_45ec6_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_45ec6_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_45ec6_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_45ec6_52[type=password]{font-size:18px}._inputNew_45ec6_52:focus,._inputNew_45ec6_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_45ec6_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_45ec6_52:disabled::placeholder{color:#cbd5e1}._inputNew_45ec6_52._error_45ec6_7{border:1px solid #ef4444}._inputNew_45ec6_52._error_45ec6_7:focus,._inputNew_45ec6_52._error_45ec6_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_45ec6_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_45ec6_90{width:calc(50% - 8px)}._tableNavWrapper_45ec6_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_45ec6_109{align-items:center;gap:8px;display:flex}._tableNavItem_45ec6_115{margin:0}._modalContent_45ec6_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_45ec6_119._center_45ec6_126{text-align:center;font-family:Inter}._modalContent_45ec6_119._settings_45ec6_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_45ec6_119._settingsIntegration_45ec6_134,._modalContent_45ec6_119._performanceTestModalContent_45ec6_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_45ec6_119._monitoringReportContent_45ec6_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_45ec6_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_45ec6_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_45ec6_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_45ec6_159:after,._modalLine_45ec6_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_45ec6_159:before{left:-20px}._modalLine_45ec6_159:after{right:-20px}._infoMessage_45ec6_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_45ec6_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_45ec6_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_45ec6_197._buttonsAutoWidth_45ec6_204{justify-content:flex-end}._fullWidthTitle_45ec6_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_45ec6_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_45ec6_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_45ec6_227{padding:0 16px 15px}}._widgetHeader_45ec6_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_45ec6_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_45ec6_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_45ec6_263{align-items:center;height:180px;display:flex}._widgetFooter_45ec6_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_45ec6_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_45ec6_276:last-child{border:none}._widgetMainValue_45ec6_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_45ec6_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_45ec6_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_45ec6_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_45ec6_312{opacity:.5;cursor:default}._widgetTag_45ec6_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_45ec6_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_45ec6_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_45ec6_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_45ec6_338._green_45ec6_343:before,._chartValuesTitle_45ec6_338._dark_45ec6_343:before,._chartValuesTitle_45ec6_338._blue_45ec6_343: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_45ec6_338._green_45ec6_343:before{background:var(--status-success)}._chartValuesTitle_45ec6_338._dark_45ec6_343:before{background:#475569}._chartValuesTitle_45ec6_338._blue_45ec6_343:before{background:#43e0f8}._topbar_45ec6_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_45ec6_373{display:inline-flex}._logo_45ec6_373{max-width:110px}._menuWrapper_45ec6_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_45ec6_381{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_45ec6_381._opened_45ec6_398{display:flex}}._menuItem_45ec6_403{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_45ec6_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_45ec6_403 ._menuIcon_45ec6_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_45ec6_403 ._menuIconPerformance_45ec6_429{fill:none}._menuItem_45ec6_403 ._menuIconStroke_45ec6_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_45ec6_403._active_45ec6_437,._menuItem_45ec6_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_45ec6_403._active_45ec6_437 ._menuIcon_45ec6_424:not(._menuIconStroke_45ec6_432,._menuIconPerformance_45ec6_429),._menuItem_45ec6_403:hover ._menuIcon_45ec6_424:not(._menuIconStroke_45ec6_432,._menuIconPerformance_45ec6_429){fill:#52c2fd}._menuItem_45ec6_403._active_45ec6_437 ._menuIconPerformance_45ec6_429 path,._menuItem_45ec6_403:hover ._menuIconPerformance_45ec6_429 path{stroke:#59a6fd}._menuItem_45ec6_403._active_45ec6_437 ._menuIconStroke_45ec6_432:not(._menuIcon_45ec6_424),._menuItem_45ec6_403:hover ._menuIconStroke_45ec6_432:not(._menuIcon_45ec6_424){stroke:#52c2fd}._redDot_45ec6_451{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_45ec6_466{justify-content:center;display:flex}._link_45ec6_471{color:var(--accent);cursor:pointer;text-decoration:underline}._tableDateWrapper_45ec6_477{color:var(--text-muted);cursor:pointer;font-family:Inter;font-size:.875rem;display:inline-flex}._tableDateWrapper_45ec6_477 svg{stroke:#64748b;margin-left:2px;transition:all .2s}._inputWrapper_45ec6_490{background:var(--surface-2);width:100%;height:100%;position:absolute;top:20px;left:0}._pickerWrapper_45ec6_499{z-index:10;position:relative}._pickerContainer_45ec6_504{background-color:var(--surface-1);border-radius:8px;width:288px;margin-left:5px;position:absolute}._pickerContainer_45ec6_504 .ant-picker{opacity:0;pointer-events:none;border:none;width:0;height:0;padding:0;position:absolute;overflow:hidden}._pickerContainer_45ec6_504 .ant-picker-dropdown{inset:initial!important}._pickerContainer_45ec6_504 .ant-picker-body{padding:6px!important}._valueWrapper_45ec6_528{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_45ec6_528{color:var(--text-primary)}._icon_45ec6_545{justify-content:center;align-items:center;width:40px;height:32px;display:inline-flex}._icon_45ec6_545:hover svg{stroke:#000}._authButtonsWrapper_2qdmb_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_2qdmb_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_2qdmb_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_2qdmb_23{width:100%;margin-bottom:16px}._fieldWrapper_2qdmb_23:last-child{margin-bottom:0}._fieldLabel_2qdmb_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_2qdmb_36{margin-top:8px;font-size:.75rem}._field_2qdmb_23{width:100%;position:relative}._fieldLabelNew_2qdmb_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_2qdmb_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_2qdmb_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_2qdmb_52[type=password]{font-size:18px}._inputNew_2qdmb_52:focus,._inputNew_2qdmb_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_2qdmb_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_2qdmb_52:disabled::placeholder{color:#cbd5e1}._inputNew_2qdmb_52._error_2qdmb_7{border:1px solid #ef4444}._inputNew_2qdmb_52._error_2qdmb_7:focus,._inputNew_2qdmb_52._error_2qdmb_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_2qdmb_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_2qdmb_90{width:calc(50% - 8px)}._tableNavWrapper_2qdmb_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_2qdmb_109{align-items:center;gap:8px;display:flex}._tableNavItem_2qdmb_115{margin:0}._modalContent_2qdmb_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_2qdmb_119._center_2qdmb_126{text-align:center;font-family:Inter}._modalContent_2qdmb_119._settings_2qdmb_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_2qdmb_119._settingsIntegration_2qdmb_134,._modalContent_2qdmb_119._performanceTestModalContent_2qdmb_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_2qdmb_119._monitoringReportContent_2qdmb_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_2qdmb_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_2qdmb_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_2qdmb_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_2qdmb_159:after,._modalLine_2qdmb_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_2qdmb_159:before{left:-20px}._modalLine_2qdmb_159:after{right:-20px}._infoMessage_2qdmb_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_2qdmb_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_2qdmb_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_2qdmb_197._buttonsAutoWidth_2qdmb_204{justify-content:flex-end}._fullWidthTitle_2qdmb_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_2qdmb_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_2qdmb_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_2qdmb_227{padding:0 16px 15px}}._widgetHeader_2qdmb_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_2qdmb_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_2qdmb_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_2qdmb_263{align-items:center;height:180px;display:flex}._widgetFooter_2qdmb_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_2qdmb_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_2qdmb_276:last-child{border:none}._widgetMainValue_2qdmb_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_2qdmb_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_2qdmb_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_2qdmb_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_2qdmb_312{opacity:.5;cursor:default}._widgetTag_2qdmb_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_2qdmb_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_2qdmb_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_2qdmb_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_2qdmb_338._green_2qdmb_343:before,._chartValuesTitle_2qdmb_338._dark_2qdmb_343:before,._chartValuesTitle_2qdmb_338._blue_2qdmb_343: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_2qdmb_338._green_2qdmb_343:before{background:var(--status-success)}._chartValuesTitle_2qdmb_338._dark_2qdmb_343:before{background:#475569}._chartValuesTitle_2qdmb_338._blue_2qdmb_343:before{background:#43e0f8}._topbar_2qdmb_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_2qdmb_373{display:inline-flex}._logo_2qdmb_373{max-width:110px}._menuWrapper_2qdmb_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_2qdmb_381{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_2qdmb_381._opened_2qdmb_398{display:flex}}._menuItem_2qdmb_403{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_2qdmb_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_2qdmb_403 ._menuIcon_2qdmb_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_2qdmb_403 ._menuIconPerformance_2qdmb_429{fill:none}._menuItem_2qdmb_403 ._menuIconStroke_2qdmb_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_2qdmb_403._active_2qdmb_437,._menuItem_2qdmb_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_2qdmb_403._active_2qdmb_437 ._menuIcon_2qdmb_424:not(._menuIconStroke_2qdmb_432,._menuIconPerformance_2qdmb_429),._menuItem_2qdmb_403:hover ._menuIcon_2qdmb_424:not(._menuIconStroke_2qdmb_432,._menuIconPerformance_2qdmb_429){fill:#52c2fd}._menuItem_2qdmb_403._active_2qdmb_437 ._menuIconPerformance_2qdmb_429 path,._menuItem_2qdmb_403:hover ._menuIconPerformance_2qdmb_429 path{stroke:#59a6fd}._menuItem_2qdmb_403._active_2qdmb_437 ._menuIconStroke_2qdmb_432:not(._menuIcon_2qdmb_424),._menuItem_2qdmb_403:hover ._menuIconStroke_2qdmb_432:not(._menuIcon_2qdmb_424){stroke:#52c2fd}._redDot_2qdmb_451{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_2qdmb_466{justify-content:center;display:flex}._link_2qdmb_471{color:var(--accent);cursor:pointer;text-decoration:underline}._tableDateWrapper_2qdmb_477{color:var(--text-muted);cursor:pointer;align-items:center;font-family:Inter;font-size:.875rem;display:flex}._tableDateWrapper_2qdmb_477._withLabel_2qdmb_485,._tableDateWrapper_2qdmb_477 ._label_2qdmb_488{flex:1}._tableDateWrapper_2qdmb_477 svg{stroke:#64748b;margin-left:2px;transition:all .2s}._inputWrapper_2qdmb_497{background:var(--surface-2);width:100%;height:100%;position:absolute;top:20px;left:0}._valueWrapper_2qdmb_506{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_2qdmb_506{color:var(--text-primary)}._inputSearch_2qdmb_523{background:var(--surface-2);width:calc(100% - 40px);height:100%;padding:8px 0 8px 12px;font-family:Inter;font-size:.875rem}._inputSearch_2qdmb_523::placeholder{color:#cbd5e1;font-family:Inter;font-size:.875rem}._icon_2qdmb_537{justify-content:center;align-items:center;width:40px;height:32px;display:inline-flex}._icon_2qdmb_537:hover svg{stroke:#000}._authButtonsWrapper_gxst4_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_gxst4_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_gxst4_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_gxst4_23{width:100%;margin-bottom:16px}._fieldWrapper_gxst4_23:last-child{margin-bottom:0}._fieldLabel_gxst4_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_gxst4_36{margin-top:8px;font-size:.75rem}._field_gxst4_23{width:100%;position:relative}._fieldLabelNew_gxst4_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_gxst4_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_gxst4_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_gxst4_52[type=password]{font-size:18px}._inputNew_gxst4_52:focus,._inputNew_gxst4_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_gxst4_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_gxst4_52:disabled::placeholder{color:#cbd5e1}._inputNew_gxst4_52._error_gxst4_7{border:1px solid #ef4444}._inputNew_gxst4_52._error_gxst4_7:focus,._inputNew_gxst4_52._error_gxst4_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_gxst4_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_gxst4_90{width:calc(50% - 8px)}._tableNavWrapper_gxst4_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_gxst4_109{align-items:center;gap:8px;display:flex}._tableNavItem_gxst4_115{margin:0}._modalContent_gxst4_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_gxst4_119._center_gxst4_126{text-align:center;font-family:Inter}._modalContent_gxst4_119._settings_gxst4_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_gxst4_119._settingsIntegration_gxst4_134,._modalContent_gxst4_119._performanceTestModalContent_gxst4_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_gxst4_119._monitoringReportContent_gxst4_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_gxst4_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_gxst4_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_gxst4_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_gxst4_159:after,._modalLine_gxst4_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_gxst4_159:before{left:-20px}._modalLine_gxst4_159:after{right:-20px}._infoMessage_gxst4_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_gxst4_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_gxst4_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_gxst4_197._buttonsAutoWidth_gxst4_204{justify-content:flex-end}._fullWidthTitle_gxst4_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_gxst4_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_gxst4_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_gxst4_227{padding:0 16px 15px}}._widgetHeader_gxst4_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_gxst4_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_gxst4_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_gxst4_263{align-items:center;height:180px;display:flex}._widgetFooter_gxst4_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_gxst4_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_gxst4_276:last-child{border:none}._widgetMainValue_gxst4_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_gxst4_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_gxst4_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_gxst4_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_gxst4_312{opacity:.5;cursor:default}._widgetTag_gxst4_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_gxst4_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_gxst4_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_gxst4_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_gxst4_338._green_gxst4_343:before,._chartValuesTitle_gxst4_338._dark_gxst4_343:before,._chartValuesTitle_gxst4_338._blue_gxst4_343: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_gxst4_338._green_gxst4_343:before{background:var(--status-success)}._chartValuesTitle_gxst4_338._dark_gxst4_343:before{background:#475569}._chartValuesTitle_gxst4_338._blue_gxst4_343:before{background:#43e0f8}._topbar_gxst4_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_gxst4_373{display:inline-flex}._logo_gxst4_373{max-width:110px}._menuWrapper_gxst4_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_gxst4_381{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_gxst4_381._opened_gxst4_398{display:flex}}._menuItem_gxst4_403{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_gxst4_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_gxst4_403 ._menuIcon_gxst4_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_gxst4_403 ._menuIconPerformance_gxst4_429{fill:none}._menuItem_gxst4_403 ._menuIconStroke_gxst4_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_gxst4_403._active_gxst4_437,._menuItem_gxst4_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_gxst4_403._active_gxst4_437 ._menuIcon_gxst4_424:not(._menuIconStroke_gxst4_432,._menuIconPerformance_gxst4_429),._menuItem_gxst4_403:hover ._menuIcon_gxst4_424:not(._menuIconStroke_gxst4_432,._menuIconPerformance_gxst4_429){fill:#52c2fd}._menuItem_gxst4_403._active_gxst4_437 ._menuIconPerformance_gxst4_429 path,._menuItem_gxst4_403:hover ._menuIconPerformance_gxst4_429 path{stroke:#59a6fd}._menuItem_gxst4_403._active_gxst4_437 ._menuIconStroke_gxst4_432:not(._menuIcon_gxst4_424),._menuItem_gxst4_403:hover ._menuIconStroke_gxst4_432:not(._menuIcon_gxst4_424){stroke:#52c2fd}._redDot_gxst4_451{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_gxst4_466{justify-content:center;display:flex}._link_gxst4_471{color:var(--accent);cursor:pointer;text-decoration:underline}._iconSearch_gxst4_477{justify-content:center;align-items:center;width:40px;height:32px;display:inline-flex}._iconSearch_gxst4_477:hover svg{stroke:#000}._inputWrapper_gxst4_488{background:var(--surface-2);align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}._inputSearch_gxst4_499{background:var(--surface-2);width:calc(100% - 40px);height:100%;padding:8px 0 8px 12px;font-family:Inter;font-size:.875rem}._inputSearch_gxst4_499::placeholder{color:#cbd5e1;font-family:Inter;font-size:.875rem}._iconClear_gxst4_513{justify-content:center;align-items:center;width:40px;height:32px;display:inline-flex}._iconClear_gxst4_513: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_eu6hf_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_eu6hf_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_eu6hf_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_eu6hf_23{width:100%;margin-bottom:16px}._fieldWrapper_eu6hf_23:last-child{margin-bottom:0}._fieldLabel_eu6hf_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_eu6hf_36{margin-top:8px;font-size:.75rem}._field_eu6hf_23{width:100%;position:relative}._fieldLabelNew_eu6hf_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_eu6hf_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_eu6hf_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_eu6hf_52[type=password]{font-size:18px}._inputNew_eu6hf_52:focus,._inputNew_eu6hf_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_eu6hf_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_eu6hf_52:disabled::placeholder{color:#cbd5e1}._inputNew_eu6hf_52._error_eu6hf_7{border:1px solid #ef4444}._inputNew_eu6hf_52._error_eu6hf_7:focus,._inputNew_eu6hf_52._error_eu6hf_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_eu6hf_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_eu6hf_90{width:calc(50% - 8px)}._tableNavWrapper_eu6hf_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_eu6hf_109{align-items:center;gap:8px;display:flex}._tableNavItem_eu6hf_115{margin:0}._modalContent_eu6hf_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_eu6hf_119._center_eu6hf_126{text-align:center;font-family:Inter}._modalContent_eu6hf_119._settings_eu6hf_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_eu6hf_119._settingsIntegration_eu6hf_134,._modalContent_eu6hf_119._performanceTestModalContent_eu6hf_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_eu6hf_119._monitoringReportContent_eu6hf_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_eu6hf_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_eu6hf_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_eu6hf_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_eu6hf_159:after,._modalLine_eu6hf_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_eu6hf_159:before{left:-20px}._modalLine_eu6hf_159:after{right:-20px}._infoMessage_eu6hf_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_eu6hf_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_eu6hf_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_eu6hf_197._buttonsAutoWidth_eu6hf_204{justify-content:flex-end}._fullWidthTitle_eu6hf_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_eu6hf_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_eu6hf_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_eu6hf_227{padding:0 16px 15px}}._widgetHeader_eu6hf_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_eu6hf_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_eu6hf_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_eu6hf_263{align-items:center;height:180px;display:flex}._widgetFooter_eu6hf_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_eu6hf_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_eu6hf_276:last-child{border:none}._widgetMainValue_eu6hf_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_eu6hf_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_eu6hf_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_eu6hf_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_eu6hf_312{opacity:.5;cursor:default}._widgetTag_eu6hf_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_eu6hf_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_eu6hf_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_eu6hf_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_eu6hf_338._green_eu6hf_343:before,._chartValuesTitle_eu6hf_338._dark_eu6hf_343:before,._chartValuesTitle_eu6hf_338._blue_eu6hf_343: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_eu6hf_338._green_eu6hf_343:before{background:var(--status-success)}._chartValuesTitle_eu6hf_338._dark_eu6hf_343:before{background:#475569}._chartValuesTitle_eu6hf_338._blue_eu6hf_343:before{background:#43e0f8}._topbar_eu6hf_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_eu6hf_373{display:inline-flex}._logo_eu6hf_373{max-width:110px}._menuWrapper_eu6hf_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_eu6hf_381{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_eu6hf_381._opened_eu6hf_398{display:flex}}._menuItem_eu6hf_403{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_eu6hf_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_eu6hf_403 ._menuIcon_eu6hf_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_eu6hf_403 ._menuIconPerformance_eu6hf_429{fill:none}._menuItem_eu6hf_403 ._menuIconStroke_eu6hf_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_eu6hf_403._active_eu6hf_437,._menuItem_eu6hf_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_eu6hf_403._active_eu6hf_437 ._menuIcon_eu6hf_424:not(._menuIconStroke_eu6hf_432,._menuIconPerformance_eu6hf_429),._menuItem_eu6hf_403:hover ._menuIcon_eu6hf_424:not(._menuIconStroke_eu6hf_432,._menuIconPerformance_eu6hf_429){fill:#52c2fd}._menuItem_eu6hf_403._active_eu6hf_437 ._menuIconPerformance_eu6hf_429 path,._menuItem_eu6hf_403:hover ._menuIconPerformance_eu6hf_429 path{stroke:#59a6fd}._menuItem_eu6hf_403._active_eu6hf_437 ._menuIconStroke_eu6hf_432:not(._menuIcon_eu6hf_424),._menuItem_eu6hf_403:hover ._menuIconStroke_eu6hf_432:not(._menuIcon_eu6hf_424){stroke:#52c2fd}._redDot_eu6hf_451{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_eu6hf_466{justify-content:center;display:flex}._link_eu6hf_471{color:var(--accent);cursor:pointer;text-decoration:underline}._iconArrow_eu6hf_477{width:16px;height:16px}._iconArrow_eu6hf_477 svg{position:absolute;top:9px;right:8px}._iconArrow_eu6hf_477._open_eu6hf_398 svg{transform:rotate(180deg)}._iconClear_eu6hf_490{cursor:pointer;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}._iconClear_eu6hf_490 svg{stroke:#64748b;margin-left:2px;transition:all .2s}._iconClear_eu6hf_490:hover svg{stroke:#000}._clearIcon_eu6hf_507{cursor:pointer;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}._clearIcon_eu6hf_507 svg{stroke:#64748b;margin-left:2px;transition:all .2s}._clearIcon_eu6hf_507:hover svg{stroke:#000}._colorOption_eu6hf_524{cursor:pointer;align-items:center;gap:8px;padding:8px 12px;display:flex}._colorOption_eu6hf_524:hover,._colorOption_eu6hf_524._focused_eu6hf_531{background-color:#dfebff}._authButtonsWrapper_17cg4_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_17cg4_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_17cg4_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_17cg4_23{width:100%;margin-bottom:16px}._fieldWrapper_17cg4_23:last-child{margin-bottom:0}._fieldLabel_17cg4_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_17cg4_36{margin-top:8px;font-size:.75rem}._field_17cg4_23{width:100%;position:relative}._fieldLabelNew_17cg4_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_17cg4_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_17cg4_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_17cg4_52[type=password]{font-size:18px}._inputNew_17cg4_52:focus,._inputNew_17cg4_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_17cg4_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_17cg4_52:disabled::placeholder{color:#cbd5e1}._inputNew_17cg4_52._error_17cg4_7{border:1px solid #ef4444}._inputNew_17cg4_52._error_17cg4_7:focus,._inputNew_17cg4_52._error_17cg4_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_17cg4_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_17cg4_90{width:calc(50% - 8px)}._tableNavWrapper_17cg4_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_17cg4_109{align-items:center;gap:8px;display:flex}._tableNavItem_17cg4_115{margin:0}._modalContent_17cg4_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_17cg4_119._center_17cg4_126{text-align:center;font-family:Inter}._modalContent_17cg4_119._settings_17cg4_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_17cg4_119._settingsIntegration_17cg4_134,._modalContent_17cg4_119._performanceTestModalContent_17cg4_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_17cg4_119._monitoringReportContent_17cg4_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_17cg4_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_17cg4_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_17cg4_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_17cg4_159:after,._modalLine_17cg4_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_17cg4_159:before{left:-20px}._modalLine_17cg4_159:after{right:-20px}._infoMessage_17cg4_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_17cg4_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_17cg4_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_17cg4_197._buttonsAutoWidth_17cg4_204{justify-content:flex-end}._fullWidthTitle_17cg4_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_17cg4_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_17cg4_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_17cg4_227{padding:0 16px 15px}}._widgetHeader_17cg4_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_17cg4_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_17cg4_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_17cg4_263{align-items:center;height:180px;display:flex}._widgetFooter_17cg4_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_17cg4_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_17cg4_276:last-child{border:none}._widgetMainValue_17cg4_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_17cg4_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_17cg4_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_17cg4_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_17cg4_312{opacity:.5;cursor:default}._widgetTag_17cg4_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_17cg4_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_17cg4_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_17cg4_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_17cg4_338._green_17cg4_343:before,._chartValuesTitle_17cg4_338._dark_17cg4_343:before,._chartValuesTitle_17cg4_338._blue_17cg4_343: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_17cg4_338._green_17cg4_343:before{background:var(--status-success)}._chartValuesTitle_17cg4_338._dark_17cg4_343:before{background:#475569}._chartValuesTitle_17cg4_338._blue_17cg4_343:before{background:#43e0f8}._topbar_17cg4_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_17cg4_373{display:inline-flex}._logo_17cg4_373{max-width:110px}._menuWrapper_17cg4_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_17cg4_381{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_17cg4_381._opened_17cg4_398{display:flex}}._menuItem_17cg4_403{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_17cg4_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_17cg4_403 ._menuIcon_17cg4_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_17cg4_403 ._menuIconPerformance_17cg4_429{fill:none}._menuItem_17cg4_403 ._menuIconStroke_17cg4_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_17cg4_403._active_17cg4_437,._menuItem_17cg4_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_17cg4_403._active_17cg4_437 ._menuIcon_17cg4_424:not(._menuIconStroke_17cg4_432,._menuIconPerformance_17cg4_429),._menuItem_17cg4_403:hover ._menuIcon_17cg4_424:not(._menuIconStroke_17cg4_432,._menuIconPerformance_17cg4_429){fill:#52c2fd}._menuItem_17cg4_403._active_17cg4_437 ._menuIconPerformance_17cg4_429 path,._menuItem_17cg4_403:hover ._menuIconPerformance_17cg4_429 path{stroke:#59a6fd}._menuItem_17cg4_403._active_17cg4_437 ._menuIconStroke_17cg4_432:not(._menuIcon_17cg4_424),._menuItem_17cg4_403:hover ._menuIconStroke_17cg4_432:not(._menuIcon_17cg4_424){stroke:#52c2fd}._redDot_17cg4_451{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_17cg4_466{justify-content:center;display:flex}._link_17cg4_471{color:var(--accent);cursor:pointer;text-decoration:underline}._tableSort_17cg4_477{color:var(--text-muted);cursor:pointer;align-items:center;font-family:Inter;font-size:.875rem;transition:all .2s;display:inline-flex}._tableSort_17cg4_477 svg{stroke:#64748b;flex-shrink:0;margin-left:2px;transition:all .2s}._tableSort_17cg4_477 ._desc_17cg4_492{transform:rotate(180deg)}._tableSort_17cg4_477._active_17cg4_437,._tableSort_17cg4_477:hover{color:var(--text-primary)}._tableSort_17cg4_477._active_17cg4_437 svg,._tableSort_17cg4_477:hover svg{stroke:#000}._authButtonsWrapper_1rxad_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1rxad_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1rxad_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_1rxad_23{width:100%;margin-bottom:16px}._fieldWrapper_1rxad_23:last-child{margin-bottom:0}._fieldLabel_1rxad_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1rxad_36{margin-top:8px;font-size:.75rem}._field_1rxad_23{width:100%;position:relative}._fieldLabelNew_1rxad_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1rxad_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_1rxad_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1rxad_52[type=password]{font-size:18px}._inputNew_1rxad_52:focus,._inputNew_1rxad_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1rxad_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1rxad_52:disabled::placeholder{color:#cbd5e1}._inputNew_1rxad_52._error_1rxad_7{border:1px solid #ef4444}._inputNew_1rxad_52._error_1rxad_7:focus,._inputNew_1rxad_52._error_1rxad_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1rxad_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1rxad_90{width:calc(50% - 8px)}._tableNavWrapper_1rxad_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1rxad_109{align-items:center;gap:8px;display:flex}._tableNavItem_1rxad_115{margin:0}._modalContent_1rxad_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1rxad_119._center_1rxad_126{text-align:center;font-family:Inter}._modalContent_1rxad_119._settings_1rxad_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1rxad_119._settingsIntegration_1rxad_134,._modalContent_1rxad_119._performanceTestModalContent_1rxad_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1rxad_119._monitoringReportContent_1rxad_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1rxad_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1rxad_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1rxad_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1rxad_159:after,._modalLine_1rxad_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1rxad_159:before{left:-20px}._modalLine_1rxad_159:after{right:-20px}._infoMessage_1rxad_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1rxad_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_1rxad_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1rxad_197._buttonsAutoWidth_1rxad_204{justify-content:flex-end}._fullWidthTitle_1rxad_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_1rxad_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1rxad_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1rxad_227{padding:0 16px 15px}}._widgetHeader_1rxad_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1rxad_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1rxad_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_1rxad_263{align-items:center;height:180px;display:flex}._widgetFooter_1rxad_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1rxad_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1rxad_276:last-child{border:none}._widgetMainValue_1rxad_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1rxad_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1rxad_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_1rxad_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1rxad_312{opacity:.5;cursor:default}._widgetTag_1rxad_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1rxad_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1rxad_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1rxad_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1rxad_338._green_1rxad_343:before,._chartValuesTitle_1rxad_338._dark_1rxad_343:before,._chartValuesTitle_1rxad_338._blue_1rxad_343: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_1rxad_338._green_1rxad_343:before{background:var(--status-success)}._chartValuesTitle_1rxad_338._dark_1rxad_343:before{background:#475569}._chartValuesTitle_1rxad_338._blue_1rxad_343:before{background:#43e0f8}._topbar_1rxad_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1rxad_373{display:inline-flex}._logo_1rxad_373{max-width:110px}._menuWrapper_1rxad_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_1rxad_381{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_1rxad_381._opened_1rxad_398{display:flex}}._menuItem_1rxad_403{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_1rxad_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_1rxad_403 ._menuIcon_1rxad_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1rxad_403 ._menuIconPerformance_1rxad_429{fill:none}._menuItem_1rxad_403 ._menuIconStroke_1rxad_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1rxad_403._active_1rxad_437,._menuItem_1rxad_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1rxad_403._active_1rxad_437 ._menuIcon_1rxad_424:not(._menuIconStroke_1rxad_432,._menuIconPerformance_1rxad_429),._menuItem_1rxad_403:hover ._menuIcon_1rxad_424:not(._menuIconStroke_1rxad_432,._menuIconPerformance_1rxad_429){fill:#52c2fd}._menuItem_1rxad_403._active_1rxad_437 ._menuIconPerformance_1rxad_429 path,._menuItem_1rxad_403:hover ._menuIconPerformance_1rxad_429 path{stroke:#59a6fd}._menuItem_1rxad_403._active_1rxad_437 ._menuIconStroke_1rxad_432:not(._menuIcon_1rxad_424),._menuItem_1rxad_403:hover ._menuIconStroke_1rxad_432:not(._menuIcon_1rxad_424){stroke:#52c2fd}._redDot_1rxad_451{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_1rxad_466{justify-content:center;display:flex}._link_1rxad_471{color:var(--accent);cursor:pointer;text-decoration:underline}._tableWrapper_1rxad_477{background:var(--surface-1);height:100%;overflow:auto}._table_1rxad_100{font-family:Inter;font-size:.875rem;line-height:1.5;display:inline-block}._tableHeaderCell_1rxad_490,._tableCell_1rxad_491{box-sizing:border-box;word-break:normal;overflow-wrap:anywhere;flex:0 0 300px;width:300px;transition:all .2s}._tableHeaderCell_1rxad_490._withoutSizeSettings_1rxad_499,._tableCell_1rxad_491._withoutSizeSettings_1rxad_499{flex:none;width:100%}._tableHeaderCell_1rxad_490:first-child,._tableCell_1rxad_491:first-child{border-radius:8px 0 0 8px}._tableHeaderCell_1rxad_490:last-child,._tableCell_1rxad_491:last-child{border-radius:0 8px 8px 0}._tableHeaderCell_1rxad_490._action_1rxad_512,._tableCell_1rxad_491._action_1rxad_512{color:var(--accent);cursor:pointer;font-weight:500}._markdownWrapper_1rxad_519{display:block}._markdownWrapper_1rxad_519 img{max-width:100%}._markdownWrapper_1rxad_519 ul li ul,._markdownWrapper_1rxad_519 ul li ol{padding-left:20px}._tableCell_1rxad_491:nth-last-of-type(2){border-radius:0 8px 8px 0}._tableHeaderCell_1rxad_490{background:var(--surface-2);color:var(--text-muted);justify-content:space-between;align-items:center;padding-left:12px;display:flex;position:relative}._tableHeaderCell_1rxad_490._withoutGaps_1rxad_543{padding:0!important}._tableHeader_1rxad_490{z-index:1000;border-radius:8px;min-height:38px;margin-bottom:2px;display:flex;position:sticky;top:0}._tableRow_1rxad_557{transition:all .2s;display:flex}._tableRow_1rxad_557 ._rowNavVisibility_1rxad_561{opacity:0}._tableRow_1rxad_557 ._mobileDevice_1rxad_564{opacity:1}._tableRow_1rxad_557._active_1rxad_437{border-radius:8px}._tableRow_1rxad_557:hover{background:var(--surface-2);border-radius:8px}._tableRow_1rxad_557:hover ._rowNavVisibility_1rxad_561{opacity:1}._tableRow_1rxad_557._redFlag_1rxad_577{border-radius:8px}._tableRow_1rxad_557._redFlag_1rxad_577 ._tableCell_1rxad_491{background:var(--status-danger-subtle)}._tableRow_1rxad_557._redFlag_1rxad_577:hover ._tableCell_1rxad_491{background:#fbd5d5!important}._clickableRow_1rxad_587{cursor:pointer}._tableRowSelected_1rxad_591{background:var(--surface-2);border-radius:8px}._tableRowSelected_1rxad_591 ._tableCell_1rxad_491{background:var(--surface-2)}._hasSubRows_1rxad_599{background:var(--accent-subtle)}._hasSubRows_1rxad_599:hover{background:#e1f8fc}._lastRow_1rxad_606{border-bottom:2px solid #43e0f8}._lastRow_1rxad_606:hover{border-bottom-right-radius:0;border-bottom-left-radius:0}._tableCell_1rxad_491{border-bottom:1px solid var(--border-subtle);align-items:center;padding:22px 12px;display:inline-flex}._tableCell_1rxad_491._companyName_1rxad_620{padding:0 12px}._tableCell_1rxad_491._groupHeader_1rxad_623{background:var(--surface-2);border-bottom:none;border-radius:8px;flex:1;height:35px}._tableCell_1rxad_491._hidden_1rxad_630 div{visibility:hidden}._spinnerWrapper_1rxad_634{z-index:1000;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}._booleanValue_1rxad_642{align-items:center;display:inline-flex}._booleanValue_1rxad_642:before{content:"";border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-flex}._booleanValue_1rxad_642._enable_1rxad_654:before{background:var(--status-success)}._booleanValue_1rxad_642._disable_1rxad_312:before{background:var(--status-warning)}._tableActionsWrapper_1rxad_661{background-color:var(--surface-2);cursor:initial;border-radius:4px;justify-content:space-between;align-items:center;padding:auto;display:flex;position:relative}._tableActionsWrapper_1rxad_661 span{cursor:pointer;border-radius:4px;height:32px;padding:8px}._tableActionsWrapper_1rxad_661 span._disabledNavButton_1rxad_677{cursor:not-allowed}._tableActionsWrapper_1rxad_661 span._disabledNavButton_1rxad_677 svg{opacity:.4}._tableActionsWrapper_1rxad_661 span._hidden_1rxad_630{display:none}._tableActionsWrapper_1rxad_661 span svg{fill:#0000;width:20px;height:20px}._tableActionsWrapper_1rxad_661 span svg path{stroke:#64748b}._tableActionsWrapper_1rxad_661 span:hover{background-color:#e2e8f0}._tableActionsWrapper_1rxad_661 span:hover svg path{stroke:#0f172a}._tableActionsWrapper_1rxad_661._redFlag_1rxad_577,._tableActionsWrapper_1rxad_661._redFlag_1rxad_577 span:hover{background-color:#fbd5d5}._tooltipArrow_1rxad_707{display:none}._tooltip_1rxad_707{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_1rxad_722{z-index:1001;border:1px solid #eaf1f8!important;border-radius:8px!important}._mobileTooltip_1rxad_722 svg{fill:#0000;width:20px;height:20px}._mobileTooltip_1rxad_722 svg path{stroke:#64748b}._noBoxShadow_1rxad_736{box-shadow:none!important}._rowNavWrapper_1rxad_740{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_1rxad_740._redFlag_1rxad_577 ._rowNavButtonsContainer_1rxad_751{background-color:#fbd5d5}._rowNavButtonsContainer_1rxad_751{background:var(--surface-2);gap:0;padding-right:5px;display:flex}._rowNavButtonsContainer_1rxad_751._withRowActions_1rxad_761{background:0 0}._rowNavButton_1rxad_751{cursor:pointer;justify-content:center;align-items:center;height:30px;margin-left:4px;display:flex;position:relative}._rowNavButton_1rxad_751 svg{stroke:#64748b;transition:all .2s}._rowNavButton_1rxad_751:hover svg{stroke:#334155}._authButtonsWrapper_dj92j_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_dj92j_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_dj92j_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_dj92j_23{width:100%;margin-bottom:16px}._fieldWrapper_dj92j_23:last-child{margin-bottom:0}._fieldLabel_dj92j_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_dj92j_36{margin-top:8px;font-size:.75rem}._field_dj92j_23{width:100%;position:relative}._fieldLabelNew_dj92j_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_dj92j_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_dj92j_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_dj92j_52[type=password]{font-size:18px}._inputNew_dj92j_52:focus,._inputNew_dj92j_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_dj92j_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_dj92j_52:disabled::placeholder{color:#cbd5e1}._inputNew_dj92j_52._error_dj92j_7{border:1px solid #ef4444}._inputNew_dj92j_52._error_dj92j_7:focus,._inputNew_dj92j_52._error_dj92j_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_dj92j_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_dj92j_90{width:calc(50% - 8px)}._tableNavWrapper_dj92j_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_dj92j_109{align-items:center;gap:8px;display:flex}._tableNavItem_dj92j_115{margin:0}._modalContent_dj92j_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_dj92j_119._center_dj92j_126{text-align:center;font-family:Inter}._modalContent_dj92j_119._settings_dj92j_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_dj92j_119._settingsIntegration_dj92j_134,._modalContent_dj92j_119._performanceTestModalContent_dj92j_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_dj92j_119._monitoringReportContent_dj92j_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_dj92j_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_dj92j_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_dj92j_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_dj92j_159:after,._modalLine_dj92j_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_dj92j_159:before{left:-20px}._modalLine_dj92j_159:after{right:-20px}._infoMessage_dj92j_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_dj92j_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_dj92j_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_dj92j_197._buttonsAutoWidth_dj92j_204{justify-content:flex-end}._fullWidthTitle_dj92j_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_dj92j_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_dj92j_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_dj92j_227{padding:0 16px 15px}}._widgetHeader_dj92j_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_dj92j_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_dj92j_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_dj92j_263{align-items:center;height:180px;display:flex}._widgetFooter_dj92j_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_dj92j_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_dj92j_276:last-child{border:none}._widgetMainValue_dj92j_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_dj92j_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_dj92j_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_dj92j_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_dj92j_312{opacity:.5;cursor:default}._widgetTag_dj92j_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_dj92j_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_dj92j_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_dj92j_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_dj92j_338._green_dj92j_343:before,._chartValuesTitle_dj92j_338._dark_dj92j_343:before,._chartValuesTitle_dj92j_338._blue_dj92j_343: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_dj92j_338._green_dj92j_343:before{background:var(--status-success)}._chartValuesTitle_dj92j_338._dark_dj92j_343:before{background:#475569}._chartValuesTitle_dj92j_338._blue_dj92j_343:before{background:#43e0f8}._topbar_dj92j_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_dj92j_373{display:inline-flex}._logo_dj92j_373{max-width:110px}._menuWrapper_dj92j_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_dj92j_381{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_dj92j_381._opened_dj92j_398{display:flex}}._menuItem_dj92j_403{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_dj92j_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_dj92j_403 ._menuIcon_dj92j_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_dj92j_403 ._menuIconPerformance_dj92j_429{fill:none}._menuItem_dj92j_403 ._menuIconStroke_dj92j_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_dj92j_403._active_dj92j_437,._menuItem_dj92j_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_dj92j_403._active_dj92j_437 ._menuIcon_dj92j_424:not(._menuIconStroke_dj92j_432,._menuIconPerformance_dj92j_429),._menuItem_dj92j_403:hover ._menuIcon_dj92j_424:not(._menuIconStroke_dj92j_432,._menuIconPerformance_dj92j_429){fill:#52c2fd}._menuItem_dj92j_403._active_dj92j_437 ._menuIconPerformance_dj92j_429 path,._menuItem_dj92j_403:hover ._menuIconPerformance_dj92j_429 path{stroke:#59a6fd}._menuItem_dj92j_403._active_dj92j_437 ._menuIconStroke_dj92j_432:not(._menuIcon_dj92j_424),._menuItem_dj92j_403:hover ._menuIconStroke_dj92j_432:not(._menuIcon_dj92j_424){stroke:#52c2fd}._redDot_dj92j_451{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_dj92j_466{justify-content:center;display:flex}._link_dj92j_471{color:var(--accent);cursor:pointer;text-decoration:underline}._modalLink_dj92j_477{color:var(--text-primary);font-weight:500;text-decoration:underline}._modalLinksSection_dj92j_483{margin-top:1em}._modalContent_1k1ny_119._settingsIntegration_1k1ny_134,._modalContent_1k1ny_119._performanceTestModalContent_1k1ny_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}@media only screen and (width<=768px){._widgetWrapper_1k1ny_227{padding:0 16px 15px}}@media only screen and (width<=1340px){._menuWrapper_1k1ny_381{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_1k1ny_381._opened_1k1ny_398{display:flex}}@media only screen and (width<=1300px){._menuItem_1k1ny_403{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}._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_1fbzu_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1fbzu_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1fbzu_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_1fbzu_23{width:100%;margin-bottom:16px}._fieldWrapper_1fbzu_23:last-child{margin-bottom:0}._fieldLabel_1fbzu_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1fbzu_36{margin-top:8px;font-size:.75rem}._field_1fbzu_23{width:100%;position:relative}._fieldLabelNew_1fbzu_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1fbzu_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_1fbzu_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1fbzu_52[type=password]{font-size:18px}._inputNew_1fbzu_52:focus,._inputNew_1fbzu_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1fbzu_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1fbzu_52:disabled::placeholder{color:#cbd5e1}._inputNew_1fbzu_52._error_1fbzu_7{border:1px solid #ef4444}._inputNew_1fbzu_52._error_1fbzu_7:focus,._inputNew_1fbzu_52._error_1fbzu_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1fbzu_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1fbzu_90{width:calc(50% - 8px)}._tableNavWrapper_1fbzu_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1fbzu_109{align-items:center;gap:8px;display:flex}._tableNavItem_1fbzu_115{margin:0}._modalContent_1fbzu_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1fbzu_119._center_1fbzu_126{text-align:center;font-family:Inter}._modalContent_1fbzu_119._settings_1fbzu_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1fbzu_119._settingsIntegration_1fbzu_134,._modalContent_1fbzu_119._performanceTestModalContent_1fbzu_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1fbzu_119._monitoringReportContent_1fbzu_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1fbzu_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1fbzu_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1fbzu_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1fbzu_159:after,._modalLine_1fbzu_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1fbzu_159:before{left:-20px}._modalLine_1fbzu_159:after{right:-20px}._infoMessage_1fbzu_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1fbzu_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_1fbzu_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1fbzu_197._buttonsAutoWidth_1fbzu_204{justify-content:flex-end}._fullWidthTitle_1fbzu_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_1fbzu_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1fbzu_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1fbzu_227{padding:0 16px 15px}}._widgetHeader_1fbzu_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1fbzu_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1fbzu_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_1fbzu_263{align-items:center;height:180px;display:flex}._widgetFooter_1fbzu_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1fbzu_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1fbzu_276:last-child{border:none}._widgetMainValue_1fbzu_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1fbzu_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1fbzu_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_1fbzu_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1fbzu_312{opacity:.5;cursor:default}._widgetTag_1fbzu_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1fbzu_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1fbzu_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1fbzu_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1fbzu_338._green_1fbzu_343:before,._chartValuesTitle_1fbzu_338._dark_1fbzu_343:before,._chartValuesTitle_1fbzu_338._blue_1fbzu_343: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_1fbzu_338._green_1fbzu_343:before{background:var(--status-success)}._chartValuesTitle_1fbzu_338._dark_1fbzu_343:before{background:#475569}._chartValuesTitle_1fbzu_338._blue_1fbzu_343:before{background:#43e0f8}._topbar_1fbzu_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1fbzu_373{display:inline-flex}._logo_1fbzu_373{max-width:110px}._menuWrapper_1fbzu_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_1fbzu_381{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_1fbzu_381._opened_1fbzu_398{display:flex}}._menuItem_1fbzu_403{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_1fbzu_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_1fbzu_403 ._menuIcon_1fbzu_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1fbzu_403 ._menuIconPerformance_1fbzu_429{fill:none}._menuItem_1fbzu_403 ._menuIconStroke_1fbzu_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1fbzu_403._active_1fbzu_437,._menuItem_1fbzu_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1fbzu_403._active_1fbzu_437 ._menuIcon_1fbzu_424:not(._menuIconStroke_1fbzu_432,._menuIconPerformance_1fbzu_429),._menuItem_1fbzu_403:hover ._menuIcon_1fbzu_424:not(._menuIconStroke_1fbzu_432,._menuIconPerformance_1fbzu_429){fill:#52c2fd}._menuItem_1fbzu_403._active_1fbzu_437 ._menuIconPerformance_1fbzu_429 path,._menuItem_1fbzu_403:hover ._menuIconPerformance_1fbzu_429 path{stroke:#59a6fd}._menuItem_1fbzu_403._active_1fbzu_437 ._menuIconStroke_1fbzu_432:not(._menuIcon_1fbzu_424),._menuItem_1fbzu_403:hover ._menuIconStroke_1fbzu_432:not(._menuIcon_1fbzu_424){stroke:#52c2fd}._redDot_1fbzu_451{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_1fbzu_466{justify-content:center;display:flex}._link_1fbzu_471{color:var(--accent);cursor:pointer;text-decoration:underline}._toggleFieldWrapper_1fbzu_477{justify-content:space-between;align-items:center;display:flex}._toggleFieldWrapper_1fbzu_477._disabled_1fbzu_312{opacity:.5;pointer-events:none}._saveButton_1fbzu_487{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_1fbzu_487{width:60px}}._saveButton_1fbzu_487[aria-disabled=true]{opacity:.5;cursor:default;pointer-events:none}._contractorContainer_1fbzu_514{height:calc(100vh - 76px);overflow:scroll}._addButton_1fbzu_519{color:var(--accent);cursor:pointer;align-items:center;font-size:.875rem;font-weight:500;display:inline-flex}._addButton_1fbzu_519: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_1fbzu_535{z-index:2;top:18px}._inputText_1fbzu_540{margin-bottom:0}._addressFields_1fbzu_544{display:contents}._scheduleField_1fbzu_548{flex-direction:column;gap:10px;display:flex}._row_1fbzu_554{flex-direction:row;gap:16px;margin-bottom:20px;padding:0 20px;display:flex}._row_1fbzu_554>div{flex:1}@media only screen and (width<=450px){._row_1fbzu_554{flex-direction:column}._row_1fbzu_554._subscriptionRow_1fbzu_568{flex-direction:row}}._stacked_1fbzu_573{grid-column:1/-1;width:100%;display:block}._stacked_1fbzu_573 ._row_1fbzu_554{flex-direction:column;gap:16px;margin-bottom:16px;padding:0}._stacked_1fbzu_573 ._row_1fbzu_554>div{width:100%}._directionColumn_1fbzu_588{flex-direction:column;gap:5px}._sectionTitleInfoIcon_1fbzu_593 path{fill:#64769b}._titleInformationIcon_1fbzu_597 span:after{display:block;transform:scale(1.2)}._subscriptionSectionModalLine_1fbzu_602{margin:0}._subscriptionPlanName_1fbzu_606 div:first-child{color:var(--text-primary);margin-bottom:10px;font-size:16px;font-weight:500}._subscriptionPlanName_1fbzu_606 div:nth-child(2){color:#64769b;font-size:14px}._subscriptionDropdownContainer_1fbzu_617{max-width:140px}._subscriptionDropdownContainer_1fbzu_617 .static-select__control{min-width:95px;color:var(--accent);cursor:pointer;outline:none;font-size:14px;box-shadow:none!important;border:0!important}._subscriptionDropdownContainer_1fbzu_617 .static-select__indicator{color:var(--accent);right:20px}._subscriptionDropdownContainer_1fbzu_617 .static-select__indicator:hover svg{color:var(--accent)}._subscriptionDropdownContainer_1fbzu_617 .static-select__indicator svg{width:18px;height:18px}._subscriptionDropdownContainer_1fbzu_617 .static-select__menu,._subscriptionSelectMenu_1fbzu_647{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}._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_r84x5_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_r84x5_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_r84x5_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_r84x5_23{width:100%;margin-bottom:16px}._fieldWrapper_r84x5_23:last-child{margin-bottom:0}._fieldLabel_r84x5_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_r84x5_36{margin-top:8px;font-size:.75rem}._field_r84x5_23{width:100%;position:relative}._fieldLabelNew_r84x5_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_r84x5_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_r84x5_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_r84x5_52[type=password]{font-size:18px}._inputNew_r84x5_52:focus,._inputNew_r84x5_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_r84x5_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_r84x5_52:disabled::placeholder{color:#cbd5e1}._inputNew_r84x5_52._error_r84x5_7{border:1px solid #ef4444}._inputNew_r84x5_52._error_r84x5_7:focus,._inputNew_r84x5_52._error_r84x5_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_r84x5_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_r84x5_90{width:calc(50% - 8px)}._tableNavWrapper_r84x5_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_r84x5_109{align-items:center;gap:8px;display:flex}._tableNavItem_r84x5_115{margin:0}._modalContent_r84x5_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_r84x5_119._center_r84x5_126{text-align:center;font-family:Inter}._modalContent_r84x5_119._settings_r84x5_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_r84x5_119._settingsIntegration_r84x5_134,._modalContent_r84x5_119._performanceTestModalContent_r84x5_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_r84x5_119._monitoringReportContent_r84x5_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_r84x5_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_r84x5_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_r84x5_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_r84x5_159:after,._modalLine_r84x5_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_r84x5_159:before{left:-20px}._modalLine_r84x5_159:after{right:-20px}._infoMessage_r84x5_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_r84x5_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_r84x5_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_r84x5_197._buttonsAutoWidth_r84x5_204{justify-content:flex-end}._fullWidthTitle_r84x5_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_r84x5_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_r84x5_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_r84x5_227{padding:0 16px 15px}}._widgetHeader_r84x5_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_r84x5_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_r84x5_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_r84x5_263{align-items:center;height:180px;display:flex}._widgetFooter_r84x5_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_r84x5_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_r84x5_276:last-child{border:none}._widgetMainValue_r84x5_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_r84x5_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_r84x5_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_r84x5_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_r84x5_312{opacity:.5;cursor:default}._widgetTag_r84x5_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_r84x5_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_r84x5_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_r84x5_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_r84x5_338._green_r84x5_343:before,._chartValuesTitle_r84x5_338._dark_r84x5_343:before,._chartValuesTitle_r84x5_338._blue_r84x5_343: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_r84x5_338._green_r84x5_343:before{background:var(--status-success)}._chartValuesTitle_r84x5_338._dark_r84x5_343:before{background:#475569}._chartValuesTitle_r84x5_338._blue_r84x5_343:before{background:#43e0f8}._topbar_r84x5_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_r84x5_373{display:inline-flex}._logo_r84x5_373{max-width:110px}._menuWrapper_r84x5_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_r84x5_381{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_r84x5_381._opened_r84x5_398{display:flex}}._menuItem_r84x5_403{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_r84x5_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_r84x5_403 ._menuIcon_r84x5_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_r84x5_403 ._menuIconPerformance_r84x5_429{fill:none}._menuItem_r84x5_403 ._menuIconStroke_r84x5_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_r84x5_403._active_r84x5_437,._menuItem_r84x5_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_r84x5_403._active_r84x5_437 ._menuIcon_r84x5_424:not(._menuIconStroke_r84x5_432,._menuIconPerformance_r84x5_429),._menuItem_r84x5_403:hover ._menuIcon_r84x5_424:not(._menuIconStroke_r84x5_432,._menuIconPerformance_r84x5_429){fill:#52c2fd}._menuItem_r84x5_403._active_r84x5_437 ._menuIconPerformance_r84x5_429 path,._menuItem_r84x5_403:hover ._menuIconPerformance_r84x5_429 path{stroke:#59a6fd}._menuItem_r84x5_403._active_r84x5_437 ._menuIconStroke_r84x5_432:not(._menuIcon_r84x5_424),._menuItem_r84x5_403:hover ._menuIconStroke_r84x5_432:not(._menuIcon_r84x5_424){stroke:#52c2fd}._redDot_r84x5_451{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_r84x5_466{justify-content:center;display:flex}._link_r84x5_471{color:var(--accent);cursor:pointer;text-decoration:underline}._input_r84x5_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_r84x5_52::placeholder{color:#66768e;font-family:Inter;font-size:.875rem}._input_r84x5_52:focus,._input_r84x5_52:active{border:1px solid #a7b8d0}._input_r84x5_52._error_r84x5_7{border-color:#ef4444}@media only screen and (width<=1024px){._input_r84x5_52{border-radius:10px;height:40px;padding:0 12px}}._iconButton_r84x5_507{opacity:.8;cursor:pointer;position:absolute;top:14px;right:16px}._iconButton_r84x5_507:hover{opacity:.6;transition:all .15s}@media only screen and (width<=1024px){._iconButton_r84x5_507{top:10px;right:12px}}._showIcon_r84x5_525{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_r84x5_530{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_1k237_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1k237_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1k237_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_1k237_23{width:100%;margin-bottom:16px}._fieldWrapper_1k237_23:last-child{margin-bottom:0}._fieldLabel_1k237_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1k237_36{margin-top:8px;font-size:.75rem}._field_1k237_23{width:100%;position:relative}._fieldLabelNew_1k237_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1k237_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_1k237_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1k237_52[type=password]{font-size:18px}._inputNew_1k237_52:focus,._inputNew_1k237_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1k237_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1k237_52:disabled::placeholder{color:#cbd5e1}._inputNew_1k237_52._error_1k237_7{border:1px solid #ef4444}._inputNew_1k237_52._error_1k237_7:focus,._inputNew_1k237_52._error_1k237_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1k237_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1k237_90{width:calc(50% - 8px)}._tableNavWrapper_1k237_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1k237_109{align-items:center;gap:8px;display:flex}._tableNavItem_1k237_115{margin:0}._modalContent_1k237_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1k237_119._center_1k237_126{text-align:center;font-family:Inter}._modalContent_1k237_119._settings_1k237_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1k237_119._settingsIntegration_1k237_134,._modalContent_1k237_119._performanceTestModalContent_1k237_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1k237_119._monitoringReportContent_1k237_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1k237_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1k237_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1k237_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1k237_159:after,._modalLine_1k237_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1k237_159:before{left:-20px}._modalLine_1k237_159:after{right:-20px}._infoMessage_1k237_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1k237_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_1k237_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1k237_197._buttonsAutoWidth_1k237_204{justify-content:flex-end}._fullWidthTitle_1k237_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_1k237_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1k237_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1k237_227{padding:0 16px 15px}}._widgetHeader_1k237_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1k237_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1k237_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_1k237_263{align-items:center;height:180px;display:flex}._widgetFooter_1k237_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1k237_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1k237_276:last-child{border:none}._widgetMainValue_1k237_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1k237_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1k237_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_1k237_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1k237_312{opacity:.5;cursor:default}._widgetTag_1k237_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1k237_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1k237_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1k237_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1k237_338._green_1k237_343:before,._chartValuesTitle_1k237_338._dark_1k237_343:before,._chartValuesTitle_1k237_338._blue_1k237_343: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_1k237_338._green_1k237_343:before{background:var(--status-success)}._chartValuesTitle_1k237_338._dark_1k237_343:before{background:#475569}._chartValuesTitle_1k237_338._blue_1k237_343:before{background:#43e0f8}._topbar_1k237_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1k237_373{display:inline-flex}._logo_1k237_373{max-width:110px}._menuWrapper_1k237_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_1k237_381{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_1k237_381._opened_1k237_398{display:flex}}._menuItem_1k237_403{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_1k237_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_1k237_403 ._menuIcon_1k237_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1k237_403 ._menuIconPerformance_1k237_429{fill:none}._menuItem_1k237_403 ._menuIconStroke_1k237_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1k237_403._active_1k237_437,._menuItem_1k237_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1k237_403._active_1k237_437 ._menuIcon_1k237_424:not(._menuIconStroke_1k237_432,._menuIconPerformance_1k237_429),._menuItem_1k237_403:hover ._menuIcon_1k237_424:not(._menuIconStroke_1k237_432,._menuIconPerformance_1k237_429){fill:#52c2fd}._menuItem_1k237_403._active_1k237_437 ._menuIconPerformance_1k237_429 path,._menuItem_1k237_403:hover ._menuIconPerformance_1k237_429 path{stroke:#59a6fd}._menuItem_1k237_403._active_1k237_437 ._menuIconStroke_1k237_432:not(._menuIcon_1k237_424),._menuItem_1k237_403:hover ._menuIconStroke_1k237_432:not(._menuIcon_1k237_424){stroke:#52c2fd}._redDot_1k237_451{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_1k237_466{justify-content:center;display:flex}._link_1k237_471{color:var(--accent);cursor:pointer;text-decoration:underline}._forgotPasswordLink_1k237_477{color:var(--accent);margin-top:16px;font-family:Inter;font-size:.875rem;font-weight:500;transition:all .15s}._textLink_1k237_486{cursor:pointer;border-bottom:1px solid #64748b;margin-left:auto;transition:all .15s}._textLink_1k237_486:hover{border-color:#0000}._errorMessageWrapper_1k237_496{margin-bottom:16px}._inputFooter_1k237_500{justify-content:space-between;margin-top:-16px;display:flex;position:relative}._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_kchaw_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_kchaw_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_kchaw_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_kchaw_23{width:100%;margin-bottom:16px}._fieldWrapper_kchaw_23:last-child{margin-bottom:0}._fieldLabel_kchaw_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_kchaw_36{margin-top:8px;font-size:.75rem}._field_kchaw_23{width:100%;position:relative}._fieldLabelNew_kchaw_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_kchaw_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_kchaw_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_kchaw_52[type=password]{font-size:18px}._inputNew_kchaw_52:focus,._inputNew_kchaw_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_kchaw_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_kchaw_52:disabled::placeholder{color:#cbd5e1}._inputNew_kchaw_52._error_kchaw_7{border:1px solid #ef4444}._inputNew_kchaw_52._error_kchaw_7:focus,._inputNew_kchaw_52._error_kchaw_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_kchaw_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_kchaw_90{width:calc(50% - 8px)}._tableNavWrapper_kchaw_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_kchaw_109{align-items:center;gap:8px;display:flex}._tableNavItem_kchaw_115{margin:0}._modalContent_kchaw_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_kchaw_119._center_kchaw_126{text-align:center;font-family:Inter}._modalContent_kchaw_119._settings_kchaw_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_kchaw_119._settingsIntegration_kchaw_134,._modalContent_kchaw_119._performanceTestModalContent_kchaw_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_kchaw_119._monitoringReportContent_kchaw_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_kchaw_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_kchaw_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_kchaw_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_kchaw_159:after,._modalLine_kchaw_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_kchaw_159:before{left:-20px}._modalLine_kchaw_159:after{right:-20px}._infoMessage_kchaw_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_kchaw_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_kchaw_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_kchaw_197._buttonsAutoWidth_kchaw_204{justify-content:flex-end}._fullWidthTitle_kchaw_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_kchaw_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_kchaw_227,._alertsWidgetWrapper_kchaw_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_kchaw_227,._alertsWidgetWrapper_kchaw_227{padding:0 16px 15px}}._widgetHeader_kchaw_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_kchaw_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_kchaw_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_kchaw_263{align-items:center;height:180px;display:flex}._widgetFooter_kchaw_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_kchaw_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_kchaw_276:last-child{border:none}._widgetMainValue_kchaw_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_kchaw_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_kchaw_300{color:var(--text-muted);font-size:.75rem}._disabled_kchaw_312{opacity:.5;cursor:default}._widgetTag_kchaw_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_kchaw_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_kchaw_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_kchaw_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_kchaw_338._green_kchaw_343:before,._chartValuesTitle_kchaw_338._dark_kchaw_343:before,._chartValuesTitle_kchaw_338._blue_kchaw_343: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_kchaw_338._green_kchaw_343:before{background:var(--status-success)}._chartValuesTitle_kchaw_338._dark_kchaw_343:before{background:#475569}._chartValuesTitle_kchaw_338._blue_kchaw_343:before{background:#43e0f8}._topbar_kchaw_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_kchaw_373{display:inline-flex}._logo_kchaw_373{max-width:110px}._menuWrapper_kchaw_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_kchaw_381{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_kchaw_381._opened_kchaw_398{display:flex}}._menuItem_kchaw_403{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_kchaw_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_kchaw_403 ._menuIcon_kchaw_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_kchaw_403 ._menuIconPerformance_kchaw_429{fill:none}._menuItem_kchaw_403 ._menuIconStroke_kchaw_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_kchaw_403._active_kchaw_437,._menuItem_kchaw_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_kchaw_403._active_kchaw_437 ._menuIcon_kchaw_424:not(._menuIconStroke_kchaw_432,._menuIconPerformance_kchaw_429),._menuItem_kchaw_403:hover ._menuIcon_kchaw_424:not(._menuIconStroke_kchaw_432,._menuIconPerformance_kchaw_429){fill:#52c2fd}._menuItem_kchaw_403._active_kchaw_437 ._menuIconPerformance_kchaw_429 path,._menuItem_kchaw_403:hover ._menuIconPerformance_kchaw_429 path{stroke:#59a6fd}._menuItem_kchaw_403._active_kchaw_437 ._menuIconStroke_kchaw_432:not(._menuIcon_kchaw_424),._menuItem_kchaw_403:hover ._menuIconStroke_kchaw_432:not(._menuIcon_kchaw_424){stroke:#52c2fd}._redDot_kchaw_451{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_kchaw_466{justify-content:center;display:flex}._link_kchaw_471{color:var(--accent);cursor:pointer;text-decoration:underline}._alertsWidgetWrapper_kchaw_227{max-width:initial;flex:500px;min-height:193px}._chartWrapper_kchaw_483{padding:16px 0 0;position:relative}._chartWrapper_kchaw_483>div:first-child{margin:40px 0 50px}._mainValue_kchaw_491{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._mainValueLabel_kchaw_499{color:var(--text-muted);text-transform:uppercase;font-size:12px}._mainValueNumber_kchaw_505{color:var(--text-primary);margin-top:4px;font-size:24px;font-weight:500;line-height:1.5}._footer_kchaw_513{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._footerItem_kchaw_520{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._footerItem_kchaw_520:last-child{border:none}._footerNote_kchaw_529{color:var(--text-muted);align-items:center;font-size:12px;display:inline-flex}._footerNote_kchaw_529:before{content:"";background-color:var(--dot-color,#64748b);border-radius:50%;width:12px;height:12px;margin-right:4px;display:inline-flex}._footerValue_kchaw_545{color:var(--text-primary);margin-top:4px;font-size:24px;font-weight:500;line-height:1.5;display:block}._widgetLoader_kchaw_305{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_ble85_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_ble85_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_ble85_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_ble85_23{width:100%;margin-bottom:16px}._fieldWrapper_ble85_23:last-child{margin-bottom:0}._fieldLabel_ble85_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_ble85_36{margin-top:8px;font-size:.75rem}._field_ble85_23{width:100%;position:relative}._fieldLabelNew_ble85_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_ble85_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_ble85_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_ble85_52[type=password]{font-size:18px}._inputNew_ble85_52:focus,._inputNew_ble85_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_ble85_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_ble85_52:disabled::placeholder{color:#cbd5e1}._inputNew_ble85_52._error_ble85_7{border:1px solid #ef4444}._inputNew_ble85_52._error_ble85_7:focus,._inputNew_ble85_52._error_ble85_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_ble85_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_ble85_90{width:calc(50% - 8px)}._tableNavWrapper_ble85_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_ble85_109{align-items:center;gap:8px;display:flex}._tableNavItem_ble85_115{margin:0}._modalContent_ble85_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_ble85_119._center_ble85_126{text-align:center;font-family:Inter}._modalContent_ble85_119._settings_ble85_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_ble85_119._settingsIntegration_ble85_134,._modalContent_ble85_119._performanceTestModalContent_ble85_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_ble85_119._monitoringReportContent_ble85_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_ble85_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_ble85_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_ble85_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_ble85_159:after,._modalLine_ble85_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_ble85_159:before{left:-20px}._modalLine_ble85_159:after{right:-20px}._infoMessage_ble85_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_ble85_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_ble85_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_ble85_197._buttonsAutoWidth_ble85_204{justify-content:flex-end}._fullWidthTitle_ble85_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_ble85_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_ble85_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_ble85_227{padding:0 16px 15px}}._widgetHeader_ble85_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_ble85_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_ble85_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_ble85_263{align-items:center;height:180px;display:flex}._widgetFooter_ble85_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_ble85_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_ble85_276:last-child{border:none}._widgetMainValue_ble85_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_ble85_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_ble85_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_ble85_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_ble85_312{opacity:.5;cursor:default}._widgetTag_ble85_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_ble85_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_ble85_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_ble85_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_ble85_338._green_ble85_343:before,._chartValuesTitle_ble85_338._dark_ble85_343:before,._chartValuesTitle_ble85_338._blue_ble85_343: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_ble85_338._green_ble85_343:before{background:var(--status-success)}._chartValuesTitle_ble85_338._dark_ble85_343:before{background:#475569}._chartValuesTitle_ble85_338._blue_ble85_343:before{background:#43e0f8}._topbar_ble85_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_ble85_373{display:inline-flex}._logo_ble85_373{max-width:110px}._menuWrapper_ble85_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_ble85_381{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_ble85_381._opened_ble85_398{display:flex}}._menuItem_ble85_403{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_ble85_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_ble85_403 ._menuIcon_ble85_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_ble85_403 ._menuIconPerformance_ble85_429{fill:none}._menuItem_ble85_403 ._menuIconStroke_ble85_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_ble85_403._active_ble85_437,._menuItem_ble85_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_ble85_403._active_ble85_437 ._menuIcon_ble85_424:not(._menuIconStroke_ble85_432,._menuIconPerformance_ble85_429),._menuItem_ble85_403:hover ._menuIcon_ble85_424:not(._menuIconStroke_ble85_432,._menuIconPerformance_ble85_429){fill:#52c2fd}._menuItem_ble85_403._active_ble85_437 ._menuIconPerformance_ble85_429 path,._menuItem_ble85_403:hover ._menuIconPerformance_ble85_429 path{stroke:#59a6fd}._menuItem_ble85_403._active_ble85_437 ._menuIconStroke_ble85_432:not(._menuIcon_ble85_424),._menuItem_ble85_403:hover ._menuIconStroke_ble85_432:not(._menuIcon_ble85_424){stroke:#52c2fd}._redDot_ble85_451{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_ble85_466{justify-content:center;display:flex}._link_ble85_471{color:var(--accent);cursor:pointer;text-decoration:underline}._periodButtonsWrapper_ble85_477{justify-content:space-between;margin-bottom:-8px;display:flex}._separator_ble85_483{background:#e2e8f0;width:calc(100% + 40px);height:1px;margin-top:20px;margin-bottom:12px;margin-right:20px;position:relative;left:-20px}._periodButton_ble85_477{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_ble85_477._active_ble85_437,._periodButton_ble85_477:hover{background:var(--accent-subtle);border-color:#43e0f8}._authButtonsWrapper_1wqnp_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1wqnp_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1wqnp_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_1wqnp_23{width:100%;margin-bottom:16px}._fieldWrapper_1wqnp_23:last-child{margin-bottom:0}._fieldLabel_1wqnp_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1wqnp_36{margin-top:8px;font-size:.75rem}._field_1wqnp_23{width:100%;position:relative}._fieldLabelNew_1wqnp_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1wqnp_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_1wqnp_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1wqnp_52[type=password]{font-size:18px}._inputNew_1wqnp_52:focus,._inputNew_1wqnp_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1wqnp_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1wqnp_52:disabled::placeholder{color:#cbd5e1}._inputNew_1wqnp_52._error_1wqnp_7{border:1px solid #ef4444}._inputNew_1wqnp_52._error_1wqnp_7:focus,._inputNew_1wqnp_52._error_1wqnp_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1wqnp_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1wqnp_90{width:calc(50% - 8px)}._tableNavWrapper_1wqnp_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1wqnp_109{align-items:center;gap:8px;display:flex}._tableNavItem_1wqnp_115{margin:0}._modalContent_1wqnp_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1wqnp_119._center_1wqnp_126{text-align:center;font-family:Inter}._modalContent_1wqnp_119._settings_1wqnp_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1wqnp_119._settingsIntegration_1wqnp_134,._modalContent_1wqnp_119._performanceTestModalContent_1wqnp_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1wqnp_119._monitoringReportContent_1wqnp_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1wqnp_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1wqnp_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1wqnp_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1wqnp_159:after,._modalLine_1wqnp_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1wqnp_159:before{left:-20px}._modalLine_1wqnp_159:after{right:-20px}._infoMessage_1wqnp_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1wqnp_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_1wqnp_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1wqnp_197._buttonsAutoWidth_1wqnp_204{justify-content:flex-end}._fullWidthTitle_1wqnp_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_1wqnp_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1wqnp_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1wqnp_227{padding:0 16px 15px}}._widgetHeader_1wqnp_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1wqnp_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1wqnp_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_1wqnp_263{align-items:center;height:180px;display:flex}._widgetFooter_1wqnp_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1wqnp_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1wqnp_276:last-child{border:none}._widgetMainValue_1wqnp_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1wqnp_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1wqnp_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_1wqnp_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1wqnp_312{opacity:.5;cursor:default}._widgetTag_1wqnp_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1wqnp_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1wqnp_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1wqnp_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1wqnp_338._green_1wqnp_343:before,._chartValuesTitle_1wqnp_338._dark_1wqnp_343:before,._chartValuesTitle_1wqnp_338._blue_1wqnp_343: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_1wqnp_338._green_1wqnp_343:before{background:var(--status-success)}._chartValuesTitle_1wqnp_338._dark_1wqnp_343:before{background:#475569}._chartValuesTitle_1wqnp_338._blue_1wqnp_343:before{background:#43e0f8}._topbar_1wqnp_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1wqnp_373{display:inline-flex}._logo_1wqnp_373{max-width:110px}._menuWrapper_1wqnp_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_1wqnp_381{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_1wqnp_381._opened_1wqnp_398{display:flex}}._menuItem_1wqnp_403{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_1wqnp_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_1wqnp_403 ._menuIcon_1wqnp_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1wqnp_403 ._menuIconPerformance_1wqnp_429{fill:none}._menuItem_1wqnp_403 ._menuIconStroke_1wqnp_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1wqnp_403._active_1wqnp_437,._menuItem_1wqnp_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1wqnp_403._active_1wqnp_437 ._menuIcon_1wqnp_424:not(._menuIconStroke_1wqnp_432,._menuIconPerformance_1wqnp_429),._menuItem_1wqnp_403:hover ._menuIcon_1wqnp_424:not(._menuIconStroke_1wqnp_432,._menuIconPerformance_1wqnp_429){fill:#52c2fd}._menuItem_1wqnp_403._active_1wqnp_437 ._menuIconPerformance_1wqnp_429 path,._menuItem_1wqnp_403:hover ._menuIconPerformance_1wqnp_429 path{stroke:#59a6fd}._menuItem_1wqnp_403._active_1wqnp_437 ._menuIconStroke_1wqnp_432:not(._menuIcon_1wqnp_424),._menuItem_1wqnp_403:hover ._menuIconStroke_1wqnp_432:not(._menuIcon_1wqnp_424){stroke:#52c2fd}._redDot_1wqnp_451{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_1wqnp_466{justify-content:center;display:flex}._link_1wqnp_471{color:var(--accent);cursor:pointer;text-decoration:underline}._toggleContainer_1wqnp_477{cursor:pointer;display:inline-flex}._toggleSlider_1wqnp_482{background-color:#cbd5e1;border-radius:18px;width:30px;height:18px;transition:all .2s;position:relative}._toggleHandle_1wqnp_491{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_1wqnp_503._toggleSlider_1wqnp_482{background-color:#00bbdc}._checked_1wqnp_503 ._toggleHandle_1wqnp_491{transform:translate(12px)}input[type=checkbox]{display:none}._toggleWrapper_1wqnp_515{align-items:center;display:inline-flex;position:relative}._toggleWrapper_1wqnp_515._reverse_1wqnp_520{flex-direction:row-reverse}._toggleText_1wqnp_524{padding:0 8px;font-size:.875rem}._authButtonsWrapper_1szw4_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1szw4_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1szw4_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_1szw4_23{width:100%;margin-bottom:16px}._fieldWrapper_1szw4_23:last-child{margin-bottom:0}._fieldLabel_1szw4_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1szw4_36{margin-top:8px;font-size:.75rem}._field_1szw4_23{width:100%;position:relative}._fieldLabelNew_1szw4_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1szw4_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_1szw4_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1szw4_52[type=password]{font-size:18px}._inputNew_1szw4_52:focus,._inputNew_1szw4_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1szw4_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1szw4_52:disabled::placeholder{color:#cbd5e1}._inputNew_1szw4_52._error_1szw4_7{border:1px solid #ef4444}._inputNew_1szw4_52._error_1szw4_7:focus,._inputNew_1szw4_52._error_1szw4_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1szw4_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1szw4_90{width:calc(50% - 8px)}._tableNavWrapper_1szw4_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1szw4_109{align-items:center;gap:8px;display:flex}._tableNavItem_1szw4_115{margin:0}._modalContent_1szw4_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1szw4_119._center_1szw4_126{text-align:center;font-family:Inter}._modalContent_1szw4_119._settings_1szw4_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1szw4_119._settingsIntegration_1szw4_134,._modalContent_1szw4_119._performanceTestModalContent_1szw4_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1szw4_119._monitoringReportContent_1szw4_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1szw4_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1szw4_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1szw4_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1szw4_159:after,._modalLine_1szw4_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1szw4_159:before{left:-20px}._modalLine_1szw4_159:after{right:-20px}._infoMessage_1szw4_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1szw4_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_1szw4_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1szw4_197._buttonsAutoWidth_1szw4_204{justify-content:flex-end}._fullWidthTitle_1szw4_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_1szw4_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1szw4_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1szw4_227{padding:0 16px 15px}}._widgetHeader_1szw4_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1szw4_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1szw4_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_1szw4_263{align-items:center;height:180px;display:flex}._widgetFooter_1szw4_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1szw4_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1szw4_276:last-child{border:none}._widgetMainValue_1szw4_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1szw4_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1szw4_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_1szw4_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1szw4_312{opacity:.5;cursor:default}._widgetTag_1szw4_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1szw4_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1szw4_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1szw4_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1szw4_338._green_1szw4_343:before,._chartValuesTitle_1szw4_338._dark_1szw4_343:before,._chartValuesTitle_1szw4_338._blue_1szw4_343: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_1szw4_338._green_1szw4_343:before{background:var(--status-success)}._chartValuesTitle_1szw4_338._dark_1szw4_343:before{background:#475569}._chartValuesTitle_1szw4_338._blue_1szw4_343:before{background:#43e0f8}._topbar_1szw4_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1szw4_373{display:inline-flex}._logo_1szw4_373{max-width:110px}._menuWrapper_1szw4_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_1szw4_381{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_1szw4_381._opened_1szw4_398{display:flex}}._menuItem_1szw4_403{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_1szw4_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_1szw4_403 ._menuIcon_1szw4_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1szw4_403 ._menuIconPerformance_1szw4_429{fill:none}._menuItem_1szw4_403 ._menuIconStroke_1szw4_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1szw4_403._active_1szw4_437,._menuItem_1szw4_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1szw4_403._active_1szw4_437 ._menuIcon_1szw4_424:not(._menuIconStroke_1szw4_432,._menuIconPerformance_1szw4_429),._menuItem_1szw4_403:hover ._menuIcon_1szw4_424:not(._menuIconStroke_1szw4_432,._menuIconPerformance_1szw4_429){fill:#52c2fd}._menuItem_1szw4_403._active_1szw4_437 ._menuIconPerformance_1szw4_429 path,._menuItem_1szw4_403:hover ._menuIconPerformance_1szw4_429 path{stroke:#59a6fd}._menuItem_1szw4_403._active_1szw4_437 ._menuIconStroke_1szw4_432:not(._menuIcon_1szw4_424),._menuItem_1szw4_403:hover ._menuIconStroke_1szw4_432:not(._menuIcon_1szw4_424){stroke:#52c2fd}._redDot_1szw4_451{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_1szw4_466{justify-content:center;display:flex}._link_1szw4_471{color:var(--accent);cursor:pointer;text-decoration:underline}._alertRulesTableActions_1szw4_477>span:hover{background-color:initial}._alertRuleConfirmationIcon_1szw4_481{background-color:#fff4cc;border-radius:10px;justify-content:center;align-items:center;width:56px;height:56px;margin:auto;display:flex}._alertRuleConfirmationIcon_1szw4_481 svg{width:24px;height:24px}._alertRuleConfirmationModal_1szw4_496{z-index:calc(6001 + 2)}._alertRuleConfirmationModal_1szw4_496+div{z-index:calc(6000 + 2);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0f172a7a}._impactMessage_1szw4_505{margin-top:16px}._activeAlertRulesCell_1szw4_509{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_1szw4_522,._activeAlertRulesCount_1szw4_523,._activeAlertRulesListItem_1szw4_524{background:var(--surface-3);border-radius:8px;font-family:Inter;font-size:.875rem}._activeAlertRulesChip_1szw4_522{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:180px;padding:4px 10px;overflow:hidden}._activeAlertRulesCount_1szw4_523{padding:4px 8px}._activeAlertRulesModal_1szw4_544{padding:20px}._activeAlertRulesTitle_1szw4_548{color:var(--text-primary);margin:0;font-size:1.125rem;font-weight:500;line-height:1.5}._activeAlertRulesMeta_1szw4_556{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_1szw4_567{color:var(--text-muted);font-size:.75rem;font-weight:500}._activeAlertRulesList_1szw4_524{gap:8px;display:grid}._activeAlertRulesListItem_1szw4_524{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)}._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")}._authButtonsWrapper_10zk0_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_10zk0_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_10zk0_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_10zk0_23{width:100%;margin-bottom:16px}._fieldWrapper_10zk0_23:last-child{margin-bottom:0}._fieldLabel_10zk0_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_10zk0_36{margin-top:8px;font-size:.75rem}._field_10zk0_23{width:100%;position:relative}._fieldLabelNew_10zk0_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_10zk0_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_10zk0_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_10zk0_52[type=password]{font-size:18px}._inputNew_10zk0_52:focus,._inputNew_10zk0_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_10zk0_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_10zk0_52:disabled::placeholder{color:#cbd5e1}._inputNew_10zk0_52._error_10zk0_7{border:1px solid #ef4444}._inputNew_10zk0_52._error_10zk0_7:focus,._inputNew_10zk0_52._error_10zk0_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_10zk0_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_10zk0_90{width:calc(50% - 8px)}._tableNavWrapper_10zk0_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_10zk0_109{align-items:center;gap:8px;display:flex}._tableNavItem_10zk0_115{margin:0}._modalContent_10zk0_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_10zk0_119._center_10zk0_126{text-align:center;font-family:Inter}._modalContent_10zk0_119._settings_10zk0_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_10zk0_119._settingsIntegration_10zk0_134,._modalContent_10zk0_119._performanceTestModalContent_10zk0_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_10zk0_119._monitoringReportContent_10zk0_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_10zk0_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_10zk0_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_10zk0_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_10zk0_159:after,._modalLine_10zk0_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_10zk0_159:before{left:-20px}._modalLine_10zk0_159:after{right:-20px}._infoMessage_10zk0_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_10zk0_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_10zk0_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_10zk0_197._buttonsAutoWidth_10zk0_204{justify-content:flex-end}._fullWidthTitle_10zk0_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_10zk0_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_10zk0_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_10zk0_227{padding:0 16px 15px}}._widgetHeader_10zk0_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_10zk0_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_10zk0_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_10zk0_263{align-items:center;height:180px;display:flex}._widgetFooter_10zk0_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_10zk0_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_10zk0_276:last-child{border:none}._widgetMainValue_10zk0_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_10zk0_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_10zk0_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_10zk0_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_10zk0_312{opacity:.5;cursor:default}._widgetTag_10zk0_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_10zk0_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_10zk0_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_10zk0_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_10zk0_338._green_10zk0_343:before,._chartValuesTitle_10zk0_338._dark_10zk0_343:before,._chartValuesTitle_10zk0_338._blue_10zk0_343: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_10zk0_338._green_10zk0_343:before{background:var(--status-success)}._chartValuesTitle_10zk0_338._dark_10zk0_343:before{background:#475569}._chartValuesTitle_10zk0_338._blue_10zk0_343:before{background:#43e0f8}._topbar_10zk0_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_10zk0_373{display:inline-flex}._logo_10zk0_373{max-width:110px}._menuWrapper_10zk0_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_10zk0_381{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_10zk0_381._opened_10zk0_398{display:flex}}._menuItem_10zk0_403{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_10zk0_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_10zk0_403 ._menuIcon_10zk0_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_10zk0_403 ._menuIconPerformance_10zk0_429{fill:none}._menuItem_10zk0_403 ._menuIconStroke_10zk0_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_10zk0_403._active_10zk0_437,._menuItem_10zk0_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_10zk0_403._active_10zk0_437 ._menuIcon_10zk0_424:not(._menuIconStroke_10zk0_432,._menuIconPerformance_10zk0_429),._menuItem_10zk0_403:hover ._menuIcon_10zk0_424:not(._menuIconStroke_10zk0_432,._menuIconPerformance_10zk0_429){fill:#52c2fd}._menuItem_10zk0_403._active_10zk0_437 ._menuIconPerformance_10zk0_429 path,._menuItem_10zk0_403:hover ._menuIconPerformance_10zk0_429 path{stroke:#59a6fd}._menuItem_10zk0_403._active_10zk0_437 ._menuIconStroke_10zk0_432:not(._menuIcon_10zk0_424),._menuItem_10zk0_403:hover ._menuIconStroke_10zk0_432:not(._menuIcon_10zk0_424){stroke:#52c2fd}._redDot_10zk0_451{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_10zk0_466{justify-content:center;display:flex}._link_10zk0_471{color:var(--accent);cursor:pointer;text-decoration:underline}._modalTitle_10zk0_147{margin:0}._modalSubtitle_10zk0_481{text-transform:uppercase;color:var(--text-muted);font-size:.75rem}._statsScrollableArea_10zk0_487{height:calc(100vh - 95px);height:calc(var(--vh,1vh) * 100 - 95px);padding-bottom:30px;position:relative;overflow:scroll}._devicesDataContainer_10zk0_495{flex-wrap:wrap;gap:24px;padding:0 24px 24px;display:flex}._devicesDataText_10zk0_502{word-break:break-all;margin-top:4px;font-size:.75rem;font-weight:500}._devicesDataText_10zk0_502._cooling_10zk0_508{color:#3b92f6}._devicesDataText_10zk0_502._heating_10zk0_511{color:var(--status-danger)}._devicesDataText_10zk0_502._good_10zk0_514{color:var(--status-success)}._devicesDataText_10zk0_502._fair_10zk0_517{color:var(--status-warning)}._devicesDataText_10zk0_502._bad_10zk0_520{color:var(--status-danger)}._devicesDataText_10zk0_502._blue_10zk0_343{color:var(--accent)}._chartsWrapper_10zk0_527{min-height:480px;padding:0 20px}._mobileChartsWrapper_10zk0_532{min-height:510px}._drawerTabsWrapper_10zk0_536{margin-bottom:24px;padding:0 24px}._drawerTabs_10zk0_536{background-color:var(--surface-3);border-radius:32px;gap:5px;padding:4px;display:flex}._drawerTab_10zk0_536{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_10zk0_536._active_10zk0_437{background-color:var(--surface-1);color:var(--text-secondary);cursor:initial}._drawerTab_10zk0_536:hover{color:var(--text-secondary);background-color:var(--surface-1)}._tabButtonsWrapper_10zk0_570{flex:1;align-items:center;width:100%;margin-bottom:14px;display:flex}._tempToggleWrapper_10zk0_578{flex:1;justify-content:flex-end;align-items:center;gap:6px;margin-right:10px;display:flex;position:absolute;top:17px;right:35px}._tempToggleWrapper_10zk0_578 span{color:var(--text-muted);font-size:14px;font-weight:500}._tabButton_10zk0_570{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_10zk0_570:hover{color:var(--text-secondary)}._tabButton_10zk0_570._active_10zk0_437{color:var(--text-secondary);border-color:#43e0f8}._chartContainer_10zk0_613{height:200px;position:relative}._chartContainerWithLabel_10zk0_618{height:240px}._temperatureLineChartContainer_10zk0_622{margin-bottom:20px}._chartBottomDiv_10zk0_626{opacity:.7;z-index:1;height:24px;position:absolute}._emptyReportDataWrapper_10zk0_633{margin-top:52px}._barChartContainer_10zk0_637{height:280px}@media only screen and (width<=768px){._temperatureLineChartContainer_10zk0_622{margin-bottom:0}._tabButtonsWrapper_10zk0_570{flex-wrap:wrap;width:100%;margin:0 -20px}._tabButtonsWrapper_10zk0_570>span{order:-1;justify-content:center;width:100%;margin:0 auto 5px;display:flex}._tabButtonsWrapper_10zk0_570>div{width:100%;display:flex}._barChartContainer_10zk0_637{margin-bottom:30px}._emptyReportDataWrapper_10zk0_633{margin-top:15px}._tabButton_10zk0_570{border-bottom:1px solid var(--border-strong);text-align:center;cursor:pointer;width:100%;margin-right:0;padding-top:14px}._tabButton_10zk0_570:hover{color:var(--text-secondary)}._tabButton_10zk0_570._active_10zk0_437{color:var(--accent);border-color:var(--accent)}}._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_11a1w_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_11a1w_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_11a1w_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_11a1w_23{width:100%;margin-bottom:16px}._fieldWrapper_11a1w_23:last-child{margin-bottom:0}._fieldLabel_11a1w_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_11a1w_36{margin-top:8px;font-size:.75rem}._field_11a1w_23{width:100%;position:relative}._fieldLabelNew_11a1w_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_11a1w_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_11a1w_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_11a1w_52[type=password]{font-size:18px}._inputNew_11a1w_52:focus,._inputNew_11a1w_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_11a1w_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_11a1w_52:disabled::placeholder{color:#cbd5e1}._inputNew_11a1w_52._error_11a1w_7{border:1px solid #ef4444}._inputNew_11a1w_52._error_11a1w_7:focus,._inputNew_11a1w_52._error_11a1w_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_11a1w_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_11a1w_90{width:calc(50% - 8px)}._tableNavWrapper_11a1w_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_11a1w_109{align-items:center;gap:8px;display:flex}._tableNavItem_11a1w_115{margin:0}._modalContent_11a1w_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_11a1w_119._center_11a1w_126{text-align:center;font-family:Inter}._modalContent_11a1w_119._settings_11a1w_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_11a1w_119._settingsIntegration_11a1w_134,._modalContent_11a1w_119._performanceTestModalContent_11a1w_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_11a1w_119._monitoringReportContent_11a1w_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_11a1w_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_11a1w_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_11a1w_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_11a1w_159:after,._modalLine_11a1w_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_11a1w_159:before{left:-20px}._modalLine_11a1w_159:after{right:-20px}._infoMessage_11a1w_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_11a1w_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_11a1w_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_11a1w_197._buttonsAutoWidth_11a1w_204{justify-content:flex-end}._fullWidthTitle_11a1w_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_11a1w_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_11a1w_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_11a1w_227{padding:0 16px 15px}}._widgetHeader_11a1w_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_11a1w_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_11a1w_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_11a1w_263{align-items:center;height:180px;display:flex}._widgetFooter_11a1w_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_11a1w_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_11a1w_276:last-child{border:none}._widgetMainValue_11a1w_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_11a1w_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_11a1w_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_11a1w_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_11a1w_312{opacity:.5;cursor:default}._widgetTag_11a1w_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_11a1w_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_11a1w_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_11a1w_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_11a1w_338._green_11a1w_343:before,._chartValuesTitle_11a1w_338._dark_11a1w_343:before,._chartValuesTitle_11a1w_338._blue_11a1w_343: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_11a1w_338._green_11a1w_343:before{background:var(--status-success)}._chartValuesTitle_11a1w_338._dark_11a1w_343:before{background:#475569}._chartValuesTitle_11a1w_338._blue_11a1w_343:before{background:#43e0f8}._topbar_11a1w_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_11a1w_373{display:inline-flex}._logo_11a1w_373{max-width:110px}._menuWrapper_11a1w_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_11a1w_381{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_11a1w_381._opened_11a1w_398{display:flex}}._menuItem_11a1w_403{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_11a1w_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_11a1w_403 ._menuIcon_11a1w_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_11a1w_403 ._menuIconPerformance_11a1w_429{fill:none}._menuItem_11a1w_403 ._menuIconStroke_11a1w_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_11a1w_403._active_11a1w_437,._menuItem_11a1w_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_11a1w_403._active_11a1w_437 ._menuIcon_11a1w_424:not(._menuIconStroke_11a1w_432,._menuIconPerformance_11a1w_429),._menuItem_11a1w_403:hover ._menuIcon_11a1w_424:not(._menuIconStroke_11a1w_432,._menuIconPerformance_11a1w_429){fill:#52c2fd}._menuItem_11a1w_403._active_11a1w_437 ._menuIconPerformance_11a1w_429 path,._menuItem_11a1w_403:hover ._menuIconPerformance_11a1w_429 path{stroke:#59a6fd}._menuItem_11a1w_403._active_11a1w_437 ._menuIconStroke_11a1w_432:not(._menuIcon_11a1w_424),._menuItem_11a1w_403:hover ._menuIconStroke_11a1w_432:not(._menuIcon_11a1w_424){stroke:#52c2fd}._redDot_11a1w_451{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_11a1w_466{justify-content:center;display:flex}._link_11a1w_471{color:var(--accent);cursor:pointer;text-decoration:underline}._pageDropdownWrapper_11a1w_477,._paginationDropdownWrapper_11a1w_483{font-size:.875rem;font-weight:500;position:relative}._paginationDropdown_11a1w_483{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_11a1w_502{position:absolute;top:6px;right:12px;transform:rotate(180deg)}._paginationIcon_11a1w_502._active_11a1w_437{transform:rotate(0)}._paginationDropdownList_11a1w_512{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_11a1w_523{cursor:pointer;padding:10px;transition:all .2s;position:relative}._paginationDropdownItem_11a1w_523:hover{background:var(--surface-3)}._paginationDropdownItem_11a1w_523._active_11a1w_437: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_1yytk_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1yytk_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1yytk_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_1yytk_23{width:100%;margin-bottom:16px}._fieldWrapper_1yytk_23:last-child{margin-bottom:0}._fieldLabel_1yytk_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1yytk_36{margin-top:8px;font-size:.75rem}._field_1yytk_23{width:100%;position:relative}._fieldLabelNew_1yytk_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1yytk_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_1yytk_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1yytk_52[type=password]{font-size:18px}._inputNew_1yytk_52:focus,._inputNew_1yytk_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1yytk_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1yytk_52:disabled::placeholder{color:#cbd5e1}._inputNew_1yytk_52._error_1yytk_7{border:1px solid #ef4444}._inputNew_1yytk_52._error_1yytk_7:focus,._inputNew_1yytk_52._error_1yytk_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1yytk_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1yytk_90{width:calc(50% - 8px)}._tableNavWrapper_1yytk_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1yytk_109{align-items:center;gap:8px;display:flex}._tableNavItem_1yytk_115{margin:0}._modalContent_1yytk_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1yytk_119._center_1yytk_126{text-align:center;font-family:Inter}._modalContent_1yytk_119._settings_1yytk_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1yytk_119._settingsIntegration_1yytk_134,._modalContent_1yytk_119._performanceTestModalContent_1yytk_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1yytk_119._monitoringReportContent_1yytk_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1yytk_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1yytk_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1yytk_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1yytk_159:after,._modalLine_1yytk_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1yytk_159:before{left:-20px}._modalLine_1yytk_159:after{right:-20px}._infoMessage_1yytk_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1yytk_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_1yytk_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1yytk_197._buttonsAutoWidth_1yytk_204{justify-content:flex-end}._fullWidthTitle_1yytk_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_1yytk_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1yytk_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1yytk_227{padding:0 16px 15px}}._widgetHeader_1yytk_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1yytk_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1yytk_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_1yytk_263{align-items:center;height:180px;display:flex}._widgetFooter_1yytk_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1yytk_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1yytk_276:last-child{border:none}._widgetMainValue_1yytk_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1yytk_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1yytk_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_1yytk_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1yytk_312{opacity:.5;cursor:default}._widgetTag_1yytk_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1yytk_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1yytk_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1yytk_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1yytk_338._green_1yytk_343:before,._chartValuesTitle_1yytk_338._dark_1yytk_343:before,._chartValuesTitle_1yytk_338._blue_1yytk_343: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_1yytk_338._green_1yytk_343:before{background:var(--status-success)}._chartValuesTitle_1yytk_338._dark_1yytk_343:before{background:#475569}._chartValuesTitle_1yytk_338._blue_1yytk_343:before{background:#43e0f8}._topbar_1yytk_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1yytk_373{display:inline-flex}._logo_1yytk_373{max-width:110px}._menuWrapper_1yytk_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_1yytk_381{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_1yytk_381._opened_1yytk_398{display:flex}}._menuItem_1yytk_403{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_1yytk_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_1yytk_403 ._menuIcon_1yytk_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1yytk_403 ._menuIconPerformance_1yytk_429{fill:none}._menuItem_1yytk_403 ._menuIconStroke_1yytk_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1yytk_403._active_1yytk_437,._menuItem_1yytk_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1yytk_403._active_1yytk_437 ._menuIcon_1yytk_424:not(._menuIconStroke_1yytk_432,._menuIconPerformance_1yytk_429),._menuItem_1yytk_403:hover ._menuIcon_1yytk_424:not(._menuIconStroke_1yytk_432,._menuIconPerformance_1yytk_429){fill:#52c2fd}._menuItem_1yytk_403._active_1yytk_437 ._menuIconPerformance_1yytk_429 path,._menuItem_1yytk_403:hover ._menuIconPerformance_1yytk_429 path{stroke:#59a6fd}._menuItem_1yytk_403._active_1yytk_437 ._menuIconStroke_1yytk_432:not(._menuIcon_1yytk_424),._menuItem_1yytk_403:hover ._menuIconStroke_1yytk_432:not(._menuIcon_1yytk_424){stroke:#52c2fd}._redDot_1yytk_451{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_1yytk_466{justify-content:center;display:flex}._link_1yytk_471{color:var(--accent);cursor:pointer;text-decoration:underline}._paginationWrapper_1yytk_477{background:var(--surface-1);justify-content:space-between;align-items:center;padding:12px 0;display:flex}@media only screen and (width<=900px){._paginationWrapper_1yytk_477{flex-wrap:wrap}}._paginationWrapper_1yytk_477 ul{list-style:none}._paddingNone_1yytk_493{padding:0}._paginationText_1yytk_497{color:var(--text-secondary);font-size:.875rem}@media only screen and (width<=768px){._paginationWrapper_1yytk_477{flex-direction:column}._paginationWrapper_1yytk_477>div:nth-child(2){order:-1;margin:0 auto 15px}._paginationWrapper_1yytk_477>div:nth-child(3){margin-top:10px}}._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_nqmxk_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_nqmxk_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_nqmxk_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_nqmxk_23{width:100%;margin-bottom:16px}._fieldWrapper_nqmxk_23:last-child{margin-bottom:0}._fieldLabel_nqmxk_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_nqmxk_36{margin-top:8px;font-size:.75rem}._field_nqmxk_23{width:100%;position:relative}._fieldLabelNew_nqmxk_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_nqmxk_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_nqmxk_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_nqmxk_52[type=password]{font-size:18px}._inputNew_nqmxk_52:focus,._inputNew_nqmxk_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_nqmxk_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_nqmxk_52:disabled::placeholder{color:#cbd5e1}._inputNew_nqmxk_52._error_nqmxk_7{border:1px solid #ef4444}._inputNew_nqmxk_52._error_nqmxk_7:focus,._inputNew_nqmxk_52._error_nqmxk_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_nqmxk_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_nqmxk_90{width:calc(50% - 8px)}._tableNavWrapper_nqmxk_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_nqmxk_109{align-items:center;gap:8px;display:flex}._tableNavItem_nqmxk_115{margin:0}._modalContent_nqmxk_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_nqmxk_119._center_nqmxk_126{text-align:center;font-family:Inter}._modalContent_nqmxk_119._settings_nqmxk_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_nqmxk_119._settingsIntegration_nqmxk_134,._modalContent_nqmxk_119._performanceTestModalContent_nqmxk_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_nqmxk_119._monitoringReportContent_nqmxk_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_nqmxk_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_nqmxk_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_nqmxk_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_nqmxk_159:after,._modalLine_nqmxk_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_nqmxk_159:before{left:-20px}._modalLine_nqmxk_159:after{right:-20px}._infoMessage_nqmxk_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_nqmxk_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_nqmxk_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_nqmxk_197._buttonsAutoWidth_nqmxk_204{justify-content:flex-end}._fullWidthTitle_nqmxk_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_nqmxk_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_nqmxk_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_nqmxk_227{padding:0 16px 15px}}._widgetHeader_nqmxk_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_nqmxk_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_nqmxk_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_nqmxk_263{align-items:center;height:180px;display:flex}._widgetFooter_nqmxk_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_nqmxk_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_nqmxk_276:last-child{border:none}._widgetMainValue_nqmxk_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_nqmxk_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_nqmxk_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_nqmxk_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_nqmxk_312{opacity:.5;cursor:default}._widgetTag_nqmxk_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_nqmxk_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_nqmxk_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_nqmxk_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_nqmxk_338._green_nqmxk_343:before,._chartValuesTitle_nqmxk_338._dark_nqmxk_343:before,._chartValuesTitle_nqmxk_338._blue_nqmxk_343: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_nqmxk_338._green_nqmxk_343:before{background:var(--status-success)}._chartValuesTitle_nqmxk_338._dark_nqmxk_343:before{background:#475569}._chartValuesTitle_nqmxk_338._blue_nqmxk_343:before{background:#43e0f8}._topbar_nqmxk_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_nqmxk_373{display:inline-flex}._logo_nqmxk_373{max-width:110px}._menuWrapper_nqmxk_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_nqmxk_381{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_nqmxk_381._opened_nqmxk_398{display:flex}}._menuItem_nqmxk_403{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_nqmxk_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_nqmxk_403 ._menuIcon_nqmxk_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_nqmxk_403 ._menuIconPerformance_nqmxk_429{fill:none}._menuItem_nqmxk_403 ._menuIconStroke_nqmxk_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_nqmxk_403._active_nqmxk_437,._menuItem_nqmxk_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_nqmxk_403._active_nqmxk_437 ._menuIcon_nqmxk_424:not(._menuIconStroke_nqmxk_432,._menuIconPerformance_nqmxk_429),._menuItem_nqmxk_403:hover ._menuIcon_nqmxk_424:not(._menuIconStroke_nqmxk_432,._menuIconPerformance_nqmxk_429){fill:#52c2fd}._menuItem_nqmxk_403._active_nqmxk_437 ._menuIconPerformance_nqmxk_429 path,._menuItem_nqmxk_403:hover ._menuIconPerformance_nqmxk_429 path{stroke:#59a6fd}._menuItem_nqmxk_403._active_nqmxk_437 ._menuIconStroke_nqmxk_432:not(._menuIcon_nqmxk_424),._menuItem_nqmxk_403:hover ._menuIconStroke_nqmxk_432:not(._menuIcon_nqmxk_424){stroke:#52c2fd}._redDot_nqmxk_451{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_nqmxk_466{justify-content:center;display:flex}._link_nqmxk_471{color:var(--accent);cursor:pointer;text-decoration:underline}._draggableWrapper_nqmxk_477{text-transform:capitalize;max-height:calc(90vh - 145px);overflow:hidden auto}._editColumnsModal_nqmxk_484{flex-direction:column;display:flex}._authButtonsWrapper_mdwqk_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_mdwqk_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_mdwqk_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_mdwqk_23{width:100%;margin-bottom:16px}._fieldWrapper_mdwqk_23:last-child{margin-bottom:0}._fieldLabel_mdwqk_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_mdwqk_36{margin-top:8px;font-size:.75rem}._field_mdwqk_23{width:100%;position:relative}._fieldLabelNew_mdwqk_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_mdwqk_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_mdwqk_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_mdwqk_52[type=password]{font-size:18px}._inputNew_mdwqk_52:focus,._inputNew_mdwqk_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_mdwqk_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_mdwqk_52:disabled::placeholder{color:#cbd5e1}._inputNew_mdwqk_52._error_mdwqk_7{border:1px solid #ef4444}._inputNew_mdwqk_52._error_mdwqk_7:focus,._inputNew_mdwqk_52._error_mdwqk_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_mdwqk_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_mdwqk_90{width:calc(50% - 8px)}._tableNavWrapper_mdwqk_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_mdwqk_109{align-items:center;gap:8px;display:flex}._tableNavItem_mdwqk_115{margin:0}._modalContent_mdwqk_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_mdwqk_119._center_mdwqk_126{text-align:center;font-family:Inter}._modalContent_mdwqk_119._settings_mdwqk_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_mdwqk_119._settingsIntegration_mdwqk_134,._modalContent_mdwqk_119._performanceTestModalContent_mdwqk_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_mdwqk_119._monitoringReportContent_mdwqk_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_mdwqk_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_mdwqk_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_mdwqk_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_mdwqk_159:after,._modalLine_mdwqk_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_mdwqk_159:before{left:-20px}._modalLine_mdwqk_159:after{right:-20px}._infoMessage_mdwqk_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_mdwqk_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_mdwqk_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_mdwqk_197._buttonsAutoWidth_mdwqk_204{justify-content:flex-end}._fullWidthTitle_mdwqk_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_mdwqk_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_mdwqk_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_mdwqk_227{padding:0 16px 15px}}._widgetHeader_mdwqk_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_mdwqk_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_mdwqk_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_mdwqk_263{align-items:center;height:180px;display:flex}._widgetFooter_mdwqk_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_mdwqk_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_mdwqk_276:last-child{border:none}._widgetMainValue_mdwqk_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_mdwqk_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_mdwqk_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_mdwqk_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_mdwqk_312{opacity:.5;cursor:default}._widgetTag_mdwqk_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_mdwqk_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_mdwqk_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_mdwqk_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_mdwqk_338._green_mdwqk_343:before,._chartValuesTitle_mdwqk_338._dark_mdwqk_343:before,._chartValuesTitle_mdwqk_338._blue_mdwqk_343: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_mdwqk_338._green_mdwqk_343:before{background:var(--status-success)}._chartValuesTitle_mdwqk_338._dark_mdwqk_343:before{background:#475569}._chartValuesTitle_mdwqk_338._blue_mdwqk_343:before{background:#43e0f8}._topbar_mdwqk_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_mdwqk_373{display:inline-flex}._logo_mdwqk_373{max-width:110px}._menuWrapper_mdwqk_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_mdwqk_381{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_mdwqk_381._opened_mdwqk_398{display:flex}}._menuItem_mdwqk_403{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_mdwqk_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_mdwqk_403 ._menuIcon_mdwqk_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_mdwqk_403 ._menuIconPerformance_mdwqk_429{fill:none}._menuItem_mdwqk_403 ._menuIconStroke_mdwqk_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_mdwqk_403._active_mdwqk_437,._menuItem_mdwqk_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_mdwqk_403._active_mdwqk_437 ._menuIcon_mdwqk_424:not(._menuIconStroke_mdwqk_432,._menuIconPerformance_mdwqk_429),._menuItem_mdwqk_403:hover ._menuIcon_mdwqk_424:not(._menuIconStroke_mdwqk_432,._menuIconPerformance_mdwqk_429){fill:#52c2fd}._menuItem_mdwqk_403._active_mdwqk_437 ._menuIconPerformance_mdwqk_429 path,._menuItem_mdwqk_403:hover ._menuIconPerformance_mdwqk_429 path{stroke:#59a6fd}._menuItem_mdwqk_403._active_mdwqk_437 ._menuIconStroke_mdwqk_432:not(._menuIcon_mdwqk_424),._menuItem_mdwqk_403:hover ._menuIconStroke_mdwqk_432:not(._menuIcon_mdwqk_424){stroke:#52c2fd}._redDot_mdwqk_451{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_mdwqk_466{justify-content:center;display:flex}._link_mdwqk_471{color:var(--accent);cursor:pointer;text-decoration:underline}._alertStatus_mdwqk_477{text-transform:uppercase;align-items:center;font-size:.75rem;font-weight:500;display:inline-flex}._alertStatus_mdwqk_477:before{content:"";border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-flex}._alertStatus_mdwqk_477._active_mdwqk_437:before{background:var(--status-success)}._alertStatus_mdwqk_477._frozen_mdwqk_495:before{background:#475569}._alertStatus_mdwqk_477._acknowledged_mdwqk_498:before{background:var(--accent)}._authButtonsWrapper_18ytr_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_18ytr_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_18ytr_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_18ytr_23{width:100%;margin-bottom:16px}._fieldWrapper_18ytr_23:last-child{margin-bottom:0}._fieldLabel_18ytr_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_18ytr_36{margin-top:8px;font-size:.75rem}._field_18ytr_23{width:100%;position:relative}._fieldLabelNew_18ytr_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_18ytr_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_18ytr_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_18ytr_52[type=password]{font-size:18px}._inputNew_18ytr_52:focus,._inputNew_18ytr_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_18ytr_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_18ytr_52:disabled::placeholder{color:#cbd5e1}._inputNew_18ytr_52._error_18ytr_7{border:1px solid #ef4444}._inputNew_18ytr_52._error_18ytr_7:focus,._inputNew_18ytr_52._error_18ytr_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_18ytr_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_18ytr_90{width:calc(50% - 8px)}._tableNavWrapper_18ytr_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_18ytr_109{align-items:center;gap:8px;display:flex}._tableNavItem_18ytr_115{margin:0}._modalContent_18ytr_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_18ytr_119._center_18ytr_126{text-align:center;font-family:Inter}._modalContent_18ytr_119._settings_18ytr_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_18ytr_119._settingsIntegration_18ytr_134,._modalContent_18ytr_119._performanceTestModalContent_18ytr_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_18ytr_119._monitoringReportContent_18ytr_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_18ytr_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_18ytr_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_18ytr_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_18ytr_159:after,._modalLine_18ytr_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_18ytr_159:before{left:-20px}._modalLine_18ytr_159:after{right:-20px}._infoMessage_18ytr_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_18ytr_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_18ytr_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_18ytr_197._buttonsAutoWidth_18ytr_204{justify-content:flex-end}._fullWidthTitle_18ytr_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_18ytr_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_18ytr_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_18ytr_227{padding:0 16px 15px}}._widgetHeader_18ytr_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_18ytr_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_18ytr_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_18ytr_263{align-items:center;height:180px;display:flex}._widgetFooter_18ytr_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_18ytr_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_18ytr_276:last-child{border:none}._widgetMainValue_18ytr_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_18ytr_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_18ytr_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_18ytr_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_18ytr_312{opacity:.5;cursor:default}._widgetTag_18ytr_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_18ytr_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_18ytr_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_18ytr_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_18ytr_338._green_18ytr_343:before,._chartValuesTitle_18ytr_338._dark_18ytr_343:before,._chartValuesTitle_18ytr_338._blue_18ytr_343: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_18ytr_338._green_18ytr_343:before{background:var(--status-success)}._chartValuesTitle_18ytr_338._dark_18ytr_343:before{background:#475569}._chartValuesTitle_18ytr_338._blue_18ytr_343:before{background:#43e0f8}._topbar_18ytr_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_18ytr_373{display:inline-flex}._logo_18ytr_373{max-width:110px}._menuWrapper_18ytr_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_18ytr_381{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_18ytr_381._opened_18ytr_398{display:flex}}._menuItem_18ytr_403{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_18ytr_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_18ytr_403 ._menuIcon_18ytr_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_18ytr_403 ._menuIconPerformance_18ytr_429{fill:none}._menuItem_18ytr_403 ._menuIconStroke_18ytr_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_18ytr_403._active_18ytr_437,._menuItem_18ytr_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_18ytr_403._active_18ytr_437 ._menuIcon_18ytr_424:not(._menuIconStroke_18ytr_432,._menuIconPerformance_18ytr_429),._menuItem_18ytr_403:hover ._menuIcon_18ytr_424:not(._menuIconStroke_18ytr_432,._menuIconPerformance_18ytr_429){fill:#52c2fd}._menuItem_18ytr_403._active_18ytr_437 ._menuIconPerformance_18ytr_429 path,._menuItem_18ytr_403:hover ._menuIconPerformance_18ytr_429 path{stroke:#59a6fd}._menuItem_18ytr_403._active_18ytr_437 ._menuIconStroke_18ytr_432:not(._menuIcon_18ytr_424),._menuItem_18ytr_403:hover ._menuIconStroke_18ytr_432:not(._menuIcon_18ytr_424){stroke:#52c2fd}._redDot_18ytr_451{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_18ytr_466{justify-content:center;display:flex}._link_18ytr_471{color:var(--accent);cursor:pointer;text-decoration:underline}._widgetsWrapper_18ytr_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_di3ps_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_di3ps_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_di3ps_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_di3ps_23{width:100%;margin-bottom:16px}._fieldWrapper_di3ps_23:last-child{margin-bottom:0}._fieldLabel_di3ps_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_di3ps_36{margin-top:8px;font-size:.75rem}._field_di3ps_23{width:100%;position:relative}._fieldLabelNew_di3ps_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_di3ps_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_di3ps_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_di3ps_52[type=password]{font-size:18px}._inputNew_di3ps_52:focus,._inputNew_di3ps_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_di3ps_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_di3ps_52:disabled::placeholder{color:#cbd5e1}._inputNew_di3ps_52._error_di3ps_7{border:1px solid #ef4444}._inputNew_di3ps_52._error_di3ps_7:focus,._inputNew_di3ps_52._error_di3ps_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_di3ps_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_di3ps_90{width:calc(50% - 8px)}._tableNavWrapper_di3ps_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_di3ps_109{align-items:center;gap:8px;display:flex}._tableNavItem_di3ps_115{margin:0}._modalContent_di3ps_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_di3ps_119._center_di3ps_126{text-align:center;font-family:Inter}._modalContent_di3ps_119._settings_di3ps_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_di3ps_119._settingsIntegration_di3ps_134,._modalContent_di3ps_119._performanceTestModalContent_di3ps_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_di3ps_119._monitoringReportContent_di3ps_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_di3ps_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_di3ps_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_di3ps_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_di3ps_159:after,._modalLine_di3ps_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_di3ps_159:before{left:-20px}._modalLine_di3ps_159:after{right:-20px}._infoMessage_di3ps_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_di3ps_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_di3ps_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_di3ps_197._buttonsAutoWidth_di3ps_204{justify-content:flex-end}._fullWidthTitle_di3ps_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_di3ps_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_di3ps_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_di3ps_227{padding:0 16px 15px}}._widgetHeader_di3ps_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_di3ps_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_di3ps_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_di3ps_263{align-items:center;height:180px;display:flex}._widgetFooter_di3ps_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_di3ps_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_di3ps_276:last-child{border:none}._widgetMainValue_di3ps_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_di3ps_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_di3ps_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_di3ps_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_di3ps_312{opacity:.5;cursor:default}._widgetTag_di3ps_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_di3ps_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_di3ps_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_di3ps_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_di3ps_338._green_di3ps_343:before,._chartValuesTitle_di3ps_338._dark_di3ps_343:before,._chartValuesTitle_di3ps_338._blue_di3ps_343: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_di3ps_338._green_di3ps_343:before{background:var(--status-success)}._chartValuesTitle_di3ps_338._dark_di3ps_343:before{background:#475569}._chartValuesTitle_di3ps_338._blue_di3ps_343:before{background:#43e0f8}._topbar_di3ps_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_di3ps_373{display:inline-flex}._logo_di3ps_373{max-width:110px}._menuWrapper_di3ps_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_di3ps_381{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_di3ps_381._opened_di3ps_398{display:flex}}._menuItem_di3ps_403{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_di3ps_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_di3ps_403 ._menuIcon_di3ps_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_di3ps_403 ._menuIconPerformance_di3ps_429{fill:none}._menuItem_di3ps_403 ._menuIconStroke_di3ps_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_di3ps_403._active_di3ps_437,._menuItem_di3ps_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_di3ps_403._active_di3ps_437 ._menuIcon_di3ps_424:not(._menuIconStroke_di3ps_432,._menuIconPerformance_di3ps_429),._menuItem_di3ps_403:hover ._menuIcon_di3ps_424:not(._menuIconStroke_di3ps_432,._menuIconPerformance_di3ps_429){fill:#52c2fd}._menuItem_di3ps_403._active_di3ps_437 ._menuIconPerformance_di3ps_429 path,._menuItem_di3ps_403:hover ._menuIconPerformance_di3ps_429 path{stroke:#59a6fd}._menuItem_di3ps_403._active_di3ps_437 ._menuIconStroke_di3ps_432:not(._menuIcon_di3ps_424),._menuItem_di3ps_403:hover ._menuIconStroke_di3ps_432:not(._menuIcon_di3ps_424){stroke:#52c2fd}._redDot_di3ps_451{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_di3ps_466{justify-content:center;display:flex}._link_di3ps_471{color:var(--accent);cursor:pointer;text-decoration:underline}._paginationWrapper_di3ps_477{background:var(--surface-1);justify-content:space-between;align-items:center;padding:12px 0;display:flex}._paginationText_di3ps_485{color:var(--text-secondary);font-size:.875rem}._pageNumberList_di3ps_490{align-items:center;display:inline-flex}._pageNumber_di3ps_490{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_di3ps_490 svg{fill:#475569}._pageNumber_di3ps_490._active_di3ps_437{border-color:var(--accent);background:var(--accent-subtle)}._pageNumber_di3ps_490._disabled_di3ps_312{background:var(--surface-3);border:none}._pageNumber_di3ps_490._disabled_di3ps_312 svg{fill:#cbd5e1}._authButtonsWrapper_k9wbu_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_k9wbu_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_k9wbu_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_k9wbu_23{width:100%;margin-bottom:16px}._fieldWrapper_k9wbu_23:last-child{margin-bottom:0}._fieldLabel_k9wbu_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_k9wbu_36{margin-top:8px;font-size:.75rem}._field_k9wbu_23{width:100%;position:relative}._fieldLabelNew_k9wbu_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_k9wbu_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_k9wbu_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_k9wbu_52[type=password]{font-size:18px}._inputNew_k9wbu_52:focus,._inputNew_k9wbu_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_k9wbu_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_k9wbu_52:disabled::placeholder{color:#cbd5e1}._inputNew_k9wbu_52._error_k9wbu_7{border:1px solid #ef4444}._inputNew_k9wbu_52._error_k9wbu_7:focus,._inputNew_k9wbu_52._error_k9wbu_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_k9wbu_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_k9wbu_90{width:calc(50% - 8px)}._tableNavWrapper_k9wbu_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_k9wbu_109{align-items:center;gap:8px;display:flex}._tableNavItem_k9wbu_115{margin:0}._modalContent_k9wbu_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_k9wbu_119._center_k9wbu_126{text-align:center;font-family:Inter}._modalContent_k9wbu_119._settings_k9wbu_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_k9wbu_119._settingsIntegration_k9wbu_134,._modalContent_k9wbu_119._performanceTestModalContent_k9wbu_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_k9wbu_119._monitoringReportContent_k9wbu_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_k9wbu_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_k9wbu_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_k9wbu_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_k9wbu_159:after,._modalLine_k9wbu_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_k9wbu_159:before{left:-20px}._modalLine_k9wbu_159:after{right:-20px}._infoMessage_k9wbu_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_k9wbu_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_k9wbu_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_k9wbu_197._buttonsAutoWidth_k9wbu_204{justify-content:flex-end}._fullWidthTitle_k9wbu_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_k9wbu_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_k9wbu_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_k9wbu_227{padding:0 16px 15px}}._widgetHeader_k9wbu_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_k9wbu_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_k9wbu_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_k9wbu_263{align-items:center;height:180px;display:flex}._widgetFooter_k9wbu_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_k9wbu_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_k9wbu_276:last-child{border:none}._widgetMainValue_k9wbu_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_k9wbu_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_k9wbu_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_k9wbu_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_k9wbu_312{opacity:.5;cursor:default}._widgetTag_k9wbu_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_k9wbu_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_k9wbu_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_k9wbu_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_k9wbu_338._green_k9wbu_343:before,._chartValuesTitle_k9wbu_338._dark_k9wbu_343:before,._chartValuesTitle_k9wbu_338._blue_k9wbu_343: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_k9wbu_338._green_k9wbu_343:before{background:var(--status-success)}._chartValuesTitle_k9wbu_338._dark_k9wbu_343:before{background:#475569}._chartValuesTitle_k9wbu_338._blue_k9wbu_343:before{background:#43e0f8}._topbar_k9wbu_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_k9wbu_373{display:inline-flex}._logo_k9wbu_373{max-width:110px}._menuWrapper_k9wbu_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_k9wbu_381{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_k9wbu_381._opened_k9wbu_398{display:flex}}._menuItem_k9wbu_403{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_k9wbu_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_k9wbu_403 ._menuIcon_k9wbu_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_k9wbu_403 ._menuIconPerformance_k9wbu_429{fill:none}._menuItem_k9wbu_403 ._menuIconStroke_k9wbu_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_k9wbu_403._active_k9wbu_437,._menuItem_k9wbu_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_k9wbu_403._active_k9wbu_437 ._menuIcon_k9wbu_424:not(._menuIconStroke_k9wbu_432,._menuIconPerformance_k9wbu_429),._menuItem_k9wbu_403:hover ._menuIcon_k9wbu_424:not(._menuIconStroke_k9wbu_432,._menuIconPerformance_k9wbu_429){fill:#52c2fd}._menuItem_k9wbu_403._active_k9wbu_437 ._menuIconPerformance_k9wbu_429 path,._menuItem_k9wbu_403:hover ._menuIconPerformance_k9wbu_429 path{stroke:#59a6fd}._menuItem_k9wbu_403._active_k9wbu_437 ._menuIconStroke_k9wbu_432:not(._menuIcon_k9wbu_424),._menuItem_k9wbu_403:hover ._menuIconStroke_k9wbu_432:not(._menuIcon_k9wbu_424){stroke:#52c2fd}._redDot_k9wbu_451{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_k9wbu_466{justify-content:center;display:flex}._link_k9wbu_471{color:var(--accent);cursor:pointer;text-decoration:underline}._widgetWrapper_k9wbu_227{max-width:initial;flex:500px}@media only screen and (width<=550px){._widgetWrapper_k9wbu_227{flex:100%}}._chartWrapper_k9wbu_487{justify-content:flex-end;max-width:800px;margin:0 auto;display:flex;position:relative}@media only screen and (width<=1300px){._chartWrapper_k9wbu_487{max-width:513px;margin:0 auto}}@media only screen and (width<=550px){._chartWrapper_k9wbu_487{flex-direction:row;justify-content:flex-start;align-items:center;gap:16px;max-width:450px}}._chart_k9wbu_330{position:absolute;left:0}@media only screen and (width<=550px){._chart_k9wbu_330{flex-shrink:0;position:relative}._chart_k9wbu_330>div:first-child{min-width:210px;width:210px!important}}._widgetMainValue_k9wbu_285{width:95px;position:absolute;bottom:63px;left:57px}._chartNotesWrapper_k9wbu_532{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_k9wbu_532{flex-direction:column;flex:1;gap:0;width:auto;min-width:0;max-width:150px;height:auto;padding:0}}._chartNotesWrapperColumn_k9wbu_554{flex-flow:column;flex:1;height:100%;padding-top:25px;display:flex}@media only screen and (width<=550px){._chartNotesWrapperColumn_k9wbu_554{flex:none;width:100%;height:auto;padding-top:0}}._chartNotesSeparator_k9wbu_570{background-color:#e2e8f0;width:1px;height:100%;margin:0 20px}@media only screen and (width<=550px){._chartNotesSeparator_k9wbu_570{width:100%;height:1px;margin:12px 0}}._chartNote_k9wbu_532{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_k9wbu_532{margin-bottom:10px}._chartNote_k9wbu_532:last-child{margin-bottom:0}}._chartNote_k9wbu_532:before{content:"";border-radius:50%;width:12px;height:12px;margin-right:4px;display:inline-flex;position:relative;top:2px}._chartNote_k9wbu_532._new_k9wbu_610:before{background-color:#4ade80}._chartNote_k9wbu_532._pending_k9wbu_613:before{background-color:#fde047}._chartNote_k9wbu_532._confirmed_k9wbu_616:before{background-color:#43e0f8}._chartNote_k9wbu_532._packed_k9wbu_619:before{background-color:#7e22ce}._chartNote_k9wbu_532._shipping_k9wbu_622:before{background-color:var(--text-link)}._chartNote_k9wbu_532._fulfilled_k9wbu_625{margin-right:10px}._chartNote_k9wbu_532._fulfilled_k9wbu_625:before{background-color:#94a3b8}@media only screen and (width<=550px){._chartNote_k9wbu_532._fulfilled_k9wbu_625{margin-right:0}}._chartNote_k9wbu_532._denied_k9wbu_636{margin-right:10px}._chartNote_k9wbu_532._denied_k9wbu_636:before{background-color:var(--status-danger)}@media only screen and (width<=550px){._chartNote_k9wbu_532._denied_k9wbu_636{margin-right:0}}._chartNoteValue_k9wbu_648{color:var(--text-primary);margin-left:auto;padding-left:4px;font-size:.875rem;font-weight:500}._authButtonsWrapper_hivho_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_hivho_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_hivho_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_hivho_23{width:100%;margin-bottom:16px}._fieldWrapper_hivho_23:last-child{margin-bottom:0}._fieldLabel_hivho_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_hivho_36{margin-top:8px;font-size:.75rem}._field_hivho_23{width:100%;position:relative}._fieldLabelNew_hivho_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_hivho_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_hivho_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_hivho_52[type=password]{font-size:18px}._inputNew_hivho_52:focus,._inputNew_hivho_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_hivho_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_hivho_52:disabled::placeholder{color:#cbd5e1}._inputNew_hivho_52._error_hivho_7{border:1px solid #ef4444}._inputNew_hivho_52._error_hivho_7:focus,._inputNew_hivho_52._error_hivho_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_hivho_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_hivho_90{width:calc(50% - 8px)}._tableNavWrapper_hivho_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_hivho_109{align-items:center;gap:8px;display:flex}._tableNavItem_hivho_115{margin:0}._modalContent_hivho_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_hivho_119._center_hivho_126{text-align:center;font-family:Inter}._modalContent_hivho_119._settings_hivho_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_hivho_119._settingsIntegration_hivho_134,._modalContent_hivho_119._performanceTestModalContent_hivho_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_hivho_119._monitoringReportContent_hivho_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_hivho_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_hivho_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_hivho_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_hivho_159:after,._modalLine_hivho_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_hivho_159:before{left:-20px}._modalLine_hivho_159:after{right:-20px}._infoMessage_hivho_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_hivho_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_hivho_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_hivho_197._buttonsAutoWidth_hivho_204{justify-content:flex-end}._fullWidthTitle_hivho_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_hivho_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_hivho_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_hivho_227{padding:0 16px 15px}}._widgetHeader_hivho_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_hivho_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_hivho_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_hivho_263{align-items:center;height:180px;display:flex}._widgetFooter_hivho_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_hivho_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_hivho_276:last-child{border:none}._widgetMainValue_hivho_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_hivho_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_hivho_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_hivho_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_hivho_312{opacity:.5;cursor:default}._widgetTag_hivho_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_hivho_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_hivho_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_hivho_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_hivho_338._green_hivho_343:before,._chartValuesTitle_hivho_338._dark_hivho_343:before,._chartValuesTitle_hivho_338._blue_hivho_343: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_hivho_338._green_hivho_343:before{background:var(--status-success)}._chartValuesTitle_hivho_338._dark_hivho_343:before{background:#475569}._chartValuesTitle_hivho_338._blue_hivho_343:before{background:#43e0f8}._topbar_hivho_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_hivho_373{display:inline-flex}._logo_hivho_373{max-width:110px}._menuWrapper_hivho_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_hivho_381{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_hivho_381._opened_hivho_398{display:flex}}._menuItem_hivho_403{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_hivho_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_hivho_403 ._menuIcon_hivho_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_hivho_403 ._menuIconPerformance_hivho_429{fill:none}._menuItem_hivho_403 ._menuIconStroke_hivho_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_hivho_403._active_hivho_437,._menuItem_hivho_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_hivho_403._active_hivho_437 ._menuIcon_hivho_424:not(._menuIconStroke_hivho_432,._menuIconPerformance_hivho_429),._menuItem_hivho_403:hover ._menuIcon_hivho_424:not(._menuIconStroke_hivho_432,._menuIconPerformance_hivho_429){fill:#52c2fd}._menuItem_hivho_403._active_hivho_437 ._menuIconPerformance_hivho_429 path,._menuItem_hivho_403:hover ._menuIconPerformance_hivho_429 path{stroke:#59a6fd}._menuItem_hivho_403._active_hivho_437 ._menuIconStroke_hivho_432:not(._menuIcon_hivho_424),._menuItem_hivho_403:hover ._menuIconStroke_hivho_432:not(._menuIcon_hivho_424){stroke:#52c2fd}._redDot_hivho_451{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_hivho_466{justify-content:center;display:flex}._link_hivho_471{color:var(--accent);cursor:pointer;text-decoration:underline}._modalSidebar_hivho_477{width:370px;padding-right:20px}@media only screen and (width<=1100px){._modalSidebar_hivho_477{width:100%;padding-top:24px;padding-left:20px;padding-right:0}}._modalMain_hivho_490{width:calc(100% - 370px);padding-left:20px}@media only screen and (width<=1100px){._modalMain_hivho_490{width:100%;padding-left:0}}._modalContentWrapper_hivho_501{width:100%;display:flex}@media only screen and (width<=1100px){._modalContentWrapper_hivho_501{flex-flow:column-reverse wrap}}._modalMainContent_hivho_512{border:1px solid var(--border-default);border-radius:12px;row-gap:16px;padding:20px 12px;display:flex}._modalMainContentColumn_hivho_520{width:50%;padding:0 8px}._sidebarSubtitle_hivho_525{margin-bottom:16px;font-size:.875rem;font-weight:500}._modalFieldWrapper_hivho_531{align-items:center;margin-bottom:16px;display:flex}._modalFieldWrapper_hivho_531 ._emailInput_hivho_536 input{padding-right:12px}._modalFieldWrapper_hivho_531:last-child{margin-bottom:0}._modalFieldLabel_hivho_543{color:var(--text-muted);flex-shrink:0;width:120px;padding:10px 0;font-size:.875rem}._modalFieldLabel_hivho_543._wider_hivho_550{width:140px}._inputLabelWrapper_hivho_554{align-items:flex-start;display:flex}._modalFieldValue_hivho_559{color:var(--text-disabled);text-overflow:ellipsis;white-space:nowrap;padding:10px 0 10px 12px;font-size:.875rem;overflow:hidden}._serialNumberLabel_hivho_568{flex-shrink:1}._transferButton_hivho_572{margin-left:auto;font-weight:400;color:var(--text-secondary)!important}._transferButton_hivho_572:hover{opacity:.7}._modalContent_hivho_119{flex-direction:column;align-items:center;max-width:100%;padding:20px;display:flex}._modalContent_hivho_119._center_hivho_126{text-align:center}._modalTitle_hivho_147{color:#1e293b;margin:16px 0 8px;font-size:18px;font-weight:500}._modalMessage_hivho_153{color:var(--text-muted);font-size:14px;font-weight:300;line-height:1.5}._selectWrapper_hivho_606{text-align:left;width:100%;margin-top:16px}._transferModalViewport_hivho_612{-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_hivho_623{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_hivho_636{cursor:pointer;z-index:2;padding:10px;position:absolute;top:6px;right:6px}._transferModalCloseIcon_hivho_636: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_hivho_648{border-top:1px solid var(--border-default);gap:12px;padding:20px;display:flex}._addBtnWrapper_hivho_655{align-items:center;padding:8px 8px 8px 16px;display:flex}._addBtnWrapper_hivho_655 span{color:var(--accent);font-size:14px;font-weight:400;line-height:20px}._plusIcon_hivho_667{color:var(--accent);margin-right:4px;font-size:16px;line-height:14px}._noOptionsMessage_hivho_674{color:#999;text-align:center;padding:8px 16px;font-size:16px}._plusIcon_hivho_667{margin-right:4px;font-size:16px;line-height:14px}._serialNumberValue_hivho_687{flex-shrink:0;margin-right:5px}._tabButtonsWrapper_hivho_692{z-index:1;flex:1;justify-content:center;align-items:center;margin-top:15px;display:none;position:relative}._tabButtons_hivho_692{justify-content:center;align-items:center;display:flex}._tabButton_hivho_692{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_hivho_692:hover{color:var(--text-secondary)}._tabButton_hivho_692._active_hivho_437{color:var(--accent);border-color:var(--accent)}@media only screen and (width<=768px){._hideTab_hivho_728,._sidebarSubtitle_hivho_525{display:none}._tabButtonsWrapper_hivho_692{display:flex}._modalSidebar_hivho_477{padding:0}._modalContent_hivho_119{max-height:calc(90vh - 195px);max-height:calc(var(--vh,1vh) * 90 - 195px)}._modalMainContent_hivho_512{border:none;flex-direction:column;padding:0}._modalMainContent_hivho_512 ._modalMainContentColumn_hivho_520{width:100%;padding:0}._modalFooter_hivho_197>button,._modalFooter_hivho_197>span{flex:1}}._authButtonsWrapper_1k1ny_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1k1ny_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1k1ny_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_1k1ny_23{width:100%;margin-bottom:16px}._fieldWrapper_1k1ny_23:last-child{margin-bottom:0}._fieldLabel_1k1ny_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1k1ny_36{margin-top:8px;font-size:.75rem}._field_1k1ny_23{width:100%;position:relative}._fieldLabelNew_1k1ny_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1k1ny_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_1k1ny_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1k1ny_52[type=password]{font-size:18px}._inputNew_1k1ny_52:focus,._inputNew_1k1ny_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1k1ny_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1k1ny_52:disabled::placeholder{color:#cbd5e1}._inputNew_1k1ny_52._error_1k1ny_7{border:1px solid #ef4444}._inputNew_1k1ny_52._error_1k1ny_7:focus,._inputNew_1k1ny_52._error_1k1ny_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1k1ny_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1k1ny_90{width:calc(50% - 8px)}._tableNavWrapper_1k1ny_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1k1ny_109{align-items:center;gap:8px;display:flex}._tableNavItem_1k1ny_115{margin:0}._modalContent_1k1ny_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1k1ny_119._center_1k1ny_126{text-align:center;font-family:Inter}._modalContent_1k1ny_119._settings_1k1ny_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1k1ny_119._settingsIntegration_1k1ny_134,._modalContent_1k1ny_119._performanceTestModalContent_1k1ny_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1k1ny_119._monitoringReportContent_1k1ny_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1k1ny_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1k1ny_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1k1ny_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1k1ny_159:after,._modalLine_1k1ny_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1k1ny_159:before{left:-20px}._modalLine_1k1ny_159:after{right:-20px}._infoMessage_1k1ny_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1k1ny_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_1k1ny_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1k1ny_197._buttonsAutoWidth_1k1ny_204{justify-content:flex-end}._fullWidthTitle_1k1ny_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_1k1ny_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1k1ny_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1k1ny_227{padding:0 16px 15px}}._widgetHeader_1k1ny_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1k1ny_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1k1ny_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_1k1ny_263{align-items:center;height:180px;display:flex}._widgetFooter_1k1ny_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1k1ny_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1k1ny_276:last-child{border:none}._widgetMainValue_1k1ny_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1k1ny_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1k1ny_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_1k1ny_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1k1ny_312{opacity:.5;cursor:default}._widgetTag_1k1ny_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1k1ny_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1k1ny_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1k1ny_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1k1ny_338._green_1k1ny_343:before,._chartValuesTitle_1k1ny_338._dark_1k1ny_343:before,._chartValuesTitle_1k1ny_338._blue_1k1ny_343: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_1k1ny_338._green_1k1ny_343:before{background:var(--status-success)}._chartValuesTitle_1k1ny_338._dark_1k1ny_343:before{background:#475569}._chartValuesTitle_1k1ny_338._blue_1k1ny_343:before{background:#43e0f8}._topbar_1k1ny_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1k1ny_373{display:inline-flex}._logo_1k1ny_373{max-width:110px}._menuWrapper_1k1ny_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_1k1ny_381{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_1k1ny_381._opened_1k1ny_398{display:flex}}._menuItem_1k1ny_403{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_1k1ny_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_1k1ny_403 ._menuIcon_1k1ny_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1k1ny_403 ._menuIconPerformance_1k1ny_429{fill:none}._menuItem_1k1ny_403 ._menuIconStroke_1k1ny_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1k1ny_403._active_1k1ny_437,._menuItem_1k1ny_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1k1ny_403._active_1k1ny_437 ._menuIcon_1k1ny_424:not(._menuIconStroke_1k1ny_432,._menuIconPerformance_1k1ny_429),._menuItem_1k1ny_403:hover ._menuIcon_1k1ny_424:not(._menuIconStroke_1k1ny_432,._menuIconPerformance_1k1ny_429){fill:#52c2fd}._menuItem_1k1ny_403._active_1k1ny_437 ._menuIconPerformance_1k1ny_429 path,._menuItem_1k1ny_403:hover ._menuIconPerformance_1k1ny_429 path{stroke:#59a6fd}._menuItem_1k1ny_403._active_1k1ny_437 ._menuIconStroke_1k1ny_432:not(._menuIcon_1k1ny_424),._menuItem_1k1ny_403:hover ._menuIconStroke_1k1ny_432:not(._menuIcon_1k1ny_424){stroke:#52c2fd}._redDot_1k1ny_451{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_1k1ny_466{justify-content:center;display:flex}._link_1k1ny_471{color:var(--accent);cursor:pointer;text-decoration:underline}._selectWrapper_1k1ny_477{text-align:left;margin-top:16px}._authButtonsWrapper_194v2_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_194v2_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_194v2_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_194v2_23{width:100%;margin-bottom:16px}._fieldWrapper_194v2_23:last-child{margin-bottom:0}._fieldLabel_194v2_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_194v2_36{margin-top:8px;font-size:.75rem}._field_194v2_23{width:100%;position:relative}._fieldLabelNew_194v2_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_194v2_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_194v2_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_194v2_52[type=password]{font-size:18px}._inputNew_194v2_52:focus,._inputNew_194v2_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_194v2_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_194v2_52:disabled::placeholder{color:#cbd5e1}._inputNew_194v2_52._error_194v2_7{border:1px solid #ef4444}._inputNew_194v2_52._error_194v2_7:focus,._inputNew_194v2_52._error_194v2_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_194v2_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_194v2_90{width:calc(50% - 8px)}._tableNavWrapper_194v2_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_194v2_109{align-items:center;gap:8px;display:flex}._tableNavItem_194v2_115{margin:0}._modalContent_194v2_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_194v2_119._center_194v2_126{text-align:center;font-family:Inter}._modalContent_194v2_119._settings_194v2_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_194v2_119._settingsIntegration_194v2_134,._modalContent_194v2_119._performanceTestModalContent_194v2_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_194v2_119._monitoringReportContent_194v2_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_194v2_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_194v2_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_194v2_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_194v2_159:after,._modalLine_194v2_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_194v2_159:before{left:-20px}._modalLine_194v2_159:after{right:-20px}._infoMessage_194v2_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_194v2_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_194v2_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_194v2_197._buttonsAutoWidth_194v2_204{justify-content:flex-end}._fullWidthTitle_194v2_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_194v2_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_194v2_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_194v2_227{padding:0 16px 15px}}._widgetHeader_194v2_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_194v2_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_194v2_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_194v2_263{align-items:center;height:180px;display:flex}._widgetFooter_194v2_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_194v2_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_194v2_276:last-child{border:none}._widgetMainValue_194v2_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_194v2_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_194v2_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_194v2_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_194v2_312{opacity:.5;cursor:default}._widgetTag_194v2_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_194v2_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_194v2_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_194v2_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_194v2_338._green_194v2_343:before,._chartValuesTitle_194v2_338._dark_194v2_343:before,._chartValuesTitle_194v2_338._blue_194v2_343: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_194v2_338._green_194v2_343:before{background:var(--status-success)}._chartValuesTitle_194v2_338._dark_194v2_343:before{background:#475569}._chartValuesTitle_194v2_338._blue_194v2_343:before{background:#43e0f8}._topbar_194v2_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_194v2_373{display:inline-flex}._logo_194v2_373{max-width:110px}._menuWrapper_194v2_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_194v2_381{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_194v2_381._opened_194v2_398{display:flex}}._menuItem_194v2_403{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_194v2_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_194v2_403 ._menuIcon_194v2_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_194v2_403 ._menuIconPerformance_194v2_429{fill:none}._menuItem_194v2_403 ._menuIconStroke_194v2_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_194v2_403._active_194v2_437,._menuItem_194v2_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_194v2_403._active_194v2_437 ._menuIcon_194v2_424:not(._menuIconStroke_194v2_432,._menuIconPerformance_194v2_429),._menuItem_194v2_403:hover ._menuIcon_194v2_424:not(._menuIconStroke_194v2_432,._menuIconPerformance_194v2_429){fill:#52c2fd}._menuItem_194v2_403._active_194v2_437 ._menuIconPerformance_194v2_429 path,._menuItem_194v2_403:hover ._menuIconPerformance_194v2_429 path{stroke:#59a6fd}._menuItem_194v2_403._active_194v2_437 ._menuIconStroke_194v2_432:not(._menuIcon_194v2_424),._menuItem_194v2_403:hover ._menuIconStroke_194v2_432:not(._menuIcon_194v2_424){stroke:#52c2fd}._redDot_194v2_451{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_194v2_466{justify-content:center;display:flex}._link_194v2_471{color:var(--accent);cursor:pointer;text-decoration:underline}@media only screen and (width<=1024px){._monitoringMembership_194v2_478{max-width:100%;margin-bottom:24px}}._valueNote_194v2_484{color:var(--text-muted);font-size:12px;font-weight:400}._chartWrapper_194v2_490{justify-content:center;align-items:center;height:50px;display:flex;position:relative}._chart_194v2_330{position:absolute;bottom:-126px}._enterpriseWidget_194v2_503{border:none;border-radius:20px;flex:1 1 0;min-width:280px;max-width:none;min-height:326px;padding:0 30px 24px}._enterpriseChartWrapper_194v2_513{align-items:flex-start;height:122px;overflow:hidden}._enterpriseChart_194v2_513{width:230px;bottom:-88px}._enterpriseMainValue_194v2_524{margin-top:-42px}._authButtonsWrapper_12vy3_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_12vy3_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_12vy3_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_12vy3_23{width:100%;margin-bottom:16px}._fieldWrapper_12vy3_23:last-child{margin-bottom:0}._fieldLabel_12vy3_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_12vy3_36{margin-top:8px;font-size:.75rem}._field_12vy3_23{width:100%;position:relative}._fieldLabelNew_12vy3_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_12vy3_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_12vy3_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_12vy3_52[type=password]{font-size:18px}._inputNew_12vy3_52:focus,._inputNew_12vy3_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_12vy3_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_12vy3_52:disabled::placeholder{color:#cbd5e1}._inputNew_12vy3_52._error_12vy3_7{border:1px solid #ef4444}._inputNew_12vy3_52._error_12vy3_7:focus,._inputNew_12vy3_52._error_12vy3_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_12vy3_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_12vy3_90{width:calc(50% - 8px)}._tableNavWrapper_12vy3_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_12vy3_109{align-items:center;gap:8px;display:flex}._tableNavItem_12vy3_115{margin:0}._modalContent_12vy3_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_12vy3_119._center_12vy3_126{text-align:center;font-family:Inter}._modalContent_12vy3_119._settings_12vy3_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_12vy3_119._settingsIntegration_12vy3_134,._modalContent_12vy3_119._performanceTestModalContent_12vy3_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_12vy3_119._monitoringReportContent_12vy3_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_12vy3_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_12vy3_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_12vy3_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_12vy3_159:after,._modalLine_12vy3_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_12vy3_159:before{left:-20px}._modalLine_12vy3_159:after{right:-20px}._infoMessage_12vy3_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_12vy3_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_12vy3_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_12vy3_197._buttonsAutoWidth_12vy3_204{justify-content:flex-end}._fullWidthTitle_12vy3_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_12vy3_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_12vy3_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_12vy3_227{padding:0 16px 15px}}._widgetHeader_12vy3_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_12vy3_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_12vy3_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_12vy3_263{align-items:center;height:180px;display:flex}._widgetFooter_12vy3_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_12vy3_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_12vy3_276:last-child{border:none}._widgetMainValue_12vy3_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_12vy3_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_12vy3_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_12vy3_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_12vy3_312{opacity:.5;cursor:default}._widgetTag_12vy3_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_12vy3_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_12vy3_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_12vy3_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_12vy3_338._green_12vy3_343:before,._chartValuesTitle_12vy3_338._dark_12vy3_343:before,._chartValuesTitle_12vy3_338._blue_12vy3_343: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_12vy3_338._green_12vy3_343:before{background:var(--status-success)}._chartValuesTitle_12vy3_338._dark_12vy3_343:before{background:#475569}._chartValuesTitle_12vy3_338._blue_12vy3_343:before{background:#43e0f8}._topbar_12vy3_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_12vy3_373{display:inline-flex}._logo_12vy3_373{max-width:110px}._menuWrapper_12vy3_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_12vy3_381{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_12vy3_381._opened_12vy3_398{display:flex}}._menuItem_12vy3_403{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_12vy3_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_12vy3_403 ._menuIcon_12vy3_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_12vy3_403 ._menuIconPerformance_12vy3_429{fill:none}._menuItem_12vy3_403 ._menuIconStroke_12vy3_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_12vy3_403._active_12vy3_437,._menuItem_12vy3_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_12vy3_403._active_12vy3_437 ._menuIcon_12vy3_424:not(._menuIconStroke_12vy3_432,._menuIconPerformance_12vy3_429),._menuItem_12vy3_403:hover ._menuIcon_12vy3_424:not(._menuIconStroke_12vy3_432,._menuIconPerformance_12vy3_429){fill:#52c2fd}._menuItem_12vy3_403._active_12vy3_437 ._menuIconPerformance_12vy3_429 path,._menuItem_12vy3_403:hover ._menuIconPerformance_12vy3_429 path{stroke:#59a6fd}._menuItem_12vy3_403._active_12vy3_437 ._menuIconStroke_12vy3_432:not(._menuIcon_12vy3_424),._menuItem_12vy3_403:hover ._menuIconStroke_12vy3_432:not(._menuIcon_12vy3_424){stroke:#52c2fd}._redDot_12vy3_451{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_12vy3_466{justify-content:center;display:flex}._link_12vy3_471{color:var(--accent);cursor:pointer;text-decoration:underline}._widgetsWrapper_12vy3_220{flex-wrap:wrap}._widgetsWrapperJustified_12vy3_481{gap:16px}._widgetsWrapperJustified_12vy3_481>div{flex:400px}._widgetsWrapperJustified_12vy3_481 div{max-width:unset;margin:0}._statusButtonWrapper_12vy3_492{flex-wrap:wrap;row-gap:4px;margin-right:12px;display:flex}._statusButton_12vy3_492{text-transform:uppercase;cursor:pointer;border-radius:20px;margin-left:4px;padding:2px 8px;font-size:.75rem;font-weight:500;display:inline-flex}._statusButton_12vy3_492._disabled_12vy3_312{cursor:default;pointer-events:none}._statusButton_12vy3_492._transfer_12vy3_513{color:#164d63;background:#cff9fe;border:1px solid #06b3d4}._statusButton_12vy3_492._missing_12vy3_518{color:var(--status-warning-text);border:1px solid var(--status-warning);background:var(--status-warning-subtle)}._statusButton_12vy3_492._warranty_12vy3_523{border:1px solid var(--accent);background:var(--accent-subtle);color:#165964}._statusButton_12vy3_492._inventory_12vy3_528{color:#c11574;background:#fdf2fa;border:1px solid #fcceee}._statusButton_12vy3_492._preinstalled_12vy3_533{color:#115e59;background:#dffbf4;border:1px solid #14b8a6}._authButtonsWrapper_1pqmm_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1pqmm_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1pqmm_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_1pqmm_23{width:100%;margin-bottom:16px}._fieldWrapper_1pqmm_23:last-child{margin-bottom:0}._fieldLabel_1pqmm_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1pqmm_36{margin-top:8px;font-size:.75rem}._field_1pqmm_23{width:100%;position:relative}._fieldLabelNew_1pqmm_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1pqmm_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_1pqmm_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1pqmm_52[type=password]{font-size:18px}._inputNew_1pqmm_52:focus,._inputNew_1pqmm_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1pqmm_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1pqmm_52:disabled::placeholder{color:#cbd5e1}._inputNew_1pqmm_52._error_1pqmm_7{border:1px solid #ef4444}._inputNew_1pqmm_52._error_1pqmm_7:focus,._inputNew_1pqmm_52._error_1pqmm_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1pqmm_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1pqmm_90{width:calc(50% - 8px)}._tableNavWrapper_1pqmm_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1pqmm_109{align-items:center;gap:8px;display:flex}._tableNavItem_1pqmm_115{margin:0}._modalContent_1pqmm_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1pqmm_119._center_1pqmm_126{text-align:center;font-family:Inter}._modalContent_1pqmm_119._settings_1pqmm_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1pqmm_119._settingsIntegration_1pqmm_134,._modalContent_1pqmm_119._performanceTestModalContent_1pqmm_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1pqmm_119._monitoringReportContent_1pqmm_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1pqmm_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1pqmm_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1pqmm_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1pqmm_159:after,._modalLine_1pqmm_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1pqmm_159:before{left:-20px}._modalLine_1pqmm_159:after{right:-20px}._infoMessage_1pqmm_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1pqmm_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_1pqmm_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1pqmm_197._buttonsAutoWidth_1pqmm_204{justify-content:flex-end}._fullWidthTitle_1pqmm_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_1pqmm_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1pqmm_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1pqmm_227{padding:0 16px 15px}}._widgetHeader_1pqmm_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1pqmm_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1pqmm_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_1pqmm_263{align-items:center;height:180px;display:flex}._widgetFooter_1pqmm_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1pqmm_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1pqmm_276:last-child{border:none}._widgetMainValue_1pqmm_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1pqmm_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1pqmm_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_1pqmm_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1pqmm_312{opacity:.5;cursor:default}._widgetTag_1pqmm_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1pqmm_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1pqmm_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1pqmm_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1pqmm_338._green_1pqmm_343:before,._chartValuesTitle_1pqmm_338._dark_1pqmm_343:before,._chartValuesTitle_1pqmm_338._blue_1pqmm_343: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_1pqmm_338._green_1pqmm_343:before{background:var(--status-success)}._chartValuesTitle_1pqmm_338._dark_1pqmm_343:before{background:#475569}._chartValuesTitle_1pqmm_338._blue_1pqmm_343:before{background:#43e0f8}._topbar_1pqmm_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1pqmm_373{display:inline-flex}._logo_1pqmm_373{max-width:110px}._menuWrapper_1pqmm_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_1pqmm_381{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_1pqmm_381._opened_1pqmm_398{display:flex}}._menuItem_1pqmm_403{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_1pqmm_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_1pqmm_403 ._menuIcon_1pqmm_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1pqmm_403 ._menuIconPerformance_1pqmm_429{fill:none}._menuItem_1pqmm_403 ._menuIconStroke_1pqmm_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1pqmm_403._active_1pqmm_437,._menuItem_1pqmm_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1pqmm_403._active_1pqmm_437 ._menuIcon_1pqmm_424:not(._menuIconStroke_1pqmm_432,._menuIconPerformance_1pqmm_429),._menuItem_1pqmm_403:hover ._menuIcon_1pqmm_424:not(._menuIconStroke_1pqmm_432,._menuIconPerformance_1pqmm_429){fill:#52c2fd}._menuItem_1pqmm_403._active_1pqmm_437 ._menuIconPerformance_1pqmm_429 path,._menuItem_1pqmm_403:hover ._menuIconPerformance_1pqmm_429 path{stroke:#59a6fd}._menuItem_1pqmm_403._active_1pqmm_437 ._menuIconStroke_1pqmm_432:not(._menuIcon_1pqmm_424),._menuItem_1pqmm_403:hover ._menuIconStroke_1pqmm_432:not(._menuIcon_1pqmm_424){stroke:#52c2fd}._redDot_1pqmm_451{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_1pqmm_466{justify-content:center;display:flex}._link_1pqmm_471{color:var(--accent);cursor:pointer;text-decoration:underline}._fieldWrapper_1pqmm_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_1pqmm_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_72irr_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_72irr_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_72irr_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_72irr_23{width:100%;margin-bottom:16px}._fieldWrapper_72irr_23:last-child{margin-bottom:0}._fieldLabel_72irr_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_72irr_36{margin-top:8px;font-size:.75rem}._field_72irr_23{width:100%;position:relative}._fieldLabelNew_72irr_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_72irr_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_72irr_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_72irr_52[type=password]{font-size:18px}._inputNew_72irr_52:focus,._inputNew_72irr_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_72irr_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_72irr_52:disabled::placeholder{color:#cbd5e1}._inputNew_72irr_52._error_72irr_7{border:1px solid #ef4444}._inputNew_72irr_52._error_72irr_7:focus,._inputNew_72irr_52._error_72irr_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_72irr_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_72irr_90{width:calc(50% - 8px)}._tableNavWrapper_72irr_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_72irr_109{align-items:center;gap:8px;display:flex}._tableNavItem_72irr_115{margin:0}._modalContent_72irr_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_72irr_119._center_72irr_126{text-align:center;font-family:Inter}._modalContent_72irr_119._settings_72irr_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_72irr_119._settingsIntegration_72irr_134,._modalContent_72irr_119._performanceTestModalContent_72irr_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_72irr_119._monitoringReportContent_72irr_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_72irr_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_72irr_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_72irr_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_72irr_159:after,._modalLine_72irr_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_72irr_159:before{left:-20px}._modalLine_72irr_159:after{right:-20px}._infoMessage_72irr_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_72irr_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_72irr_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_72irr_197._buttonsAutoWidth_72irr_204{justify-content:flex-end}._fullWidthTitle_72irr_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_72irr_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_72irr_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_72irr_227{padding:0 16px 15px}}._widgetHeader_72irr_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_72irr_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_72irr_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_72irr_263{align-items:center;height:180px;display:flex}._widgetFooter_72irr_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_72irr_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_72irr_276:last-child{border:none}._widgetMainValue_72irr_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_72irr_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_72irr_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_72irr_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_72irr_312{opacity:.5;cursor:default}._widgetTag_72irr_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_72irr_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_72irr_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_72irr_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_72irr_338._green_72irr_343:before,._chartValuesTitle_72irr_338._dark_72irr_343:before,._chartValuesTitle_72irr_338._blue_72irr_343: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_72irr_338._green_72irr_343:before{background:var(--status-success)}._chartValuesTitle_72irr_338._dark_72irr_343:before{background:#475569}._chartValuesTitle_72irr_338._blue_72irr_343:before{background:#43e0f8}._topbar_72irr_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_72irr_373{display:inline-flex}._logo_72irr_373{max-width:110px}._menuWrapper_72irr_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_72irr_381{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_72irr_381._opened_72irr_398{display:flex}}._menuItem_72irr_403{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_72irr_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_72irr_403 ._menuIcon_72irr_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_72irr_403 ._menuIconPerformance_72irr_429{fill:none}._menuItem_72irr_403 ._menuIconStroke_72irr_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_72irr_403._active_72irr_437,._menuItem_72irr_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_72irr_403._active_72irr_437 ._menuIcon_72irr_424:not(._menuIconStroke_72irr_432,._menuIconPerformance_72irr_429),._menuItem_72irr_403:hover ._menuIcon_72irr_424:not(._menuIconStroke_72irr_432,._menuIconPerformance_72irr_429){fill:#52c2fd}._menuItem_72irr_403._active_72irr_437 ._menuIconPerformance_72irr_429 path,._menuItem_72irr_403:hover ._menuIconPerformance_72irr_429 path{stroke:#59a6fd}._menuItem_72irr_403._active_72irr_437 ._menuIconStroke_72irr_432:not(._menuIcon_72irr_424),._menuItem_72irr_403:hover ._menuIconStroke_72irr_432:not(._menuIcon_72irr_424){stroke:#52c2fd}._redDot_72irr_451{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_72irr_466{justify-content:center;display:flex}._link_72irr_471{color:var(--accent);cursor:pointer;text-decoration:underline}._authButtonsWrapper_1ok2x_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1ok2x_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1ok2x_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_1ok2x_23{width:100%;margin-bottom:16px}._fieldWrapper_1ok2x_23:last-child{margin-bottom:0}._fieldLabel_1ok2x_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1ok2x_36{margin-top:8px;font-size:.75rem}._field_1ok2x_23{width:100%;position:relative}._fieldLabelNew_1ok2x_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1ok2x_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_1ok2x_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1ok2x_52[type=password]{font-size:18px}._inputNew_1ok2x_52:focus,._inputNew_1ok2x_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1ok2x_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1ok2x_52:disabled::placeholder{color:#cbd5e1}._inputNew_1ok2x_52._error_1ok2x_7{border:1px solid #ef4444}._inputNew_1ok2x_52._error_1ok2x_7:focus,._inputNew_1ok2x_52._error_1ok2x_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1ok2x_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1ok2x_90{width:calc(50% - 8px)}._tableNavWrapper_1ok2x_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1ok2x_109{align-items:center;gap:8px;display:flex}._tableNavItem_1ok2x_115{margin:0}._modalContent_1ok2x_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1ok2x_119._center_1ok2x_126{text-align:center;font-family:Inter}._modalContent_1ok2x_119._settings_1ok2x_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1ok2x_119._settingsIntegration_1ok2x_134,._modalContent_1ok2x_119._performanceTestModalContent_1ok2x_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1ok2x_119._monitoringReportContent_1ok2x_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1ok2x_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1ok2x_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1ok2x_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1ok2x_159:after,._modalLine_1ok2x_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1ok2x_159:before{left:-20px}._modalLine_1ok2x_159:after{right:-20px}._infoMessage_1ok2x_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1ok2x_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_1ok2x_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1ok2x_197._buttonsAutoWidth_1ok2x_204{justify-content:flex-end}._fullWidthTitle_1ok2x_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_1ok2x_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1ok2x_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1ok2x_227{padding:0 16px 15px}}._widgetHeader_1ok2x_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1ok2x_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1ok2x_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_1ok2x_263{align-items:center;height:180px;display:flex}._widgetFooter_1ok2x_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1ok2x_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1ok2x_276:last-child{border:none}._widgetMainValue_1ok2x_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1ok2x_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1ok2x_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_1ok2x_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1ok2x_312{opacity:.5;cursor:default}._widgetTag_1ok2x_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1ok2x_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1ok2x_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1ok2x_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1ok2x_338._green_1ok2x_343:before,._chartValuesTitle_1ok2x_338._dark_1ok2x_343:before,._chartValuesTitle_1ok2x_338._blue_1ok2x_343: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_1ok2x_338._green_1ok2x_343:before{background:var(--status-success)}._chartValuesTitle_1ok2x_338._dark_1ok2x_343:before{background:#475569}._chartValuesTitle_1ok2x_338._blue_1ok2x_343:before{background:#43e0f8}._topbar_1ok2x_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1ok2x_373{display:inline-flex}._logo_1ok2x_373{max-width:110px}._menuWrapper_1ok2x_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_1ok2x_381{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_1ok2x_381._opened_1ok2x_398{display:flex}}._menuItem_1ok2x_403{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_1ok2x_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_1ok2x_403 ._menuIcon_1ok2x_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1ok2x_403 ._menuIconPerformance_1ok2x_429{fill:none}._menuItem_1ok2x_403 ._menuIconStroke_1ok2x_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1ok2x_403._active_1ok2x_437,._menuItem_1ok2x_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1ok2x_403._active_1ok2x_437 ._menuIcon_1ok2x_424:not(._menuIconStroke_1ok2x_432,._menuIconPerformance_1ok2x_429),._menuItem_1ok2x_403:hover ._menuIcon_1ok2x_424:not(._menuIconStroke_1ok2x_432,._menuIconPerformance_1ok2x_429){fill:#52c2fd}._menuItem_1ok2x_403._active_1ok2x_437 ._menuIconPerformance_1ok2x_429 path,._menuItem_1ok2x_403:hover ._menuIconPerformance_1ok2x_429 path{stroke:#59a6fd}._menuItem_1ok2x_403._active_1ok2x_437 ._menuIconStroke_1ok2x_432:not(._menuIcon_1ok2x_424),._menuItem_1ok2x_403:hover ._menuIconStroke_1ok2x_432:not(._menuIcon_1ok2x_424){stroke:#52c2fd}._redDot_1ok2x_451{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_1ok2x_466{justify-content:center;display:flex}._link_1ok2x_471{color:var(--accent);cursor:pointer;text-decoration:underline}._modalHeader_1ok2x_477{border-bottom:1px solid var(--border-default);align-items:center;padding:10px 36px 10px 16px;display:flex}._performanceIconWrapper_1ok2x_484{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_1ok2x_484 svg{fill:none}._performanceIconWrapper_1ok2x_484 svg path{stroke:#59a6fd}._performanceTestInfo_1ok2x_503{flex-direction:column;justify-content:center;align-items:flex-start;display:flex}._performanceTestInfo_1ok2x_503 h3{color:var(--text-primary);margin-bottom:4px;font-size:18px;font-weight:500;line-height:24px}._performanceTestInfo_1ok2x_503 p{color:var(--text-muted);font-size:14px;font-weight:400;line-height:20px}._modalBody_1ok2x_523{padding:16px}._performanceTestActionsWrapper_1ok2x_527{justify-content:space-between;gap:10px;display:flex}._performanceTestAction_1ok2x_527{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_1ok2x_527:hover{background-color:var(--accent-subtle);border:1px solid #43e0f8}._performanceTestAction_1ok2x_527:hover svg path{fill:#165964}._performanceTestAction_1ok2x_527 svg path{fill:#0f172a}._performanceTestAction_1ok2x_527 p{color:var(--text-primary);font-size:14px;font-weight:500}._performanceTestAction_1ok2x_527 span{color:var(--text-secondary);font-size:12px;font-weight:400}._activeAction_1ok2x_565{background-color:var(--accent-subtle);border:1px solid #43e0f8}._activeAction_1ok2x_565 svg path{fill:#165964}._scheduleSection_1ok2x_573,._labelSection_1ok2x_574{flex-direction:column;display:flex}._scheduleSection_1ok2x_573 p,._labelSection_1ok2x_574 p{margin-bottom:4px;font-size:14px;font-weight:400;line-height:20px}._scheduleSection_1ok2x_573{margin-top:12px;position:relative}._selectItemWrapper_1ok2x_591{border-radius:8px;align-items:center;margin:4px;padding:8px;display:flex}._selectItemWrapper_1ok2x_591:hover{background-color:var(--surface-2)}._selectItemWrapper_1ok2x_591 span{color:var(--text-primary);font-size:14px;font-weight:400;line-height:20px}._addBtnWrapper_1ok2x_608{align-items:center;padding:8px 8px 8px 16px;display:flex}._addBtnWrapper_1ok2x_608 span{color:var(--accent);font-size:14px;font-weight:400;line-height:20px}._plusIcon_1ok2x_620{margin-right:4px;font-size:16px;line-height:14px}._authButtonsWrapper_mmezi_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_mmezi_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_mmezi_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_mmezi_23{width:100%;margin-bottom:16px}._fieldWrapper_mmezi_23:last-child{margin-bottom:0}._fieldLabel_mmezi_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_mmezi_36{margin-top:8px;font-size:.75rem}._field_mmezi_23{width:100%;position:relative}._fieldLabelNew_mmezi_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_mmezi_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_mmezi_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_mmezi_52[type=password]{font-size:18px}._inputNew_mmezi_52:focus,._inputNew_mmezi_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_mmezi_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_mmezi_52:disabled::placeholder{color:#cbd5e1}._inputNew_mmezi_52._error_mmezi_7{border:1px solid #ef4444}._inputNew_mmezi_52._error_mmezi_7:focus,._inputNew_mmezi_52._error_mmezi_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_mmezi_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_mmezi_90{width:calc(50% - 8px)}._tableNavWrapper_mmezi_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_mmezi_109{align-items:center;gap:8px;display:flex}._modalContent_mmezi_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_mmezi_119._center_mmezi_126{text-align:center;font-family:Inter}._modalContent_mmezi_119._settings_mmezi_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_mmezi_119._settingsIntegration_mmezi_134,._modalContent_mmezi_119._performanceTestModalContent_mmezi_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_mmezi_119._monitoringReportContent_mmezi_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_mmezi_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_mmezi_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_mmezi_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_mmezi_159:after,._modalLine_mmezi_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_mmezi_159:before{left:-20px}._modalLine_mmezi_159:after{right:-20px}._infoMessage_mmezi_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_mmezi_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_mmezi_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_mmezi_197._buttonsAutoWidth_mmezi_204{justify-content:flex-end}._fullWidthTitle_mmezi_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_mmezi_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_mmezi_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_mmezi_227{padding:0 16px 15px}}._widgetHeader_mmezi_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_mmezi_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_mmezi_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_mmezi_263{align-items:center;height:180px;display:flex}._widgetFooter_mmezi_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_mmezi_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_mmezi_276:last-child{border:none}._widgetMainValue_mmezi_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_mmezi_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_mmezi_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_mmezi_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_mmezi_312{opacity:.5;cursor:default}._widgetTag_mmezi_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_mmezi_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_mmezi_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_mmezi_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_mmezi_338._green_mmezi_343:before,._chartValuesTitle_mmezi_338._dark_mmezi_343:before,._chartValuesTitle_mmezi_338._blue_mmezi_343: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_mmezi_338._green_mmezi_343:before{background:var(--status-success)}._chartValuesTitle_mmezi_338._dark_mmezi_343:before{background:#475569}._chartValuesTitle_mmezi_338._blue_mmezi_343:before{background:#43e0f8}._topbar_mmezi_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_mmezi_373{display:inline-flex}._logo_mmezi_373{max-width:110px}._menuWrapper_mmezi_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_mmezi_381{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_mmezi_381._opened_mmezi_398{display:flex}}._menuItem_mmezi_403{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_mmezi_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_mmezi_403 ._menuIcon_mmezi_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_mmezi_403 ._menuIconPerformance_mmezi_429{fill:none}._menuItem_mmezi_403 ._menuIconStroke_mmezi_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_mmezi_403._active_mmezi_437,._menuItem_mmezi_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_mmezi_403._active_mmezi_437 ._menuIcon_mmezi_424:not(._menuIconStroke_mmezi_432,._menuIconPerformance_mmezi_429),._menuItem_mmezi_403:hover ._menuIcon_mmezi_424:not(._menuIconStroke_mmezi_432,._menuIconPerformance_mmezi_429){fill:#52c2fd}._menuItem_mmezi_403._active_mmezi_437 ._menuIconPerformance_mmezi_429 path,._menuItem_mmezi_403:hover ._menuIconPerformance_mmezi_429 path{stroke:#59a6fd}._menuItem_mmezi_403._active_mmezi_437 ._menuIconStroke_mmezi_432:not(._menuIcon_mmezi_424),._menuItem_mmezi_403:hover ._menuIconStroke_mmezi_432:not(._menuIcon_mmezi_424){stroke:#52c2fd}._redDot_mmezi_451{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_mmezi_466{justify-content:center;display:flex}._link_mmezi_471{color:var(--accent);cursor:pointer;text-decoration:underline}._leftNavWrapper_mmezi_477{flex-wrap:wrap;align-items:center;gap:12px;display:flex}._selectWrapper_mmezi_484{width:330px!important;margin:0!important}._actionButton_mmezi_489,._scheduleButtonContainer_mmezi_490{flex-shrink:0}._tableNavItem_mmezi_115{margin:0}@media only screen and (width<=768px){._tableNavWrapper_mmezi_100{align-items:flex-start}._leftNavWrapper_mmezi_477,._tableNavButtonsWrapper_mmezi_109{width:100%}._leftNavWrapper_mmezi_477{align-items:stretch}._selectWrapper_mmezi_484{width:100%!important}._actionButton_mmezi_489,._scheduleButtonContainer_mmezi_490,._tableNavButtonsWrapper_mmezi_109{margin-left:0!important}._tableNavButtonsWrapper_mmezi_109{flex-wrap:wrap;gap:12px}}._messageCenterContentWrapper_mmezi_522 .rowWithSubRows .rowNavWrapper .rowNavButtonsContainer{background-color:#e1f8fc}._messageCenterRemoveButtonContainer_mmezi_526{background-color:#0000;gap:0}._messageCenterRemoveButtonContainer_mmezi_526 span{width:28px;height:28px;padding:4px}._messageCenterRemoveButtonContainer_mmezi_526 span:hover{background-color:#0000}._messageCenterRemoveButtonContainer_mmezi_526 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_1mk2m_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1mk2m_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1mk2m_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_1mk2m_23{width:100%;margin-bottom:16px}._fieldWrapper_1mk2m_23:last-child{margin-bottom:0}._fieldLabel_1mk2m_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1mk2m_36{margin-top:8px;font-size:.75rem}._field_1mk2m_23{width:100%;position:relative}._fieldLabelNew_1mk2m_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1mk2m_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_1mk2m_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1mk2m_52[type=password]{font-size:18px}._inputNew_1mk2m_52:focus,._inputNew_1mk2m_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1mk2m_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1mk2m_52:disabled::placeholder{color:#cbd5e1}._inputNew_1mk2m_52._error_1mk2m_7{border:1px solid #ef4444}._inputNew_1mk2m_52._error_1mk2m_7:focus,._inputNew_1mk2m_52._error_1mk2m_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1mk2m_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1mk2m_90{width:calc(50% - 8px)}._tableNavWrapper_1mk2m_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1mk2m_109{align-items:center;gap:8px;display:flex}._tableNavItem_1mk2m_115{margin:0}._modalContent_1mk2m_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1mk2m_119._center_1mk2m_126{text-align:center;font-family:Inter}._modalContent_1mk2m_119._settings_1mk2m_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1mk2m_119._settingsIntegration_1mk2m_134,._modalContent_1mk2m_119._performanceTestModalContent_1mk2m_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1mk2m_119._monitoringReportContent_1mk2m_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1mk2m_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1mk2m_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1mk2m_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1mk2m_159:after,._modalLine_1mk2m_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1mk2m_159:before{left:-20px}._modalLine_1mk2m_159:after{right:-20px}._infoMessage_1mk2m_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1mk2m_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_1mk2m_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1mk2m_197._buttonsAutoWidth_1mk2m_204{justify-content:flex-end}._fullWidthTitle_1mk2m_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_1mk2m_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1mk2m_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1mk2m_227{padding:0 16px 15px}}._widgetHeader_1mk2m_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1mk2m_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1mk2m_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_1mk2m_263{align-items:center;height:180px;display:flex}._widgetFooter_1mk2m_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1mk2m_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1mk2m_276:last-child{border:none}._widgetMainValue_1mk2m_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1mk2m_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1mk2m_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_1mk2m_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1mk2m_312{opacity:.5;cursor:default}._widgetTag_1mk2m_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1mk2m_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1mk2m_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1mk2m_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1mk2m_338._green_1mk2m_343:before,._chartValuesTitle_1mk2m_338._dark_1mk2m_343:before,._chartValuesTitle_1mk2m_338._blue_1mk2m_343: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_1mk2m_338._green_1mk2m_343:before{background:var(--status-success)}._chartValuesTitle_1mk2m_338._dark_1mk2m_343:before{background:#475569}._chartValuesTitle_1mk2m_338._blue_1mk2m_343:before{background:#43e0f8}._topbar_1mk2m_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1mk2m_373{display:inline-flex}._logo_1mk2m_373{max-width:110px}._menuWrapper_1mk2m_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_1mk2m_381{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_1mk2m_381._opened_1mk2m_398{display:flex}}._menuItem_1mk2m_403{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_1mk2m_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_1mk2m_403 ._menuIcon_1mk2m_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1mk2m_403 ._menuIconPerformance_1mk2m_429{fill:none}._menuItem_1mk2m_403 ._menuIconStroke_1mk2m_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1mk2m_403._active_1mk2m_437,._menuItem_1mk2m_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1mk2m_403._active_1mk2m_437 ._menuIcon_1mk2m_424:not(._menuIconStroke_1mk2m_432,._menuIconPerformance_1mk2m_429),._menuItem_1mk2m_403:hover ._menuIcon_1mk2m_424:not(._menuIconStroke_1mk2m_432,._menuIconPerformance_1mk2m_429){fill:#52c2fd}._menuItem_1mk2m_403._active_1mk2m_437 ._menuIconPerformance_1mk2m_429 path,._menuItem_1mk2m_403:hover ._menuIconPerformance_1mk2m_429 path{stroke:#59a6fd}._menuItem_1mk2m_403._active_1mk2m_437 ._menuIconStroke_1mk2m_432:not(._menuIcon_1mk2m_424),._menuItem_1mk2m_403:hover ._menuIconStroke_1mk2m_432:not(._menuIcon_1mk2m_424){stroke:#52c2fd}._redDot_1mk2m_451{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_1mk2m_466{justify-content:center;display:flex}._link_1mk2m_471{color:var(--accent);cursor:pointer;text-decoration:underline}._detailsWrapper_1mk2m_477{margin-top:12px;display:flex}._detailsItem_1mk2m_482{border:1px solid var(--border-default);border-radius:12px;min-width:115px;max-width:400px;margin-right:12px;padding:16px}@media (width<=900px){._detailsItem_1mk2m_482{min-width:90px}}._detailsTitle_1mk2m_496{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_1mk2m_507{margin-right:4px}._detailsText_1mk2m_511{word-break:normal;overflow-wrap:anywhere;font-size:.875rem;font-weight:500}._detailsText_1mk2m_511 ul li ul,._detailsText_1mk2m_511 ul li ol{padding-left:20px}._authButtonsWrapper_1saam_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1saam_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1saam_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_1saam_23{width:100%;margin-bottom:16px}._fieldWrapper_1saam_23:last-child{margin-bottom:0}._fieldLabel_1saam_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1saam_36{margin-top:8px;font-size:.75rem}._field_1saam_23{width:100%;position:relative}._fieldLabelNew_1saam_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1saam_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_1saam_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1saam_52[type=password]{font-size:18px}._inputNew_1saam_52:focus,._inputNew_1saam_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1saam_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1saam_52:disabled::placeholder{color:#cbd5e1}._inputNew_1saam_52._error_1saam_7{border:1px solid #ef4444}._inputNew_1saam_52._error_1saam_7:focus,._inputNew_1saam_52._error_1saam_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1saam_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1saam_90{width:calc(50% - 8px)}._tableNavWrapper_1saam_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1saam_109{align-items:center;gap:8px;display:flex}._tableNavItem_1saam_115{margin:0}._modalContent_1saam_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1saam_119._center_1saam_126{text-align:center;font-family:Inter}._modalContent_1saam_119._settings_1saam_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1saam_119._settingsIntegration_1saam_134,._modalContent_1saam_119._performanceTestModalContent_1saam_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1saam_119._monitoringReportContent_1saam_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1saam_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1saam_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1saam_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1saam_159:after,._modalLine_1saam_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1saam_159:before{left:-20px}._modalLine_1saam_159:after{right:-20px}._infoMessage_1saam_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1saam_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_1saam_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1saam_197._buttonsAutoWidth_1saam_204{justify-content:flex-end}._fullWidthTitle_1saam_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_1saam_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1saam_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1saam_227{padding:0 16px 15px}}._widgetHeader_1saam_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1saam_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1saam_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_1saam_263{align-items:center;height:180px;display:flex}._widgetFooter_1saam_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1saam_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1saam_276:last-child{border:none}._widgetMainValue_1saam_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1saam_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1saam_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_1saam_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1saam_312{opacity:.5;cursor:default}._widgetTag_1saam_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1saam_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1saam_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1saam_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1saam_338._green_1saam_343:before,._chartValuesTitle_1saam_338._dark_1saam_343:before,._chartValuesTitle_1saam_338._blue_1saam_343: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_1saam_338._green_1saam_343:before{background:var(--status-success)}._chartValuesTitle_1saam_338._dark_1saam_343:before{background:#475569}._chartValuesTitle_1saam_338._blue_1saam_343:before{background:#43e0f8}._topbar_1saam_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1saam_373{display:inline-flex}._logo_1saam_373{max-width:110px}._menuWrapper_1saam_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_1saam_381{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_1saam_381._opened_1saam_398{display:flex}}._menuItem_1saam_403{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_1saam_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_1saam_403 ._menuIcon_1saam_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1saam_403 ._menuIconPerformance_1saam_429{fill:none}._menuItem_1saam_403 ._menuIconStroke_1saam_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1saam_403._active_1saam_437,._menuItem_1saam_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1saam_403._active_1saam_437 ._menuIcon_1saam_424:not(._menuIconStroke_1saam_432,._menuIconPerformance_1saam_429),._menuItem_1saam_403:hover ._menuIcon_1saam_424:not(._menuIconStroke_1saam_432,._menuIconPerformance_1saam_429){fill:#52c2fd}._menuItem_1saam_403._active_1saam_437 ._menuIconPerformance_1saam_429 path,._menuItem_1saam_403:hover ._menuIconPerformance_1saam_429 path{stroke:#59a6fd}._menuItem_1saam_403._active_1saam_437 ._menuIconStroke_1saam_432:not(._menuIcon_1saam_424),._menuItem_1saam_403:hover ._menuIconStroke_1saam_432:not(._menuIcon_1saam_424){stroke:#52c2fd}._redDot_1saam_451{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_1saam_466{justify-content:center;display:flex}._link_1saam_471{color:var(--accent);cursor:pointer;text-decoration:underline}._alertStatus_1saam_477{font-size:.875rem}._alertStatus_1saam_477:before{display:none}._alertStatus_1saam_477._pending_1saam_483{color:var(--status-warning)}._alertStatus_1saam_477._failed_1saam_486{color:var(--status-danger)}._alertStatus_1saam_477._delivered_1saam_489{color:var(--accent)}.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_uckc0_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_uckc0_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_uckc0_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_uckc0_23{width:100%;margin-bottom:16px}._fieldWrapper_uckc0_23:last-child{margin-bottom:0}._fieldLabel_uckc0_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_uckc0_36{margin-top:8px;font-size:.75rem}._field_uckc0_23{width:100%;position:relative}._fieldLabelNew_uckc0_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_uckc0_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_uckc0_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_uckc0_52[type=password]{font-size:18px}._inputNew_uckc0_52:focus,._inputNew_uckc0_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_uckc0_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_uckc0_52:disabled::placeholder{color:#cbd5e1}._inputNew_uckc0_52._error_uckc0_7{border:1px solid #ef4444}._inputNew_uckc0_52._error_uckc0_7:focus,._inputNew_uckc0_52._error_uckc0_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_uckc0_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_uckc0_90{width:calc(50% - 8px)}._tableNavWrapper_uckc0_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_uckc0_109{align-items:center;gap:8px;display:flex}._tableNavItem_uckc0_115{margin:0}._modalContent_uckc0_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_uckc0_119._center_uckc0_126{text-align:center;font-family:Inter}._modalContent_uckc0_119._settings_uckc0_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_uckc0_119._settingsIntegration_uckc0_134,._modalContent_uckc0_119._performanceTestModalContent_uckc0_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_uckc0_119._monitoringReportContent_uckc0_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_uckc0_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_uckc0_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_uckc0_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_uckc0_159:after,._modalLine_uckc0_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_uckc0_159:before{left:-20px}._modalLine_uckc0_159:after{right:-20px}._infoMessage_uckc0_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_uckc0_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_uckc0_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_uckc0_197._buttonsAutoWidth_uckc0_204{justify-content:flex-end}._fullWidthTitle_uckc0_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_uckc0_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_uckc0_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_uckc0_227{padding:0 16px 15px}}._widgetHeader_uckc0_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_uckc0_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_uckc0_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_uckc0_263{align-items:center;height:180px;display:flex}._widgetFooter_uckc0_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_uckc0_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_uckc0_276:last-child{border:none}._widgetMainValue_uckc0_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_uckc0_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_uckc0_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_uckc0_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_uckc0_312{opacity:.5;cursor:default}._widgetTag_uckc0_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_uckc0_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_uckc0_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_uckc0_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_uckc0_338._green_uckc0_343:before,._chartValuesTitle_uckc0_338._dark_uckc0_343:before,._chartValuesTitle_uckc0_338._blue_uckc0_343: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_uckc0_338._green_uckc0_343:before{background:var(--status-success)}._chartValuesTitle_uckc0_338._dark_uckc0_343:before{background:#475569}._chartValuesTitle_uckc0_338._blue_uckc0_343:before{background:#43e0f8}._topbar_uckc0_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_uckc0_373{display:inline-flex}._logo_uckc0_373{max-width:110px}._menuWrapper_uckc0_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_uckc0_381{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_uckc0_381._opened_uckc0_398{display:flex}}._menuItem_uckc0_403{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_uckc0_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_uckc0_403 ._menuIcon_uckc0_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_uckc0_403 ._menuIconPerformance_uckc0_429{fill:none}._menuItem_uckc0_403 ._menuIconStroke_uckc0_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_uckc0_403._active_uckc0_437,._menuItem_uckc0_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_uckc0_403._active_uckc0_437 ._menuIcon_uckc0_424:not(._menuIconStroke_uckc0_432,._menuIconPerformance_uckc0_429),._menuItem_uckc0_403:hover ._menuIcon_uckc0_424:not(._menuIconStroke_uckc0_432,._menuIconPerformance_uckc0_429){fill:#52c2fd}._menuItem_uckc0_403._active_uckc0_437 ._menuIconPerformance_uckc0_429 path,._menuItem_uckc0_403:hover ._menuIconPerformance_uckc0_429 path{stroke:#59a6fd}._menuItem_uckc0_403._active_uckc0_437 ._menuIconStroke_uckc0_432:not(._menuIcon_uckc0_424),._menuItem_uckc0_403:hover ._menuIconStroke_uckc0_432:not(._menuIcon_uckc0_424){stroke:#52c2fd}._redDot_uckc0_451{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_uckc0_466{justify-content:center;display:flex}._link_uckc0_471{color:var(--accent);cursor:pointer;text-decoration:underline}._editor_uckc0_477{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_uckc0_477:focus,._editor_uckc0_477:active{border:1px solid #a7b8d0}._editor_uckc0_477._error_uckc0_7{border:1px solid #ef4444}._editor_uckc0_477._error_uckc0_7:focus,._editor_uckc0_477._error_uckc0_7:active{box-shadow:none;border-color:#ef4444}._authButtonsWrapper_zzi1i_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_zzi1i_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_zzi1i_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_zzi1i_23{width:100%;margin-bottom:16px}._fieldWrapper_zzi1i_23:last-child{margin-bottom:0}._fieldLabel_zzi1i_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_zzi1i_36{margin-top:8px;font-size:.75rem}._field_zzi1i_23{width:100%;position:relative}._fieldLabelNew_zzi1i_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_zzi1i_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_zzi1i_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_zzi1i_52[type=password]{font-size:18px}._inputNew_zzi1i_52:focus,._inputNew_zzi1i_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_zzi1i_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_zzi1i_52:disabled::placeholder{color:#cbd5e1}._inputNew_zzi1i_52._error_zzi1i_7{border:1px solid #ef4444}._inputNew_zzi1i_52._error_zzi1i_7:focus,._inputNew_zzi1i_52._error_zzi1i_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_zzi1i_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_zzi1i_90{width:calc(50% - 8px)}._tableNavWrapper_zzi1i_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_zzi1i_109{align-items:center;gap:8px;display:flex}._tableNavItem_zzi1i_115{margin:0}._modalContent_zzi1i_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_zzi1i_119._center_zzi1i_126{text-align:center;font-family:Inter}._modalContent_zzi1i_119._settings_zzi1i_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_zzi1i_119._settingsIntegration_zzi1i_134,._modalContent_zzi1i_119._performanceTestModalContent_zzi1i_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_zzi1i_119._monitoringReportContent_zzi1i_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_zzi1i_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_zzi1i_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_zzi1i_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_zzi1i_159:after,._modalLine_zzi1i_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_zzi1i_159:before{left:-20px}._modalLine_zzi1i_159:after{right:-20px}._infoMessage_zzi1i_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_zzi1i_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_zzi1i_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_zzi1i_197._buttonsAutoWidth_zzi1i_204{justify-content:flex-end}._fullWidthTitle_zzi1i_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_zzi1i_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_zzi1i_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_zzi1i_227{padding:0 16px 15px}}._widgetHeader_zzi1i_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_zzi1i_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_zzi1i_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_zzi1i_263{align-items:center;height:180px;display:flex}._widgetFooter_zzi1i_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_zzi1i_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_zzi1i_276:last-child{border:none}._widgetMainValue_zzi1i_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_zzi1i_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_zzi1i_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_zzi1i_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_zzi1i_312{opacity:.5;cursor:default}._widgetTag_zzi1i_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_zzi1i_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_zzi1i_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_zzi1i_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_zzi1i_338._green_zzi1i_343:before,._chartValuesTitle_zzi1i_338._dark_zzi1i_343:before,._chartValuesTitle_zzi1i_338._blue_zzi1i_343: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_zzi1i_338._green_zzi1i_343:before{background:var(--status-success)}._chartValuesTitle_zzi1i_338._dark_zzi1i_343:before{background:#475569}._chartValuesTitle_zzi1i_338._blue_zzi1i_343:before{background:#43e0f8}._topbar_zzi1i_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_zzi1i_373{display:inline-flex}._logo_zzi1i_373{max-width:110px}._menuWrapper_zzi1i_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_zzi1i_381{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_zzi1i_381._opened_zzi1i_398{display:flex}}._menuItem_zzi1i_403{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_zzi1i_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_zzi1i_403 ._menuIcon_zzi1i_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_zzi1i_403 ._menuIconPerformance_zzi1i_429{fill:none}._menuItem_zzi1i_403 ._menuIconStroke_zzi1i_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_zzi1i_403._active_zzi1i_437,._menuItem_zzi1i_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_zzi1i_403._active_zzi1i_437 ._menuIcon_zzi1i_424:not(._menuIconStroke_zzi1i_432,._menuIconPerformance_zzi1i_429),._menuItem_zzi1i_403:hover ._menuIcon_zzi1i_424:not(._menuIconStroke_zzi1i_432,._menuIconPerformance_zzi1i_429){fill:#52c2fd}._menuItem_zzi1i_403._active_zzi1i_437 ._menuIconPerformance_zzi1i_429 path,._menuItem_zzi1i_403:hover ._menuIconPerformance_zzi1i_429 path{stroke:#59a6fd}._menuItem_zzi1i_403._active_zzi1i_437 ._menuIconStroke_zzi1i_432:not(._menuIcon_zzi1i_424),._menuItem_zzi1i_403:hover ._menuIconStroke_zzi1i_432:not(._menuIcon_zzi1i_424){stroke:#52c2fd}._redDot_zzi1i_451{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_zzi1i_466{justify-content:center;display:flex}._link_zzi1i_471{color:var(--accent);cursor:pointer;text-decoration:underline}._messageFormWrapper_zzi1i_477{border:1px solid var(--border-default);border-radius:20px;height:100%;padding:20px}._titleImput_zzi1i_484{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_zzi1i_484._error_zzi1i_7{border:1px solid #ef4444}._titleImput_zzi1i_484._error_zzi1i_7:focus,._titleImput_zzi1i_484._error_zzi1i_7:active{box-shadow:none;border-color:#ef4444}._textareaWrapper_zzi1i_502{margin-bottom:16px}._textareaLabel_zzi1i_506{margin-top:16px;margin-bottom:4px;font-size:14px;display:block}._tooltip_zzi1i_513 span{color:var(--text-primary);font-size:14px!important}._repeatButtonsWrapper_zzi1i_518{border-bottom:1px solid var(--border-subtle);justify-content:space-between;margin:8px 0 16px;padding-bottom:16px;display:flex}._repeatButtons_zzi1i_518{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_zzi1i_518:hover,._repeatButtons_zzi1i_518._active_zzi1i_437{background:var(--accent-subtle);border-color:#43e0f8}._submitButtonWrapper_zzi1i_545{justify-content:flex-end;align-items:center;display:flex}._noteText_zzi1i_551{color:var(--text-muted);margin-right:auto;font-size:12px}._symbolsCount_zzi1i_557{text-align:right;width:100%;color:var(--text-muted);margin-top:4px;font-size:14px}._authButtonsWrapper_1hw95_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1hw95_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1hw95_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_1hw95_23{width:100%;margin-bottom:16px}._fieldWrapper_1hw95_23:last-child{margin-bottom:0}._fieldLabel_1hw95_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1hw95_36{margin-top:8px;font-size:.75rem}._field_1hw95_23{width:100%;position:relative}._fieldLabelNew_1hw95_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1hw95_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_1hw95_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1hw95_52[type=password]{font-size:18px}._inputNew_1hw95_52:focus,._inputNew_1hw95_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1hw95_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1hw95_52:disabled::placeholder{color:#cbd5e1}._inputNew_1hw95_52._error_1hw95_7{border:1px solid #ef4444}._inputNew_1hw95_52._error_1hw95_7:focus,._inputNew_1hw95_52._error_1hw95_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1hw95_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1hw95_90{width:calc(50% - 8px)}._tableNavWrapper_1hw95_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1hw95_109{align-items:center;gap:8px;display:flex}._tableNavItem_1hw95_115{margin:0}._modalContent_1hw95_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1hw95_119._center_1hw95_126{text-align:center;font-family:Inter}._modalContent_1hw95_119._settings_1hw95_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1hw95_119._settingsIntegration_1hw95_134,._modalContent_1hw95_119._performanceTestModalContent_1hw95_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1hw95_119._monitoringReportContent_1hw95_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1hw95_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1hw95_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1hw95_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1hw95_159:after,._modalLine_1hw95_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1hw95_159:before{left:-20px}._modalLine_1hw95_159:after{right:-20px}._infoMessage_1hw95_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1hw95_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_1hw95_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1hw95_197._buttonsAutoWidth_1hw95_204{justify-content:flex-end}._fullWidthTitle_1hw95_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_1hw95_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1hw95_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1hw95_227{padding:0 16px 15px}}._widgetHeader_1hw95_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1hw95_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1hw95_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_1hw95_263{align-items:center;height:180px;display:flex}._widgetFooter_1hw95_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1hw95_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1hw95_276:last-child{border:none}._widgetMainValue_1hw95_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1hw95_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1hw95_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_1hw95_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1hw95_312{opacity:.5;cursor:default}._widgetTag_1hw95_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1hw95_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1hw95_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1hw95_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1hw95_338._green_1hw95_343:before,._chartValuesTitle_1hw95_338._dark_1hw95_343:before,._chartValuesTitle_1hw95_338._blue_1hw95_343: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_1hw95_338._green_1hw95_343:before{background:var(--status-success)}._chartValuesTitle_1hw95_338._dark_1hw95_343:before{background:#475569}._chartValuesTitle_1hw95_338._blue_1hw95_343:before{background:#43e0f8}._topbar_1hw95_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1hw95_373{display:inline-flex}._logo_1hw95_373{max-width:110px}._menuWrapper_1hw95_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_1hw95_381{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_1hw95_381._opened_1hw95_398{display:flex}}._menuItem_1hw95_403{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_1hw95_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_1hw95_403 ._menuIcon_1hw95_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1hw95_403 ._menuIconPerformance_1hw95_429{fill:none}._menuItem_1hw95_403 ._menuIconStroke_1hw95_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1hw95_403._active_1hw95_437,._menuItem_1hw95_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1hw95_403._active_1hw95_437 ._menuIcon_1hw95_424:not(._menuIconStroke_1hw95_432,._menuIconPerformance_1hw95_429),._menuItem_1hw95_403:hover ._menuIcon_1hw95_424:not(._menuIconStroke_1hw95_432,._menuIconPerformance_1hw95_429){fill:#52c2fd}._menuItem_1hw95_403._active_1hw95_437 ._menuIconPerformance_1hw95_429 path,._menuItem_1hw95_403:hover ._menuIconPerformance_1hw95_429 path{stroke:#59a6fd}._menuItem_1hw95_403._active_1hw95_437 ._menuIconStroke_1hw95_432:not(._menuIcon_1hw95_424),._menuItem_1hw95_403:hover ._menuIconStroke_1hw95_432:not(._menuIcon_1hw95_424){stroke:#52c2fd}._redDot_1hw95_451{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_1hw95_466{justify-content:center;display:flex}._link_1hw95_471{color:var(--accent);cursor:pointer;text-decoration:underline}._templateList_1hw95_477{border:1px solid var(--border-default);border-radius:20px;height:100%;padding:20px;position:relative;overflow-y:auto}._table_1hw95_100{min-height:100%;top:0}._tabsWrapper_1hw95_491{background:var(--surface-3);border-radius:32px;width:100%;height:40px;margin-bottom:20px;padding:4px;display:inline-flex}._tab_1hw95_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_1hw95_100._active_1hw95_437{background:var(--surface-1);color:var(--text-secondary);box-shadow:0 1px 3px #3341550a,0 1px 2px #3341550a}._tab_1hw95_100:last-child{margin-right:0}._tab_1hw95_100._disabled_1hw95_312{box-shadow:none;background:var(--surface-3)}._tab_1hw95_100._grey_1hw95_528{box-shadow:none;background:var(--surface-3);color:var(--text-disabled);cursor:pointer}._messageTemplateButtonContainer_1hw95_535{gap:0}._messageTemplateButtonContainer_1hw95_535 span{width:28px;height:28px;padding:4px}._messageTemplateButtonContainer_1hw95_535 span:hover{background-color:#0000}._messageTemplateButtonContainer_1hw95_535 span:hover svg path{stroke:#0f172a}._authButtonsWrapper_17vs4_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_17vs4_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_17vs4_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_17vs4_23{width:100%;margin-bottom:16px}._fieldWrapper_17vs4_23:last-child{margin-bottom:0}._fieldLabel_17vs4_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_17vs4_36{margin-top:8px;font-size:.75rem}._field_17vs4_23{width:100%;position:relative}._fieldLabelNew_17vs4_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_17vs4_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_17vs4_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_17vs4_52[type=password]{font-size:18px}._inputNew_17vs4_52:focus,._inputNew_17vs4_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_17vs4_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_17vs4_52:disabled::placeholder{color:#cbd5e1}._inputNew_17vs4_52._error_17vs4_7{border:1px solid #ef4444}._inputNew_17vs4_52._error_17vs4_7:focus,._inputNew_17vs4_52._error_17vs4_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_17vs4_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_17vs4_90{width:calc(50% - 8px)}._tableNavWrapper_17vs4_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_17vs4_109{align-items:center;gap:8px;display:flex}._tableNavItem_17vs4_115{margin:0}._modalContent_17vs4_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_17vs4_119._center_17vs4_126{text-align:center;font-family:Inter}._modalContent_17vs4_119._settings_17vs4_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_17vs4_119._settingsIntegration_17vs4_134,._modalContent_17vs4_119._performanceTestModalContent_17vs4_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_17vs4_119._monitoringReportContent_17vs4_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_17vs4_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_17vs4_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_17vs4_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_17vs4_159:after,._modalLine_17vs4_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_17vs4_159:before{left:-20px}._modalLine_17vs4_159:after{right:-20px}._infoMessage_17vs4_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_17vs4_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_17vs4_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_17vs4_197._buttonsAutoWidth_17vs4_204{justify-content:flex-end}._fullWidthTitle_17vs4_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_17vs4_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_17vs4_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_17vs4_227{padding:0 16px 15px}}._widgetHeader_17vs4_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_17vs4_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_17vs4_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_17vs4_263{align-items:center;height:180px;display:flex}._widgetFooter_17vs4_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_17vs4_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_17vs4_276:last-child{border:none}._widgetMainValue_17vs4_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_17vs4_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_17vs4_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_17vs4_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_17vs4_312{opacity:.5;cursor:default}._widgetTag_17vs4_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_17vs4_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_17vs4_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_17vs4_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_17vs4_338._green_17vs4_343:before,._chartValuesTitle_17vs4_338._dark_17vs4_343:before,._chartValuesTitle_17vs4_338._blue_17vs4_343: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_17vs4_338._green_17vs4_343:before{background:var(--status-success)}._chartValuesTitle_17vs4_338._dark_17vs4_343:before{background:#475569}._chartValuesTitle_17vs4_338._blue_17vs4_343:before{background:#43e0f8}._topbar_17vs4_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_17vs4_373{display:inline-flex}._logo_17vs4_373{max-width:110px}._menuWrapper_17vs4_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_17vs4_381{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_17vs4_381._opened_17vs4_398{display:flex}}._menuItem_17vs4_403{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_17vs4_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_17vs4_403 ._menuIcon_17vs4_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_17vs4_403 ._menuIconPerformance_17vs4_429{fill:none}._menuItem_17vs4_403 ._menuIconStroke_17vs4_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_17vs4_403._active_17vs4_437,._menuItem_17vs4_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_17vs4_403._active_17vs4_437 ._menuIcon_17vs4_424:not(._menuIconStroke_17vs4_432,._menuIconPerformance_17vs4_429),._menuItem_17vs4_403:hover ._menuIcon_17vs4_424:not(._menuIconStroke_17vs4_432,._menuIconPerformance_17vs4_429){fill:#52c2fd}._menuItem_17vs4_403._active_17vs4_437 ._menuIconPerformance_17vs4_429 path,._menuItem_17vs4_403:hover ._menuIconPerformance_17vs4_429 path{stroke:#59a6fd}._menuItem_17vs4_403._active_17vs4_437 ._menuIconStroke_17vs4_432:not(._menuIcon_17vs4_424),._menuItem_17vs4_403:hover ._menuIconStroke_17vs4_432:not(._menuIcon_17vs4_424){stroke:#52c2fd}._redDot_17vs4_451{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_17vs4_466{justify-content:center;display:flex}._link_17vs4_471{color:var(--accent);cursor:pointer;text-decoration:underline}._deviceStatus_17vs4_477: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_17vs4_477._online_17vs4_489:before{background:var(--status-success)}._deviceStatus_17vs4_477._offline_17vs4_492: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}._authButtonsWrapper_1exg1_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1exg1_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1exg1_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_1exg1_23{width:100%;margin-bottom:16px}._fieldWrapper_1exg1_23:last-child{margin-bottom:0}._fieldLabel_1exg1_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1exg1_36{margin-top:8px;font-size:.75rem}._field_1exg1_23{width:100%;position:relative}._fieldLabelNew_1exg1_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1exg1_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_1exg1_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1exg1_52[type=password]{font-size:18px}._inputNew_1exg1_52:focus,._inputNew_1exg1_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1exg1_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1exg1_52:disabled::placeholder{color:#cbd5e1}._inputNew_1exg1_52._error_1exg1_7{border:1px solid #ef4444}._inputNew_1exg1_52._error_1exg1_7:focus,._inputNew_1exg1_52._error_1exg1_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1exg1_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1exg1_90{width:calc(50% - 8px)}._tableNavWrapper_1exg1_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1exg1_109{align-items:center;gap:8px;display:flex}._tableNavItem_1exg1_115{margin:0}._modalContent_1exg1_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1exg1_119._center_1exg1_126{text-align:center;font-family:Inter}._modalContent_1exg1_119._settings_1exg1_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1exg1_119._settingsIntegration_1exg1_134,._modalContent_1exg1_119._performanceTestModalContent_1exg1_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1exg1_119._monitoringReportContent_1exg1_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1exg1_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1exg1_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1exg1_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1exg1_159:after,._modalLine_1exg1_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1exg1_159:before{left:-20px}._modalLine_1exg1_159:after{right:-20px}._infoMessage_1exg1_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1exg1_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_1exg1_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1exg1_197._buttonsAutoWidth_1exg1_204{justify-content:flex-end}._fullWidthTitle_1exg1_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_1exg1_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1exg1_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1exg1_227{padding:0 16px 15px}}._widgetHeader_1exg1_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1exg1_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1exg1_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_1exg1_263{align-items:center;height:180px;display:flex}._widgetFooter_1exg1_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1exg1_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1exg1_276:last-child{border:none}._widgetMainValue_1exg1_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1exg1_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1exg1_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_1exg1_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1exg1_312{opacity:.5;cursor:default}._widgetTag_1exg1_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1exg1_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1exg1_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1exg1_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1exg1_338._green_1exg1_343:before,._chartValuesTitle_1exg1_338._dark_1exg1_343:before,._chartValuesTitle_1exg1_338._blue_1exg1_343: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_1exg1_338._green_1exg1_343:before{background:var(--status-success)}._chartValuesTitle_1exg1_338._dark_1exg1_343:before{background:#475569}._chartValuesTitle_1exg1_338._blue_1exg1_343:before{background:#43e0f8}._topbar_1exg1_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1exg1_373{display:inline-flex}._logo_1exg1_373{max-width:110px}._menuWrapper_1exg1_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_1exg1_381{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_1exg1_381._opened_1exg1_398{display:flex}}._menuItem_1exg1_403{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_1exg1_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_1exg1_403 ._menuIcon_1exg1_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1exg1_403 ._menuIconPerformance_1exg1_429{fill:none}._menuItem_1exg1_403 ._menuIconStroke_1exg1_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1exg1_403._active_1exg1_437,._menuItem_1exg1_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1exg1_403._active_1exg1_437 ._menuIcon_1exg1_424:not(._menuIconStroke_1exg1_432,._menuIconPerformance_1exg1_429),._menuItem_1exg1_403:hover ._menuIcon_1exg1_424:not(._menuIconStroke_1exg1_432,._menuIconPerformance_1exg1_429){fill:#52c2fd}._menuItem_1exg1_403._active_1exg1_437 ._menuIconPerformance_1exg1_429 path,._menuItem_1exg1_403:hover ._menuIconPerformance_1exg1_429 path{stroke:#59a6fd}._menuItem_1exg1_403._active_1exg1_437 ._menuIconStroke_1exg1_432:not(._menuIcon_1exg1_424),._menuItem_1exg1_403:hover ._menuIconStroke_1exg1_432:not(._menuIcon_1exg1_424){stroke:#52c2fd}._redDot_1exg1_451{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_1exg1_466{justify-content:center;display:flex}._link_1exg1_471{color:var(--accent);cursor:pointer;text-decoration:underline}._statusContainer_1exg1_477{flex-wrap:wrap;align-items:center;gap:8px;display:flex}._orderStatus_1exg1_484{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_1exg1_484:before{margin-right:2px;display:inline-flex;position:relative;top:1px}._orderStatus_1exg1_484._new_1exg1_500{background:var(--status-success-subtle);color:var(--status-success-text)}._orderStatus_1exg1_484._new_1exg1_500: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_1exg1_484._pending_1exg1_507{background:var(--status-warning-subtle);color:var(--status-warning-text)}._orderStatus_1exg1_484._pending_1exg1_507: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_1exg1_484._confirmed_1exg1_514{color:#134f66;background:#cdfcff}._orderStatus_1exg1_484._confirmed_1exg1_514: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_1exg1_484._packed_1exg1_521{color:#7e22ce;background:#f3e8ff}._orderStatus_1exg1_484._packed_1exg1_521: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_1exg1_484._shipping_1exg1_528{background:var(--status-info-subtle);color:var(--text-link)}._orderStatus_1exg1_484._shipping_1exg1_528: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_1exg1_484._archived_1exg1_535{color:#4338ca;background:#e0e7ff}._orderStatus_1exg1_484._archived_1exg1_535: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_1exg1_484._denied_1exg1_542{background:var(--status-danger-subtle);color:var(--status-danger-text)}._orderStatus_1exg1_484._denied_1exg1_542: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_1exg1_484._canceled_1exg1_549{background:var(--status-danger-subtle);color:var(--status-danger-text)}._orderStatus_1exg1_484._canceled_1exg1_549: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_1438g_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1438g_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1438g_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_1438g_23{width:100%;margin-bottom:16px}._fieldWrapper_1438g_23:last-child{margin-bottom:0}._fieldLabel_1438g_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1438g_36{margin-top:8px;font-size:.75rem}._field_1438g_23{width:100%;position:relative}._fieldLabelNew_1438g_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1438g_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_1438g_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1438g_52[type=password]{font-size:18px}._inputNew_1438g_52:focus,._inputNew_1438g_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1438g_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1438g_52:disabled::placeholder{color:#cbd5e1}._inputNew_1438g_52._error_1438g_7{border:1px solid #ef4444}._inputNew_1438g_52._error_1438g_7:focus,._inputNew_1438g_52._error_1438g_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1438g_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1438g_90{width:calc(50% - 8px)}._tableNavWrapper_1438g_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1438g_109{align-items:center;gap:8px;display:flex}._tableNavItem_1438g_115{margin:0}._modalContent_1438g_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1438g_119._center_1438g_126{text-align:center;font-family:Inter}._modalContent_1438g_119._settings_1438g_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1438g_119._settingsIntegration_1438g_134,._modalContent_1438g_119._performanceTestModalContent_1438g_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1438g_119._monitoringReportContent_1438g_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1438g_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1438g_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1438g_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1438g_159:after,._modalLine_1438g_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1438g_159:before{left:-20px}._modalLine_1438g_159:after{right:-20px}._infoMessage_1438g_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1438g_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_1438g_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1438g_197._buttonsAutoWidth_1438g_204{justify-content:flex-end}._fullWidthTitle_1438g_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_1438g_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1438g_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1438g_227{padding:0 16px 15px}}._widgetHeader_1438g_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1438g_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1438g_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_1438g_263{align-items:center;height:180px;display:flex}._widgetFooter_1438g_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1438g_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1438g_276:last-child{border:none}._widgetMainValue_1438g_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1438g_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1438g_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_1438g_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1438g_312{opacity:.5;cursor:default}._widgetTag_1438g_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1438g_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1438g_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1438g_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1438g_338._green_1438g_343:before,._chartValuesTitle_1438g_338._dark_1438g_343:before,._chartValuesTitle_1438g_338._blue_1438g_343: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_1438g_338._green_1438g_343:before{background:var(--status-success)}._chartValuesTitle_1438g_338._dark_1438g_343:before{background:#475569}._chartValuesTitle_1438g_338._blue_1438g_343:before{background:#43e0f8}._topbar_1438g_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1438g_373{display:inline-flex}._logo_1438g_373{max-width:110px}._menuWrapper_1438g_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_1438g_381{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_1438g_381._opened_1438g_398{display:flex}}._menuItem_1438g_403{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_1438g_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_1438g_403 ._menuIcon_1438g_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1438g_403 ._menuIconPerformance_1438g_429{fill:none}._menuItem_1438g_403 ._menuIconStroke_1438g_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1438g_403._active_1438g_437,._menuItem_1438g_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1438g_403._active_1438g_437 ._menuIcon_1438g_424:not(._menuIconStroke_1438g_432,._menuIconPerformance_1438g_429),._menuItem_1438g_403:hover ._menuIcon_1438g_424:not(._menuIconStroke_1438g_432,._menuIconPerformance_1438g_429){fill:#52c2fd}._menuItem_1438g_403._active_1438g_437 ._menuIconPerformance_1438g_429 path,._menuItem_1438g_403:hover ._menuIconPerformance_1438g_429 path{stroke:#59a6fd}._menuItem_1438g_403._active_1438g_437 ._menuIconStroke_1438g_432:not(._menuIcon_1438g_424),._menuItem_1438g_403:hover ._menuIconStroke_1438g_432:not(._menuIcon_1438g_424){stroke:#52c2fd}._redDot_1438g_451{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_1438g_466{justify-content:center;display:flex}._link_1438g_471{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_wlfx8_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_wlfx8_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_wlfx8_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_wlfx8_23{width:100%;margin-bottom:16px}._fieldWrapper_wlfx8_23:last-child{margin-bottom:0}._fieldLabel_wlfx8_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_wlfx8_36{margin-top:8px;font-size:.75rem}._field_wlfx8_23{width:100%;position:relative}._fieldLabelNew_wlfx8_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_wlfx8_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_wlfx8_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_wlfx8_52[type=password]{font-size:18px}._inputNew_wlfx8_52:focus,._inputNew_wlfx8_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_wlfx8_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_wlfx8_52:disabled::placeholder{color:#cbd5e1}._inputNew_wlfx8_52._error_wlfx8_7{border:1px solid #ef4444}._inputNew_wlfx8_52._error_wlfx8_7:focus,._inputNew_wlfx8_52._error_wlfx8_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_wlfx8_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_wlfx8_90{width:calc(50% - 8px)}._tableNavWrapper_wlfx8_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_wlfx8_109{align-items:center;gap:8px;display:flex}._tableNavItem_wlfx8_115{margin:0}._modalContent_wlfx8_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_wlfx8_119._center_wlfx8_126{text-align:center;font-family:Inter}._modalContent_wlfx8_119._settings_wlfx8_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_wlfx8_119._settingsIntegration_wlfx8_134,._modalContent_wlfx8_119._performanceTestModalContent_wlfx8_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_wlfx8_119._monitoringReportContent_wlfx8_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_wlfx8_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_wlfx8_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_wlfx8_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_wlfx8_159:after,._modalLine_wlfx8_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_wlfx8_159:before{left:-20px}._modalLine_wlfx8_159:after{right:-20px}._infoMessage_wlfx8_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_wlfx8_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_wlfx8_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_wlfx8_197._buttonsAutoWidth_wlfx8_204{justify-content:flex-end}._fullWidthTitle_wlfx8_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_wlfx8_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_wlfx8_227,._perfTestWidgetWrapper_wlfx8_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_wlfx8_227,._perfTestWidgetWrapper_wlfx8_227{padding:0 16px 15px}}._widgetHeader_wlfx8_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_wlfx8_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_wlfx8_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_wlfx8_263{align-items:center;height:180px;display:flex}._widgetFooter_wlfx8_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_wlfx8_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_wlfx8_276:last-child{border:none}._widgetMainValue_wlfx8_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_wlfx8_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_wlfx8_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_wlfx8_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_wlfx8_312{opacity:.5;cursor:default}._widgetTag_wlfx8_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_wlfx8_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_wlfx8_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_wlfx8_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_wlfx8_338._green_wlfx8_343:before,._chartValuesTitle_wlfx8_338._dark_wlfx8_343:before,._chartValuesTitle_wlfx8_338._blue_wlfx8_343: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_wlfx8_338._green_wlfx8_343:before{background:var(--status-success)}._chartValuesTitle_wlfx8_338._dark_wlfx8_343:before{background:#475569}._chartValuesTitle_wlfx8_338._blue_wlfx8_343:before{background:#43e0f8}._topbar_wlfx8_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_wlfx8_373{display:inline-flex}._logo_wlfx8_373{max-width:110px}._menuWrapper_wlfx8_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_wlfx8_381{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_wlfx8_381._opened_wlfx8_398{display:flex}}._menuItem_wlfx8_403{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_wlfx8_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_wlfx8_403 ._menuIcon_wlfx8_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_wlfx8_403 ._menuIconPerformance_wlfx8_429{fill:none}._menuItem_wlfx8_403 ._menuIconStroke_wlfx8_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_wlfx8_403._active_wlfx8_437,._menuItem_wlfx8_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_wlfx8_403._active_wlfx8_437 ._menuIcon_wlfx8_424:not(._menuIconStroke_wlfx8_432,._menuIconPerformance_wlfx8_429),._menuItem_wlfx8_403:hover ._menuIcon_wlfx8_424:not(._menuIconStroke_wlfx8_432,._menuIconPerformance_wlfx8_429){fill:#52c2fd}._menuItem_wlfx8_403._active_wlfx8_437 ._menuIconPerformance_wlfx8_429 path,._menuItem_wlfx8_403:hover ._menuIconPerformance_wlfx8_429 path{stroke:#59a6fd}._menuItem_wlfx8_403._active_wlfx8_437 ._menuIconStroke_wlfx8_432:not(._menuIcon_wlfx8_424),._menuItem_wlfx8_403:hover ._menuIconStroke_wlfx8_432:not(._menuIcon_wlfx8_424){stroke:#52c2fd}._redDot_wlfx8_451{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_wlfx8_466{justify-content:center;display:flex}._link_wlfx8_471{color:var(--accent);cursor:pointer;text-decoration:underline}._perfTestWidgetWrapper_wlfx8_227{max-width:100%;min-height:193px}._chartWrapper_wlfx8_482{padding:16px 0}._indicatorsWrapper_wlfx8_486{margin-top:16px}._indicator_wlfx8_486{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_wlfx8_486 i{color:var(--text-primary);padding-left:4px;font-style:normal}._colorCircle_wlfx8_506{border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-flex}._authButtonsWrapper_10c88_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_10c88_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_10c88_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_10c88_23{width:100%;margin-bottom:16px}._fieldWrapper_10c88_23:last-child{margin-bottom:0}._fieldLabel_10c88_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_10c88_36{margin-top:8px;font-size:.75rem}._field_10c88_23{width:100%;position:relative}._fieldLabelNew_10c88_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_10c88_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_10c88_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_10c88_52[type=password]{font-size:18px}._inputNew_10c88_52:focus,._inputNew_10c88_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_10c88_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_10c88_52:disabled::placeholder{color:#cbd5e1}._inputNew_10c88_52._error_10c88_7{border:1px solid #ef4444}._inputNew_10c88_52._error_10c88_7:focus,._inputNew_10c88_52._error_10c88_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_10c88_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_10c88_90{width:calc(50% - 8px)}._tableNavWrapper_10c88_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_10c88_109{align-items:center;gap:8px;display:flex}._tableNavItem_10c88_115{margin:0}._modalContent_10c88_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_10c88_119._center_10c88_126{text-align:center;font-family:Inter}._modalContent_10c88_119._settings_10c88_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_10c88_119._settingsIntegration_10c88_134,._modalContent_10c88_119._performanceTestModalContent_10c88_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_10c88_119._monitoringReportContent_10c88_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_10c88_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_10c88_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_10c88_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_10c88_159:after,._modalLine_10c88_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_10c88_159:before{left:-20px}._modalLine_10c88_159:after{right:-20px}._infoMessage_10c88_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_10c88_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_10c88_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_10c88_197._buttonsAutoWidth_10c88_204{justify-content:flex-end}._fullWidthTitle_10c88_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_10c88_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_10c88_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_10c88_227{padding:0 16px 15px}}._widgetHeader_10c88_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_10c88_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_10c88_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_10c88_263{align-items:center;height:180px;display:flex}._widgetFooter_10c88_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_10c88_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_10c88_276:last-child{border:none}._widgetMainValue_10c88_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_10c88_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_10c88_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_10c88_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_10c88_312{opacity:.5;cursor:default}._widgetTag_10c88_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_10c88_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_10c88_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_10c88_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_10c88_338._green_10c88_343:before,._chartValuesTitle_10c88_338._dark_10c88_343:before,._chartValuesTitle_10c88_338._blue_10c88_343: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_10c88_338._green_10c88_343:before{background:var(--status-success)}._chartValuesTitle_10c88_338._dark_10c88_343:before{background:#475569}._chartValuesTitle_10c88_338._blue_10c88_343:before{background:#43e0f8}._topbar_10c88_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_10c88_373{display:inline-flex}._logo_10c88_373{max-width:110px}._menuWrapper_10c88_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_10c88_381{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_10c88_381._opened_10c88_398{display:flex}}._menuItem_10c88_403{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_10c88_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_10c88_403 ._menuIcon_10c88_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_10c88_403 ._menuIconPerformance_10c88_429{fill:none}._menuItem_10c88_403 ._menuIconStroke_10c88_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_10c88_403._active_10c88_437,._menuItem_10c88_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_10c88_403._active_10c88_437 ._menuIcon_10c88_424:not(._menuIconStroke_10c88_432,._menuIconPerformance_10c88_429),._menuItem_10c88_403:hover ._menuIcon_10c88_424:not(._menuIconStroke_10c88_432,._menuIconPerformance_10c88_429){fill:#52c2fd}._menuItem_10c88_403._active_10c88_437 ._menuIconPerformance_10c88_429 path,._menuItem_10c88_403:hover ._menuIconPerformance_10c88_429 path{stroke:#59a6fd}._menuItem_10c88_403._active_10c88_437 ._menuIconStroke_10c88_432:not(._menuIcon_10c88_424),._menuItem_10c88_403:hover ._menuIconStroke_10c88_432:not(._menuIcon_10c88_424){stroke:#52c2fd}._redDot_10c88_451{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_10c88_466{justify-content:center;display:flex}._link_10c88_471{color:var(--accent);cursor:pointer;text-decoration:underline}._tableNavButtonsWrapper_10c88_109{display:flex}._confirmedCheckboxWrapper_10c88_481{align-items:center;margin:0 6px;display:flex}._confirmedCheckboxWrapper_10c88_481 label{margin-right:8px}._startPerformanceButton_10c88_490{color:#165964!important;background-color:#43e0f8!important}._startPerformanceButton_10c88_490[disabled]{border:1px solid var(--border-subtle);background-color:var(--surface-3)!important;color:#cbd5e1!important}._cancelButton_10c88_500{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_10c88_500[disabled]{opacity:.5!important}._authButtonsWrapper_1qig2_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1qig2_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1qig2_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_1qig2_23{width:100%;margin-bottom:16px}._fieldWrapper_1qig2_23:last-child{margin-bottom:0}._fieldLabel_1qig2_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1qig2_36{margin-top:8px;font-size:.75rem}._field_1qig2_23{width:100%;position:relative}._fieldLabelNew_1qig2_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1qig2_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_1qig2_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1qig2_52[type=password]{font-size:18px}._inputNew_1qig2_52:focus,._inputNew_1qig2_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1qig2_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1qig2_52:disabled::placeholder{color:#cbd5e1}._inputNew_1qig2_52._error_1qig2_7{border:1px solid #ef4444}._inputNew_1qig2_52._error_1qig2_7:focus,._inputNew_1qig2_52._error_1qig2_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1qig2_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1qig2_90{width:calc(50% - 8px)}._tableNavWrapper_1qig2_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1qig2_109{align-items:center;gap:8px;display:flex}._tableNavItem_1qig2_115{margin:0}._modalContent_1qig2_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1qig2_119._center_1qig2_126{text-align:center;font-family:Inter}._modalContent_1qig2_119._settings_1qig2_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1qig2_119._settingsIntegration_1qig2_134,._modalContent_1qig2_119._performanceTestModalContent_1qig2_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1qig2_119._monitoringReportContent_1qig2_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1qig2_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1qig2_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1qig2_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1qig2_159:after,._modalLine_1qig2_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1qig2_159:before{left:-20px}._modalLine_1qig2_159:after{right:-20px}._infoMessage_1qig2_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1qig2_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_1qig2_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1qig2_197._buttonsAutoWidth_1qig2_204{justify-content:flex-end}._fullWidthTitle_1qig2_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_1qig2_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1qig2_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1qig2_227{padding:0 16px 15px}}._widgetHeader_1qig2_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1qig2_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1qig2_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_1qig2_263{align-items:center;height:180px;display:flex}._widgetFooter_1qig2_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1qig2_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1qig2_276:last-child{border:none}._widgetMainValue_1qig2_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1qig2_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1qig2_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_1qig2_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1qig2_312{opacity:.5;cursor:default}._widgetTag_1qig2_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1qig2_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1qig2_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1qig2_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1qig2_338._green_1qig2_343:before,._chartValuesTitle_1qig2_338._dark_1qig2_343:before,._chartValuesTitle_1qig2_338._blue_1qig2_343: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_1qig2_338._green_1qig2_343:before{background:var(--status-success)}._chartValuesTitle_1qig2_338._dark_1qig2_343:before{background:#475569}._chartValuesTitle_1qig2_338._blue_1qig2_343:before{background:#43e0f8}._topbar_1qig2_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1qig2_373{display:inline-flex}._logo_1qig2_373{max-width:110px}._menuWrapper_1qig2_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_1qig2_381{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_1qig2_381._opened_1qig2_398{display:flex}}._menuItem_1qig2_403{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_1qig2_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_1qig2_403 ._menuIcon_1qig2_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1qig2_403 ._menuIconPerformance_1qig2_429{fill:none}._menuItem_1qig2_403 ._menuIconStroke_1qig2_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1qig2_403._active_1qig2_437,._menuItem_1qig2_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1qig2_403._active_1qig2_437 ._menuIcon_1qig2_424:not(._menuIconStroke_1qig2_432,._menuIconPerformance_1qig2_429),._menuItem_1qig2_403:hover ._menuIcon_1qig2_424:not(._menuIconStroke_1qig2_432,._menuIconPerformance_1qig2_429){fill:#52c2fd}._menuItem_1qig2_403._active_1qig2_437 ._menuIconPerformance_1qig2_429 path,._menuItem_1qig2_403:hover ._menuIconPerformance_1qig2_429 path{stroke:#59a6fd}._menuItem_1qig2_403._active_1qig2_437 ._menuIconStroke_1qig2_432:not(._menuIcon_1qig2_424),._menuItem_1qig2_403:hover ._menuIconStroke_1qig2_432:not(._menuIcon_1qig2_424){stroke:#52c2fd}._redDot_1qig2_451{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_1qig2_466{justify-content:center;display:flex}._link_1qig2_471{color:var(--accent);cursor:pointer;text-decoration:underline}._page_1qig2_477{flex-direction:column;flex:1;gap:16px;max-width:100%;display:flex}._widgetsWrapper_1qig2_220{flex-wrap:wrap;gap:16px;margin-bottom:0;display:flex}._widgetWrapper_1qig2_227{min-width:560px;max-width:unset;flex:420px;min-height:193px;padding:0 24px 24px}._widgetHeader_1qig2_243{gap:16px}._widgetHeader_1qig2_243>div{flex-flow:wrap;justify-content:flex-end;gap:4px;display:flex}._summaryIndicators_1qig2_511{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_1qig2_511 i{color:var(--text-primary);padding:0 5px;font-style:normal;font-weight:500;display:inline-flex}._alertStatsGrid_1qig2_528{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_1qig2_528{color:var(--text-secondary);justify-content:space-between;align-items:center;gap:8px;min-width:0;font-size:.875rem;display:flex}._alertStat_1qig2_528 span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._alertStat_1qig2_528 strong{color:var(--text-primary);font-size:16px;font-weight:500}._chartWrapper_1qig2_559{padding:16px 0}._indicatorsWrapper_1qig2_563{flex-wrap:wrap;gap:14px 20px;margin-top:16px;display:flex}._indicator_1qig2_563{color:var(--text-secondary);text-transform:uppercase;align-items:center;font-size:.75rem;font-weight:500;display:inline-flex}._indicator_1qig2_563 i{color:var(--text-primary);padding-left:4px;font-style:normal}._colorCircle_1qig2_584{border-radius:50%;width:8px;height:8px;margin-right:6px}._widgetContent_1qig2_591{position:relative}._widgetLoader_1qig2_305{justify-content:center;align-items:center;display:flex}._navRow_1qig2_601{flex-wrap:wrap;align-items:center;gap:8px;width:100%;display:flex}._dateFilterContainer_1qig2_609{padding-bottom:8px}._buttonsContainer_1qig2_613{align-items:center;margin-left:auto;display:flex}@media only screen and (width<=1024px){._alertStatsGrid_1qig2_528{grid-template-columns:1fr}._widgetWrapper_1qig2_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_17dme_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_17dme_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_17dme_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_17dme_23{width:100%;margin-bottom:16px}._fieldWrapper_17dme_23:last-child{margin-bottom:0}._fieldLabel_17dme_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_17dme_36{margin-top:8px;font-size:.75rem}._field_17dme_23{width:100%;position:relative}._fieldLabelNew_17dme_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_17dme_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_17dme_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_17dme_52[type=password]{font-size:18px}._inputNew_17dme_52:focus,._inputNew_17dme_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_17dme_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_17dme_52:disabled::placeholder{color:#cbd5e1}._inputNew_17dme_52._error_17dme_7{border:1px solid #ef4444}._inputNew_17dme_52._error_17dme_7:focus,._inputNew_17dme_52._error_17dme_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_17dme_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_17dme_90{width:calc(50% - 8px)}._tableNavWrapper_17dme_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_17dme_109{align-items:center;gap:8px;display:flex}._tableNavItem_17dme_115{margin:0}._modalContent_17dme_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_17dme_119._center_17dme_126{text-align:center;font-family:Inter}._modalContent_17dme_119._settings_17dme_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_17dme_119._settingsIntegration_17dme_134,._modalContent_17dme_119._performanceTestModalContent_17dme_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_17dme_119._monitoringReportContent_17dme_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_17dme_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_17dme_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_17dme_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_17dme_159:after,._modalLine_17dme_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_17dme_159:before{left:-20px}._modalLine_17dme_159:after{right:-20px}._infoMessage_17dme_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_17dme_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_17dme_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_17dme_197._buttonsAutoWidth_17dme_204{justify-content:flex-end}._fullWidthTitle_17dme_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_17dme_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_17dme_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_17dme_227{padding:0 16px 15px}}._widgetHeader_17dme_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_17dme_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_17dme_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_17dme_263{align-items:center;height:180px;display:flex}._widgetFooter_17dme_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_17dme_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_17dme_276:last-child{border:none}._widgetMainValue_17dme_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_17dme_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_17dme_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_17dme_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_17dme_312{opacity:.5;cursor:default}._widgetTag_17dme_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_17dme_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_17dme_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_17dme_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_17dme_338._green_17dme_343:before,._chartValuesTitle_17dme_338._dark_17dme_343:before,._chartValuesTitle_17dme_338._blue_17dme_343: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_17dme_338._green_17dme_343:before{background:var(--status-success)}._chartValuesTitle_17dme_338._dark_17dme_343:before{background:#475569}._chartValuesTitle_17dme_338._blue_17dme_343:before{background:#43e0f8}._topbar_17dme_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_17dme_373{display:inline-flex}._logo_17dme_373{max-width:110px}._menuWrapper_17dme_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_17dme_381{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_17dme_381._opened_17dme_398{display:flex}}._menuItem_17dme_403{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_17dme_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_17dme_403 ._menuIcon_17dme_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_17dme_403 ._menuIconPerformance_17dme_429{fill:none}._menuItem_17dme_403 ._menuIconStroke_17dme_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_17dme_403._active_17dme_437,._menuItem_17dme_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_17dme_403._active_17dme_437 ._menuIcon_17dme_424:not(._menuIconStroke_17dme_432,._menuIconPerformance_17dme_429),._menuItem_17dme_403:hover ._menuIcon_17dme_424:not(._menuIconStroke_17dme_432,._menuIconPerformance_17dme_429){fill:#52c2fd}._menuItem_17dme_403._active_17dme_437 ._menuIconPerformance_17dme_429 path,._menuItem_17dme_403:hover ._menuIconPerformance_17dme_429 path{stroke:#59a6fd}._menuItem_17dme_403._active_17dme_437 ._menuIconStroke_17dme_432:not(._menuIcon_17dme_424),._menuItem_17dme_403:hover ._menuIconStroke_17dme_432:not(._menuIcon_17dme_424){stroke:#52c2fd}._redDot_17dme_451{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_17dme_466{justify-content:center;display:flex}._link_17dme_471{color:var(--accent);cursor:pointer;text-decoration:underline}._widgetWrapper_17dme_227{width:initial;max-width:initial;flex:520px}@media only screen and (width<=1200px){._widgetWrapper_17dme_227{padding:0 6px 24px}}._chartWrapper_17dme_488{justify-content:flex-end;display:flex}@media only screen and (width<=1100px){._chartWrapper_17dme_488{max-width:560px;margin:0 auto;position:relative}}._chart_17dme_330{position:absolute;top:-36px;left:0}@media only screen and (width<=1100px){._chart_17dme_330{top:-54px}}._widgetMainValue_17dme_285{width:210px;position:absolute;bottom:30px;left:14px}._chartNotesWrapper_17dme_518{flex-wrap:wrap;justify-content:flex-end;row-gap:36px;width:100%;display:flex}@media only screen and (width<=1420px){._chartNotesWrapper_17dme_518 ._rowLastNote_17dme_526{width:14%}}@media only screen and (width>=1201px) and (width<=1299px){._chartNotesWrapper_17dme_518 ._rowPreLastNote_17dme_531{width:17%}}@media only screen and (width<=690px){._chartNotesWrapper_17dme_518{gap:30px 10px;width:46%}}._chartNote_17dme_518{color:var(--text-muted);break-inside:avoid-column;width:18%;font-size:.75rem;font-weight:400}._chartNote_17dme_518:nth-child(3){margin-bottom:0}._chartNote_17dme_518:before{content:"";border-radius:4px;width:4px;height:12px;margin-right:6px;display:inline-flex;position:relative;top:2px}._chartNote_17dme_518._installed_17dme_562:before{background:#14b8a6}._chartNote_17dme_518._packed_17dme_565:before{background:#a855f7}._chartNote_17dme_518._inInventory_17dme_568:before{background:#c11574}._chartNote_17dme_518._inStock_17dme_571:before{background:var(--status-success)}._chartNote_17dme_518._missing_17dme_574:before{background:#fcd34d}._chartNote_17dme_518._preinstalled_17dme_577:before{background:#115e59}._chartNote_17dme_518._damaged_17dme_580:before{background:var(--status-danger)}._chartNote_17dme_518._transfering_17dme_583:before{background:var(--status-info)}._chartNote_17dme_518._production_17dme_586:before{background:#cbd5e1}._chartNote_17dme_518._warranty_17dme_589:before{background:#43e0f8}@media only screen and (width<=690px){._chartNote_17dme_518{width:45%!important}._hiddenChartNote_17dme_599{display:none}}._chartNoteValue_17dme_604{color:var(--text-primary);margin-top:10px;font-size:1rem;font-weight:500;display:block}._enterpriseWidget_17dme_612{border:none;border-radius:20px;flex:1 1 0;min-width:280px;max-width:none;padding:0 24px 24px}._enterpriseWidget_17dme_612>div{padding-top:0}._enterpriseChart_17dme_624{width:100%;max-height:150px;position:relative;overflow:hidden}._enterpriseChart_17dme_624>div{width:200px;margin:0 auto;transform:translateY(-25px)}._enterpriseChart_17dme_624>div>canvas{width:200px!important;height:200px!important}._enterpriseMainValue_17dme_640{text-align:center;display:inline;position:absolute;bottom:-16px;left:0;right:0}._enterpriseValue_17dme_649{color:var(--text-primary);font-size:24px;font-weight:500;line-height:1.2}._enterpriseLegend_17dme_656{border-top:1px solid var(--border-subtle);flex-flow:wrap;justify-content:center;align-items:center;gap:12px;padding-top:16px;display:flex}._enterpriseLegendItem_17dme_667{color:var(--text-muted);white-space:nowrap;align-items:center;font-size:.75rem;line-height:1.2;display:inline}._enterpriseLegendItem_17dme_667:before{content:"";border-radius:50%;width:12px;height:12px;margin-right:5px;display:inline-flex}._enterpriseLegendItem_17dme_667 span{color:var(--text-primary);margin-left:4px;font-weight:500}._enterpriseLegendItem_17dme_667._installed_17dme_562:before{background:#86efac}._enterpriseLegendItem_17dme_667._missing_17dme_574:before{background:#fcd34d}._enterpriseLegendItem_17dme_667._transfering_17dme_583:before{background:var(--text-link)}._enterpriseLegendItem_17dme_667._inInventory_17dme_568:before{background:#f3c7e9}._enterpriseLegendItem_17dme_667._preinstalled_17dme_577:before{background:#14b8a6}._enterpriseLegendItem_17dme_667._warranty_17dme_589:before{background:#58aec3}._other_17dme_713:before{background:#94a3b8}._authButtonsWrapper_gnupv_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_gnupv_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_gnupv_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_gnupv_23{width:100%;margin-bottom:16px}._fieldWrapper_gnupv_23:last-child{margin-bottom:0}._fieldLabel_gnupv_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_gnupv_36{margin-top:8px;font-size:.75rem}._field_gnupv_23{width:100%;position:relative}._fieldLabelNew_gnupv_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_gnupv_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_gnupv_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_gnupv_52[type=password]{font-size:18px}._inputNew_gnupv_52:focus,._inputNew_gnupv_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_gnupv_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_gnupv_52:disabled::placeholder{color:#cbd5e1}._inputNew_gnupv_52._error_gnupv_7{border:1px solid #ef4444}._inputNew_gnupv_52._error_gnupv_7:focus,._inputNew_gnupv_52._error_gnupv_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_gnupv_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_gnupv_90{width:calc(50% - 8px)}._tableNavWrapper_gnupv_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_gnupv_109{align-items:center;gap:8px;display:flex}._tableNavItem_gnupv_115{margin:0}._modalContent_gnupv_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_gnupv_119._center_gnupv_126{text-align:center;font-family:Inter}._modalContent_gnupv_119._settings_gnupv_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_gnupv_119._settingsIntegration_gnupv_134,._modalContent_gnupv_119._performanceTestModalContent_gnupv_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_gnupv_119._monitoringReportContent_gnupv_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_gnupv_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_gnupv_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_gnupv_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_gnupv_159:after,._modalLine_gnupv_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_gnupv_159:before{left:-20px}._modalLine_gnupv_159:after{right:-20px}._infoMessage_gnupv_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_gnupv_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_gnupv_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_gnupv_197._buttonsAutoWidth_gnupv_204{justify-content:flex-end}._fullWidthTitle_gnupv_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_gnupv_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_gnupv_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_gnupv_227{padding:0 16px 15px}}._widgetHeader_gnupv_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_gnupv_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_gnupv_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_gnupv_263{align-items:center;height:180px;display:flex}._widgetFooter_gnupv_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_gnupv_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_gnupv_276:last-child{border:none}._widgetMainValue_gnupv_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_gnupv_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_gnupv_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_gnupv_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_gnupv_312{opacity:.5;cursor:default}._widgetTag_gnupv_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_gnupv_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_gnupv_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_gnupv_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_gnupv_338._green_gnupv_343:before,._chartValuesTitle_gnupv_338._dark_gnupv_343:before,._chartValuesTitle_gnupv_338._blue_gnupv_343: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_gnupv_338._green_gnupv_343:before{background:var(--status-success)}._chartValuesTitle_gnupv_338._dark_gnupv_343:before{background:#475569}._chartValuesTitle_gnupv_338._blue_gnupv_343:before{background:#43e0f8}._topbar_gnupv_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_gnupv_373{display:inline-flex}._logo_gnupv_373{max-width:110px}._menuWrapper_gnupv_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_gnupv_381{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_gnupv_381._opened_gnupv_398{display:flex}}._menuItem_gnupv_403{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_gnupv_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_gnupv_403 ._menuIcon_gnupv_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_gnupv_403 ._menuIconPerformance_gnupv_429{fill:none}._menuItem_gnupv_403 ._menuIconStroke_gnupv_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_gnupv_403._active_gnupv_437,._menuItem_gnupv_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_gnupv_403._active_gnupv_437 ._menuIcon_gnupv_424:not(._menuIconStroke_gnupv_432,._menuIconPerformance_gnupv_429),._menuItem_gnupv_403:hover ._menuIcon_gnupv_424:not(._menuIconStroke_gnupv_432,._menuIconPerformance_gnupv_429){fill:#52c2fd}._menuItem_gnupv_403._active_gnupv_437 ._menuIconPerformance_gnupv_429 path,._menuItem_gnupv_403:hover ._menuIconPerformance_gnupv_429 path{stroke:#59a6fd}._menuItem_gnupv_403._active_gnupv_437 ._menuIconStroke_gnupv_432:not(._menuIcon_gnupv_424),._menuItem_gnupv_403:hover ._menuIconStroke_gnupv_432:not(._menuIcon_gnupv_424){stroke:#52c2fd}._redDot_gnupv_451{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_gnupv_466{justify-content:center;display:flex}._link_gnupv_471{color:var(--accent);cursor:pointer;text-decoration:underline}._page_gnupv_477{flex-direction:column;gap:16px;max-width:100%;display:flex}._widgetsSection_gnupv_484{width:100%}._widgetsSectionHeader_gnupv_488{justify-content:space-between;align-items:center;margin-bottom:16px;padding-left:16px;display:flex}._widgetsSectionTitle_gnupv_496{margin:0;font-size:1.5rem;font-weight:500;line-height:1}._widgetsWrapper_gnupv_220{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:16px;display:grid}@media only screen and (width<=1200px){._widgetsWrapper_gnupv_220{grid-template-columns:1fr}}._summaryWidget_gnupv_515{flex-direction:column;flex:1 1 0;gap:0;min-width:280px;max-width:none;padding:0 24px 24px;display:flex}._summaryWidget_gnupv_515>div{padding-top:0}._summaryWidgetInner_gnupv_528{flex-direction:column;flex:1;justify-content:flex-start;gap:16px;display:flex}._widgetDivider_gnupv_536{border-top:1px solid var(--border-subtle)}._monitoringChartWrap_gnupv_540{width:100%;max-height:150px;position:relative}._monitoringChartWrap_gnupv_540>div{width:200px;margin:0 auto;transform:translateY(-25px)}._monitoringChartWrap_gnupv_540>div>canvas{width:200px!important;height:200px!important}._monitoringMainValue_gnupv_555{text-align:center;display:inline;position:absolute;bottom:-16px;left:0;right:0}._monitoringMainValue_gnupv_555 span{color:var(--text-muted);letter-spacing:.06em;font-size:.75rem;display:block}._monitoringMainValue_gnupv_555 strong{color:var(--text-primary);margin-top:4px;font-size:18px;font-weight:500;line-height:1.15;display:block}._summaryLegendGrid_gnupv_578{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_gnupv_588{text-align:center}._summaryLegendLabel_gnupv_592,._inventoryLegendLabel_gnupv_593{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:6px;font-size:13px;display:inline-flex}._summaryLegendLabel_gnupv_592:before,._inventoryLegendLabel_gnupv_593:before{content:"";background:var(--legend-color);border-radius:999px;flex-shrink:0;width:10px;height:10px}._summaryLegendLabel_gnupv_592 strong{color:#111827;font-size:14px;font-weight:500}._inventoryBarWrap_gnupv_618{flex-direction:column;justify-content:center;align-items:center;gap:16px;padding-top:16px;display:flex}._inventoryBar_gnupv_618{background:#d9e8fb;border-radius:12px;width:100%;height:48px;display:flex;overflow:hidden}._inventoryBarInStock_gnupv_636{background:linear-gradient(90deg,#3b82f6 0%,#4f7ef7 100%)}._inventoryBarOrdered_gnupv_640{background:#d9e8fb}._inventorySufficientFor_gnupv_644{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;flex-direction:column;align-items:center;gap:2px;font-size:.75rem;display:flex}._inventoryDays_gnupv_655{color:var(--text-primary);text-transform:none;font-size:22px;font-weight:500;line-height:1}._inventoryDays_gnupv_655 small{color:var(--text-muted);margin-left:6px;font-size:.75rem;font-weight:400}._inventoryLegendRow_gnupv_669{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_gnupv_678{text-align:center;position:relative}._inventoryLegendItem_gnupv_678:not(:first-child):before{background:var(--surface-3);content:"";width:1px;position:absolute;top:0;bottom:0;left:-5px}._inventoryLegendItem_gnupv_678 strong{color:#111827;margin-top:6px;font-size:22px;font-weight:500;display:block}._inventoryLegendLabel_gnupv_593{justify-content:center}._tableNavWrapper_gnupv_100{justify-content:space-between;align-items:center;gap:12px;display:flex}._statusPills_gnupv_710{flex-wrap:wrap;gap:4px;display:flex}._statusPill_gnupv_710{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_gnupv_710:disabled{cursor:default;opacity:.5}._missing_gnupv_736{background:var(--status-warning-subtle);color:var(--status-warning-text);border-color:var(--status-warning)}._transfer_gnupv_742{background:var(--status-info-subtle);color:#1e40af;border-color:var(--status-info)}._warranty_gnupv_748{background:var(--accent-subtle);color:#165964;border-color:#43e0f8}._inventory_gnupv_593{color:#c11574;background:#fdf2fa;border-color:#fcceee}._preinstalled_gnupv_760{color:#115e59;background:#dffbf4;border-color:#14b8a6}._tableActions_gnupv_766{justify-content:flex-end;align-items:center;gap:8px;margin-left:auto;display:flex}._headerActions_gnupv_774{align-items:center;gap:8px;display:flex}._authButtonsWrapper_1rqsq_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1rqsq_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1rqsq_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_1rqsq_23{width:100%;margin-bottom:16px}._fieldWrapper_1rqsq_23:last-child{margin-bottom:0}._fieldLabel_1rqsq_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1rqsq_36{margin-top:8px;font-size:.75rem}._field_1rqsq_23{width:100%;position:relative}._fieldLabelNew_1rqsq_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1rqsq_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_1rqsq_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1rqsq_52[type=password]{font-size:18px}._inputNew_1rqsq_52:focus,._inputNew_1rqsq_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1rqsq_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1rqsq_52:disabled::placeholder{color:#cbd5e1}._inputNew_1rqsq_52._error_1rqsq_7{border:1px solid #ef4444}._inputNew_1rqsq_52._error_1rqsq_7:focus,._inputNew_1rqsq_52._error_1rqsq_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1rqsq_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1rqsq_90{width:calc(50% - 8px)}._tableNavWrapper_1rqsq_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1rqsq_109{align-items:center;gap:8px;display:flex}._tableNavItem_1rqsq_115{margin:0}._modalContent_1rqsq_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1rqsq_119._center_1rqsq_126{text-align:center;font-family:Inter}._modalContent_1rqsq_119._settings_1rqsq_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1rqsq_119._settingsIntegration_1rqsq_134,._modalContent_1rqsq_119._performanceTestModalContent_1rqsq_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1rqsq_119._monitoringReportContent_1rqsq_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1rqsq_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1rqsq_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1rqsq_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1rqsq_159:after,._modalLine_1rqsq_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1rqsq_159:before{left:-20px}._modalLine_1rqsq_159:after{right:-20px}._infoMessage_1rqsq_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1rqsq_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_1rqsq_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1rqsq_197._buttonsAutoWidth_1rqsq_204{justify-content:flex-end}._fullWidthTitle_1rqsq_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_1rqsq_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1rqsq_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1rqsq_227{padding:0 16px 15px}}._widgetHeader_1rqsq_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1rqsq_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1rqsq_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_1rqsq_263{align-items:center;height:180px;display:flex}._widgetFooter_1rqsq_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1rqsq_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1rqsq_276:last-child{border:none}._widgetMainValue_1rqsq_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1rqsq_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1rqsq_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_1rqsq_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1rqsq_312{opacity:.5;cursor:default}._widgetTag_1rqsq_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1rqsq_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1rqsq_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1rqsq_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1rqsq_338._green_1rqsq_343:before,._chartValuesTitle_1rqsq_338._dark_1rqsq_343:before,._chartValuesTitle_1rqsq_338._blue_1rqsq_343: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_1rqsq_338._green_1rqsq_343:before{background:var(--status-success)}._chartValuesTitle_1rqsq_338._dark_1rqsq_343:before{background:#475569}._chartValuesTitle_1rqsq_338._blue_1rqsq_343:before{background:#43e0f8}._topbar_1rqsq_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1rqsq_373{display:inline-flex}._logo_1rqsq_373{max-width:110px}._menuWrapper_1rqsq_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_1rqsq_381{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_1rqsq_381._opened_1rqsq_398{display:flex}}._menuItem_1rqsq_403{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_1rqsq_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_1rqsq_403 ._menuIcon_1rqsq_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1rqsq_403 ._menuIconPerformance_1rqsq_429{fill:none}._menuItem_1rqsq_403 ._menuIconStroke_1rqsq_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1rqsq_403._active_1rqsq_437,._menuItem_1rqsq_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1rqsq_403._active_1rqsq_437 ._menuIcon_1rqsq_424:not(._menuIconStroke_1rqsq_432,._menuIconPerformance_1rqsq_429),._menuItem_1rqsq_403:hover ._menuIcon_1rqsq_424:not(._menuIconStroke_1rqsq_432,._menuIconPerformance_1rqsq_429){fill:#52c2fd}._menuItem_1rqsq_403._active_1rqsq_437 ._menuIconPerformance_1rqsq_429 path,._menuItem_1rqsq_403:hover ._menuIconPerformance_1rqsq_429 path{stroke:#59a6fd}._menuItem_1rqsq_403._active_1rqsq_437 ._menuIconStroke_1rqsq_432:not(._menuIcon_1rqsq_424),._menuItem_1rqsq_403:hover ._menuIconStroke_1rqsq_432:not(._menuIcon_1rqsq_424){stroke:#52c2fd}._redDot_1rqsq_451{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_1rqsq_466{justify-content:center;display:flex}._link_1rqsq_471{color:var(--accent);cursor:pointer;text-decoration:underline}._widgetWrapper_1rqsq_227{max-width:initial;flex:400px;min-height:193px}@media only screen and (width<=1024px){._widgetWrapper_1rqsq_227{width:100%}}._alertWidgetSubtitle_1rqsq_488{margin:16px 0 18px;font-size:.75rem}._indicatorsWrapper_1rqsq_493{flex-wrap:wrap;justify-content:space-between;display:flex}._indicatorWrapper_1rqsq_499{flex-wrap:wrap;justify-content:center;align-items:center;display:flex}._indicatorValue_1rqsq_506{text-align:center;width:100%;color:var(--text-primary);margin-bottom:16px;font-size:16px;font-weight:500}._indicator_1rqsq_493{color:var(--text-secondary);font-size:.75rem}._summaryIndicators_1rqsq_520{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_1rqsq_520 i{color:var(--text-primary);padding:0 5px;font-size:12px;font-style:normal;font-weight:500;display:inline-flex}._authButtonsWrapper_r0xgw_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_r0xgw_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_r0xgw_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_r0xgw_23{width:100%;margin-bottom:16px}._fieldWrapper_r0xgw_23:last-child{margin-bottom:0}._fieldLabel_r0xgw_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_r0xgw_36{margin-top:8px;font-size:.75rem}._field_r0xgw_23{width:100%;position:relative}._fieldLabelNew_r0xgw_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_r0xgw_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_r0xgw_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_r0xgw_52[type=password]{font-size:18px}._inputNew_r0xgw_52:focus,._inputNew_r0xgw_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_r0xgw_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_r0xgw_52:disabled::placeholder{color:#cbd5e1}._inputNew_r0xgw_52._error_r0xgw_7{border:1px solid #ef4444}._inputNew_r0xgw_52._error_r0xgw_7:focus,._inputNew_r0xgw_52._error_r0xgw_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_r0xgw_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_r0xgw_90{width:calc(50% - 8px)}._tableNavWrapper_r0xgw_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_r0xgw_109{align-items:center;gap:8px;display:flex}._tableNavItem_r0xgw_115{margin:0}._modalContent_r0xgw_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_r0xgw_119._center_r0xgw_126{text-align:center;font-family:Inter}._modalContent_r0xgw_119._settings_r0xgw_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_r0xgw_119._settingsIntegration_r0xgw_134,._modalContent_r0xgw_119._performanceTestModalContent_r0xgw_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_r0xgw_119._monitoringReportContent_r0xgw_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_r0xgw_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_r0xgw_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_r0xgw_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_r0xgw_159:after,._modalLine_r0xgw_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_r0xgw_159:before{left:-20px}._modalLine_r0xgw_159:after{right:-20px}._infoMessage_r0xgw_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_r0xgw_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_r0xgw_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_r0xgw_197._buttonsAutoWidth_r0xgw_204{justify-content:flex-end}._fullWidthTitle_r0xgw_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_r0xgw_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_r0xgw_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_r0xgw_227{padding:0 16px 15px}}._widgetHeader_r0xgw_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_r0xgw_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_r0xgw_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_r0xgw_263{align-items:center;height:180px;display:flex}._widgetFooter_r0xgw_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_r0xgw_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_r0xgw_276:last-child{border:none}._widgetMainValue_r0xgw_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_r0xgw_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_r0xgw_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_r0xgw_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_r0xgw_312{opacity:.5;cursor:default}._widgetTag_r0xgw_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_r0xgw_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_r0xgw_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_r0xgw_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_r0xgw_338._green_r0xgw_343:before,._chartValuesTitle_r0xgw_338._dark_r0xgw_343:before,._chartValuesTitle_r0xgw_338._blue_r0xgw_343: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_r0xgw_338._green_r0xgw_343:before{background:var(--status-success)}._chartValuesTitle_r0xgw_338._dark_r0xgw_343:before{background:#475569}._chartValuesTitle_r0xgw_338._blue_r0xgw_343:before{background:#43e0f8}._topbar_r0xgw_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_r0xgw_373{display:inline-flex}._logo_r0xgw_373{max-width:110px}._menuWrapper_r0xgw_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_r0xgw_381{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_r0xgw_381._opened_r0xgw_398{display:flex}}._menuItem_r0xgw_403{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_r0xgw_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_r0xgw_403 ._menuIcon_r0xgw_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_r0xgw_403 ._menuIconPerformance_r0xgw_429{fill:none}._menuItem_r0xgw_403 ._menuIconStroke_r0xgw_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_r0xgw_403._active_r0xgw_437,._menuItem_r0xgw_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_r0xgw_403._active_r0xgw_437 ._menuIcon_r0xgw_424:not(._menuIconStroke_r0xgw_432,._menuIconPerformance_r0xgw_429),._menuItem_r0xgw_403:hover ._menuIcon_r0xgw_424:not(._menuIconStroke_r0xgw_432,._menuIconPerformance_r0xgw_429){fill:#52c2fd}._menuItem_r0xgw_403._active_r0xgw_437 ._menuIconPerformance_r0xgw_429 path,._menuItem_r0xgw_403:hover ._menuIconPerformance_r0xgw_429 path{stroke:#59a6fd}._menuItem_r0xgw_403._active_r0xgw_437 ._menuIconStroke_r0xgw_432:not(._menuIcon_r0xgw_424),._menuItem_r0xgw_403:hover ._menuIconStroke_r0xgw_432:not(._menuIcon_r0xgw_424){stroke:#52c2fd}._redDot_r0xgw_451{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_r0xgw_466{justify-content:center;display:flex}._link_r0xgw_471{color:var(--accent);cursor:pointer;text-decoration:underline}._widgetWrapper_r0xgw_227{max-width:initial;flex:400px;min-height:193px}@media only screen and (width<=1024px){._widgetWrapper_r0xgw_227{width:100%}}._chartWrapper_r0xgw_488{padding:16px 0}._indicatorsWrapper_r0xgw_492{margin-top:16px}._indicator_r0xgw_492{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_r0xgw_492 i{color:var(--text-primary);padding-left:4px;font-style:normal}._colorCircle_r0xgw_512{border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-flex}._authButtonsWrapper_17auf_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_17auf_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_17auf_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_17auf_23{width:100%;margin-bottom:16px}._fieldWrapper_17auf_23:last-child{margin-bottom:0}._fieldLabel_17auf_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_17auf_36{margin-top:8px;font-size:.75rem}._field_17auf_23{width:100%;position:relative}._fieldLabelNew_17auf_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_17auf_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_17auf_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_17auf_52[type=password]{font-size:18px}._inputNew_17auf_52:focus,._inputNew_17auf_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_17auf_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_17auf_52:disabled::placeholder{color:#cbd5e1}._inputNew_17auf_52._error_17auf_7{border:1px solid #ef4444}._inputNew_17auf_52._error_17auf_7:focus,._inputNew_17auf_52._error_17auf_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_17auf_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_17auf_90{width:calc(50% - 8px)}._tableNavWrapper_17auf_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_17auf_109{align-items:center;gap:8px;display:flex}._tableNavItem_17auf_115{margin:0}._modalContent_17auf_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_17auf_119._center_17auf_126{text-align:center;font-family:Inter}._modalContent_17auf_119._settings_17auf_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_17auf_119._settingsIntegration_17auf_134,._modalContent_17auf_119._performanceTestModalContent_17auf_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_17auf_119._monitoringReportContent_17auf_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_17auf_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_17auf_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_17auf_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_17auf_159:after,._modalLine_17auf_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_17auf_159:before{left:-20px}._modalLine_17auf_159:after{right:-20px}._infoMessage_17auf_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_17auf_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_17auf_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_17auf_197._buttonsAutoWidth_17auf_204{justify-content:flex-end}._fullWidthTitle_17auf_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_17auf_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_17auf_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_17auf_227{padding:0 16px 15px}}._widgetHeader_17auf_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_17auf_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_17auf_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_17auf_263{align-items:center;height:180px;display:flex}._widgetFooter_17auf_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_17auf_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_17auf_276:last-child{border:none}._widgetMainValue_17auf_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_17auf_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_17auf_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_17auf_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_17auf_312{opacity:.5;cursor:default}._widgetTag_17auf_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_17auf_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_17auf_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_17auf_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_17auf_338._green_17auf_343:before,._chartValuesTitle_17auf_338._dark_17auf_343:before,._chartValuesTitle_17auf_338._blue_17auf_343: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_17auf_338._green_17auf_343:before{background:var(--status-success)}._chartValuesTitle_17auf_338._dark_17auf_343:before{background:#475569}._chartValuesTitle_17auf_338._blue_17auf_343:before{background:#43e0f8}._topbar_17auf_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_17auf_373{display:inline-flex}._logo_17auf_373{max-width:110px}._menuWrapper_17auf_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_17auf_381{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_17auf_381._opened_17auf_398{display:flex}}._menuItem_17auf_403{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_17auf_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_17auf_403 ._menuIcon_17auf_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_17auf_403 ._menuIconPerformance_17auf_429{fill:none}._menuItem_17auf_403 ._menuIconStroke_17auf_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_17auf_403._active_17auf_437,._menuItem_17auf_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_17auf_403._active_17auf_437 ._menuIcon_17auf_424:not(._menuIconStroke_17auf_432,._menuIconPerformance_17auf_429),._menuItem_17auf_403:hover ._menuIcon_17auf_424:not(._menuIconStroke_17auf_432,._menuIconPerformance_17auf_429){fill:#52c2fd}._menuItem_17auf_403._active_17auf_437 ._menuIconPerformance_17auf_429 path,._menuItem_17auf_403:hover ._menuIconPerformance_17auf_429 path{stroke:#59a6fd}._menuItem_17auf_403._active_17auf_437 ._menuIconStroke_17auf_432:not(._menuIcon_17auf_424),._menuItem_17auf_403:hover ._menuIconStroke_17auf_432:not(._menuIcon_17auf_424){stroke:#52c2fd}._redDot_17auf_451{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_17auf_466{justify-content:center;display:flex}._link_17auf_471{color:var(--accent);cursor:pointer;text-decoration:underline}._widgetsWrapper_17auf_220{column-count:2}@media only screen and (width<=1200px){._widgetsWrapper_17auf_220{flex-wrap:wrap}}._statusButtonWrapper_17auf_486{margin-right:12px}._statusButton_17auf_486{text-transform:uppercase;cursor:pointer;border-radius:20px;margin-left:4px;padding:2px 8px;font-size:.75rem;font-weight:500;display:inline-flex}._statusButton_17auf_486._acknowledge_17auf_500{border:1px solid var(--text-link);background:var(--status-info-subtle);color:#4338ca}._statusButton_17auf_486._active_17auf_437{background:var(--accent-subtle);color:#165964;border:1px solid #2db2cb}._statusButton_17auf_486._frozen_17auf_510{color:#115e59;background:#dffbf4;border:1px solid #14b8a6}._statusButton_17auf_486._disabled_17auf_312{color:#cbd5e1;border:1px solid var(--border-strong);background:var(--surface-3)}._statusButton_17auf_486._disabledStatusButton_17auf_520{pointer-events:none;opacity:.5}._statusButton_17auf_486._transfer_17auf_524{color:#164d63;background:#cff9fe;border:1px solid #06b3d4}._statusButton_17auf_486._missing_17auf_529{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_4gr6h_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_4gr6h_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_4gr6h_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_4gr6h_23{width:100%;margin-bottom:16px}._fieldWrapper_4gr6h_23:last-child{margin-bottom:0}._fieldLabel_4gr6h_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_4gr6h_36{margin-top:8px;font-size:.75rem}._field_4gr6h_23{width:100%;position:relative}._fieldLabelNew_4gr6h_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_4gr6h_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_4gr6h_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_4gr6h_52[type=password]{font-size:18px}._inputNew_4gr6h_52:focus,._inputNew_4gr6h_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_4gr6h_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_4gr6h_52:disabled::placeholder{color:#cbd5e1}._inputNew_4gr6h_52._error_4gr6h_7{border:1px solid #ef4444}._inputNew_4gr6h_52._error_4gr6h_7:focus,._inputNew_4gr6h_52._error_4gr6h_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_4gr6h_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_4gr6h_90{width:calc(50% - 8px)}._tableNavWrapper_4gr6h_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_4gr6h_109{align-items:center;gap:8px;display:flex}._tableNavItem_4gr6h_115{margin:0}._modalContent_4gr6h_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_4gr6h_119._center_4gr6h_126{text-align:center;font-family:Inter}._modalContent_4gr6h_119._settings_4gr6h_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_4gr6h_119._settingsIntegration_4gr6h_134,._modalContent_4gr6h_119._performanceTestModalContent_4gr6h_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_4gr6h_119._monitoringReportContent_4gr6h_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_4gr6h_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_4gr6h_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_4gr6h_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_4gr6h_159:after,._modalLine_4gr6h_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_4gr6h_159:before{left:-20px}._modalLine_4gr6h_159:after{right:-20px}._infoMessage_4gr6h_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_4gr6h_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_4gr6h_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_4gr6h_197._buttonsAutoWidth_4gr6h_204{justify-content:flex-end}._fullWidthTitle_4gr6h_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_4gr6h_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_4gr6h_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_4gr6h_227{padding:0 16px 15px}}._widgetHeader_4gr6h_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_4gr6h_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_4gr6h_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_4gr6h_263{align-items:center;height:180px;display:flex}._widgetFooter_4gr6h_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_4gr6h_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_4gr6h_276:last-child{border:none}._widgetMainValue_4gr6h_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_4gr6h_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_4gr6h_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_4gr6h_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_4gr6h_312{opacity:.5;cursor:default}._widgetTag_4gr6h_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_4gr6h_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_4gr6h_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_4gr6h_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_4gr6h_338._green_4gr6h_343:before,._chartValuesTitle_4gr6h_338._dark_4gr6h_343:before,._chartValuesTitle_4gr6h_338._blue_4gr6h_343: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_4gr6h_338._green_4gr6h_343:before{background:var(--status-success)}._chartValuesTitle_4gr6h_338._dark_4gr6h_343:before{background:#475569}._chartValuesTitle_4gr6h_338._blue_4gr6h_343:before{background:#43e0f8}._topbar_4gr6h_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_4gr6h_373{display:inline-flex}._logo_4gr6h_373{max-width:110px}._menuWrapper_4gr6h_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_4gr6h_381{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_4gr6h_381._opened_4gr6h_398{display:flex}}._menuItem_4gr6h_403{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_4gr6h_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_4gr6h_403 ._menuIcon_4gr6h_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_4gr6h_403 ._menuIconPerformance_4gr6h_429{fill:none}._menuItem_4gr6h_403 ._menuIconStroke_4gr6h_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_4gr6h_403._active_4gr6h_437,._menuItem_4gr6h_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_4gr6h_403._active_4gr6h_437 ._menuIcon_4gr6h_424:not(._menuIconStroke_4gr6h_432,._menuIconPerformance_4gr6h_429),._menuItem_4gr6h_403:hover ._menuIcon_4gr6h_424:not(._menuIconStroke_4gr6h_432,._menuIconPerformance_4gr6h_429){fill:#52c2fd}._menuItem_4gr6h_403._active_4gr6h_437 ._menuIconPerformance_4gr6h_429 path,._menuItem_4gr6h_403:hover ._menuIconPerformance_4gr6h_429 path{stroke:#59a6fd}._menuItem_4gr6h_403._active_4gr6h_437 ._menuIconStroke_4gr6h_432:not(._menuIcon_4gr6h_424),._menuItem_4gr6h_403:hover ._menuIconStroke_4gr6h_432:not(._menuIcon_4gr6h_424){stroke:#52c2fd}._redDot_4gr6h_451{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_4gr6h_466{justify-content:center;display:flex}._link_4gr6h_471{color:var(--accent);cursor:pointer;text-decoration:underline}._inputButton_4gr6h_477,._iconWrapper_4gr6h_478{color:#43e0f8;cursor:pointer;font-size:.875rem;font-weight:500;position:absolute;top:11px;right:10px}._iconWrapper_4gr6h_478{top:11px}@media only screen and (width<=1024px){._jobID_4gr6h_493 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_1er7z_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1er7z_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1er7z_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_1er7z_23{width:100%;margin-bottom:16px}._fieldWrapper_1er7z_23:last-child{margin-bottom:0}._fieldLabel_1er7z_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1er7z_36{margin-top:8px;font-size:.75rem}._field_1er7z_23{width:100%;position:relative}._fieldLabelNew_1er7z_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1er7z_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_1er7z_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1er7z_52[type=password]{font-size:18px}._inputNew_1er7z_52:focus,._inputNew_1er7z_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1er7z_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1er7z_52:disabled::placeholder{color:#cbd5e1}._inputNew_1er7z_52._error_1er7z_7{border:1px solid #ef4444}._inputNew_1er7z_52._error_1er7z_7:focus,._inputNew_1er7z_52._error_1er7z_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1er7z_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1er7z_90{width:calc(50% - 8px)}._tableNavWrapper_1er7z_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1er7z_109{align-items:center;gap:8px;display:flex}._tableNavItem_1er7z_115{margin:0}._modalContent_1er7z_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1er7z_119._center_1er7z_126{text-align:center;font-family:Inter}._modalContent_1er7z_119._settings_1er7z_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1er7z_119._settingsIntegration_1er7z_134,._modalContent_1er7z_119._performanceTestModalContent_1er7z_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1er7z_119._monitoringReportContent_1er7z_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1er7z_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1er7z_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1er7z_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1er7z_159:after,._modalLine_1er7z_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1er7z_159:before{left:-20px}._modalLine_1er7z_159:after{right:-20px}._infoMessage_1er7z_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1er7z_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_1er7z_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1er7z_197._buttonsAutoWidth_1er7z_204{justify-content:flex-end}._fullWidthTitle_1er7z_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_1er7z_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1er7z_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1er7z_227{padding:0 16px 15px}}._widgetHeader_1er7z_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1er7z_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1er7z_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_1er7z_263{align-items:center;height:180px;display:flex}._widgetFooter_1er7z_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1er7z_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1er7z_276:last-child{border:none}._widgetMainValue_1er7z_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1er7z_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1er7z_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_1er7z_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1er7z_312{opacity:.5;cursor:default}._widgetTag_1er7z_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1er7z_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1er7z_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1er7z_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1er7z_338._green_1er7z_343:before,._chartValuesTitle_1er7z_338._dark_1er7z_343:before,._chartValuesTitle_1er7z_338._blue_1er7z_343: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_1er7z_338._green_1er7z_343:before{background:var(--status-success)}._chartValuesTitle_1er7z_338._dark_1er7z_343:before{background:#475569}._chartValuesTitle_1er7z_338._blue_1er7z_343:before{background:#43e0f8}._topbar_1er7z_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1er7z_373{display:inline-flex}._logo_1er7z_373{max-width:110px}._menuWrapper_1er7z_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_1er7z_381{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_1er7z_381._opened_1er7z_398{display:flex}}._menuItem_1er7z_403{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_1er7z_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_1er7z_403 ._menuIcon_1er7z_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1er7z_403 ._menuIconPerformance_1er7z_429{fill:none}._menuItem_1er7z_403 ._menuIconStroke_1er7z_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1er7z_403._active_1er7z_437,._menuItem_1er7z_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1er7z_403._active_1er7z_437 ._menuIcon_1er7z_424:not(._menuIconStroke_1er7z_432,._menuIconPerformance_1er7z_429),._menuItem_1er7z_403:hover ._menuIcon_1er7z_424:not(._menuIconStroke_1er7z_432,._menuIconPerformance_1er7z_429){fill:#52c2fd}._menuItem_1er7z_403._active_1er7z_437 ._menuIconPerformance_1er7z_429 path,._menuItem_1er7z_403:hover ._menuIconPerformance_1er7z_429 path{stroke:#59a6fd}._menuItem_1er7z_403._active_1er7z_437 ._menuIconStroke_1er7z_432:not(._menuIcon_1er7z_424),._menuItem_1er7z_403:hover ._menuIconStroke_1er7z_432:not(._menuIcon_1er7z_424){stroke:#52c2fd}._redDot_1er7z_451{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_1er7z_466{justify-content:center;display:flex}._link_1er7z_471{color:var(--accent);cursor:pointer;text-decoration:underline}._closeIconClassName_1er7z_477{z-index:2;top:18px}._hiddenModal_1er7z_482{display:none}._changeSubscriptionSubModal_1er7z_486 ._modalBody_1er7z_486{flex-direction:column;align-items:center;padding:16px 20px;display:flex}._changeSubscriptionSubModal_1er7z_486 ._modalBody_1er7z_486 p{color:var(--text-secondary);text-align:center;margin-top:4px;font-size:14px}._changeSubscriptionSubModal_1er7z_486 ._modalBody_1er7z_486 span{font-weight:700}._changeSubscriptionSubModal_1er7z_486 ._subscriptionSubModalFooter_1er7z_501{flex-direction:column;gap:12px}._changeSubscriptionSubModal_1er7z_486 ._iconWrapper_1er7z_505{background-color:var(--accent-subtle);border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:16px;display:flex}._changeSubscriptionSubModal_1er7z_486 ._iconWrapper_1er7z_505 svg{width:24px;height:24px}._authButtonsWrapper_1q23h_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1q23h_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1q23h_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_1q23h_23{width:100%;margin-bottom:16px}._fieldWrapper_1q23h_23:last-child{margin-bottom:0}._fieldLabel_1q23h_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1q23h_36{margin-top:8px;font-size:.75rem}._field_1q23h_23{width:100%;position:relative}._fieldLabelNew_1q23h_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1q23h_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_1q23h_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1q23h_52[type=password]{font-size:18px}._inputNew_1q23h_52:focus,._inputNew_1q23h_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1q23h_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1q23h_52:disabled::placeholder{color:#cbd5e1}._inputNew_1q23h_52._error_1q23h_7{border:1px solid #ef4444}._inputNew_1q23h_52._error_1q23h_7:focus,._inputNew_1q23h_52._error_1q23h_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1q23h_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1q23h_90{width:calc(50% - 8px)}._tableNavWrapper_1q23h_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1q23h_109{align-items:center;gap:8px;display:flex}._tableNavItem_1q23h_115{margin:0}._modalContent_1q23h_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1q23h_119._center_1q23h_126{text-align:center;font-family:Inter}._modalContent_1q23h_119._settings_1q23h_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1q23h_119._settingsIntegration_1q23h_134,._modalContent_1q23h_119._performanceTestModalContent_1q23h_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1q23h_119._monitoringReportContent_1q23h_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1q23h_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1q23h_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1q23h_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1q23h_159:after,._modalLine_1q23h_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1q23h_159:before{left:-20px}._modalLine_1q23h_159:after{right:-20px}._infoMessage_1q23h_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1q23h_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_1q23h_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1q23h_197._buttonsAutoWidth_1q23h_204{justify-content:flex-end}._fullWidthTitle_1q23h_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_1q23h_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1q23h_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1q23h_227{padding:0 16px 15px}}._widgetHeader_1q23h_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1q23h_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1q23h_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_1q23h_263{align-items:center;height:180px;display:flex}._widgetFooter_1q23h_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1q23h_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1q23h_276:last-child{border:none}._widgetMainValue_1q23h_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1q23h_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1q23h_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_1q23h_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1q23h_312{opacity:.5;cursor:default}._widgetTag_1q23h_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1q23h_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1q23h_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1q23h_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1q23h_338._green_1q23h_343:before,._chartValuesTitle_1q23h_338._dark_1q23h_343:before,._chartValuesTitle_1q23h_338._blue_1q23h_343: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_1q23h_338._green_1q23h_343:before{background:var(--status-success)}._chartValuesTitle_1q23h_338._dark_1q23h_343:before{background:#475569}._chartValuesTitle_1q23h_338._blue_1q23h_343:before{background:#43e0f8}._topbar_1q23h_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1q23h_373{display:inline-flex}._logo_1q23h_373{max-width:110px}._menuWrapper_1q23h_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_1q23h_381{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_1q23h_381._opened_1q23h_398{display:flex}}._menuItem_1q23h_403{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_1q23h_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_1q23h_403 ._menuIcon_1q23h_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1q23h_403 ._menuIconPerformance_1q23h_429{fill:none}._menuItem_1q23h_403 ._menuIconStroke_1q23h_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1q23h_403._active_1q23h_437,._menuItem_1q23h_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1q23h_403._active_1q23h_437 ._menuIcon_1q23h_424:not(._menuIconStroke_1q23h_432,._menuIconPerformance_1q23h_429),._menuItem_1q23h_403:hover ._menuIcon_1q23h_424:not(._menuIconStroke_1q23h_432,._menuIconPerformance_1q23h_429){fill:#52c2fd}._menuItem_1q23h_403._active_1q23h_437 ._menuIconPerformance_1q23h_429 path,._menuItem_1q23h_403:hover ._menuIconPerformance_1q23h_429 path{stroke:#59a6fd}._menuItem_1q23h_403._active_1q23h_437 ._menuIconStroke_1q23h_432:not(._menuIcon_1q23h_424),._menuItem_1q23h_403:hover ._menuIconStroke_1q23h_432:not(._menuIcon_1q23h_424){stroke:#52c2fd}._redDot_1q23h_451{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_1q23h_466{justify-content:center;display:flex}._link_1q23h_471{color:var(--accent);cursor:pointer;text-decoration:underline}._saveButton_1q23h_477{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_1q23h_477{width:60px}}._saveButtonDisabled_1q23h_498{opacity:.5;cursor:default}._closeIconClassName_1q23h_503{z-index:2;top:18px}._enterpriseContainer_1q23h_508{height:calc(100vh - 76px);overflow:scroll}._row_1q23h_513{flex-direction:row;gap:16px;margin-bottom:20px;padding:0 20px;display:flex}._row_1q23h_513>div{flex:1}@media only screen and (width<=450px){._row_1q23h_513{flex-direction:column}}._inputText_1q23h_529{margin-bottom:0}._toggleFieldWrapper_1q23h_533{align-items:center;display:flex}._enterpriseLogo_1q23h_538{margin-bottom:0}._enterpriseLogoImageWrapper_1q23h_542{border-radius:4px;width:144px;height:72px}._enterpriseLogoImageWrapper_1q23h_542 img{max-width:144px;max-height:72px}._enterpriseLogoFileWrapper_1q23h_552{width:calc(100% - 160px)}._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}._closeIconClassName_1jdgt_1{z-index:2;top:13px}._installedDevicesHistoryModalWrapper_1jdgt_6 header{padding:22px 60px 22px 20px}._authButtonsWrapper_1kmby_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1kmby_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1kmby_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_1kmby_23{width:100%;margin-bottom:16px}._fieldWrapper_1kmby_23:last-child{margin-bottom:0}._fieldLabel_1kmby_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1kmby_36{margin-top:8px;font-size:.75rem}._field_1kmby_23{width:100%;position:relative}._fieldLabelNew_1kmby_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1kmby_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_1kmby_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1kmby_52[type=password]{font-size:18px}._inputNew_1kmby_52:focus,._inputNew_1kmby_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1kmby_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1kmby_52:disabled::placeholder{color:#cbd5e1}._inputNew_1kmby_52._error_1kmby_7{border:1px solid #ef4444}._inputNew_1kmby_52._error_1kmby_7:focus,._inputNew_1kmby_52._error_1kmby_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1kmby_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1kmby_90{width:calc(50% - 8px)}._tableNavWrapper_1kmby_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1kmby_109{align-items:center;gap:8px;display:flex}._tableNavItem_1kmby_115{margin:0}._modalContent_1kmby_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1kmby_119._center_1kmby_126{text-align:center;font-family:Inter}._modalContent_1kmby_119._settings_1kmby_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1kmby_119._settingsIntegration_1kmby_134,._modalContent_1kmby_119._performanceTestModalContent_1kmby_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1kmby_119._monitoringReportContent_1kmby_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1kmby_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1kmby_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1kmby_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1kmby_159:after,._modalLine_1kmby_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1kmby_159:before{left:-20px}._modalLine_1kmby_159:after{right:-20px}._infoMessage_1kmby_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1kmby_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_1kmby_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1kmby_197._buttonsAutoWidth_1kmby_204{justify-content:flex-end}._fullWidthTitle_1kmby_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_1kmby_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1kmby_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1kmby_227{padding:0 16px 15px}}._widgetHeader_1kmby_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1kmby_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1kmby_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_1kmby_263{align-items:center;height:180px;display:flex}._widgetFooter_1kmby_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1kmby_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1kmby_276:last-child{border:none}._widgetMainValue_1kmby_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1kmby_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1kmby_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_1kmby_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1kmby_312{opacity:.5;cursor:default}._widgetTag_1kmby_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1kmby_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1kmby_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1kmby_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1kmby_338._green_1kmby_343:before,._chartValuesTitle_1kmby_338._dark_1kmby_343:before,._chartValuesTitle_1kmby_338._blue_1kmby_343: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_1kmby_338._green_1kmby_343:before{background:var(--status-success)}._chartValuesTitle_1kmby_338._dark_1kmby_343:before{background:#475569}._chartValuesTitle_1kmby_338._blue_1kmby_343:before{background:#43e0f8}._topbar_1kmby_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1kmby_373{display:inline-flex}._logo_1kmby_373{max-width:110px}._menuWrapper_1kmby_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_1kmby_381{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_1kmby_381._opened_1kmby_398{display:flex}}._menuItem_1kmby_403{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_1kmby_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_1kmby_403 ._menuIcon_1kmby_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1kmby_403 ._menuIconPerformance_1kmby_429{fill:none}._menuItem_1kmby_403 ._menuIconStroke_1kmby_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1kmby_403._active_1kmby_437,._menuItem_1kmby_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1kmby_403._active_1kmby_437 ._menuIcon_1kmby_424:not(._menuIconStroke_1kmby_432,._menuIconPerformance_1kmby_429),._menuItem_1kmby_403:hover ._menuIcon_1kmby_424:not(._menuIconStroke_1kmby_432,._menuIconPerformance_1kmby_429){fill:#52c2fd}._menuItem_1kmby_403._active_1kmby_437 ._menuIconPerformance_1kmby_429 path,._menuItem_1kmby_403:hover ._menuIconPerformance_1kmby_429 path{stroke:#59a6fd}._menuItem_1kmby_403._active_1kmby_437 ._menuIconStroke_1kmby_432:not(._menuIcon_1kmby_424),._menuItem_1kmby_403:hover ._menuIconStroke_1kmby_432:not(._menuIcon_1kmby_424){stroke:#52c2fd}._redDot_1kmby_451{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_1kmby_466{justify-content:center;display:flex}._link_1kmby_471{color:var(--accent);cursor:pointer;text-decoration:underline}._widgetWrapper_1kmby_227{width:100%;max-width:100%;min-height:170px}._chart_1kmby_330{height:20px}._authButtonsWrapper_cxp62_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_cxp62_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_cxp62_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_cxp62_23{width:100%;margin-bottom:16px}._fieldWrapper_cxp62_23:last-child{margin-bottom:0}._fieldLabel_cxp62_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_cxp62_36{margin-top:8px;font-size:.75rem}._field_cxp62_23{width:100%;position:relative}._fieldLabelNew_cxp62_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_cxp62_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_cxp62_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_cxp62_52[type=password]{font-size:18px}._inputNew_cxp62_52:focus,._inputNew_cxp62_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_cxp62_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_cxp62_52:disabled::placeholder{color:#cbd5e1}._inputNew_cxp62_52._error_cxp62_7{border:1px solid #ef4444}._inputNew_cxp62_52._error_cxp62_7:focus,._inputNew_cxp62_52._error_cxp62_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_cxp62_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_cxp62_90{width:calc(50% - 8px)}._tableNavWrapper_cxp62_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_cxp62_109{align-items:center;gap:8px;display:flex}._tableNavItem_cxp62_115{margin:0}._modalContent_cxp62_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_cxp62_119._center_cxp62_126{text-align:center;font-family:Inter}._modalContent_cxp62_119._settings_cxp62_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_cxp62_119._settingsIntegration_cxp62_134,._modalContent_cxp62_119._performanceTestModalContent_cxp62_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_cxp62_119._monitoringReportContent_cxp62_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_cxp62_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_cxp62_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_cxp62_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_cxp62_159:after,._modalLine_cxp62_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_cxp62_159:before{left:-20px}._modalLine_cxp62_159:after{right:-20px}._infoMessage_cxp62_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_cxp62_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_cxp62_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_cxp62_197._buttonsAutoWidth_cxp62_204{justify-content:flex-end}._fullWidthTitle_cxp62_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_cxp62_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_cxp62_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_cxp62_227{padding:0 16px 15px}}._widgetHeader_cxp62_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_cxp62_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_cxp62_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_cxp62_263{align-items:center;height:180px;display:flex}._widgetFooter_cxp62_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_cxp62_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_cxp62_276:last-child{border:none}._widgetMainValue_cxp62_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_cxp62_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_cxp62_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_cxp62_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_cxp62_312{opacity:.5;cursor:default}._widgetTag_cxp62_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_cxp62_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_cxp62_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_cxp62_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_cxp62_338._green_cxp62_343:before,._chartValuesTitle_cxp62_338._dark_cxp62_343:before,._chartValuesTitle_cxp62_338._blue_cxp62_343: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_cxp62_338._green_cxp62_343:before{background:var(--status-success)}._chartValuesTitle_cxp62_338._dark_cxp62_343:before{background:#475569}._chartValuesTitle_cxp62_338._blue_cxp62_343:before{background:#43e0f8}._topbar_cxp62_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_cxp62_373{display:inline-flex}._logo_cxp62_373{max-width:110px}._menuWrapper_cxp62_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_cxp62_381{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_cxp62_381._opened_cxp62_398{display:flex}}._menuItem_cxp62_403{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_cxp62_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_cxp62_403 ._menuIcon_cxp62_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_cxp62_403 ._menuIconPerformance_cxp62_429{fill:none}._menuItem_cxp62_403 ._menuIconStroke_cxp62_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_cxp62_403._active_cxp62_437,._menuItem_cxp62_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_cxp62_403._active_cxp62_437 ._menuIcon_cxp62_424:not(._menuIconStroke_cxp62_432,._menuIconPerformance_cxp62_429),._menuItem_cxp62_403:hover ._menuIcon_cxp62_424:not(._menuIconStroke_cxp62_432,._menuIconPerformance_cxp62_429){fill:#52c2fd}._menuItem_cxp62_403._active_cxp62_437 ._menuIconPerformance_cxp62_429 path,._menuItem_cxp62_403:hover ._menuIconPerformance_cxp62_429 path{stroke:#59a6fd}._menuItem_cxp62_403._active_cxp62_437 ._menuIconStroke_cxp62_432:not(._menuIcon_cxp62_424),._menuItem_cxp62_403:hover ._menuIconStroke_cxp62_432:not(._menuIcon_cxp62_424){stroke:#52c2fd}._redDot_cxp62_451{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_cxp62_466{justify-content:center;display:flex}._link_cxp62_471{color:var(--accent);cursor:pointer;text-decoration:underline}._widgetWrapper_cxp62_227{width:100%;max-width:100%;min-height:150px}._chart_cxp62_330{height:16px}._chartItemWrapper_cxp62_487{margin-bottom:20px}._authButtonsWrapper_1xl3u_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1xl3u_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1xl3u_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_1xl3u_23{width:100%;margin-bottom:16px}._fieldWrapper_1xl3u_23:last-child{margin-bottom:0}._fieldLabel_1xl3u_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1xl3u_36{margin-top:8px;font-size:.75rem}._field_1xl3u_23{width:100%;position:relative}._fieldLabelNew_1xl3u_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1xl3u_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_1xl3u_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1xl3u_52[type=password]{font-size:18px}._inputNew_1xl3u_52:focus,._inputNew_1xl3u_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1xl3u_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1xl3u_52:disabled::placeholder{color:#cbd5e1}._inputNew_1xl3u_52._error_1xl3u_7{border:1px solid #ef4444}._inputNew_1xl3u_52._error_1xl3u_7:focus,._inputNew_1xl3u_52._error_1xl3u_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1xl3u_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1xl3u_90{width:calc(50% - 8px)}._tableNavWrapper_1xl3u_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1xl3u_109{align-items:center;gap:8px;display:flex}._tableNavItem_1xl3u_115{margin:0}._modalContent_1xl3u_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1xl3u_119._center_1xl3u_126{text-align:center;font-family:Inter}._modalContent_1xl3u_119._settings_1xl3u_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1xl3u_119._settingsIntegration_1xl3u_134,._modalContent_1xl3u_119._performanceTestModalContent_1xl3u_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1xl3u_119._monitoringReportContent_1xl3u_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1xl3u_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1xl3u_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1xl3u_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1xl3u_159:after,._modalLine_1xl3u_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1xl3u_159:before{left:-20px}._modalLine_1xl3u_159:after{right:-20px}._infoMessage_1xl3u_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1xl3u_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_1xl3u_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1xl3u_197._buttonsAutoWidth_1xl3u_204{justify-content:flex-end}._fullWidthTitle_1xl3u_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_1xl3u_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1xl3u_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1xl3u_227{padding:0 16px 15px}}._widgetHeader_1xl3u_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1xl3u_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1xl3u_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_1xl3u_263{align-items:center;height:180px;display:flex}._widgetFooter_1xl3u_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1xl3u_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1xl3u_276:last-child{border:none}._widgetMainValue_1xl3u_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1xl3u_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1xl3u_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_1xl3u_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1xl3u_312{opacity:.5;cursor:default}._widgetTag_1xl3u_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1xl3u_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1xl3u_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1xl3u_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1xl3u_338._green_1xl3u_343:before,._chartValuesTitle_1xl3u_338._dark_1xl3u_343:before,._chartValuesTitle_1xl3u_338._blue_1xl3u_343: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_1xl3u_338._green_1xl3u_343:before{background:var(--status-success)}._chartValuesTitle_1xl3u_338._dark_1xl3u_343:before{background:#475569}._chartValuesTitle_1xl3u_338._blue_1xl3u_343:before{background:#43e0f8}._topbar_1xl3u_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1xl3u_373{display:inline-flex}._logo_1xl3u_373{max-width:110px}._menuWrapper_1xl3u_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_1xl3u_381{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_1xl3u_381._opened_1xl3u_398{display:flex}}._menuItem_1xl3u_403{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_1xl3u_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_1xl3u_403 ._menuIcon_1xl3u_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1xl3u_403 ._menuIconPerformance_1xl3u_429{fill:none}._menuItem_1xl3u_403 ._menuIconStroke_1xl3u_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1xl3u_403._active_1xl3u_437,._menuItem_1xl3u_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1xl3u_403._active_1xl3u_437 ._menuIcon_1xl3u_424:not(._menuIconStroke_1xl3u_432,._menuIconPerformance_1xl3u_429),._menuItem_1xl3u_403:hover ._menuIcon_1xl3u_424:not(._menuIconStroke_1xl3u_432,._menuIconPerformance_1xl3u_429){fill:#52c2fd}._menuItem_1xl3u_403._active_1xl3u_437 ._menuIconPerformance_1xl3u_429 path,._menuItem_1xl3u_403:hover ._menuIconPerformance_1xl3u_429 path{stroke:#59a6fd}._menuItem_1xl3u_403._active_1xl3u_437 ._menuIconStroke_1xl3u_432:not(._menuIcon_1xl3u_424),._menuItem_1xl3u_403:hover ._menuIconStroke_1xl3u_432:not(._menuIcon_1xl3u_424){stroke:#52c2fd}._redDot_1xl3u_451{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_1xl3u_466{justify-content:center;display:flex}._link_1xl3u_471{color:var(--accent);cursor:pointer;text-decoration:underline}._widgetWrapper_1xl3u_227{max-width:initial;flex:500px}._widgetContent_1xl3u_482{justify-content:space-between;gap:16px;display:flex}._widgetBlock_1xl3u_488{border:1px;border-color:var(--border-default);text-align:center;border-style:solid;border-radius:10px;flex:1}._widgetBlockHeader_1xl3u_497{color:var(--text-primary);background-color:#e2e8f0;border-top-left-radius:10px;border-top-right-radius:10px;padding-top:6px;padding-bottom:6px}._widgetBlockContent_1xl3u_506{padding:16px}._widgetBlockTotal_1xl3u_510 p:first-child{font-size:24px;font-weight:500;line-height:32px}@media only screen and (width<=500px){._widgetBlockTotal_1xl3u_510 p:first-child{font-size:18px;line-height:24px}}._widgetBlockTotal_1xl3u_510 ._versionLabel_1xl3u_522{color:var(--text-muted);font-size:14px;font-weight:500;line-height:20px}@media only screen and (width<=500px){._widgetBlockTotal_1xl3u_510 ._versionLabel_1xl3u_522{font-size:12px;line-height:16px}}._widgetBlockTotal_1xl3u_510 p:last-child{color:var(--text-muted);font-size:12px;font-weight:500;line-height:16px}@media only screen and (width<=500px){._widgetBlockTotal_1xl3u_510 p:last-child{font-size:10px;line-height:14px}}._widgetBlockAvailable_1xl3u_548{border-bottom:1px solid var(--border-subtle);justify-content:space-between;padding-top:22px;padding-bottom:12px;display:flex}._widgetBlockAvailable_1xl3u_548 span{font-size:14px;font-weight:500;line-height:20px}@media only screen and (width<=500px){._widgetBlockAvailable_1xl3u_548 span{font-size:12px;line-height:16px}}._widgetBlockAvailable_1xl3u_548 span:first-child{background-color:var(--status-success-subtle);color:var(--status-success-text);border-radius:10px;padding:2px 8px}._widgetBlockPacked_1xl3u_575{justify-content:space-between;padding-top:12px;display:flex}._widgetBlockPacked_1xl3u_575 span{font-size:14px;font-weight:500;line-height:20px}@media only screen and (width<=500px){._widgetBlockPacked_1xl3u_575 span{font-size:12px;line-height:16px}}._widgetBlockPacked_1xl3u_575 span:first-child{color:var(--text-primary);background-color:#f3e8ff;border-radius:10px;padding:2px 8px}._valueNote_1xl3u_600{color:var(--text-muted);font-size:12px;font-weight:400}._chartWrapper_1xl3u_606{justify-content:center;align-items:center;height:50px;display:flex;position:relative}._chart_1xl3u_330{position:absolute;bottom:-126px}._text_1xl3u_619{color:var(--text-muted);font-family:Inter;font-size:.75rem}._available_1xl3u_625,._packed_1xl3u_626{align-items:center;display:inline-flex}._available_1xl3u_625:before,._packed_1xl3u_626:before{content:"";border-radius:50%;width:12px;height:12px;margin-right:4px;display:inline-flex}._available_1xl3u_625:before{background-color:var(--status-warning-subtle)}._packed_1xl3u_626:before{background-color:#fcd34d}._authButtonsWrapper_ipvzh_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_ipvzh_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_ipvzh_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_ipvzh_23{width:100%;margin-bottom:16px}._fieldWrapper_ipvzh_23:last-child{margin-bottom:0}._fieldLabel_ipvzh_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_ipvzh_36{margin-top:8px;font-size:.75rem}._field_ipvzh_23{width:100%;position:relative}._fieldLabelNew_ipvzh_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_ipvzh_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_ipvzh_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_ipvzh_52[type=password]{font-size:18px}._inputNew_ipvzh_52:focus,._inputNew_ipvzh_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_ipvzh_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_ipvzh_52:disabled::placeholder{color:#cbd5e1}._inputNew_ipvzh_52._error_ipvzh_7{border:1px solid #ef4444}._inputNew_ipvzh_52._error_ipvzh_7:focus,._inputNew_ipvzh_52._error_ipvzh_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_ipvzh_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_ipvzh_90{width:calc(50% - 8px)}._tableNavWrapper_ipvzh_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_ipvzh_109{align-items:center;gap:8px;display:flex}._tableNavItem_ipvzh_115{margin:0}._modalContent_ipvzh_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_ipvzh_119._center_ipvzh_126{text-align:center;font-family:Inter}._modalContent_ipvzh_119._settings_ipvzh_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_ipvzh_119._settingsIntegration_ipvzh_134,._modalContent_ipvzh_119._performanceTestModalContent_ipvzh_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_ipvzh_119._monitoringReportContent_ipvzh_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_ipvzh_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_ipvzh_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_ipvzh_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_ipvzh_159:after,._modalLine_ipvzh_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_ipvzh_159:before{left:-20px}._modalLine_ipvzh_159:after{right:-20px}._infoMessage_ipvzh_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_ipvzh_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_ipvzh_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_ipvzh_197._buttonsAutoWidth_ipvzh_204{justify-content:flex-end}._fullWidthTitle_ipvzh_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_ipvzh_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_ipvzh_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_ipvzh_227{padding:0 16px 15px}}._widgetHeader_ipvzh_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_ipvzh_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_ipvzh_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_ipvzh_263{align-items:center;height:180px;display:flex}._widgetFooter_ipvzh_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_ipvzh_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_ipvzh_276:last-child{border:none}._widgetMainValue_ipvzh_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_ipvzh_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_ipvzh_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_ipvzh_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_ipvzh_312{opacity:.5;cursor:default}._widgetTag_ipvzh_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_ipvzh_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_ipvzh_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_ipvzh_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_ipvzh_338._green_ipvzh_343:before,._chartValuesTitle_ipvzh_338._dark_ipvzh_343:before,._chartValuesTitle_ipvzh_338._blue_ipvzh_343: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_ipvzh_338._green_ipvzh_343:before{background:var(--status-success)}._chartValuesTitle_ipvzh_338._dark_ipvzh_343:before{background:#475569}._chartValuesTitle_ipvzh_338._blue_ipvzh_343:before{background:#43e0f8}._topbar_ipvzh_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_ipvzh_373{display:inline-flex}._logo_ipvzh_373{max-width:110px}._menuWrapper_ipvzh_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_ipvzh_381{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_ipvzh_381._opened_ipvzh_398{display:flex}}._menuItem_ipvzh_403{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_ipvzh_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_ipvzh_403 ._menuIcon_ipvzh_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_ipvzh_403 ._menuIconPerformance_ipvzh_429{fill:none}._menuItem_ipvzh_403 ._menuIconStroke_ipvzh_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_ipvzh_403._active_ipvzh_437,._menuItem_ipvzh_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_ipvzh_403._active_ipvzh_437 ._menuIcon_ipvzh_424:not(._menuIconStroke_ipvzh_432,._menuIconPerformance_ipvzh_429),._menuItem_ipvzh_403:hover ._menuIcon_ipvzh_424:not(._menuIconStroke_ipvzh_432,._menuIconPerformance_ipvzh_429){fill:#52c2fd}._menuItem_ipvzh_403._active_ipvzh_437 ._menuIconPerformance_ipvzh_429 path,._menuItem_ipvzh_403:hover ._menuIconPerformance_ipvzh_429 path{stroke:#59a6fd}._menuItem_ipvzh_403._active_ipvzh_437 ._menuIconStroke_ipvzh_432:not(._menuIcon_ipvzh_424),._menuItem_ipvzh_403:hover ._menuIconStroke_ipvzh_432:not(._menuIcon_ipvzh_424){stroke:#52c2fd}._redDot_ipvzh_451{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_ipvzh_466{justify-content:center;display:flex}._link_ipvzh_471{color:var(--accent);cursor:pointer;text-decoration:underline}._widgetsWrapper_ipvzh_220{flex-wrap:wrap}._actionButtonsWrapper_ipvzh_481._disabled_ipvzh_312 ._actionButton_ipvzh_481{border:1px solid var(--border-strong)!important;background:var(--surface-3)!important;color:#cbd5e1!important;cursor:default!important}._actionButton_ipvzh_481{text-transform:uppercase;cursor:pointer;border-radius:20px;margin-right:12px;padding:2px 8px;font-size:.75rem;font-weight:500;line-height:1.2}._actionButton_ipvzh_481._transfer_ipvzh_498{border:1px solid var(--status-info);background:var(--status-info-subtle);color:#1e40af}._actionButton_ipvzh_481._missing_ipvzh_503{border:1px solid var(--status-warning);background:var(--status-warning-subtle);color:var(--status-warning-text)}._actionButton_ipvzh_481._damaged_ipvzh_508{border:1px solid var(--status-danger);background:var(--status-danger-subtle);color:var(--status-danger-text)}._actionButton_ipvzh_481._warehouse_ipvzh_513{background:var(--surface-3);color:#1e293b;border:1px solid #64748b}._actionButton_ipvzh_481._warranty_ipvzh_518{background:var(--accent-subtle);color:#165964;border:1px solid #43e0f8}._actionButton_ipvzh_481:disabled{opacity:.5;cursor:default}._authButtonsWrapper_1har3_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1har3_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1har3_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_1har3_23{width:100%;margin-bottom:16px}._fieldWrapper_1har3_23:last-child{margin-bottom:0}._fieldLabel_1har3_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1har3_36{margin-top:8px;font-size:.75rem}._field_1har3_23{width:100%;position:relative}._fieldLabelNew_1har3_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1har3_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_1har3_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1har3_52[type=password]{font-size:18px}._inputNew_1har3_52:focus,._inputNew_1har3_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1har3_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1har3_52:disabled::placeholder{color:#cbd5e1}._inputNew_1har3_52._error_1har3_7{border:1px solid #ef4444}._inputNew_1har3_52._error_1har3_7:focus,._inputNew_1har3_52._error_1har3_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1har3_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1har3_90{width:calc(50% - 8px)}._tableNavWrapper_1har3_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1har3_109{align-items:center;gap:8px;display:flex}._tableNavItem_1har3_115{margin:0}._modalContent_1har3_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1har3_119._center_1har3_126{text-align:center;font-family:Inter}._modalContent_1har3_119._settings_1har3_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1har3_119._settingsIntegration_1har3_134,._modalContent_1har3_119._performanceTestModalContent_1har3_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1har3_119._monitoringReportContent_1har3_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1har3_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1har3_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1har3_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1har3_159:after,._modalLine_1har3_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1har3_159:before{left:-20px}._modalLine_1har3_159:after{right:-20px}._infoMessage_1har3_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1har3_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_1har3_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1har3_197._buttonsAutoWidth_1har3_204{justify-content:flex-end}._fullWidthTitle_1har3_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_1har3_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1har3_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1har3_227{padding:0 16px 15px}}._widgetHeader_1har3_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1har3_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1har3_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_1har3_263{align-items:center;height:180px;display:flex}._widgetFooter_1har3_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1har3_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1har3_276:last-child{border:none}._widgetMainValue_1har3_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1har3_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1har3_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_1har3_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1har3_312{opacity:.5;cursor:default}._widgetTag_1har3_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1har3_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1har3_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1har3_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1har3_338._green_1har3_343:before,._chartValuesTitle_1har3_338._dark_1har3_343:before,._chartValuesTitle_1har3_338._blue_1har3_343: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_1har3_338._green_1har3_343:before{background:var(--status-success)}._chartValuesTitle_1har3_338._dark_1har3_343:before{background:#475569}._chartValuesTitle_1har3_338._blue_1har3_343:before{background:#43e0f8}._topbar_1har3_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1har3_373{display:inline-flex}._logo_1har3_373{max-width:110px}._menuWrapper_1har3_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_1har3_381{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_1har3_381._opened_1har3_398{display:flex}}._menuItem_1har3_403{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_1har3_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_1har3_403 ._menuIcon_1har3_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1har3_403 ._menuIconPerformance_1har3_429{fill:none}._menuItem_1har3_403 ._menuIconStroke_1har3_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1har3_403._active_1har3_437,._menuItem_1har3_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1har3_403._active_1har3_437 ._menuIcon_1har3_424:not(._menuIconStroke_1har3_432,._menuIconPerformance_1har3_429),._menuItem_1har3_403:hover ._menuIcon_1har3_424:not(._menuIconStroke_1har3_432,._menuIconPerformance_1har3_429){fill:#52c2fd}._menuItem_1har3_403._active_1har3_437 ._menuIconPerformance_1har3_429 path,._menuItem_1har3_403:hover ._menuIconPerformance_1har3_429 path{stroke:#59a6fd}._menuItem_1har3_403._active_1har3_437 ._menuIconStroke_1har3_432:not(._menuIcon_1har3_424),._menuItem_1har3_403:hover ._menuIconStroke_1har3_432:not(._menuIcon_1har3_424){stroke:#52c2fd}._redDot_1har3_451{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_1har3_466{justify-content:center;display:flex}._link_1har3_471{color:var(--accent);cursor:pointer;text-decoration:underline}._orderDetails_1har3_477{flex-direction:column;gap:20px;font-family:Inter;display:flex}._orderDetailsRow_1har3_484{flex-wrap:wrap;justify-content:space-between;gap:20px;display:flex}._orderDetailsItem_1har3_491{flex:1;min-width:150px}._orderDetailsLabel_1har3_496{color:var(--text-muted);margin-bottom:4px;font-size:.875rem;font-weight:300;display:block}._orderDetailsValue_1har3_504{font-weight:400;display:block}._separator_1har3_509{background:#e2e8f0;width:100%;height:1px;margin:20px 0 15px}._deviceWrapper_1har3_516{align-items:center;font-family:Inter;display:flex}._deviceWrapper_1har3_516:before{content:url(/assets/device-O4Bbl98r.svg);display:block}._deviceWrapper_1har3_516 svg{stroke:#64748b}._deviceQtyWrapper_1har3_529{margin-right:20px;padding-left:16px}._deviceName_1har3_534{margin-bottom:4px;font-weight:500;display:block}._deviceQty_1har3_529{color:var(--text-muted);font-size:.875rem;display:block}._deviceQtyDelete_1har3_546{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_1har3_558{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_1har3_558 svg{flex-shrink:0;width:18px;height:18px}._orderNote_1har3_558 svg path{fill:#2db2c8}._productTypeSelect_1har3_578{width:115px;overflow:hidden}._productTypeSelect_1har3_578 .static-select__indicators{display:none}._productTypeSelect_1har3_578 .static-select__control{width:200px;box-shadow:none!important;border:0!important}._productTypeSelect_1har3_578 .static-select__control:hover,._productTypeSelect_1har3_578 .static-select__control:focus{border:0}._addNewButtonWrapper_1har3_594{display:inline-block}._addNewButton_1har3_594{padding:0 6px 0 16px!important}._dropdownIndicator_1har3_602{vertical-align:middle;stroke:currentColor;width:17px;height:16px;margin-left:8px}._authButtonsWrapper_g9qar_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_g9qar_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_g9qar_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_g9qar_23{width:100%;margin-bottom:16px}._fieldWrapper_g9qar_23:last-child{margin-bottom:0}._fieldLabel_g9qar_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_g9qar_36{margin-top:8px;font-size:.75rem}._field_g9qar_23{width:100%;position:relative}._fieldLabelNew_g9qar_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_g9qar_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_g9qar_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_g9qar_52[type=password]{font-size:18px}._inputNew_g9qar_52:focus,._inputNew_g9qar_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_g9qar_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_g9qar_52:disabled::placeholder{color:#cbd5e1}._inputNew_g9qar_52._error_g9qar_7{border:1px solid #ef4444}._inputNew_g9qar_52._error_g9qar_7:focus,._inputNew_g9qar_52._error_g9qar_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_g9qar_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_g9qar_90{width:calc(50% - 8px)}._tableNavWrapper_g9qar_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_g9qar_109{align-items:center;gap:8px;display:flex}._tableNavItem_g9qar_115{margin:0}._modalContent_g9qar_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_g9qar_119._center_g9qar_126{text-align:center;font-family:Inter}._modalContent_g9qar_119._settings_g9qar_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_g9qar_119._settingsIntegration_g9qar_134,._modalContent_g9qar_119._performanceTestModalContent_g9qar_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_g9qar_119._monitoringReportContent_g9qar_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_g9qar_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_g9qar_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_g9qar_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_g9qar_159:after,._modalLine_g9qar_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_g9qar_159:before{left:-20px}._modalLine_g9qar_159:after{right:-20px}._infoMessage_g9qar_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_g9qar_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_g9qar_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_g9qar_197._buttonsAutoWidth_g9qar_204{justify-content:flex-end}._fullWidthTitle_g9qar_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_g9qar_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_g9qar_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_g9qar_227{padding:0 16px 15px}}._widgetHeader_g9qar_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_g9qar_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_g9qar_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_g9qar_263{align-items:center;height:180px;display:flex}._widgetFooter_g9qar_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_g9qar_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_g9qar_276:last-child{border:none}._widgetMainValue_g9qar_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_g9qar_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_g9qar_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_g9qar_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_g9qar_312{opacity:.5;cursor:default}._widgetTag_g9qar_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_g9qar_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_g9qar_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_g9qar_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_g9qar_338._green_g9qar_343:before,._chartValuesTitle_g9qar_338._dark_g9qar_343:before,._chartValuesTitle_g9qar_338._blue_g9qar_343: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_g9qar_338._green_g9qar_343:before{background:var(--status-success)}._chartValuesTitle_g9qar_338._dark_g9qar_343:before{background:#475569}._chartValuesTitle_g9qar_338._blue_g9qar_343:before{background:#43e0f8}._topbar_g9qar_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_g9qar_373{display:inline-flex}._logo_g9qar_373{max-width:110px}._menuWrapper_g9qar_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_g9qar_381{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_g9qar_381._opened_g9qar_398{display:flex}}._menuItem_g9qar_403{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_g9qar_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_g9qar_403 ._menuIcon_g9qar_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_g9qar_403 ._menuIconPerformance_g9qar_429{fill:none}._menuItem_g9qar_403 ._menuIconStroke_g9qar_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_g9qar_403._active_g9qar_437,._menuItem_g9qar_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_g9qar_403._active_g9qar_437 ._menuIcon_g9qar_424:not(._menuIconStroke_g9qar_432,._menuIconPerformance_g9qar_429),._menuItem_g9qar_403:hover ._menuIcon_g9qar_424:not(._menuIconStroke_g9qar_432,._menuIconPerformance_g9qar_429){fill:#52c2fd}._menuItem_g9qar_403._active_g9qar_437 ._menuIconPerformance_g9qar_429 path,._menuItem_g9qar_403:hover ._menuIconPerformance_g9qar_429 path{stroke:#59a6fd}._menuItem_g9qar_403._active_g9qar_437 ._menuIconStroke_g9qar_432:not(._menuIcon_g9qar_424),._menuItem_g9qar_403:hover ._menuIconStroke_g9qar_432:not(._menuIcon_g9qar_424){stroke:#52c2fd}._redDot_g9qar_451{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_g9qar_466{justify-content:center;display:flex}._link_g9qar_471{color:var(--accent);cursor:pointer;text-decoration:underline}._orderStatus_g9qar_477{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_g9qar_477:before{margin-right:2px;display:inline-flex;position:relative;top:1px}._orderStatus_g9qar_477._new_g9qar_493{background:var(--status-success-subtle);color:var(--status-success-text)}._orderStatus_g9qar_477._new_g9qar_493: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_g9qar_477._pending_g9qar_500{background:var(--status-warning-subtle);color:var(--status-warning-text)}._orderStatus_g9qar_477._pending_g9qar_500: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_g9qar_477._confirmed_g9qar_507{color:#134f66;background:#cdfcff}._orderStatus_g9qar_477._confirmed_g9qar_507: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_g9qar_477._packed_g9qar_514{color:#7e22ce;background:#f3e8ff}._orderStatus_g9qar_477._packed_g9qar_514: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_g9qar_477._shipping_g9qar_521{background:var(--status-info-subtle);color:var(--text-link)}._orderStatus_g9qar_477._shipping_g9qar_521: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_g9qar_477._fulfilled_g9qar_528{color:#4338ca;background:#e0e7ff}._orderStatus_g9qar_477._fulfilled_g9qar_528: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_g9qar_477._denied_g9qar_535{background:var(--status-danger-subtle);color:var(--status-danger-text)}._orderStatus_g9qar_477._denied_g9qar_535: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_g9qar_477._canceled_g9qar_542{background:var(--status-danger-subtle);color:var(--status-danger-text)}._orderStatus_g9qar_477._canceled_g9qar_542: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_lpv9n_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_lpv9n_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_lpv9n_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_lpv9n_23{width:100%;margin-bottom:16px}._fieldWrapper_lpv9n_23:last-child{margin-bottom:0}._fieldLabel_lpv9n_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_lpv9n_36{margin-top:8px;font-size:.75rem}._field_lpv9n_23{width:100%;position:relative}._fieldLabelNew_lpv9n_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_lpv9n_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_lpv9n_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_lpv9n_52[type=password]{font-size:18px}._inputNew_lpv9n_52:focus,._inputNew_lpv9n_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_lpv9n_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_lpv9n_52:disabled::placeholder{color:#cbd5e1}._inputNew_lpv9n_52._error_lpv9n_7{border:1px solid #ef4444}._inputNew_lpv9n_52._error_lpv9n_7:focus,._inputNew_lpv9n_52._error_lpv9n_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_lpv9n_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_lpv9n_90{width:calc(50% - 8px)}._tableNavWrapper_lpv9n_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_lpv9n_109{align-items:center;gap:8px;display:flex}._tableNavItem_lpv9n_115{margin:0}._modalContent_lpv9n_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_lpv9n_119._center_lpv9n_126{text-align:center;font-family:Inter}._modalContent_lpv9n_119._settings_lpv9n_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_lpv9n_119._settingsIntegration_lpv9n_134,._modalContent_lpv9n_119._performanceTestModalContent_lpv9n_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_lpv9n_119._monitoringReportContent_lpv9n_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_lpv9n_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_lpv9n_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_lpv9n_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_lpv9n_159:after,._modalLine_lpv9n_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_lpv9n_159:before{left:-20px}._modalLine_lpv9n_159:after{right:-20px}._infoMessage_lpv9n_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_lpv9n_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_lpv9n_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_lpv9n_197._buttonsAutoWidth_lpv9n_204{justify-content:flex-end}._fullWidthTitle_lpv9n_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_lpv9n_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_lpv9n_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_lpv9n_227{padding:0 16px 15px}}._widgetHeader_lpv9n_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_lpv9n_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_lpv9n_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_lpv9n_263{align-items:center;height:180px;display:flex}._widgetFooter_lpv9n_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_lpv9n_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_lpv9n_276:last-child{border:none}._widgetMainValue_lpv9n_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_lpv9n_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_lpv9n_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_lpv9n_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_lpv9n_312{opacity:.5;cursor:default}._widgetTag_lpv9n_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_lpv9n_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_lpv9n_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_lpv9n_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_lpv9n_338._green_lpv9n_343:before,._chartValuesTitle_lpv9n_338._dark_lpv9n_343:before,._chartValuesTitle_lpv9n_338._blue_lpv9n_343: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_lpv9n_338._green_lpv9n_343:before{background:var(--status-success)}._chartValuesTitle_lpv9n_338._dark_lpv9n_343:before{background:#475569}._chartValuesTitle_lpv9n_338._blue_lpv9n_343:before{background:#43e0f8}._topbar_lpv9n_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_lpv9n_373{display:inline-flex}._logo_lpv9n_373{max-width:110px}._menuWrapper_lpv9n_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_lpv9n_381{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_lpv9n_381._opened_lpv9n_398{display:flex}}._menuItem_lpv9n_403{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_lpv9n_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_lpv9n_403 ._menuIcon_lpv9n_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_lpv9n_403 ._menuIconPerformance_lpv9n_429{fill:none}._menuItem_lpv9n_403 ._menuIconStroke_lpv9n_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_lpv9n_403._active_lpv9n_437,._menuItem_lpv9n_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_lpv9n_403._active_lpv9n_437 ._menuIcon_lpv9n_424:not(._menuIconStroke_lpv9n_432,._menuIconPerformance_lpv9n_429),._menuItem_lpv9n_403:hover ._menuIcon_lpv9n_424:not(._menuIconStroke_lpv9n_432,._menuIconPerformance_lpv9n_429){fill:#52c2fd}._menuItem_lpv9n_403._active_lpv9n_437 ._menuIconPerformance_lpv9n_429 path,._menuItem_lpv9n_403:hover ._menuIconPerformance_lpv9n_429 path{stroke:#59a6fd}._menuItem_lpv9n_403._active_lpv9n_437 ._menuIconStroke_lpv9n_432:not(._menuIcon_lpv9n_424),._menuItem_lpv9n_403:hover ._menuIconStroke_lpv9n_432:not(._menuIcon_lpv9n_424){stroke:#52c2fd}._redDot_lpv9n_451{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_lpv9n_466{justify-content:center;display:flex}._link_lpv9n_471{color:var(--accent);cursor:pointer;text-decoration:underline}._widgetsWrapper_lpv9n_220{flex-wrap:wrap}._ordersActionsWrapper_lpv9n_481{background-color:#0000}._ordersActionsWrapper_lpv9n_481 span{background-color:#f9fafc}._ordersActionsWrapper_lpv9n_481 span._deleteAction_lpv9n_487{background-color:#e2f8fc}._ordersActionsWrapper_lpv9n_481 span._deleteAction_lpv9n_487:hover svg path{stroke:#ef4444}._ordersActionsWrapper_lpv9n_481 span._denyAction_lpv9n_493{background-color:#e2f8fc}._ordersActionsWrapper_lpv9n_481 span._denyAction_lpv9n_493:hover svg path{fill:#ef4444;stroke:#e17a7a}._ordersActionsWrapper_lpv9n_481 span._editAction_lpv9n_500{background-color:#e2f8fc}._ordersActionsWrapper_lpv9n_481 span._editAction_lpv9n_500:hover{background-color:#d0edf2}._ordersActionsWrapper_lpv9n_481 span._editAction_lpv9n_500:hover svg path{stroke:#0f172a}._ordersActionsWrapper_lpv9n_481._singleItem_lpv9n_509 span{background-color:#f9fafc}._ordersActionsWrapper_lpv9n_481._singleItem_lpv9n_509 span:hover{background-color:#e2e8f0}._ordersActionsWrapper_lpv9n_481._singleItem_lpv9n_509 span:hover svg path{stroke:#0f172a}._ordersActionsWrapper_lpv9n_481._singleItem_lpv9n_509 span._deleteAction_lpv9n_487{background-color:#f9fafc}._ordersActionsWrapper_lpv9n_481._singleItem_lpv9n_509 span._deleteAction_lpv9n_487:hover svg path{stroke:#ef4444}._ordersActionsWrapper_lpv9n_481._singleItem_lpv9n_509 span._denyAction_lpv9n_493{background-color:#f9fafc}._ordersActionsWrapper_lpv9n_481._singleItem_lpv9n_509 span._denyAction_lpv9n_493:hover svg path{fill:#ef4444;stroke:#e17a7a}._authButtonsWrapper_tk0rt_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_tk0rt_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_tk0rt_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_tk0rt_23{width:100%;margin-bottom:16px}._fieldWrapper_tk0rt_23:last-child{margin-bottom:0}._fieldLabel_tk0rt_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_tk0rt_36{margin-top:8px;font-size:.75rem}._field_tk0rt_23{width:100%;position:relative}._fieldLabelNew_tk0rt_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_tk0rt_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_tk0rt_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_tk0rt_52[type=password]{font-size:18px}._inputNew_tk0rt_52:focus,._inputNew_tk0rt_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_tk0rt_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_tk0rt_52:disabled::placeholder{color:#cbd5e1}._inputNew_tk0rt_52._error_tk0rt_7{border:1px solid #ef4444}._inputNew_tk0rt_52._error_tk0rt_7:focus,._inputNew_tk0rt_52._error_tk0rt_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_tk0rt_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_tk0rt_90{width:calc(50% - 8px)}._tableNavWrapper_tk0rt_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_tk0rt_109{align-items:center;gap:8px;display:flex}._tableNavItem_tk0rt_115{margin:0}._modalContent_tk0rt_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_tk0rt_119._center_tk0rt_126{text-align:center;font-family:Inter}._modalContent_tk0rt_119._settings_tk0rt_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_tk0rt_119._settingsIntegration_tk0rt_134,._modalContent_tk0rt_119._performanceTestModalContent_tk0rt_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_tk0rt_119._monitoringReportContent_tk0rt_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_tk0rt_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_tk0rt_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_tk0rt_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_tk0rt_159:after,._modalLine_tk0rt_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_tk0rt_159:before{left:-20px}._modalLine_tk0rt_159:after{right:-20px}._infoMessage_tk0rt_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_tk0rt_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_tk0rt_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_tk0rt_197._buttonsAutoWidth_tk0rt_204{justify-content:flex-end}._fullWidthTitle_tk0rt_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_tk0rt_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_tk0rt_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_tk0rt_227{padding:0 16px 15px}}._widgetHeader_tk0rt_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_tk0rt_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_tk0rt_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_tk0rt_263{align-items:center;height:180px;display:flex}._widgetFooter_tk0rt_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_tk0rt_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_tk0rt_276:last-child{border:none}._widgetMainValue_tk0rt_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_tk0rt_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_tk0rt_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_tk0rt_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_tk0rt_312{opacity:.5;cursor:default}._widgetTag_tk0rt_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_tk0rt_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_tk0rt_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_tk0rt_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_tk0rt_338._green_tk0rt_343:before,._chartValuesTitle_tk0rt_338._dark_tk0rt_343:before,._chartValuesTitle_tk0rt_338._blue_tk0rt_343: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_tk0rt_338._green_tk0rt_343:before{background:var(--status-success)}._chartValuesTitle_tk0rt_338._dark_tk0rt_343:before{background:#475569}._chartValuesTitle_tk0rt_338._blue_tk0rt_343:before{background:#43e0f8}._topbar_tk0rt_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_tk0rt_373{display:inline-flex}._logo_tk0rt_373{max-width:110px}._menuWrapper_tk0rt_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_tk0rt_381{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_tk0rt_381._opened_tk0rt_398{display:flex}}._menuItem_tk0rt_403{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_tk0rt_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_tk0rt_403 ._menuIcon_tk0rt_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_tk0rt_403 ._menuIconPerformance_tk0rt_429{fill:none}._menuItem_tk0rt_403 ._menuIconStroke_tk0rt_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_tk0rt_403._active_tk0rt_437,._menuItem_tk0rt_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_tk0rt_403._active_tk0rt_437 ._menuIcon_tk0rt_424:not(._menuIconStroke_tk0rt_432,._menuIconPerformance_tk0rt_429),._menuItem_tk0rt_403:hover ._menuIcon_tk0rt_424:not(._menuIconStroke_tk0rt_432,._menuIconPerformance_tk0rt_429){fill:#52c2fd}._menuItem_tk0rt_403._active_tk0rt_437 ._menuIconPerformance_tk0rt_429 path,._menuItem_tk0rt_403:hover ._menuIconPerformance_tk0rt_429 path{stroke:#59a6fd}._menuItem_tk0rt_403._active_tk0rt_437 ._menuIconStroke_tk0rt_432:not(._menuIcon_tk0rt_424),._menuItem_tk0rt_403:hover ._menuIconStroke_tk0rt_432:not(._menuIcon_tk0rt_424){stroke:#52c2fd}._redDot_tk0rt_451{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_tk0rt_466{justify-content:center;display:flex}._link_tk0rt_471{color:var(--accent);cursor:pointer;text-decoration:underline}._fileWrapper_tk0rt_477{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_tk0rt_491{cursor:grabbing;background-color:#b8f6b8}._inputFile_tk0rt_496{display:none}._labelText_tk0rt_500{text-align:center;width:100%;color:var(--text-muted);font-family:Inter;font-size:.875rem}._labelText_tk0rt_500 span{color:#43e0f8}._icon_tk0rt_511{margin-bottom:16px}._uploadedImage_tk0rt_515{max-width:80%;max-height:100px}._fileNameWrapper_tk0rt_520{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_tk0rt_520{max-width:calc(100% - 30px);padding-left:4px}._clearFile_tk0rt_538{cursor:pointer;position:absolute;right:8px}._authButtonsWrapper_xf3od_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_xf3od_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_xf3od_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_xf3od_23{width:100%;margin-bottom:16px}._fieldWrapper_xf3od_23:last-child{margin-bottom:0}._fieldLabel_xf3od_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_xf3od_36{margin-top:8px;font-size:.75rem}._field_xf3od_23{width:100%;position:relative}._fieldLabelNew_xf3od_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_xf3od_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_xf3od_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_xf3od_52[type=password]{font-size:18px}._inputNew_xf3od_52:focus,._inputNew_xf3od_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_xf3od_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_xf3od_52:disabled::placeholder{color:#cbd5e1}._inputNew_xf3od_52._error_xf3od_7{border:1px solid #ef4444}._inputNew_xf3od_52._error_xf3od_7:focus,._inputNew_xf3od_52._error_xf3od_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_xf3od_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_xf3od_90{width:calc(50% - 8px)}._tableNavWrapper_xf3od_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_xf3od_109{align-items:center;gap:8px;display:flex}._tableNavItem_xf3od_115{margin:0}._modalContent_xf3od_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_xf3od_119._center_xf3od_126{text-align:center;font-family:Inter}._modalContent_xf3od_119._settings_xf3od_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_xf3od_119._settingsIntegration_xf3od_134,._modalContent_xf3od_119._performanceTestModalContent_xf3od_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_xf3od_119._monitoringReportContent_xf3od_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_xf3od_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_xf3od_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_xf3od_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_xf3od_159:after,._modalLine_xf3od_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_xf3od_159:before{left:-20px}._modalLine_xf3od_159:after{right:-20px}._infoMessage_xf3od_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_xf3od_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_xf3od_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_xf3od_197._buttonsAutoWidth_xf3od_204{justify-content:flex-end}._fullWidthTitle_xf3od_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_xf3od_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_xf3od_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_xf3od_227{padding:0 16px 15px}}._widgetHeader_xf3od_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_xf3od_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_xf3od_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_xf3od_263{align-items:center;height:180px;display:flex}._widgetFooter_xf3od_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_xf3od_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_xf3od_276:last-child{border:none}._widgetMainValue_xf3od_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_xf3od_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_xf3od_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_xf3od_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_xf3od_312{opacity:.5;cursor:default}._widgetTag_xf3od_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_xf3od_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_xf3od_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_xf3od_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_xf3od_338._green_xf3od_343:before,._chartValuesTitle_xf3od_338._dark_xf3od_343:before,._chartValuesTitle_xf3od_338._blue_xf3od_343: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_xf3od_338._green_xf3od_343:before{background:var(--status-success)}._chartValuesTitle_xf3od_338._dark_xf3od_343:before{background:#475569}._chartValuesTitle_xf3od_338._blue_xf3od_343:before{background:#43e0f8}._topbar_xf3od_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_xf3od_373{display:inline-flex}._logo_xf3od_373{max-width:110px}._menuWrapper_xf3od_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_xf3od_381{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_xf3od_381._opened_xf3od_398{display:flex}}._menuItem_xf3od_403{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_xf3od_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_xf3od_403 ._menuIcon_xf3od_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_xf3od_403 ._menuIconPerformance_xf3od_429{fill:none}._menuItem_xf3od_403 ._menuIconStroke_xf3od_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_xf3od_403._active_xf3od_437,._menuItem_xf3od_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_xf3od_403._active_xf3od_437 ._menuIcon_xf3od_424:not(._menuIconStroke_xf3od_432,._menuIconPerformance_xf3od_429),._menuItem_xf3od_403:hover ._menuIcon_xf3od_424:not(._menuIconStroke_xf3od_432,._menuIconPerformance_xf3od_429){fill:#52c2fd}._menuItem_xf3od_403._active_xf3od_437 ._menuIconPerformance_xf3od_429 path,._menuItem_xf3od_403:hover ._menuIconPerformance_xf3od_429 path{stroke:#59a6fd}._menuItem_xf3od_403._active_xf3od_437 ._menuIconStroke_xf3od_432:not(._menuIcon_xf3od_424),._menuItem_xf3od_403:hover ._menuIconStroke_xf3od_432:not(._menuIcon_xf3od_424){stroke:#52c2fd}._redDot_xf3od_451{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_xf3od_466{justify-content:center;display:flex}._link_xf3od_471{color:var(--accent);cursor:pointer;text-decoration:underline}._inputWrapper_xf3od_477{margin-bottom:16px;display:flex}._inputWrapper_xf3od_477:last-child{margin-bottom:0}._inputNumber_xf3od_485{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_xf3od_497{flex-shrink:3;margin-bottom:0}._clearButton_xf3od_502{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_5qkpw_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_5qkpw_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_5qkpw_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_5qkpw_23{width:100%;margin-bottom:16px}._fieldWrapper_5qkpw_23:last-child{margin-bottom:0}._fieldLabel_5qkpw_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_5qkpw_36{margin-top:8px;font-size:.75rem}._field_5qkpw_23{width:100%;position:relative}._fieldLabelNew_5qkpw_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_5qkpw_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_5qkpw_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_5qkpw_52[type=password]{font-size:18px}._inputNew_5qkpw_52:focus,._inputNew_5qkpw_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_5qkpw_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_5qkpw_52:disabled::placeholder{color:#cbd5e1}._inputNew_5qkpw_52._error_5qkpw_7{border:1px solid #ef4444}._inputNew_5qkpw_52._error_5qkpw_7:focus,._inputNew_5qkpw_52._error_5qkpw_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_5qkpw_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_5qkpw_90{width:calc(50% - 8px)}._tableNavWrapper_5qkpw_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_5qkpw_109{align-items:center;gap:8px;display:flex}._tableNavItem_5qkpw_115{margin:0}._modalContent_5qkpw_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_5qkpw_119._center_5qkpw_126{text-align:center;font-family:Inter}._modalContent_5qkpw_119._settings_5qkpw_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_5qkpw_119._settingsIntegration_5qkpw_134,._modalContent_5qkpw_119._performanceTestModalContent_5qkpw_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_5qkpw_119._monitoringReportContent_5qkpw_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_5qkpw_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_5qkpw_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_5qkpw_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_5qkpw_159:after,._modalLine_5qkpw_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_5qkpw_159:before{left:-20px}._modalLine_5qkpw_159:after{right:-20px}._infoMessage_5qkpw_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_5qkpw_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_5qkpw_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_5qkpw_197._buttonsAutoWidth_5qkpw_204{justify-content:flex-end}._fullWidthTitle_5qkpw_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_5qkpw_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_5qkpw_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_5qkpw_227{padding:0 16px 15px}}._widgetHeader_5qkpw_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_5qkpw_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_5qkpw_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_5qkpw_263{align-items:center;height:180px;display:flex}._widgetFooter_5qkpw_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_5qkpw_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_5qkpw_276:last-child{border:none}._widgetMainValue_5qkpw_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_5qkpw_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_5qkpw_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_5qkpw_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_5qkpw_312{opacity:.5;cursor:default}._widgetTag_5qkpw_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_5qkpw_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_5qkpw_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_5qkpw_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_5qkpw_338._green_5qkpw_343:before,._chartValuesTitle_5qkpw_338._dark_5qkpw_343:before,._chartValuesTitle_5qkpw_338._blue_5qkpw_343: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_5qkpw_338._green_5qkpw_343:before{background:var(--status-success)}._chartValuesTitle_5qkpw_338._dark_5qkpw_343:before{background:#475569}._chartValuesTitle_5qkpw_338._blue_5qkpw_343:before{background:#43e0f8}._topbar_5qkpw_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_5qkpw_373{display:inline-flex}._logo_5qkpw_373{max-width:110px}._menuWrapper_5qkpw_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_5qkpw_381{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_5qkpw_381._opened_5qkpw_398{display:flex}}._menuItem_5qkpw_403{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_5qkpw_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_5qkpw_403 ._menuIcon_5qkpw_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_5qkpw_403 ._menuIconPerformance_5qkpw_429{fill:none}._menuItem_5qkpw_403 ._menuIconStroke_5qkpw_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_5qkpw_403._active_5qkpw_437,._menuItem_5qkpw_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_5qkpw_403._active_5qkpw_437 ._menuIcon_5qkpw_424:not(._menuIconStroke_5qkpw_432,._menuIconPerformance_5qkpw_429),._menuItem_5qkpw_403:hover ._menuIcon_5qkpw_424:not(._menuIconStroke_5qkpw_432,._menuIconPerformance_5qkpw_429){fill:#52c2fd}._menuItem_5qkpw_403._active_5qkpw_437 ._menuIconPerformance_5qkpw_429 path,._menuItem_5qkpw_403:hover ._menuIconPerformance_5qkpw_429 path{stroke:#59a6fd}._menuItem_5qkpw_403._active_5qkpw_437 ._menuIconStroke_5qkpw_432:not(._menuIcon_5qkpw_424),._menuItem_5qkpw_403:hover ._menuIconStroke_5qkpw_432:not(._menuIcon_5qkpw_424){stroke:#52c2fd}._redDot_5qkpw_451{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_5qkpw_466{justify-content:center;display:flex}._link_5qkpw_471{color:var(--accent);cursor:pointer;text-decoration:underline}._dataWrapper_5qkpw_477{margin-bottom:16px;display:flex}._dataItem_5qkpw_482{width:50%}._dataItemTitle_5qkpw_486{color:var(--text-muted);margin-bottom:8px;font-size:.875rem}._dataItemText_5qkpw_492{font-weight:500}._line_5qkpw_496{background:#e2e8f0;width:100%;height:1px;margin-bottom:16px}._inputFileWrapper_5qkpw_503{margin-bottom:16px;position:relative}._spinnerWrapper_5qkpw_508{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._errorMessageFullWith_5qkpw_515{max-width:100%}._authButtonsWrapper_1v51p_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1v51p_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1v51p_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_1v51p_23{width:100%;margin-bottom:16px}._fieldWrapper_1v51p_23:last-child{margin-bottom:0}._fieldLabel_1v51p_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1v51p_36{margin-top:8px;font-size:.75rem}._field_1v51p_23{width:100%;position:relative}._fieldLabelNew_1v51p_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1v51p_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_1v51p_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1v51p_52[type=password]{font-size:18px}._inputNew_1v51p_52:focus,._inputNew_1v51p_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1v51p_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1v51p_52:disabled::placeholder{color:#cbd5e1}._inputNew_1v51p_52._error_1v51p_7{border:1px solid #ef4444}._inputNew_1v51p_52._error_1v51p_7:focus,._inputNew_1v51p_52._error_1v51p_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1v51p_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1v51p_90{width:calc(50% - 8px)}._tableNavWrapper_1v51p_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1v51p_109{align-items:center;gap:8px;display:flex}._tableNavItem_1v51p_115{margin:0}._modalContent_1v51p_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1v51p_119._center_1v51p_126{text-align:center;font-family:Inter}._modalContent_1v51p_119._settings_1v51p_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1v51p_119._settingsIntegration_1v51p_134,._modalContent_1v51p_119._performanceTestModalContent_1v51p_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1v51p_119._monitoringReportContent_1v51p_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1v51p_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1v51p_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1v51p_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1v51p_159:after,._modalLine_1v51p_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1v51p_159:before{left:-20px}._modalLine_1v51p_159:after{right:-20px}._infoMessage_1v51p_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1v51p_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_1v51p_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1v51p_197._buttonsAutoWidth_1v51p_204{justify-content:flex-end}._fullWidthTitle_1v51p_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_1v51p_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1v51p_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1v51p_227{padding:0 16px 15px}}._widgetHeader_1v51p_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1v51p_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1v51p_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_1v51p_263{align-items:center;height:180px;display:flex}._widgetFooter_1v51p_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1v51p_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1v51p_276:last-child{border:none}._widgetMainValue_1v51p_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1v51p_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1v51p_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_1v51p_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1v51p_312{opacity:.5;cursor:default}._widgetTag_1v51p_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1v51p_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1v51p_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1v51p_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1v51p_338._green_1v51p_343:before,._chartValuesTitle_1v51p_338._dark_1v51p_343:before,._chartValuesTitle_1v51p_338._blue_1v51p_343: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_1v51p_338._green_1v51p_343:before{background:var(--status-success)}._chartValuesTitle_1v51p_338._dark_1v51p_343:before{background:#475569}._chartValuesTitle_1v51p_338._blue_1v51p_343:before{background:#43e0f8}._topbar_1v51p_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1v51p_373{display:inline-flex}._logo_1v51p_373{max-width:110px}._menuWrapper_1v51p_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_1v51p_381{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_1v51p_381._opened_1v51p_398{display:flex}}._menuItem_1v51p_403{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_1v51p_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_1v51p_403 ._menuIcon_1v51p_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1v51p_403 ._menuIconPerformance_1v51p_429{fill:none}._menuItem_1v51p_403 ._menuIconStroke_1v51p_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1v51p_403._active_1v51p_437,._menuItem_1v51p_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1v51p_403._active_1v51p_437 ._menuIcon_1v51p_424:not(._menuIconStroke_1v51p_432,._menuIconPerformance_1v51p_429),._menuItem_1v51p_403:hover ._menuIcon_1v51p_424:not(._menuIconStroke_1v51p_432,._menuIconPerformance_1v51p_429){fill:#52c2fd}._menuItem_1v51p_403._active_1v51p_437 ._menuIconPerformance_1v51p_429 path,._menuItem_1v51p_403:hover ._menuIconPerformance_1v51p_429 path{stroke:#59a6fd}._menuItem_1v51p_403._active_1v51p_437 ._menuIconStroke_1v51p_432:not(._menuIcon_1v51p_424),._menuItem_1v51p_403:hover ._menuIconStroke_1v51p_432:not(._menuIcon_1v51p_424){stroke:#52c2fd}._redDot_1v51p_451{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_1v51p_466{justify-content:center;display:flex}._link_1v51p_471{color:var(--accent);cursor:pointer;text-decoration:underline}._valueNote_1v51p_477{color:var(--text-muted);font-size:12px;font-weight:400}._devicesWrapper_1v51p_483{width:100%;max-width:100%;min-height:240px;margin-bottom:16px}._valueNote_1v51p_477{color:var(--text-muted);align-items:center;font-size:.75rem;display:inline-flex}._valueNote_1v51p_477:before{content:"";border-radius:50%;width:12px;height:12px;margin-right:4px;display:inline-flex}._valueNote_1v51p_477._green_1v51p_343:before{background-color:#4ade80}._valueNote_1v51p_477._yellow_1v51p_507:before{background-color:#fde047}._valueNote_1v51p_477._red_1v51p_451:before{background-color:var(--status-danger)}._valueNote_1v51p_477._turquoise_1v51p_513:before{background-color:#43e0f8}._valueNote_1v51p_477._purple_1v51p_516:before{background-color:#a855f7}._barChartContainer_1v51p_520{padding:0 60px}@media only screen and (width<=1024px){._barChartContainer_1v51p_520{padding-left:0;padding-right:0}}._devicesFooter_1v51p_530{margin-top:16px}._versionTag_1v51p_534{color:var(--text-primary);gap:4px;padding:-20px;font-size:16px;font-weight:500;display:inline-flex}._versionNote_1v51p_543{color:var(--text-muted);font-size:14px;line-height:20px}._authButtonsWrapper_afpid_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_afpid_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_afpid_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_afpid_23{width:100%;margin-bottom:16px}._fieldWrapper_afpid_23:last-child{margin-bottom:0}._fieldLabel_afpid_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_afpid_36{margin-top:8px;font-size:.75rem}._field_afpid_23{width:100%;position:relative}._fieldLabelNew_afpid_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_afpid_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_afpid_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_afpid_52[type=password]{font-size:18px}._inputNew_afpid_52:focus,._inputNew_afpid_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_afpid_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_afpid_52:disabled::placeholder{color:#cbd5e1}._inputNew_afpid_52._error_afpid_7{border:1px solid #ef4444}._inputNew_afpid_52._error_afpid_7:focus,._inputNew_afpid_52._error_afpid_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_afpid_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_afpid_90{width:calc(50% - 8px)}._tableNavWrapper_afpid_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_afpid_109{align-items:center;gap:8px;display:flex}._tableNavItem_afpid_115{margin:0}._modalContent_afpid_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_afpid_119._center_afpid_126{text-align:center;font-family:Inter}._modalContent_afpid_119._settings_afpid_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_afpid_119._settingsIntegration_afpid_134,._modalContent_afpid_119._performanceTestModalContent_afpid_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_afpid_119._monitoringReportContent_afpid_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_afpid_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_afpid_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_afpid_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_afpid_159:after,._modalLine_afpid_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_afpid_159:before{left:-20px}._modalLine_afpid_159:after{right:-20px}._infoMessage_afpid_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_afpid_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_afpid_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_afpid_197._buttonsAutoWidth_afpid_204{justify-content:flex-end}._fullWidthTitle_afpid_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_afpid_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_afpid_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_afpid_227{padding:0 16px 15px}}._widgetHeader_afpid_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_afpid_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_afpid_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_afpid_263{align-items:center;height:180px;display:flex}._widgetFooter_afpid_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_afpid_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_afpid_276:last-child{border:none}._widgetMainValue_afpid_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_afpid_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_afpid_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_afpid_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_afpid_312{opacity:.5;cursor:default}._widgetTag_afpid_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_afpid_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_afpid_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_afpid_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_afpid_338._green_afpid_343:before,._chartValuesTitle_afpid_338._dark_afpid_343:before,._chartValuesTitle_afpid_338._blue_afpid_343: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_afpid_338._green_afpid_343:before{background:var(--status-success)}._chartValuesTitle_afpid_338._dark_afpid_343:before{background:#475569}._chartValuesTitle_afpid_338._blue_afpid_343:before{background:#43e0f8}._topbar_afpid_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_afpid_373{display:inline-flex}._logo_afpid_373{max-width:110px}._menuWrapper_afpid_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_afpid_381{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_afpid_381._opened_afpid_398{display:flex}}._menuItem_afpid_403{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_afpid_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_afpid_403 ._menuIcon_afpid_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_afpid_403 ._menuIconPerformance_afpid_429{fill:none}._menuItem_afpid_403 ._menuIconStroke_afpid_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_afpid_403._active_afpid_437,._menuItem_afpid_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_afpid_403._active_afpid_437 ._menuIcon_afpid_424:not(._menuIconStroke_afpid_432,._menuIconPerformance_afpid_429),._menuItem_afpid_403:hover ._menuIcon_afpid_424:not(._menuIconStroke_afpid_432,._menuIconPerformance_afpid_429){fill:#52c2fd}._menuItem_afpid_403._active_afpid_437 ._menuIconPerformance_afpid_429 path,._menuItem_afpid_403:hover ._menuIconPerformance_afpid_429 path{stroke:#59a6fd}._menuItem_afpid_403._active_afpid_437 ._menuIconStroke_afpid_432:not(._menuIcon_afpid_424),._menuItem_afpid_403:hover ._menuIconStroke_afpid_432:not(._menuIcon_afpid_424){stroke:#52c2fd}._redDot_afpid_451{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_afpid_466{justify-content:center;display:flex}._link_afpid_471{color:var(--accent);cursor:pointer;text-decoration:underline}._tagButton_afpid_477{border:1px solid var(--border-strong);background:var(--surface-3);color:#cbd5e1;cursor:pointer;border-radius:20px;align-items:center;height:20px;margin-left:4px;padding:0 8px;font-size:.75rem;font-weight:500;line-height:1;display:inline-flex}._tagButton_afpid_477._yellow_afpid_492{border-color:var(--status-warning);color:var(--status-warning-text);background:var(--status-warning-subtle)}._tagButton_afpid_477._red_afpid_451{border-color:var(--status-danger);color:var(--status-danger-text);background:var(--status-danger-subtle)}._tagButton_afpid_477._disabled_afpid_312{cursor:default;pointer-events:none;opacity:.5}._authButtonsWrapper_p6xzg_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_p6xzg_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_p6xzg_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_p6xzg_23{width:100%;margin-bottom:16px}._fieldWrapper_p6xzg_23:last-child{margin-bottom:0}._fieldLabel_p6xzg_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_p6xzg_36{margin-top:8px;font-size:.75rem}._field_p6xzg_23{width:100%;position:relative}._fieldLabelNew_p6xzg_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_p6xzg_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_p6xzg_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_p6xzg_52[type=password]{font-size:18px}._inputNew_p6xzg_52:focus,._inputNew_p6xzg_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_p6xzg_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_p6xzg_52:disabled::placeholder{color:#cbd5e1}._inputNew_p6xzg_52._error_p6xzg_7{border:1px solid #ef4444}._inputNew_p6xzg_52._error_p6xzg_7:focus,._inputNew_p6xzg_52._error_p6xzg_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_p6xzg_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_p6xzg_90{width:calc(50% - 8px)}._tableNavWrapper_p6xzg_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_p6xzg_109{align-items:center;gap:8px;display:flex}._tableNavItem_p6xzg_115{margin:0}._modalContent_p6xzg_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_p6xzg_119._center_p6xzg_126{text-align:center;font-family:Inter}._modalContent_p6xzg_119._settings_p6xzg_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_p6xzg_119._settingsIntegration_p6xzg_134,._modalContent_p6xzg_119._performanceTestModalContent_p6xzg_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_p6xzg_119._monitoringReportContent_p6xzg_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_p6xzg_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_p6xzg_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_p6xzg_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_p6xzg_159:after,._modalLine_p6xzg_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_p6xzg_159:before{left:-20px}._modalLine_p6xzg_159:after{right:-20px}._infoMessage_p6xzg_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_p6xzg_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_p6xzg_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_p6xzg_197._buttonsAutoWidth_p6xzg_204{justify-content:flex-end}._fullWidthTitle_p6xzg_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_p6xzg_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_p6xzg_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_p6xzg_227{padding:0 16px 15px}}._widgetHeader_p6xzg_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_p6xzg_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_p6xzg_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_p6xzg_263{align-items:center;height:180px;display:flex}._widgetFooter_p6xzg_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_p6xzg_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_p6xzg_276:last-child{border:none}._widgetMainValue_p6xzg_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_p6xzg_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_p6xzg_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_p6xzg_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_p6xzg_312{opacity:.5;cursor:default}._widgetTag_p6xzg_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_p6xzg_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_p6xzg_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_p6xzg_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_p6xzg_338._green_p6xzg_343:before,._chartValuesTitle_p6xzg_338._dark_p6xzg_343:before,._chartValuesTitle_p6xzg_338._blue_p6xzg_343: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_p6xzg_338._green_p6xzg_343:before{background:var(--status-success)}._chartValuesTitle_p6xzg_338._dark_p6xzg_343:before{background:#475569}._chartValuesTitle_p6xzg_338._blue_p6xzg_343:before{background:#43e0f8}._topbar_p6xzg_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_p6xzg_373{display:inline-flex}._logo_p6xzg_373{max-width:110px}._menuWrapper_p6xzg_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_p6xzg_381{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_p6xzg_381._opened_p6xzg_398{display:flex}}._menuItem_p6xzg_403{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_p6xzg_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_p6xzg_403 ._menuIcon_p6xzg_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_p6xzg_403 ._menuIconPerformance_p6xzg_429{fill:none}._menuItem_p6xzg_403 ._menuIconStroke_p6xzg_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_p6xzg_403._active_p6xzg_437,._menuItem_p6xzg_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_p6xzg_403._active_p6xzg_437 ._menuIcon_p6xzg_424:not(._menuIconStroke_p6xzg_432,._menuIconPerformance_p6xzg_429),._menuItem_p6xzg_403:hover ._menuIcon_p6xzg_424:not(._menuIconStroke_p6xzg_432,._menuIconPerformance_p6xzg_429){fill:#52c2fd}._menuItem_p6xzg_403._active_p6xzg_437 ._menuIconPerformance_p6xzg_429 path,._menuItem_p6xzg_403:hover ._menuIconPerformance_p6xzg_429 path{stroke:#59a6fd}._menuItem_p6xzg_403._active_p6xzg_437 ._menuIconStroke_p6xzg_432:not(._menuIcon_p6xzg_424),._menuItem_p6xzg_403:hover ._menuIconStroke_p6xzg_432:not(._menuIcon_p6xzg_424){stroke:#52c2fd}._redDot_p6xzg_451{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_p6xzg_466{justify-content:center;display:flex}._link_p6xzg_471{color:var(--accent);cursor:pointer;text-decoration:underline}._dataWrapper_p6xzg_477{margin-bottom:16px;display:flex}._dataItem_p6xzg_482{width:50%}._dataItemTitle_p6xzg_486{color:var(--text-muted);margin-bottom:8px;font-size:.875rem}._dataItemText_p6xzg_492{font-weight:500}._devicesInfo_p6xzg_496{background:var(--surface-2);border-radius:12px}._devicesInfoItem_p6xzg_501{padding:12px 16px}._line_p6xzg_505{background:#e2e8f0;width:100%;height:1px;margin-bottom:16px}._inputFileWrapper_p6xzg_512{margin-bottom:16px;position:relative}._spinnerWrapper_p6xzg_517{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._errorMessageFullWith_p6xzg_524{max-width:100%}._exportButtonFirst_p6xzg_528 :last-child{order:-1;margin-right:auto;margin-left:0!important}._authButtonsWrapper_jay29_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_jay29_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_jay29_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_jay29_23{width:100%;margin-bottom:16px}._fieldWrapper_jay29_23:last-child{margin-bottom:0}._fieldLabel_jay29_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_jay29_36{margin-top:8px;font-size:.75rem}._field_jay29_23{width:100%;position:relative}._fieldLabelNew_jay29_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_jay29_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_jay29_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_jay29_52[type=password]{font-size:18px}._inputNew_jay29_52:focus,._inputNew_jay29_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_jay29_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_jay29_52:disabled::placeholder{color:#cbd5e1}._inputNew_jay29_52._error_jay29_7{border:1px solid #ef4444}._inputNew_jay29_52._error_jay29_7:focus,._inputNew_jay29_52._error_jay29_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_jay29_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_jay29_90{width:calc(50% - 8px)}._tableNavWrapper_jay29_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_jay29_109{align-items:center;gap:8px;display:flex}._tableNavItem_jay29_115{margin:0}._modalContent_jay29_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_jay29_119._center_jay29_126{text-align:center;font-family:Inter}._modalContent_jay29_119._settings_jay29_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_jay29_119._settingsIntegration_jay29_134,._modalContent_jay29_119._performanceTestModalContent_jay29_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_jay29_119._monitoringReportContent_jay29_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_jay29_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_jay29_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_jay29_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_jay29_159:after,._modalLine_jay29_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_jay29_159:before{left:-20px}._modalLine_jay29_159:after{right:-20px}._infoMessage_jay29_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_jay29_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_jay29_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_jay29_197._buttonsAutoWidth_jay29_204{justify-content:flex-end}._fullWidthTitle_jay29_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_jay29_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_jay29_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_jay29_227{padding:0 16px 15px}}._widgetHeader_jay29_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_jay29_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_jay29_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_jay29_263{align-items:center;height:180px;display:flex}._widgetFooter_jay29_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_jay29_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_jay29_276:last-child{border:none}._widgetMainValue_jay29_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_jay29_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_jay29_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_jay29_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_jay29_312{opacity:.5;cursor:default}._widgetTag_jay29_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_jay29_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_jay29_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_jay29_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_jay29_338._green_jay29_343:before,._chartValuesTitle_jay29_338._dark_jay29_343:before,._chartValuesTitle_jay29_338._blue_jay29_343: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_jay29_338._green_jay29_343:before{background:var(--status-success)}._chartValuesTitle_jay29_338._dark_jay29_343:before{background:#475569}._chartValuesTitle_jay29_338._blue_jay29_343:before{background:#43e0f8}._topbar_jay29_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_jay29_373{display:inline-flex}._logo_jay29_373{max-width:110px}._menuWrapper_jay29_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_jay29_381{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_jay29_381._opened_jay29_398{display:flex}}._menuItem_jay29_403{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_jay29_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_jay29_403 ._menuIcon_jay29_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_jay29_403 ._menuIconPerformance_jay29_429{fill:none}._menuItem_jay29_403 ._menuIconStroke_jay29_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_jay29_403._active_jay29_437,._menuItem_jay29_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_jay29_403._active_jay29_437 ._menuIcon_jay29_424:not(._menuIconStroke_jay29_432,._menuIconPerformance_jay29_429),._menuItem_jay29_403:hover ._menuIcon_jay29_424:not(._menuIconStroke_jay29_432,._menuIconPerformance_jay29_429){fill:#52c2fd}._menuItem_jay29_403._active_jay29_437 ._menuIconPerformance_jay29_429 path,._menuItem_jay29_403:hover ._menuIconPerformance_jay29_429 path{stroke:#59a6fd}._menuItem_jay29_403._active_jay29_437 ._menuIconStroke_jay29_432:not(._menuIcon_jay29_424),._menuItem_jay29_403:hover ._menuIconStroke_jay29_432:not(._menuIcon_jay29_424){stroke:#52c2fd}._redDot_jay29_451{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_jay29_466{justify-content:center;display:flex}._link_jay29_471{color:var(--accent);cursor:pointer;text-decoration:underline}@media only screen and (width<=1024px){._widgetWrapper_jay29_227{max-width:100%}}._chartWrapper_jay29_483{justify-content:flex-end;display:flex}@media only screen and (width<=1024px){._chartWrapper_jay29_483{max-width:450px;margin:0 auto;position:relative}}._chart_jay29_330{position:absolute;top:16px;left:0}@media only screen and (width<=1024px){._chart_jay29_330{top:0}}._widgetMainValue_jay29_285{width:210px;position:absolute;bottom:63px;left:0}._chartNotesWrapper_jay29_513{padding-top:10px}._chartNote_jay29_513{color:var(--text-muted);width:100%;font-size:12px;font-weight:400}._chartNote_jay29_513:before{content:"";border-radius:50%;width:12px;height:12px;margin-right:4px;display:inline-flex;position:relative;top:2px}._chartNote_jay29_513._green_jay29_343:before{background:var(--status-success)}._chartNote_jay29_513._yellow_jay29_536:before{background:#fcd34d}._chartNote_jay29_513._purple_jay29_539:before{background:var(--text-link)}._chartNoteValue_jay29_543{color:var(--text-primary);padding-left:4px;font-size:.875rem;font-weight:500}._chartNoteLine_jay29_550{background:var(--surface-3);width:110px;height:1px;margin:25px 0;display:block}._authButtonsWrapper_17jhw_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_17jhw_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_17jhw_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_17jhw_23{width:100%;margin-bottom:16px}._fieldWrapper_17jhw_23:last-child{margin-bottom:0}._fieldLabel_17jhw_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_17jhw_36{margin-top:8px;font-size:.75rem}._field_17jhw_23{width:100%;position:relative}._fieldLabelNew_17jhw_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_17jhw_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_17jhw_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_17jhw_52[type=password]{font-size:18px}._inputNew_17jhw_52:focus,._inputNew_17jhw_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_17jhw_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_17jhw_52:disabled::placeholder{color:#cbd5e1}._inputNew_17jhw_52._error_17jhw_7{border:1px solid #ef4444}._inputNew_17jhw_52._error_17jhw_7:focus,._inputNew_17jhw_52._error_17jhw_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_17jhw_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_17jhw_90{width:calc(50% - 8px)}._tableNavWrapper_17jhw_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_17jhw_109{align-items:center;gap:8px;display:flex}._tableNavItem_17jhw_115{margin:0}._modalContent_17jhw_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_17jhw_119._center_17jhw_126{text-align:center;font-family:Inter}._modalContent_17jhw_119._settings_17jhw_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_17jhw_119._settingsIntegration_17jhw_134,._modalContent_17jhw_119._performanceTestModalContent_17jhw_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_17jhw_119._monitoringReportContent_17jhw_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_17jhw_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_17jhw_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_17jhw_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_17jhw_159:after,._modalLine_17jhw_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_17jhw_159:before{left:-20px}._modalLine_17jhw_159:after{right:-20px}._infoMessage_17jhw_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_17jhw_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_17jhw_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_17jhw_197._buttonsAutoWidth_17jhw_204{justify-content:flex-end}._fullWidthTitle_17jhw_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_17jhw_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_17jhw_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_17jhw_227{padding:0 16px 15px}}._widgetHeader_17jhw_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_17jhw_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_17jhw_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_17jhw_263{align-items:center;height:180px;display:flex}._widgetFooter_17jhw_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_17jhw_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_17jhw_276:last-child{border:none}._widgetMainValue_17jhw_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_17jhw_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_17jhw_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_17jhw_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_17jhw_312{opacity:.5;cursor:default}._widgetTag_17jhw_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_17jhw_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_17jhw_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_17jhw_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_17jhw_338._green_17jhw_343:before,._chartValuesTitle_17jhw_338._dark_17jhw_343:before,._chartValuesTitle_17jhw_338._blue_17jhw_343: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_17jhw_338._green_17jhw_343:before{background:var(--status-success)}._chartValuesTitle_17jhw_338._dark_17jhw_343:before{background:#475569}._chartValuesTitle_17jhw_338._blue_17jhw_343:before{background:#43e0f8}._topbar_17jhw_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_17jhw_373{display:inline-flex}._logo_17jhw_373{max-width:110px}._menuWrapper_17jhw_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_17jhw_381{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_17jhw_381._opened_17jhw_398{display:flex}}._menuItem_17jhw_403{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_17jhw_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_17jhw_403 ._menuIcon_17jhw_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_17jhw_403 ._menuIconPerformance_17jhw_429{fill:none}._menuItem_17jhw_403 ._menuIconStroke_17jhw_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_17jhw_403._active_17jhw_437,._menuItem_17jhw_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_17jhw_403._active_17jhw_437 ._menuIcon_17jhw_424:not(._menuIconStroke_17jhw_432,._menuIconPerformance_17jhw_429),._menuItem_17jhw_403:hover ._menuIcon_17jhw_424:not(._menuIconStroke_17jhw_432,._menuIconPerformance_17jhw_429){fill:#52c2fd}._menuItem_17jhw_403._active_17jhw_437 ._menuIconPerformance_17jhw_429 path,._menuItem_17jhw_403:hover ._menuIconPerformance_17jhw_429 path{stroke:#59a6fd}._menuItem_17jhw_403._active_17jhw_437 ._menuIconStroke_17jhw_432:not(._menuIcon_17jhw_424),._menuItem_17jhw_403:hover ._menuIconStroke_17jhw_432:not(._menuIcon_17jhw_424){stroke:#52c2fd}._redDot_17jhw_451{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_17jhw_466{justify-content:center;display:flex}._link_17jhw_471{color:var(--accent);cursor:pointer;text-decoration:underline}@media only screen and (width<=1024px){._widgetWrapper_17jhw_227{max-width:100%}}._text_17jhw_483{color:var(--text-muted);font-family:Inter;font-size:.75rem}._mainValue_17jhw_489{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_17jhw_500{color:var(--text-muted);font-size:.75rem;font-weight:400}._dot_17jhw_506{align-items:center;display:inline-flex}._dot_17jhw_506:before{content:"";border-radius:50%;width:12px;height:12px;margin-right:4px;display:inline-flex}._availableV1_17jhw_519:before{background-color:var(--text-link)}._availableV2_17jhw_523:before{background-color:var(--status-info)}._packedV1_17jhw_527:before{background-color:#93c5fd}._packedV2_17jhw_531:before{background-color:var(--status-info-subtle)}._authButtonsWrapper_65hwl_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_65hwl_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_65hwl_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_65hwl_23{width:100%;margin-bottom:16px}._fieldWrapper_65hwl_23:last-child{margin-bottom:0}._fieldLabel_65hwl_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_65hwl_36{margin-top:8px;font-size:.75rem}._field_65hwl_23{width:100%;position:relative}._fieldLabelNew_65hwl_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_65hwl_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_65hwl_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_65hwl_52[type=password]{font-size:18px}._inputNew_65hwl_52:focus,._inputNew_65hwl_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_65hwl_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_65hwl_52:disabled::placeholder{color:#cbd5e1}._inputNew_65hwl_52._error_65hwl_7{border:1px solid #ef4444}._inputNew_65hwl_52._error_65hwl_7:focus,._inputNew_65hwl_52._error_65hwl_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_65hwl_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_65hwl_90{width:calc(50% - 8px)}._tableNavWrapper_65hwl_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_65hwl_109{align-items:center;gap:8px;display:flex}._tableNavItem_65hwl_115{margin:0}._modalContent_65hwl_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_65hwl_119._center_65hwl_126{text-align:center;font-family:Inter}._modalContent_65hwl_119._settings_65hwl_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_65hwl_119._settingsIntegration_65hwl_134,._modalContent_65hwl_119._performanceTestModalContent_65hwl_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_65hwl_119._monitoringReportContent_65hwl_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_65hwl_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_65hwl_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_65hwl_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_65hwl_159:after,._modalLine_65hwl_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_65hwl_159:before{left:-20px}._modalLine_65hwl_159:after{right:-20px}._infoMessage_65hwl_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_65hwl_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_65hwl_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_65hwl_197._buttonsAutoWidth_65hwl_204{justify-content:flex-end}._fullWidthTitle_65hwl_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_65hwl_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_65hwl_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_65hwl_227{padding:0 16px 15px}}._widgetHeader_65hwl_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_65hwl_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_65hwl_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_65hwl_263{align-items:center;height:180px;display:flex}._widgetFooter_65hwl_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_65hwl_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_65hwl_276:last-child{border:none}._widgetMainValue_65hwl_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_65hwl_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_65hwl_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_65hwl_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_65hwl_312{opacity:.5;cursor:default}._widgetTag_65hwl_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_65hwl_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_65hwl_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_65hwl_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_65hwl_338._green_65hwl_343:before,._chartValuesTitle_65hwl_338._dark_65hwl_343:before,._chartValuesTitle_65hwl_338._blue_65hwl_343: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_65hwl_338._green_65hwl_343:before{background:var(--status-success)}._chartValuesTitle_65hwl_338._dark_65hwl_343:before{background:#475569}._chartValuesTitle_65hwl_338._blue_65hwl_343:before{background:#43e0f8}._topbar_65hwl_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_65hwl_373{display:inline-flex}._logo_65hwl_373{max-width:110px}._menuWrapper_65hwl_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_65hwl_381{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_65hwl_381._opened_65hwl_398{display:flex}}._menuItem_65hwl_403{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_65hwl_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_65hwl_403 ._menuIcon_65hwl_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_65hwl_403 ._menuIconPerformance_65hwl_429{fill:none}._menuItem_65hwl_403 ._menuIconStroke_65hwl_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_65hwl_403._active_65hwl_437,._menuItem_65hwl_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_65hwl_403._active_65hwl_437 ._menuIcon_65hwl_424:not(._menuIconStroke_65hwl_432,._menuIconPerformance_65hwl_429),._menuItem_65hwl_403:hover ._menuIcon_65hwl_424:not(._menuIconStroke_65hwl_432,._menuIconPerformance_65hwl_429){fill:#52c2fd}._menuItem_65hwl_403._active_65hwl_437 ._menuIconPerformance_65hwl_429 path,._menuItem_65hwl_403:hover ._menuIconPerformance_65hwl_429 path{stroke:#59a6fd}._menuItem_65hwl_403._active_65hwl_437 ._menuIconStroke_65hwl_432:not(._menuIcon_65hwl_424),._menuItem_65hwl_403:hover ._menuIconStroke_65hwl_432:not(._menuIcon_65hwl_424){stroke:#52c2fd}._redDot_65hwl_451{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_65hwl_466{justify-content:center;display:flex}._link_65hwl_471{color:var(--accent);cursor:pointer;text-decoration:underline}._statusContainer_65hwl_477{flex-wrap:wrap;align-items:center;gap:8px;display:flex}._orderStatus_65hwl_484{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_65hwl_484:before{display:none}._orderStatus_65hwl_484._packed_65hwl_498{background:var(--status-warning-subtle);color:#78350f;border-color:var(--status-warning-text)}._orderStatus_65hwl_484._confirmed_65hwl_503{background:var(--status-success-subtle);color:#14532d;border-color:var(--status-success-text)}._orderStatus_65hwl_484._shipping_65hwl_508{background:var(--status-info-subtle);color:#264af8;border-color:var(--text-link)}._authButtonsWrapper_1wuvz_1{justify-content:space-between;margin-top:24px;display:flex}._errorMessage_1wuvz_7{color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._errorMessage_1wuvz_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_1wuvz_23{width:100%;margin-bottom:16px}._fieldWrapper_1wuvz_23:last-child{margin-bottom:0}._fieldLabel_1wuvz_31{margin-bottom:8px;font-size:.75rem}._fieldLabelBottom_1wuvz_36{margin-top:8px;font-size:.75rem}._field_1wuvz_23{width:100%;position:relative}._fieldLabelNew_1wuvz_46{margin-bottom:5px;font-family:Inter;font-size:.875rem}._inputNew_1wuvz_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_1wuvz_52::placeholder{color:var(--text-disabled);font-family:Inter;font-size:.875rem}._inputNew_1wuvz_52[type=password]{font-size:18px}._inputNew_1wuvz_52:focus,._inputNew_1wuvz_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1wuvz_52:disabled{box-shadow:none;background:var(--surface-3);border:none}._inputNew_1wuvz_52:disabled::placeholder{color:#cbd5e1}._inputNew_1wuvz_52._error_1wuvz_7{border:1px solid #ef4444}._inputNew_1wuvz_52._error_1wuvz_7:focus,._inputNew_1wuvz_52._error_1wuvz_7:active{box-shadow:none;border-color:#ef4444}._formCellsWrapper_1wuvz_90{justify-content:space-between;margin-bottom:16px;display:flex}._formCell_1wuvz_90{width:calc(50% - 8px)}._tableNavWrapper_1wuvz_100{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:6px;margin-bottom:12px;display:flex}._tableNavButtonsWrapper_1wuvz_109{align-items:center;gap:8px;display:flex}._tableNavItem_1wuvz_115{margin:0}._modalContent_1wuvz_119{max-height:calc(90vh - 145px);max-height:calc(var(--vh,1vh) * 90 - 145px);padding:20px;overflow:hidden auto}._modalContent_1wuvz_119._center_1wuvz_126{text-align:center;font-family:Inter}._modalContent_1wuvz_119._settings_1wuvz_130{max-height:calc(90vh - 205px);max-height:calc(var(--vh,1vh) * 90 - 205px)}._modalContent_1wuvz_119._settingsIntegration_1wuvz_134,._modalContent_1wuvz_119._performanceTestModalContent_1wuvz_138{max-height:calc(90vh - 170px);max-height:calc(var(--vh,1vh) * 90 - 170px)}._modalContent_1wuvz_119._monitoringReportContent_1wuvz_142{max-height:calc(100vh - 100px);max-height:calc(var(--vh,1vh) * 100 - 100px)}._modalTitle_1wuvz_147{margin:16px 0 4px;font-size:1.125rem;font-weight:500}._modalMessage_1wuvz_153{color:var(--text-secondary);font-size:.875rem;line-height:20px}._modalLine_1wuvz_159{background:#e2e8f0;width:100%;height:1px;margin:20px 0;position:relative}._modalLine_1wuvz_159:after,._modalLine_1wuvz_159:before{content:"";background:#e2e8f0;width:20px;height:1px;display:block;position:absolute;top:0}._modalLine_1wuvz_159:before{left:-20px}._modalLine_1wuvz_159:after{right:-20px}._infoMessage_1wuvz_182{color:var(--text-muted);margin-top:5px;padding-left:20px;font-family:Inter;font-size:.875rem;position:relative}._infoMessage_1wuvz_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_1wuvz_197{border-top:1px solid var(--border-default);justify-content:space-between;gap:8px;padding:16px;display:flex}._modalFooter_1wuvz_197._buttonsAutoWidth_1wuvz_204{justify-content:flex-end}._fullWidthTitle_1wuvz_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_1wuvz_220{justify-content:center;gap:16px;margin-bottom:16px;display:flex}._widgetWrapper_1wuvz_227{border:1px solid var(--border-default);background:var(--surface-1);border-radius:24px;width:100%;max-width:450px;min-height:316px;padding:0 18px 24px;position:relative}@media only screen and (width<=768px){._widgetWrapper_1wuvz_227{padding:0 16px 15px}}._widgetHeader_1wuvz_243{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:5px;height:70px;display:flex}._widgetTitle_1wuvz_252{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1wuvz_258{padding-top:16px;position:relative}._widgetSpinnerWrapper_1wuvz_263{align-items:center;height:180px;display:flex}._widgetFooter_1wuvz_269{border-top:1px solid var(--border-subtle);justify-content:center;padding-top:16px;display:flex}._widgetFooterItem_1wuvz_276{text-align:center;border-right:1px solid var(--border-subtle);flex:1}._widgetFooterItem_1wuvz_276:last-child{border:none}._widgetMainValue_1wuvz_285{flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px;display:flex}._widgetValueWrapper_1wuvz_293{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1wuvz_300{color:var(--text-muted);font-size:.75rem}._widgetLoader_1wuvz_305{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._disabled_1wuvz_312{opacity:.5;cursor:default}._widgetTag_1wuvz_317{color:var(--text-secondary);border:1px solid var(--border-default);border-radius:6px;padding:4px 10px;font-size:.75rem}._widgetTagValue_1wuvz_325{color:var(--text-primary);font-weight:500}._chartValuesWrapper_1wuvz_330{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}._chartValuesTitle_1wuvz_338{color:var(--text-secondary);font-size:14px;display:inline-flex}._chartValuesTitle_1wuvz_338._green_1wuvz_343:before,._chartValuesTitle_1wuvz_338._dark_1wuvz_343:before,._chartValuesTitle_1wuvz_338._blue_1wuvz_343: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_1wuvz_338._green_1wuvz_343:before{background:var(--status-success)}._chartValuesTitle_1wuvz_338._dark_1wuvz_343:before{background:#475569}._chartValuesTitle_1wuvz_338._blue_1wuvz_343:before{background:#43e0f8}._topbar_1wuvz_365{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}._logoWrapper_1wuvz_373{display:inline-flex}._logo_1wuvz_373{max-width:110px}._menuWrapper_1wuvz_381{display:flex}@media only screen and (width<=1340px){._menuWrapper_1wuvz_381{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_1wuvz_381._opened_1wuvz_398{display:flex}}._menuItem_1wuvz_403{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_1wuvz_403{flex:none;width:auto;margin-bottom:10px}}._menuItem_1wuvz_403 ._menuIcon_1wuvz_424{fill:#fff;margin-right:8px;transition:all .2s}._menuItem_1wuvz_403 ._menuIconPerformance_1wuvz_429{fill:none}._menuItem_1wuvz_403 ._menuIconStroke_1wuvz_432{stroke:#fff;margin-right:8px;transition:all .2s}._menuItem_1wuvz_403._active_1wuvz_437,._menuItem_1wuvz_403:hover{background:var(--surface-1);color:#52c2fd}._menuItem_1wuvz_403._active_1wuvz_437 ._menuIcon_1wuvz_424:not(._menuIconStroke_1wuvz_432,._menuIconPerformance_1wuvz_429),._menuItem_1wuvz_403:hover ._menuIcon_1wuvz_424:not(._menuIconStroke_1wuvz_432,._menuIconPerformance_1wuvz_429){fill:#52c2fd}._menuItem_1wuvz_403._active_1wuvz_437 ._menuIconPerformance_1wuvz_429 path,._menuItem_1wuvz_403:hover ._menuIconPerformance_1wuvz_429 path{stroke:#59a6fd}._menuItem_1wuvz_403._active_1wuvz_437 ._menuIconStroke_1wuvz_432:not(._menuIcon_1wuvz_424),._menuItem_1wuvz_403:hover ._menuIconStroke_1wuvz_432:not(._menuIcon_1wuvz_424){stroke:#52c2fd}._redDot_1wuvz_451{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_1wuvz_466{justify-content:center;display:flex}._link_1wuvz_471{color:var(--accent);cursor:pointer;text-decoration:underline}._widgetsWrapper_1wuvz_220{justify-content:stretch;align-items:stretch}._widgetsWrapper_1wuvz_220>*{flex:1 1 0;min-width:0;max-width:none}@media only screen and (width<=1024px){._widgetsWrapper_1wuvz_220{flex-wrap:wrap}._widgetsWrapper_1wuvz_220>*{flex-basis:100%}}._tableActionsWrapper_1wuvz_495 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}
