html{overflow-x:hidden;width:100%}.mantine-Notifications-root{position:fixed!important;top:85px!important;left:20px!important;transform:none!important;z-index:1000!important;width:auto!important}body{background-color:#1e1e1e;margin:0;padding:0;height:100vh;width:100vw;overflow:hidden}.content-container{position:fixed;top:60px;bottom:60px;left:0;right:0;overflow-y:auto;overflow-x:hidden}body[data-scroll-mode=blurry-header]{overflow:auto}body[data-scroll-mode=blurry-header] .content-container{position:relative;top:auto;bottom:auto;padding-top:60px;padding-bottom:60px;overflow:visible}body[data-scroll-mode=off-limit-header]{overflow:hidden}.scroll-wrapper{min-height:100%;padding:30px 0;box-sizing:border-box;display:flex;align-items:center;justify-content:center}body[data-scroll-mode=blurry-header] .scroll-wrapper{min-height:calc(100vh - 120px)}@media (max-height:500px){.content-container{top:50px;bottom:50px}body[data-scroll-mode=blurry-header] .content-container{padding-top:50px;padding-bottom:50px}.scroll-wrapper{padding:20px 0}body[data-scroll-mode=blurry-header] .scroll-wrapper{min-height:calc(100vh - 100px)}}.page-fade{position:relative;width:100%}.page-fade:before{content:"";position:fixed;top:60px;bottom:0;left:0;right:0;background:#000;opacity:1;z-index:45;pointer-events:none;animation:page-fade-overlay 1.5s ease-out forwards}@media (max-height:500px){.page-fade:before{top:50px;bottom:0}}@keyframes page-fade-overlay{0%{opacity:1}to{opacity:0}}