:root{--color-background:#050c26;--color-background--rgb:5,12,38;--color-secondary:#454cee;--color-secondary--rgb:69,76,238;--color-hover:#1d20ee;--color-hover--rgb:29,32,238;--color-block:#181f38;--color-block--rgb:24,31,56;--color-block-accent:#242f56;--color-block-accent--rgb:36,47,86;--color-block-accent-hover:#304076;--color-block-accent-hover--rgb:48,64,118;--color-footer:#030718;--color-footer--rgb:3,7,24;--color-subtext:#a6abcd;--color-subtext--rgb:166,171,205}*{box-sizing:border-box;padding:0;margin:0;outline:0;background-color:transparent;font-family:Roboto,sans-serif;font-size:inherit;color:inherit;text-align:inherit;text-decoration:none}body,html{font-size:16px;font-weight:400;color:#fff;background-color:var(--color-background);-webkit-tap-highlight-color:rgba(0,0,0,0);scroll-behavior:smooth;-webkit-scroll-behavior:smooth;position:relative;height:100%}body::-webkit-scrollbar{width:12px;background-color:hsla(0,0%,100%,.05)}body::-webkit-scrollbar-thumb{background-color:hsla(0,0%,57%,.25);border:2px solid transparent;background-clip:content-box;border-radius:5px}.light{width:100vw;height:100vh;overflow-x:hidden;position:absolute;z-index:0;opacity:0;visibility:hidden;transition:opacity .5s ease-in-out,visibility .5s ease-in-out}.light:before{content:"";width:1257px;height:846px;background-color:rgba(20,31,71,.8);filter:blur(183px);position:absolute;left:50%;top:0;z-index:2;transform:translate(-50%,-60%)}.light.visible{opacity:1;visibility:visible}#__next{position:relative;z-index:1;min-height:100%;display:flex;flex-direction:column}html{width:100vw;overflow-x:hidden}.container,.panel-container{width:100%;max-width:1562px;margin:0 auto;padding:0 20px}.panel-container{max-width:1240px}.vertical{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.wrapper{position:relative;width:100%;overflow:hidden;flex-grow:1}#nprogress .bar{background:var(--color-secondary)!important}#nprogress .peg{box-shadow:0 0 10px var(--color-secondary),0 0 5px var(--color-secondary)!important}#nprogress .spinner-icon{border-top-color:#fff!important;border-left-color:#fff!important}body.chat-fullscreen [data-panel-header]{opacity:0;visibility:hidden;pointer-events:none}