.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}html{scroll-behavior:smooth;scroll-padding-top:80px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:rgba(15,23,42,.3)}::-webkit-scrollbar-thumb{background:rgba(45,212,191,.3);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:rgba(45,212,191,.5)}.particle{position:absolute;width:5px;height:5px;border-radius:50%;background:radial-gradient(circle,rgba(45,212,191,.8) 0,rgba(45,212,191,0) 70%);box-shadow:0 0 10px 2px rgba(45,212,191,.4);opacity:.6;pointer-events:none;animation:float 8s ease-in-out infinite}.particle:first-child{top:20%;left:10%;width:8px;height:8px;animation-delay:0s}.particle:nth-child(2){top:60%;left:80%;width:12px;height:12px;animation-delay:-1s}.particle:nth-child(3){top:40%;left:40%;width:15px;height:15px;animation-delay:-2s}.particle:nth-child(4){top:10%;left:70%;width:6px;height:6px;animation-delay:-3s}.particle:nth-child(5){top:80%;left:20%;width:10px;height:10px;animation-delay:-4s}.particle:nth-child(6){top:70%;left:60%;width:9px;height:9px;animation-delay:-5s}@keyframes float{0%,to{transform:translateY(0) translateX(0)}25%{transform:translateY(-20px) translateX(10px)}50%{transform:translateY(0) translateX(20px)}75%{transform:translateY(20px) translateX(10px)}}.gear-large,.gear-medium,.gear-small{position:absolute;border-radius:50%;background:conic-gradient(from 0deg,rgba(45,212,191,.2),rgba(14,165,233,.2),rgba(45,212,191,.2));opacity:.2}.gear-large:before,.gear-medium:before,.gear-small:before{content:"";position:absolute;top:50%;left:50%;width:40%;height:40%;background-color:rgba(15,23,42,.7);border-radius:50%;transform:translate(-50%,-50%)}.gear-large:after,.gear-medium:after,.gear-small:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-conic-gradient(transparent 0deg 10deg,rgba(15,23,42,.8) 10deg 20deg);border-radius:50%;mask-image:radial-gradient(transparent 40%,black 0);-webkit-mask-image:radial-gradient(transparent 40%,black 0)}.gear-large{width:400px;height:400px;top:10%;right:-100px;animation:rotate 120s linear infinite}.gear-medium{width:250px;height:250px;bottom:10%;left:-80px;animation:rotate-reverse 80s linear infinite}.gear-small{width:180px;height:180px;top:60%;right:20%;animation:rotate 60s linear infinite}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotate-reverse{0%{transform:rotate(1turn)}to{transform:rotate(0deg)}}@keyframes pulse{0%,to{opacity:.6}50%{opacity:.9}}.glass{background:rgba(15,23,42,.3);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.05)}@media (max-width:768px){.gear-large{width:200px;height:200px}.gear-medium{width:150px;height:150px}.gear-small{width:100px;height:100px}}