@media (hover:hover) and (pointer:fine){html,body{cursor:none}}#cursor-dot,#cursor-circle{position:fixed;top:0;left:0;pointer-events:none;opacity:0;transform:translate3d(-50%,-50%,0);will-change:transform;z-index:9999;mix-blend-mode:difference}#cursor-dot{width:1rem;height:1rem;background:#fff;border-radius:50%}#cursor-circle{width:4rem;height:4rem;border-radius:50%;border:.1rem solid #fff;background:#fff0;transition:width 0.2s ease,height 0.2s ease,background 0.2s ease,border-color 0.2s ease}[data-theme="dark"] #cursor-dot{background:#fff}[data-theme="dark"] #cursor-circle{border:.1rem solid #fff}body:has(a:hover,button:hover,[role="button"]:hover) #cursor-circle{width:8rem;height:8rem;background-color:rgb(88 197 218);mix-blend-mode:hard-light;border-color:#fff0}[data-theme="dark"] body:has(a:hover,button:hover,[role="button"]:hover) #cursor-circle{mix-blend-mode:screen}body:has(a:hover,button:hover,[role="button"]:hover) #cursor-dot{background-color:#fff;mix-blend-mode:normal}:focus-visible{cursor:auto!important}@media (prefers-reduced-motion:reduce){#cursor-circle{transition:none}}@media (hover:none) and (pointer:coarse){html,body{cursor:auto}#cursor-dot,#cursor-circle{display:none}}