.custom-cursor{pointer-events:none;z-index:9999;opacity:0;width:40px;height:40px;transition:opacity .3s;position:fixed;transform:translate(-50%,-50%)}.custom-cursor.visible{opacity:1}.custom-cursor.clicking .cursor-ring{border-color:#ff64c8cc;transform:scale(.8)}.custom-cursor.hovering .cursor-ring{mix-blend-mode:difference;background:#64c8ff1a;border-color:#64c8ffe6;transform:scale(1.5)}.cursor-ring{border:2px solid #64c8ff80;border-radius:50%;width:100%;height:100%;transition:transform .2s,border-color .2s;animation:2s ease-in-out infinite pulse;position:relative;box-shadow:0 0 10px #64c8ff4d,inset 0 0 10px #64c8ff33}.cursor-ring:before{content:"";border:1px solid #64c8ff4d;border-radius:50%;width:60%;height:60%;animation:2s ease-in-out infinite reverse pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-cursor-dot{pointer-events:none;z-index:10000;opacity:0;background:linear-gradient(135deg,#64c8ff,#00a8ff);border-radius:50%;width:6px;height:6px;transition:opacity .3s,transform .2s;position:fixed;transform:translate(-50%,-50%);box-shadow:0 0 10px #64c8ffcc,0 0 20px #64c8ff66}.custom-cursor-dot.visible{opacity:1}.custom-cursor-dot.clicking{background:linear-gradient(135deg,#ff64c8,#ff00a8);transform:translate(-50%,-50%)scale(1.5);box-shadow:0 0 15px #ff64c8,0 0 30px #ff64c899}@keyframes pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}@media (pointer:fine){body,a,button,input,textarea,select{cursor:none!important}}a:hover~.custom-cursor .cursor-ring,button:hover~.custom-cursor .cursor-ring{border-color:#ff64c8cc;animation:1s ease-in-out infinite pulse}.cursor-canvas{mix-blend-mode:screen}@media (pointer:coarse){.custom-cursor,.custom-cursor-dot,.cursor-canvas{display:none!important}}
