@charset "UTF-8";:root{--color-main: #282828;--color-border: rgba(0, 0, 0, .32);--color-red: #e9523f;--color-vinous: #b41b1b;--color-orange: #f6800a;--color-yellow: #debd18;--color-blue: #6672fc;--color-gray: #8b8b8b;--bg-table-red: #fff2f2;--bg-table-vinous: #f1dfdf;--bg-table-orange: #fed;--bg-table-yellow: #fff9e5;--bg-table-blue: #f0f1ff;--bg-table-gray: #ececec;--menu-bg-color: #f8f8f8;--menu-item-bg-color-hover: #9f9f9f;--menu-item-bg-color-active: #727272;--color-status-active: #4caf50;--color-status-active-bg: rgba(76, 175, 80, .1);--color-status-inactive: #f44336;--color-status-inactive-bg: rgba(244, 67, 54, .1);--color-white: #ffffff;--color-white-05: rgba(255, 255, 255, .05);--color-white-1: rgba(255, 255, 255, .1);--color-white-12: rgba(255, 255, 255, .12);--color-white-15: rgba(255, 255, 255, .15);--color-white-2: rgba(255, 255, 255, .2);--color-white-25: rgba(255, 255, 255, .25);--color-white-3: rgba(255, 255, 255, .3);--color-white-5: rgba(255, 255, 255, .5);--color-white-9: rgba(255, 255, 255, .9);--color-accent-blue: rgba(0, 160, 255, .8);--color-error-light: rgba(219, 0, 27, .05);--color-error-light-focus: rgba(219, 0, 27, .1)}@font-face{font-family:Evolventa;font-display:swap;src:url(/assets/fonts/Evolventa-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Evolventa;font-display:swap;src:url(/assets/fonts/Evolventa-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:FiraCode;font-display:swap;src:url(/assets/fonts/FiraCode.ttf) format("truetype");font-weight:400;font-style:normal}*{padding:0;margin:0;border:0px}*,*:before,*:after{box-sizing:border-box}html,body{height:100%;min-width:320px}body{color:var(--color-main);line-height:1;font-family:Evolventa;font-size:1.125rem;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input,button,textarea{font-family:Evolventa;font-size:inherit}button{cursor:pointer;color:inherit;background-color:inherit}a{color:inherit}a:link,a:visited,a:hover{text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}.wrapper{min-height:100%;display:flex;flex-direction:column;overflow:hidden}@media(max-width:87.4375em){.wrapper{overflow-x:auto}}.wrapper>main{flex:1 1 auto}.wrapper>*{min-width:0}@supports (overflow: clip){.wrapper{overflow:clip}@media(max-width:87.4375em){.wrapper{overflow-x:auto}}}:root{--color-main-w: #282828;--border-w: rgba(0, 0, 0, .32);--red-w: #e9523f;--bg-table-w: #fff2f2;--vinous-w: #b41b1b;--bg-table-vinous-w: #f1dfdf;--orange-w: #f6800a;--bg-table-orange-w: #fed;--yellow-w: #debd18;--bg-table-yellow-w: #fff9e5;--blue-w: #6672fc;--bg-table-blue-w: #f0f1ff;--gray-w: #8b8b8b;--bg-table-gray-w: #ececec;--bg-table-normal-gray: #dfdfdf}.dropdown-links{flex:0 0 3.125rem;width:3.125rem;font-size:.9375em;position:relative}.popup__wrapper{height:100%;max-width:50vw}.popup__content{padding:3.75rem 1.4375rem 2.5rem 2.3125rem;height:100%;position:relative;border-radius:1.875rem 0 0 1.875rem;background:#fff;overflow:hidden;color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(223deg,#125569e6,#123640e6)}.popup__content--center{border-radius:1.875rem}.popup__content-wrap{padding-right:.875rem;overflow-y:auto;height:100%;scrollbar-color:#163944 rgba(18,79,98,0)}.popup .popup__content-wrap{scrollbar-color:#125062 #fff;scrollbar-width:.875rem}.popup code{color:#fff;background:#163944}.close-popup{width:1.125rem;height:1.125rem;background:transparent;position:absolute;top:1.625rem;right:1.4375rem}.close-popup:before,.close-popup:after{content:"";width:.125rem;height:1.375rem;border-radius:.625rem;position:absolute;top:-.125rem;right:44.5%;background:#fff;transition:all .3s ease-in-out}.close-popup:before{transform:rotate(135deg)}.close-popup:after{transform:rotate(45deg)}.popup.popup-processed-events .popup__content{padding:2.5rem;border-radius:1.25rem;height:auto;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(223deg,#125569b3,#123640b3)}.popup.popup-processed-events .popup__row-links{font-weight:700;color:#fff;text-align:center;display:flex;flex-direction:column;gap:.9375rem}.popup.popup-processed-events .popup__row-link{display:block;padding:.75rem 1.25rem;border:1px solid #fff;border-radius:.625rem;transition:all .3s ease-in-out}@media(hover:hover)and (pointer:fine){.popup.popup-processed-events .popup__row-link:hover{color:#063c4b;background:#fff}}body.lock{overflow:hidden;touch-action:none}[class*=__container]{max-width:117.5rem;box-sizing:content-box;margin:0 auto;padding:0 .3125rem}.context-menu{display:flex;flex-direction:column;background-color:var(--menu-bg-color);border-radius:16px;overflow:hidden;border:1px solid var(--color-border);font-size:.9375rem}.context-menu .context-menu-item{display:block;width:100%;padding:.5rem 1rem;border:none;background:none;text-align:left;cursor:pointer;text-decoration:none;color:inherit;font:inherit}.context-menu .context-menu-item:hover{background-color:var(--menu-item-bg-color-hover)}.context-menu .context-menu-item:active{background-color:var(--menu-item-bg-color-active)}
