.sa-rounded-cursor{--cursor-spin-size:100px;--cursor-spin-border-width:2px;--cursor-spin-border-color-1:red;--cursor-spin-border-color-2:orange;--cursor-spin-speed:2s}.sa-rounded-cursor .sa-cursor{position:absolute;left:0px;top:0px;z-index:1;color:transparent}.sa-rounded-cursor .sa-cursor-text .char{position:absolute !important;background:linear-gradient(45deg, #fff 50%, #ddd 50%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:none;font-weight:700}.sa-rounded-cursor .sa-cursor::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:var(--cursor-spin-size);height:var(--cursor-spin-size);border:var(--cursor-spin-border-width) solid;border-color:var(--cursor-spin-border-color-1) transparent var(--cursor-spin-border-color-2) transparent;border-radius:50%;animation:roundedCursorSpin var(--cursor-spin-speed) linear infinite}@keyframes roundedCursorSpin{0%{transform:translate(-50%, -50%) rotate(0deg)}100%{transform:translate(-50%, -50%) rotate(360deg)}}