.pet-summary{display:flex;align-items:center;gap:24px;flex-wrap:wrap;background:#e3efe8;border:1px solid #c5dcd0;border-radius:18px;padding:16px 22px;margin-bottom:22px}.pet-summary b{font-size:24px;color:#155649}.pet-summary a{margin-left:auto}.pet-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.pet-card{background:#fff;border:1px solid #d5e2dc;border-radius:22px;padding:18px;display:flex;flex-direction:column;min-width:0;box-shadow:0 4px 0 #d9e6df}.pet-card h3{margin:12px 0 4px;font-size:20px;overflow-wrap:anywhere}.pet-art{display:block;width:100%;aspect-ratio:1;max-height:245px;border-radius:16px;overflow:hidden;background:#fff}.pet-tier{font-size:12px;font-weight:700;border-radius:20px;padding:5px 9px;background:#e8f1e9;color:#315b3b}.tier-1 .pet-tier{background:#fff0cd;color:#795716}.tier-2 .pet-tier{background:#eae4f5;color:#654981}.tier-3 .pet-tier{background:#f8e4d4;color:#8a4c24}.pet-fact{font-size:14px;line-height:1.7;color:#536d64;flex:1}.pet-card-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.pet-card-actions .btn{min-height:44px}.pet-card-actions small{width:100%}.pet-tabs,.pet-filters{display:flex;gap:10px;flex-wrap:wrap;margin:22px 0 16px}.pet-tabs .btn{min-width:145px}.pet-starter{background:#fffbef}.pet-confirm-art{max-width:230px;margin:auto}.pet-companion{display:flex;gap:10px;align-items:center;justify-content:center;flex-wrap:wrap;margin-top:18px;padding:12px;background:#ffffffb8;border-radius:18px}.pet-companion .pet-greet{background:#fff;border:0;border-radius:50%;width:112px;height:112px;padding:4px;cursor:pointer}.pet-companion .pet-art{width:100%;height:100%;border-radius:50%}.pet-companion a{font-size:14px}.pet-bounce{animation:petHello .65s ease-in-out}@keyframes petHello{25%{transform:translateY(-12px) rotate(-6deg)}65%{transform:translateY(-5px) rotate(6deg)}}@media(prefers-reduced-motion:reduce){.pet-bounce{animation:none}}@media(max-width:1100px){.pet-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:580px){.pet-grid{gap:12px}.pet-card{padding:12px}.pet-card .row{flex-wrap:wrap;gap:6px}.pet-card h3{font-size:18px}.pet-card-actions .btn{width:100%;padding:10px}.pet-summary{gap:12px}.pet-summary a{margin-left:0}.pet-fact{font-size:13px}}
