.five-tabs{grid-template-columns:repeat(5,1fr)}.five-tabs button i{right:18px}.pet-screen{padding-top:4px;background:linear-gradient(#fffefa,#fbf7f1)}.pet-topline{display:flex;align-items:end;justify-content:space-between;margin:4px 2px 9px}.pet-topline h2{margin:0;font-size:22px}.pet-coins{display:flex;gap:5px;align-items:center;background:#f4eee4;padding:6px 10px;border-radius:20px;font-size:12px}.pet-coins span{color:#d89d48}.pet-switch{display:grid;grid-template-columns:1fr 1fr;background:#eee8e0;padding:3px;border-radius:12px;margin-bottom:8px}.pet-switch button{height:30px;border:0;background:transparent;border-radius:10px;color:var(--muted);font-size:12px}.pet-switch button.active{background:#fff;color:var(--ink);box-shadow:0 2px 8px rgba(62,43,38,.08)}.pet-switch i{display:inline-block;width:5px;height:5px;background:#6caa73;border-radius:50%;margin-right:4px}.pet-room{height:275px;border-radius:24px;position:relative;overflow:hidden;background:linear-gradient(#e9d7c4 0 67%,#d8b79a 67%);box-shadow:inset 0 -8px rgba(106,66,43,.05);transition:background .35s}.pet-room::after{content:"";position:absolute;left:0;right:0;top:66%;height:2px;background:rgba(111,75,53,.13)}.pet-room.friend-room{background:linear-gradient(#d9e6df 0 67%,#b9cdbf 67%)}.room-window{position:absolute;width:70px;height:82px;left:22px;top:22px;background:#b7d5dd;border:7px solid #f8f0e3;border-radius:35px 35px 4px 4px;overflow:hidden}.room-window:before,.room-window:after{content:"";position:absolute;background:#f8f0e3;z-index:2}.room-window:before{width:5px;height:100%;left:26px}.room-window:after{height:5px;width:100%;top:36px}.room-window i{position:absolute;width:22px;height:22px;border-radius:50%;background:#f7d99c;right:6px;top:7px}.room-window span{position:absolute;width:80px;height:25px;border-radius:50%;background:#8fb6a5;left:-14px;bottom:-13px}.room-plant{position:absolute;right:25px;top:45px;font-size:58px;color:#758f70;transform:rotate(-8deg)}.room-plant:after{content:"";position:absolute;width:34px;height:30px;background:#b77d63;border-radius:4px 4px 14px 14px;left:11px;bottom:-8px}.room-frame{position:absolute;right:108px;top:27px;background:#fff8ed;border:6px solid #b89071;padding:7px 11px;color:#ce7580;transform:rotate(3deg)}.pet-rug{position:absolute;width:210px;height:74px;border-radius:50%;background:rgba(249,231,204,.75);left:76px;bottom:2px}.pet-character{position:absolute;width:126px;height:145px;left:50%;bottom:29px;transform:translateX(-50%);z-index:2;transition:transform .2s}.pet-character.hop{animation:pet-hop .55s ease}.pet-character.wiggle{animation:pet-wiggle .55s ease}@keyframes pet-hop{50%{transform:translate(-50%,-24px) rotate(4deg)}}@keyframes pet-wiggle{25%{transform:translateX(-50%) rotate(-7deg)}75%{transform:translateX(-50%) rotate(7deg)}}.pet-body{position:absolute;width:87px;height:82px;border-radius:48% 52% 40% 40%;background:#d89b62;left:20px;bottom:5px}.pet-head{position:absolute;width:94px;height:83px;border-radius:48% 48% 44% 44%;background:#e0a46d;left:16px;top:14px;z-index:2}.ear{position:absolute;width:35px;height:42px;background:#d9945b;top:-19px;z-index:-1}.ear:after{content:"";position:absolute;inset:9px 8px;background:#edb1a7}.ear.left{left:3px;clip-path:polygon(10% 100%,35% 0,100% 88%)}.ear.right{right:3px;clip-path:polygon(0 88%,65% 0,90% 100%)}.eye{position:absolute;width:7px;height:9px;background:#443b35;border-radius:50%;top:36px}.eye.left{left:27px}.eye.right{right:27px}.pet-nose{position:absolute;left:44px;top:47px;color:#b66f72;font-size:12px}.pet-head em{position:absolute;width:18px;height:7px;border-bottom:2px solid #7f5845;border-radius:50%;left:38px;top:53px}.pet-tail{position:absolute;width:63px;height:28px;border:15px solid #d89b62;border-left:0;border-bottom:0;border-radius:0 60px 0 0;right:-20px;bottom:27px;transform:rotate(22deg)}.pet-paw{position:absolute;width:30px;height:22px;background:#e8b47d;border-radius:50%;bottom:0;z-index:3}.pet-paw.left{left:25px}.pet-paw.right{right:25px}.pet-emote{position:absolute;right:-9px;top:3px;color:#dc6677;font-size:19px;opacity:0}.pet-emote.show{animation:emote 1s}@keyframes emote{0%{opacity:0;transform:translateY(5px)}30%{opacity:1}100%{opacity:0;transform:translateY(-25px)}}.pet-bowl{position:absolute;left:35px;bottom:22px;width:48px;height:25px;background:#d97070;color:#fff;border-radius:4px 4px 18px 18px;text-align:center;padding-top:5px;font-size:12px;z-index:3}.toy-ball{position:absolute;right:42px;bottom:28px;width:29px;height:29px;border-radius:50%;background:#728e8b;color:#fff;display:grid;place-items:center;font-size:12px;z-index:3}.pet-speech{position:absolute;left:50%;top:14px;transform:translateX(-50%);background:rgba(255,255,255,.92);border-radius:12px;padding:7px 11px;font-size:12px;white-space:nowrap;box-shadow:0 3px 12px rgba(70,49,40,.08);z-index:4}.pet-identity{display:flex;justify-content:space-between;align-items:center;margin:9px 3px 7px}.pet-identity h3{font-size:15px;margin:0}.pet-identity h3 span{font-size:12px;background:#f1dfc8;color:#9d6b3d;padding:3px 6px;border-radius:8px}.pet-identity p{font-size:12px;color:var(--muted);margin:2px 0}.pet-identity button{border:0;background:none;color:var(--rose-dark);font-size:12px}.pet-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.pet-stats>div{display:grid;grid-template-columns:1fr auto;gap:3px;font-size:12px}.pet-stats i{grid-column:1/3;height:5px;background:#ece4dc;border-radius:5px;overflow:hidden}.pet-stats em{display:block;height:100%;background:#d59a6c;border-radius:5px;transition:width .4s}.pet-stats>div:nth-child(2) em{background:#d87583}.pet-stats>div:nth-child(3) em{background:#71a0a3}.pet-stats b{font-size:12px}.pet-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:10px}.pet-actions button{border:0;background:#fff;border-radius:14px;padding:8px 4px;box-shadow:0 4px 13px rgba(69,49,41,.08);display:grid;justify-items:center;gap:1px}.pet-actions span{font-size:17px;color:#c6766d}.pet-actions b{font-size:12px}.pet-actions small{font-size:12px;color:var(--muted)}.visit-note{display:flex;gap:9px;align-items:center;background:#f3e7e2;padding:8px 10px;border-radius:12px;margin-top:9px}.visit-note>span{color:var(--rose);font-size:17px}.visit-note p{display:grid;margin:0}.visit-note b{font-size:12px}.visit-note small{font-size:12px;color:var(--muted)}.pet-alert{background:#e09b50!important}.pet-log-modal{display:none;position:fixed;inset:0;background:rgba(36,28,27,.52);z-index:30;align-items:flex-end;justify-content:center}.pet-log-modal.show{display:flex}.pet-log-sheet{width:min(390px,100%);background:var(--paper);border-radius:28px 28px 0 0;padding:18px 22px 30px;position:relative}.sheet-grip{width:38px;height:4px;border-radius:4px;background:#d8cfc8;margin:-7px auto 18px}.pet-log-sheet>button{position:absolute;right:18px;top:16px;border:0;background:none;font-size:22px}.pet-log-sheet h2{margin:0 0 14px}.care-log article{display:flex;gap:12px;align-items:center;border-bottom:1px solid var(--line);padding:12px 0}.care-log article>span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#f4e4e2;color:var(--rose)}.care-log p{display:grid;margin:0}.care-log b{font-size:12px}.care-log small{font-size:12px;color:var(--muted);margin-top:3px}@media(max-width:450px){.pet-room{height:calc(100svh - 445px);min-height:250px;max-height:330px}}
