.styles_boxShadow__BIuV4{border-radius:10px;border:1px solid #000;background:var(--Color,#fff);box-shadow:4px 6px 4px 0 rgba(0,0,0,.25)}.styles_text_stroke__BDnhv{color:#fff;-webkit-text-fill-color:#fff;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#000}.styles_blackTextGradient__UjrBM{background:linear-gradient(102deg,rgba(0,0,0,.85) 3.21%,rgba(62,62,62,.81) 95.99%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@property --rotate{syntax:"<angle>";initial-value:132deg;inherits:false}.card{--card-width:auto;--card-height:auto;background:#fff;width:var(--card-width);height:var(--card-height);padding:3px;position:relative;border-radius:6px;justify-content:center;align-items:center;text-align:center;display:flex;font-size:1.5em;color:#000;box-sizing:border-box}.card:before{width:calc(100% + 6px);height:calc(100% + 6px);border-radius:10px;top:-3px;left:-3px}.card:after,.card:before{content:"";background-image:linear-gradient(var(--rotate),#5ddcff,#3c67e3 43%,#4e00c2);position:absolute;z-index:-1;animation:spin 2.5s linear infinite}.card:after{top:0;left:0;right:0;bottom:0;height:100%;width:100%;transform:scale(.97);filter:blur(15px);opacity:1;transition:opacity .5s}@keyframes spin{0%{--rotate:0deg}to{--rotate:360deg}}