:root{--bg-page:#f0ede8;--bg-surface:#fafaf8;--bg-surface2:#f2efe9;--bg-card:#fff;--bg-input:#fff;--text-primary:#1a1612;--text-secondary:#6b6560;--text-muted:#a09a94;--text-inverse:#fff;--accent:#e8734a;--accent-hover:#d4603a;--accent-soft:#fef0e8;--accent-2:#f59c6b;--color-success:#4a9b6f;--color-success-soft:#e8f5ee;--color-warning:#e8a030;--color-warning-soft:#fef6e0;--color-danger:#c94040;--color-danger-soft:#fdeaea;--border:#1a16121a;--border-focus:#e8734a;--shadow-sm:0 1px 4px #0000000f;--shadow-md:0 4px 20px #0000001a;--shadow-lg:0 8px 40px #00000024;--r-sm:10px;--r-md:16px;--r-lg:24px;--r-xl:32px;--r-pill:100px;--font-display:"Nunito", sans-serif;--font-body:"DM Sans", sans-serif;--transition:.2s ease}body{font-family:var(--font-body);background:var(--bg-page);color:var(--text-primary);-webkit-font-smoothing:antialiased;transition:background var(--transition), color var(--transition)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}.auth-screen{background:#f4e6d4;flex-direction:column;justify-content:center;align-items:center;gap:32px;width:100%;max-width:390px;min-height:100vh;margin:0 auto;padding:40px 16px;display:flex}.auth-logo-wrap{text-align:center;flex-direction:column;align-items:center;gap:10px;display:flex}.auth-rokkie{object-fit:contain;filter:drop-shadow(0 8px 16px #7a4a312e);width:130px;height:130px;margin-bottom:2px;animation:3s ease-in-out infinite petFloat}.auth-pet-emoji{margin-bottom:4px;font-size:72px;line-height:1;animation:3s ease-in-out infinite petFloat;display:block}@keyframes petFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.auth-logo{color:#7a4a31;letter-spacing:-.5px;font-family:Nunito,Segoe UI,sans-serif;font-size:38px;font-weight:900;line-height:1}.auth-tagline{color:#8a5a3d;margin-top:2px;font-family:DM Sans,Segoe UI,sans-serif;font-size:14px}.auth-form{flex-direction:column;align-items:center;gap:16px;width:100%;display:flex}.auth-input-wrap{background:#fff5e8;border:1.5px solid #d6b18d;border-radius:20px;align-items:center;width:100%;max-width:358px;height:56px;padding:0 18px;transition:border-color .2s,box-shadow .2s;display:flex;box-shadow:0 4px 14px #7a4a311a,0 1px 3px #7a4a310f}.auth-input-wrap:focus-within{border-color:#ffa11f;box-shadow:0 4px 20px #ffa11f38,0 0 0 3px #ffa11f1f}.auth-input-icon{flex-shrink:0;margin-right:10px;font-size:18px;line-height:1}.auth-input{color:#7a4a31;background:0 0;border:none;outline:none;flex:1;font-family:DM Sans,Segoe UI,sans-serif;font-size:15px;font-weight:500}.auth-input::placeholder{color:#c4956b;font-weight:400}.auth-input[type=date]::-webkit-calendar-picker-indicator{opacity:.5;cursor:pointer;filter:sepia()saturate(3)hue-rotate(330deg)}.auth-eye-btn{cursor:pointer;color:#8a5a3d;background:0 0;border:none;flex-shrink:0;align-items:center;padding:0 0 0 8px;font-size:16px;line-height:1;display:flex}.auth-btn-primary{color:#fff;letter-spacing:.2px;cursor:pointer;text-shadow:0 1px 3px #00000038;background:linear-gradient(#ffa11f 0%,#e68739 55%,#ea7300 100%);border:2px solid #e77a00;border-radius:26.5px;justify-content:center;align-items:center;width:100%;max-width:340px;height:53px;margin-top:4px;font-family:Nunito,Segoe UI,sans-serif;font-size:17px;font-weight:800;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 5px 22px #ea730061,0 2px 6px #ea730033}.auth-btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 28px #ea730075,0 3px 8px #ea73003d}.auth-btn-primary:active:not(:disabled){transform:scale(.97);box-shadow:0 2px 10px #ea73004d}.auth-btn-primary:disabled{opacity:.7;cursor:not-allowed}.auth-spinner{border:2.5px solid #fff6;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.auth-error{color:#c94040;background:#fde8e8;border:1px solid #c94040;border-radius:14px;align-items:center;gap:8px;width:100%;max-width:358px;padding:12px 16px;font-family:DM Sans,sans-serif;font-size:13px;animation:.3s errorShake;display:flex}@keyframes errorShake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-3px)}80%{transform:translate(3px)}}.auth-footer{text-align:center}.auth-footer-text{color:#8a5a3d;font-family:DM Sans,Segoe UI,sans-serif;font-size:14px}.auth-link{cursor:pointer;color:#7a4a31;text-underline-offset:3px;background:0 0;border:none;padding:0;font-family:DM Sans,Segoe UI,sans-serif;font-size:14px;font-weight:700;-webkit-text-decoration:underline #ffa11f;text-decoration:underline #ffa11f;transition:color .15s}.auth-link:hover{color:#ea7300}.welcome-screen{background:#f4e6d4;flex-direction:column;justify-content:center;align-items:center;gap:40px;width:100%;max-width:390px;min-height:100vh;margin:0 auto;padding:40px 16px;display:flex}.welcome-hero{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.welcome-mascot{object-fit:contain;filter:drop-shadow(0 12px 24px #7a4a312e);width:220px;height:220px;margin-bottom:4px;animation:3s ease-in-out infinite petFloat}.welcome-title{color:#7a4a31;letter-spacing:-1px;font-family:Nunito,Segoe UI,sans-serif;font-size:52px;font-weight:900;line-height:1}.welcome-subtitle{color:#8a5a3d;max-width:280px;margin:0 auto;font-family:DM Sans,Segoe UI,sans-serif;font-size:16px;line-height:1.6}.welcome-actions{flex-direction:column;align-items:center;gap:14px;width:100%;display:flex}.welcome-btn-secondary{color:#7a4a31;cursor:pointer;background:0 0;border:2px solid #d6b18d;border-radius:26.5px;justify-content:center;align-items:center;width:100%;max-width:340px;height:53px;font-family:Nunito,Segoe UI,sans-serif;font-size:17px;font-weight:700;transition:all .15s;display:flex}.welcome-btn-secondary:hover{background:#d6b18d2e;border-color:#c4956b}.welcome-btn-secondary:active{transform:scale(.97)}.petselect-screen{background:#f4e6d4;flex-direction:column;align-items:center;width:100%;max-width:390px;min-height:100vh;margin:0 auto;padding:0 20px 40px;display:flex}.petselect-topbar{align-items:center;width:100%;padding:16px 0 8px;display:flex}.petselect-back{color:#7a4a31;cursor:pointer;background:0 0;border:none;padding:6px 10px 6px 0;font-size:22px;font-weight:700;line-height:1;transition:opacity .15s}.petselect-back:hover{opacity:.65}.petselect-title{color:#7a4a31;text-align:center;margin-bottom:20px;font-family:Nunito,Segoe UI,sans-serif;font-size:26px;font-weight:900}.petselect-hero{background:#fff5e8;border-radius:28px;justify-content:center;align-items:flex-end;gap:0;width:100%;min-height:180px;margin-bottom:22px;padding:20px 16px 0;display:flex;box-shadow:0 4px 20px #7a4a311a}.petselect-hero-img{object-fit:contain;filter:drop-shadow(0 6px 10px #7a4a3124);width:110px;height:110px;margin-bottom:-4px;transition:transform .2s}.petselect-hero-img--center{z-index:1;width:145px;height:145px;margin-bottom:-4px}.petselect-input-wrap{background:#fff5e8;border:1.5px solid #d6b18d;border-radius:20px;align-items:center;width:100%;height:54px;margin-bottom:18px;padding:0 18px;transition:border-color .2s,box-shadow .2s;display:flex;box-shadow:0 3px 12px #7a4a3114}.petselect-input-wrap:focus-within{border-color:#ffa11f;box-shadow:0 3px 16px #ffa11f33}.petselect-input-icon{flex-shrink:0;margin-right:10px;font-size:18px}.petselect-input{color:#7a4a31;background:0 0;border:none;outline:none;flex:1;font-family:DM Sans,Segoe UI,sans-serif;font-size:15px;font-weight:500}.petselect-input::placeholder{color:#c4956b;font-weight:400}.petselect-error{color:#c94040;text-align:center;width:100%;margin:-4px 0 0;font-family:DM Sans,Segoe UI,sans-serif;font-size:13px;font-weight:600}.petselect-grid{grid-template-columns:repeat(3,1fr);gap:12px;width:100%;margin-bottom:24px;display:grid}.petselect-card{cursor:pointer;background:#fff5e8;border:2px solid #d6b18d;border-radius:18px;flex-direction:column;align-items:center;gap:8px;padding:14px 8px 10px;transition:all .18s;display:flex;position:relative;box-shadow:0 2px 8px #7a4a3114}.petselect-card:hover{border-color:#ffa11f;transform:translateY(-2px);box-shadow:0 6px 18px #7a4a3124}.petselect-card--selected{background:#fff0dc;border-color:#ffa11f;box-shadow:0 4px 16px #ffa11f3d}.petselect-check{color:#fff;background:#4caf50;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:900;line-height:1;display:flex;position:absolute;top:6px;right:8px}.petselect-card-img{object-fit:contain;filter:drop-shadow(0 3px 6px #7a4a311f);width:72px;height:72px}.petselect-card-label{color:#7a4a31;text-align:center;font-family:Nunito,Segoe UI,sans-serif;font-size:13px;font-weight:800}.petselect-btn{color:#fff;letter-spacing:.2px;cursor:pointer;text-shadow:0 1px 3px #00000038;background:linear-gradient(#ffa11f 0%,#e68739 55%,#ea7300 100%);border:2px solid #e77a00;border-radius:26.5px;width:100%;height:53px;font-family:Nunito,Segoe UI,sans-serif;font-size:18px;font-weight:800;transition:transform .15s,box-shadow .15s;box-shadow:0 5px 22px #ea730061}.petselect-btn:hover{transform:translateY(-2px);box-shadow:0 8px 28px #ea730075}.petselect-btn:active{transform:scale(.97)}.app-screen{background:#faedd7;flex-direction:column;width:100%;max-width:430px;min-height:100vh;margin:0 auto;padding-bottom:88px;display:flex;position:relative}.app-topbar{justify-content:space-between;align-items:center;padding:18px 20px 8px;display:flex}.app-topbar-title{color:#2a1a0f;letter-spacing:-.5px;align-items:center;gap:6px;font-family:Nunito,Segoe UI,sans-serif;font-size:28px;font-weight:900;display:flex}.app-topbar-sub{color:#8a5a3d;margin-top:2px;font-family:DM Sans,sans-serif;font-size:13px}.app-icon-btn{cursor:pointer;color:#7a4a31;background:#fff9;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;transition:background .15s;display:flex}.app-icon-btn:hover{background:#ffffffe6}.app-coin-chip{color:#7a4a31;background:#fff;border-radius:100px;align-items:center;gap:6px;padding:6px 14px 6px 8px;font-family:Nunito,sans-serif;font-size:15px;font-weight:800;display:flex;box-shadow:0 2px 8px #7a4a311a}.app-coin-chip-coin{background:linear-gradient(#ffd66a 0%,#f4a93a 100%);border:1.5px solid #e89426;border-radius:50%;width:22px;height:22px;display:inline-block}.app-content{flex-direction:column;flex:1;gap:14px;padding:0 16px;display:flex}.app-card{background:#fff;border-radius:22px;padding:16px;box-shadow:0 4px 18px #7a4a311a}.app-bottomnav{z-index:10;background:#fff;border-top-left-radius:24px;border-top-right-radius:24px;justify-content:space-around;align-items:center;width:100%;max-width:430px;padding:10px 8px 14px;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -4px 20px #7a4a311a}.app-nav-btn{cursor:pointer;color:#a38873;background:0 0;border:none;flex-direction:column;flex:1;align-items:center;gap:4px;padding:6px 4px;font-family:DM Sans,sans-serif;font-size:11px;font-weight:600;transition:color .15s;display:flex}.app-nav-btn-active{color:#ea7300}.app-nav-icon{justify-content:center;align-items:center;width:24px;height:24px;font-size:20px;line-height:1;display:flex}.app-nav-center{background:#faedd7;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-top:-28px;display:flex;overflow:hidden;box-shadow:0 4px 12px #7a4a3133}.app-nav-center img{object-fit:contain;width:44px;height:44px}.home-hero{text-align:center;background:linear-gradient(#fff1dc 0%,#fce2bc 100%);border-radius:24px;padding:18px 16px 22px;position:relative;overflow:hidden;box-shadow:0 4px 18px #7a4a311a}.home-hero img{object-fit:contain;filter:drop-shadow(0 12px 20px #7a4a312e);width:170px;height:170px;animation:3s ease-in-out infinite petFloat}.home-checkin{text-align:left;cursor:pointer;background:#fff8ec;border:1.5px solid #f0d9b2;border-radius:18px;justify-content:space-between;align-items:center;width:100%;padding:14px 16px;transition:transform .15s;display:flex;position:relative}.home-checkin:active{transform:scale(.99)}.home-checkin[data-locked=true]{cursor:default;background:#f1fbf1;border-color:#bfe6bf}.home-checkin[data-locked=true]:active{transform:none}.home-checkin:disabled{opacity:1}.home-checkin[data-locked=true] .home-checkin-btn{opacity:1;background:#fff}.xp-pop{color:#ea7300;pointer-events:none;text-shadow:0 1px 4px #ffffffe6;font-family:Nunito,sans-serif;font-size:15px;font-weight:800;animation:1.4s ease-out forwards xp-pop-rise;position:absolute;top:8px;right:18px}@keyframes xp-pop-rise{0%{opacity:0;transform:translateY(8px)scale(.7)}20%{opacity:1;transform:translateY(0)scale(1.15)}45%{transform:translateY(-8px)scale(1)}to{opacity:0;transform:translateY(-44px)scale(1)}}.home-checkin-text{flex-direction:column;gap:2px;display:flex}.home-checkin-title{color:#2a1a0f;font-family:Nunito,sans-serif;font-size:15px;font-weight:800}.home-checkin-sub{color:#8a5a3d;font-family:DM Sans,sans-serif;font-size:12px}.home-checkin-btn{cursor:pointer;background:#fff;border:1.5px solid #e8c496;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:22px;display:flex}.home-section-title{color:#2a1a0f;justify-content:space-between;align-items:center;padding:6px 4px 0;font-family:Nunito,sans-serif;font-size:17px;font-weight:800;display:flex}.home-section-count{color:#8a5a3d;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600}.home-habit-list{flex-direction:column;gap:10px;display:flex}.home-habit-row{cursor:pointer;text-align:left;color:#2a1a0f;background:#fff;border:none;border-radius:16px;align-items:center;gap:12px;width:100%;padding:12px 14px;font-family:DM Sans,sans-serif;font-size:14px;transition:transform .15s;display:flex;box-shadow:0 2px 10px #7a4a310f}.home-habit-row:active{transform:scale(.98)}.home-habit-icon{justify-content:center;align-items:center;width:28px;height:28px;font-size:18px;display:flex}.home-habit-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.home-habit-text{font-weight:600}.home-habit-xp{color:#8a5a3d;font-family:DM Sans,sans-serif;font-size:12px}.home-habit-check{color:#0000;background:#fff8ec;border:1.5px solid #e8c496;border-radius:8px;justify-content:center;align-items:center;width:26px;height:26px;font-size:16px;display:flex}.home-habit-row[data-done=true] .home-habit-check{color:#fff;background:#ea7300;border-color:#ea7300}.home-energy-card{background:#fff;border-radius:18px;padding:14px 16px;box-shadow:0 4px 14px #7a4a311a}.home-energy-header{color:#2a1a0f;justify-content:space-between;align-items:center;margin-bottom:8px;font-family:Nunito,sans-serif;font-size:15px;font-weight:800;display:flex}.home-energy-bar{background:#f4e2c8;border-radius:100px;width:100%;height:12px;overflow:hidden}.home-energy-fill{background:linear-gradient(90deg,#ffb54c 0%,#ea7300 100%);border-radius:100px;height:100%;transition:width .4s}.mood-row{justify-content:space-between;gap:10px;margin-top:10px;display:flex}.mood-btn{cursor:pointer;color:#8a5a3d;background:#fff8ec;border:2px solid #0000;border-radius:18px;flex-direction:column;flex:1;align-items:center;gap:4px;padding:10px 4px;font-family:DM Sans,sans-serif;font-size:11px;font-weight:700;transition:all .15s;display:flex}.mood-btn-selected{color:#7a4a31;background:#ffe9cc;border-color:#ea7300}.mood-emoji{font-size:28px;line-height:1}.mission-card{background:#fff;border-radius:22px;flex-direction:column;gap:12px;padding:16px;display:flex;box-shadow:0 4px 18px #7a4a311a}.mission-card-head{align-items:center;gap:12px;display:flex}.mission-icon{background:#e7f2e5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:22px;display:flex}.mission-icon[data-cat=drink_water]{background:#deeaf7}.mission-icon[data-cat=meditate]{background:#e7f2e5}.mission-icon[data-cat=read_more]{background:#efe2f1}.mission-icon[data-cat=workout],.mission-icon[data-cat=be_active]{background:#fce2d6}.mission-icon[data-cat=sleep_better]{background:#e6e4f4}.mission-icon[data-cat=eat_healthy],.mission-icon[data-cat=be_productive]{background:#f8e5be}.mission-icon[data-cat=quit_smoking],.mission-icon[data-cat=quit_snus]{background:#fad8d8}.mission-info{flex:1;min-width:0}.mission-title{color:#2a1a0f;margin-bottom:4px;font-family:Nunito,sans-serif;font-size:15px;font-weight:800;line-height:1.25}.mission-sub{color:#8a5a3d;font-family:DM Sans,sans-serif;font-size:12px}.mission-progress-bar{background:#f4e2c8;border-radius:100px;width:100%;height:6px;overflow:hidden}.mission-progress-fill{background:linear-gradient(90deg,#ffb54c 0%,#ea7300 100%);border-radius:100px;height:100%}.mission-actions{gap:10px;display:flex}.mission-btn-secondary,.mission-btn-primary{cursor:pointer;border-radius:100px;flex:1;height:40px;font-family:Nunito,sans-serif;font-size:14px;font-weight:800;transition:transform .15s,box-shadow .15s}.mission-btn-secondary{color:#7a4a31;background:#fff;border:1.5px solid #e8c496}.mission-btn-primary{color:#fff;background:linear-gradient(#ffa11f 0%,#ea7300 100%);border:1.5px solid #e77a00;box-shadow:0 4px 12px #ea73004d}.mission-btn-primary:hover{transform:translateY(-1px)}.mission-btn-primary:disabled,.mission-btn-secondary:disabled{opacity:.55;cursor:not-allowed}.mission-empty{text-align:center;color:#8a5a3d;padding:24px;font-family:DM Sans,sans-serif}.mission-toast{color:#b25a00;text-align:center;background:linear-gradient(#fff7e8 0%,#fce7c2 100%);border:1.5px solid #f0b65a;border-radius:18px;padding:14px 16px;font-family:Nunito,sans-serif;font-size:15px;font-weight:800;animation:.35s cubic-bezier(.2,.8,.3,1.2) missionToastPop;box-shadow:0 6px 20px #ea730038}@keyframes missionToastPop{0%{opacity:0;transform:translateY(-12px)scale(.92)}60%{opacity:1;transform:translateY(0)scale(1.03)}to{opacity:1;transform:translateY(0)scale(1)}}.shop-hero{text-align:center;background:linear-gradient(#fff1dc 0%,#fce2bc 100%);border-radius:22px;padding:20px;position:relative;box-shadow:0 4px 18px #7a4a311a}.shop-hero img{object-fit:contain;filter:drop-shadow(0 12px 20px #7a4a312e);width:150px;height:150px}.shop-tabs-wrapper{align-items:center;gap:8px;display:flex;position:relative}.shop-tabs{scroll-behavior:smooth;scrollbar-width:none;flex:1;gap:8px;padding:4px 0;display:flex;overflow-x:auto}.shop-tabs::-webkit-scrollbar{display:none}.shop-scroll-btn{color:#fff;cursor:pointer;background:#ffa11f;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;transition:background .2s,transform .15s;display:flex}.shop-scroll-btn:hover{background:#ea7300;transform:scale(1.1)}.shop-scroll-btn:active{transform:scale(.95)}.shop-tab{color:#8a5a3d;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:100px;padding:8px 14px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600}.shop-tab-active{color:#ea7300;background:#ffe9cc;border-bottom:2px solid #ea7300;border-radius:0;padding-bottom:6px}.shop-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.shop-item{background:#fff;border-radius:18px;flex-direction:column;align-items:center;gap:6px;padding:12px;display:flex;box-shadow:0 4px 14px #7a4a3114}.shop-item-img{justify-content:center;align-items:center;width:64px;height:64px;font-size:44px;display:flex}.shop-item-name{color:#2a1a0f;text-align:center;font-family:Nunito,sans-serif;font-size:14px;font-weight:800}.shop-item-price{color:#7a4a31;align-items:center;gap:4px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:700;display:flex}.shop-item-coin{background:linear-gradient(#ffd66a 0%,#f4a93a 100%);border:1px solid #e89426;border-radius:50%;width:14px;height:14px}.shop-buy-btn{color:#fff;cursor:pointer;background:linear-gradient(#ffa11f 0%,#ea7300 100%);border:1.5px solid #e77a00;border-radius:100px;width:100%;height:34px;font-family:Nunito,sans-serif;font-size:13px;font-weight:800;box-shadow:0 3px 10px #ea730040}.shop-buy-btn:disabled{opacity:.6;cursor:not-allowed}.shop-buy-btn[data-owned=true]{color:#4a9b6f;box-shadow:none;background:#e7f2e5;border-color:#b7d9b9}.shop-buy-btn[data-equipped=true]{color:#fff;background:linear-gradient(#5dbe85 0%,#3f9b65 100%);border-color:#2f7f4e;box-shadow:0 3px 10px #3f9b6540}.pp-screen{background:#faedd7;width:100%;max-width:430px;min-height:100vh;margin:0 auto;padding:18px 16px 110px}.pp-topbar{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.pp-title{color:#2a1a0f;font-family:Nunito,sans-serif;font-size:28px;font-weight:900}.pp-avatar-wrap{flex-direction:column;align-items:center;gap:8px;margin-bottom:18px;display:flex;position:relative}.pp-avatar{background:#ffe9cc;border-radius:50%;justify-content:center;align-items:center;width:140px;height:140px;display:flex;position:relative;overflow:hidden;box-shadow:0 6px 20px #7a4a312e}.pp-avatar img{object-fit:contain;width:110px;height:110px}.pp-avatar-edit{cursor:pointer;background:#fff;border:2px solid #ea7300;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;display:flex;position:absolute;bottom:6px;right:6px}.pp-name{color:#2a1a0f;font-family:Nunito,sans-serif;font-size:22px;font-weight:800}.pp-tagline{color:#8a5a3d;font-family:DM Sans,sans-serif;font-size:13px}.pp-stats{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:18px;display:grid}.pp-stat{text-align:center;background:#fff;border-radius:18px;padding:14px 8px;box-shadow:0 4px 14px #7a4a3114}.pp-stat-emoji{margin-bottom:4px;font-size:22px}.pp-stat-value{color:#2a1a0f;font-family:Nunito,sans-serif;font-size:20px;font-weight:900;line-height:1.1}.pp-stat-label{color:#8a5a3d;margin-top:2px;font-family:DM Sans,sans-serif;font-size:11px}.pp-list{background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 4px 18px #7a4a311a}.pp-list-row{cursor:pointer;text-align:left;background:0 0;border:none;border-bottom:1px solid #f4e2c8;align-items:center;gap:12px;width:100%;padding:14px 16px;font-family:DM Sans,sans-serif;display:flex}.pp-list-row:last-child{border-bottom:none}.pp-list-icon{text-align:center;color:#7a4a31;width:22px;font-size:18px}.pp-list-label{color:#2a1a0f;flex:1;font-size:15px;font-weight:600}.pp-list-value{color:#8a5a3d;font-family:DM Sans,sans-serif;font-size:13px}.pp-list-arrow{color:#c4956b;font-size:18px}.pp-list-row--danger .pp-list-label,.pp-list-row--danger .pp-list-icon{color:#c94040}.pp-name-input{color:#2a1a0f;text-align:center;background:#fff8ec;border:1.5px solid #e8c496;border-radius:100px;outline:none;width:200px;padding:8px 14px;font-family:Nunito,sans-serif;font-size:18px;font-weight:800}.pp-actions{justify-content:center;gap:10px;margin-top:10px;margin-bottom:18px;display:flex}.pp-save-btn,.pp-cancel-btn{cursor:pointer;border-radius:100px;height:38px;padding:0 22px;font-family:Nunito,sans-serif;font-weight:800}.pp-save-btn{color:#fff;background:linear-gradient(#ffa11f 0%,#ea7300 100%);border:1.5px solid #e77a00;box-shadow:0 3px 12px #ea730040}.pp-cancel-btn{color:#7a4a31;background:#fff;border:1.5px solid #e8c496}.pet-screen-card{text-align:center;background:#fff;border-radius:22px;padding:22px;box-shadow:0 4px 18px #7a4a311a}.pet-screen-img{object-fit:contain;filter:drop-shadow(0 10px 18px #7a4a312e);width:180px;height:180px;margin-bottom:12px;animation:3s ease-in-out infinite petFloat}.pet-screen-name{color:#2a1a0f;font-family:Nunito,sans-serif;font-size:22px;font-weight:800}.pet-screen-meta{color:#8a5a3d;margin-top:2px;font-family:DM Sans,sans-serif;font-size:13px}.pet-bar-row{text-align:left;align-items:center;gap:10px;margin-top:12px;display:flex}.pet-bar-label{color:#2a1a0f;width:70px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:700}.pet-bar-track{background:#f4e2c8;border-radius:100px;flex:1;height:10px;overflow:hidden}.pet-bar-fill{border-radius:100px;height:100%}.pet-bar-fill--xp{background:linear-gradient(90deg,#ffb54c,#ea7300)}.pet-bar-fill--health{background:linear-gradient(90deg,#ff8b7a,#e64a4a)}.pet-bar-val{color:#7a4a31;text-align:right;min-width:50px;font-family:Nunito,sans-serif;font-size:12px;font-weight:800}
