.troncher-idle{position:relative;width:190px;height:230px;transform-origin:50% 96%;animation:troncherIdle 5.8s ease-in-out infinite;}
.troncher-idle>canvas{width:190px;height:230px;image-rendering:pixelated;display:block}
.player-pet{position:absolute;right:-34px;bottom:-9px;width:76px;height:84px;z-index:4;pointer-events:none;transform-origin:50% 95%;animation:petIdle 4.2s ease-in-out infinite;}
.pet-sprite{display:block;width:100%;height:100%;object-fit:contain;image-rendering:pixelated;}
.pet-card-art{height:180px;display:grid;place-items:center}.pet-card-art .pet-sprite{width:150px;height:160px;animation:petIdle 4.2s ease-in-out infinite;transform-origin:50% 95%}
.pet-catalog{margin-top:28px}.pet-price{display:flex;flex-direction:column;gap:8px;margin:12px 0}.pet-inspection{overflow:hidden}.pet-inspection .fitting-player{margin-right:22px}.shop-categories{flex-wrap:wrap}.pet-catalog .geargrid{grid-template-columns:repeat(2,minmax(0,1fr))}.pet-catalog .gear{min-width:0}.pet-quote-time{min-height:2em}
@keyframes troncherIdle{0%,100%{transform:rotate(-.55deg)}50%{transform:rotate(.55deg) translateY(-.7px)}}
@keyframes petIdle{0%,100%{transform:translateY(0) rotate(-.5deg)}50%{transform:translateY(-1.2px) rotate(.5deg)}}
@media(max-width:500px){.pet-catalog .geargrid{grid-template-columns:1fr}.pet-inspection .fitting-player{transform:scale(1.05)}}
@media(prefers-reduced-motion:reduce){.troncher-idle,.player-pet,.pet-card-art .pet-sprite{animation:none!important}}
