/* PAW CURSOR — Onchain Pixel Bearz */
@media (hover: hover) and (pointer: fine) {
  html, body, * { cursor: none !important; }
  
  .paw-cursor{
    position:fixed;left:0;top:0;width:42px;height:42px;
    pointer-events:none;z-index:9999;
    transform:translate(-50%,-50%);
    transition:transform .08s ease;
    filter:drop-shadow(3px 5px 0 rgba(0,0,0,.35));
    will-change:transform,left,top;
  }
  .paw-cursor svg{width:100%;height:100%}
  .paw-cursor.clicking{transform:translate(-50%,-50%) scale(.78) rotate(-12deg)}
  .paw-cursor.hidden{opacity:0}
}
