body{background-color:#0a0a0b;color:#fff}*{scrollbar-width:thin;scrollbar-color:rgba(255,107,53,.3) #121111}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0a0a0b}::-webkit-scrollbar-thumb{background-color:rgba(255,107,53,.3);border-radius:4px}::-webkit-scrollbar-thumb:hover{background-color:rgba(255,107,53,.5)}body:before{top:-100px;left:-100px;width:200px;height:200px}body:after,body:before{content:"";position:fixed;background:linear-gradient(135deg,#ff6b35,#e55a2b);border-radius:50%;opacity:.05;z-index:1;animation:float 6s ease-in-out infinite;pointer-events:none}body:after{bottom:-110px;right:-110px;width:250px;height:250px;animation-delay:1s}@keyframes float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.05)}}