#back-to-top{background:linear-gradient(145deg,#ffffff 0%,#d4af37 20%,#2c2c2c 100%);color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;cursor:pointer;position:fixed;bottom:20px;right:30px;z-index:1000;text-decoration:none;border:none;overflow:hidden;background-clip:padding-box;box-shadow:0 8px 15px rgb(0 0 0 / .4),inset 0 0 10px rgb(255 255 255 / .3),inset 0 -5px 10px rgb(212 175 55 / .5);transform:translateY(0) scale(1) rotateZ(0deg);transition:all 0.3s ease-in-out}#back-to-top.active{transform:translateY(-10px) scale(1.15) rotateZ(2deg);box-shadow:0 12px 25px rgb(0 0 0 / .6),inset 0 0 12px rgb(255 255 255 / .4),inset 0 -7px 12px rgb(212 175 55 / .7);background:linear-gradient(145deg,#ffffff 0%,#d4af37 25%,#2c2c2c 100%)}#back-to-top i:before{color:#fff;font-size:18px;text-shadow:0 0 8px rgb(255 255 255 / .9),0 0 12px rgb(212 175 55 / .8)}