.scroll-to-top{color:#39ff14;cursor:pointer;z-index:1000;background:#0e1d54;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;animation:.3s fadeIn;display:flex;position:fixed;bottom:100px;right:30px;box-shadow:0 4px 15px #667eea66}.scroll-to-top:hover{transform:translateY(-3px);box-shadow:0 6px 20px #667eea99}.scroll-to-top:active{transform:translateY(-1px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.scroll-to-top.minimal{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#667eeae6;border:1px solid #fff3}@media (max-width:768px){.scroll-to-top{width:45px;height:45px;bottom:20px;right:20px}}@media (max-width:480px){.scroll-to-top{width:40px;height:40px;bottom:15px;right:15px}.scroll-to-top svg{width:18px;height:18px}}
