:root{color-scheme:dark}*{box-sizing:border-box}body,html{padding:0;margin:0;min-height:100%}.aurora{position:fixed;inset:0;z-index:-1;overflow:hidden;background:#070a0f}.aurora:after,.aurora:before{content:"";position:absolute;width:60vmax;height:60vmax;border-radius:50%;filter:blur(90px);opacity:.35;will-change:transform}.aurora:before{background:radial-gradient(circle at center,#12c2f0,transparent 60%);top:-20vmax;left:-10vmax;animation:drift1 22s ease-in-out infinite alternate}.aurora:after{background:radial-gradient(circle at center,#7c3aed,transparent 60%);bottom:-25vmax;right:-15vmax;animation:drift2 28s ease-in-out infinite alternate}@keyframes drift1{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(12vmax,10vmax,0) scale(1.15)}}@keyframes drift2{0%{transform:translateZ(0) scale(1.1)}to{transform:translate3d(-10vmax,-8vmax,0) scale(1)}}@media (prefers-reduced-motion:reduce){.aurora:after,.aurora:before{animation:none}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:rgba(255,255,255,.12);border-radius:8px}