html,body,#root{width:100%;max-width:100%;min-height:100%;overflow-x:hidden}html{background:#202225}body{margin:0;min-width:280px;background:transparent;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}img,svg{max-width:100%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._app_aa1fd_1{display:flex;flex-direction:column;min-height:100vh;background:#1b1b1b}.Toastify__toast-container--top-right{top:calc(72px + 1em)}._app_aa1fd_1 .MuiSvgIcon-root,.MuiModal-root .MuiSvgIcon-root{color:#fff}._app_aa1fd_1 .MuiCheckbox-colorPrimary .MuiSvgIcon-root,.MuiModal-root .MuiCheckbox-colorPrimary .MuiSvgIcon-root{color:#ffffff80}._app_aa1fd_1 .MuiCheckbox-colorPrimary.Mui-checked .MuiSvgIcon-root,.MuiModal-root .MuiCheckbox-colorPrimary.Mui-checked .MuiSvgIcon-root{color:#5865f2}._app_aa1fd_1 .MuiCheckbox-colorPrimary.Mui-disabled .MuiSvgIcon-root,.MuiModal-root .MuiCheckbox-colorPrimary.Mui-disabled .MuiSvgIcon-root{opacity:.5}._app_aa1fd_1 .MuiBadge-badge,.MuiModal-root .MuiBadge-badge{background-color:#5865f2;color:#fff}._app_aa1fd_1 .MuiPaper-root,.MuiModal-root .MuiPaper-root{background-color:#1b1b1b}._app_aa1fd_1>.MuiDrawer-paper,.MuiModal-root>.MuiDrawer-paper{background:#202225}._app_aa1fd_1 .MuiTableContainer-root,.MuiModal-root .MuiTableContainer-root{background-image:none}._app_aa1fd_1 .MuiTableCell-root,.MuiModal-root .MuiTableCell-root{color:#dcddde;border-color:#36393f}._app_aa1fd_1 .MuiToggleButton-root,.MuiModal-root .MuiToggleButton-root{transition:background-color .25s cubic-bezier(.4,0,.2,1) 0ms,box-shadow .25s cubic-bezier(.4,0,.2,1) 0ms}._app_aa1fd_1 .MuiToggleButton-root.Mui-selected,.MuiModal-root .MuiToggleButton-root.Mui-selected{background-color:#5865f2;color:#fff}._app_aa1fd_1 .MuiToggleButton-root.Mui-selected:hover,.MuiModal-root .MuiToggleButton-root.Mui-selected:hover{background-color:#3d46a9}._public-layout_1biki_1{display:flex;flex:1;min-width:0;flex-direction:column;min-height:100vh;background:radial-gradient(circle at 15% 0%,rgba(88,101,242,.14),transparent 34rem),#1b1b1b;color:#dcddde}._public-layout__header_1biki_11{display:flex;min-height:72px;padding:0 24px;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid rgba(255,255,255,.08);background:#202225}@media (max-width: 640px){._public-layout__header_1biki_11{min-height:64px;padding:0 16px}}._public-layout__header-inner_1biki_28,._public-layout__footer-inner_1biki_29{display:flex;width:min(1180px,100%);margin:0 auto;align-items:center;justify-content:space-between;gap:24px}._public-layout__header-inner_1biki_28{justify-content:flex-start;gap:14px}._public-layout__brand_1biki_43{display:inline-flex;align-items:center;gap:10px;color:#fff;font-size:22px;font-weight:700;letter-spacing:1px;text-decoration:none;flex-shrink:0}._public-layout__brand_1biki_43 img{width:36px;height:36px;border-radius:10px}._public-layout__quick-navigation_1biki_60{position:relative;display:flex;flex:1;min-width:0;margin-left:18px;align-items:center;gap:22px;overflow:hidden;white-space:nowrap}._public-layout__quick-navigation-measure_1biki_72{position:absolute;top:0;left:0;display:flex;gap:22px;width:max-content;visibility:hidden;pointer-events:none}._public-layout__quick-link_1biki_83{flex-shrink:0;padding:7px 9px;border-radius:8px;color:#dcddde;text-decoration:none}._public-layout__quick-link_1biki_83>div{color:inherit}._public-layout__quick-link_1biki_83:hover{color:#fff}._public-layout__quick-link_active_1biki_96{background:#ffffff0e;color:#ffffffeb}._public-layout__quick-link_active_1biki_96>div{font-weight:600}._public-layout__quick-link_hidden_1biki_103{display:none}._public-layout__quick-link_measure_1biki_106{display:inline-flex;font-weight:600}._public-layout__navigation_1biki_111>._public-layout__navigation-link_active_1biki_111{border-color:#ffffff14;background:#ffffff0e;color:#ffffffeb}._public-layout__navigation_1biki_111>._public-layout__navigation-link_active_1biki_111>div{font-weight:600}._public-layout__navigation_1biki_111{position:fixed;z-index:31;top:0;bottom:0;left:0;display:flex;width:min(320px,100vw - 32px);box-sizing:border-box;padding:20px;align-items:stretch;flex-direction:column;gap:8px;border-right:1px solid rgba(255,255,255,.1);background:#181a1d;box-shadow:20px 0 60px #00000073;transform:translate(-105%);transition:transform .18s ease}._public-layout__navigation_open_1biki_139{transform:translate(0)}._public-layout__navigation_1biki_111>a{display:block;padding:12px 14px;border:1px solid transparent;border-radius:10px;color:#dcddde;text-decoration:none}._public-layout__navigation_1biki_111>a:hover{border-color:#ffffff14;background:#ffffff0f}._public-layout__navigation_1biki_111>a>div{display:block;color:inherit;font-weight:600}._public-layout__navigation_1biki_111>.MuiButton-root{margin-top:auto}._public-layout__menu-button_1biki_163.MuiIconButton-root{display:inline-flex;color:#fff}._public-layout__mobile-menu-header_1biki_168{display:flex;min-height:48px;margin-bottom:14px;padding-bottom:16px;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.1);color:#fff;font-size:18px;font-weight:700}._public-layout__mobile-menu-header_1biki_168 .MuiIconButton-root{color:#fff}._public-layout__backdrop_1biki_184{position:fixed;z-index:30;top:0;right:0;bottom:0;left:0;display:block;width:100%;padding:0;border:0;background:#000000b3;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}._public-layout__account_1biki_196{display:flex;width:100%;box-sizing:border-box;margin-top:auto;padding:18px 0 0;align-items:center;flex-wrap:wrap;gap:10px;border-top:1px solid rgba(255,255,255,.12);color:#fff;font-weight:600}._public-layout__account_1biki_196 .MuiButton-root{width:100%;margin-top:8px}._public-layout__avatar_1biki_214.MuiAvatar-root{width:36px;height:36px}._public-layout__content_1biki_219{display:flex;width:min(1180px,100% - 48px);margin:0 auto;flex:1}._public-layout__content_1biki_219>*{flex:1;min-width:0}._public-layout__footer_1biki_29{display:flex;padding:24px;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.08);background:#202225;color:#dcddde}._public-layout__footer-links_1biki_240{display:flex;gap:20px}._public-layout__footer-links_1biki_240 a{color:#dcddde}@media (max-width: 640px){._public-layout__header-inner_1biki_28{align-items:center}._public-layout__brand_1biki_43{font-size:20px}._public-layout__brand_1biki_43 img{width:34px;height:34px}._public-layout__content_1biki_219{width:min(100% - 32px,1180px)}._public-layout__footer-inner_1biki_29{align-items:flex-start;flex-direction:column}}@media (max-width: 375px){._public-layout__content_1biki_219{width:calc(100% - 24px)}._public-layout__footer_1biki_29{padding:20px 16px}._public-layout__footer-links_1biki_240{flex-direction:column;gap:10px}}._link_qz75w_1{display:inline-block;color:#5865f2}._link_size-xl_qz75w_6{font-size:20px}._article-edit-page_1fwdp_1{padding:48px 0 80px}._empty_2vrib_1{display:flex;justify-content:center;margin:30px 0;color:#87909e}._loader_12zfq_1{color:#1976d2;margin:auto}._loader-container_12zfq_6{display:flex;margin:32px 0}._telegram-post_130ye_1{display:flex;flex-direction:column;width:100%;max-width:600px;row-gap:16px}._telegram-post__channel_130ye_8{display:flex;column-gap:16px;align-items:center}._editor_5x0ku_1{padding:10px;border-radius:5px;background-color:#1b1b1b}._editor__toolbar_5x0ku_6{margin-bottom:8px;border-bottom:1px solid #515960}._editor__button_5x0ku_10>.MuiSvgIcon-root{color:#fff}._editor__button_disabled_5x0ku_13>.MuiSvgIcon-root{color:#87909e}._editor__area_5x0ku_16{width:100%;max-width:800px;max-height:500px;padding:0;border:none;background-color:#1b1b1b;color:#dcddde;resize:none;overflow-y:scroll!important}._editor__area_5x0ku_16:active,._editor__area_5x0ku_16:focus{outline:none!important}._editor__area_5x0ku_16 p{margin-block-start:.5em;margin-block-end:.5em}._editor_readonly_5x0ku_35{position:relative;max-height:130px;padding:0;border-radius:0;background:none;overflow-y:hidden}._editor_readonly_5x0ku_35 ._editor__area_5x0ku_16{max-height:130px;overflow-y:hidden!important}._editor_readonly_5x0ku_35 ._editor__hider_5x0ku_47{position:absolute;width:100%;height:20px;top:110px;z-index:10;background:linear-gradient(transparent,50%,#1b1b1b)}._article-list-page_geigr_1{padding:48px 0 80px}._article-list_1dbwh_1 ._article-list__photo_1dbwh_1{width:40px;height:40px}._home-page_3xoxm_1{padding:48px 0 80px}._home-page_3xoxm_1 h1{margin:4px 0 8px;color:#fff;font-size:clamp(32px,5vw,48px);letter-spacing:-.03em}._home-page_3xoxm_1 h2{margin:44px 0 20px;color:#fff;font-size:24px}._home-page__eyebrow_3xoxm_16{margin:0;color:#5865f2;font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}._home-page__description_3xoxm_25{margin:0;color:#dcdddeb8;font-size:17px}._server-list_1ub7i_1 .MuiTableContainer-root{overflow-x:auto;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:#202225b8;box-shadow:0 18px 50px #0000002e}._server-list_1ub7i_1 .MuiTableRow-root:last-child .MuiTableCell-root{border-bottom:0}._server-list_1ub7i_1 .MuiTableCell-head{color:#dcdddead;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}._server-list__title_1ub7i_18{font-weight:700}._server-list__information_1ub7i_21{display:flex;column-gap:16px}._server-list__name_1ub7i_26{text-decoration:none}._server-list__name_1ub7i_26 h3{color:#fff}._server-list__logo_1ub7i_33.MuiAvatar-root{width:48px;height:48px}._login-page_gjv12_1{display:flex;width:100%;padding:72px 0 96px;text-align:center;background:transparent}._login_16i9k_1{display:flex;flex-direction:column;width:min(440px,100%);margin:auto;box-sizing:border-box;padding:48px;border:1px solid rgba(255,255,255,.1);border-radius:20px;background:#202225e0;box-shadow:0 24px 80px #00000052}._login_16i9k_1 h1{margin:6px 0 12px;color:#fff;font-size:32px}._login_16i9k_1 ._login-logo_16i9k_18{width:64px;height:64px;margin:0 auto 22px;border-radius:18px}._login_16i9k_1 ._login-eyebrow_16i9k_24{margin:0;color:#5865f2;font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}._login_16i9k_1 ._login-discord_16i9k_32{min-height:52px;margin-top:28px;border-radius:10px;font-weight:700;text-transform:none}._login_16i9k_1 ._login-description_16i9k_39,._login_16i9k_1 ._login-hint_16i9k_40{margin:0;color:#dcdddeb8;line-height:1.55}._login_16i9k_1 ._login-hint_16i9k_40{margin-top:18px;font-size:13px}@media (max-width: 560px){._login_16i9k_1{padding:32px 24px}}._module-list-page_9v6go_1{padding:48px 0 80px}._module-list-page_9v6go_1 h1{margin:0 0 28px;color:#fff;font-size:clamp(32px,5vw,48px);letter-spacing:-.03em}._module-list__title_1ilsx_1{display:flex;align-items:center;gap:16px;margin-top:16px;margin-bottom:16px}._module-list__title_1ilsx_1 ._module-list__title__icon_1ilsx_8{width:48px;height:48px}._module-table__type_1bc8e_1{width:32px}._module-table__transport_1bc8e_4{width:64px}._module-table__transport__content_1bc8e_7{display:flex;gap:4px}._module-table__name_1bc8e_11{width:200px}._module-table__usage_1bc8e_14 a{color:#5865f2}._module-table_1bc8e_1 .MuiTableCell-root{padding-left:8px;padding-right:8px}._module-table_1bc8e_1 ._module-table__raw_1bc8e_21 .MuiTableCell-root{padding:8px}._icon_s2fq0_1{display:inline-block}._icon__svg_s2fq0_5{width:24px;height:24px;fill:#fff}._outline-info-page_1gww0_1{padding:48px 0 80px}._outline-info__name_3pxxo_1{font-size:16px;font-weight:700;line-height:23px}._outline-list-page_1ebfh_1{padding:48px 0 80px}._outline-list__name_wa0sz_1{font-weight:700}._legal-page_1lo4f_1{max-width:860px;margin:0 auto;padding:48px 0 72px;line-height:1.65}._legal-page_1lo4f_1 h1{margin-top:0}._legal-page_1lo4f_1 h2{margin-top:32px;color:#fff}._legal-page_1lo4f_1 a{color:#5865f2}._legal-page__date_1lo4f_18{color:#dcdddeb3}._server-page_na6qo_1{padding:48px 0 80px}._server-page__title_na6qo_5{display:flex;align-items:center;gap:16px;margin-bottom:32px}._server-page__title_na6qo_5 ._server-page__icon_na6qo_11.MuiAvatar-root{width:64px;height:64px}@media (max-width: 640px){._server-page_na6qo_1{padding:32px 0 56px}._server-page__title_na6qo_5{align-items:flex-start;flex-wrap:wrap;gap:12px;margin-bottom:24px}._server-page__title_na6qo_5 h1{min-width:0;margin:8px 0;font-size:30px;overflow-wrap:anywhere}._server-page__title_na6qo_5 ._server-page__icon_na6qo_11.MuiAvatar-root{width:52px;height:52px}}._server-page__info_na6qo_37{display:flex;flex-wrap:wrap;column-gap:40px;margin-bottom:20px}._server-page__additional_na6qo_44{display:flex;flex-wrap:wrap;column-gap:32px;margin-bottom:20px}._server-page__controls_na6qo_51{margin-bottom:20px}._definition_lwe05_1{display:grid;width:min(400px,100%);grid-template-columns:minmax(120px,150px) minmax(0,1fr);gap:20px}._definition__title_lwe05_8{color:#dcdddeb8}._definition__value_lwe05_12{min-width:0;overflow-wrap:anywhere}@media (max-width: 375px){._definition_lwe05_1{grid-template-columns:1fr;gap:2px;padding:5px 0}}._channel-list__table__name_1eq7f_1{display:flex;justify-content:flex-start;align-items:center}._channel-list__table__name__text_1eq7f_6{font-weight:700}._channel-list__table__name__chip_1eq7f_9{margin-left:5px;margin-top:-10px}._channel-list__table_1eq7f_1 .MuiCheckbox-root{padding:5px}._channel-list__table__raw_category_1eq7f_17{background-color:#202225}._server-module-list_1497l_1{display:flex;flex-direction:column;row-gap:8px;width:min(420px,100%);box-sizing:border-box;padding:5px 10px;background-color:#1b1b1b;border-radius:10px}._server-module-list__title_1497l_12{width:100%;margin:.3em 0}._server-module-list__module_1497l_17{display:flex;align-items:center;column-gap:16px;width:100%;box-sizing:border-box;padding:8px 4px;background-color:#202225;border-radius:10px}._server-module-list__module_1497l_17>._server-module-list__module__icon_1497l_27{width:32px;height:32px}._server-module-list__module__title_1497l_31{min-width:0;font-size:18px;font-weight:700;overflow-wrap:anywhere}._server-module-list__module__title_disabled_1497l_37{opacity:.5}._server-module-list__module__actions_1497l_40{margin-left:auto}._server-admin-list_1uf9d_1{display:flex;flex-direction:column;row-gap:8px;width:fit-content;padding:5px 10px;background-color:#1b1b1b;border-radius:10px}._server-admin-list__title_1uf9d_11{width:408px;margin:.3em 0}._server-admin-list__admin_1uf9d_16{display:flex;align-items:center;column-gap:16px;width:400px;padding:8px 4px;background-color:#202225;border-radius:10px}._server-admin-list__admin_1uf9d_16>._server-admin-list__admin__icon_1uf9d_25{width:32px;height:32px}._server-admin-list__admin__name_1uf9d_29{font-weight:700}._server-admin-list__admin__actions_1uf9d_32{margin-left:auto}._server-admin-list__check_1uf9d_36{margin-top:4px;margin-bottom:10px}._status-page_foaip_1{padding:48px 0 80px}._status-page__intro_foaip_4{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}._status-page__intro_foaip_4 h1{margin:4px 0 8px;color:#fff;font-size:clamp(32px,5vw,48px);letter-spacing:-.03em}._status-page__intro_foaip_4 p:last-child{margin:0;color:#87909e}._status-page__eyebrow_foaip_21{margin:0;color:#57f287;font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}._status-page__updated_foaip_29{margin-top:32px;color:#87909e;font-size:14px;text-align:right}._overall_foaip_36{display:flex;align-items:flex-start;gap:16px;padding:20px 22px;border:1px solid #515960;border-radius:12px;background:#36393f8c}._overall__icon_foaip_45{flex:0 0 auto;width:14px;height:14px;margin-top:4px;border-radius:50%;background:#87909e;box-shadow:0 0 0 5px #87909e1f}._overall_foaip_36 strong{color:#fff;font-size:18px}._overall_foaip_36 p{margin:5px 0 0;color:#dcddde}._overall_operational_foaip_62{border-color:#57f2876b}._overall_operational_foaip_62 ._overall__icon_foaip_45{background:#57f287;box-shadow:0 0 0 5px #57f2871f}._overall_degraded_foaip_69{border-color:#fee75c6b}._overall_degraded_foaip_69 ._overall__icon_foaip_45{background:#fee75c;box-shadow:0 0 0 5px #fee75c1f}._overall_unavailable_foaip_76{border-color:#ed42456b}._overall_unavailable_foaip_76 ._overall__icon_foaip_45{background:#ed4245;box-shadow:0 0 0 5px #ed42451f}._service-group_foaip_84{margin-top:36px}._service-group_foaip_84 h2{margin:0 0 16px;color:#fff;font-size:22px}._service-grid_foaip_93{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px}._service-card_foaip_99{min-width:0;padding:18px;border:1px solid #36393f;border-radius:10px;background:#202225}._service-card__header_foaip_106{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}._service-card__header_foaip_106 h3{margin:0 0 4px;color:#fff;font-size:16px}._service-card__kind_foaip_117{color:#87909e;font-size:12px;text-transform:uppercase}._service-card__note_foaip_122{margin:16px 0 0;color:#87909e;font-size:14px}._service-card__metadata_foaip_127{margin:16px 0 0}._service-card__metadata_foaip_127 div{display:flex;justify-content:space-between;gap:12px;margin-top:6px;font-size:13px}._service-card__metadata_foaip_127 dt{color:#87909e}._service-card__metadata_foaip_127 dd{margin:0;color:#dcddde;text-align:right}._state_foaip_146{display:inline-flex;align-items:center;gap:7px;flex:0 0 auto;color:#87909e;font-size:13px;font-weight:600}._state__dot_foaip_155{width:8px;height:8px;border-radius:50%;background:currentColor}._state_operational_foaip_161{color:#57f287}._state_degraded_foaip_164{color:#fee75c}._state_unavailable_foaip_167{color:#ed4245}@media (max-width: 640px){._status-page__intro_foaip_4{align-items:flex-start;flex-direction:column}._service-grid_foaip_93{grid-template-columns:1fr}}._telegram-list-page_10fu6_1{padding:48px 0 80px}._telegram-list-page__list__add_10fu6_4{margin-bottom:16px}._code_ilr06_1{margin:10px 0;padding:16px 8px;position:relative}._code_ilr06_1 pre{margin:0;overflow-wrap:break-word}._code_ilr06_1 code{white-space:pre-wrap;word-break:break-all}._code__copy_ilr06_14.MuiFab-root{visibility:hidden;position:absolute;top:5px;right:5px;width:32px;height:32px;min-height:unset;background:none;border-radius:5px}._code__copy_ilr06_14.MuiFab-root:hover{background-color:#515960}._code__copy__icon_ilr06_28.MuiSvgIcon-root{width:24px;height:24px}._code_ilr06_1:hover ._code__copy_ilr06_14.MuiFab-root{visibility:visible}._telegram-user-list_7xkj8_1 ._telegram-user-list__photo_7xkj8_1,._telegram-chat-list_1d1th_1 ._telegram-chat-list__photo_1d1th_1{width:40px;height:40px}._telegram-new-post-page_f848w_1{padding:48px 0 80px}
