@import"https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700&display=swap";:root{--bg-top: #141f5a;--bg-bottom: #3d0f68;--panel: #251952;--panel-soft: #311967;--text-main: #f4f5ff;--text-fade: #c1c0ec;--line: rgba(255, 255, 255, .22);--screen-max: 680px;--screen-pad-x: clamp(10px, 3.8vw, 26px);--safe-top: env(safe-area-inset-top, 0px);--safe-right: env(safe-area-inset-right, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px);--ios-standalone-extra-safe-top: 0px;--ios-standalone-stack-offset: 0px;--ios-standalone-detail-offset: 0px;--app-top-offset-tight: clamp(10px, 1.6dvh, 12px);--app-top-offset-regular: clamp(12px, 2dvh, 16px);--app-top-offset-home: clamp(10px, 1.9dvh, 18px);--app-stack-offset: clamp(10px, 1.6dvh, 18px);--app-detail-offset: clamp(12px, 1.9dvh, 22px);--app-top-control-size: clamp(66px, 11vw, 76px);--app-top-control-icon-size: clamp(28px, 5vw, 34px);--screen-pad-top: calc(var(--safe-top) + clamp(8px, 2.2dvh, 18px));--screen-pad-bottom: calc(var(--safe-bottom) + clamp(76px, 13dvh, 108px));--section-gap: clamp(6px, 1dvh, 12px);--radius-xl: clamp(22px, 4.2vw, 32px);--radius-lg: clamp(18px, 3.4vw, 24px);--glass-bg: rgba(0, 0, 0, .3);--glass-border: 1px solid rgba(255, 255, 255, .14);--glass-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 8px 20px rgba(0, 0, 0, .18);--glass-blur: blur(14px);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.is-ios-standalone{--ios-standalone-extra-safe-top: clamp(10px, 1.8svh, 16px);--ios-standalone-stack-offset: clamp(34px, 4.8svh, 46px);--ios-standalone-detail-offset: clamp(42px, 5.8svh, 56px);--safe-top: calc(env(safe-area-inset-top, 0px) + var(--ios-standalone-extra-safe-top))}html{height:100%;min-height:100%;background:radial-gradient(circle at 50% 115%,rgba(167,77,255,.28),transparent 38%),linear-gradient(180deg,#241a5b,#30206c 52%,#442c7d);overscroll-behavior:none;-webkit-text-size-adjust:100%;text-size-adjust:100%}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100dvh;background:radial-gradient(circle at 50% -18%,#3a5dc65c,#241a5bf5 40%,#442c7deb),linear-gradient(180deg,#241a5b,#30206c 52%,#442c7d);color:var(--text-main);font-family:"Baloo 2",sans-serif;overflow-x:hidden;overflow-y:auto;overscroll-behavior:none;-webkit-overflow-scrolling:touch;-webkit-user-select:none;-webkit-touch-callout:none}button:not(.figma-nav-item){font:inherit;transition:transform .17s ease,filter .17s ease,opacity .17s ease,box-shadow .19s ease,background-color .19s ease,border-color .19s ease}button:not(.figma-nav-item):not(:disabled):active{transform:scale(.975);filter:brightness(.98)}button:disabled{pointer-events:none}button,a,[role=button],[tabindex]:not([tabindex="-1"]){-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent}#app{min-height:100dvh;overflow:visible;background:transparent}.app-browser-backdrop{position:fixed;inset:-26vh 0;z-index:0;pointer-events:none;background:radial-gradient(circle at 20% 12%,rgba(255,255,255,.34) 0 1px,transparent 3px),radial-gradient(circle at 64% 24%,rgba(202,217,255,.42) 0 1px,transparent 4px),radial-gradient(circle at 82% 66%,rgba(255,255,255,.28) 0 1px,transparent 3px),radial-gradient(circle at 28% 78%,rgba(154,188,255,.34) 0 1px,transparent 4px),radial-gradient(circle at 50% 115%,rgba(167,77,255,.24),transparent 36%),linear-gradient(180deg,#241a5b,#30206c 52%,#442c7d);background-size:180px 220px,230px 260px,210px 240px,260px 280px,100% 100%,100% 100%;filter:saturate(1.08);transform:translateZ(0);animation:app-browser-stars 18s linear infinite}.app-browser-backdrop:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 72% 10%,rgba(255,255,255,.38) 0 1px,transparent 3px),radial-gradient(circle at 12% 54%,rgba(180,207,255,.3) 0 1px,transparent 4px),radial-gradient(circle at 88% 88%,rgba(255,255,255,.26) 0 1px,transparent 3px);background-size:250px 260px,210px 250px,280px 300px;opacity:.75;animation:app-browser-stars-soft 24s linear infinite}@keyframes app-browser-stars{0%{background-position:0 0,0 0,0 0,0 0,0 0,0 0}to{background-position:24px 220px,-18px 260px,16px 240px,-20px 280px,0 0,0 0}}@keyframes app-browser-stars-soft{0%{background-position:0 0,0 0,0 0;opacity:.48}50%{opacity:.82}to{background-position:-18px 260px,20px 250px,-24px 300px;opacity:.48}}.app-loading-overlay{position:fixed;inset:0;z-index:999;display:flex;align-items:center;justify-content:center;background:radial-gradient(120% 80% at 50% -8%,#2b61c6,#1c3280d1 30%,#1014472e 58%),linear-gradient(180deg,#1a2a84,#14195f 36%,#1c1b63 63%,#23205e)}.app-loading-content{width:100vw;min-height:100dvh;height:100dvh;padding:0 var(--safe-right) 0 var(--safe-left);display:grid;place-items:start center}.app-loading-layout{position:relative;width:min(100vw,calc(100dvh * .56));max-width:430px;min-width:320px;min-height:100dvh;height:100dvh;overflow:hidden;isolation:isolate;--loading-planet-size: 1120px;--loading-planet-left: 58%;--loading-planet-shift-y: -64.5%;--loading-planet-rotation: 25deg;--loading-title-top: 60px;--loading-title-width: 78%;--loading-satellite-width: clamp(560px, 148vw, 760px);--loading-satellite-right: -48%;--loading-satellite-top: 26.8%;--loading-satellite-rotation: -8deg;--loading-progress-top: 50%;--loading-bottom-offset: calc(var(--safe-bottom) + 72px)}.app-loading-scene{position:absolute;inset:0;pointer-events:none}.app-loading-overlay #pixie{z-index:0}.app-loading-planet-image{position:absolute;left:var(--loading-planet-left);top:0;width:var(--loading-planet-size);height:auto;max-width:none;transform:translate(-50%,var(--loading-planet-shift-y)) rotate(var(--loading-planet-rotation));animation:app-loading-planet-spin 82s linear infinite}.app-loading-title-image{width:var(--loading-title-width);height:auto;display:block}.app-loading-title-on-planet{position:absolute;left:50%;top:var(--loading-title-top);width:var(--loading-title-width);transform:translate(-50%);z-index:2}.app-loading-satellite-floating{position:absolute;right:var(--loading-satellite-right);top:var(--loading-satellite-top);width:var(--loading-satellite-width);max-width:none;height:auto;transform:rotate(var(--loading-satellite-rotation));animation:app-loading-satellite-float 7.2s ease-in-out infinite;z-index:1;pointer-events:none}.app-loading-progress-block{position:absolute;left:50%;top:var(--loading-progress-top);width:min(84%,560px);transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:clamp(8px,2.3dvh,16px);z-index:3}.app-loading-progress-label{margin:0;color:#fff;font-family:"Baloo 2",sans-serif;font-size:clamp(24px,6.8vw,34px);font-weight:500;line-height:1}.app-loading-progress-track{width:100%;height:clamp(10px,1.4dvh,14px);border-radius:999px;border:3px solid rgba(255,255,255,.9);overflow:hidden;background:#ffffff14}.app-loading-progress-fill{width:0;height:100%;border-radius:inherit;background:#ffffffe6;transition:width .12s linear}.app-loading-bottom{position:absolute;left:50%;bottom:var(--loading-bottom-offset);width:100%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:clamp(18px,2.8dvh,28px);padding-inline:14px;z-index:4}.app-loading-welcome{width:273px;max-width:92%;margin:0;text-align:center;color:#fff;font-size:28px;font-family:"Baloo 2",sans-serif;font-weight:500;text-transform:uppercase;line-height:38px;letter-spacing:.56px;word-wrap:break-word}@keyframes app-loading-planet-spin{0%{transform:translate(-50%,var(--loading-planet-shift-y)) rotate(var(--loading-planet-rotation))}to{transform:translate(-50%,var(--loading-planet-shift-y)) rotate(calc(var(--loading-planet-rotation) + 360deg))}}@keyframes app-loading-satellite-float{0%{transform:translateZ(0) rotate(var(--loading-satellite-rotation))}50%{transform:translate3d(-10px,-12px,0) rotate(calc(var(--loading-satellite-rotation) + 2deg))}to{transform:translateZ(0) rotate(var(--loading-satellite-rotation))}}@media(prefers-reduced-motion:reduce){.app-loading-planet-image,.app-loading-satellite-floating{animation:none}}@media(max-height:700px){.app-loading-layout{--loading-satellite-width: clamp(420px, 142vw, 560px)}.app-loading-progress-label{font-size:clamp(20px,7.2vw,28px)}.app-loading-progress-track{border-width:2px}.app-loading-welcome{font-size:24px;line-height:33px;letter-spacing:.48px}}@media(max-width:359px){.app-loading-layout{min-width:100vw}.app-loading-progress-track{border-width:2px}.app-loading-welcome{max-width:94%}}.app-loader-fade-enter-active,.app-loader-fade-leave-active{transition:opacity .32s ease}.app-loader-fade-enter-from,.app-loader-fade-leave-to{opacity:0}.space-screen{position:relative;width:min(100%,var(--screen-max));min-height:100dvh;margin:0 auto;padding:var(--screen-pad-top) calc(var(--screen-pad-x) + var(--safe-right)) var(--screen-pad-bottom) calc(var(--screen-pad-x) + var(--safe-left));display:flex;flex-direction:column;gap:var(--section-gap);overflow:hidden}.home-intro-item{opacity:0;transform:translateY(12px) scale(.99);animation:home-component-enter .32s ease-out forwards;animation-delay:calc(var(--home-item-index, 0) * 70ms + 40ms)}.home-intro-item-static{opacity:0;animation:home-component-fade .32s ease-out forwards;animation-delay:calc(var(--home-item-index, 0) * 70ms + 40ms)}#pixie{display:block;position:fixed;top:0;z-index:1;left:0;width:100%;height:100%;min-height:100vh!important;pointer-events:none}@supports (-webkit-touch-callout: none){body{padding-bottom:1px}}@media(max-width:560px){.space-screen{padding-inline:clamp(8px,3.2vw,14px)}}@media(max-height:860px){.space-screen{--screen-pad-top: clamp(6px, 1.4dvh, 12px);--screen-pad-bottom: clamp(70px, 12.5dvh, 94px);--section-gap: clamp(4px, .7dvh, 8px)}}@media(max-height:760px){.space-screen{--screen-pad-bottom: clamp(64px, 12dvh, 82px)}}@media(orientation:landscape)and (max-height:500px){.space-screen{--screen-pad-top: 6px;--screen-pad-bottom: 60px;--section-gap: 4px}}@media(max-height:700px){.backpack-screen.backpack-screen-detail{padding-top:calc(8px + env(safe-area-inset-top));padding-bottom:calc(12px + env(safe-area-inset-bottom))}.backpack-screen.backpack-screen-detail .backpack-content{padding-top:50px}.backpack-screen-detail .backpack-top-row{top:calc(8px + env(safe-area-inset-top));left:8px;right:8px}.backpack-screen-detail .profile-v2-avatar{width:48px;height:48px}.backpack-screen-detail .profile-v2-avatar svg{width:24px;height:24px}.backpack-detail-view{gap:8px;min-height:calc(100dvh - 82px - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.backpack-detail-top{min-height:92px}.backpack-detail-back{top:12px}.backpack-detail-meta{gap:6px;padding-top:14px}.backpack-detail-chip,.backpack-detail-code{min-width:142px;min-height:28px;padding:0 16px}.backpack-detail-chip{font-size:13px}.backpack-detail-code{font-size:12px}.backpack-detail-stage{min-height:276px}.backpack-detail-stage:before{width:min(100%,420px);height:min(calc(100vw - 48px),420px)}.backpack-detail-stage:after{width:min(100%,292px);height:min(calc(62vw - 12px),292px)}.backpack-detail-image{width:min(100%,232px)}.backpack-detail-actions{gap:12px;padding:0 12px 2px}.backpack-detail-fab-row{padding-right:2px}.backpack-detail-share{width:54px;height:54px}.backpack-screen.backpack-screen-detail .backpack-detail-sell{min-height:0!important;height:62px!important;font-size:16px}}@media(max-height:620px){.backpack-screen.backpack-screen-detail .backpack-content{padding-top:46px}.backpack-detail-top{min-height:84px}.backpack-detail-meta{padding-top:10px}.backpack-detail-stage{min-height:228px}.backpack-detail-image{width:min(100%,198px)}.backpack-detail-stage:before{width:min(100%,372px);height:min(calc(100vw - 56px),372px)}.backpack-detail-stage:after{width:min(100%,252px);height:min(calc(58vw - 10px),252px)}.backpack-detail-actions{gap:10px;padding:0 10px}.backpack-detail-share{width:50px;height:50px}.backpack-screen.backpack-screen-detail .backpack-detail-sell{min-height:0!important;height:54px!important;font-size:15px}}@media(max-width:330px)and (max-height:600px){.backpack-screen.backpack-screen-detail{padding-top:calc(6px + env(safe-area-inset-top));padding-bottom:calc(10px + env(safe-area-inset-bottom))}.backpack-screen.backpack-screen-detail .backpack-content{padding-top:44px}.backpack-screen-detail .backpack-top-row{top:calc(6px + env(safe-area-inset-top));left:6px;right:6px}.backpack-screen-detail .profile-v2-avatar{width:44px;height:44px}.backpack-screen-detail .profile-v2-avatar svg{width:22px;height:22px}.backpack-detail-view{min-height:calc(100dvh - 72px - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.backpack-detail-top{min-height:78px}.backpack-detail-back{top:8px}.backpack-detail-meta{gap:6px;padding-top:8px}.backpack-detail-chip,.backpack-detail-code{min-width:136px;min-height:26px;padding:0 14px}.backpack-detail-chip{font-size:12px}.backpack-detail-code{font-size:11px}.backpack-screen.backpack-screen-detail .backpack-detail-stage{min-height:184px}.backpack-screen.backpack-screen-detail .backpack-detail-stage:before{width:min(100%,324px);height:min(calc(100vw - 58px),324px)}.backpack-screen.backpack-screen-detail .backpack-detail-stage:after{width:min(100%,218px);height:min(calc(54vw - 8px),218px)}.backpack-screen.backpack-screen-detail .backpack-detail-image{width:min(100%,156px)!important}.backpack-detail-actions{gap:8px;padding:0 8px}.backpack-detail-share{width:42px;height:42px}.backpack-screen.backpack-screen-detail .backpack-detail-sell{min-height:0!important;height:46px!important;font-size:13px}}@media(min-width:350px)and (max-width:370px)and (min-height:700px)and (max-height:760px){.backpack-screen.backpack-screen-detail .backpack-content{padding-top:54px}.backpack-detail-top{min-height:96px}.backpack-detail-meta{padding-top:16px}.backpack-detail-stage{min-height:226px}.backpack-detail-stage:before{width:min(100%,398px);height:min(calc(100vw - 50px),398px)}.backpack-detail-stage:after{width:min(100%,276px);height:min(calc(60vw - 10px),276px)}.backpack-detail-image{width:min(100%,184px)}.backpack-detail-actions{gap:14px;padding:0 12px 4px}.backpack-detail-share{width:54px;height:54px}.backpack-screen.backpack-screen-detail .backpack-detail-sell{min-height:0!important;height:60px!important;font-size:16px}}@media(min-width:371px)and (max-width:390px)and (max-height:700px){.backpack-screen.backpack-screen-detail .backpack-content{padding-top:50px}.backpack-detail-top{min-height:90px}.backpack-detail-meta{padding-top:12px}.backpack-screen.backpack-screen-detail .backpack-detail-stage{min-height:226px}.backpack-screen.backpack-screen-detail .backpack-detail-stage:before{width:min(100%,398px);height:min(calc(100vw - 50px),398px)}.backpack-screen.backpack-screen-detail .backpack-detail-stage:after{width:min(100%,276px);height:min(calc(60vw - 10px),276px)}.backpack-screen.backpack-screen-detail .backpack-detail-image{width:min(100%,184px)!important}.backpack-detail-actions{gap:8px;padding:0 8px}.backpack-detail-share{width:46px;height:46px}.backpack-screen.backpack-screen-detail .backpack-detail-sell{min-height:0!important;height:50px!important;font-size:14px}}@media(min-width:385px)and (max-width:395px)and (min-height:820px)and (max-height:860px){.backpack-screen.backpack-screen-detail .backpack-content{padding-top:62px}.backpack-detail-top{min-height:108px}.backpack-detail-meta{padding-top:18px}.backpack-detail-stage{min-height:226px}.backpack-detail-stage:before{width:min(100%,398px);height:min(calc(100vw - 50px),398px)}.backpack-detail-stage:after{width:min(100%,276px);height:min(calc(60vw - 10px),276px)}.backpack-detail-image{width:min(100%,184px)}.backpack-detail-actions{gap:16px;padding:0 14px 6px}.backpack-detail-share{width:60px;height:60px}.backpack-screen.backpack-screen-detail .backpack-detail-sell{min-height:0!important;height:68px!important;font-size:17px}}@media(min-width:400px)and (max-width:420px)and (min-height:860px)and (max-height:920px){.backpack-screen.backpack-screen-detail .backpack-content{padding-top:64px}.backpack-screen-detail .profile-v2-avatar{width:54px;height:54px}.backpack-screen-detail .profile-v2-avatar svg{width:27px;height:27px}.backpack-detail-top{min-height:112px}.backpack-detail-meta{padding-top:20px}.backpack-detail-stage{min-height:226px}.backpack-detail-stage:before{width:min(100%,398px);height:min(calc(100vw - 50px),398px)}.backpack-detail-stage:after{width:min(100%,276px);height:min(calc(60vw - 10px),276px)}.backpack-detail-image{width:min(100%,184px)}.backpack-detail-actions{gap:18px;padding:0 14px 8px}.backpack-detail-share{width:62px;height:62px}.backpack-screen.backpack-screen-detail .backpack-detail-sell{min-height:0!important;height:74px!important;font-size:18px}}@media(min-width:426px)and (max-width:440px)and (min-height:900px){.backpack-screen.backpack-screen-detail .backpack-content{padding-top:68px}.backpack-screen-detail .backpack-top-row{left:14px;right:14px}.backpack-screen-detail .profile-v2-avatar{width:56px;height:56px}.backpack-screen-detail .profile-v2-avatar svg{width:28px;height:28px}.backpack-detail-top{min-height:118px}.backpack-detail-meta{padding-top:22px}.backpack-detail-stage{min-height:226px}.backpack-detail-stage:before{width:min(100%,398px);height:min(calc(100vw - 50px),398px)}.backpack-detail-stage:after{width:min(100%,276px);height:min(calc(60vw - 10px),276px)}.backpack-detail-image{width:min(100%,184px)}.backpack-detail-actions{gap:18px;padding:0 16px 10px}.backpack-detail-share{width:64px;height:64px}.backpack-screen.backpack-screen-detail .backpack-detail-sell{min-height:0!important;height:76px!important;font-size:18px}}.main-nav-figma{position:fixed;left:clamp(10px,3.2dvw,18px);right:clamp(10px,3.2dvw,18px);bottom:calc(clamp(8px,2.4dvw,14px) + var(--safe-bottom));transform:none;display:grid;grid-template-columns:repeat(5,1fr);align-items:center;width:auto;height:var(--main-nav-height);padding-bottom:0;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#221847;box-shadow:0 14px 32px #130b3161,inset 0 1px #ffffff0f;overflow:hidden;z-index:4;--figma-nav-shift-right: 0%;--main-nav-height: clamp(58px, 14.7dvw, 88px);--main-nav-active-size: clamp(48px, 12.1dvw, 72px);--main-nav-active-offset: clamp(24px, 6.05dvw, 36px)}html.is-ios-standalone .main-nav-figma{bottom:calc(clamp(8px,2dvw,12px) + var(--safe-bottom))}.main-nav-figma.main-nav-figma-intro{animation:main-nav-first-enter .36s cubic-bezier(.2,.9,.2,1) both}.main-nav-figma-active-bg{position:absolute;left:calc(var(--figma-nav-active-center, 10%) + var(--figma-nav-shift-right) - var(--main-nav-active-offset));top:50%;width:var(--main-nav-active-size);height:var(--main-nav-active-size);border-radius:50%;background:#afff00;box-shadow:0 10px 24px #afff0038,inset 0 1px #ffffff59;transition:left .26s cubic-bezier(.22,1,.36,1),transform .26s cubic-bezier(.22,1,.36,1),opacity .2s ease;will-change:left,transform;transform:translateY(-50%)}@media(max-height:720px){.main-nav-figma{left:clamp(8px,2.6dvw,14px);right:clamp(8px,2.6dvw,14px);--main-nav-height: clamp(54px, 13.8dvw, 74px);--main-nav-active-size: clamp(44px, 11.2dvw, 62px);--main-nav-active-offset: clamp(22px, 5.6dvw, 31px)}}@keyframes main-nav-first-enter{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.figma-nav-item{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:100%;height:var(--main-nav-height);border:none;background:none;padding:0;cursor:pointer;--figma-nav-icon-size: clamp(34px, 8.8dvw, 50px);transition:transform .17s ease,filter .17s ease}.figma-nav-item svg,.figma-nav-item img{width:var(--figma-nav-icon-size);height:var(--figma-nav-icon-size);display:block;transition:transform .21s cubic-bezier(.2,.9,.3,1.2),filter .21s ease}.figma-nav-item.is-active svg,.figma-nav-item.is-active img{transform:translateY(-1px) scale(1.04);filter:drop-shadow(0 3px 10px rgba(71,31,146,.25))}.figma-nav-item.is-pressed svg,.figma-nav-item.is-pressed img{transform:translateY(1px) scale(.93)}.figma-nav-market,.figma-nav-friends,.figma-nav-notify{--figma-nav-icon-size: clamp(42px, 11.4dvw, 68px)}.figma-nav-home{--figma-nav-icon-size: clamp(30px, 7.8dvw, 46px)}@media(max-height:720px){.figma-nav-item{--figma-nav-icon-size: clamp(32px, 8.2dvw, 44px)}.figma-nav-market,.figma-nav-friends,.figma-nav-notify{--figma-nav-icon-size: clamp(38px, 10.4dvw, 58px)}.figma-nav-home{--figma-nav-icon-size: clamp(28px, 7.2dvw, 40px)}}@media(prefers-reduced-motion:reduce){.main-nav-figma.main-nav-figma-intro{animation:none}.figma-nav-item,.figma-nav-item svg,.figma-nav-item img{transition:none}}.auth-screen{--screen-pad-x: 14px;--auth-field-height: clamp(54px, 6.6svh, 64px);--auth-field-pad-x: clamp(22px, 6.8vw, 30px);--auth-title-font-size: clamp(24px, 3.1svh, 30px);--auth-title-line-height: clamp(24px, 3.1svh, 30px);--auth-body-font-size: clamp(14px, 1.85svh, 17px);--auth-label-font-size: clamp(16px, 2.05svh, 19px);--auth-body-line-height: clamp(20px, 2.55svh, 24px);--auth-feedback-font-size: clamp(16px, 2.1svh, 19px);--auth-success-font-size: clamp(18px, 2.35svh, 21px);--auth-password-hint-font-size: clamp(22px, 2.85svh, 25px);--auth-button-font-size: clamp(20px, 2.6svh, 24px);--auth-link-font-size: clamp(19px, 2.55svh, 24px);--auth-confirm-font-size: clamp(17px, 2.2svh, 20px);justify-content:flex-start;padding-top:calc(24px + env(safe-area-inset-top));padding-bottom:calc(24px + env(safe-area-inset-bottom));background:radial-gradient(circle at 50% 120%,rgba(167,77,255,.34),transparent 36%),linear-gradient(180deg,#241a5b,#30206c 52%,#442c7d);overflow-x:hidden;overflow-y:auto;scrollbar-width:none}.auth-screen::-webkit-scrollbar{display:none}.auth-screen #pixie{z-index:0;opacity:.5}.auth-screen-glow{position:absolute;left:50%;width:92%;max-width:420px;border-radius:999px;pointer-events:none;filter:blur(34px);transform:translate(-50%);z-index:0}.auth-screen-glow-top{top:110px;height:160px;background:radial-gradient(circle,#7132ff33,#7132ff00 74%)}.auth-screen-glow-bottom{bottom:120px;height:220px;background:radial-gradient(circle,#ff50c51f,#ff50c500 72%)}.auth-shell{position:relative;z-index:1;display:flex;flex-direction:column;gap:20px;width:min(100%,440px);min-height:100%;margin:0 auto}.auth-heading{position:relative;display:flex;justify-content:center;align-items:center;min-height:44px;padding-top:6px}.auth-heading-star{position:absolute;left:50%;top:2px;width:9px;height:9px;border-radius:50%;background:#fffdf4;box-shadow:0 0 8px #fffffff2,0 0 16px #ffffff8c;transform:translate(-136px)}.auth-heading-title{margin:0;width:min(300px,100%);color:#fff;font-family:"Glina Script em.","Baloo 2",sans-serif;font-size:var(--auth-title-font-size);font-weight:400;line-height:var(--auth-title-line-height);text-align:center;text-transform:lowercase}.auth-feedback{margin:2px 8px 0;padding:0;font-size:var(--auth-feedback-font-size);line-height:1.25;text-align:center}.auth-feedback.is-success{color:#9cf3bf;font-size:var(--auth-success-font-size)}.auth-feedback.is-error{color:#ff5b68}.auth-card{display:flex;flex-direction:column;gap:18px}.auth-card-register{padding-bottom:0}.auth-form{display:flex;flex-direction:column;gap:18px}.auth-field{display:flex;flex-direction:column;gap:10px}.auth-field.is-open{position:relative;z-index:12}.auth-label{color:#fff;font-family:Inter,sans-serif;font-size:var(--auth-label-font-size);font-weight:400;line-height:var(--auth-body-line-height);text-align:center;text-transform:lowercase}.auth-input-shell{position:relative;display:flex;align-items:center;height:48px;min-height:48px;overflow:hidden;border:1px solid rgba(208,203,255,.22);border-radius:12px;background:linear-gradient(180deg,#ffffff0a,#fff0 44%),#14183b7a;box-shadow:inset 0 1px #fff3,inset 0 -1px #6052b524,0 16px 32px #06032029;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.auth-input-shell:before{content:"";position:absolute;inset:0 10px auto;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);pointer-events:none}.auth-input-shell:focus-within{border-color:#e2deffa8;box-shadow:inset 0 1px #ffffff3d,inset 0 -1px #6052b52e,0 0 0 2px #8d2bff3d,0 0 18px #9522f038,0 18px 34px #0603202e}.auth-input-shell.is-success{border-color:#66ff926b}.auth-input-shell.is-error{border-color:#ff3647bd;box-shadow:inset 0 1px #ffffff14,0 0 0 2px #ff36471f}.auth-input{width:100%;height:var(--auth-field-height);min-height:var(--auth-field-height);padding:0 var(--auth-field-pad-x);border:0;border-radius:22px;background:transparent;color:#fff;font-size:var(--auth-body-font-size);font-family:Inter,sans-serif;font-weight:400;line-height:var(--auth-body-line-height);outline:none}.auth-input-with-status{padding-right:78px}.auth-input::placeholder{color:#fff9;font-family:Inter,sans-serif;font-size:var(--auth-body-font-size);font-weight:400;line-height:var(--auth-body-line-height)}.auth-dropdown{position:relative;z-index:2}.auth-dropdown-trigger{width:100%;padding:0;justify-content:space-between;cursor:pointer;transition:none;font-family:Inter,sans-serif;font-size:var(--auth-body-font-size);font-weight:400;line-height:var(--auth-body-line-height)}button.auth-dropdown-trigger:not(.figma-nav-item):not(:disabled):active{transform:none!important;filter:none!important}.auth-dropdown-trigger.is-open{border-color:#ffffff52;border-radius:22px 22px 0 0;border-bottom-color:transparent;box-shadow:inset 0 1px #ffffff14,0 16px 30px #08031e3d}.auth-dropdown-value{display:inline-flex;align-items:center;flex:1 1 auto;min-width:0;padding-right:8px;text-align:left;font-family:Inter,sans-serif;font-size:var(--auth-body-font-size);font-weight:400;line-height:var(--auth-body-line-height);text-transform:none}.auth-dropdown-icon{flex:0 0 auto;margin-right:24px;color:#fff;transition:transform .18s ease}.auth-dropdown-trigger.is-open .auth-dropdown-icon{transform:rotate(180deg)}.auth-dropdown-menu{position:absolute;top:calc(100% - 2px);left:0;width:100%;padding:0 6px 6px;border-radius:0 0 20px 20px;border:1px solid rgba(255,255,255,.18);border-top:none;background:#121032f5;box-shadow:0 16px 30px #08031e3d;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);overflow:hidden;font-family:Inter,sans-serif}.auth-dropdown-option{width:100%;min-height:42px;padding:0 12px;border:none;border-radius:14px;background:transparent;color:#fff;font-family:Inter,sans-serif;font-size:var(--auth-body-font-size);font-weight:400;line-height:var(--auth-body-line-height);text-align:left;cursor:pointer}.auth-dropdown-trigger *,.auth-dropdown-menu *,.auth-dropdown-option *{font-family:Inter,sans-serif}.auth-dropdown-option.is-active{background:linear-gradient(239deg,#6100ffeb 13%,#9522f0eb);box-shadow:inset 0 1px #ffffff29}.auth-dropdown-option:hover,.auth-dropdown-option:focus-visible{background:#6100ffeb;outline:none}.auth-input-status{position:absolute;right:20px;top:50%;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;transform:translateY(-50%)}.auth-input-status svg{width:100%;height:100%;display:block}.auth-input-status.is-success{color:#11ff4a}.auth-input-status.is-error{color:#ff3647}.auth-password-hint{margin:0 8px;color:#cdc4ea9e;font-size:var(--auth-password-hint-font-size);line-height:1.2;text-align:left}.auth-password-hint.is-error{color:#ff5b68}.auth-submit{min-height:var(--auth-field-height);margin-top:12px;border:0;border-radius:30px;color:#fff;font-family:"Glina Script em.","Baloo 2",sans-serif;font-size:var(--auth-button-font-size);font-weight:400;line-height:var(--auth-title-line-height);text-transform:uppercase;background:linear-gradient(90deg,#9726f8,#6d00ff 52%,#8f00ff);box-shadow:inset 0 1px #ffffff2e,0 18px 28px #4a009747}.auth-secondary-link,.auth-recovery-button{border:0;padding:0;background:transparent;color:#fff;font-size:var(--auth-link-font-size);font-weight:500;line-height:1.1;text-align:center;text-transform:uppercase}.auth-secondary-link{margin:0 auto}.auth-secondary-link-soft{color:#fffc}.auth-recovery-button{align-self:flex-start;color:#ff3f4d;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}.auth-confirm-copy,.auth-session-copy{display:flex;flex-direction:column;gap:8px}.auth-confirm-text,.auth-confirm-destination{margin:0;color:#fff;font-family:Inter,sans-serif;font-size:var(--auth-confirm-font-size);line-height:1.35;text-align:center}.auth-confirm-destination{color:#ffffffb8}@media(min-width:540px){.auth-shell{width:min(100%,440px)}}@media(max-width:380px){.auth-screen{padding-top:calc(16px + env(safe-area-inset-top));padding-bottom:calc(18px + env(safe-area-inset-bottom))}.auth-shell,.auth-form{gap:16px}.auth-input-shell{height:var(--auth-field-height);min-height:var(--auth-field-height)}.auth-input{height:var(--auth-field-height);min-height:var(--auth-field-height);padding-inline:var(--auth-field-pad-x)}.auth-dropdown-icon{margin-right:20px}.auth-input-with-status{padding-right:68px}.auth-input-status{right:18px}.auth-password-hint{font-size:17px}.auth-submit{min-height:var(--auth-field-height);margin-top:8px;font-size:20px}.auth-secondary-link,.auth-recovery-button{font-size:17px}}@media(max-height:760px){.auth-screen{padding-top:calc(12px + env(safe-area-inset-top));padding-bottom:calc(16px + env(safe-area-inset-bottom))}.auth-shell,.auth-form{gap:14px}.auth-input-shell,.auth-input{height:var(--auth-field-height);min-height:var(--auth-field-height)}.auth-submit{min-height:var(--auth-field-height);margin-top:6px}}.auth-dropdown-menu-enter-active,.auth-dropdown-menu-leave-active{transition:opacity .17s cubic-bezier(.22,1,.36,1),transform .19s cubic-bezier(.22,1,.36,1);transform-origin:top center;will-change:opacity,transform}.auth-dropdown-menu-enter-from,.auth-dropdown-menu-leave-to{opacity:0;transform:translateY(-6px) scaleY(.97)}@media(max-height:900px){.auth-card-register{padding-bottom:28px}}.backpack-screen{gap:14px;padding-top:calc(var(--app-top-offset-tight) + var(--safe-top));padding-bottom:calc(96px + env(safe-area-inset-bottom));overflow-y:auto;overflow-x:hidden}.backpack-screen.backpack-screen-detail{height:100dvh;padding-top:calc(var(--app-top-offset-tight) + var(--safe-top));padding-bottom:calc(20px + env(safe-area-inset-bottom));overflow:hidden}.backpack-intro-item{opacity:0;transform:translateY(14px) scale(.985);animation:backpack-item-enter .38s ease-out forwards;animation-delay:calc(var(--bp-item-index, 0) * 70ms + 60ms)}.backpack-content{position:relative;z-index:2;width:min(100%,380px);margin:0 auto;flex:0 0 auto;display:flex;flex-direction:column;gap:12px}.backpack-screen.backpack-screen-detail .backpack-content{width:100%;max-width:none;flex:1 1 auto;gap:0;padding-top:60px}.backpack-tabs-view{display:flex;flex-direction:column;gap:12px}.backpack-top-row{margin-bottom:4px}.backpack-screen-detail .backpack-top-row{position:absolute;top:calc(var(--app-top-offset-tight) + var(--safe-top));left:12px;right:12px;width:auto;max-width:none;margin:0;justify-content:space-between;align-items:center;z-index:4}.backpack-screen-detail .profile-v2-balance-value{font-size:clamp(11px,2.2vw,15px)}.backpack-title{margin:0;text-align:center;color:#fff;font-family:"Baloo 2",sans-serif;font-size:clamp(28px,6.6vw,34px);font-weight:700;line-height:1;letter-spacing:.04em;text-transform:uppercase}.backpack-switch{width:100%;min-height:42px;display:grid;grid-template-columns:repeat(3,1fr);gap:2px;padding:3px;border-radius:999px;background:#0e0c2eb8;border:1px solid rgba(255,255,255,.14);box-shadow:inset 0 1px #ffffff14,0 8px 20px #00000024;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.backpack-switch-item{border:none;background:transparent;color:#fff;min-height:34px;border-radius:999px;font-size:12px;font-family:"Baloo 2",sans-serif;font-weight:400;line-height:15px;cursor:pointer;transition:transform .15s ease,background .21s ease,outline-color .21s ease,color .21s ease}.backpack-switch-item.is-active{background:linear-gradient(239deg,#6100ff 13%,#9522f0);box-shadow:inset 0 1px #ffffff2e,0 6px 14px #6e20ff47;font-weight:500}.backpack-switch-item:active{transform:scale(.97)}.backpack-toolbar{display:flex;justify-content:center}.backpack-artifacts-toolbar{width:min(100%,208px);min-height:42px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px;padding:3px 4px;border-radius:999px;background:#0e0c2eb8;border:1px solid rgba(255,255,255,.14);box-shadow:inset 0 1px #ffffff14,0 8px 20px #00000024;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.backpack-artifacts-toolbar-btn{min-height:34px;padding:0 8px;border:none;border-radius:999px;background:transparent;color:#fff;font-size:11px;font-family:"Baloo 2",sans-serif;font-weight:400;cursor:pointer;transition:transform .15s ease,background .21s ease,box-shadow .21s ease}.backpack-artifacts-toolbar-btn.is-active{background:linear-gradient(239deg,#6100ff 13%,#9522f0);box-shadow:inset 0 1px #ffffff2e,0 6px 14px #6e20ff47}.backpack-artifacts-toolbar-btn:active{transform:scale(.97)}.backpack-panels{width:100%}.backpack-petbox-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 12px}.backpack-petbox-card{appearance:none;width:100%;position:relative;min-height:246px;padding:10px 12px 12px;border-radius:18px;border:1px solid rgba(255,255,255,.16);background:#19184a73;box-shadow:inset 0 1px #ffffff14;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:10px;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.backpack-petbox-card:hover{border-color:#ffffff47;box-shadow:inset 0 1px #ffffff14,0 10px 22px #11083a38}.backpack-petbox-card:active{transform:scale(.985)}.backpack-petbox-card:focus-visible{outline:2px solid rgba(171,121,255,.9);outline-offset:2px}.backpack-petbox-chip{align-self:center;min-width:min(100%,186px);min-height:30px;padding:0 18px;border-radius:999px;background:linear-gradient(180deg,#6b52ff,#6743f0);box-shadow:inset 0 1px #ffffff2e;color:#fff;font-family:"Baloo 2",sans-serif;font-size:10px;font-weight:700;line-height:1;text-transform:uppercase;display:inline-flex;align-items:center;justify-content:center;text-align:center}.backpack-petbox-media{flex:1 1 auto;width:100%;display:flex;align-items:center;justify-content:center}.backpack-petbox-image{width:min(100%,108px);height:auto;display:block;object-fit:contain;filter:drop-shadow(0 10px 18px rgba(0,0,0,.28))}.backpack-petbox-code{align-self:center;min-width:min(100%,186px);min-height:30px;padding:0 18px;border-radius:999px;background:linear-gradient(180deg,#17143f,#0e0d2d);box-shadow:inset 0 1px #ffffff1f,0 6px 16px #0000002e;color:#fff;font-family:"Baloo 2",sans-serif;font-size:11px;font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center;text-align:center}.backpack-detail-view{min-height:calc(100dvh - 92px - env(safe-area-inset-top) - env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:10px}.backpack-detail-top{position:relative;min-height:112px;display:flex;align-items:flex-start;justify-content:center}.backpack-detail-back{position:absolute;top:18px;left:8px;width:40px;height:40px;border:none;border-radius:999px;background:transparent;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.backpack-detail-meta{display:flex;flex-direction:column;align-items:center;gap:8px;padding-top:20px}.backpack-detail-chip{min-width:154px;min-height:30px;padding:0 18px;border-radius:999px;background:linear-gradient(180deg,#7658ff,#7146f3);box-shadow:inset 0 1px #ffffff2e,0 10px 24px #4d1dc92e;color:#fff;font-family:"Baloo 2",sans-serif;font-size:14px;font-weight:700;line-height:1;text-transform:uppercase;display:inline-flex;align-items:center;justify-content:center;text-align:center}.backpack-detail-code{min-width:154px;min-height:30px;padding:0 18px;border-radius:999px;background:linear-gradient(180deg,#1b1649fa,#0d0b2afa);box-shadow:inset 0 1px #ffffff1f,0 10px 20px #00000029;color:#fff;font-family:"Baloo 2",sans-serif;font-size:13px;font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center;text-align:center}.backpack-detail-level{align-self:center;color:#fff;font-family:"Baloo 2",sans-serif;font-size:clamp(16px,5vw,22px);font-weight:700;line-height:1;text-transform:uppercase;text-align:center}.backpack-detail-stage{position:relative;flex:1 1 auto;min-height:226px;display:flex;align-items:center;justify-content:center}.backpack-detail-stage:before,.backpack-detail-stage:after{content:"";position:absolute;border-radius:50%;animation:backpack-detail-breathe 4.8s ease-in-out infinite}.backpack-detail-stage:before{width:min(100%,398px);height:min(calc(100vw - 50px),398px);background:radial-gradient(circle,#6e32ff59,#5521c138 56%,#5521c100 72%);opacity:.9}.backpack-detail-stage:after{width:min(100%,276px);height:min(calc(60vw - 10px),276px);background:radial-gradient(circle,#822bff80,#5a16cf42 58%,#5a16cf00 78%);animation-delay:.35s}.backpack-detail-image{position:relative;z-index:1;width:min(100%,184px);height:auto;display:block;object-fit:contain;filter:drop-shadow(0 18px 40px rgba(8,2,34,.36))}.backpack-detail-description{padding:0 24px;color:#fff;font-family:"Baloo 2",sans-serif;font-size:clamp(16px,5.1vw,20px);font-weight:700;line-height:1.08;text-transform:uppercase;text-align:center;text-wrap:balance}.backpack-detail-actions{display:flex;flex-direction:column;gap:18px;margin-top:auto;padding:0 14px 6px}.backpack-detail-fab-row{display:flex;justify-content:flex-end;padding-right:6px}.backpack-detail-share{width:60px;height:60px;border:none;border-radius:50%;background:linear-gradient(180deg,#1dd742,#17c93c);box-shadow:0 0 0 11px #23d45414,0 0 18px #22d65861;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;animation:backpack-detail-share-breathe 3.2s ease-in-out infinite}.backpack-detail-sell{min-height:0;height:76px;width:100%;padding:0;border:none;border-radius:999px;background:linear-gradient(90deg,#9e25ff,#7300ff 52%,#8d20ff);box-shadow:inset 0 1px #ffffff2e,0 18px 36px #4814b147;color:#fff;font-family:"Baloo 2",sans-serif;font-size:18px;font-weight:700;line-height:1;text-transform:lowercase;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.backpack-detail-sell:disabled{opacity:.56;cursor:default;box-shadow:none}.backpack-artifact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 12px}.backpack-other-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 14px}.backpack-other-card{position:relative;min-height:236px;padding:16px 10px 12px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:10px;border-radius:18px;border:1px solid rgba(255,255,255,.16);background:#19184a73;box-shadow:inset 0 1px #ffffff14;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.backpack-other-card.is-clickable{cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.backpack-other-card.is-clickable:hover{border-color:#ffffff47;box-shadow:inset 0 1px #ffffff14,0 10px 22px #11083a38}.backpack-other-card.is-clickable:active{transform:scale(.985)}.backpack-other-card.is-clickable:focus-visible{outline:2px solid rgba(171,121,255,.9);outline-offset:2px}.backpack-other-bonus{align-self:flex-end;color:#fff;font-family:"Baloo 2",sans-serif;font-size:12px;font-weight:700;line-height:1}.backpack-other-media{flex:1 1 auto;width:100%;display:flex;align-items:center;justify-content:center}.backpack-other-media.is-balloon{padding-top:2px}.backpack-other-media.is-gamepad{padding-top:18px}.backpack-other-image{display:block;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(0,0,0,.24))}.backpack-other-image.is-balloon{width:62px;height:182px}.backpack-other-image.is-gamepad{width:150px;height:70px}.backpack-other-code{align-self:center;min-width:148px;min-height:28px;padding:0 14px;border-radius:999px;background:linear-gradient(180deg,#17143f,#0e0d2d);box-shadow:inset 0 1px #ffffff1f;color:#24d7ff;font-family:"Baloo 2",sans-serif;font-size:12px;font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center}.backpack-tab-enter-active,.backpack-tab-leave-active{transition:opacity .24s ease,transform .24s ease}.backpack-tab-enter-from{opacity:0;transform:translateY(8px) scale(.99)}.backpack-tab-leave-to{opacity:0;transform:translateY(-8px) scale(.99)}.backpack-artifact-card{appearance:none;width:100%;position:relative;min-height:172px;padding:8px 8px 12px;display:flex;flex-direction:column;gap:10px;border-radius:16px;border:1px solid rgba(255,255,255,.16);background:#19184a73;box-shadow:inset 0 1px #ffffff14;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.backpack-artifact-card:hover{border-color:#ffffff47;box-shadow:inset 0 1px #ffffff14,0 10px 22px #11083a38}.backpack-artifact-card:active{transform:scale(.985)}.backpack-artifact-card:focus-visible{outline:2px solid rgba(171,121,255,.9);outline-offset:2px}.backpack-artifact-chip{align-self:center;min-width:min(100%,128px);min-height:21px;padding:0 10px;border-radius:999px;color:#1d2147;font-family:"Baloo 2",sans-serif;font-size:10px;font-weight:700;line-height:1;text-transform:uppercase;display:inline-flex;align-items:center;justify-content:center;text-align:center}.backpack-artifact-chip.is-cyan{background:linear-gradient(180deg,#24f0ff,#13d8ff)}.backpack-artifact-chip.is-yellow{background:linear-gradient(180deg,#fff93a,#ffe900)}.backpack-artifact-chip.is-violet{background:linear-gradient(180deg,#a43cff,#7c28d4);color:#fff}.backpack-artifact-chip.is-pink{background:linear-gradient(180deg,#ff19d7,#f000c7);color:#fff}.backpack-artifact-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#fff;font-family:"Baloo 2",sans-serif;font-size:11px;font-weight:700;line-height:1;text-transform:uppercase}.backpack-artifact-bonus-cluster{display:inline-flex;align-items:center;gap:4px}.backpack-artifact-spc-badge{width:24px;height:24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;flex:0 0 auto}.backpack-artifact-spc-badge img{width:100%;height:100%;display:block;object-fit:cover}.backpack-artifact-bonus-value{white-space:nowrap}.backpack-artifact-media{flex:1 1 auto;min-height:74px;display:flex;align-items:center;justify-content:center}.backpack-artifact-image{width:70px;height:88px;display:block;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(0,0,0,.24))}.backpack-artifact-image.is-yellow{width:66px;height:82px}.backpack-artifact-image.is-violet{width:76px;height:94px}.backpack-artifact-image.is-pink{width:78px;height:96px}.backpack-artifact-code{align-self:center;min-width:118px;min-height:22px;padding:0 12px;border-radius:999px;background:linear-gradient(180deg,#17143f,#0e0d2d);box-shadow:inset 0 1px #ffffff1f;font-family:"Baloo 2",sans-serif;font-size:11px;font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center}.backpack-artifact-code.is-cyan{color:#24f0ff}.backpack-artifact-code.is-yellow{color:#fff93a}.backpack-artifact-code.is-violet{color:#fff}.backpack-artifact-code.is-pink{color:#ff19d7}.backpack-detail-chip.is-cyan{background:linear-gradient(180deg,#24f0ff,#13d8ff);color:#1d2147;box-shadow:inset 0 1px #ffffff3d,0 10px 24px #16d1ff38}.backpack-detail-chip.is-yellow{background:linear-gradient(180deg,#fff93a,#ffe900);color:#1d2147;box-shadow:inset 0 1px #ffffff3d,0 10px 24px #ffea002e}.backpack-detail-chip.is-violet{background:linear-gradient(180deg,#a43cff,#7c28d4);color:#fff}.backpack-detail-chip.is-pink{background:linear-gradient(180deg,#ff19d7,#f000c7);color:#fff}.backpack-empty-tab{width:100%;min-height:120px;border-radius:16px;border:1px solid rgba(255,255,255,.16);background:#19184a73;box-shadow:inset 0 1px #ffffff14;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);color:#ffffffb8;font-family:"Baloo 2",sans-serif;font-size:16px;font-weight:700;display:grid;place-items:center}@media(max-width:376px)and (max-height:667px){.backpack-screen.backpack-screen-detail .backpack-detail-view.is-consumable-detail{gap:6px}.backpack-screen.backpack-screen-detail .backpack-detail-view.is-consumable-detail .backpack-detail-top{min-height:72px}.backpack-screen.backpack-screen-detail .backpack-detail-view.is-consumable-detail .backpack-detail-meta{gap:5px;padding-top:6px}.backpack-screen.backpack-screen-detail .backpack-detail-view.is-consumable-detail .backpack-detail-chip,.backpack-screen.backpack-screen-detail .backpack-detail-view.is-consumable-detail .backpack-detail-code{min-width:128px;min-height:24px;padding:0 12px}.backpack-screen.backpack-screen-detail .backpack-detail-view.is-consumable-detail .backpack-detail-chip{font-size:11px}.backpack-screen.backpack-screen-detail .backpack-detail-view.is-consumable-detail .backpack-detail-code{font-size:10px}.backpack-screen.backpack-screen-detail .backpack-detail-view.is-consumable-detail .backpack-detail-stage{min-height:154px}.backpack-screen.backpack-screen-detail .backpack-detail-view.is-consumable-detail .backpack-detail-stage:before{width:min(100%,264px);height:min(78vw,264px)}.backpack-screen.backpack-screen-detail .backpack-detail-view.is-consumable-detail .backpack-detail-stage:after{width:min(100%,178px);height:min(52vw,178px)}.backpack-screen.backpack-screen-detail .backpack-detail-view.is-consumable-detail .backpack-detail-image{width:min(100%,116px)!important}.backpack-screen.backpack-screen-detail .backpack-detail-view.is-consumable-detail .backpack-detail-description{padding:0 16px;font-size:13px;line-height:1.12}.backpack-screen.backpack-screen-detail .backpack-detail-view.is-consumable-detail .backpack-detail-actions{gap:8px;padding:0 8px}.backpack-screen.backpack-screen-detail .backpack-detail-view.is-consumable-detail .backpack-detail-sell{height:44px!important;font-size:13px}}@media(max-width:330px)and (max-height:600px){.backpack-screen.backpack-screen-detail .backpack-detail-view.is-consumable-detail .backpack-detail-stage{min-height:136px}.backpack-screen.backpack-screen-detail .backpack-detail-view.is-consumable-detail .backpack-detail-image{width:min(100%,98px)!important}.backpack-screen.backpack-screen-detail .backpack-detail-view.is-consumable-detail .backpack-detail-description{font-size:12px}.backpack-screen.backpack-screen-detail .backpack-detail-view.is-consumable-detail .backpack-detail-sell{height:40px!important;font-size:12px}}@media(prefers-reduced-motion:reduce){.backpack-intro-item{animation:none;opacity:1;transform:none}.backpack-tab-enter-active,.backpack-tab-leave-active{transition:none}.backpack-detail-stage:before,.backpack-detail-stage:after,.backpack-detail-share{animation:none}}@keyframes backpack-item-enter{0%{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes backpack-detail-breathe{0%,to{transform:scale(.965);opacity:.78}50%{transform:scale(1.03);opacity:1}}@keyframes backpack-detail-share-breathe{0%,to{transform:scale(.96);box-shadow:0 0 0 11px #23d4540f,0 0 14px #22d65842}50%{transform:scale(1.04);box-shadow:0 0 0 15px #23d4541c,0 0 24px #22d6586b}}@keyframes home-component-enter{0%{opacity:0;transform:translateY(12px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}.market-screen{--market-card-width: 184px;--market-card-height: 292px;--market-card-gap-x: 8px;--market-card-gap-y: 12px;gap:16px;padding-top:calc(var(--app-top-offset-tight) + var(--safe-top));padding-bottom:calc(108px + env(safe-area-inset-bottom));overflow-y:auto;overflow-x:hidden}.market-top-row{margin-bottom:2px}.market-content{position:relative;z-index:2;width:min(100%,calc(var(--market-card-width) * 2 + var(--market-card-gap-x)));margin:0 auto;display:flex;flex-direction:column;gap:18px;padding-bottom:8px}.market-intro-item{opacity:0;transform:translateY(12px) scale(.988);animation:market-item-enter .32s ease-out forwards;animation-delay:calc(var(--market-item-index, 0) * 70ms + 40ms)}.market-title{margin:0;text-align:center;color:#fff;font-family:"Baloo 2",sans-serif;font-size:clamp(28px,6.8vw,38px);font-weight:700;line-height:1;letter-spacing:.01em;text-transform:uppercase}.market-tabs{width:100%;min-height:52px;display:grid;grid-template-columns:repeat(3,1fr);gap:2px;padding:3px;border-radius:999px;background:#131138eb;border:1px solid rgba(255,255,255,.16);box-shadow:inset 0 1px #ffffff14,0 10px 24px #08031e29;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.market-tab{min-height:44px;border:none;border-radius:999px;background:transparent;color:#fff;font-family:Inter,sans-serif;font-size:clamp(13px,3.8vw,17px);font-weight:500;line-height:1;cursor:pointer}.market-tab.is-active{background:linear-gradient(239deg,#6100ff 13%,#9522f0);box-shadow:inset 0 1px #ffffff29,0 8px 18px #581add47}.market-toolbar{position:relative;z-index:4;display:flex;align-items:center;justify-content:space-between;gap:14px}.market-sort,.market-filter{border:1px solid rgba(255,255,255,.2);color:#fff;background:#121032d6;box-shadow:inset 0 1px #ffffff14,0 10px 22px #08031e29;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.market-sort{width:168px;min-width:168px;min-height:50px;padding:0 16px;border-radius:22px;display:inline-flex;align-items:center;justify-content:space-between;gap:14px;font-family:Inter,sans-serif;font-size:clamp(14px,4.4vw,18px);font-weight:500;cursor:pointer;transition:none}.market-sort-wrap{position:relative;flex:0 0 auto}.market-sort.is-open{border-color:#ffffff52;border-radius:22px 22px 0 0;border-bottom-color:transparent;box-shadow:inset 0 1px #ffffff14,0 16px 30px #08031e3d}.market-sort.is-open svg{transform:rotate(180deg)}.market-sort svg{transition:transform .18s ease}button.market-sort:not(:disabled):active{transform:none;filter:none}.market-sort-menu{position:absolute;top:calc(100% - 2px);left:0;width:100%;padding:0 6px 6px;border-radius:0 0 20px 20px;border:1px solid rgba(255,255,255,.18);border-top:none;background:#121032f5;box-shadow:0 16px 30px #08031e3d;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);overflow:hidden}.market-sort-option{width:100%;min-height:42px;padding:0 12px;border:none;border-radius:14px;background:transparent;color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:500;line-height:1;text-align:left;cursor:pointer}.market-sort-option.is-active{background:linear-gradient(239deg,#6100ffeb 13%,#9522f0eb);box-shadow:inset 0 1px #ffffff29}.market-sort-backdrop{position:fixed;inset:0;z-index:3;border:none;background:transparent}.market-filter{min-height:50px;padding:0 0 0 14px;border:none;background:transparent;box-shadow:none;display:inline-flex;align-items:center;gap:10px;font-family:Inter,sans-serif;font-size:clamp(14px,4.4vw,18px);font-weight:500;cursor:pointer}.market-filter.is-active{color:#ff79fa}.market-filter-layer{position:fixed;inset:0;z-index:30;display:flex;justify-content:flex-end}.market-filter-backdrop{flex:1 1 auto;border:none;background:#070518c7;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.market-filter-panel{width:min(100vw - 78px,480px);height:100dvh;padding:calc(var(--app-top-offset-regular) + var(--safe-top) + clamp(8px,1dvh,12px)) 22px calc(30px + env(safe-area-inset-bottom));background:radial-gradient(circle at top center,#ffffff2e,#fff0 34%),linear-gradient(180deg,#a719ff,#8208ff 34%,#6d00ff 64%,#4a00ff);box-shadow:-18px 0 44px #0b03266b,inset 0 1px #ffffff2e;overflow-y:auto}.market-filter-panel-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:28px}.market-filter-panel-title,.market-filter-section-title,.market-filter-submit,.market-filter-reset{margin:0;color:#fff;font-family:"Baloo 2",sans-serif;font-weight:700;line-height:1;text-transform:uppercase}.market-filter-panel-title{font-size:clamp(26px,6vw,34px)}.market-filter-close{width:42px;height:42px;border:none;padding:0;background:transparent;color:#fff;display:grid;place-items:center;cursor:pointer}.market-filter-section{display:flex;flex-direction:column;gap:14px}.market-filter-section+.market-filter-section{margin-top:24px}.market-filter-section-title{font-size:clamp(18px,4.8vw,26px)}.market-filter-chip-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.market-filter-chip-grid.is-stack{grid-template-columns:minmax(0,1fr)}.market-filter-chip{min-height:54px;padding:0 14px;border-radius:999px;border:2px dashed rgba(255,255,255,.34);background:transparent;color:#fff;font-family:Inter,sans-serif;font-size:clamp(16px,4vw,22px);font-weight:500;line-height:1;display:inline-flex;align-items:center;justify-content:center;text-align:center;cursor:pointer}.market-filter-chip.is-active{border-style:solid;border-color:transparent;background:linear-gradient(180deg,#ff00c7,#ff2fb3);box-shadow:inset 0 1px #ffffff2e,0 14px 22px #73006447}.market-filter-range-values{display:flex;align-items:center;justify-content:space-between;color:#fff;font-family:Inter,sans-serif;font-size:clamp(16px,4vw,21px);font-weight:500;line-height:1}.market-filter-range{position:relative;height:34px;margin-top:-2px}.market-filter-range:before{content:"";position:absolute;top:50%;left:0;right:0;height:4px;border-radius:999px;transform:translateY(-50%);background:linear-gradient(90deg,rgba(255,255,255,.28) 0%,rgba(255,255,255,.28) var(--market-range-start),#ff00d4 var(--market-range-start),#ff00d4 var(--market-range-end),rgba(255,255,255,.28) var(--market-range-end),rgba(255,255,255,.28) 100%)}.market-filter-range-input{position:absolute;inset:0;width:100%;margin:0;background:transparent;appearance:none;-webkit-appearance:none;pointer-events:none}.market-filter-range-input::-webkit-slider-runnable-track{height:4px;background:transparent}.market-filter-range-input::-moz-range-track{height:4px;background:transparent}.market-filter-range-input::-webkit-slider-thumb{width:18px;height:18px;border:7px solid rgba(255,0,212,.24);border-radius:50%;background:#ff00d4;box-shadow:0 0 0 10px #ffffff24;appearance:none;-webkit-appearance:none;pointer-events:auto;cursor:pointer;margin-top:-7px}.market-filter-range-input::-moz-range-thumb{width:18px;height:18px;border:7px solid rgba(255,0,212,.24);border-radius:50%;background:#ff00d4;box-shadow:0 0 0 10px #ffffff24;pointer-events:auto;cursor:pointer}.market-filter-actions{display:flex;flex-direction:column;gap:24px;margin-top:34px}.market-filter-submit,.market-filter-reset{border:none;background:transparent;cursor:pointer}.market-filter-submit{min-height:82px;padding:0 24px;border-radius:999px;background:linear-gradient(180deg,#ff00c7,#ff15b8);box-shadow:inset 0 1px #ffffff2e,0 20px 32px #73006447;font-size:clamp(26px,6vw,36px)}.market-filter-reset{font-size:clamp(22px,5.6vw,32px)}.market-grid{display:grid;grid-template-columns:repeat(2,var(--market-card-width));justify-content:center;gap:var(--market-card-gap-y) var(--market-card-gap-x)}.market-box-grid{display:grid;grid-template-columns:repeat(2,var(--market-card-width));justify-content:center;gap:18px var(--market-card-gap-x)}.market-box-card{width:var(--market-card-width);min-height:250px;padding:10px 12px 12px;border-radius:18px;border:1px solid rgba(255,255,255,.16);background:#19184a73;box-shadow:inset 0 1px #ffffff14;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);display:flex;flex-direction:column;align-items:center;gap:10px}.market-box-chip{align-self:center;min-width:min(100%,186px);min-height:30px;padding:0 18px;border-radius:999px;background:linear-gradient(180deg,#6b52ff,#6743f0);box-shadow:inset 0 1px #ffffff2e;color:#fff;font-family:"Baloo 2",sans-serif;font-size:10px;font-weight:700;line-height:1;text-transform:uppercase;display:inline-flex;align-items:center;justify-content:center;text-align:center}.market-box-media{flex:1 1 auto;width:100%;display:flex;align-items:center;justify-content:center}.market-box-image{width:min(100%,108px);height:auto;display:block;object-fit:contain;filter:drop-shadow(0 10px 18px rgba(0,0,0,.28))}.market-box-code{align-self:center;min-width:min(100%,186px);min-height:30px;padding:0 18px;border-radius:999px;background:linear-gradient(180deg,#17143f,#0e0d2d);box-shadow:inset 0 1px #ffffff1f,0 6px 16px #0000002e;color:#fff;font-family:"Baloo 2",sans-serif;font-size:11px;font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center;text-align:center}.market-artifact-grid{display:grid;grid-template-columns:repeat(2,var(--market-card-width));justify-content:center;gap:16px var(--market-card-gap-x)}.market-artifact-card{width:var(--market-card-width);min-height:210px;padding:10px 8px 8px;border-radius:18px;border:1px solid rgba(255,255,255,.16);background:#19184a73;box-shadow:inset 0 1px #ffffff14;display:flex;flex-direction:column;gap:10px}.market-artifact-code{align-self:center;font-family:"Baloo 2",sans-serif;font-size:11px;font-weight:700;line-height:1}.market-artifact-code.is-cyan{color:#24f0ff}.market-artifact-code.is-yellow{color:#fff93a}.market-artifact-code.is-violet{color:#fff}.market-artifact-code.is-pink{color:#ff19d7}.market-artifact-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#fff;font-family:"Baloo 2",sans-serif;font-size:11px;font-weight:700;line-height:1;text-transform:uppercase}.market-artifact-media{flex:1 1 auto;min-height:86px;display:flex;align-items:center;justify-content:center}.market-artifact-image{width:74px;height:92px;display:block;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(0,0,0,.24))}.market-artifact-image.is-yellow{width:70px;height:86px}.market-artifact-image.is-violet{width:80px;height:98px}.market-artifact-image.is-pink{width:82px;height:100px}.market-artifact-purchase{display:grid;grid-template-columns:minmax(0,1fr) 60px;align-items:center;border-radius:18px;overflow:hidden}.market-artifact-price{min-height:40px;padding:0 32px 0 14px;margin-right:-22px;color:#1d2147;font-family:"Baloo 2",sans-serif;font-size:13px;font-weight:700;line-height:1;display:inline-flex;align-items:center;white-space:nowrap}.market-artifact-price.is-cyan{background:linear-gradient(180deg,#24f0ff,#13d8ff)}.market-artifact-price.is-yellow{background:linear-gradient(180deg,#fff93a,#ffe900)}.market-artifact-price.is-violet{background:linear-gradient(180deg,#a43cff,#7c28d4);color:#fff}.market-artifact-price.is-pink{background:linear-gradient(180deg,#ff19d7,#f000c7);color:#fff}.market-artifact-buy{min-width:60px;min-height:44px;border:none;border-radius:18px;background:linear-gradient(239deg,#6100ff 13%,#9522f0);box-shadow:inset 0 1px #ffffff29,0 10px 22px #4814b13d;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.market-other-grid{display:grid;grid-template-columns:repeat(2,var(--market-card-width));justify-content:center;gap:16px var(--market-card-gap-x)}.market-other-card{position:relative;width:var(--market-card-width);min-height:214px;padding:10px 8px 8px;border-radius:18px;border:1px solid rgba(255,255,255,.16);background:#19184a73;box-shadow:inset 0 1px #ffffff14;display:flex;flex-direction:column;gap:8px}.market-other-top{display:flex;justify-content:center}.market-other-code{min-width:140px;min-height:28px;padding:0 14px;border-radius:999px;background:linear-gradient(180deg,#17143f,#0e0d2d);box-shadow:inset 0 1px #ffffff1f;color:#24d7ff;font-family:"Baloo 2",sans-serif;font-size:12px;font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.market-other-bonus{position:absolute;top:66px;right:12px;color:#fff;font-family:"Baloo 2",sans-serif;font-size:16px;font-weight:700;line-height:1;white-space:nowrap}.market-other-media{flex:1 1 auto;width:100%;min-height:116px;display:flex;align-items:center;justify-content:center}.market-other-media.is-balloon{padding-top:10px}.market-other-media.is-gamepad{padding-top:18px}.market-other-image{display:block;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(0,0,0,.24))}.market-other-image.is-balloon{width:62px;height:160px}.market-other-image.is-gamepad{width:140px;height:66px}.market-other-purchase{display:grid;grid-template-columns:minmax(0,1fr) 60px;align-items:center;border-radius:18px;overflow:hidden}.market-other-price{min-height:40px;padding:0 32px 0 14px;margin-right:-22px;background:linear-gradient(180deg,#24f0ff,#13d8ff);color:#1d2147;font-family:"Baloo 2",sans-serif;font-size:13px;font-weight:700;line-height:1;display:inline-flex;align-items:center;white-space:nowrap}.market-other-buy{min-width:60px;min-height:44px;border:none;border-radius:18px;background:linear-gradient(239deg,#6100ff 13%,#9522f0);box-shadow:inset 0 1px #ffffff29,0 10px 22px #4814b13d;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.market-pet-card{position:relative;width:var(--market-card-width);height:var(--market-card-height);min-height:var(--market-card-height);padding:0 11px 10px;border-radius:24px;border:1px solid rgba(255,255,255,.18);background:linear-gradient(180deg,#211d5ce0,#252065eb);box-shadow:inset 0 1px #ffffff14,0 16px 34px #0a04212e;display:flex;flex-direction:column;overflow:hidden}.market-pet-card-pill{align-self:center;min-width:min(100%,138px);min-height:38px;padding:0 20px;border-radius:0 0 16px 16px;background:linear-gradient(180deg,#7658ff,#5b45ea);color:#fff;font-family:"Baloo 2",sans-serif;font-size:clamp(12px,3.4vw,15px);font-weight:700;line-height:1;text-transform:uppercase;display:inline-flex;align-items:center;justify-content:center;text-align:center;margin-top:0}.market-pet-card-body{flex:1 1 auto;display:grid;grid-template-columns:102px minmax(0,1fr);align-items:start;gap:6px;padding-top:6px}.market-pet-card-image{align-self:end;justify-self:start;width:100%;max-width:118px;height:186px;object-fit:contain;object-position:left bottom;filter:drop-shadow(0 10px 24px rgba(0,0,0,.24))}.market-pet-card.is-giraffe .market-pet-card-image{max-width:108px;height:182px}.market-pet-card.is-kangaroo .market-pet-card-image{max-width:116px;height:188px}.market-pet-card.is-panda .market-pet-card-image{max-width:118px;height:180px}.market-pet-card.is-enot .market-pet-card-image{max-width:108px;height:184px}.market-pet-card-copy{min-width:0;display:flex;flex-direction:column;gap:6px;padding-top:18px;padding-right:8px;margin-left:-6px;color:#fff}.market-pet-card-code{font-family:Inter,sans-serif;font-size:clamp(9px,2.5vw,11px);font-weight:600;line-height:1.1;white-space:nowrap}.market-pet-card-stat{display:flex;flex-wrap:nowrap;align-items:baseline;gap:3px;white-space:nowrap}.market-pet-card-label,.market-pet-card-value{font-family:"Baloo 2",sans-serif;font-size:clamp(8px,2.3vw,10px);font-weight:700;line-height:1;text-transform:uppercase;white-space:nowrap}.market-pet-card-footer{margin-top:2px}.market-pet-card-purchase{display:grid;grid-template-columns:minmax(0,1fr) 56px;gap:0;align-items:center;border-radius:18px;overflow:hidden}.market-pet-card-price{min-height:40px;padding:0 34px 0 14px;margin-right:-24px;border-radius:0;background:#4c309a8f;color:#fff;font-family:"Baloo 2",sans-serif;font-size:clamp(13px,3.5vw,16px);font-weight:700;line-height:1;display:inline-flex;align-items:center;white-space:nowrap;position:relative;z-index:1}.market-pet-card-buy{min-width:56px;min-height:44px;padding:0 8px;border:none;border-radius:18px;background:linear-gradient(239deg,#6100ff 13%,#9522f0);box-shadow:inset 0 1px #ffffff29,0 10px 22px #4814b13d;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;position:relative;z-index:2}.market-empty{min-height:180px;border-radius:22px;border:1px solid rgba(255,255,255,.16);background:#19184a73;box-shadow:inset 0 1px #ffffff14;color:#fffc;font-family:"Baloo 2",sans-serif;font-size:clamp(18px,5.2vw,24px);font-weight:700;display:grid;place-items:center;text-align:center}@media(max-width:390px){.market-screen{--market-card-width: 166px;--market-card-height: 258px;--market-card-gap-x: 6px;--market-card-gap-y: 10px;padding-top:calc(var(--app-top-offset-tight) + var(--safe-top))}.market-content{gap:14px}.market-toolbar{gap:10px}.market-sort{width:152px;min-width:152px}.market-filter-panel{width:min(100vw - 54px,420px);padding:calc(var(--app-top-offset-regular) + var(--safe-top) + clamp(4px,.6dvh,8px)) 18px calc(24px + env(safe-area-inset-bottom))}.market-filter-panel-header{margin-bottom:24px}.market-filter-chip-grid{gap:14px}.market-filter-chip{min-height:48px;font-size:15px}.market-filter-section+.market-filter-section{margin-top:18px}.market-filter-submit{min-height:68px;font-size:24px}.market-filter-reset{font-size:20px}.market-grid{gap:var(--market-card-gap-y) var(--market-card-gap-x)}.market-box-grid,.market-artifact-grid,.market-other-grid{gap:14px var(--market-card-gap-x)}.market-box-card{min-height:222px;padding:10px 10px 12px}.market-box-chip,.market-box-code{min-width:min(100%,160px)}.market-box-image{width:min(100%,96px)}.market-artifact-card{min-height:194px;padding:8px;gap:8px}.market-other-card{min-height:198px;padding:8px;gap:7px}.market-artifact-code,.market-artifact-meta,.market-other-code{font-size:10px}.market-other-code{min-width:132px}.market-other-bonus{top:60px;right:10px;font-size:14px}.market-artifact-image{width:66px;height:84px}.market-artifact-image.is-yellow{width:62px;height:78px}.market-artifact-image.is-violet{width:72px;height:90px}.market-artifact-image.is-pink{width:74px;height:92px}.market-artifact-purchase{grid-template-columns:minmax(0,1fr) 52px}.market-artifact-price,.market-artifact-buy{min-height:36px}.market-artifact-price{padding-right:28px;margin-right:-18px}.market-artifact-buy{min-width:52px;min-height:40px}.market-other-image.is-balloon{width:56px;height:146px}.market-other-image.is-gamepad{width:124px;height:58px}.market-other-media.is-gamepad{padding-top:12px}.market-other-purchase{grid-template-columns:minmax(0,1fr) 52px}.market-other-price,.market-other-buy{min-height:36px}.market-other-price{padding-right:28px;margin-right:-18px}.market-other-buy{min-width:52px;min-height:40px}.market-pet-card{padding:0 9px 9px}.market-pet-card-body{grid-template-columns:86px minmax(0,1fr);gap:5px;padding-top:5px}.market-pet-card-image{max-width:96px;height:154px}.market-pet-card.is-giraffe .market-pet-card-image{max-width:88px;height:148px}.market-pet-card.is-kangaroo .market-pet-card-image{max-width:94px;height:156px}.market-pet-card.is-panda .market-pet-card-image{max-width:100px;height:160px}.market-pet-card-copy{padding-top:14px;gap:5px;padding-right:6px;margin-left:-5px}.market-pet-card-pill{min-width:min(100%,126px);min-height:34px;font-size:13px}.market-pet-card-code{font-size:9px}.market-pet-card-label,.market-pet-card-value{font-size:8px}.market-pet-card-purchase{grid-template-columns:minmax(0,1fr) 48px}.market-pet-card-price,.market-pet-card-buy{min-height:36px}.market-pet-card-price{padding-right:28px;margin-right:-20px}.market-pet-card-buy{min-width:48px;min-height:40px;padding:0 6px}}@media(max-width:340px){.market-filter-panel{width:calc(100vw - 32px);padding-inline:14px}.market-filter-chip-grid,.market-grid,.market-box-grid,.market-artifact-grid,.market-other-grid{grid-template-columns:1fr}}@keyframes market-item-enter{0%{opacity:0;transform:translateY(12px) scale(.988)}to{opacity:1;transform:translateY(0) scale(1)}}.market-filter-sheet-enter-active,.market-filter-sheet-leave-active{transition:opacity .22s ease}.market-filter-sheet-enter-active .market-filter-panel,.market-filter-sheet-leave-active .market-filter-panel{transition:transform .24s ease}.market-filter-sheet-enter-from,.market-filter-sheet-leave-to{opacity:0}.market-filter-sheet-enter-from .market-filter-panel,.market-filter-sheet-leave-to .market-filter-panel{transform:translate(34px)}.market-sort-menu-enter-active,.market-sort-menu-leave-active{transition:opacity .18s ease,transform .2s ease;transform-origin:top center}.market-sort-menu-enter-from,.market-sort-menu-leave-to{opacity:0;transform:translateY(-8px) scaleY(.92)}.profile-v2-screen{gap:14px;padding-top:calc(var(--app-top-offset-tight) + var(--safe-top));padding-bottom:calc(96px + env(safe-area-inset-bottom));overflow-y:auto;overflow-x:hidden}.profile-v2-top-row{position:relative;z-index:2;width:min(100%,380px);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px;flex:0 0 auto;opacity:0;transform:translateY(12px) scale(.985);animation:profile-v2-enter .28s ease-out forwards}.profile-v2-top-row.app-screen-top-row{width:auto;max-width:none;margin:0}.profile-v2-top-row.app-screen-top-row .profile-v2-balance{margin-left:auto;max-width:none}.profile-v2-avatar{width:var(--app-top-control-size);height:var(--app-top-control-size);flex:0 0 auto;border:none;border-radius:999px;background:linear-gradient(239deg,#6100ff 13%,#9522f0);box-shadow:inset 0 1px #ffffff2e,0 10px 22px #4814b13d;color:#fff;display:grid;place-items:center;padding:0;cursor:pointer}.profile-v2-avatar.has-photo{overflow:hidden;background:transparent;box-shadow:none}.profile-v2-avatar svg{width:var(--app-top-control-icon-size);height:var(--app-top-control-icon-size)}.profile-v2-balance{min-width:clamp(238px,50vw,288px);height:clamp(37px,6.2vw,43px);padding:0 4px 0 5px;border-radius:999px;background:#121032e0;border:1px solid rgba(255,255,255,.18);box-shadow:inset 0 1px #ffffff14,0 10px 24px #08031e2e;display:inline-flex;align-items:center;gap:8px;flex:0 0 auto}.profile-v2-balance-group{display:inline-flex;align-items:center;gap:5px}.profile-v2-balance-badge{width:27px;height:27px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.profile-v2-balance-badge-icon{width:100%;height:100%;object-fit:contain;display:block}.profile-v2-balance-value{color:#fff;font-size:clamp(13px,2.5vw,17px);font-family:Inter,sans-serif;font-weight:600;line-height:1;white-space:nowrap}.profile-v2-balance-action{width:27px;height:27px;margin-left:auto;border-radius:999px;background:linear-gradient(239deg,#6100ff 13%,#9522f0);display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.profile-v2-balance-action svg{width:16px;height:16px;display:block}.profile-figma-screen{--profile-title-font-size: clamp(20px, 2.45svh, 24px);--profile-title-line-height: clamp(20px, 2.45svh, 24px);--profile-meta-font-size: clamp(12px, 1.55svh, 15px);--profile-meta-line-height: clamp(15px, 1.9svh, 18px);--profile-row-label-font-size: clamp(20px, 2.45svh, 24px);--profile-row-label-line-height: clamp(20px, 2.45svh, 24px);--profile-row-value-font-size: clamp(16px, 2.05svh, 20px);--profile-row-value-line-height: clamp(16px, 2.05svh, 20px);--profile-card-copy-font-size: clamp(12px, 1.55svh, 15px);--profile-card-copy-line-height: clamp(15px, 1.9svh, 18px);--profile-action-button-height: clamp(56px, 7svh, 70px);--profile-action-button-font-size: clamp(18px, 2.8svh, 24px);--profile-action-button-line-height: clamp(18px, 2.8svh, 24px);gap:18px;padding-top:calc(var(--app-top-offset-tight) + var(--safe-top));padding-bottom:calc(112px + env(safe-area-inset-bottom))}.profile-figma-screen .profile-v2-top-row:not(.app-screen-top-row){width:min(100%,480px);padding-inline:0}.profile-figma-screen .profile-v2-balance{max-width:none}.profile-v2-top-row .main-v2-token-pill,.backpack-top-row .main-v2-token-pill,.backpack-screen-detail .main-v2-token-pill{margin-top:0;flex:0 0 auto}.profile-figma-content{position:relative;z-index:2;width:min(100%,480px);margin:0 auto;display:flex;flex-direction:column;gap:18px;padding-bottom:8px}.profile-figma-animate{opacity:0;transform:translateY(12px) scale(.988);animation:profile-figma-appear .32s ease-out var(--profile-delay, 0ms) forwards}.profile-figma-card{position:relative;width:100%;border:1px solid rgba(255,255,255,.26);border-radius:18px;background:#221e5c94;box-shadow:inset 0 1px #ffffff14,0 18px 40px #0a042133;color:#fff}.profile-figma-player-card{min-height:120px;padding:16px 54px 16px 14px;display:flex;align-items:center;gap:16px;text-align:left;cursor:pointer}.profile-figma-player-avatar{width:74px;height:74px;flex:0 0 auto;border-radius:999px;background:linear-gradient(239deg,#6100ff 13%,#9522f0);box-shadow:inset 0 1px #ffffff2e,0 10px 22px #4814b13d;overflow:hidden}.profile-figma-player-avatar.has-photo{background:transparent;box-shadow:none}.profile-figma-player-copy{min-width:0;display:flex;flex-direction:column;gap:7px}.profile-figma-player-name{color:#fff;font-family:"Glina Script em.","Baloo 2",sans-serif;font-size:var(--profile-title-font-size);font-weight:400;line-height:var(--profile-title-line-height);letter-spacing:0;text-align:left;text-transform:lowercase}.profile-figma-player-email{color:#fff;font-family:Inter,sans-serif;font-size:var(--profile-meta-font-size);font-weight:400;line-height:var(--profile-meta-line-height)}.profile-figma-chevron,.profile-figma-row-chevron{color:#8d2bff;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.profile-figma-chevron{position:absolute;top:50%;right:18px;transform:translateY(-50%)}.profile-figma-rewards-card{min-height:102px;padding:16px 52px 16px 14px;display:flex;flex-direction:column;align-items:flex-start;gap:10px;text-align:left;cursor:pointer}.profile-figma-card-title{color:#fff3;font-family:"Glina Script em.","Baloo 2",sans-serif;font-size:var(--profile-row-label-font-size);font-weight:400;line-height:var(--profile-row-label-line-height);text-transform:lowercase}.profile-figma-card-copy{color:#fff;font-family:Inter,sans-serif;font-size:var(--profile-card-copy-font-size);font-weight:400;line-height:var(--profile-card-copy-line-height)}.profile-figma-rewards-badge{position:absolute;top:-6px;right:-14px;width:28px;height:28px;border-radius:999px;background:linear-gradient(180deg,#ff7a2b,#f14618);box-shadow:inset 0 1px #ffffff47,0 8px 16px #00000047;color:#fff;display:grid;place-items:center;font-size:15px;line-height:1}.profile-figma-halving{width:100%}.profile-figma-halving-button{border:none;padding:0;background:transparent;text-align:left;cursor:pointer}.profile-figma-halving-track{position:relative;width:100%;min-height:36px;border-radius:999px;background:#161139eb;box-shadow:inset 0 1px #ffffff14,0 14px 28px #0b042124;overflow:hidden}.profile-figma-halving-fill{position:absolute;inset:0 auto 0 0;min-width:128px;max-width:calc(100% - 78px);border-radius:999px 0 0 999px;background:linear-gradient(90deg,#22bfff,#1697ef);display:inline-flex;align-items:center;padding:0 18px}.profile-figma-halving-name,.profile-figma-halving-value{position:absolute;top:50%;transform:translateY(-50%);color:#fff;line-height:1}.profile-figma-halving-name{left:18px;font-size:17px;letter-spacing:.04em;text-transform:uppercase}.profile-figma-halving-value{right:16px;font-size:17px}.profile-halving-screen{gap:20px}.profile-halving-content{position:relative;z-index:2;width:min(100%,480px);margin:0 auto;display:flex;flex-direction:column;gap:28px;padding-top:10px;padding-bottom:8px}.profile-halving-back{width:36px;height:36px;margin-left:2px;border:none;background:transparent;color:#fff;display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer}.profile-halving-progress{width:100%}.profile-halving-stats{display:flex;flex-direction:column;gap:26px}.profile-halving-stat-row{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.profile-halving-stat-label,.profile-halving-summary-label{color:#cdc4ea9e;font-size:18px;line-height:1.1}.profile-halving-stat-label{max-width:220px}.profile-halving-stat-value{color:#fff;font-size:18px;line-height:1.05;text-align:right;white-space:nowrap}.profile-halving-summary{display:flex;flex-direction:column;align-items:center;gap:10px;padding-top:24px;text-align:center}.profile-halving-summary-label{margin:0;max-width:260px}.profile-halving-summary-value{margin:0;color:#fff;font-size:clamp(34px,7vw,54px);line-height:.98;letter-spacing:-.02em}.profile-figma-list{display:flex;flex-direction:column;gap:18px}.profile-figma-row{min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:16px;border:none;padding:0;background:transparent;text-align:left;color:#fff}.profile-figma-row.is-button{cursor:pointer}.profile-figma-row-label{color:#fff6;font-family:"Glina Script em.","Baloo 2",sans-serif;font-size:var(--profile-row-label-font-size);font-weight:400;line-height:var(--profile-row-label-line-height);text-transform:lowercase}.profile-figma-row-label.is-uppercase{letter-spacing:.02em}.profile-figma-row-value{color:#fff;font-family:"Glina Script em.","Baloo 2",sans-serif;font-size:var(--profile-row-value-font-size);font-weight:400;line-height:var(--profile-row-value-line-height);text-transform:lowercase;white-space:nowrap}.profile-figma-row-action,.profile-figma-subscription{display:inline-flex;align-items:center;justify-content:flex-end;gap:5px;min-width:0}.profile-figma-row-chevron svg{width:clamp(15px,1.9svh,18px);height:clamp(15px,1.9svh,18px)}.profile-figma-subscription-badges{position:relative;display:inline-flex;align-items:center;padding-right:10px}.profile-figma-subscription-badge{width:30px;height:30px;margin-left:-8px;border-radius:999px;box-shadow:inset 0 1px #fff3,0 8px 14px #0000003d;color:#fff;display:grid;place-items:center;font-size:16px;line-height:1}.profile-figma-subscription-badge:first-child{margin-left:0}.profile-figma-subscription-badge.is-blue{background:linear-gradient(180deg,#1d93ff,#0a6fd5)}.profile-figma-subscription-badge.is-orange{background:linear-gradient(180deg,#ff7a2b,#f14618)}.profile-figma-auth-switch{position:relative;width:48px;height:22px;flex:0 0 auto;border-radius:999px;background:#8f7dcb5c;transition:background-color .18s ease}.profile-figma-auth-switch.is-on{background:#824af56b}.profile-figma-auth-thumb{position:absolute;top:50%;left:2px;width:24px;height:24px;border-radius:999px;transform:translateY(-50%);background:linear-gradient(180deg,#b43fff,#8725ee);box-shadow:0 8px 18px #7528e857,inset 0 1px #ffffff42;transition:transform .18s ease,left .18s ease}.profile-figma-auth-switch.is-on .profile-figma-auth-thumb{left:calc(100% - 26px)}.profile-figma-detail-content,.profile-figma-password-content{min-height:calc(100dvh - 176px - env(safe-area-inset-bottom))}.profile-figma-detail-content{gap:24px}.profile-figma-detail-card{min-height:190px;padding:18px 16px 20px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.profile-figma-back-btn{position:absolute;top:22px;left:18px;width:36px;height:36px;border:none;border-radius:999px;background:transparent;color:#fff;display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer}.profile-figma-detail-avatar-wrap{position:relative;margin-top:10px}.profile-figma-detail-avatar{width:92px;height:92px;display:block;border-radius:999px;background:linear-gradient(239deg,#6100ff 13%,#9522f0);box-shadow:inset 0 1px #ffffff2e,0 10px 22px #4814b13d;overflow:hidden}.profile-figma-detail-avatar.has-photo{background:transparent;box-shadow:none}.profile-figma-detail-edit{position:absolute;right:-6px;bottom:6px;width:36px;height:36px;border-radius:999px;background:#fff;box-shadow:inset 0 1px #fffc,0 10px 20px #1308362e;color:#7f4bff;display:inline-flex;align-items:center;justify-content:center;border:none;padding:0;cursor:pointer}.profile-figma-detail-edit svg{width:18px;height:18px}.profile-figma-avatar-input{display:none}.profile-figma-avatar-image{width:100%;height:100%;display:block;object-fit:cover}.profile-figma-detail-title-row{margin-top:34px;display:inline-flex;align-items:center;gap:10px}.profile-figma-detail-title{margin:0;color:#fff;font-family:"Glina Script em.","Baloo 2",sans-serif;font-size:clamp(24px,3.1svh,30px);font-weight:400;line-height:clamp(24px,3.1svh,30px);text-transform:lowercase;text-align:center}.profile-figma-nickname-editor{width:min(100%,244px);margin-top:28px;display:flex;flex-direction:column;align-items:center;gap:10px}.profile-figma-nickname-input{width:100%;height:42px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:#121032e0;box-shadow:inset 0 1px #ffffff14;color:#fff;text-align:center;font-size:17px;line-height:1;padding:0 16px;outline:none}.profile-figma-nickname-input::placeholder{color:#ffffff6b}.profile-figma-nickname-input:focus{border-color:#8d2bffeb;box-shadow:inset 0 1px #ffffff14,0 0 0 2px #8d2bff2e}.profile-figma-nickname-actions{display:inline-flex;align-items:center;gap:8px}.profile-figma-nickname-action{min-width:88px;height:34px;border:none;border-radius:999px;padding:0 14px;cursor:pointer;font-size:13px;line-height:1}.profile-figma-nickname-action.is-save{background:linear-gradient(239deg,#6100ff 13%,#9522f0);box-shadow:inset 0 1px #ffffff2e,0 10px 22px #4814b13d;color:#fff}.profile-figma-nickname-action.is-cancel{background:#432d7c8a;border:1px solid rgba(141,43,255,.72);box-shadow:inset 0 1px #ffffff14;color:#fff}.profile-figma-inline-edit{width:21px;height:21px;border:none;border-radius:999px;background:#fff;display:inline-flex;align-items:center;justify-content:center;padding:3px;cursor:pointer;box-shadow:inset 0 1px #fffc,0 8px 18px #1308362e}.profile-figma-detail-list{gap:clamp(8px,1.2svh,12px)}.profile-figma-detail-list .profile-figma-row{min-height:48px}.profile-figma-password-content{padding-top:52px}.profile-figma-password-back{position:static;align-self:flex-start;margin-left:2px}.profile-figma-password-form{width:100%;display:flex;flex-direction:column;align-items:center;gap:28px}.profile-figma-password-stack{width:100%;display:flex;flex-direction:column;gap:26px}.profile-figma-password-group{width:100%;display:flex;flex-direction:column;gap:12px}.profile-figma-password-prompt{width:100%;margin:20px 0 0;color:#fff;font-size:24px;line-height:1.15;text-align:center}.profile-figma-password-destination,.profile-figma-password-feedback{width:100%;margin:0;text-align:center;line-height:1.3}.profile-figma-password-destination{color:#d4cdf0c7;font-size:16px}.profile-figma-password-feedback{font-size:16px}.profile-figma-password-feedback.is-success{color:#97f2b5}.profile-figma-password-feedback.is-error{color:#ff5b68}.profile-figma-password-field{position:relative;width:100%;display:block}.profile-figma-password-input{width:100%;height:84px;border-radius:22px;border:1px solid rgba(255,255,255,.18);background:#1e194ab8;box-shadow:inset 0 1px #ffffff14,0 14px 30px #0a04271f;color:#fff;font-size:22px;line-height:1;padding:0 78px 0 28px;outline:none}.profile-figma-password-input:focus{border-color:#8d2bffdb;box-shadow:inset 0 1px #ffffff14,0 0 0 2px #8d2bff29}.profile-figma-password-status{position:absolute;top:50%;right:20px;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.profile-figma-password-status.is-valid{color:#1cff48}.profile-figma-password-status.is-invalid{color:#ff4b6e}.profile-figma-password-hint{margin:0 8px;color:#cdc4ea9e;font-size:14px;line-height:1.2}.profile-figma-password-continue{width:100%;min-height:70px;border:none;border-radius:999px;background:linear-gradient(90deg,#9e25ff,#7300ff 52%,#8d20ff);box-shadow:inset 0 1px #ffffff2e,0 18px 36px #4814b147;color:#fff;font-size:24px;line-height:1;cursor:pointer}.profile-figma-password-continue:disabled{opacity:.72;cursor:default}.profile-figma-password-recovery{border:none;background:transparent;color:#fff;font-size:22px;line-height:1;cursor:pointer}button.profile-figma-logout-btn{width:100%;min-height:var(--profile-action-button-height);margin:auto 0 0;border-radius:30px;border:none;outline:1px solid #6100ff;outline-offset:-1px;background:transparent;box-shadow:none;color:#fff;font-family:"Glina Script em.","Baloo 2",sans-serif;font-size:var(--profile-action-button-font-size);font-weight:400;line-height:var(--profile-action-button-line-height);text-transform:lowercase;cursor:pointer;transition:opacity .2s ease}button.profile-figma-logout-btn:disabled{opacity:.65;cursor:default}button.profile-figma-delete-btn{width:100%;min-height:var(--profile-action-button-height);margin:12px 0 0;border-radius:30px;border:none;outline:1px solid #6100ff;outline-offset:-1px;background:transparent;box-shadow:none;color:#fff;font-family:"Glina Script em.","Baloo 2",sans-serif;font-size:var(--profile-action-button-font-size);font-weight:400;line-height:var(--profile-action-button-line-height);text-transform:lowercase;cursor:pointer}button.profile-figma-logout-btn,button.profile-figma-delete-btn{display:inline-flex;align-items:center;justify-content:center}@keyframes profile-figma-appear{0%{opacity:0;transform:translateY(12px) scale(.988)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:420px){.profile-figma-screen .profile-v2-top-row,.profile-figma-content{width:100%}.profile-figma-player-card{min-height:108px;padding-right:48px}.profile-figma-player-avatar{width:68px;height:68px}.profile-figma-halving-track{min-height:34px}.profile-figma-halving-fill{min-width:116px;max-width:calc(100% - 70px);padding:0 16px}.profile-figma-halving-name,.profile-figma-halving-value{font-size:15px}.profile-halving-content{width:100%;gap:24px}.profile-halving-stats{gap:22px}.profile-halving-stat-label,.profile-halving-stat-value,.profile-halving-summary-label{font-size:16px}.profile-halving-summary-value{font-size:clamp(28px,9vw,44px)}.profile-figma-detail-card{min-height:176px;padding:16px 14px 18px}.profile-figma-detail-avatar{width:84px;height:84px}}@media(max-height:760px){.profile-figma-detail-content{gap:18px;min-height:calc(100dvh - 166px - env(safe-area-inset-bottom))}.profile-figma-detail-card{min-height:164px;padding:14px 14px 16px}.profile-figma-password-content{padding-top:38px}.profile-figma-password-form{gap:22px}.profile-figma-password-stack{gap:20px}.profile-figma-password-group{gap:10px}.profile-figma-password-prompt{margin-top:14px;font-size:20px}.profile-figma-password-input{height:76px;font-size:19px;padding:0 68px 0 22px}.profile-figma-password-status{right:18px}.profile-figma-password-status svg{width:32px;height:32px}.profile-figma-password-hint{font-size:13px}.profile-figma-password-continue{min-height:74px;font-size:20px}.profile-figma-password-recovery{font-size:18px}.profile-figma-back-btn{top:18px;left:14px;width:32px;height:32px}.profile-figma-detail-avatar-wrap{margin-top:6px}.profile-figma-detail-avatar{width:76px;height:76px}.profile-figma-detail-edit{width:34px;height:34px}.profile-figma-detail-title-row{margin-top:24px}.profile-figma-detail-title{font-size:18px}.profile-figma-nickname-editor{width:min(100%,228px);margin-top:20px;gap:8px}.profile-figma-nickname-input{height:38px;font-size:15px}.profile-figma-nickname-action{min-width:78px;height:31px;font-size:12px}.profile-figma-detail-list{gap:clamp(7px,1svh,10px)}.profile-figma-detail-list .profile-figma-row{min-height:42px}}@media(max-height:680px){.profile-figma-detail-content{gap:14px;min-height:calc(100dvh - 158px - env(safe-area-inset-bottom))}.profile-figma-detail-card{min-height:150px;padding:12px 12px 14px}.profile-figma-password-content{padding-top:28px}.profile-figma-password-form{gap:18px}.profile-figma-password-stack{gap:16px}.profile-figma-password-group{gap:8px}.profile-figma-password-prompt{margin-top:8px;font-size:18px}.profile-figma-password-input{height:66px;border-radius:18px;font-size:17px;padding:0 58px 0 18px}.profile-figma-password-status{right:14px}.profile-figma-password-status svg{width:28px;height:28px}.profile-figma-password-hint{margin:0 4px;font-size:12px}.profile-figma-password-continue{min-height:62px;font-size:18px}.profile-figma-password-recovery{font-size:16px}.profile-figma-detail-avatar{width:68px;height:68px}.profile-figma-detail-edit{width:30px;height:30px;right:-4px;bottom:4px}.profile-figma-detail-edit svg{width:16px;height:16px}.profile-figma-detail-title-row{margin-top:20px;gap:8px}.profile-figma-detail-title{font-size:16px}.profile-figma-nickname-editor{width:min(100%,210px);margin-top:16px;gap:6px}.profile-figma-nickname-input{height:34px;font-size:14px;padding:0 12px}.profile-figma-nickname-actions{gap:6px}.profile-figma-nickname-action{min-width:72px;height:28px;font-size:11px;padding:0 12px}.profile-figma-inline-edit{width:19px;height:19px}.profile-figma-detail-list{gap:10px}.profile-figma-detail-list .profile-figma-row{min-height:38px}}@keyframes profile-v2-enter{0%{opacity:0;transform:translateY(12px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){.profile-v2-top-row{animation:none;opacity:1;transform:none}}.main-v2-screen{--main-v2-pet-device-scale: 1;--main-v2-side-width: clamp(58px, 16.5vw, 84px);--main-v2-top-control-size: var(--app-top-control-size);--main-v2-chat-size: var(--main-v2-top-control-size);--main-v2-head-top: clamp(54px, 8dvh, 86px);--main-v2-side-tools-top: clamp(276px, 38dvh, 362px);--main-v2-help-offset-y: clamp(196px, 24.5dvh, 240px);--main-v2-help-size: 32px;--main-v2-crates-width: 78px;--main-v2-action-size: clamp(52px, 15vw, 72px);--main-v2-panda-left: 50%;--main-v2-panda-bottom: clamp(-26px, -2.6dvh, -2px);--main-v2-panda-width: min(80%, clamp(295px, 76vw, 390px));--main-v2-rank-shift-x: -2px;min-height:100vh;height:auto;max-width:600px;justify-content:space-between;gap:0;padding:calc(var(--safe-top) + var(--app-top-offset-home)) clamp(10px,2.2vw,16px) calc(clamp(98px,14.5dvh,116px) + env(safe-area-inset-bottom));background-size:cover;background-position:center;background-repeat:no-repeat}@supports (height: 100lvh){.main-v2-screen{min-height:100lvh;height:auto}}.main-v2-topbar{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;width:100%;min-height:clamp(50px,11.6dvw,72px);gap:clamp(6px,2dvw,14px);padding:clamp(4px,1.1dvw,8px) clamp(6px,1.8dvw,12px) clamp(4px,1.1dvw,8px) clamp(6px,1.8dvw,12px);border-radius:999px;background:#221847;box-shadow:0 14px 32px #130b3152,inset 0 1px #ffffff0f;overflow:visible}.main-v2-left-stack{position:absolute;left:0;top:0;display:flex;flex-direction:column;align-items:center;gap:10px;z-index:4}.main-v2-profile-btn{width:clamp(46px,11.8dvw,70px);height:clamp(46px,11.8dvw,70px);flex:0 0 auto;border:none;background:linear-gradient(239deg,#6100ff 13%,#9522f0);border-radius:999px;display:grid;place-items:center;cursor:pointer;padding:0;overflow:hidden}.main-v2-profile-btn svg{width:clamp(24px,5.8dvw,36px);height:clamp(24px,5.8dvw,36px)}.main-v2-token-pill{flex:1 1 auto;min-width:0;height:auto;margin-top:0;border-radius:999px;background:transparent;border:none;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;display:inline-flex;align-items:center;justify-content:space-between;gap:clamp(6px,1.6dvw,12px);padding:0}.main-v2-token-list{display:inline-flex;align-items:center;justify-content:center;gap:clamp(8px,3.2dvw,24px);flex:1 1 auto;min-width:0}.main-v2-token-item{display:inline-flex;align-items:center;gap:clamp(4px,1.2dvw,9px);min-width:0}.main-v2-token-badge{width:clamp(26px,5.8dvw,42px);height:clamp(26px,5.8dvw,42px);border-radius:999px;background:transparent;display:inline-flex;align-items:center;justify-content:center}.main-v2-token-badge-icon{width:100%;height:100%;display:block;object-fit:contain}.main-v2-token-value{color:#fff;font-family:Inter,sans-serif;font-size:clamp(13px,3dvw,22px);font-weight:600;line-height:1;white-space:nowrap}.main-v2-token-action{width:clamp(40px,9.8dvw,60px);height:clamp(40px,9.8dvw,60px);margin-left:auto;border-radius:999px;background:linear-gradient(239deg,#6100ff 13%,#9522f0);display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.main-v2-token-action svg{width:clamp(20px,4.8dvw,30px);height:clamp(20px,4.8dvw,30px);display:block}.main-v2-stage{position:relative;z-index:2;flex:1 1 auto;min-height:0;margin-top:clamp(6px,1.2dvh,12px)}.main-v2-rank{position:absolute;left:0;right:0;width:fit-content;margin-inline:auto;top:var(--main-v2-head-top);translate:var(--main-v2-rank-shift-x) 0;min-width:clamp(112px,28vw,138px);height:clamp(38px,6.4dvh,48px);border-radius:999px;border:var(--glass-border);background:var(--glass-bg);box-shadow:var(--glass-shadow);color:#fff;font-family:"Baloo 2",sans-serif;font-size:clamp(16px,3.1vw,20px);font-weight:700;letter-spacing:.04em;backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);display:inline-flex;align-items:center;justify-content:center;gap:clamp(8px,1.6vw,12px);padding:0 clamp(14px,2.8vw,18px);appearance:none;outline:none;cursor:pointer}.main-v2-rank:hover,.main-v2-rank:focus-visible{box-shadow:var(--glass-shadow),0 0 0 2px #ffffff1f}.main-v2-rank-label{line-height:1}.main-v2-rank-arrow{opacity:.92;transform:translateY(-1px);display:inline-flex;align-items:center;justify-content:center}.main-v2-rank-arrow svg{display:block}.main-v2-chat{position:absolute;left:clamp(9px,2.3dvw,14px);top:calc(100% + clamp(7px,1.8dvw,12px));z-index:5;display:flex;flex-direction:column;align-items:center;pointer-events:none}.main-v2-chat-icon{width:clamp(46px,11.8dvw,70px);height:clamp(46px,11.8dvw,70px);border-radius:999px;background:var(--glass-bg);border:var(--glass-border);box-shadow:var(--glass-shadow);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);display:grid;place-items:center}.main-v2-chat-icon-svg{width:clamp(24px,5.8dvw,36px);height:clamp(24px,5.8dvw,36px);display:block}.main-v2-chat-text{width:50px;text-align:center;color:#e1b7ff;font-size:12px;font-family:"Baloo 2",sans-serif;font-weight:400;text-transform:lowercase;line-height:10px;word-wrap:break-word;white-space:nowrap}.main-v2-chat-text-line{display:block}.main-v2-chat-text-line-two{transform:translate(-2px)}.main-v2-crates{position:absolute;left:0;top:var(--main-v2-side-tools-top);width:var(--main-v2-crates-width);padding:6px 4px;border-radius:14px;border:var(--glass-border);background:var(--glass-bg);box-shadow:var(--glass-shadow);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);display:block;overflow:visible;z-index:3}.main-v2-help{position:absolute;right:0;top:calc(var(--main-v2-side-tools-top) + var(--main-v2-help-offset-y));width:var(--main-v2-help-size);height:var(--main-v2-help-size);display:grid;place-items:center;z-index:3}.main-v2-help svg{width:100%;height:100%;display:block}.main-v2-crates-panel{width:100%;display:grid;gap:6px}.main-v2-crate-card{position:relative}.main-v2-crates img{width:96%;height:auto;display:block;margin:0 auto}.main-v2-crate-timer{position:absolute;left:49%;bottom:-5px;transform:translate(-50%);min-width:50px;padding:3px 5px;border-radius:999px;background:#0090ff;color:#fff;text-align:center;font-family:"Baloo 2",sans-serif;font-size:8px;font-weight:400;line-height:9px;text-transform:lowercase;white-space:nowrap;z-index:1}.main-v2-panda{position:absolute;left:var(--main-v2-panda-left);bottom:var(--main-v2-panda-bottom);transform:translate(-50%) scale(calc(var(--main-v2-pet-scale, 1) * var(--main-v2-pet-standalone-scale, 1) * var(--main-v2-pet-device-scale, 1)));transform-origin:center bottom;width:var(--main-v2-panda-width);height:auto;pointer-events:none}.main-v2-panda.is-giraffe,.main-v2-panda.is-kangaroo{bottom:calc(var(--main-v2-panda-bottom) + 10px);transform:translate(-50%) scale(calc(var(--main-v2-pet-scale, 1) * var(--main-v2-pet-standalone-scale, 1) * var(--main-v2-pet-device-scale, 1) * var(--main-v2-pet-compact-scale, 1)))}.main-v2-panda.is-giraffe,.main-v2-pet-button.is-giraffe{--main-v2-pet-compact-scale: .94}.main-v2-panda.is-kangaroo,.main-v2-pet-button.is-kangaroo{--main-v2-pet-compact-scale: .95}html.is-ios-standalone .main-v2-panda.is-giraffe,html.is-ios-standalone .main-v2-pet-button.is-giraffe{--main-v2-pet-compact-scale: .88}html.is-ios-standalone .main-v2-panda.is-kangaroo,html.is-ios-standalone .main-v2-pet-button.is-kangaroo{--main-v2-pet-compact-scale: .89}.main-v2-panda.is-panda{bottom:calc(var(--main-v2-panda-bottom) - 22px)}.main-v2-panda.is-enot{bottom:calc(var(--main-v2-panda-bottom) + var(--main-v2-enot-bottom-offset, -12px));width:var(--main-v2-enot-width, min(58%, clamp(190px, 50vw, 270px)));transform:translate(-50%) scale(calc(var(--main-v2-pet-scale, 1) * var(--main-v2-pet-standalone-scale, 1) * var(--main-v2-pet-device-scale, 1) * var(--main-v2-enot-stage-scale, 1)))}.main-v2-enot{display:block;aspect-ratio:343 / 667;overflow:visible}.main-v2-enot.is-bigger{aspect-ratio:409 / 818}.main-v2-enot.is-bigger2{aspect-ratio:486 / 974}.main-v2-enot.is-biggest{aspect-ratio:558 / 1118}.main-v2-enot-suit,.main-v2-enot-head{position:absolute;left:50%;display:block;pointer-events:none;-webkit-user-select:none;user-select:none}.main-v2-enot-suit{bottom:0;width:100%;height:auto;transform:translate(-50%)}.main-v2-enot-head{top:var(--main-v2-enot-head-top, -24%);width:var(--main-v2-enot-head-width, 74%);height:auto;transform:translate(-50%);z-index:2}.main-v2-enot.is-small{--main-v2-enot-head-width: 82%;--main-v2-enot-head-top: -28%;--main-v2-enot-width: min(48%, clamp(152px, 40vw, 220px));--main-v2-enot-bottom-offset: 18px;--main-v2-enot-stage-scale: .74}.main-v2-enot.is-bigger{--main-v2-enot-head-width: 88%;--main-v2-enot-head-top: -28%;--main-v2-enot-width: min(52%, clamp(166px, 44vw, 238px));--main-v2-enot-bottom-offset: 10px;--main-v2-enot-stage-scale: .78}.main-v2-enot.is-bigger2{--main-v2-enot-head-width: 86%;--main-v2-enot-head-top: -26%;--main-v2-enot-width: min(56%, clamp(180px, 48vw, 258px));--main-v2-enot-bottom-offset: 2px;--main-v2-enot-stage-scale: .82}.main-v2-enot.is-biggest{--main-v2-enot-head-width: 75%;--main-v2-enot-head-top: -22%;--main-v2-enot-width: min(60%, clamp(196px, 52vw, 286px));--main-v2-enot-bottom-offset: -8px;--main-v2-enot-stage-scale: .86}html.is-ios-standalone .main-v2-panda{bottom:calc(var(--main-v2-panda-bottom) - 12px)}html.is-ios-standalone .main-v2-panda.is-giraffe,html.is-ios-standalone .main-v2-panda.is-kangaroo{bottom:calc(var(--main-v2-panda-bottom) - 2px)}.main-v2-pet-button{position:absolute;left:var(--main-v2-panda-left);bottom:calc(var(--main-v2-panda-bottom) + var(--main-v2-pet-bottom-offset, 0px) + var(--main-v2-pet-raise, 0px));transform:translate(-50%) scale(calc(var(--main-v2-pet-scale, 1) * var(--main-v2-pet-standalone-scale, 1) * var(--main-v2-pet-device-scale, 1)));transform-origin:center bottom;width:var(--main-v2-panda-width);height:calc(var(--main-v2-panda-width) * 1.12);border:none;background:transparent;padding:0;pointer-events:none;z-index:2}.main-v2-pet-button.is-giraffe,.main-v2-pet-button.is-kangaroo{--main-v2-pet-compact-scale: 1;--main-v2-pet-raise: 10px;--main-v2-pet-bottom-offset: 0px}.main-v2-pet-button.is-giraffe,.main-v2-pet-button.is-kangaroo{transform:translate(-50%) scale(calc(var(--main-v2-pet-scale, 1) * var(--main-v2-pet-standalone-scale, 1) * var(--main-v2-pet-device-scale, 1) * var(--main-v2-pet-compact-scale, 1)))}.main-v2-pet-button.is-panda{--main-v2-pet-bottom-offset: -22px}.main-v2-pet-button.is-enot{--main-v2-pet-bottom-offset: var(--main-v2-enot-bottom-offset, -12px);width:var(--main-v2-enot-width, min(58%, clamp(190px, 50vw, 270px)));height:calc(var(--main-v2-enot-width, min(58%, clamp(190px, 50vw, 270px))) * 1.95);transform:translate(-50%) scale(calc(var(--main-v2-pet-scale, 1) * var(--main-v2-pet-standalone-scale, 1) * var(--main-v2-pet-device-scale, 1) * var(--main-v2-enot-stage-scale, 1)))}html.is-ios-standalone .main-v2-pet-button{bottom:calc(var(--main-v2-panda-bottom) + var(--main-v2-pet-bottom-offset, 0px) + var(--main-v2-pet-raise, 0px) - 12px)}.main-v2-pet-placeholder{position:absolute;left:50%;top:50%;width:clamp(88px,24vw,116px);height:clamp(88px,24vw,116px);transform:translate(calc(-50% + 8px),calc(-50% - 4px));border:2px solid rgba(255,255,255,.22);border-radius:999px;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.12),transparent 32%),linear-gradient(239deg,#6100ff75 13%,#9522f06b);box-shadow:inset 0 1px #ffffff29,0 18px 34px #300f7d2e;display:grid;place-items:center;cursor:pointer;z-index:2;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}button.main-v2-pet-placeholder:not(.figma-nav-item):not(:disabled):active{transform:translate(calc(-50% + 8px),calc(-50% - 4px))!important;filter:none!important}.main-v2-pet-placeholder-plus{color:#fff;font-family:Inter,sans-serif;font-size:clamp(38px,10vw,52px);font-weight:400;line-height:1;opacity:.88;transform:translateY(-1px)}@media(prefers-reduced-motion:reduce){.home-intro-item{animation:none;opacity:1;transform:none}.main-v2-crates{transition:none}}.pet-selection-screen{--space-screen-padding: clamp(14px, 3.8vw, 18px);--screen-pad-x: clamp(10px, 3.2vw, 14px);--pet-selection-top-inset-x: 14px;--pet-selection-top-inset-y: calc(var(--app-top-offset-tight) + var(--safe-top));padding-bottom:calc(116px + env(safe-area-inset-bottom));padding-inline:var(--pet-selection-top-inset-x);overflow-y:auto;overflow-x:hidden}.pet-selection-top-row.profile-v2-top-row.app-screen-top-row{position:absolute;top:var(--pet-selection-top-inset-y);left:var(--pet-selection-top-inset-x);right:var(--pet-selection-top-inset-x);z-index:4;width:auto;max-width:none;margin:0;justify-content:space-between;align-items:center}.pet-selection-content{position:relative;z-index:2;width:min(100%,440px);margin:calc(76px + var(--app-stack-offset)) auto 0;display:flex;flex-direction:column;gap:22px;opacity:0;transform:translateY(14px) scale(.988);animation:ui-soft-enter .32s ease-out 80ms forwards}html.is-ios-standalone .pet-selection-content{margin-top:calc(76px + var(--app-stack-offset) + var(--ios-standalone-stack-offset))}.pet-selection-tabs{width:min(100%,216px);align-self:center;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3px;padding:2px;border-radius:999px;background:#121032e0;border:1px solid rgba(255,255,255,.16);box-shadow:inset 0 1px #ffffff14,0 10px 24px #08031e2e}.pet-selection-tab{min-height:40px;border:none;border-radius:999px;background:transparent;color:#fff;font-size:17px;line-height:1;cursor:pointer}.pet-selection-tab.is-active{background:linear-gradient(239deg,#6100ff 13%,#9522f0);box-shadow:inset 0 1px #ffffff2e}.pet-selection-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 8px}.pet-selection-grid>*,.pet-background-grid>*{opacity:0;transform:translateY(12px) scale(.986);animation:ui-soft-enter .3s ease-out forwards}.pet-selection-grid>*:nth-child(1),.pet-background-grid>*:nth-child(1){animation-delay:.11s}.pet-selection-grid>*:nth-child(2),.pet-background-grid>*:nth-child(2){animation-delay:.15s}.pet-selection-grid>*:nth-child(3),.pet-background-grid>*:nth-child(3){animation-delay:.19s}.pet-selection-grid>*:nth-child(4),.pet-background-grid>*:nth-child(4){animation-delay:.23s}.pet-selection-grid>*:nth-child(5),.pet-background-grid>*:nth-child(5){animation-delay:.27s}.pet-selection-grid>*:nth-child(n+6),.pet-background-grid>*:nth-child(n+6){animation-delay:.31s}.pet-selection-card{position:relative;height:280px;min-height:280px;border:1px solid rgba(255,255,255,.14);border-radius:24px;background:#1c184ab8;box-shadow:inset 0 1px #ffffff14,0 12px 26px #08031e1f;padding:0 11px 9px;display:flex;flex-direction:column;gap:8px;color:#fff;text-align:left;cursor:pointer;overflow:hidden}.pet-selection-card.is-selected{border-color:#937affd1;box-shadow:inset 0 1px #ffffff1f,0 0 0 3px #937aff6b}.pet-selection-card-pill{align-self:center;min-width:138px;min-height:38px;padding:0 18px;border-radius:0 0 16px 16px;background:linear-gradient(239deg,#6d4eff 13%,#7c57ff);display:inline-flex;align-items:center;justify-content:center;font-size:14px;line-height:1;text-transform:uppercase}.pet-selection-card-copy{position:relative;flex:1 1 auto;min-height:178px;padding-top:4px}.pet-selection-card-image{position:absolute;left:2px;top:8px;width:102px;height:172px;object-fit:contain;object-position:center bottom}.pet-selection-card.is-giraffe .pet-selection-card-image{width:96px;height:170px}.pet-selection-card.is-kangaroo .pet-selection-card-image{width:108px;height:174px}.pet-selection-card.is-panda .pet-selection-card-image{width:108px;height:164px;transform:translate(-2px,2px) scale(1.04);transform-origin:left bottom}.pet-selection-card.is-enot .pet-selection-card-image{width:96px;height:172px;transform:translate(-2px) scale(.9);transform-origin:left bottom}.pet-selection-card-stats{position:absolute;top:32px;right:1px;width:84px;display:flex;flex-direction:column;gap:8px}.pet-selection-card-stat{display:flex;align-items:flex-end;justify-content:space-between;gap:6px;flex-wrap:nowrap;width:100%}.pet-selection-card-label{font-size:13px;line-height:1;text-transform:uppercase;white-space:nowrap}.pet-selection-card-value{font-size:15px;line-height:1;white-space:nowrap}.pet-selection-card-bottom{display:flex;flex-direction:column;gap:6px;margin-top:auto;transform:translateY(-58px)}.pet-selection-card-mood-row{display:flex;justify-content:flex-end;padding-right:14px;transform:translateY(-34px)}.pet-selection-card-footer{display:flex;align-items:flex-end;gap:6px;margin-bottom:0}.pet-selection-card-balloon{width:13px;height:40px;object-fit:contain;flex:0 0 auto}.pet-selection-card-mood{width:42px;height:42px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.pet-selection-card-mood.is-green{color:#14d927;background:#10cf24;box-shadow:0 0 0 5px #10cf241a}.pet-selection-card-mood.is-orange{color:#ff5d2d;background:linear-gradient(180deg,#5c5b8a85 0% 50%,#ff5a25 50% 100%);box-shadow:0 0 0 5px #5c5b8a24}.pet-selection-card-mood svg{width:28px;height:28px}.pet-selection-card-code-row{position:relative;min-height:34px;flex:1 1 auto;border-radius:999px;background:linear-gradient(180deg,#17143f,#0e0d2d);box-shadow:inset 0 1px #ffffff1f;overflow:hidden}.pet-selection-card-code-fill{position:absolute;inset:0 auto 0 0;width:58%;border-radius:999px;background:#18a9ff}.pet-selection-card-code{position:relative;z-index:1;min-height:34px;display:inline-flex;align-items:center;justify-content:center;width:100%;color:#fff;font-size:14px;line-height:1}.pet-background-grid{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 10px}.pet-background-card{position:relative;width:100%;aspect-ratio:.92;border:1px solid rgba(150,136,222,.34);border-radius:18px;background:linear-gradient(180deg,#261e60f5,#291e64f0);box-shadow:inset 0 1px #ffffff14,0 10px 20px #08031e1f;overflow:hidden;cursor:pointer;isolation:isolate}.pet-background-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#16113a0f,#16113a05 38%,#16113a4d);pointer-events:none}.pet-background-card.is-selected{border-color:#8f76fff2;box-shadow:inset 0 1px #ffffff1f,0 0 0 4px #8f76ff85}.pet-background-card.is-locked{cursor:default;background:linear-gradient(180deg,#291f66fa,#2b216df5)}.pet-background-card:disabled{opacity:1}.pet-background-card-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.pet-background-card-unlock{position:absolute;top:12px;left:50%;z-index:1;transform:translate(-50%);color:#fff;font-size:12px;line-height:1;text-transform:lowercase;white-space:nowrap;text-shadow:0 2px 10px rgba(18,10,54,.38)}.pet-background-card-lock{position:absolute;inset:0;z-index:1;display:flex;align-items:center;justify-content:center;color:#827aaee0}.pet-background-card-pill{position:absolute;left:50%;bottom:12px;z-index:1;min-width:110px;min-height:28px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;transform:translate(-50%);border-radius:999px;border:1px solid rgba(255,255,255,.18);background:linear-gradient(180deg,#221b50fa,#120d35fa);box-shadow:inset 0 1px #ffffff1f;color:#fff;font-size:12px;line-height:1;text-transform:lowercase;white-space:nowrap}@media(min-width:391px)and (max-width:430px){.pet-background-grid{gap:14px 10px}}@media(min-width:322px)and (max-width:390px)and (max-height:760px){.pet-background-grid{gap:10px 8px}.pet-background-card{border-radius:16px}.pet-background-card-unlock{top:10px;font-size:11px}.pet-background-card-pill{bottom:10px;min-width:98px;min-height:26px;padding:0 12px;font-size:11px}.pet-background-card-lock svg{width:46px;height:46px}}@media(max-width:321px)and (max-height:568px){.pet-background-grid{gap:8px 6px}.pet-background-card{border-radius:14px}.pet-background-card-unlock{top:8px;font-size:10px}.pet-background-card-pill{bottom:8px;min-width:84px;min-height:22px;padding:0 10px;font-size:10px}.pet-background-card-lock svg{width:38px;height:38px}}.main-v2-actions{position:relative;z-index:2;top:clamp(8px,1.6dvh,18px);display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(4px,1.4vw,10px);padding:0 4px;margin-top:0}.main-v2-actions:before{content:none}.main-v2-action-item{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:4px}.main-v2-action-percent{display:inline-flex;align-items:center;justify-content:center;padding:1px 6px 2px;border-radius:999px;outline:1px solid rgba(34,24,71,.18);outline-offset:-1px;background:#fff;color:#000;font-family:"Baloo 2",sans-serif;font-size:clamp(12px,3.2vw,16px);font-weight:400;line-height:.9;text-transform:lowercase;white-space:nowrap;transform:translateY(9px);z-index:2}.main-v2-action-btn{width:var(--main-v2-action-size);height:var(--main-v2-action-size);border-radius:999px;border:none;background:linear-gradient(to top,var(--action-fill-color, #afff00) 0%,var(--action-fill-color, #afff00) var(--action-fill-percent, 0%),var(--action-base-color, #221847) var(--action-fill-percent, 0%),var(--action-base-color, #221847) 100%);display:grid;place-items:center;padding:0;cursor:pointer;box-shadow:0 5px 10px #2218473d,inset 0 1px #ffffff59}.main-v2-action-btn img{width:clamp(42px,11.8vw,56px);height:clamp(42px,11.8vw,56px);object-fit:contain}.main-v2-action-item.is-diamond .main-v2-action-btn img{width:clamp(31px,8.8vw,42px);height:clamp(31px,8.8vw,42px)}.main-v2-action-timer{min-width:clamp(56px,15vw,76px);margin-top:-8px;padding:1px 6px 2px;border-radius:999px;background:#fff;color:#221847;font-family:"Baloo 2",sans-serif;font-size:clamp(12px,3.2vw,16px);font-weight:400;line-height:.95;text-align:center;white-space:nowrap;box-shadow:0 2px 5px #2218471f}html.is-ios-standalone .main-v2-screen{padding-bottom:calc(clamp(88px,12.8dvh,104px) + env(safe-area-inset-bottom))}html.is-ios-standalone .main-v2-actions{top:clamp(10px,1.8dvh,20px)}html.is-ios-standalone .main-v2-help{top:calc(var(--main-v2-side-tools-top) + var(--main-v2-help-offset-y) + 12px)}@media(max-width:390px){.main-v2-screen{--main-v2-side-width: clamp(54px, 16.8vw, 68px);--main-v2-head-top: clamp(48px, 8.2dvh, 74px);--main-v2-side-tools-top: clamp(246px, 36dvh, 320px);--main-v2-help-offset-y: clamp(180px, 22.5dvh, 216px);--main-v2-help-size: 30px;--main-v2-crates-width: 78px;--main-v2-action-size: clamp(50px, 15.5vw, 64px);--main-v2-panda-left: 50%;--main-v2-panda-width: min(82%, clamp(280px, 80vw, 340px));--main-v2-enot-width: min(56%, clamp(180px, 48vw, 252px));--main-v2-enot-bottom-offset: -8px}.main-v2-actions{gap:clamp(4px,1.3vw,7px);padding:0 2px}.main-v2-action-percent{font-size:clamp(12px,3.2vw,15px)}.main-v2-enot.is-small{--main-v2-enot-width: min(56%, clamp(180px, 48vw, 252px));--main-v2-enot-bottom-offset: -8px;--main-v2-enot-stage-scale: .82}.main-v2-enot.is-bigger{--main-v2-enot-width: min(54%, clamp(174px, 46vw, 242px));--main-v2-enot-bottom-offset: -4px;--main-v2-enot-stage-scale: .78}.main-v2-enot.is-bigger2{--main-v2-enot-width: min(52%, clamp(166px, 44vw, 232px));--main-v2-enot-bottom-offset: 0px;--main-v2-enot-stage-scale: .72}.main-v2-enot.is-biggest{--main-v2-enot-width: min(50%, clamp(160px, 42vw, 224px));--main-v2-enot-bottom-offset: 4px;--main-v2-enot-stage-scale: .68}}@media(max-width:321px)and (max-height:568px){.main-v2-screen{--main-v2-pet-device-scale: .88;--main-v2-enot-width: min(54%, clamp(160px, 46vw, 212px));--main-v2-enot-bottom-offset: 10px}.main-v2-panda.is-giraffe,.main-v2-pet-button.is-giraffe{--main-v2-pet-compact-scale: .8}.main-v2-pet-button.is-giraffe{--main-v2-pet-bottom-offset: 36px}.main-v2-panda.is-kangaroo,.main-v2-pet-button.is-kangaroo{--main-v2-pet-compact-scale: .84}.main-v2-panda.is-enot,.main-v2-pet-button.is-enot{--main-v2-enot-stage-scale: .74}.main-v2-enot.is-small{--main-v2-enot-width: min(54%, clamp(160px, 46vw, 212px));--main-v2-enot-bottom-offset: 10px;--main-v2-enot-stage-scale: .74}.main-v2-enot.is-bigger{--main-v2-enot-width: min(52%, clamp(154px, 44vw, 202px));--main-v2-enot-bottom-offset: 14px;--main-v2-enot-stage-scale: .7}.main-v2-enot.is-bigger2{--main-v2-enot-width: min(50%, clamp(148px, 42vw, 194px));--main-v2-enot-bottom-offset: 18px;--main-v2-enot-stage-scale: .65}.main-v2-enot.is-biggest{--main-v2-enot-width: min(48%, clamp(142px, 40vw, 186px));--main-v2-enot-bottom-offset: 22px;--main-v2-enot-stage-scale: .61}.main-v2-pet-button.is-kangaroo{--main-v2-pet-bottom-offset: 30px}}@keyframes home-component-fade{0%{opacity:0}to{opacity:1}}@media(min-width:322px)and (max-width:376px)and (max-height:700px){.main-v2-screen{--main-v2-pet-device-scale: .93;--main-v2-enot-width: min(55%, clamp(170px, 47vw, 232px));--main-v2-enot-bottom-offset: 2px}.main-v2-panda.is-giraffe,.main-v2-pet-button.is-giraffe{--main-v2-pet-compact-scale: .85}.main-v2-pet-button.is-giraffe{--main-v2-pet-bottom-offset: 34px}.main-v2-panda.is-kangaroo,.main-v2-pet-button.is-kangaroo{--main-v2-pet-compact-scale: .88}.main-v2-panda.is-enot,.main-v2-pet-button.is-enot{--main-v2-enot-stage-scale: .78}.main-v2-enot.is-small{--main-v2-enot-width: min(55%, clamp(170px, 47vw, 232px));--main-v2-enot-bottom-offset: 2px;--main-v2-enot-stage-scale: .78}.main-v2-enot.is-bigger{--main-v2-enot-width: min(53%, clamp(164px, 45vw, 222px));--main-v2-enot-bottom-offset: 6px;--main-v2-enot-stage-scale: .74}.main-v2-enot.is-bigger2{--main-v2-enot-width: min(51%, clamp(158px, 43vw, 214px));--main-v2-enot-bottom-offset: 10px;--main-v2-enot-stage-scale: .68}.main-v2-enot.is-biggest{--main-v2-enot-width: min(49%, clamp(152px, 41vw, 206px));--main-v2-enot-bottom-offset: 14px;--main-v2-enot-stage-scale: .64}.main-v2-pet-button.is-kangaroo{--main-v2-pet-bottom-offset: 30px}}@media(min-width:350px)and (max-width:370px)and (min-height:721px)and (max-height:760px){.main-v2-screen{--main-v2-pet-device-scale: .97;--main-v2-enot-width: min(56%, clamp(178px, 48vw, 242px));--main-v2-enot-bottom-offset: -2px}.main-v2-panda.is-giraffe,.main-v2-pet-button.is-giraffe{--main-v2-pet-compact-scale: .86}.main-v2-panda.is-kangaroo,.main-v2-pet-button.is-kangaroo{--main-v2-pet-compact-scale: .9}.main-v2-panda.is-enot,.main-v2-pet-button.is-enot{--main-v2-enot-stage-scale: .8}.main-v2-enot.is-small{--main-v2-enot-width: min(56%, clamp(178px, 48vw, 242px));--main-v2-enot-bottom-offset: -2px;--main-v2-enot-stage-scale: .8}.main-v2-enot.is-bigger{--main-v2-enot-width: min(54%, clamp(172px, 46vw, 232px));--main-v2-enot-bottom-offset: 2px;--main-v2-enot-stage-scale: .76}.main-v2-enot.is-bigger2{--main-v2-enot-width: min(52%, clamp(166px, 44vw, 224px));--main-v2-enot-bottom-offset: 6px;--main-v2-enot-stage-scale: .7}.main-v2-enot.is-biggest{--main-v2-enot-width: min(50%, clamp(160px, 42vw, 216px));--main-v2-enot-bottom-offset: 10px;--main-v2-enot-stage-scale: .66}}@media(min-width:385px)and (max-width:395px)and (min-height:820px)and (max-height:860px){.main-v2-screen{--main-v2-pet-device-scale: 1.03;--main-v2-enot-width: min(57%, clamp(188px, 49vw, 256px));--main-v2-enot-bottom-offset: -8px}.main-v2-panda.is-giraffe,.main-v2-pet-button.is-giraffe{--main-v2-pet-compact-scale: .88}.main-v2-panda.is-kangaroo,.main-v2-pet-button.is-kangaroo{--main-v2-pet-compact-scale: .91}.main-v2-panda.is-enot,.main-v2-pet-button.is-enot{--main-v2-enot-stage-scale: .82}.main-v2-enot.is-small{--main-v2-enot-width: min(57%, clamp(188px, 49vw, 256px));--main-v2-enot-bottom-offset: -8px;--main-v2-enot-stage-scale: .82}.main-v2-enot.is-bigger{--main-v2-enot-width: min(55%, clamp(182px, 47vw, 246px));--main-v2-enot-bottom-offset: -4px;--main-v2-enot-stage-scale: .78}.main-v2-enot.is-bigger2{--main-v2-enot-width: min(53%, clamp(176px, 45vw, 238px));--main-v2-enot-bottom-offset: 0px;--main-v2-enot-stage-scale: .72}.main-v2-enot.is-biggest{--main-v2-enot-width: min(51%, clamp(170px, 43vw, 230px));--main-v2-enot-bottom-offset: 4px;--main-v2-enot-stage-scale: .68}}@media(min-width:410px)and (max-width:420px)and (min-height:880px)and (max-height:915px){.main-v2-screen{--main-v2-pet-device-scale: 1.07;--main-v2-enot-width: min(58%, clamp(194px, 50vw, 268px));--main-v2-enot-bottom-offset: -10px}.main-v2-panda.is-giraffe,.main-v2-pet-button.is-giraffe{--main-v2-pet-compact-scale: .86}.main-v2-panda.is-kangaroo,.main-v2-pet-button.is-kangaroo{--main-v2-pet-compact-scale: .9}.main-v2-panda.is-enot,.main-v2-pet-button.is-enot{--main-v2-enot-stage-scale: .82}.main-v2-enot.is-small{--main-v2-enot-width: min(58%, clamp(194px, 50vw, 268px));--main-v2-enot-bottom-offset: -10px;--main-v2-enot-stage-scale: .82}.main-v2-enot.is-bigger{--main-v2-enot-width: min(56%, clamp(188px, 48vw, 258px));--main-v2-enot-bottom-offset: -6px;--main-v2-enot-stage-scale: .78}.main-v2-enot.is-bigger2{--main-v2-enot-width: min(54%, clamp(182px, 46vw, 250px));--main-v2-enot-bottom-offset: -2px;--main-v2-enot-stage-scale: .72}.main-v2-enot.is-biggest{--main-v2-enot-width: min(52%, clamp(176px, 44vw, 242px));--main-v2-enot-bottom-offset: 2px;--main-v2-enot-stage-scale: .68}}@media(min-width:428px)and (max-width:434px)and (min-height:920px){.main-v2-screen{--main-v2-pet-device-scale: 1.11;--main-v2-enot-width: min(58%, clamp(198px, 50vw, 276px));--main-v2-enot-bottom-offset: -12px}.main-v2-panda.is-giraffe,.main-v2-pet-button.is-giraffe{--main-v2-pet-compact-scale: .84}.main-v2-panda.is-kangaroo,.main-v2-pet-button.is-kangaroo{--main-v2-pet-compact-scale: .88}.main-v2-panda.is-enot,.main-v2-pet-button.is-enot{--main-v2-enot-stage-scale: .82}.main-v2-enot.is-small{--main-v2-enot-width: min(58%, clamp(198px, 50vw, 276px));--main-v2-enot-bottom-offset: -12px;--main-v2-enot-stage-scale: .82}.main-v2-enot.is-bigger{--main-v2-enot-width: min(56%, clamp(192px, 48vw, 266px));--main-v2-enot-bottom-offset: -8px;--main-v2-enot-stage-scale: .78}.main-v2-enot.is-bigger2{--main-v2-enot-width: min(54%, clamp(186px, 46vw, 258px));--main-v2-enot-bottom-offset: -4px;--main-v2-enot-stage-scale: .72}.main-v2-enot.is-biggest{--main-v2-enot-width: min(52%, clamp(180px, 44vw, 250px));--main-v2-enot-bottom-offset: 0px;--main-v2-enot-stage-scale: .68}}@media(max-height:720px){.main-v2-screen{--main-v2-head-top: clamp(40px, 7dvh, 62px);--main-v2-side-tools-top: clamp(218px, 34dvh, 278px);--main-v2-help-offset-y: clamp(164px, 21.5dvh, 200px);--main-v2-action-size: clamp(48px, 15vw, 60px);--main-v2-panda-bottom: clamp(-24px, -3.2dvh, -6px);--main-v2-panda-width: min(79%, clamp(260px, 73vw, 320px));--main-v2-enot-width: min(55%, clamp(170px, 47vw, 238px));--main-v2-enot-bottom-offset: 4px;padding:10px 10px calc(90px + env(safe-area-inset-bottom))}.main-v2-rank{height:clamp(36px,5.8dvh,42px)}.main-v2-actions{top:clamp(6px,1.2dvh,14px);margin-top:0;gap:clamp(3px,1.1vw,6px)}.main-v2-action-percent{font-size:clamp(11px,3.1vw,14px)}.main-v2-action-btn img{width:clamp(33px,9.8vw,42px);height:clamp(33px,9.8vw,42px)}.main-v2-enot.is-small{--main-v2-enot-width: min(55%, clamp(170px, 47vw, 238px));--main-v2-enot-bottom-offset: 4px;--main-v2-enot-stage-scale: .78}.main-v2-enot.is-bigger{--main-v2-enot-width: min(53%, clamp(164px, 45vw, 228px));--main-v2-enot-bottom-offset: 8px;--main-v2-enot-stage-scale: .74}.main-v2-enot.is-bigger2{--main-v2-enot-width: min(51%, clamp(158px, 43vw, 220px));--main-v2-enot-bottom-offset: 12px;--main-v2-enot-stage-scale: .68}.main-v2-enot.is-biggest{--main-v2-enot-width: min(49%, clamp(152px, 41vw, 212px));--main-v2-enot-bottom-offset: 16px;--main-v2-enot-stage-scale: .64}}.pet-selection-screen{--pet-card-width-final: 184px;--pet-card-height-final: 292px;--pet-card-grid-gap-x-final: 8px;--pet-card-grid-gap-y-final: 12px;--pet-card-pill-height-final: 52px;--pet-card-pill-width-final: calc(100% - 44px) ;--pet-card-pet-top-final: 60px;--pet-card-pet-left-final: 12px;--pet-card-stats-top-final: 78px;--pet-card-stats-right-final: -18px;--pet-card-stats-width-final: 104px;--pet-card-stats-gap-final: 4px;--pet-card-label-size-final: 11px;--pet-card-value-size-final: 16px;--pet-card-mood-top-final: 188px;--pet-card-mood-right-final: 28px;--pet-card-mood-size-final: 54px;--pet-card-mood-icon-final: 32px;--pet-card-mood-lift-final: 30px;--pet-card-mood-pad-right-final: 16px;--pet-card-bottom-gap-final: 6px;--pet-card-footer-left-final: 12px;--pet-card-footer-right-final: 12px;--pet-card-footer-bottom-final: 14px;--pet-card-footer-gap-final: 8px;--pet-card-balloon-width-final: 13px;--pet-card-balloon-height-final: 42px;--pet-card-code-height-final: 36px;--pet-card-code-size-final: 15px}.pet-selection-content{width:min(100%,calc(var(--pet-card-width-final) * 2 + var(--pet-card-grid-gap-x-final)))}.pet-selection-grid{grid-template-columns:repeat(2,var(--pet-card-width-final));justify-content:center;gap:var(--pet-card-grid-gap-y-final) var(--pet-card-grid-gap-x-final)}.pet-selection-card{width:var(--pet-card-width-final);height:var(--pet-card-height-final);min-height:var(--pet-card-height-final);padding:0;display:block;overflow:hidden}.pet-selection-card-pill{position:absolute;top:0;left:50%;transform:translate(-50%);width:var(--pet-card-pill-width-final);min-width:0;min-height:var(--pet-card-pill-height-final);border-radius:0 0 18px 18px;font-size:15px}.pet-selection-card-copy{position:absolute;inset:0;min-height:0;padding-top:0}.pet-selection-card{--pet-card-asset-width: 96px;--pet-card-asset-height: 178px;--pet-card-asset-shift-x: 0px;--pet-card-asset-shift-y: -8px;--pet-card-asset-scale: .86}.pet-selection-card.is-giraffe{--pet-card-asset-width: 92px;--pet-card-asset-height: 172px}.pet-selection-card.is-kangaroo{--pet-card-asset-width: 104px;--pet-card-asset-height: 180px}.pet-selection-card.is-panda{--pet-card-asset-width: 106px;--pet-card-asset-height: 190px;--pet-card-asset-shift-x: -2px;--pet-card-asset-shift-y: -12px;--pet-card-asset-scale: .9}.pet-selection-card.is-enot{--pet-card-asset-width: 96px;--pet-card-asset-height: 174px;--pet-card-asset-shift-x: -3px;--pet-card-asset-shift-y: -4px;--pet-card-asset-scale: .86}.pet-selection-card-image{position:absolute;left:var(--pet-card-pet-left-final);top:var(--pet-card-pet-top-final);width:var(--pet-card-asset-width);height:var(--pet-card-asset-height);z-index:1;transform:translate(var(--pet-card-asset-shift-x),var(--pet-card-asset-shift-y)) scale(var(--pet-card-asset-scale));transform-origin:left bottom}.pet-selection-card.is-panda .pet-selection-card-image{width:var(--pet-card-asset-width);height:var(--pet-card-asset-height);transform:translate(var(--pet-card-asset-shift-x),var(--pet-card-asset-shift-y)) scale(var(--pet-card-asset-scale))}.pet-selection-card-stats{position:absolute;top:var(--pet-card-stats-top-final);right:var(--pet-card-stats-right-final);width:var(--pet-card-stats-width-final);z-index:2;gap:var(--pet-card-stats-gap-final)}.pet-selection-card-stat{justify-content:flex-start;gap:10px}.pet-selection-card-value{margin-left:0;font-size:var(--pet-card-value-size-final)}.pet-selection-card-label{font-size:var(--pet-card-label-size-final)}.pet-selection-card-bottom{position:absolute;left:var(--pet-card-footer-left-final);right:var(--pet-card-footer-right-final);bottom:var(--pet-card-footer-bottom-final);display:flex;flex-direction:column;gap:var(--pet-card-bottom-gap-final);margin-top:auto;z-index:2;transform:none}.pet-selection-card-mood-row{position:static;display:flex;justify-content:flex-end;padding-right:var(--pet-card-mood-pad-right-final);transform:translateY(calc(var(--pet-card-mood-lift-final) * -1))}.pet-selection-card-mood{width:var(--pet-card-mood-size-final);height:var(--pet-card-mood-size-final)}.pet-selection-card-mood svg{width:var(--pet-card-mood-icon-final);height:var(--pet-card-mood-icon-final)}.pet-selection-card-footer{position:static;align-items:flex-end;gap:var(--pet-card-footer-gap-final)}.pet-selection-card-balloon{width:var(--pet-card-balloon-width-final);height:var(--pet-card-balloon-height-final)}.pet-selection-card-code-row,.pet-selection-card-code{min-height:var(--pet-card-code-height-final)}.pet-selection-card-code{font-size:var(--pet-card-code-size-final)}@media(min-width:391px)and (max-width:430px){.pet-selection-screen{--pet-card-width-final: 184px;--pet-card-height-final: 280px;--pet-card-grid-gap-x-final: 8px;--pet-card-grid-gap-y-final: 12px;--pet-card-pill-height-final: 48px;--pet-card-pill-width-final: calc(100% - 40px) ;--pet-card-pet-top-final: 58px;--pet-card-pet-left-final: 12px;--pet-card-stats-top-final: 74px;--pet-card-stats-right-final: -20px;--pet-card-stats-width-final: 96px;--pet-card-stats-gap-final: 4px;--pet-card-label-size-final: 10px;--pet-card-value-size-final: 15px;--pet-card-mood-size-final: 50px;--pet-card-mood-icon-final: 30px;--pet-card-mood-lift-final: 28px;--pet-card-mood-pad-right-final: 14px;--pet-card-footer-bottom-final: 12px;--pet-card-balloon-height-final: 40px;--pet-card-code-height-final: 34px;--pet-card-code-size-final: 14px}.pet-selection-card.is-giraffe{--pet-card-asset-width: 88px;--pet-card-asset-height: 166px}.pet-selection-card.is-kangaroo{--pet-card-asset-width: 98px;--pet-card-asset-height: 172px}.pet-selection-card.is-panda{--pet-card-asset-width: 100px;--pet-card-asset-height: 182px;--pet-card-asset-shift-y: -16px;--pet-card-asset-scale: .88}.pet-selection-card.is-enot{--pet-card-asset-width: 92px;--pet-card-asset-height: 166px;--pet-card-asset-shift-y: -4px;--pet-card-asset-scale: .86}}@media(min-width:322px)and (max-width:390px)and (max-height:760px){.pet-selection-card{--pet-card-asset-scale: .84;--pet-card-asset-shift-y: -20px}.pet-selection-screen{--pet-card-width-final: 166px;--pet-card-height-final: 258px;--pet-card-grid-gap-x-final: 6px;--pet-card-grid-gap-y-final: 10px;--pet-card-pill-height-final: 44px;--pet-card-pill-width-final: calc(100% - 32px) ;--pet-card-pet-top-final: 52px;--pet-card-pet-left-final: 11px;--pet-card-stats-top-final: 68px;--pet-card-stats-right-final: -16px;--pet-card-stats-width-final: 86px;--pet-card-stats-gap-final: 4px;--pet-card-label-size-final: 9px;--pet-card-value-size-final: 12px;--pet-card-mood-size-final: 44px;--pet-card-mood-icon-final: 26px;--pet-card-mood-lift-final: 22px;--pet-card-mood-pad-right-final: 10px;--pet-card-footer-bottom-final: 10px;--pet-card-footer-gap-final: 6px;--pet-card-balloon-width-final: 12px;--pet-card-balloon-height-final: 36px;--pet-card-code-height-final: 30px;--pet-card-code-size-final: 12px}.pet-selection-card.is-giraffe{--pet-card-asset-width: 74px;--pet-card-asset-height: 142px}.pet-selection-card.is-kangaroo{--pet-card-asset-width: 84px;--pet-card-asset-height: 148px}.pet-selection-card.is-panda{--pet-card-asset-width: 92px;--pet-card-asset-height: 160px;--pet-card-asset-scale: .86;--pet-card-asset-shift-y: -12px}.pet-selection-card.is-enot{--pet-card-asset-width: 80px;--pet-card-asset-height: 146px;--pet-card-asset-scale: .84;--pet-card-asset-shift-y: -6px}}@media(max-width:321px)and (max-height:568px){.pet-selection-card{--pet-card-asset-scale: .82;--pet-card-asset-shift-y: -24px}.pet-selection-screen{--pet-card-width-final: 128px;--pet-card-height-final: 194px;--pet-card-grid-gap-x-final: 6px;--pet-card-grid-gap-y-final: 8px;--pet-card-pill-height-final: 34px;--pet-card-pill-width-final: calc(100% - 24px) ;--pet-card-pet-top-final: 24px;--pet-card-pet-left-final: 8px;--pet-card-stats-top-final: 43px;--pet-card-stats-right-final: -12px;--pet-card-stats-width-final: 70px;--pet-card-stats-gap-final: 3px;--pet-card-label-size-final: 8px;--pet-card-value-size-final: 10px;--pet-card-mood-top-final: 128px;--pet-card-mood-right-final: 12px;--pet-card-mood-size-final: 32px;--pet-card-mood-icon-final: 18px;--pet-card-mood-lift-final: 16px;--pet-card-mood-pad-right-final: 8px;--pet-card-footer-bottom-final: 6px;--pet-card-footer-gap-final: 5px;--pet-card-balloon-width-final: 11px;--pet-card-balloon-height-final: 28px;--pet-card-code-height-final: 24px;--pet-card-code-size-final: 10px}.pet-selection-card.is-giraffe{--pet-card-asset-width: 54px;--pet-card-asset-height: 100px}.pet-selection-card.is-kangaroo{--pet-card-asset-width: 60px;--pet-card-asset-height: 106px}.pet-selection-card.is-panda{--pet-card-asset-width: 74px;--pet-card-asset-height: 132px;--pet-card-asset-scale: .86;--pet-card-asset-shift-y: -12px}.pet-selection-card.is-enot{--pet-card-asset-width: 58px;--pet-card-asset-height: 108px;--pet-card-asset-scale: .84;--pet-card-asset-shift-y: -8px}}@media(min-width:377px)and (max-width:390px)and (min-height:780px){.pet-selection-screen{--pet-card-stats-right-final: -22px;--pet-card-label-size-final: 9px;--pet-card-value-size-final: 14px}.pet-selection-card.is-panda{--pet-card-asset-width: 98px;--pet-card-asset-height: 178px;--pet-card-asset-shift-y: -16px;--pet-card-asset-scale: .88}.pet-selection-card.is-enot{--pet-card-asset-width: 90px;--pet-card-asset-height: 164px;--pet-card-asset-shift-y: -4px;--pet-card-asset-scale: .86}}@media(max-width:390px)and (max-height:700px){.main-v2-screen{--main-v2-side-tools-top: clamp(184px, 31dvh, 238px);--main-v2-help-offset-y: clamp(178px, 24dvh, 210px);--main-v2-panda-bottom: clamp(-42px, -5.4dvh, -14px);--main-v2-enot-width: min(54%, clamp(164px, 46vw, 224px));--main-v2-enot-bottom-offset: 12px}.main-v2-panda{left:50%;width:min(80%,clamp(250px,74vw,300px))}.main-v2-enot.is-small{--main-v2-enot-width: min(54%, clamp(164px, 46vw, 224px));--main-v2-enot-bottom-offset: 12px;--main-v2-enot-stage-scale: .76}.main-v2-enot.is-bigger{--main-v2-enot-width: min(52%, clamp(158px, 44vw, 214px));--main-v2-enot-bottom-offset: 16px;--main-v2-enot-stage-scale: .72}.main-v2-enot.is-bigger2{--main-v2-enot-width: min(50%, clamp(152px, 42vw, 206px));--main-v2-enot-bottom-offset: 20px;--main-v2-enot-stage-scale: .66}.main-v2-enot.is-biggest{--main-v2-enot-width: min(48%, clamp(146px, 40vw, 198px));--main-v2-enot-bottom-offset: 24px;--main-v2-enot-stage-scale: .62}}@media(max-width:390px)and (min-height:721px)and (max-height:760px){.main-v2-screen{--main-v2-side-tools-top: clamp(232px, 35dvh, 292px);--main-v2-help-offset-y: clamp(172px, 22dvh, 208px)}}@media(max-width:390px)and (min-height:800px){.main-v2-crates{top:calc(var(--main-v2-side-tools-top) + 18px)}}@media(max-width:430px)and (min-height:721px){.main-v2-screen{--main-v2-panda-left: 50%}}@media(min-width:391px)and (max-width:430px)and (min-height:800px){.main-v2-crates{top:calc(var(--main-v2-side-tools-top) + 46px)}}@media(min-width:391px)and (max-width:430px)and (min-height:900px){.main-v2-screen{--main-v2-side-tools-top: clamp(294px, 38dvh, 388px);--main-v2-help-offset-y: clamp(206px, 24.5dvh, 248px)}}html.is-ios-standalone .main-v2-panda.is-giraffe,html.is-ios-standalone .main-v2-pet-button.is-giraffe{--main-v2-pet-compact-scale: .76}html.is-ios-standalone .main-v2-panda.is-kangaroo,html.is-ios-standalone .main-v2-pet-button.is-kangaroo{--main-v2-pet-compact-scale: .77}html.is-ios-standalone .main-v2-panda.is-panda{--main-v2-pet-standalone-scale: .86;bottom:calc(var(--main-v2-panda-bottom) - 40px)}html.is-ios-standalone .main-v2-panda.is-enot,html.is-ios-standalone .main-v2-pet-button.is-enot{--main-v2-pet-standalone-scale: .86;--main-v2-enot-bottom-offset: -34px}html.is-ios-standalone .main-v2-enot.is-small{--main-v2-enot-bottom-offset: -34px;--main-v2-enot-stage-scale: .74}html.is-ios-standalone .main-v2-enot.is-bigger{--main-v2-enot-bottom-offset: -30px;--main-v2-enot-stage-scale: .7}html.is-ios-standalone .main-v2-enot.is-bigger2{--main-v2-enot-bottom-offset: -26px;--main-v2-enot-stage-scale: .65}html.is-ios-standalone .main-v2-enot.is-biggest{--main-v2-enot-bottom-offset: -22px;--main-v2-enot-stage-scale: .61}html.is-ios-standalone .main-v2-panda.is-enot{bottom:calc(var(--main-v2-panda-bottom) + var(--main-v2-enot-bottom-offset))}html.is-ios-standalone .main-v2-pet-button.is-enot{--main-v2-pet-bottom-offset: var(--main-v2-enot-bottom-offset);bottom:calc(var(--main-v2-panda-bottom) + var(--main-v2-pet-bottom-offset, 0px) + var(--main-v2-pet-raise, 0px) - 12px)}html.is-ios-standalone .main-v2-pet-button.is-panda{--main-v2-pet-standalone-scale: .86;--main-v2-pet-bottom-offset: 0px;bottom:calc(var(--main-v2-panda-bottom) - 40px)}html.is-ios-standalone .main-v2-help{top:calc(var(--main-v2-side-tools-top) + var(--main-v2-help-offset-y) - 68px)}.main-v2-enot.is-small{--main-v2-enot-width: min(48%, clamp(152px, 40vw, 220px));--main-v2-enot-bottom-offset: 18px;--main-v2-enot-stage-scale: .74}.main-v2-enot.is-bigger{--main-v2-enot-width: min(52%, clamp(166px, 44vw, 238px));--main-v2-enot-bottom-offset: 10px;--main-v2-enot-stage-scale: .78}.main-v2-enot.is-bigger2{--main-v2-enot-width: min(56%, clamp(180px, 48vw, 258px));--main-v2-enot-bottom-offset: 2px;--main-v2-enot-stage-scale: .82}.main-v2-enot.is-biggest{--main-v2-enot-width: min(60%, clamp(196px, 52vw, 286px));--main-v2-enot-bottom-offset: -8px;--main-v2-enot-stage-scale: .86}@media(max-width:321px)and (max-height:568px){.main-v2-enot.is-small{--main-v2-enot-width: min(44%, clamp(132px, 36vw, 176px));--main-v2-enot-bottom-offset: 28px;--main-v2-enot-stage-scale: .68}.main-v2-enot.is-bigger{--main-v2-enot-width: min(48%, clamp(142px, 40vw, 190px));--main-v2-enot-bottom-offset: 22px;--main-v2-enot-stage-scale: .72}.main-v2-enot.is-bigger2{--main-v2-enot-width: min(52%, clamp(154px, 44vw, 204px));--main-v2-enot-bottom-offset: 16px;--main-v2-enot-stage-scale: .76}.main-v2-enot.is-biggest{--main-v2-enot-width: min(56%, clamp(166px, 48vw, 218px));--main-v2-enot-bottom-offset: 10px;--main-v2-enot-stage-scale: .8}}@media(min-width:322px)and (max-width:376px)and (max-height:700px){.main-v2-enot.is-small{--main-v2-enot-width: min(46%, clamp(142px, 38vw, 198px));--main-v2-enot-bottom-offset: 24px;--main-v2-enot-stage-scale: .7}.main-v2-enot.is-bigger{--main-v2-enot-width: min(50%, clamp(154px, 42vw, 214px));--main-v2-enot-bottom-offset: 18px;--main-v2-enot-stage-scale: .74}.main-v2-enot.is-bigger2{--main-v2-enot-width: min(54%, clamp(166px, 46vw, 230px));--main-v2-enot-bottom-offset: 12px;--main-v2-enot-stage-scale: .78}.main-v2-enot.is-biggest{--main-v2-enot-width: min(58%, clamp(178px, 50vw, 246px));--main-v2-enot-bottom-offset: 6px;--main-v2-enot-stage-scale: .82}}@media(min-width:385px)and (max-width:395px)and (min-height:820px)and (max-height:860px){.main-v2-enot.is-small{--main-v2-enot-width: min(48%, clamp(152px, 40vw, 220px));--main-v2-enot-bottom-offset: 18px;--main-v2-enot-stage-scale: .74}.main-v2-enot.is-bigger{--main-v2-enot-width: min(52%, clamp(166px, 44vw, 238px));--main-v2-enot-bottom-offset: 10px;--main-v2-enot-stage-scale: .78}.main-v2-enot.is-bigger2{--main-v2-enot-width: min(56%, clamp(180px, 48vw, 258px));--main-v2-enot-bottom-offset: 2px;--main-v2-enot-stage-scale: .82}.main-v2-enot.is-biggest{--main-v2-enot-width: min(60%, clamp(196px, 52vw, 286px));--main-v2-enot-bottom-offset: -8px;--main-v2-enot-stage-scale: .86}}@media(min-width:410px)and (max-width:434px)and (min-height:880px){.main-v2-enot.is-small{--main-v2-enot-width: min(48%, clamp(158px, 40vw, 228px));--main-v2-enot-bottom-offset: 18px;--main-v2-enot-stage-scale: .74}.main-v2-enot.is-bigger{--main-v2-enot-width: min(52%, clamp(172px, 44vw, 248px));--main-v2-enot-bottom-offset: 10px;--main-v2-enot-stage-scale: .78}.main-v2-enot.is-bigger2{--main-v2-enot-width: min(56%, clamp(186px, 48vw, 268px));--main-v2-enot-bottom-offset: 2px;--main-v2-enot-stage-scale: .82}.main-v2-enot.is-biggest{--main-v2-enot-width: min(60%, clamp(202px, 52vw, 296px));--main-v2-enot-bottom-offset: -8px;--main-v2-enot-stage-scale: .86}}html.is-ios-standalone .main-v2-enot.is-small{--main-v2-enot-bottom-offset: -24px;--main-v2-enot-stage-scale: .7}html.is-ios-standalone .main-v2-enot.is-bigger{--main-v2-enot-bottom-offset: -28px;--main-v2-enot-stage-scale: .74}html.is-ios-standalone .main-v2-enot.is-bigger2{--main-v2-enot-bottom-offset: -32px;--main-v2-enot-stage-scale: .78}html.is-ios-standalone .main-v2-enot.is-biggest{--main-v2-enot-bottom-offset: -36px;--main-v2-enot-stage-scale: .82}.pet-selection-screen.is-detail{padding-bottom:calc(94px + env(safe-area-inset-bottom))}.pet-selection-screen.is-upgrade{padding-bottom:calc(16px + env(safe-area-inset-bottom));overflow:hidden}.pet-upgrade-screen{position:relative;z-index:2;flex:1 1 auto;min-height:0;width:min(100%,388px);margin:calc(74px + var(--app-detail-offset)) auto 0;display:flex;flex-direction:column;justify-content:flex-start;gap:22px;padding-bottom:0}html.is-ios-standalone .pet-upgrade-screen{margin-top:calc(74px + var(--app-detail-offset) + var(--ios-standalone-detail-offset))}.pet-upgrade-hero{display:flex;flex-direction:column;align-items:center;gap:34px;padding-top:22px}.pet-upgrade-title,.pet-upgrade-level,.pet-upgrade-target,.pet-upgrade-info-label,.pet-upgrade-info-value{margin:0;color:#fff;line-height:1}.pet-upgrade-title{font-size:21px;text-transform:uppercase}.pet-upgrade-stage{position:relative;width:min(100%,304px);min-height:216px;display:flex;align-items:center;justify-content:center}.pet-upgrade-stage .pet-detail-glow{width:198px;height:198px}.pet-upgrade-image{position:absolute;left:50%;bottom:0;transform:translate(-50%);width:148px;height:214px;object-fit:contain;object-position:center bottom}.pet-upgrade-image.is-giraffe{width:124px;height:218px}.pet-upgrade-image.is-kangaroo{width:148px;height:218px}.pet-upgrade-image.is-panda{width:154px;height:220px}.pet-upgrade-image.is-enot{width:126px;height:184px}.pet-upgrade-level{font-size:17px;text-transform:uppercase}.pet-upgrade-panel{display:flex;flex-direction:column;gap:12px;margin-top:auto}.pet-upgrade-panel.is-progress{gap:16px}.pet-selection-screen.is-upgrade .pet-detail-back{top:24px;left:calc(var(--pet-selection-top-inset-x) - 6px)}.pet-upgrade-target{font-size:16px;text-transform:uppercase}.pet-upgrade-info-list{display:flex;flex-direction:column;gap:10px}.pet-upgrade-progress-content{display:flex;flex-direction:column;gap:12px}.pet-upgrade-progress-track{position:relative;height:40px;padding:3px;border:2px solid rgba(255,255,255,.96);border-radius:999px;overflow:hidden}.pet-upgrade-progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#ff28ce,#f100b8);box-shadow:0 10px 18px #cf1cb847;transition:width .24s ease}.pet-upgrade-progress-value{position:absolute;top:50%;left:18px;transform:translateY(-50%);color:#fff;font-size:17px;line-height:1}.pet-upgrade-info-card{min-height:58px;padding:0 14px;border-radius:16px;border:1px solid rgba(255,255,255,.18);background:#221a58c7;box-shadow:inset 0 1px #ffffff14,0 12px 24px #08031e1f;display:flex;align-items:center;justify-content:space-between;gap:16px}.pet-upgrade-info-label{font-size:12px;text-transform:uppercase}.pet-upgrade-info-value{display:inline-flex;align-items:center;gap:6px;font-size:16px}.pet-upgrade-spc{width:24px;height:24px;object-fit:contain}.pet-upgrade-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:4px}.pet-upgrade-cancel,.pet-upgrade-confirm{min-height:52px;border-radius:999px;font-size:16px;text-transform:uppercase;cursor:pointer}.pet-upgrade-cancel{border:2px solid rgba(255,255,255,.96);background:transparent;color:#fff}.pet-upgrade-confirm{border:none;background:linear-gradient(90deg,#9e25ff,#7300ff 52%,#8d20ff);box-shadow:inset 0 1px #ffffff2e,0 18px 36px #4814b147;color:#fff}.pet-upgrade-cancel:disabled,.pet-upgrade-confirm:disabled{opacity:.56;cursor:default}.pet-upgrade-progress-actions{display:flex;justify-content:center;padding-top:clamp(40px,7vh,84px)}.pet-upgrade-confirm.is-single{width:min(100%,240px)}.pet-upgrade-error{margin:0;color:#ffb3d8;font-size:12px;line-height:1.25}.pet-detail-screen{position:relative;z-index:2;width:min(100%,560px);margin:calc(76px + var(--app-detail-offset)) auto 0;display:flex;flex-direction:column;gap:28px;padding:0 var(--pet-selection-top-inset-x) 44px}html.is-ios-standalone .pet-detail-screen{margin-top:calc(76px + var(--app-detail-offset) + var(--ios-standalone-detail-offset))}.pet-upgrade-screen,.pet-detail-screen{opacity:0;transform:translateY(14px) scale(.988);animation:ui-soft-enter .34s ease-out 70ms forwards}.pet-detail-back{position:absolute;top:10px;left:var(--pet-selection-top-inset-x);z-index:3;width:32px;height:32px;padding:0;border:0;background:transparent;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.pet-detail-hero{display:flex;flex-direction:column;align-items:center;gap:18px;padding-top:18px}.pet-detail-heading{display:flex;flex-direction:column;align-items:center;gap:2px}.pet-detail-rarity,.pet-detail-age,.pet-detail-created-title,.pet-detail-created-date{margin:0;color:#fff;line-height:1}.pet-detail-rarity{font-size:30px;text-transform:uppercase}.pet-detail-age{font-size:22px}.pet-detail-stage{position:relative;width:min(100%,520px);min-height:420px;display:flex;align-items:center;justify-content:center}.pet-detail-glow{width:318px;height:318px;border-radius:999px;background:radial-gradient(circle,#6922ff85,#4a15bf52 56%,#4a15bf00);animation:pet-detail-glow-breathe 4.2s ease-in-out infinite}.pet-detail-pet-image{position:absolute;bottom:12px;left:50%;transform:translate(-50%);width:234px;height:340px;object-fit:contain;object-position:center bottom}.pet-detail-pet-image.is-giraffe{width:204px;height:350px}.pet-detail-pet-image.is-kangaroo{width:232px;height:344px}.pet-detail-pet-image.is-panda{width:246px;height:348px}.pet-detail-pet-image.is-enot{width:228px;height:344px}.pet-detail-slot{position:absolute;width:72px;height:84px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:34px;line-height:1;background:currentColor;clip-path:polygon(50% 0%,100% 24%,100% 76%,50% 100%,0% 76%,0% 24%)}.pet-detail-slot:before{content:"";position:absolute;inset:3px;background:#271d5ef5;clip-path:polygon(50% 0%,100% 24%,100% 76%,50% 100%,0% 76%,0% 24%);z-index:0}.pet-detail-slot>*{position:relative;z-index:1}.pet-detail-slot-plus{font-family:Inter,sans-serif;font-weight:600;line-height:1;color:#fff}.pet-detail-slot.is-cyan{top:78px;left:6px;color:#00f1ff}.pet-detail-slot.is-lime{top:78px;right:6px;color:#efff00}.pet-detail-slot.is-violet{bottom:76px;left:6px;color:#8d30eb}.pet-detail-slot.is-pink{bottom:76px;right:6px;color:#ff15f1}.pet-detail-meta-row{width:min(100%,386px);display:flex;align-items:flex-end;gap:10px}.pet-detail-balloon{width:18px;height:58px;object-fit:contain}.pet-detail-code-row{position:relative;flex:1 1 auto;min-height:50px;border-radius:999px;background:linear-gradient(180deg,#261e60fa,#191141fa);border:1px solid rgba(255,255,255,.16);box-shadow:inset 0 1px #ffffff1f;overflow:hidden}.pet-detail-code-fill{position:absolute;inset:0 auto 0 0;width:73%;border-radius:inherit;background:#1caeff}.pet-detail-code{position:relative;z-index:1;min-height:50px;display:inline-flex;align-items:center;justify-content:center;width:100%;color:#fff;font-size:18px;line-height:1}.pet-detail-flag{width:58px;height:58px;flex:0 0 auto;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.12)}.pet-detail-flag.is-green{color:#14d927;background:#10cf24;box-shadow:0 0 0 5px #10cf241a}.pet-detail-flag.is-orange{color:#ff5d2d;background:linear-gradient(180deg,#5c5b8a85 0% 50%,#ff5a25 50% 100%);box-shadow:0 0 0 5px #5c5b8a24}.pet-detail-flag svg{width:36px;height:36px}.pet-detail-progress-list{width:min(100%,560px);display:flex;flex-direction:column;gap:10px}.pet-detail-progress{position:relative}.pet-detail-progress-track{position:relative;width:100%;height:36px;padding:3px;border-radius:999px;border:2px solid rgba(255,255,255,.82);overflow:hidden;background:#15113957}.pet-detail-progress-fill{height:100%;border-radius:inherit}.pet-detail-progress.is-green .pet-detail-progress-fill{background:#15d019}.pet-detail-progress.is-pink .pet-detail-progress-fill{background:#ff00db}.pet-detail-progress-divider{position:absolute;top:3px;bottom:3px;width:2px;background:#0a0612f5;z-index:1}.pet-detail-progress-label{position:absolute;left:18px;top:50%;transform:translateY(-50%);z-index:1;color:#fff;font-size:15px;line-height:1;text-transform:uppercase}.pet-detail-actions{width:min(100%,560px);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.pet-detail-actions>*{opacity:0;transform:translateY(12px) scale(.985);animation:ui-soft-enter .28s ease-out forwards}.pet-detail-actions>*:nth-child(1){animation-delay:.18s}.pet-detail-actions>*:nth-child(2){animation-delay:.22s}.pet-detail-actions>*:nth-child(3){animation-delay:.26s}.pet-detail-action-button,.pet-detail-primary-button{border-radius:18px;border:2px solid rgba(126,105,255,.95);background:#2a1e65d1;color:#fff;cursor:pointer}.pet-detail-action-button{min-height:92px;padding:12px 10px;font-size:14px;line-height:1.05;text-transform:uppercase}.pet-detail-primary-button{width:min(100%,560px);min-height:74px;padding:0 20px;position:relative;overflow:hidden;border-color:#6ce4fff0;background:linear-gradient(135deg,#6ce4ff33,#6ce4ff0a 26%,#6ce4ff00 46%),linear-gradient(90deg,#9e25ff,#7300ff 52%,#8d20ff);box-shadow:inset 0 1px #ffffff3d,0 0 0 1px #6ce4ff38,0 18px 38px #6215d357;font-size:18px;line-height:1;text-transform:uppercase}.pet-detail-primary-button:not(:disabled):hover,.pet-detail-primary-button:not(:disabled):focus-visible{border-color:#92effffa;box-shadow:inset 0 1px #ffffff47,0 0 0 2px #6ce4ff33,0 22px 42px #6215d36b}.pet-detail-primary-button:not(:disabled):before{content:"";position:absolute;inset:1px;border-radius:inherit;background:linear-gradient(180deg,#ffffff2e,#fff0);pointer-events:none}.pet-detail-primary-button:disabled{border-color:#8781afb8;background:#3a3360d1;box-shadow:none;color:#ffffffe0;cursor:default}.pet-detail-created-date{font-size:22px}.pet-detail-created-section{display:flex;flex-direction:column;gap:22px;opacity:0;transform:translateY(14px) scale(.99);animation:ui-soft-enter .32s ease-out .26s forwards}.pet-detail-created-top,.pet-detail-created-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.pet-detail-created-top{position:relative}.pet-detail-created-cross{position:absolute;left:calc(50% - 8px);top:50%;transform:translate(-50%,-54%);color:#fff;width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center}.pet-detail-created-cross svg{display:block;width:16px;height:16px}.pet-detail-created-title{align-self:center;font-size:24px;text-transform:uppercase}.pet-detail-mini-card{position:relative;min-height:286px;border-radius:22px;border:1px solid rgba(255,255,255,.16);background:linear-gradient(180deg,#261e60fa,#1b1345fa);box-shadow:inset 0 1px #ffffff14,0 12px 26px #08031e1a;overflow:hidden}.pet-detail-mini-pill{position:absolute;top:16px;left:50%;transform:translate(-50%);min-width:136px;min-height:40px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(180deg,#7a56ff,#6a4bff);color:#fff;font-size:14px;line-height:1;text-transform:uppercase}.pet-detail-mini-image{position:absolute;left:50%;bottom:70px;width:114px;height:146px;object-fit:contain;object-position:center bottom;transform:translate(-50%)}.pet-detail-mini-card.is-giraffe .pet-detail-mini-image{width:110px;height:154px}.pet-detail-mini-card.is-kangaroo .pet-detail-mini-image{width:118px;height:152px}.pet-detail-mini-card.is-panda .pet-detail-mini-image{width:122px;height:148px}.pet-detail-mini-card.is-enot .pet-detail-mini-image{width:110px;height:150px}.pet-detail-mini-code{position:absolute;left:16px;right:16px;bottom:16px;min-height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:linear-gradient(180deg,#261e60fa,#191141fa);color:#fff;font-size:16px;line-height:1}.pet-detail-created-top>*,.pet-detail-created-grid>*{opacity:0;transform:translateY(10px) scale(.987);animation:ui-soft-enter .28s ease-out forwards}.pet-detail-created-top>*:nth-child(1){animation-delay:.32s}.pet-detail-created-top>*:nth-child(2){animation-delay:.36s}.pet-detail-created-top>*:nth-child(3){animation-delay:.4s}.pet-detail-created-grid>*:nth-child(1){animation-delay:.42s}.pet-detail-created-grid>*:nth-child(2){animation-delay:.46s}@keyframes pet-detail-glow-breathe{0%,to{transform:scale(.97);opacity:.82}50%{transform:scale(1.03);opacity:1}}@keyframes ui-soft-enter{0%{opacity:0;transform:translateY(14px) scale(.986)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:390px){.pet-detail-screen{gap:22px}.pet-detail-rarity{font-size:24px}.pet-detail-age{font-size:18px}.pet-detail-stage{min-height:338px}.pet-detail-glow{width:244px;height:244px}.pet-detail-pet-image{width:192px;height:274px}.pet-detail-pet-image.is-giraffe{width:166px;height:286px}.pet-detail-pet-image.is-kangaroo{width:186px;height:278px}.pet-detail-pet-image.is-panda{width:198px;height:286px}.pet-detail-slot{width:54px;height:64px;font-size:28px}.pet-detail-slot.is-cyan,.pet-detail-slot.is-lime{top:74px}.pet-detail-slot.is-violet,.pet-detail-slot.is-pink{bottom:58px}.pet-detail-meta-row{width:min(100%,320px);gap:8px}.pet-detail-balloon{width:15px;height:46px}.pet-detail-code-row{min-height:42px}.pet-detail-code{min-height:42px;font-size:16px}.pet-detail-flag{width:50px;height:50px}.pet-detail-progress-track{height:30px;padding:2px}.pet-detail-progress-label{left:14px;font-size:12px}.pet-detail-actions{gap:10px}.pet-detail-action-button{min-height:78px;font-size:12px}.pet-detail-primary-button{min-height:62px;font-size:15px}.pet-detail-created-title,.pet-detail-created-date{font-size:18px}.pet-detail-created-top,.pet-detail-created-grid{gap:12px}.pet-detail-mini-card{min-height:228px;border-radius:18px}.pet-detail-mini-pill{top:12px;min-width:104px;min-height:34px;font-size:11px}.pet-detail-mini-image{bottom:56px;width:82px;height:104px}.pet-detail-mini-card.is-giraffe .pet-detail-mini-image{width:78px;height:114px}.pet-detail-mini-card.is-kangaroo .pet-detail-mini-image{width:86px;height:112px}.pet-detail-mini-card.is-panda .pet-detail-mini-image{width:90px;height:110px}.pet-detail-mini-code{left:12px;right:12px;bottom:12px;min-height:34px;font-size:13px}}@media(min-width:390px)and (min-height:844px){.pet-upgrade-screen{margin-top:98px;gap:32px}.pet-upgrade-hero{padding-top:34px;gap:40px}.pet-upgrade-title{font-size:26px}.pet-upgrade-stage{width:min(100%,350px);min-height:258px}.pet-upgrade-stage .pet-detail-glow{width:232px;height:232px}.pet-upgrade-image{width:178px;height:256px}.pet-upgrade-image.is-giraffe{width:146px;height:260px}.pet-upgrade-image.is-kangaroo{width:176px;height:260px}.pet-upgrade-image.is-panda{width:184px;height:264px}.pet-upgrade-level{font-size:22px}.pet-upgrade-progress-track{height:44px}.pet-upgrade-progress-value{font-size:19px}.pet-upgrade-progress-actions{padding-top:96px}.pet-selection-screen.is-upgrade .pet-detail-back{top:32px}}@media(max-width:321px)and (max-height:568px){.pet-selection-screen.is-upgrade .pet-detail-back{top:20px}.pet-upgrade-screen{width:min(100%,292px);margin-top:68px;gap:18px}.pet-upgrade-title{font-size:18px}.pet-upgrade-hero{gap:10px;padding-top:18px}.pet-upgrade-stage{width:min(100%,272px);min-height:184px}.pet-upgrade-stage .pet-detail-glow{width:166px;height:166px}.pet-upgrade-image{width:126px;height:182px}.pet-upgrade-image.is-giraffe{width:108px;height:188px}.pet-upgrade-image.is-kangaroo{width:124px;height:186px}.pet-upgrade-image.is-panda{width:130px;height:188px}.pet-upgrade-level{font-size:15px}.pet-upgrade-target{font-size:14px}.pet-upgrade-panel.is-progress{gap:12px}.pet-upgrade-progress-content{gap:10px}.pet-upgrade-progress-track{height:34px;padding:2px}.pet-upgrade-progress-value{left:14px;font-size:14px}.pet-upgrade-info-card{min-height:50px;padding:0 12px}.pet-upgrade-info-label{font-size:11px}.pet-upgrade-info-value{gap:6px;font-size:14px}.pet-upgrade-spc{width:20px;height:20px}.pet-upgrade-actions{gap:8px;margin-top:2px}.pet-upgrade-cancel,.pet-upgrade-confirm{min-height:46px;font-size:14px}.pet-upgrade-progress-actions{padding-top:32px}.pet-upgrade-confirm.is-single{max-width:208px}.pet-upgrade-error{font-size:11px}.pet-detail-screen{gap:18px}.pet-detail-stage{min-height:286px}.pet-detail-glow{width:206px;height:206px}.pet-detail-pet-image{width:158px;height:228px}.pet-detail-pet-image.is-giraffe{width:138px;height:236px}.pet-detail-pet-image.is-kangaroo{width:150px;height:232px}.pet-detail-pet-image.is-panda{width:164px;height:236px}.pet-detail-slot{width:46px;height:54px;font-size:24px}.pet-detail-slot.is-cyan,.pet-detail-slot.is-lime{top:70px}.pet-detail-slot.is-violet,.pet-detail-slot.is-pink{bottom:48px}.pet-detail-progress-track{height:26px;padding:2px}.pet-detail-progress-label{font-size:10px}.pet-detail-action-button{min-height:68px;font-size:10px}.pet-detail-primary-button{min-height:56px;font-size:13px}.pet-detail-mini-card{min-height:194px}.pet-detail-mini-image{bottom:50px;width:68px;height:86px}.pet-detail-mini-card.is-giraffe .pet-detail-mini-image{width:62px;height:96px}.pet-detail-mini-card.is-kangaroo .pet-detail-mini-image{width:70px;height:94px}.pet-detail-mini-card.is-panda .pet-detail-mini-image{width:74px;height:92px}.pet-detail-created-cross{width:14px;height:14px}.pet-detail-created-cross svg{width:14px;height:14px}}@media(max-width:376px)and (max-height:667px){.pet-selection-screen.is-upgrade .pet-detail-back{top:20px}.pet-upgrade-hero{gap:20px}.pet-upgrade-progress-actions{padding-top:44px}}@media(prefers-reduced-motion:reduce){button{transition:none}.pet-detail-glow{animation:none}.pet-selection-content,.pet-selection-grid>*,.pet-background-grid>*,.pet-detail-screen,.pet-detail-actions>*,.pet-detail-created-section,.pet-detail-created-top>*,.pet-detail-created-grid>*{animation:none;opacity:1;transform:none}}.friends-screen{gap:14px;padding-top:calc(var(--app-top-offset-regular) + var(--safe-top));padding-bottom:calc(108px + env(safe-area-inset-bottom));overflow-y:auto;overflow-x:hidden}.friends-top-row{margin-bottom:2px}.friends-content{position:relative;z-index:2;display:flex;flex-direction:column;gap:18px;padding-bottom:8px}.friends-intro-item{opacity:0;transform:translateY(12px) scale(.988);animation:friends-item-enter .32s ease-out forwards;animation-delay:calc(var(--friends-item-index, 0) * 70ms + 40ms)}.friends-title{margin:0;text-align:center;color:#fff;font-family:"Baloo 2",sans-serif;font-size:clamp(28px,6.6vw,34px);font-weight:700;line-height:1;text-transform:uppercase}.friends-section-label{margin:0 0 10px;color:#e8e4ffc7;font-family:Inter,sans-serif;font-size:clamp(16px,4.2vw,20px);font-weight:500;line-height:1.2}.friends-link-panel{width:100%;min-height:64px;padding:0 12px 0 18px;border-radius:18px;border:1px solid rgba(255,255,255,.18);background:#1d1850ad;box-shadow:inset 0 1px #ffffff14,0 16px 34px #0a042129;display:grid;grid-template-columns:minmax(0,1fr) 44px;align-items:center;gap:12px}.friends-link-value{margin:0;color:#fff;font-family:Inter,sans-serif;font-size:clamp(14px,3.8vw,18px);font-weight:500;line-height:1.15;word-break:break-all}.friends-copy-button{width:44px;height:44px;border:none;padding:0;background:transparent;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.friends-copy-feedback{margin:8px 0 0;color:#9ef5b9;font-family:Inter,sans-serif;font-size:13px;font-weight:600;line-height:1}.friends-list-block{display:flex;flex-direction:column;gap:0}.friends-list{display:flex;flex-direction:column;gap:12px}.friends-card{width:100%;border-radius:18px;border:1px solid rgba(255,255,255,.16);background:linear-gradient(180deg,#211d5cdb,#2b2471eb);box-shadow:inset 0 1px #ffffff14,0 16px 34px #0a042129;overflow:hidden}.friends-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;background:#1410388a}.friends-card-user{min-width:0;display:flex;align-items:center;gap:10px}.friends-card-avatar{width:42px;height:42px;flex:0 0 auto;border-radius:999px;background:linear-gradient(239deg,#6100ff 13%,#9522f0);box-shadow:inset 0 1px #ffffff2e,0 10px 22px #4814b13d;color:#fff;display:grid;place-items:center}.friends-card-name{margin:0;color:#fff;font-family:Inter,sans-serif;font-size:clamp(16px,4.5vw,18px);font-weight:500;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.friends-card-stats{display:inline-flex;align-items:center;gap:12px;color:#fff;font-family:"Baloo 2",sans-serif;font-size:clamp(15px,4vw,17px);font-weight:700;line-height:1;text-transform:uppercase;white-space:nowrap}.friends-card-balance-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px 0}.friends-card-balance{display:inline-flex;align-items:center;gap:8px}.friends-card-balance-badge{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.friends-card-balance-badge-icon{width:100%;height:100%;display:block;object-fit:contain}.friends-card-balance-value{color:#fff;font-family:Inter,sans-serif;font-size:clamp(15px,4vw,17px);font-weight:500;line-height:1}.friends-card-remove{width:38px;height:38px;border:none;padding:0;background:transparent;color:#ff1f4f;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.friends-card-pets{padding:12px 10px;display:grid;grid-template-columns:repeat(auto-fill,minmax(104px,112px));justify-content:start;gap:10px}.friends-card-pets.is-triple{grid-template-columns:repeat(3,minmax(0,1fr))}.friends-pet-card{appearance:none;border:1px solid rgba(255,255,255,.16);cursor:pointer;text-align:center;font:inherit;color:inherit;min-height:184px;padding:8px 8px 10px;border-radius:12px;background:linear-gradient(180deg,#231d5de6,#1f1a54f0);box-shadow:inset 0 1px #ffffff14;display:flex;flex-direction:column;align-items:center;gap:8px}.friends-pet-chip{min-width:min(100%,86px);min-height:24px;padding:0 12px;border-radius:999px;background:linear-gradient(180deg,#7658ff,#5b45ea);box-shadow:inset 0 1px #ffffff2e;color:#fff;font-family:"Baloo 2",sans-serif;font-size:10px;font-weight:700;line-height:1;text-transform:uppercase;display:inline-flex;align-items:center;justify-content:center;text-align:center}.friends-pet-media{flex:1 1 auto;width:100%;min-height:116px;display:flex;align-items:flex-end;justify-content:center}.friends-pet-image{width:auto;height:112px;display:block;object-fit:contain;filter:drop-shadow(0 10px 18px rgba(0,0,0,.28))}.friends-pet-card.is-giraffe .friends-pet-image{height:114px}.friends-pet-card.is-kangaroo .friends-pet-image{height:118px}.friends-pet-card.is-panda .friends-pet-image{height:116px}.friends-pet-card.is-enot .friends-pet-image{width:76px;height:116px}.friends-pet-code{color:#fff;font-family:"Baloo 2",sans-serif;font-size:11px;font-weight:700;line-height:1}.friend-pet-view{padding-bottom:calc(42px + env(safe-area-inset-bottom))}.friend-detail-screen{position:relative;z-index:2;width:min(100%,560px);margin:76px auto 0;display:flex;flex-direction:column;gap:20px;padding:0 var(--pet-selection-top-inset-x) 20px;opacity:0;transform:translateY(14px) scale(.988);animation:friends-item-enter .32s ease-out forwards}.friend-detail-screen>.pet-detail-back{top:14px}.friend-detail-heading-row{min-height:34px;display:flex;align-items:center;padding-left:42px;padding-top:18px}.friend-detail-title{margin:0;color:#fff;font-family:Inter,sans-serif;font-size:clamp(22px,5.8vw,28px);font-weight:500;line-height:1}.friend-detail-summary{min-height:68px;padding:10px 12px;border-radius:24px;background:#1410388a;display:flex;align-items:center;justify-content:space-between;gap:12px}.friend-detail-summary-user{min-width:0;display:flex;align-items:center;gap:10px}.friend-detail-card{width:100%;padding:12px 14px 16px;border-radius:24px;border:1px solid rgba(255,255,255,.16);background:linear-gradient(180deg,#261e60f5,#1c164af5);box-shadow:inset 0 1px #ffffff14,0 12px 26px #08031e1f}.friend-detail-card-stage{position:relative;min-height:0;overflow:hidden}.friend-detail-card-stage-item{display:flex;flex-direction:column;gap:20px}.friend-detail-hero{gap:12px;padding-top:8px}.friend-detail-card .pet-detail-rarity{font-size:clamp(24px,6.2vw,30px)}.friend-detail-card .pet-detail-stage{min-height:356px}.friend-detail-card .pet-detail-glow{width:272px;height:272px}.friend-detail-card .pet-detail-pet-image{bottom:8px;width:212px;height:304px}.friend-detail-card .pet-detail-pet-image.is-giraffe{width:184px;height:314px}.friend-detail-card .pet-detail-pet-image.is-kangaroo{width:208px;height:308px}.friend-detail-card .pet-detail-pet-image.is-panda{width:222px;height:312px}.friend-detail-card .pet-detail-pet-image.is-enot{width:206px;height:312px}.friend-detail-card .pet-detail-meta-row,.friend-detail-card .pet-detail-progress-list{width:100%}.friend-detail-card .pet-detail-progress-track{height:34px}.friend-detail-page-indicator{margin:0;text-align:center;color:#fff;font-family:Inter,sans-serif;font-size:clamp(18px,4.8vw,22px);font-weight:600;line-height:1}.friend-pet-card-slide-left-enter-active,.friend-pet-card-slide-left-leave-active,.friend-pet-card-slide-right-enter-active,.friend-pet-card-slide-right-leave-active{transition:transform .24s ease,opacity .24s ease}.friend-pet-card-slide-left-enter-from,.friend-pet-card-slide-right-leave-to{opacity:0;transform:translate(34px)}.friend-pet-card-slide-left-leave-to,.friend-pet-card-slide-right-enter-from{opacity:0;transform:translate(-34px)}.friend-detail-remove-button{width:100%;min-height:76px;padding:0 22px;border-radius:999px;border:2px solid #ff1f4f;background:#2a1e6575;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;font-family:"Baloo 2",sans-serif;font-size:clamp(18px,5vw,22px);font-weight:700;line-height:1}.friend-detail-remove-button svg{color:#ff1f4f;flex:0 0 auto}.friends-empty-state{position:relative;z-index:2;width:min(100%,420px);margin:92px auto 0;padding:0 var(--pet-selection-top-inset-x)}.friends-empty-text{margin:40px 0 0;color:#fff;text-align:center;font-family:Inter,sans-serif;font-size:18px;font-weight:500}@media(max-width:390px){.friends-screen{gap:12px;padding-top:12px}.friends-content{gap:16px}.friends-link-panel{min-height:60px;padding-left:14px}.friends-card-header{padding:10px 12px}.friends-card-balance-row{padding:10px 12px 0}.friends-card-pets{padding:12px 8px 10px;grid-template-columns:repeat(auto-fill,minmax(96px,104px));gap:8px}.friends-pet-card{min-height:174px;padding:8px 6px}.friends-pet-media{min-height:108px}.friends-pet-image{height:102px}.friends-pet-card.is-giraffe .friends-pet-image{height:104px}.friends-pet-card.is-kangaroo .friends-pet-image{height:108px}.friends-pet-card.is-panda .friends-pet-image{height:106px}.friend-detail-screen{gap:16px;padding-bottom:12px}.friend-detail-card-stage-item{gap:16px}.friend-detail-heading-row{padding-left:36px}.friend-detail-summary{min-height:60px;padding:8px 10px;border-radius:20px}.friend-detail-card{padding:10px 10px 14px;border-radius:20px}.friend-detail-card .pet-detail-stage{min-height:312px}.friend-detail-card .pet-detail-glow{width:228px;height:228px}.friend-detail-card .pet-detail-pet-image{width:176px;height:252px}.friend-detail-card .pet-detail-pet-image.is-giraffe{width:152px;height:258px}.friend-detail-card .pet-detail-pet-image.is-kangaroo{width:170px;height:256px}.friend-detail-card .pet-detail-pet-image.is-panda{width:184px;height:260px}.friend-detail-remove-button{min-height:66px;padding-inline:18px;font-size:18px}}@media(max-width:340px){.friends-card-header,.friends-card-balance-row{gap:8px}.friends-card-stats{gap:8px;font-size:13px}.friend-detail-title{font-size:20px}.friend-detail-card .pet-detail-stage{min-height:288px}.friend-detail-card .pet-detail-glow{width:206px;height:206px}.friend-detail-card .pet-detail-pet-image{width:160px;height:228px}.friend-detail-card .pet-detail-pet-image.is-giraffe{width:138px;height:236px}.friend-detail-card .pet-detail-pet-image.is-kangaroo{width:154px;height:232px}.friend-detail-card .pet-detail-pet-image.is-panda{width:168px;height:236px}.friend-detail-remove-button{min-height:60px;font-size:16px}}@keyframes friends-item-enter{0%{opacity:0;transform:translateY(12px) scale(.988)}to{opacity:1;transform:translateY(0) scale(1)}}@font-face{font-family:"Baloo 2";src:url(/assets/Glina%20Script%20em.-DuIiL6rB.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Baloo 2";src:url(/assets/Glina%20Script%20em.%20Thin-CBQwZZBh.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}.pet-asset-host[data-v-8f287e22]{display:block;overflow:visible}.pet-asset-layer[data-v-8f287e22]{position:relative;display:block;width:100%;height:100%}.pet-asset-suit[data-v-8f287e22],.pet-asset-head[data-v-8f287e22]{position:absolute;left:50%;display:block;max-width:none;pointer-events:none;-webkit-user-select:none;user-select:none}.pet-asset-suit[data-v-8f287e22]{bottom:0;width:100%;height:auto;transform:translate(-50%)}.pet-asset-head[data-v-8f287e22]{top:var(--enot-asset-head-top, -24%);z-index:2;width:var(--enot-asset-head-width, 74%);height:auto;transform:translate(-50%)}.pet-asset-host.is-small[data-v-8f287e22]{--enot-asset-head-top: -28%;--enot-asset-head-width: 82%}.pet-asset-host.is-bigger[data-v-8f287e22]{--enot-asset-head-top: -28%;--enot-asset-head-width: 88%}.pet-asset-host.is-bigger2[data-v-8f287e22]{--enot-asset-head-top: -26%;--enot-asset-head-width: 86%}.pet-asset-host.is-biggest[data-v-8f287e22]{--enot-asset-head-top: -22%;--enot-asset-head-width: 75%}
