*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;width:100%}body,html{background:#0a0a0a}body{background-attachment:fixed;min-height:100vh;font-family:var(--font-exo2),"Exo 2",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes fluidGradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@media (max-width:768px){body{background-attachment:scroll}}main{position:relative;min-height:100vh;width:100%;background:transparent}body.chat-open:before{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.3);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:9998;pointer-events:none;transition:background .3s ease,-webkit-backdrop-filter .3s ease;transition:backdrop-filter .3s ease,background .3s ease;transition:backdrop-filter .3s ease,background .3s ease,-webkit-backdrop-filter .3s ease}body.chat-open header,body.chat-open main>div,body.chat-open section{filter:blur(8px);-webkit-filter:blur(8px);transition:filter .3s ease;pointer-events:none}body.chat-open .searchbarWrapper,body:not(.chat-open) .searchbarWrapper{filter:none!important;-webkit-filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;pointer-events:auto!important;position:fixed!important;bottom:40px!important;top:auto!important;left:50%!important;right:auto!important;transform:translateX(-50%)!important;-webkit-transform:translateX(-50%)!important;-moz-transform:translateX(-50%)!important;-ms-transform:translateX(-50%)!important;z-index:9999!important;margin:0!important;width:auto!important;height:auto!important}body.chat-open .chatboxContainer,body.chat-open .quickButtons,body.chat-open [class*=chatContainer],body.chat-open [class*=chatWindow],body.chat-open [class*=chatbox]{filter:none!important;-webkit-filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;pointer-events:auto!important;position:relative!important;z-index:9998!important}