:root{--border-radius:2rem}.card{border-radius:var(--border-radius)}@property --angle{syntax:"<angle>";inherits:false;initial-value:0deg}.card:after,.card:before{box-sizing:initial;content:"";background-image:conic-gradient(from var(--angle), transparent 10%, #1f8798);border-radius:var(--border-radius);z-index:-1;width:100%;height:100%;padding:.5px;animation:3s linear infinite spin-deg;position:absolute;top:50%;left:50%;translate:-50% -50%}@keyframes spin-deg{0%{--angle:0deg}to{--angle:360deg}}.card:before{opacity:.5;filter:blur(1.5rem)}
/*# sourceMappingURL=0wv6ddhemdjmx.css.map*/