.glowCard{--start:0;position:relative;z-index:40;overflow:hidden;transition:border-color 1s ease-in-out}.glowCard:before{background:radial-gradient(circle,#666 0,#333 100%);background-attachment:fixed;mask:linear-gradient(#0000,#0000),conic-gradient(from calc((var(--start) - 15) * 1deg),#3333331f 0deg,#333,#33333300 100deg);mask-composite:intersect;mask-clip:padding-box,border-box}.dark .glowCard:before,.glowCard:before{position:absolute;content:"";width:100%;height:100%;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:12px;border:2px solid transparent;opacity:0;transition:.5s ease}.dark .glowCard:before{background:radial-gradient(circle,#e5e5e5 0,#fff 100%);background-attachment:fixed;mask:linear-gradient(#0000,#0000),conic-gradient(from calc((var(--start) - 15) * 1deg),#ffffff1f 0deg,white,#ffffff00 100deg);mask-composite:intersect;mask-clip:padding-box,border-box}.cardGlow{pointer-events:none;position:absolute;width:100%;height:100%;left:50%;top:50%;transform:translate(-50%,-50%);filter:blur(10px);filter:saturate(200)}.glowCard:hover:before{opacity:1}.lock-scan{position:relative;display:flex;flex-direction:column}.lock-scan .lock-qrcode{position:relative;width:80px;height:80px;background:url(/assets/icons/lock-scan.svg);background-size:80px}.lock-scan .lock-qrcode:before{content:"";position:absolute;top:0;left:0;width:100%;height:0;background:url(/assets/icons/lock-scan02.svg);background-size:80px;overflow:hidden;animation:lockAnimate 4s ease-in-out infinite}.lock-scan .lock-qrcode:after{content:"";position:absolute;left:4px;width:calc(100% - 8px);height:2px;background:#0eea08;filter:drop-shadow(0 0 10px #0eea08) drop-shadow(0 0 20px #35fd5c);animation:animateLine 4s ease-in-out infinite}@keyframes lockAnimate{0%,to{height:0}50%{height:100%}}@keyframes animateLine{0%{top:0}50%{top:calc(100% - 2px)}to{top:0}}