.card-wrapper{--offset:1.5px;overflow:hidden;position:relative;border-radius:9999px}.card-wrapper:before{content:"";background:conic-gradient(transparent 270deg,#06a0ed,transparent);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1.4);aspect-ratio:1;width:100%;animation:rotate 4s linear infinite;z-index:0}.card-wrapper:after{content:"";background:inherit;border-radius:inherit;position:absolute;inset:var(--offset);height:calc(100% - 2 * var(--offset));width:calc(100% - 2 * var(--offset));z-index:1;pointer-events:none}