*{padding:0;margin:0;border:none;outline:none;box-sizing:border-box;color:var(--font-main);transition:all .3s;font-size:16px;font-weight:500}.theme-switching *,.theme-switching :after,.theme-switching :before{transition:none!important}::view-transition-new(root),::view-transition-old(root){animation:none;mix-blend-mode:normal}::view-transition-old(root){z-index:var(--vt-old-z,1)}::view-transition-new(root){z-index:var(--vt-new-z,9999)}html{scroll-behavior:smooth}html.theme-expand::view-transition-new(root){animation:theme-expand .6s ease forwards}html.theme-collapse::view-transition-old(root){animation:theme-collapse .6s ease forwards}#__next{height:100vh;min-width:1024px;display:flex;flex-direction:column;background-color:var(--main-bg);overflow-x:hidden;z-index:1;position:relative}h1{font-size:22px}h1,h3{font-weight:600}h3{font-size:24px}h4{font-size:22px}h5{font-size:20px}h6{font-size:16px;font-weight:600}p{font-size:14px;font-weight:500}button,input,select,textarea{font-family:inherit}.main__wrapper{height:100%;padding-top:24px;background-color:var(--main-bg);display:flex}.main__wrapper main{width:1060px}.main__wrapper>div{width:calc(50% - 530px)}a{color:#686e7a;text-decoration:none}@-moz-document url-prefix(){.scroll{scrollbar-color:#0969da rgba(0,0,0,0);scrollbar-width:thin}}.scroll::-webkit-scrollbar{width:15px;height:95%}.scroll::-webkit-scrollbar-thumb{width:5px;background-color:#0969da}.scroll::-webkit-scrollbar-thumb,.scroll::-webkit-scrollbar-track{border-radius:100px;border:6px solid rgba(0,0,0,0);background-clip:content-box}.scroll::-webkit-scrollbar-track{width:3px;background-color:var(--theme-select-item)}svg.icon__light__fill>*,svg.icon__light__fill>*>*{fill:#a7acb4}svg.icon__light__stroke>*,svg.icon__light__stroke>*>*{stroke:#a7acb4}svg.icon__dark__fill>*,svg.icon__dark__fill>*>*{fill:#686e7a}svg.icon__dark__stroke>*,svg.icon__dark__stroke>*>*{stroke:#686e7a}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-static{position:static!important}.w-100{width:100%}.d-none{display:none!important}.d-flex{display:flex!important}.d-block{display:block!important}.w-fit-content{width:fit-content!important}.justify-content-end{justify-content:flex-end!important}.align-items-end{align-items:flex-end!important}.align-items-start{align-items:flex-start!important}.cursor-pointer{cursor:pointer}.custom-scrollbar::-webkit-scrollbar{width:4px;height:4px;background-color:rgba(0,0,0,0)}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:var(--context-menu-scrollbar-thumb);border-radius:30px}@keyframes theme-collapse{0%{clip-path:circle(var(--vt-radius) at var(--vt-x) var(--vt-y))}to{clip-path:circle(0 at var(--vt-x) var(--vt-y))}}@keyframes theme-expand{0%{clip-path:circle(0 at var(--vt-x) var(--vt-y))}to{clip-path:circle(var(--vt-radius) at var(--vt-x) var(--vt-y))}}.Toastify__toast{border-radius:999px;padding:.625rem}.Toastify__toast-theme--light{background:#23272d}