@keyframes faded{0%{opacity:0}to{opacity:1}}@keyframes scan-anim-y{0%{top:10%}50%{top:90%}to{top:10%}}@keyframes scan-anim-x{0%{left:10%}50%{left:90%}to{left:10%}}.scanner-wrapper{animation:faded 1s both;position:fixed;top:0;z-index:9999;left:0;width:100dvw;height:100dvh;padding:10% 3rem 3rem;background-color:rgba(54,53,53,.95)}#qr-reader div[style*=border]{border:none!important}#qr-reader tr[style*=background]{background:rgba(0,0,0,0)!important}#qr-reader video{width:100%!important;height:100%!important;object-fit:cover!important;padding:8px!important;border-radius:12px!important}#qr-reader{border:none!important;padding:0!important}#qr-reader[state-camera="2"]:after,#qr-reader[state-camera="2"]:before{content:"";position:absolute;background:linear-gradient(to bottom,transparent,var(--color-primary-50),transparent);z-index:1000;pointer-events:none}#qr-reader:before{left:5%;right:5%;height:3px;animation:scan-anim-y 3.5s linear infinite}#qr-reader:after{top:5%;bottom:5%;height:90%;width:3px;animation:scan-anim-x 3s linear infinite}