.pet-game-root{--pet-ink:#1e293b;--pet-muted:#64748b;--pet-card:#fffffff5;z-index:1450;pointer-events:none;color:var(--pet-ink);font-family:Kanit,sans-serif;position:fixed;inset:0}.pet-game-root[hidden],.pet-game-root [hidden]{display:none!important}.pet-game-roam{left:var(--pet-roam-left,18px);bottom:var(--pet-roam-bottom,42px);opacity:1;visibility:visible;pointer-events:none;filter:drop-shadow(0 12px 12px #0f172a26);width:124px;height:126px;transition:left var(--pet-roam-duration,5.6s) cubic-bezier(.22,.8,.2,1),bottom var(--pet-roam-duration,5.6s) cubic-bezier(.22,.8,.2,1),opacity .28s ease,visibility 0s linear 0s;position:absolute}.pet-game-root.panel-open .pet-game-roam{opacity:0;visibility:hidden;transition:left var(--pet-roam-duration,5.6s) cubic-bezier(.22,.8,.2,1),bottom var(--pet-roam-duration,5.6s) cubic-bezier(.22,.8,.2,1),opacity .22s ease,visibility 0s linear .22s}.pet-game-avatar{cursor:grab;pointer-events:auto;touch-action:none;-webkit-user-select:none;user-select:none;background:0 0;border:0;width:108px;transition:transform .22s;position:absolute;inset:22px 8px 4px}.pet-game-avatar.is-carried{cursor:grabbing}.pet-game-roam{transition-timing-function:linear,linear,ease,linear}.pet-game-avatar:hover{transform:translateY(-5px)scale(1.05)}.pet-game-image{background-image:var(--pet-sprite);background-repeat:no-repeat;background-size:calc(var(--pet-sprite-columns,1) * 100%) 100%;image-rendering:auto;-webkit-user-select:none;user-select:none;background-position:0;width:100%;height:100%;display:block}.pet-game-image.roaming{animation:3.6s ease-in-out infinite pet-idle}.pet-game-level-chip{color:#334155;white-space:nowrap;pointer-events:auto;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffeb;border:1px solid #fffffff0;border-radius:999px;align-items:center;gap:6px;min-width:88px;padding:5px 9px;font:600 10px/1 Kanit,sans-serif;display:flex;position:absolute;bottom:-7px;left:50%;transform:translate(-50%);box-shadow:0 6px 18px #1e293b29}.pet-game-level-chip span{text-overflow:ellipsis;max-width:62px;overflow:hidden}.pet-game-level-chip b{color:#6d28d9}.pet-game-start-chip{color:#6d28d9;cursor:pointer;pointer-events:auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff0;border:1px solid #fffffff0;border-radius:999px;align-items:center;gap:7px;height:38px;padding:0 13px;font:700 10px Kanit,sans-serif;transition:transform .18s,box-shadow .18s;display:flex;position:absolute;bottom:18px;left:18px;box-shadow:0 8px 24px #1e293b26}.pet-game-start-chip:hover{transform:translateY(-2px);box-shadow:0 11px 27px #5b21b633}.pet-game-roam[data-facing=left] .pet-game-avatar{transform:scaleX(-1)}.pet-game-roam[data-facing=left] .pet-game-avatar:hover{transform:translateY(-5px)scaleX(-1)scale(1.05)}@media (width>=721px){.pet-game-root .pet-game-roam{width:200px;height:224px}.pet-game-root .pet-game-roam .pet-game-avatar{width:200px;height:200px;inset:20px 0 4px}}.pet-game-roam[data-activity=walk] .pet-game-image.roaming{animation:.34s step-end infinite alternate pet-walk}.pet-game-roam[data-activity=sleep] .pet-game-image.roaming{animation:2.5s ease-in-out infinite pet-sleep}.pet-game-roam[data-activity=play] .pet-game-image.roaming{animation:.42s ease-in-out infinite alternate pet-play}.pet-game-roam[data-activity=eat] .pet-game-image.roaming,.pet-game-roam[data-activity=drink] .pet-game-image.roaming{animation:.42s ease-in-out infinite alternate pet-munch}.pet-game-panel{background:var(--pet-card);opacity:0;transform-origin:100% 100%;pointer-events:none;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border:1px solid #ffffffe6;border-radius:26px;width:min(390px,100vw - 28px);padding:20px;transition:opacity .28s,transform .38s cubic-bezier(.2,.9,.25,1.08);position:absolute;bottom:24px;right:24px;transform:translateY(30px)scale(.94);box-shadow:0 28px 70px #1e293b3d}.pet-game-panel.open{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.pet-game-panel header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.pet-game-panel h3{margin:2px 0 0;font-size:25px;font-weight:800}.pet-game-panel header p{color:var(--pet-muted);margin:1px 0;font-size:11px}.pet-game-eyebrow{color:#7c3aed;letter-spacing:.13em;font-size:9px;font-weight:800;display:block}.pet-game-close{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:11px;place-items:center;width:34px;height:34px;transition:transform .18s,background .18s;display:grid}.pet-game-close:hover{background:#f1f5f9;transform:rotate(5deg)}.pet-game-profile{background:linear-gradient(135deg,#f5f3ff,#eef2ff);border-radius:20px;grid-template-columns:116px 1fr;align-items:center;gap:14px;margin:12px 0;padding:12px;display:grid}.pet-game-profile-image{height:105px;transition:transform .25s}.pet-game-profile-image.celebrate{animation:.65s pet-celebrate}.pet-game-level>span{color:#7c3aed;letter-spacing:.08em;font-size:10px;font-weight:800}.pet-game-level>strong{float:right;color:#d97706;font-size:12px}.pet-game-level>div{clear:both;background:#ddd6fe;border-radius:999px;height:8px;margin-top:9px;overflow:hidden}.pet-game-level>div i{border-radius:inherit;background:linear-gradient(90deg,#8b5cf6,#3b82f6);height:100%;transition:width .45s;display:block}.pet-game-level small{color:#64748b;text-align:right;margin-top:5px;font-size:9px;display:block}.pet-game-stats{gap:8px;display:grid}.pet-game-stat{grid-template-columns:54px 1fr 26px;align-items:center;gap:8px;font-size:10px;display:grid}.pet-game-stat>span{color:#64748b}.pet-game-stat>div{background:#e2e8f0;border-radius:999px;height:7px;overflow:hidden}.pet-game-stat>div i{border-radius:inherit;height:100%;transition:width .4s;display:block}.pet-game-stat i.food{background:linear-gradient(90deg,#fb923c,#f59e0b)}.pet-game-stat i.water{background:linear-gradient(90deg,#38bdf8,#3b82f6)}.pet-game-stat i.happy{background:linear-gradient(90deg,#f472b6,#8b5cf6)}.pet-game-stat>b{text-align:right;font-size:10px}.pet-game-care-actions{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:15px;display:grid}.pet-game-care-actions button{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:15px;place-items:center;gap:3px;min-height:72px;transition:transform .18s,border-color .18s,box-shadow .18s;display:grid;position:relative}.pet-game-care-actions button:hover:not(:disabled){border-color:#c4b5fd;transform:translateY(-2px);box-shadow:0 8px 20px #7c3aed1a}.pet-game-care-actions button:disabled{opacity:.38;cursor:not-allowed}.pet-game-care-actions i{color:#7c3aed;font-size:18px}.pet-game-care-actions span{font-size:10px}.pet-game-care-actions b{color:#6d28d9;background:#ede9fe;border-radius:999px;place-items:center;min-width:18px;height:18px;padding:0 4px;font-size:9px;display:grid;position:absolute;top:6px;right:7px}.pet-game-tip{color:#64748b;background:#f8fafc;border-radius:12px;margin:13px 0 0;padding:10px;font-size:9px;line-height:1.5}.pet-game-tip i{color:#8b5cf6;margin-right:5px}.pet-game-adoption{pointer-events:auto;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172a61;place-items:center;padding:22px;animation:.3s pet-fade-in;display:grid;position:absolute;inset:0}.pet-game-adoption-card{background:#fffffff7;border:1px solid #ffffffe6;border-radius:30px;width:min(620px,100%);max-height:min(760px,100vh - 38px);padding:28px;animation:.45s cubic-bezier(.2,.9,.25,1.08) pet-adopt-in;position:relative;overflow:auto;box-shadow:0 35px 90px #0f172a47}.pet-game-adoption-card>.pet-game-close{position:absolute;top:18px;right:18px}.pet-game-adoption-card h2{margin:6px 44px 2px 0;font-size:27px;font-weight:800}.pet-game-adoption-card>p{color:#64748b;margin:0 45px 18px 0;font-size:12px;line-height:1.55}.pet-game-adoption-card>label,.pet-game-form-grid label>span{color:#475569;margin:11px 0 6px;font-size:10px;font-weight:700;display:block}.pet-game-species{grid-template-columns:repeat(2,1fr);gap:9px;display:grid}.pet-game-species button{color:#475569;text-align:left;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:16px;grid-template-columns:72px minmax(0,1fr);align-items:center;gap:9px;min-height:72px;padding:5px 11px 5px 5px;font:600 11px Kanit;display:grid}.pet-game-species button.selected{color:#6d28d9;background:#f5f3ff;border-color:#8b5cf6;box-shadow:0 0 0 2px #8b5cf61a}.pet-species-preview{background:linear-gradient(145deg,#f8fafc,#eef2ff);border-radius:12px;place-items:center;width:68px;height:60px;display:grid;overflow:hidden}.pet-species-preview .pet-game-image{width:68px;height:58px}.pet-game-species button strong{text-overflow:ellipsis;overflow:hidden}.pet-game-adoption-preview{background:radial-gradient(circle at 50% 70%,#ede9fe 0 18%,#0000 19%),linear-gradient(145deg,#f8fafc,#eef2ff);border-radius:22px;height:210px;margin:12px 0 2px;overflow:hidden}.pet-game-image.preview{width:210px;margin:auto;animation:.9s ease-in-out infinite alternate pet-bob}.pet-game-color-options{flex-wrap:wrap;gap:8px;display:flex}.pet-game-color-options button{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:6px;padding:7px 10px;font:500 10px Kanit;display:flex}.pet-game-color-options button.selected{color:#6d28d9;background:#f5f3ff;border-color:#7c3aed}.pet-game-color-options i{background:#d6b089;border-radius:50%;width:15px;height:15px;box-shadow:inset 0 0 0 1px #0f172a1a}.pet-color-cream i{background:#f4e6cd}.pet-color-brindle i{background:#4b403a}.pet-color-blue i{background:#7d7b89}.pet-color-silver i{background:#cbd5e1}.pet-color-golden i{background:#d6a04b}.pet-game-form-grid{grid-template-columns:160px 1fr;gap:10px;display:grid}.pet-game-form-grid select,.pet-game-form-grid input{color:#1e293b;background:#fff;border:1px solid #dbe2ea;border-radius:12px;outline:none;width:100%;height:42px;padding:0 12px;font:500 11px Kanit}.pet-game-form-grid select:focus,.pet-game-form-grid input:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.pet-game-adopt-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c3aed,#4f46e5);border:0;border-radius:14px;width:100%;height:45px;margin-top:17px;font:700 12px Kanit;transition:transform .18s;box-shadow:0 10px 24px #4f46e53d}.pet-game-adopt-button:hover{transform:translateY(-2px)}.pet-access-floating{color:#6d28d9;cursor:pointer;pointer-events:auto;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;border:1px solid #fffffff0;border-radius:18px;grid-template-columns:54px auto;align-items:center;gap:8px;min-height:58px;padding:5px 13px 5px 5px;font:700 10px Kanit,sans-serif;animation:2.4s ease-in-out infinite pet-gift-float;display:grid;position:absolute;bottom:22px;right:18px;box-shadow:0 14px 34px #4c1d9533}.pet-access-floating img{object-fit:contain;width:54px;height:54px;display:block}.pet-access-floating:hover{box-shadow:0 18px 42px #4c1d9547}.pet-access-overlay{z-index:30;pointer-events:auto;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:radial-gradient(circle at 50% 42%,#ffffffb8,#ede9feb3 38%,#0f172a7a);place-items:center;padding:22px;animation:.32s pet-fade-in;display:grid;position:absolute;inset:0}.pet-access-card{text-align:center;background:linear-gradient(155deg,#fffffffa,#f5f3fffa);border:1px solid #fffffff0;border-radius:34px;place-items:center;width:min(620px,100%);min-height:590px;padding:38px;animation:.5s cubic-bezier(.2,.9,.25,1.08) pet-adopt-in;display:grid;position:relative;overflow:hidden;box-shadow:0 40px 110px #1e293b52}.pet-access-card>.pet-game-close{z-index:3;position:absolute;top:20px;right:20px}.pet-access-card:before{content:"";filter:blur(4px);background:radial-gradient(circle,#c4b5fd61,#0000 68%);border-radius:50%;width:360px;height:360px;position:absolute}.pet-access-stage{z-index:1;justify-items:center;width:100%;display:grid;position:relative}.pet-access-stage h2{color:#1e293b;margin:7px 0 3px;font-size:30px}.pet-access-stage p{color:#64748b;max-width:430px;margin:0;font-size:12px;line-height:1.65}.pet-access-gift-box{cursor:pointer;filter:drop-shadow(0 22px 22px #4c1d9538);background:0 0;border:0;width:330px;height:330px;margin:10px 0 -3px;animation:2.8s ease-in-out infinite pet-gift-shake}.pet-access-gift-box img{object-fit:contain;width:100%;height:100%;display:block}.pet-access-stage small{color:#8b5cf6;font-size:10px;font-weight:700}.pet-access-silhouette{place-items:center;width:300px;height:300px;margin:10px auto -4px;display:grid;overflow:hidden}.pet-access-silhouette .pet-game-image{filter:brightness(0)opacity(.92)drop-shadow(0 18px 12px #0f172a29);width:280px;height:280px;animation:1.6s ease-in-out infinite pet-silhouette-breathe}.pet-access-stage-reveal .pet-game-adopt-button{width:min(330px,100%);margin-top:2px}@keyframes pet-gift-shake{0%,68%,to{transform:translateY(0)rotate(0)}72%{transform:translateY(-5px)rotate(-3deg)}76%{transform:translateY(-7px)rotate(3deg)}80%{transform:translateY(-4px)rotate(-2deg)}84%{transform:translateY(0)rotate(0)}}@keyframes pet-gift-float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes pet-silhouette-breathe{0%,to{transform:translateY(2px)scale(.985)}50%{transform:translateY(-3px)scale(1.01)}}@media (width<=720px){.pet-access-overlay{padding:10px}.pet-access-card{border-radius:25px;min-height:min(620px,100vh - 20px);padding:28px 16px}.pet-access-stage h2{font-size:24px}.pet-access-gift-box{width:min(280px,78vw);height:min(280px,78vw)}.pet-access-silhouette{width:240px;height:240px}.pet-access-silhouette .pet-game-image{width:225px;height:225px}.pet-access-floating{grid-template-columns:48px auto;bottom:14px;right:10px}.pet-access-floating img{width:48px;height:48px}.pet-game-species{grid-template-columns:1fr}.pet-game-species button{grid-template-columns:66px minmax(0,1fr)}}@media (prefers-reduced-motion:reduce){.pet-access-floating,.pet-access-gift-box,.pet-access-silhouette .pet-game-image{animation:none}}.pet-game-panel.wide{width:min(650px,100vw - 28px);max-height:calc(100vh - 36px);overflow:auto}.pet-game-panel.room-panel{width:min(560px,100vw - 28px);max-height:calc(100vh - 36px);overflow:auto}.pet-game-tabs{background:#f1f5f9;border-radius:14px;grid-template-columns:repeat(4,1fr);gap:5px;margin:13px 0;padding:4px;display:grid}.pet-game-tabs button{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;gap:6px;height:34px;font:600 10px Kanit,sans-serif;display:flex;position:relative}.pet-game-tabs button.active{color:#6d28d9;background:#fff;box-shadow:0 3px 10px #1e293b14}.pet-game-tabs button>b{color:#fff;background:#ec4899;border-radius:999px;place-items:center;min-width:16px;height:16px;padding:0 4px;font-size:8px;display:grid}.pet-game-tab-content{animation:.24s pet-tab-in}.pet-room-heading,.pet-shop-head{justify-content:space-between;align-items:center;gap:12px;margin:5px 1px 9px;display:flex}.pet-room-heading>div,.pet-shop-head>div{align-items:center;gap:8px;display:flex}.pet-room-heading strong,.pet-shop-head strong{font-size:15px}.pet-room-heading span,.pet-shop-head span{color:#64748b;font-size:9px}.pet-room-heading>b,.pet-shop-head>b{color:#d97706;font-size:12px}.pet-room-heading button{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:9px;place-items:center;width:28px;height:28px;display:grid}.pet-room-scene{aspect-ratio:16/9;background:#ede9fe;border:1px solid #e2e8f0;border-radius:19px;position:relative;overflow:hidden}.pet-room-zones{z-index:0;width:100%;height:100%;display:flex;position:absolute;inset:0}.pet-room-zone{flex:0 0 calc(100% / var(--room-zone-count,1));border-right:2px solid #ffffffa8;height:100%;position:relative;overflow:hidden}.pet-room-zone:last-child{border-right:0}.pet-room-zone>img{object-fit:cover;width:100%;height:100%}.pet-room-zone:after{content:"";background:linear-gradient(#ffffff05 48%,#1e293b21 100%);position:absolute;inset:0}.pet-room-zone>span{z-index:1;color:#5b4b8a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffffc7;border:1px solid #ffffffc7;border-radius:999px;padding:4px 7px;font-size:8px;font-weight:800;position:absolute;top:9px;left:10px}.pet-room-zone>b{z-index:2;color:#fff;background:#56448fa6;border:2px solid #ffffffbf;border-radius:10px;place-items:center;width:20px;height:38px;font-size:9px;display:grid;position:absolute;top:50%;left:-10px;transform:translateY(-50%)}.pet-room-floor-boundary{z-index:2;pointer-events:none;background:linear-gradient(#0000,#0f172a14);border-top:1px dashed #ffffff8c;height:40%;position:absolute;bottom:0;left:0;right:0}.pet-room-tint{z-index:1;pointer-events:none;transition:background .35s;position:absolute;inset:0}.pet-game-root:is(.room-scene-transition-in,.room-scene-transition-hold,.room-scene-transition-out) .pet-room-scene:before{content:"";z-index:30;pointer-events:none;background:#fff;position:absolute;inset:-2px}.pet-game-root.room-scene-transition-in .pet-room-scene:before{animation:.44s ease-out both pet-room-white-in}.pet-game-root.room-scene-transition-hold .pet-room-scene:before{opacity:1}.pet-game-root.room-scene-transition-out .pet-room-scene:before{animation:.56s ease-in both pet-room-white-out}.pet-room-owner,.pet-room-visitor{z-index:4;place-items:center;width:96px;height:96px;display:grid;position:absolute;bottom:7px}.pet-room-owner{left:41%}.pet-room-owner .pet-game-image{width:90px;height:90px}.pet-room-owner>.pet-room-pet-name,.pet-room-visitor>.pet-room-pet-name{color:#475569;text-overflow:ellipsis;white-space:nowrap;background:#ffffffe0;border-radius:999px;max-width:100px;padding:3px 7px;font-size:8px;position:absolute;bottom:-3px;overflow:hidden;box-shadow:0 3px 10px #1e293b1f}.pet-room-visitor{width:78px;height:78px;animation:.45s pet-visitor-arrive;bottom:9px}.pet-room-visitor .pet-game-image{width:72px;height:72px}.pet-room-visitor-0{left:20%}.pet-room-visitor-1{left:59%}.pet-room-visitor-2{left:72%}.pet-room-visitor button{color:#64748b;cursor:pointer;background:#ffffffe6;border:0;border-radius:50%;place-items:center;width:21px;height:21px;font-size:8px;display:grid;position:absolute;top:4px;right:0}.pet-room-prop{z-index:3;filter:drop-shadow(0 7px 6px #1e293b33);pointer-events:none;place-items:center;display:grid;position:absolute}.pet-room-prop i{font-style:normal}.pet-room-owned{margin-top:10px}.pet-room-owned h4{color:#64748b;margin:0 0 6px;font-size:10px}.pet-room-owned>div{gap:7px;padding:1px 1px 5px;display:flex;overflow-x:auto}.pet-room-owned button{color:#475569;text-align:left;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;grid-template-rows:auto auto;grid-template-columns:28px minmax(92px,1fr);align-items:center;min-width:145px;padding:7px;display:grid}.pet-room-owned button>i{text-align:center;grid-row:1/3;font-size:20px;font-style:normal}.pet-room-owned button span{font-size:9px;font-weight:600}.pet-room-owned button b{color:#8b5cf6;font-size:8px}.pet-room-owned button.selected{background:#f5f3ff;border-color:#a78bfa}.pet-room-owned p{color:#94a3b8;padding:10px;font-size:9px}.pet-room-locations{background:linear-gradient(135deg,#faf5ff,#f8fbff);border:1px solid #ddd6fe;border-radius:15px;margin-top:10px;padding:10px}.pet-room-locations>div{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.pet-room-locations h4,.pet-room-locations p{margin:0}.pet-room-locations h4{color:#5b21b6;font-size:11px}.pet-room-locations h4 i{margin-right:4px}.pet-room-locations p{color:#7c889e;font-size:8px}.pet-room-locations>section{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:8px;display:grid}.pet-room-locations button{color:#475569;text-align:left;cursor:pointer;background:#fff;border:1px solid #dbe4f0;border-radius:12px;grid-template-columns:1fr;gap:3px;min-width:0;padding:6px;transition:transform .18s,border-color .18s,box-shadow .18s;display:grid;position:relative}.pet-room-locations button:hover:not(:disabled){border-color:#a78bfa;transform:translateY(-1px);box-shadow:0 6px 14px #5b21b61a}.pet-room-locations button.selected{background:#f5f3ff;border-color:#8b5cf6;box-shadow:0 0 0 2px #8b5cf61f}.pet-room-locations button:disabled{opacity:.54;cursor:not-allowed}.pet-room-location-thumb{background:#ede9fe;border-radius:8px;height:48px;display:block;overflow:hidden}.pet-room-location-thumb img{object-fit:cover;width:100%;height:100%}.pet-room-location-thumb i{place-items:center;height:100%;font-size:23px;font-style:normal;display:grid}.pet-room-locations strong{text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.pet-room-locations small{color:#94a3b8;min-height:21px;font-size:7px;line-height:1.35;display:block}.pet-room-locations b{color:#7c3aed;font-size:8px}.pet-room-locations button.selected b{color:#059669}.pet-room-control-dock{background:linear-gradient(145deg,#faf7ff,#f8fbff);border:1px solid #ddd6fe;border-radius:17px;margin-top:12px;padding:10px}.pet-room-control-dock>header{justify-content:stretch;align-items:stretch;gap:7px;display:grid}.pet-room-control-dock>header p{color:#7c889e;margin:0;font-size:9px}.pet-room-control-tabs{background:#ece8f6;border-radius:13px;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:4px;display:grid}.pet-room-control-tabs button{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:10px;grid-template-columns:18px 1fr auto;align-items:center;gap:6px;min-width:0;height:38px;padding:0 10px;font:600 10px Kanit,sans-serif;transition:background .18s,color .18s,box-shadow .18s,transform .18s;display:grid}.pet-room-control-tabs button:hover{color:#6d28d9}.pet-room-control-tabs button.active{color:#6d28d9;background:#fff;box-shadow:0 3px 10px #4c1d951f}.pet-room-control-tabs button:active{transform:scale(.985)}.pet-room-control-tabs button>i{text-align:center}.pet-room-control-tabs button>span{text-align:left;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pet-room-control-tabs button>b{color:#6d28d9;background:#e9e3fb;border-radius:999px;place-items:center;min-width:20px;height:20px;padding:0 6px;font-size:8px;display:grid}.pet-room-control-tabs button.active>b{color:#fff;background:#7c3aed}.pet-room-control-panel{margin-top:9px;animation:.2s pet-tab-in}.pet-room-furniture-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.pet-room-furniture-card{color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:13px;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0;padding:7px;transition:border-color .18s,box-shadow .18s,background .18s;display:grid}.pet-room-furniture-card.selected{background:#f7f4ff;border-color:#a78bfa;box-shadow:0 0 0 2px #8b5cf614}.pet-room-furniture-thumb{background:#f1edff;border-radius:9px;place-items:center;width:46px;height:42px;display:grid;overflow:hidden}.pet-room-furniture-thumb img{object-fit:contain;width:100%;height:100%;display:block}.pet-room-furniture-thumb>i{font-size:22px;font-style:normal}.pet-room-furniture-card>div{min-width:0}.pet-room-furniture-card strong,.pet-room-furniture-card small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.pet-room-furniture-card strong{font-size:9px}.pet-room-furniture-card small{color:#94a3b8;margin-top:2px;font-size:7px}.pet-room-furniture-card>button{color:#6d28d9;white-space:nowrap;cursor:pointer;background:#ede9fe;border:1px solid #c4b5fd;border-radius:9px;height:30px;padding:0 9px;font:700 8px Kanit,sans-serif}.pet-room-furniture-card.selected>button{color:#be123c;background:#fff1f2;border-color:#f1c4ca}.pet-room-place-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid}.pet-room-place-card{color:#475569;text-align:left;cursor:pointer;background:#fff;border:1px solid #dbe4f0;border-radius:12px;grid-template-columns:1fr;gap:4px;min-width:0;padding:6px;transition:transform .18s,border-color .18s,box-shadow .18s;display:grid;position:relative}.pet-room-place-card:hover:not(:disabled){border-color:#a78bfa;transform:translateY(-1px);box-shadow:0 6px 14px #5b21b61a}.pet-room-place-card.selected{background:#f5f3ff;border-color:#8b5cf6;box-shadow:0 0 0 2px #8b5cf61f}.pet-room-place-card:disabled{opacity:.54;cursor:not-allowed}.pet-room-place-card .pet-room-location-thumb{height:54px}.pet-room-place-copy{min-width:0}.pet-room-place-card strong,.pet-room-place-card small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.pet-room-place-card strong{font-size:9px}.pet-room-place-card small{color:#94a3b8;font-size:7px}.pet-room-place-card>b{color:#7c3aed;font-size:8px}.pet-room-place-card.selected>b{color:#059669}.pet-room-control-empty{color:#94a3b8;text-align:center;border:1px dashed #d8dee8;border-radius:13px;grid-column:1/-1;justify-items:center;gap:4px;padding:20px;display:grid}.pet-room-control-empty>i{font-size:22px}.pet-room-control-empty strong{color:#64748b;font-size:10px}.pet-room-control-empty span{font-size:8px}.pet-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;max-height:440px;padding-right:2px;display:grid;overflow:auto}.pet-shop-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;grid-template-columns:42px 1fr auto;align-items:center;gap:8px;padding:9px;display:grid}.pet-shop-card>i{background:#f5f3ff;border-radius:12px;place-items:center;width:40px;height:40px;font-size:22px;font-style:normal;display:grid}.pet-shop-card strong,.pet-shop-card span{display:block}.pet-shop-card strong{font-size:10px}.pet-shop-card span{color:#94a3b8;font-size:8px}.pet-shop-card button{color:#6d28d9;cursor:pointer;background:#ede9fe;border:0;border-radius:9px;min-width:58px;height:29px;font:700 9px Kanit,sans-serif}.pet-shop-card button:disabled{color:#94a3b8;cursor:not-allowed;background:#f1f5f9}.pet-shop-card.owned{background:#fafafa}.pet-friends-head{margin:4px 0 9px}.pet-friends-head strong,.pet-friends-head span{display:block}.pet-friends-head strong{font-size:15px}.pet-friends-head span{color:#64748b;font-size:9px}.pet-friends-list{gap:7px;max-height:440px;display:grid;overflow:auto}.pet-friends-list>article{background:#fff;border:1px solid #e2e8f0;border-radius:14px;grid-template-columns:58px 1fr auto;align-items:center;gap:9px;padding:8px;display:grid}.pet-friend-avatar{background:#f5f3ff;border-radius:13px;width:56px;height:56px;overflow:hidden}.pet-friend-avatar .pet-game-image{object-fit:contain;width:100%;height:100%}.pet-friends-list strong,.pet-friends-list span,.pet-friends-list small{display:block}.pet-friends-list strong{font-size:11px}.pet-friends-list span{color:#64748b;font-size:9px}.pet-friends-list small{color:#10b981;margin-top:2px;font-size:8px}.pet-friend-actions{gap:5px;display:flex}.pet-friend-actions button{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:9px;height:30px;padding:0 8px;font:600 8px Kanit,sans-serif}.pet-friend-actions button.primary{color:#fff;background:#7c3aed;border-color:#c4b5fd}.pet-friend-actions button.visiting{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.pet-game-empty{color:#94a3b8;text-align:center;border:1px dashed #d8dee8;border-radius:16px;place-items:center;padding:32px;display:grid}.pet-game-empty i{font-size:25px}.pet-game-empty strong{color:#64748b;margin-top:8px;font-size:11px}.pet-game-empty span{font-size:9px}html[data-display-theme=dark] .pet-game-root{--pet-ink:#f8fafc;--pet-muted:#a5b4c7;--pet-card:#121f33f7}html[data-display-theme=dark] .pet-game-panel,html[data-display-theme=dark] .pet-game-adoption-card{background:#121f33f7;border-color:#334155}html[data-display-theme=dark] .pet-game-profile{background:linear-gradient(135deg,#28234d,#172554)}html[data-display-theme=dark] .pet-game-care-actions button,html[data-display-theme=dark] .pet-game-close,html[data-display-theme=dark] .pet-game-form-grid select,html[data-display-theme=dark] .pet-game-form-grid input,html[data-display-theme=dark] .pet-game-species button,html[data-display-theme=dark] .pet-game-color-options button{color:#dbeafe;background:#18263b;border-color:#3b4a60}html[data-display-theme=dark] .pet-game-tip{color:#9bacc2;background:#172033}html[data-display-theme=dark] .pet-game-tabs{background:#111c2e}html[data-display-theme=dark] .pet-game-tabs button.active,html[data-display-theme=dark] .pet-shop-card,html[data-display-theme=dark] .pet-friends-list>article,html[data-display-theme=dark] .pet-room-owned button,html[data-display-theme=dark] .pet-room-heading button{color:#dbeafe;background:#18263b;border-color:#3b4a60}html[data-display-theme=dark] .pet-room-owned button.selected{background:#28234d;border-color:#8b5cf6}html[data-display-theme=dark] .pet-shop-card.owned{background:#142033}html[data-display-theme=dark] .pet-room-control-dock{background:#111c2e;border-color:#3b4a60}html[data-display-theme=dark] .pet-room-control-tabs{background:#0d1728}html[data-display-theme=dark] .pet-room-control-tabs button.active,html[data-display-theme=dark] .pet-room-furniture-card,html[data-display-theme=dark] .pet-room-place-card{color:#dbeafe;background:#18263b;border-color:#3b4a60}html[data-display-theme=dark] .pet-room-furniture-card.selected,html[data-display-theme=dark] .pet-room-place-card.selected{background:#28234d;border-color:#8b5cf6}@keyframes pet-roam{0%{transform:translate(0)}45%{transform:translate(calc(46vw - 62px))}55%{transform:translate(calc(46vw - 62px))}to{transform:translate(calc(100vw - 160px))}}@keyframes pet-idle{0%,to{background-position:0;transform:translateY(0)rotate(-.4deg)}50%{background-position:0;transform:translateY(-2px)rotate(.4deg)}}@keyframes pet-walk{0%{background-position:33.333%;transform:translateY(0)scaleX(.97)rotate(-2deg)}to{background-position:66.667%;transform:translateY(-8px)scaleX(1.03)rotate(2deg)}}@keyframes pet-sleep{0%,to{background-position:0;transform:translateY(5px)rotate(4deg)scale(.94,.86)}50%{background-position:0;transform:translateY(7px)rotate(4deg)scale(.95,.83)}}@keyframes pet-play{0%{background-position:100%;transform:translateY(0)rotate(-8deg)scale(1)}to{background-position:100%;transform:translateY(-14px)rotate(9deg)scale(1.06)}}@keyframes pet-munch{0%{background-position:0;transform:translateY(0)rotate(-2deg)scaleY(1)}to{background-position:0;transform:translateY(2px)rotate(2deg)scaleY(.94)}}@keyframes pet-bob{0%{transform:translateY(0)rotate(-.6deg)}to{transform:translateY(-5px)rotate(.8deg)}}@keyframes pet-pop{0%{opacity:0;transform:translate(-25%,8px)scale(.86)}to{opacity:1;transform:translate(-25%)scale(1)}}@keyframes pet-celebrate{0%,to{transform:translateY(0)rotate(0)}35%{transform:translateY(-12px)rotate(-6deg)}70%{transform:translateY(-4px)rotate(5deg)}}@keyframes pet-fade-in{0%{opacity:0}to{opacity:1}}@keyframes pet-adopt-in{0%{opacity:0;transform:translateY(28px)scale(.94)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes pet-tab-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes pet-visitor-arrive{0%{opacity:0;transform:translate(-18px)scale(.8)}to{opacity:1;transform:translate(0)scale(1)}}@media (width<=720px){.pet-game-roam{width:96px;height:105px;bottom:var(--pet-roam-bottom,32px)}.pet-game-avatar{width:88px}.pet-game-level-chip{bottom:-2px}.pet-game-panel{padding:17px;bottom:14px;right:14px}.pet-game-adoption{padding:10px}.pet-game-adoption-card{border-radius:24px;padding:22px 18px}.pet-game-adoption-card h2{font-size:22px}.pet-game-adoption-preview{height:170px}.pet-game-image.preview{width:170px}.pet-game-form-grid{grid-template-columns:1fr}.pet-game-care-actions button{min-height:64px}.pet-game-panel.wide{width:calc(100vw - 18px);max-height:calc(100vh - 18px);bottom:9px;right:9px}.pet-shop-grid{grid-template-columns:1fr}.pet-friends-list>article{grid-template-columns:48px 1fr}.pet-friend-avatar{width:46px;height:46px}.pet-friend-actions{grid-column:1/-1}.pet-friend-actions button{flex:1}.pet-room-owner{width:100px;left:38%}.pet-room-owner .pet-game-image{width:90px}.pet-room-visitor-0{left:10%}.pet-room-visitor-1{left:58%}.pet-room-visitor-2{left:72%}.pet-room-heading span{display:none}}@media (width<=560px){.pet-room-furniture-grid,.pet-room-place-grid{grid-template-columns:1fr}.pet-room-control-tabs button{padding:0 7px}.pet-room-place-card{grid-template-columns:72px minmax(0,1fr) auto;align-items:center}.pet-room-place-card .pet-room-location-thumb{height:46px}.pet-room-place-card>b{text-align:right}.pet-room-place-copy small{white-space:normal;line-height:1.3}}@media (prefers-reduced-motion:reduce){.pet-game-roam,.pet-game-image.roaming,.pet-game-image.preview{transition:none;animation:none}.pet-game-panel,.pet-game-adoption-card{transition:none}}.pet-friend-actions button:disabled{opacity:.48;cursor:not-allowed}.pet-game-image[data-pet-atlas]{background-image:var(--pet-atlas,var(--pet-sprite));background-size:calc(var(--pet-atlas-columns,8) * 100%) calc(var(--pet-atlas-rows,10) * 100%);background-position:var(--pet-frame-x,0%) var(--pet-frame-y,0%);image-rendering:pixelated;image-rendering:crisp-edges;position:relative}.pet-game-image[data-pet-atlas].pet-action-transition:after{content:"";z-index:1;pointer-events:none;background-image:var(--pet-atlas,var(--pet-sprite));background-repeat:no-repeat;background-size:calc(var(--pet-atlas-columns,8) * 100%) calc(var(--pet-atlas-rows,10) * 100%);background-position:var(--pet-previous-frame-x,0%) var(--pet-previous-frame-y,0%);image-rendering:pixelated;animation:.16s ease-out both pet-action-crossfade;position:absolute;inset:0}.pet-game-roam[data-activity] .pet-game-image.roaming[data-pet-atlas]{animation:2.8s ease-in-out infinite pet-atlas-idle}.pet-game-roam[data-activity=walk] .pet-game-image.roaming[data-pet-atlas]{animation:.54s ease-in-out infinite alternate pet-atlas-walk}.pet-game-roam[data-activity=jump] .pet-game-image.roaming[data-pet-atlas],.pet-game-roam[data-activity=happy] .pet-game-image.roaming[data-pet-atlas]{animation:.7s cubic-bezier(.25,.8,.32,1) both pet-atlas-jump}.pet-game-roam[data-activity=nap] .pet-game-image.roaming[data-pet-atlas],.pet-game-roam[data-activity=sleep] .pet-game-image.roaming[data-pet-atlas]{animation:3.4s ease-in-out infinite pet-atlas-nap}.pet-game-roam[data-activity=sad] .pet-game-image.roaming[data-pet-atlas]{animation:2.2s ease-in-out infinite pet-atlas-sad}.pet-game-roam[data-activity=eat] .pet-game-image.roaming[data-pet-atlas],.pet-game-roam[data-activity=drink] .pet-game-image.roaming[data-pet-atlas],.pet-game-roam[data-activity=toy] .pet-game-image.roaming[data-pet-atlas],.pet-game-roam[data-activity=play] .pet-game-image.roaming[data-pet-atlas],.pet-game-roam[data-activity=called] .pet-game-image.roaming[data-pet-atlas]{animation:.64s ease-in-out infinite alternate pet-atlas-action}.pet-color-preview{isolation:isolate;background:linear-gradient(145deg,#f8fafc,#eef2ff);border-radius:13px;place-items:center;width:100%;height:72px;display:grid;position:relative;overflow:hidden}.pet-color-preview:after{content:"";filter:blur(4px);z-index:-1;background:#3341551a;border-radius:50%;height:9px;position:absolute;bottom:8px;left:16%;right:16%}.pet-color-preview>.pet-game-image,.pet-color-preview.pet-game-image{filter:drop-shadow(0 5px 5px #1e293b21);background-repeat:no-repeat;width:82px;height:68px}.pet-game-color-options:has(.pet-color-preview){grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;display:grid}.pet-game-color-options button:has(.pet-color-preview){text-align:center;border-radius:16px;grid-template-columns:1fr;gap:5px;padding:6px;display:grid}.pet-game-color-options button:has(.pet-color-preview)>span:last-child{padding:0 4px 3px;font-size:9px;font-weight:700}.pet-game-color-options button:has(.pet-color-preview).selected{box-shadow:0 0 0 2px #7c3aed24,0 8px 20px #5b21b61c}.pet-game-color-options button:has(.pet-color-preview)>strong{font-size:9px}.pet-game-color-options button:has(.pet-color-preview)>small{color:#8b5cf6;font-size:7px;font-weight:700}.pet-game-maintenance{color:#92400e;text-align:center;background:linear-gradient(145deg,#fffbeb,#fff7ed);border:1px solid #fde68a;border-radius:19px;place-items:center;gap:10px;min-height:230px;margin-top:14px;padding:26px;display:grid}.pet-game-root>.pet-game-maintenance{text-align:left;pointer-events:none;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);grid-template-columns:40px 1fr;justify-items:start;width:min(330px,100vw - 36px);min-height:0;margin:0;padding:14px 16px;position:absolute;bottom:18px;left:18px;box-shadow:0 14px 36px #1e293b29}.pet-game-root>.pet-game-maintenance>i{grid-row:1/3}.pet-game-root>.pet-game-maintenance>strong,.pet-game-root>.pet-game-maintenance>p{justify-self:start}.pet-game-maintenance>i{color:#d97706;background:#fef3c7;border-radius:17px;place-items:center;width:52px;height:52px;font-size:22px;display:grid}.pet-game-maintenance strong{font-size:15px}.pet-game-maintenance p{color:#a16207;max-width:310px;margin:0;font-size:10px;line-height:1.65}.pet-game-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.pet-game-panel.wide .pet-game-tabs{grid-template-columns:repeat(6,minmax(0,1fr))}.pet-game-tabs button{min-width:0;padding:0 4px}.pet-game-tabs button>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pet-game-needs,.pet-needs-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:7px;margin:10px 0;display:grid}.pet-game-panel:not(.wide) .pet-game-needs,.pet-game-panel:not(.wide) .pet-needs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pet-game-panel:not(.wide) .pet-game-need:last-child,.pet-game-panel:not(.wide) .pet-needs-item:last-child{grid-column:1/-1}.pet-game-need,.pet-needs-item{--need-from:#8b5cf6;--need-to:#6366f1;background:#fff;border:1px solid #e2e8f0;border-radius:12px;min-width:0;padding:8px;position:relative}.pet-game-need[data-need=energy],.pet-needs-item[data-need=energy]{--need-from:#f59e0b;--need-to:#f97316}.pet-game-need[data-need=hygiene],.pet-needs-item[data-need=hygiene]{--need-from:#22d3ee;--need-to:#0ea5e9}.pet-game-need[data-need=health],.pet-needs-item[data-need=health]{--need-from:#34d399;--need-to:#10b981}.pet-game-need[data-need=mood],.pet-needs-item[data-need=mood]{--need-from:#f472b6;--need-to:#8b5cf6}.pet-game-need[data-need=hunger],.pet-needs-item[data-need=hunger]{--need-from:#fb923c;--need-to:#eab308}.pet-game-need>header,.pet-needs-item>header{color:#64748b;justify-content:space-between;align-items:center;gap:4px;margin-bottom:6px;font-size:8px;display:flex}.pet-game-need>header b,.pet-needs-item>header b{color:#334155;font-size:9px}.pet-game-need-bar,.pet-needs-bar{background:#e8edf4;border-radius:999px;height:6px;overflow:hidden}.pet-game-need-bar>i,.pet-needs-bar>i,[data-need-fill]{width:var(--need-value,0%);border-radius:inherit;background:linear-gradient(90deg,var(--need-from),var(--need-to));max-width:100%;height:100%;transition:width .45s cubic-bezier(.2,.8,.2,1);display:block}.pet-game-need-gain{z-index:2;color:#16a34a;pointer-events:none;text-shadow:0 1px #fff;font-size:12px;font-weight:900;line-height:1;animation:.95s ease-out both pet-need-gain;position:absolute;top:-14px;right:6px}.pet-game-need[data-gained=true] .pet-game-need-bar>i{animation:.7s ease-out both pet-need-bar-gain}@keyframes pet-need-gain{0%{opacity:0;transform:translateY(7px)scale(.82)}20%{opacity:1}to{opacity:0;transform:translateY(-17px)scale(1.08)}}@keyframes pet-need-bar-gain{0%{filter:brightness(1.55);transform-origin:0;transform:scaleX(.72)}55%{filter:brightness(1.2);transform:scaleX(1.04)}to{filter:none;transform:scaleX(1)}}.pet-game-need[data-low=true],.pet-needs-item[data-low=true]{background:#fff7f7;border-color:#fecaca;animation:2.2s ease-in-out infinite pet-needs-pulse}.pet-needs-warning,.pet-game-status-warning{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;align-items:flex-start;gap:8px;margin:8px 0;padding:9px 11px;font-size:9px;line-height:1.5;display:flex}.pet-needs-warning>i,.pet-game-status-warning>i{color:#f97316;margin-top:1px}.pet-needs-warning[data-severity=critical],.pet-game-status-warning[data-severity=critical]{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.pet-quests-head,.pet-inventory-head{justify-content:space-between;align-items:center;gap:10px;margin:5px 1px 9px;display:flex}.pet-quests-head strong,.pet-inventory-head strong{font-size:15px;display:block}.pet-quests-head span,.pet-inventory-head span{color:#64748b;font-size:9px;display:block}.pet-quests-streak{background:linear-gradient(135deg,#fffbeb,#fff7ed);border:1px solid #fde68a;border-radius:15px;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;margin-bottom:9px;padding:11px 12px;display:grid}.pet-quests-streak>i{color:#f97316;background:#fef3c7;border-radius:11px;place-items:center;width:34px;height:34px;font-size:16px;display:grid}.pet-quests-streak strong,.pet-quests-streak span{display:block}.pet-quests-streak strong{font-size:11px}.pet-quests-streak span{color:#a16207;font-size:8px}.pet-quests-streak>b{color:#ea580c;font-size:18px}.pet-quests-list{gap:7px;max-height:430px;padding-right:2px;display:grid;overflow:auto}.pet-quests-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px;transition:border-color .18s,transform .18s,box-shadow .18s;display:grid}.pet-quests-card:hover{border-color:#c4b5fd;transform:translateY(-1px);box-shadow:0 7px 18px #5b21b614}.pet-quests-card>i{color:#7c3aed;background:#f5f3ff;border-radius:11px;place-items:center;width:34px;height:34px;display:grid}.pet-quests-card strong,.pet-quests-card small{display:block}.pet-quests-card strong{font-size:10px}.pet-quests-card small{color:#94a3b8;font-size:8px}.pet-quests-progress{background:#e2e8f0;border-radius:999px;height:6px;margin-top:6px;overflow:hidden}.pet-quests-progress>i{width:var(--quest-progress,0%);border-radius:inherit;background:linear-gradient(90deg,#8b5cf6,#4f46e5);height:100%;transition:width .4s;display:block}.pet-quests-reward{color:#d97706;white-space:nowrap;font-size:8px;font-weight:700}.pet-quests-claim{color:#fff;cursor:pointer;background:#7c3aed;border:0;border-radius:9px;height:30px;padding:0 9px;font:700 8px Kanit,sans-serif}.pet-quests-claim:disabled,.pet-quests-card.claimed .pet-quests-claim{color:#94a3b8;cursor:default;background:#eef2f6}.pet-quests-card.completed{background:#f0fdf4;border-color:#a7f3d0}.pet-inventory-filters,.pet-shop-filters{scrollbar-width:thin;gap:6px;margin:7px 0 9px;padding:1px 1px 5px;display:flex;overflow-x:auto}.pet-inventory-filters button,.pet-shop-filters button{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:999px;flex:none;height:30px;padding:0 10px;font:600 8px Kanit,sans-serif}.pet-inventory-filters button.active,.pet-shop-filters button.active{color:#6d28d9;background:#ede9fe;border-color:#c4b5fd}.pet-inventory-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-height:405px;padding-right:2px;display:grid;overflow:auto}.pet-inventory-item{background:#fff;border:1px solid #e2e8f0;border-radius:16px;grid-template-columns:minmax(0,1fr);align-content:start;gap:10px;min-height:218px;padding:9px;display:grid;position:relative}.pet-inventory-item[data-equipped=true],.pet-inventory-item.equipped{background:#f0fdf4;border-color:#a7f3d0}.pet-inventory-item[data-favorite=true]{border-color:#fde68a}.pet-inventory-image{background:linear-gradient(145deg,#f8fafc,#ede9fe);border-radius:13px;place-items:center;width:100%;height:112px;font-size:42px;display:grid;overflow:hidden}.pet-inventory-image img{object-fit:cover;image-rendering:auto;width:100%;height:100%}.pet-inventory-item>div{min-width:0}.pet-inventory-item strong,.pet-inventory-item small{display:block}.pet-inventory-item strong{padding-right:22px;font-size:11px;line-height:1.35}.pet-inventory-item small{color:#94a3b8;font-size:8px}.pet-inventory-quantity{color:#fff;background:#4f46e5;border:2px solid #fff;border-radius:999px;place-items:center;min-width:22px;height:22px;padding:0 5px;font-size:9px;font-weight:800;display:grid;position:absolute;top:111px;left:17px;box-shadow:0 4px 10px #4f46e533}.pet-inventory-favorite{color:#cbd5e1;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:24px;height:24px;display:grid;position:absolute;top:6px;right:6px}.pet-inventory-favorite.active,.pet-inventory-item[data-favorite=true] .pet-inventory-favorite{color:#f59e0b;background:#fffbeb}.pet-inventory-actions{gap:5px;margin-top:6px;display:flex}.pet-inventory-actions button{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;height:25px;padding:0 7px;font:600 8px Kanit,sans-serif}.pet-inventory-actions button.primary{color:#6d28d9;background:#ede9fe;border-color:#c4b5fd}.pet-inventory-equipped{align-items:center;gap:3px;margin-top:3px;font-weight:700;color:#059669!important;display:inline-flex!important}.pet-inventory-history{border-top:1px solid #e2e8f0;margin-top:10px;padding-top:9px}.pet-inventory-history>summary{color:#64748b;cursor:pointer;font-size:9px;font-weight:700}.pet-inventory-history-list{gap:5px;max-height:180px;margin-top:7px;display:grid;overflow:auto}.pet-inventory-history-list>div{background:#f8fafc;border-radius:9px;grid-template-columns:1fr auto;gap:8px;padding:7px 8px;font-size:8px;display:grid}.pet-inventory-history-list time{color:#94a3b8}.pet-room-stage-scroll{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#c4b5fd transparent;margin:0 -2px;padding:2px 2px 8px;position:relative;overflow:auto hidden}.pet-room-stage-scroll .pet-room-scene,.pet-room-stage{transform-origin:50%;width:100%;min-width:0;max-width:560px;margin-inline:auto;transition:width .45s cubic-bezier(.2,.8,.2,1),border-color .2s,box-shadow .2s}.pet-room-stage-scroll .pet-room-scene[data-expansion-level="2"],.pet-room-stage.pet-room-expansion-2,.pet-room-scene.pet-room-expansion-2,.pet-room-stage-scroll .pet-room-scene[data-expansion-level="3"],.pet-room-stage.pet-room-expansion-3,.pet-room-scene.pet-room-expansion-3{min-width:100%}.pet-room-stage-scroll [data-room-item],.pet-room-scene [data-room-item]{z-index:6;left:calc(var(--room-item-x,50) * 1%);top:calc(var(--room-item-y,70) * 1%);transform-origin:bottom;pointer-events:none;-webkit-user-select:none;user-select:none;transition:filter .18s,opacity .18s;position:absolute;bottom:auto;right:auto;transform:translate(-50%,-86%)}.pet-room-stage-scroll [data-room-item].is-dropping,.pet-room-scene [data-room-item].is-dropping{transition:left .38s ease-out,top .38s cubic-bezier(.2,.75,.35,1),filter .18s,opacity .18s}.pet-room-stage-scroll [data-room-toy],.pet-room-scene [data-room-toy]{pointer-events:auto;cursor:grab;touch-action:none}.pet-room-stage-scroll [data-room-toy]:active,.pet-room-scene [data-room-toy]:active{cursor:grabbing;filter:drop-shadow(0 10px 8px #5b21b647)}.pet-room-stage-scroll [data-room-item]:hover,.pet-room-scene [data-room-item]:hover{filter:drop-shadow(0 7px 6px #1e293b33);outline:0}.pet-room-stage-scroll .pet-room-layer-prop[data-room-item],.pet-room-scene .pet-room-layer-prop[data-room-item]{z-index:var(--room-layer-z,5);filter:none;pointer-events:none;width:100%;height:100%;transition:opacity .32s;position:absolute;inset:0;transform:none}.pet-room-furniture-layer,.pet-room-furniture-foreground{object-fit:fill;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute;inset:0}.pet-room-furniture-layer{transform-origin:calc(var(--room-layer-origin-x) * 1%) calc(var(--room-layer-origin-y) * 1%);transform:translate(calc((var(--room-item-x) - var(--room-layer-origin-x)) * 1%),calc((var(--room-item-y) - var(--room-layer-origin-y)) * 1%)) scale(var(--room-layer-scale,1));transition:transform .38s cubic-bezier(.2,.75,.35,1),opacity .28s}.pet-room-furniture-foreground{z-index:12;clip-path:inset(var(--room-foreground-top,70%) 0 0);opacity:0;transform-origin:calc(var(--room-layer-origin-x) * 1%) calc(var(--room-layer-origin-y) * 1%);transform:translate(calc((var(--room-item-x) - var(--room-layer-origin-x)) * 1%),calc((var(--room-item-y) - var(--room-layer-origin-y)) * 1%)) scale(var(--room-layer-scale,1));transition:opacity .18s,transform .38s cubic-bezier(.2,.75,.35,1)}.pet-room-scene[data-active-furniture=bed_sunbeam] [data-room-foreground=bed_sunbeam]{opacity:1}.pet-room-layer-hotspot{z-index:16;left:calc(var(--room-hotspot-x) * 1%);top:calc(var(--room-hotspot-y) * 1%);width:calc(var(--room-hotspot-width) * 1%);height:calc(var(--room-hotspot-height) * 1%);pointer-events:auto;cursor:pointer;touch-action:none;background:0 0;border:0;border-radius:45%;padding:0;position:absolute;transform:translate(-50%,-50%)}.pet-room-layer-hotspot:hover{background:radial-gradient(circle,#ffffff38,#0000 72%)}.pet-room-layer-hotspot:focus-visible{outline-offset:2px;background:#ffffff29;outline:2px solid #8b5cf6}.pet-room-layer-prop[data-room-toy]{pointer-events:none;cursor:default;filter:none}.pet-room-layer-prop[data-room-toy]:active{filter:none}.pet-room-layer-prop[data-room-toy] .pet-room-layer-hotspot{cursor:grab}.pet-room-layer-prop[data-room-toy] .pet-room-layer-hotspot:active{cursor:grabbing}.pet-room-layer-prop[data-room-toy] .pet-room-layer-hotspot{left:calc(var(--room-item-x) * 1%);top:calc(var(--room-item-y) * 1%)}.pet-room-layer-prop.is-dropping .pet-room-furniture-layer{transition:transform .38s cubic-bezier(.2,.75,.35,1)}.pet-room-layer-prop.is-asset-layer .pet-room-furniture-layer{inset:auto;left:calc(var(--room-item-x) * 1%);top:calc(var(--room-item-y) * 1%);width:calc(var(--room-layer-width,24) * 1%);object-fit:contain;height:auto;transform-origin:calc(var(--room-layer-origin-x,50) * 1%) calc(var(--room-layer-origin-y,100) * 1%);transform:translate(calc(var(--room-layer-origin-x,50) * -1%),calc(var(--room-layer-origin-y,100) * -1%)) scale(var(--room-layer-scale,1))}.pet-room-furniture-sprite{background-image:url(/pets/optimized/room-furniture-lavender-v1.png);background-repeat:no-repeat;background-size:400% 100%;background-position:var(--room-furniture-position,0%) 50%;image-rendering:auto;width:72px;height:88px;display:block}.pet-room-prop>i>img{object-fit:contain;pointer-events:none;width:54px;height:54px;display:block}.pet-room-bed>i>img{width:92px;height:62px}.pet-room-decor>i>img{width:58px;height:64px}.pet-room-item-controls{z-index:24;opacity:0;pointer-events:none;background:#fffffff0;border:1px solid #ffffffe0;border-radius:10px;gap:4px;padding:3px;transition:opacity .16s,transform .16s;display:flex;position:absolute;top:-34px;left:50%;transform:translate(-50%);box-shadow:0 7px 20px #1e293b2e}[data-room-item]:hover .pet-room-item-controls,[data-room-item]:focus-within .pet-room-item-controls,[data-room-item].selected .pet-room-item-controls{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(-2px)}.pet-room-item-controls button,.pet-room-rotate,.pet-room-remove{color:#64748b;cursor:pointer;background:#f1f5f9;border:0;border-radius:7px;place-items:center;width:25px;height:25px;font-size:9px;display:grid}.pet-room-item-controls button:hover,.pet-room-rotate:hover{color:#6d28d9;background:#ede9fe}.pet-room-item-controls .pet-room-remove:hover,.pet-room-remove:hover{color:#dc2626;background:#fee2e2}.pet-room-expand{color:#6d28d9;background:#faf5ff;border:1px dashed #c4b5fd;border-radius:12px;align-items:center;gap:8px;margin-top:8px;padding:8px 10px;display:flex}.pet-room-expand>div{flex:1;min-width:0}.pet-room-expand strong,.pet-room-expand span{display:block}.pet-room-expand strong{font-size:9px}.pet-room-expand span{color:#7c3aed;font-size:8px}.pet-room-expand button{color:#fff;cursor:pointer;background:#7c3aed;border:0;border-radius:9px;height:29px;padding:0 9px;font:700 8px Kanit,sans-serif}.pet-room-expand button:disabled{color:#94a3b8;cursor:not-allowed;background:#e2e8f0}.pet-room-owner[data-room-pet]{--room-pet-size:clamp(118px,10vw,142px)}.pet-room-visitor[data-room-pet]{--room-pet-size:clamp(96px,8vw,116px);animation-name:pet-room-visitor-arrive}@keyframes pet-room-visitor-arrive{0%{opacity:0;transform:translate(calc(-50% - 18px),-82%)scale(.8)}to{opacity:1;transform:translate(-50%,-82%)scale(1)}}.pet-room-scene [data-room-pet],.pet-room-stage [data-room-pet]{z-index:9;left:calc(var(--room-pet-x,50) * 1%);top:calc(var(--room-pet-y,78) * 1%);width:var(--room-pet-size,112px);height:var(--room-pet-size,112px);aspect-ratio:1;transform-origin:bottom;pointer-events:none;transition:left var(--room-pet-duration,1.8s) cubic-bezier(.25,.7,.2,1),top var(--room-pet-duration,1.8s) cubic-bezier(.25,.7,.2,1),transform .2s;filter:drop-shadow(0 7px 5px #1e293b26);position:absolute;bottom:auto;transform:translate(-50%,-82%);box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important}[data-room-pet] .pet-game-image{aspect-ratio:1;width:100%;height:100%;display:block;box-shadow:none!important;background-color:#0000!important;border-radius:0!important}[data-room-pet][data-facing=left] .pet-game-image{transform:scaleX(-1)}[data-room-pet]>.pet-room-pet-name{color:#4c3d66;text-align:center;text-overflow:ellipsis;white-space:nowrap;text-shadow:0 1px 2px #fffffff5;max-width:112px;padding:0;font-size:8px;font-weight:700;line-height:1.2;position:absolute;bottom:-6px;overflow:hidden;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important}[data-room-pet]>button{pointer-events:auto}[data-room-pet].greeting,[data-room-pet][data-interaction=greet]{animation:.7s ease-in-out 2 pet-room-greet}[data-room-pet].playing,[data-room-pet][data-interaction=play]{animation:.55s ease-in-out infinite alternate pet-room-play}[data-room-pet].passing,[data-room-pet][data-interaction=passing]{z-index:8;opacity:.92}[data-room-pet][data-interaction=furniture]{z-index:10}[data-room-pet][data-furniture=bed_sunbeam]{--room-pet-size:clamp(104px,9vw,128px)}.pet-room-pet-bubble,[data-room-pet] [data-pet-chat]{color:#475569;white-space:normal;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border:1px solid #fffffff5;border-radius:10px 10px 10px 3px;min-width:max-content;max-width:145px;padding:5px 8px;font-size:8px;line-height:1.35;animation:.22s both pet-room-chat;position:absolute;bottom:91%;left:50%;transform:translate(-30%);box-shadow:0 6px 16px #1e293b24}.pet-room-pet-bubble:after,[data-room-pet] [data-pet-chat]:after{content:"";border:5px solid #0000;border-top-color:#fff;border-left:0;position:absolute;bottom:-5px;left:12px}.pet-shop-card>img,.pet-shop-image{object-fit:contain;background:#f5f3ff;border-radius:12px;width:40px;height:40px;display:block}.pet-shop-card[data-custom=true]{background:linear-gradient(145deg,#fff,#faf5ff);border-color:#ddd6fe;position:relative}.pet-shop-card[data-custom=true]:after{content:"GM";color:#6d28d9;background:#ede9fe;border-radius:5px;padding:2px 4px;font-size:7px;font-weight:800;position:absolute;top:4px;right:5px}html[data-display-theme=dark] .pet-game-maintenance{color:#fde68a;background:linear-gradient(145deg,#33260f,#321c16);border-color:#854d0e}html[data-display-theme=dark] .pet-color-preview{background:linear-gradient(145deg,#172033,#202b42)}html[data-display-theme=dark] .pet-game-need,html[data-display-theme=dark] .pet-needs-item,html[data-display-theme=dark] .pet-quests-card,html[data-display-theme=dark] .pet-inventory-item,html[data-display-theme=dark] .pet-inventory-filters button,html[data-display-theme=dark] .pet-shop-filters button,html[data-display-theme=dark] .pet-inventory-actions button{color:#dbeafe;background:#18263b;border-color:#3b4a60}html[data-display-theme=dark] .pet-game-need>header b,html[data-display-theme=dark] .pet-needs-item>header b{color:#e2e8f0}html[data-display-theme=dark] .pet-game-need[data-low=true],html[data-display-theme=dark] .pet-needs-item[data-low=true]{background:#2d1820;border-color:#7f1d1d}html[data-display-theme=dark] .pet-needs-warning,html[data-display-theme=dark] .pet-game-status-warning{color:#fdba74;background:#2b1d19;border-color:#7c2d12}html[data-display-theme=dark] .pet-quests-streak{background:linear-gradient(135deg,#302611,#2b1d18);border-color:#854d0e}html[data-display-theme=dark] .pet-quests-card.completed,html[data-display-theme=dark] .pet-inventory-item[data-equipped=true],html[data-display-theme=dark] .pet-inventory-item.equipped{background:#112b25;border-color:#166534}html[data-display-theme=dark] .pet-inventory-history,html[data-display-theme=dark] .pet-inventory-history-list>div{background:#111c2e;border-color:#334155}html[data-display-theme=dark] .pet-room-item-controls{background:#18263bf5;border-color:#475569}html[data-display-theme=dark] .pet-shop-card[data-custom=true]{background:linear-gradient(145deg,#18263b,#201d3b);border-color:#4c3f72}html[data-display-theme=dark] .pet-room-expand{color:#ddd6fe;background:#211b38;border-color:#5b4a82}html[data-display-theme=dark] .pet-room-expand span{color:#c4b5fd}@keyframes pet-atlas-idle{0%,to{transform:translateY(0)rotate(-.3deg)}50%{transform:translateY(-2px)rotate(.3deg)}}@keyframes pet-atlas-walk{0%{transform:translateY(0)rotate(-1deg)}to{transform:translateY(-4px)rotate(1deg)}}@keyframes pet-atlas-jump{0%,to{transform:translateY(0)scale(1)}45%{transform:translateY(-14px)scale(1.04)}}@keyframes pet-atlas-nap{0%,to{transform:translateY(4px)scaleY(.94)}50%{transform:translateY(5px)scale(1.01,.91)}}@keyframes pet-atlas-sad{0%,to{transform:translateY(3px)rotate(-1deg)}50%{transform:translateY(5px)rotate(1deg)}}@keyframes pet-atlas-action{0%{transform:translateY(0)rotate(-1.5deg)}to{transform:translateY(-3px)rotate(1.5deg)}}@keyframes pet-action-crossfade{0%{opacity:1}to{opacity:0}}@keyframes pet-needs-pulse{0%,to{box-shadow:0 0 #ef444400}50%{box-shadow:0 0 0 3px #ef444414}}@keyframes pet-room-greet{0%,to{transform:translate(-50%,-82%)rotate(0)}50%{transform:translate(-50%,-88%)rotate(5deg)}}@keyframes pet-room-play{0%{transform:translate(-50%,-82%)rotate(-5deg)scale(1)}to{transform:translate(-50%,-91%)rotate(5deg)scale(1.04)}}@keyframes pet-room-chat{0%{opacity:0;transform:translate(-30%,5px)scale(.88)}to{opacity:1;transform:translate(-30%)scale(1)}}@keyframes pet-room-white-in{0%{opacity:0}to{opacity:1}}@keyframes pet-room-white-out{0%{opacity:1}to{opacity:0}}@media (width<=720px){.pet-game-tabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:4px}.pet-game-tabs button{height:32px}.pet-game-needs,.pet-needs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pet-game-need:last-child,.pet-needs-item:last-child{grid-column:1/-1}.pet-game-color-options:has(.pet-color-preview){grid-template-columns:repeat(3,minmax(0,1fr))}.pet-color-preview{height:62px}.pet-color-preview>.pet-game-image,.pet-color-preview.pet-game-image{width:70px;height:58px}.pet-quests-card{grid-template-columns:32px minmax(0,1fr)}.pet-quests-card>.pet-quests-claim,.pet-quests-card>.pet-quests-reward{grid-column:2;justify-self:start}.pet-inventory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pet-inventory-filters,.pet-shop-filters{margin-right:-4px}.pet-room-stage-scroll{margin-right:-3px;padding-right:3px}.pet-room-stage-scroll .pet-room-scene,.pet-room-stage,.pet-room-stage-scroll .pet-room-scene[data-expansion-level="2"],.pet-room-stage.pet-room-expansion-2,.pet-room-scene.pet-room-expansion-2,.pet-room-stage-scroll .pet-room-scene[data-expansion-level="3"],.pet-room-stage.pet-room-expansion-3,.pet-room-scene.pet-room-expansion-3{min-width:100%}.pet-room-scene [data-room-pet],.pet-room-stage [data-room-pet]{--room-pet-size:104px}.pet-room-furniture-sprite{width:62px;height:76px}.pet-room-pet-bubble,[data-room-pet] [data-pet-chat]{max-width:116px;font-size:7px}}@media (prefers-reduced-motion:reduce){.pet-game-image[data-pet-atlas],.pet-game-roam[data-activity] .pet-game-image.roaming[data-pet-atlas],.pet-game-need[data-low=true],.pet-needs-item[data-low=true],[data-room-pet],.pet-room-pet-bubble,[data-room-pet] [data-pet-chat],.pet-game-need-gain,.pet-game-need[data-gained=true] .pet-game-need-bar>i{transition:none!important;animation:none!important}.pet-room-stage-scroll .pet-room-scene,.pet-room-stage,.pet-game-need-bar>i,.pet-needs-bar>i,[data-need-fill]{transition:none!important}.pet-game-image[data-pet-atlas].pet-action-transition:after{display:none}}.pet-room-floor-boundary{border-top:0}.pet-game-root{--pet-paper:#fffdf6;--pet-ink:#51483f;--pet-muted:#827668;--pet-line:#dbd0bc;--pet-mint:#dff2de;--pet-shadow:#bdb49c;font-family:Kanit,sans-serif}.pet-game-root .pet-game-panel{box-sizing:border-box;border:2px solid var(--pet-ink);background:var(--pet-paper);width:min(840px,100vw - 48px);max-height:calc(100dvh - 48px);color:var(--pet-ink);box-shadow:5px 7px 0 var(--pet-shadow),0 24px 65px #493c3326;-webkit-backdrop-filter:none;backdrop-filter:none;border-radius:28px;flex-direction:column;padding:0;display:flex;bottom:24px;right:24px;overflow:hidden}.pet-game-root .pet-game-panel.wide,.pet-game-root .pet-game-panel.room-panel{width:min(840px,100vw - 48px);max-height:calc(100dvh - 48px);overflow:hidden}.pet-game-root .pet-game-panel button{color:inherit;cursor:pointer;font-family:inherit}.pet-game-root .pet-game-panel button:disabled{cursor:not-allowed;opacity:.52;box-shadow:none;transform:none}.pet-game-root .pet-game-panel button:focus-visible,.pet-game-root .pet-game-adoption button:focus-visible{outline-offset:3px;outline:3px solid #4c8972}.pet-game-root .pet-game-panel:not(.open){visibility:hidden}.pet-game-root .pet-notebook-header{border-bottom:2px dashed var(--pet-line);background:var(--pet-paper);flex:none;align-items:center;gap:16px;padding:20px 24px 18px}.pet-notebook-brand{flex:1;align-items:center;gap:14px;min-width:0;display:flex}.pet-notebook-brand>div{min-width:0}.pet-notebook-mark{border:2px solid var(--pet-ink);background:#e7efda;border-radius:19px;flex:none;place-items:center;width:54px;height:54px;font-size:26px;display:grid;transform:rotate(-7deg);box-shadow:2px 3px #d3d8bc}.pet-game-root .pet-game-eyebrow{color:#8c806d;letter-spacing:.16em;font-size:10px;font-weight:500}.pet-game-root .pet-notebook-header h3{overflow-wrap:anywhere;font-size:27px;font-weight:600;line-height:1.3}.pet-notebook-header h3>span{color:#db8f93;font-weight:400}.pet-game-root .pet-notebook-header p{color:var(--pet-muted);margin-top:3px;font-size:12px}.pet-notebook-wallet{background:#fff1c9;border:1.5px solid #dbbc74;border-radius:15px;flex:none;align-items:center;gap:8px;padding:8px 13px;display:flex;transform:rotate(2deg)}.pet-notebook-wallet>span{font-size:25px}.pet-notebook-wallet small{color:#8a713b;font-size:10px;display:block}.pet-notebook-wallet b{font-size:19px;font-weight:600;line-height:1.1}.pet-game-root .pet-game-close{border:1.5px solid var(--pet-line);width:34px;height:34px;box-shadow:none;background:#f3ece0;border-radius:50%;flex:none;font-size:25px;font-weight:400}.pet-game-root .pet-game-close:hover{background:#f9ded6;transform:rotate(8deg)}.pet-game-root .pet-game-panel .pet-game-tabs{background:0 0;border-radius:0;flex:none;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin:0;padding:15px 24px;display:grid}.pet-game-root .pet-game-tabs button{background:0 0;border:1.5px solid #0000;border-radius:16px;gap:8px;height:49px;font-size:13px;font-weight:400;transition:background .16s,transform .16s;display:flex;overflow:visible}.pet-game-root .pet-game-tabs button.active{background:var(--pet-mint);color:#385b43;border-color:#71977a;transform:rotate(-2deg);box-shadow:0 3px #bfd5b7}.pet-game-root .pet-game-tabs button:hover:not(.active){background:#f1ecdf;transform:translateY(-2px)}.pet-tab-sticker{font-size:22px;font-style:normal;line-height:1}.pet-game-root .pet-game-tab-content{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#d4c9b5 transparent;min-height:0;padding:0 24px 24px;animation:.2s pet-tab-in;overflow:auto}.pet-care-layout{grid-template-columns:minmax(0,1fr) minmax(0,1.22fr);gap:22px;display:grid}.pet-game-root .pet-game-profile{background:#f0f3dc;border:1.5px solid #d6d9bb;border-radius:23px;flex-direction:column;align-items:stretch;gap:0;margin:0;padding:18px;display:flex;position:relative;overflow:hidden}.pet-notebook-label{text-align:center;letter-spacing:.16em;color:#8a906d;font-size:9px}.pet-care-speech{color:#6b7055;text-align:center;z-index:1;background:#fffdf6;border:1.5px solid #b7b897;border-radius:17px;align-self:center;max-width:90%;margin:24px 0 0;padding:10px 15px;font-size:13px;position:relative;transform:rotate(-3deg)}.pet-care-speech:after{content:"";background:#fffdf6;border-bottom:1.5px solid #b7b897;border-right:1.5px solid #b7b897;width:10px;height:10px;position:absolute;bottom:-6px;left:49%;transform:rotate(45deg)}.pet-care-garden{background:radial-gradient(at 50% 91%,#d9dfb9 0 34%,#0000 35%);flex:1;place-items:center;min-height:214px;display:grid;position:relative}.pet-game-root .pet-game-profile-image{z-index:1;filter:drop-shadow(0 9px 2px #70794117);align-self:center;width:200px;height:200px;position:relative}.pet-game-profile-image>.pet-game-image{width:100%;height:100%}.pet-garden-cloud{background:#ffffffb3;border-radius:30px;width:57px;height:20px;position:absolute;top:24px;right:4px;transform:rotate(6deg)}.pet-garden-cloud:before{content:"";background:#ffffffb3;border-radius:50%;width:28px;height:28px;position:absolute;bottom:4px;left:12px}.pet-garden-flower{color:#ce956e;font-size:35px;position:absolute;bottom:20px;left:14px;transform:rotate(-15deg)}.pet-game-root .pet-game-level{background:#fffdf6;border:1px solid #dedbc6;border-radius:15px;margin-top:15px;padding:12px 14px}.pet-game-root .pet-game-level>span{color:#58734c;font-size:12px}.pet-game-root .pet-game-level>strong{color:#938873;font-size:10px;font-weight:400}.pet-game-root .pet-game-level>div{background:#e9efda;border:1px solid #b9ca9e;height:10px;margin-top:8px}.pet-game-root .pet-game-level>div i{background:repeating-linear-gradient(120deg,#9aba7d 0 8px,#abc88e 8px 16px)}.pet-game-root .pet-game-level small{color:#8a806d;font-size:10px}.pet-notebook-room-link{background:0 0;border:0;justify-content:space-between;align-items:center;margin-top:12px;padding:10px 3px 0;font-size:12px;display:flex;color:#66734e!important}.pet-notebook-room-link span{font-size:20px}.pet-care-details{min-width:0;padding-top:6px}.pet-notebook-section-heading{justify-content:space-between;align-items:center;gap:8px;margin:0 0 12px;display:flex}.pet-notebook-section-heading span{color:var(--pet-muted);font-size:10px}.pet-notebook-section-heading>div>span{letter-spacing:.13em;color:#a59582;font-size:9px}.pet-notebook-section-heading h4{margin:3px 0 0;font-size:16px;font-weight:500}.pet-notebook-section-heading>i{color:#d59392;font-size:30px;font-style:normal}.pet-game-root .pet-game-panel .pet-game-needs{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:0 0 21px}.pet-game-root .pet-game-panel .pet-game-need{background:#fffdf8;border:1px solid #e5ddce;border-radius:13px;grid-column:auto;padding:10px 9px}.pet-game-root .pet-game-panel .pet-game-need:last-child{grid-column:auto}.pet-game-root .pet-game-need>header{color:#8c806e;gap:3px;font-size:10px}.pet-game-root .pet-game-need>header b{color:var(--pet-ink);font-size:12px;font-weight:500}.pet-game-root .pet-game-need-bar{background:#eee9de;height:6px}.pet-game-root .pet-game-need[data-need=thirst]{--need-from:#72b9d6;--need-to:#8acee4}.pet-game-root .pet-game-need[data-need=energy]{--need-from:#e8bd6d;--need-to:#f0cf89}.pet-game-root .pet-game-need[data-need=hygiene]{--need-from:#85b9b5;--need-to:#a6d4ce}.pet-game-root .pet-game-need[data-need=health]{--need-from:#99b47e;--need-to:#b5ce99}.pet-game-root .pet-game-need[data-need=mood]{--need-from:#d99caa;--need-to:#ebc1ca}.pet-game-root .pet-game-need[data-need=hunger]{--need-from:#d6a780;--need-to:#e4bc9a}.pet-game-root .pet-game-panel .pet-game-care-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0}.pet-game-root .pet-game-care-actions button{background:#fff5df;border:1.5px solid #dfcfba;border-radius:17px;gap:3px;min-height:109px;padding:11px 4px 9px;box-shadow:0 3px #e7d9bc}.pet-game-root .pet-game-care-actions button:nth-child(2){background:#eaf4f6;border-color:#c9dee2;box-shadow:0 3px #d0e1e4}.pet-game-root .pet-game-care-actions button:nth-child(3){background:#fbeae9;border-color:#eacdcc;box-shadow:0 3px #e8d2d0}.pet-game-root .pet-game-care-actions button:nth-child(4){background:#eaf1e5;border-color:#d0dcc3;box-shadow:0 3px #d5dfca}.pet-game-root .pet-game-care-actions button:nth-child(5){background:#eeebf7;border-color:#dcd4eb;box-shadow:0 3px #ddd7ea}.pet-game-root .pet-game-care-actions button:nth-child(6){box-shadow:none;background:#fffdf6;border-style:dashed}.pet-game-root .pet-game-care-actions button:hover:not(:disabled){transform:translateY(-3px)rotate(-2deg)}.pet-game-root .pet-game-care-actions .pet-care-sticker{font-size:30px;font-style:normal;line-height:1.25}.pet-game-root .pet-game-care-actions span{font-size:12px;font-weight:500}.pet-game-care-actions small{color:var(--pet-muted);text-align:center;overflow-wrap:anywhere;font-size:9px;line-height:1.35}.pet-game-root .pet-game-care-actions b{color:#82715b;background:#fffdf8;border:1px solid #ded0ba;min-width:19px;height:19px;font-weight:400;top:5px;right:6px}.pet-game-root .pet-game-tip{color:#958571;text-align:center;background:0 0;margin:16px 0 0;padding:0;font-size:10px;line-height:1.7}.pet-game-root .pet-game-status-warning{margin-bottom:14px;font-size:11px}.pet-game-root .pet-game-panel :is(.pet-shop-head,.pet-quests-head,.pet-inventory-head,.pet-friends-head,.pet-room-heading){margin:5px 0 18px}.pet-game-root .pet-game-panel :is(.pet-shop-head,.pet-quests-head,.pet-inventory-head,.pet-friends-head,.pet-room-heading) strong{font-size:19px;font-weight:500}.pet-game-root .pet-game-panel :is(.pet-shop-head,.pet-quests-head,.pet-inventory-head,.pet-friends-head,.pet-room-heading) span{color:var(--pet-muted);font-size:12px}.pet-game-root .pet-game-panel :is(.pet-shop-grid,.pet-inventory-grid,.pet-friends-list,.pet-quests-list){gap:12px;max-height:none;padding:0;overflow:visible}.pet-game-root .pet-game-panel :is(.pet-shop-card,.pet-inventory-item,.pet-quests-card,.pet-friends-list>article){border:1.5px solid var(--pet-line);background:#fffef9;border-radius:18px;gap:12px;padding:13px;box-shadow:0 3px #e9e1d1}.pet-game-root .pet-game-panel :is(.pet-shop-card,.pet-inventory-item,.pet-quests-card,.pet-friends-list>article) strong{overflow-wrap:anywhere;font-size:14px;font-weight:500}.pet-game-root .pet-game-panel :is(.pet-shop-card span,.pet-inventory-item small,.pet-quests-card small,.pet-friends-list span){color:var(--pet-muted);font-size:11px}.pet-game-root .pet-game-panel :is(.pet-shop-card button,.pet-inventory-actions button,.pet-quests-claim,.pet-friend-actions button,.pet-room-heading button){color:#526c41;background:#e5efda;border:1px solid #bfcdb0;border-radius:11px;height:auto;min-height:36px;padding:7px 11px;font-size:12px}.pet-game-root .pet-game-panel :is(.pet-inventory-filters,.pet-shop-filters) button{border-color:var(--pet-line);height:35px;color:var(--pet-muted);background:0 0;font-size:12px}.pet-game-root .pet-game-panel :is(.pet-inventory-filters,.pet-shop-filters) button.active{color:#576c42;background:#e7eed9;border-color:#adb992}.pet-game-root .pet-shop-card>i,.pet-game-root .pet-inventory-image{background:#f4efdf;border-radius:13px;font-style:normal}.pet-game-root .pet-inventory-image{background:linear-gradient(145deg,#f8f4e9,#eee7d7);height:126px;font-size:46px}.pet-game-root .pet-inventory-image img{object-fit:cover}.pet-game-root .pet-inventory-quantity{top:124px;left:20px}.pet-game-root .pet-quests-streak{background:#fff2d1;border:1.5px solid #e7cf91;border-radius:18px;padding:16px}.pet-game-root .pet-quests-streak strong{font-size:15px}.pet-game-root .pet-quests-streak span{font-size:11px}.pet-game-root .pet-quests-card>div:last-child{gap:6px;display:grid}.pet-game-root .pet-quests-reward{font-size:11px}.pet-game-root .pet-game-panel .pet-inventory-favorite{background:#f6f1e6;border:0;width:30px;height:30px;padding:0;font-size:15px}.pet-game-root .pet-inventory-history>summary{font-size:13px}.pet-game-root .pet-inventory-history-list>div{background:#f6f0e4;font-size:12px}.pet-game-root .pet-room-scene{border:2px solid #c6bda6;border-radius:22px}.pet-game-root .pet-room-stage-scroll .pet-room-scene{max-width:650px}.pet-game-root .pet-room-locations h4,.pet-game-root .pet-room-owned h4{font-size:14px;font-weight:500}.pet-game-root .pet-room-locations p{font-size:12px}.pet-game-root .pet-room-locations button{border:1.5px solid var(--pet-line);background:#fffef9;border-radius:14px}.pet-game-root .pet-room-locations strong{font-size:12px}.pet-game-root .pet-room-locations small{font-size:10px}.pet-game-root .pet-room-locations b{color:#687d4b;font-size:11px}.pet-game-root .pet-room-owned button{border-color:var(--pet-line);background:#f6f0e4;font-size:12px}.pet-game-root .pet-room-owned button b{font-size:10px}.pet-game-root .pet-room-control-dock{border:1.5px solid var(--pet-line);background:#f9f5eb;border-radius:18px;padding:14px;box-shadow:0 3px #e9e1d1}.pet-game-root .pet-room-control-dock>header{gap:9px}.pet-game-root .pet-room-control-dock>header p{color:var(--pet-muted);font-size:11px}.pet-game-root .pet-room-control-tabs{background:#eee7d9;border:1px solid #dfd6c5;border-radius:14px;gap:7px;padding:5px}.pet-game-root .pet-room-control-tabs button{color:#817563;border-radius:10px;height:42px;font-size:12px}.pet-game-root .pet-room-control-tabs button.active{color:#4f6a43;background:#fffdf6;box-shadow:0 3px #d4cbb9}.pet-game-root .pet-room-control-tabs button>b{color:#756a58;background:#ddd4c4;font-size:10px}.pet-game-root .pet-room-control-tabs button.active>b{color:#fff;background:#718963}.pet-game-root .pet-room-control-panel{margin-top:12px}.pet-game-root .pet-room-furniture-grid,.pet-game-root .pet-room-place-grid{gap:10px}.pet-game-root .pet-room-furniture-card{border:1.5px solid var(--pet-line);color:var(--pet-ink);background:#fffef9;border-radius:15px;grid-template-columns:58px minmax(0,1fr) auto;gap:10px;padding:9px}.pet-game-root .pet-room-furniture-card.selected{background:#f1f6e8;border-color:#8eaa78;box-shadow:0 0 0 2px #d8e4c8}.pet-game-root .pet-room-furniture-thumb{background:#f2ecdf;border-radius:11px;width:58px;height:52px}.pet-game-root .pet-room-furniture-card strong{font-size:12px;font-weight:500}.pet-game-root .pet-room-furniture-card small{color:var(--pet-muted);font-size:10px}.pet-game-root .pet-room-furniture-card>button{color:#526c41;background:#e6efdc;border-color:#aebd9e;height:34px;padding:0 10px;font-size:10px}.pet-game-root .pet-room-furniture-card.selected>button{color:#9b493c;background:#fff0eb;border-color:#dfb2a7}.pet-game-root .pet-room-place-card{border:1.5px solid var(--pet-line);color:var(--pet-ink);background:#fffef9;border-radius:15px;padding:8px}.pet-game-root .pet-room-place-card.selected{background:#f1f6e8;border-color:#8eaa78;box-shadow:0 0 0 2px #d8e4c8}.pet-game-root .pet-room-place-card .pet-room-location-thumb{height:62px}.pet-game-root .pet-room-place-card strong{font-size:12px;font-weight:500}.pet-game-root .pet-room-place-card small{color:var(--pet-muted);font-size:10px}.pet-game-root .pet-room-place-card>b{color:#687d4b;font-size:10px}.pet-game-root .pet-room-control-empty{border-color:var(--pet-line);padding:28px}.pet-game-root .pet-room-control-empty strong{font-size:13px}.pet-game-root .pet-room-control-empty span{font-size:10px}.pet-game-root .pet-game-empty{border-color:var(--pet-line);color:#ab9b81;background:#f8f3e8;grid-column:1/-1;padding:40px}.pet-game-root .pet-game-empty strong{color:var(--pet-muted);font-size:15px}.pet-game-root .pet-game-empty span{font-size:12px}.pet-game-root .pet-game-adoption-card{border:2px solid var(--pet-ink);background:var(--pet-paper);color:var(--pet-ink);box-shadow:6px 8px #bdb49c,0 25px 80px #51483f40}.pet-game-root .pet-game-adopt-button{color:#4d653a;background:#ddecce;border:2px solid #8d9f75;box-shadow:0 4px #b6c99b}.pet-game-root .pet-game-species button,.pet-game-root .pet-game-color-options button{border-color:var(--pet-line);color:var(--pet-ink);background:#fffdf6}.pet-game-root .pet-game-species button.selected,.pet-game-root .pet-game-color-options button.selected{background:#edf3de;border-color:#8ba36c}html[data-display-theme=dark] .pet-game-root{--pet-paper:#282d2b;--pet-ink:#eee6d8;--pet-muted:#b6b7a7;--pet-line:#535c51;--pet-shadow:#151b17;--pet-mint:#405c47}html[data-display-theme=dark] .pet-game-root .pet-game-panel{background:var(--pet-paper);border-color:#737c6b}html[data-display-theme=dark] .pet-game-root .pet-game-tabs button.active{background:var(--pet-mint);border-color:#6d8b6a}html[data-display-theme=dark] .pet-game-root .pet-room-control-dock{background:#303832;border-color:#535c51;box-shadow:0 3px #202722}html[data-display-theme=dark] .pet-game-root .pet-room-control-tabs{background:#242b27;border-color:#535c51}html[data-display-theme=dark] .pet-game-root .pet-room-control-tabs button.active{color:#d4e9c5;background:#405c47;box-shadow:0 3px #213825}html[data-display-theme=dark] .pet-game-root .pet-room-furniture-card,html[data-display-theme=dark] .pet-game-root .pet-room-place-card{color:#eee6d8;background:#343d36;border-color:#535c51}html[data-display-theme=dark] .pet-game-root .pet-room-furniture-card.selected,html[data-display-theme=dark] .pet-game-root .pet-room-place-card.selected{background:#40523e;border-color:#79906a;box-shadow:0 0 0 2px #526748}html[data-display-theme=dark] .pet-game-root .pet-care-speech:after{background:#414a38;border-color:#707d58}html[data-display-theme=dark] .pet-game-root .pet-notebook-room-link{color:#bfccac!important}html[data-display-theme=dark] .pet-game-root .pet-game-profile{background:#343f31;border-color:#526748}html[data-display-theme=dark] .pet-game-root .pet-care-garden{background:radial-gradient(at 50% 91%,#44533b 0 34%,#0000 35%)}html[data-display-theme=dark] .pet-game-root .pet-game-panel :is(.pet-shop-card,.pet-inventory-item,.pet-quests-card,.pet-friends-list>article,.pet-game-need){color:#eee6d8;background:#303832;border-color:#535c51}html[data-display-theme=dark] .pet-game-root .pet-game-panel :is(.pet-care-speech,.pet-game-level,.pet-game-care-actions button,.pet-quests-streak,.pet-notebook-wallet,.pet-notebook-mark){color:#fff2d5;box-shadow:none;background:#414a38;border-color:#707d58}html[data-display-theme=dark] .pet-game-root .pet-game-tabs button.active{color:#d4e9c5;box-shadow:0 3px #213825}html[data-display-theme=dark] .pet-game-root .pet-game-level small,html[data-display-theme=dark] .pet-game-root .pet-game-level>span,html[data-display-theme=dark] .pet-game-root .pet-notebook-wallet small{color:#d1d5bb}@media (width<=640px){.pet-game-root .pet-game-panel,.pet-game-root .pet-game-panel.wide,.pet-game-root .pet-game-panel.room-panel{width:calc(100vw - 16px);max-height:calc(100dvh - 24px);box-shadow:2px 4px 0 var(--pet-shadow);border-radius:22px;bottom:12px;right:8px}.pet-game-root .pet-notebook-header{gap:8px;padding:14px}.pet-notebook-brand{gap:9px}.pet-notebook-mark{border-radius:14px;width:39px;height:39px;font-size:21px}.pet-game-root .pet-notebook-header h3{font-size:22px}.pet-game-root .pet-notebook-header p{font-size:10px}.pet-game-root .pet-game-eyebrow{font-size:8px}.pet-notebook-wallet{gap:3px;padding:6px 8px}.pet-notebook-wallet small{display:none}.pet-notebook-wallet b{font-size:16px}.pet-notebook-wallet>span{font-size:18px}.pet-game-root .pet-game-panel .pet-game-tabs{gap:3px;padding:10px}.pet-game-root .pet-game-tabs button{border-radius:12px;flex-direction:column;gap:3px;height:57px;font-size:11px}.pet-tab-sticker{font-size:20px}.pet-game-root .pet-game-tab-content{padding:0 13px 20px}.pet-care-layout{grid-template-columns:1fr;gap:17px}.pet-game-root .pet-game-profile{padding:13px}.pet-care-speech{margin:10px 0 0;font-size:12px}.pet-care-garden{min-height:147px}.pet-game-root .pet-game-profile-image{width:148px;height:148px}.pet-game-root .pet-game-level{margin-top:7px}.pet-notebook-room-link{margin-top:5px}.pet-game-root .pet-game-panel .pet-game-care-actions button{min-height:102px}.pet-game-root .pet-game-panel :is(.pet-shop-grid,.pet-inventory-grid){grid-template-columns:1fr}.pet-game-root .pet-quests-card{grid-template-columns:28px minmax(0,1fr)}.pet-game-root .pet-quests-card>div:last-child{grid-column:2}}@media (prefers-reduced-motion:reduce){.pet-game-root .pet-game-panel,.pet-game-root .pet-game-panel button,.pet-game-root .pet-game-tab-content{transition:none;animation:none}}
