.border-light-button{position:relative;background-color:#000;color:#fff;border:none;cursor:pointer;overflow:hidden;z-index:1;transition:transform .2s ease;display:flex;align-items:center;justify-content:center;line-height:1}.border-light-button--large{padding:14px 38px;font-size:22px;font-weight:600;border-radius:22px}.border-light-button--medium{padding:8px 20px;font-size:14px;font-weight:500;border-radius:14px}.border-light-button--small{padding:6px 16px;font-size:13px;font-weight:500;border-radius:12px}.border-light-button:hover{transform:scale(1.05);background:radial-gradient(rgba(25,250,0,.274) 35%);box-shadow:0 0 15px hsla(0,0%,100%,.24)}.border-light-button:before{content:"";position:absolute;top:50%;left:50%;width:150%;height:150%;background:conic-gradient(from 0deg,transparent 0deg,transparent 80deg,hsla(0,0%,100%,.8) 100deg,transparent 180deg);transform:translate(-50%,-50%);animation:rotate 4s linear infinite;z-index:-2}.border-light-button:after{content:"";position:absolute;inset:2px;background:#000;z-index:-1}.border-light-button--large:after{border-radius:18px}.border-light-button--medium:after{border-radius:14px}.border-light-button--small:after{border-radius:12px;inset:1.5px}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}