html,body{cursor:none}.custom-cursor-dot{pointer-events:none;z-index:99999;background:#ff3f21;border-radius:9999px;width:8px;height:8px;position:fixed;top:0;left:0;transform:translate(-50%,-50%);box-shadow:0 0 10px #ff3f21e6,0 0 25px #ff3f2180}.custom-cursor-ring{pointer-events:none;z-index:99998;border:1.5px solid #ff3f21bf;border-radius:9999px;width:34px;height:34px;transition:width .25s,height .25s,border-color .25s,background .25s,opacity .25s;position:fixed;top:0;left:0;transform:translate(-50%,-50%);box-shadow:0 0 15px #ff3f2133,inset 0 0 10px #f52100}.custom-cursor-ring.cursor-hover{background:#ff3f2114;border-color:#ff3f21;width:58px;height:58px;box-shadow:0 0 25px #ff3f2159,inset 0 0 15px #ff3f211a}.custom-cursor-dot.cursor-hover{width:5px;height:5px}.custom-cursor-ring.cursor-click{animation:.45s ease-out cursorClick}@keyframes cursorClick{0%{opacity:1;transform:translate(-50%,-50%)scale(.7)}60%{opacity:.65;transform:translate(-50%,-50%)scale(1.35)}to{opacity:0;transform:translate(-50%,-50%)scale(1.7)}}.custom-cursor-ring:after{content:"";border-radius:inherit;border:1px dashed #ff3f2140;animation:4s linear infinite cursorRotate;position:absolute;inset:-6px}@keyframes cursorRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (hover:none),(pointer:coarse){html,body{cursor:auto}.custom-cursor-dot,.custom-cursor-ring{display:none}}
