.pet-zone{position:absolute;z-index:9;background:transparent;border:0;padding:0;cursor:pointer;touch-action:pan-x;-webkit-tap-highlight-color:transparent}
.pet-zone[data-pointer=active]{cursor:none}
.pet-zone:focus-visible{outline:2px solid #f2dea2;outline-offset:-4px;background:#fff5d822}
.pet-effects{position:absolute;inset:0;z-index:10;pointer-events:none;overflow:hidden}
.pet-cursor{position:fixed;z-index:100;pointer-events:none;width:29px;height:32px;transform:translate(-48%,-24%);filter:drop-shadow(1px 2px 1px #1118)}
.pet-hand{display:block;width:100%;height:100%;overflow:visible;transform:rotate(-10deg);transform-origin:48% 72%}
.pet-hand-outline{fill:#fff3d9;stroke:#594135;stroke-width:1.6;stroke-linejoin:round;stroke-linecap:round}
.pet-hand-lines{fill:none;stroke:#aa8066;stroke-width:1.1;stroke-linecap:round}
.pet-hand-highlight{fill:none;stroke:#fffdf4;stroke-width:1.6;stroke-linecap:round}
.pet-cursor.is-stroking .pet-hand{animation:gentle-pet .68s ease-in-out infinite}
.pet-particle{position:absolute;height:auto;aspect-ratio:36/40;overflow:visible;pointer-events:none;filter:drop-shadow(0 1px 1px #14111999);transform:translateX(-50%)}
.pet-particle path{stroke-linecap:round;stroke-linejoin:round}
.pet-heart .doodle-fill{fill:#e7a29a;fill-opacity:.8;stroke:#ffdfcd;stroke-width:1.9}
.pet-question .doodle-question{fill:none;stroke:#e6d2f3;stroke-width:2.5}
.pet-particle .doodle-echo{fill:none;stroke:#fff7e6;stroke-width:1;opacity:.8}
.pet-particle .doodle-spark{fill:none;stroke:#ffecd8;stroke-width:1.4;opacity:.85}
@keyframes gentle-pet{0%,100%{transform:translate(-4px,-1px) rotate(-14deg)}50%{transform:translate(5px,3px) rotate(5deg)}}
@media(prefers-reduced-motion:reduce){.pet-cursor.is-stroking .pet-hand{animation:none}}
