@media (hover:hover) and (pointer:fine){body{cursor:none}.cursor-wrapper{display:block}}@media (hover:none) and (pointer:coarse){.cursor-wrapper{display:none!important}}.cursor-dot{width:15px;height:15px;position:fixed;top:0;left:0;pointer-events:none;transform:translate(-50%,-50%);z-index:999998;background:url('https://hephzi.com/wp-content/uploads/2026/04/custom-cursor-color.png') no-repeat center;background-size:contain}.cursor-circle{width:40px;height:40px;border:1px solid #e6e6e6;border-radius:50%;position:fixed;top:0;left:0;pointer-events:none;transform:translate(-50%,-50%);z-index:999998;background-color:rgba(217,217,217,0.1);backdrop-filter:blur(1px);transition:transform 0.2s ease,width 0.2s ease,height 0.2s ease}.cursor-circle.hover{width:60px;height:60px}