*{box-sizing:border-box}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:url(./assets/PlusJakartaSans-Regular.woff2) format("woff2")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-display:swap;src:url(./assets/PlusJakartaSans-Medium.woff2) format("woff2")}html,body,#app{min-height:100%}.pwa-game{position:fixed;inset:0;width:100%;height:100%;border:0;background:#fff}.scan-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:80px 0 100px;overflow:hidden;background:#fff}.scan-content{position:relative;z-index:1;width:100%;min-height:calc(100vh - 180px);display:flex;flex-direction:column;align-items:center;justify-content:space-between}.scan-brand{display:flex;flex-direction:column;align-items:center}.scan-icon{width:200px;height:200px;border-radius:60px;object-fit:cover;overflow:hidden}.scan-brand h1{margin:0;padding-top:20px;color:#111;font-size:24px;font-weight:700;line-height:24px}.scan-fragments{position:relative;width:100%;height:250px;margin:24px 0 10px;overflow:hidden}.scan-fragments span{position:absolute;left:50%;top:50%;width:10px;height:10px;border-radius:1px;opacity:0;animation:scan-confetti 2.8s ease-in-out infinite}.scan-fragments span:nth-child(1){--x: -142px;--y: 50px;--r: 26deg;background:#f7c08d;animation-delay:-.2s}.scan-fragments span:nth-child(2){--x: -104px;--y: 94px;--r: -22deg;background:#6cc877;animation-delay:-.9s}.scan-fragments span:nth-child(3){--x: -48px;--y: 62px;--r: 34deg;background:#b5dbb9;animation-delay:-1.8s}.scan-fragments span:nth-child(4){--x: 2px;--y: 112px;--r: -16deg;background:#f6d2a9;animation-delay:-1.2s}.scan-fragments span:nth-child(5){--x: 72px;--y: 76px;--r: 25deg;background:#93dce9;animation-delay:-.65s}.scan-fragments span:nth-child(6){--x: 128px;--y: 42px;--r: -30deg;background:#f5a45b;animation-delay:-2.1s}.scan-fragments span:nth-child(7){--x: -172px;--y: 126px;--r: -32deg;background:#f3a064;animation-delay:-1.6s}.scan-fragments span:nth-child(8){--x: -139px;--y: 148px;--r: 27deg;background:#eef6df;animation-delay:-2.5s}.scan-fragments span:nth-child(9){--x: -70px;--y: 143px;--r: -15deg;background:#eacb9f;animation-delay:-.4s}.scan-fragments span:nth-child(10){--x: 53px;--y: 144px;--r: 23deg;background:#f8b074;animation-delay:-1.4s}.scan-fragments span:nth-child(11){--x: 105px;--y: 128px;--r: -20deg;background:#80cf84;animation-delay:-2s}.scan-fragments span:nth-child(12){--x: 165px;--y: 101px;--r: 33deg;background:#48b9d1;animation-delay:-1s}.scan-fragments span:nth-child(13){--x: -110px;--y: 194px;--r: -20deg;background:#fffbe9;animation-delay:-2.2s}.scan-fragments span:nth-child(14){--x: -6px;--y: 193px;--r: 32deg;background:#f4ae6f;animation-delay:-.7s}.scan-fragments span:nth-child(15){--x: 74px;--y: 184px;--r: -25deg;background:#9ed9e1;animation-delay:-1.8s}.scan-fragments span:nth-child(16){--x: 156px;--y: 177px;--r: 23deg;background:#d6e8c3;animation-delay:-.9s}.scan-fragments span:nth-child(17){--x: -190px;--y: 188px;--r: 23deg;background:#f7d3ae;animation-delay:-1.9s}.scan-fragments span:nth-child(18){--x: 186px;--y: 150px;--r: -18deg;background:#f7c58c;animation-delay:-1.3s}@keyframes scan-confetti{0%,to{opacity:0;transform:translate(calc(var(--x) * .55),calc(var(--y) * .55 - 10px)) rotate(0) scale(.65)}35%,65%{opacity:.82;transform:translate(var(--x),var(--y)) rotate(var(--r)) scale(1)}}.scan-open{width:260px;height:48px;border:0;border-radius:10px;background:#028760;color:#fff;appearance:none;-webkit-appearance:none;display:flex;align-items:center;justify-content:center;gap:5px;padding:0 62px;font-size:14px;font-weight:700;line-height:14px}.scan-open svg{animation:scan-arrow 1.25s ease-in-out infinite}@keyframes scan-arrow{0%,to{opacity:.45;transform:translate(-5px)}50%{opacity:1;transform:translate(5px)}}body{margin:0;background:#fff;font-family:Roboto,Arial,Helvetica Neue,sans-serif;color:#3c4043}html.modal-open,body.modal-open{overflow:hidden;overscroll-behavior:none;touch-action:none}.shell{width:min(100% - 32px,590px);margin:auto;padding:114px 0 75px}.store-brand{position:fixed;top:0;left:50%;width:min(100% - 32px,590px);transform:translate(-50%);z-index:3;height:86px;display:flex;justify-content:center;align-items:flex-start;background:#fff;transition:box-shadow .16s ease}.store-brand.scrolled{box-shadow:0 3px 8px #3c40432e}.store-brand img{width:560px;max-width:100%;height:auto}.app-head{display:flex;align-items:center;gap:16px;margin:12px 0 22px}.app-icon-wrap{position:relative;width:62px;height:62px;flex:0 0 auto;display:grid;place-items:center}.download-ring{position:absolute;inset:-3px;width:calc(100% + 6px);height:calc(100% + 6px);transform-origin:50% 50%;transform-box:fill-box;opacity:0;transition:opacity .1s ease .1s}.download-ring circle{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round}.ring-progress{color:#00966c;animation:loading-circular 1.5s ease-in-out infinite}.app-icon-wrap.installing .download-ring{opacity:1;animation:loading-rotate 2s linear infinite .1s}@keyframes loading-rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes loading-circular{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40}to{stroke-dasharray:90,150;stroke-dashoffset:-120}}.app-icon{position:relative;z-index:1;width:62px;height:62px;border-radius:15px;transition:transform .1s ease}.app-icon-wrap.installing .app-icon{transform:scale(.5)}.app-title h1{font-size:21px;font-weight:500;margin:0 0 7px;display:flex;align-items:center;gap:5px}.app-title h1 img{width:18px;height:18px}.app-title small{display:flex;align-items:center;gap:4px;color:#777;font-size:12px}.app-title .download-percent{display:block;margin:-2px 0 2px;color:#202124;font-size:10px;line-height:14px}.app-title .verified{margin:0}.app-title small svg{color:#00966c}.stats{display:flex;align-items:center;margin-left:8px;margin-bottom:23px}.stats div{height:38px;min-width:122px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.stats b{font-size:14px;font-weight:500;color:#202124}.stats span{font-size:12px;color:#8a8d90;white-space:nowrap}.stats i{width:1px;height:34px;background:#ececec}.stats img{width:18px;height:18px;margin-bottom:2px}.install-art{height:210px;display:flex;align-items:center;justify-content:center;position:relative}.install-art img{display:none}.install-art:before{content:"\25a3    \2503    \25b7";white-space:pre;color:#008f68;font-size:56px;letter-spacing:8px;border:3px solid #008f68;padding:36px 26px;line-height:1;transform:scale(.72)}.install-art:after{content:"Scan QR code to install";position:absolute;margin-top:168px;color:#555;font-size:14px}.install{height:44px;width:100%;background:#008f68;border:0;border-radius:6px;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0;cursor:pointer}.install-main{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:5px;line-height:1.1}.install-main svg{flex:0 0 auto}.install em{display:block;margin-top:1px}.install strong{font-size:14px;font-weight:500;color:#ffd329}.install em{font-size:11px;font-style:normal;color:#d8fff0}.install.done{background:#008f68}.install.installing{background:#9fd5c8}.install.installing strong{color:#fff3a6}.install.installing em{color:#fff}.install.done .play-label{font-size:14px;font-weight:500;color:#fff}.actions{height:71px;display:flex;justify-content:center;align-items:center;gap:28px}.actions button{display:flex;align-items:center;gap:8px;border:0;background:none;color:#01875f;font-size:13px;font-weight:500;line-height:1.2;white-space:nowrap;flex-shrink:0}.actions button.wishlist{color:#c5c8cc;font-weight:400}.gallery{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;touch-action:pan-x pan-y pinch-zoom;user-select:none;scrollbar-width:none}.gallery::-webkit-scrollbar{display:none}.gallery img{flex:0 0 calc(50% - 4px);width:calc(50% - 4px);height:180px;object-fit:cover;border-radius:6px;scroll-snap-align:start;-webkit-user-drag:none}.about{padding:18px 0 15px}.section-head{display:flex;align-items:center;justify-content:space-between}.section-head h2{font-size:16px;font-weight:400;margin:0 0 15px}.section-head svg{color:#444}.about p{font-size:13px;color:#85898d;margin:0 0 13px;line-height:1.5}.description{font-size:12px;line-height:1.45;color:#74787b}.updated{margin-top:18px}.updated h3{margin:0;font-size:16px;font-weight:500;line-height:24px;color:#202124}.updated time{display:block;margin:2px 0 16px;font-size:14px;font-weight:400;line-height:20px;color:#5f6368}.tags{display:flex;flex-wrap:wrap;gap:8px}.tags span{border:1px solid #dadce0;border-radius:16px;padding:7px 12px;font-size:14px;line-height:18px;font-weight:400;color:#3c4043;background:#fff}.data-safety,.ratings{padding:13px 0 18px}.data-safety h2,.ratings h2{font-size:18px;font-weight:400;margin:0 0 17px;color:#202124}.data-safety p,.ratings>p{margin:0 0 15px;color:#6f7478;font-size:13px;line-height:1.45}.ratings>p{display:flex;align-items:center;gap:6px;color:#80868b}.safety-card{border:1px solid #e0e0e0;border-radius:12px;padding:20px 20px 16px;display:grid;gap:20px}.safety-card>div{display:flex;align-items:flex-start;gap:16px;color:#3c4043;font-size:14px;line-height:1.4}.safety-card svg{flex:0 0 auto;color:#5f6368;margin-top:2px}.safety-card>div>span{display:flex;flex-direction:column;gap:4px}.safety-card small{color:#80868b;font-size:13px;font-weight:400;text-decoration:none}.safety-card .safety-link{text-decoration:underline}.safety-details{border:0;background:none;padding:2px 0;margin:0;color:#01875f;font-size:14px;font-weight:500;text-align:left;cursor:pointer}.device-tabs{display:flex;gap:10px;margin:24px 0 26px}.device-tabs button{border:1px solid #dadce0;border-radius:18px;background:#fff;color:#6d7276;display:inline-flex;align-items:center;gap:8px;padding:7px 16px;font-size:13px;cursor:pointer}.device-tabs button.active{border-color:#e1f3ed;background:#e1f3ed;color:#008f68}.rating-summary{display:flex;align-items:center;justify-content:space-between;padding:0 3px 22px 0}.score{display:flex;flex-direction:column;gap:8px}.score strong{font-size:58px;font-weight:300;line-height:.9;color:#202124}.score .stars{display:flex;align-items:center;gap:1px;font-size:17px;line-height:1}.score .star{position:relative;display:inline-block;color:#dfe3e5}.score .star-fill{position:absolute;left:0;top:0;height:100%;overflow:hidden;color:#008f68;white-space:nowrap}.score small{color:#6f7478;font-size:12px}.bars{width:185px;display:grid;gap:8px}.bars>div{display:flex;align-items:center;gap:10px}.bars span{width:12px;color:#6f7478;font-size:11px;text-align:right}.bars i{display:block;height:9px;flex:1;overflow:hidden;background:#e2e3e4;border-radius:8px}.bars b{display:block;height:100%;background:#008f68;border-radius:inherit}.review{border-top:1px solid #ececec;padding:20px 0 18px}.review-head{display:flex;align-items:center;gap:12px;color:#3c4043;font-size:13px}.review-head svg{margin-left:auto;color:#555a5e}.avatar{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#a86332;color:#fff;font-size:15px}.review-meta{display:flex;align-items:center;gap:10px;margin-top:16px;color:#008f68;font-size:12px}.review-meta time{color:#6f7478}.review p{margin:12px 0 0;color:#73787c;font-size:13px;line-height:1.45}.bottom-nav{position:fixed;left:50%;bottom:0;width:min(100% - 32px,590px);transform:translate(-50%);height:55px;border-top:1px solid #dadce0;background:#fff;display:flex;align-items:stretch;padding:0;margin:0;z-index:4}.bottom-nav a{flex:1 1 0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3px;color:#5f6368;font-size:12px;font-weight:500}.bottom-nav a.active{color:#028760}.bottom-nav svg{width:24px;height:24px}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:#262626;color:#fff;border-radius:4px;padding:10px 16px;font-size:12px;z-index:5}.feedback-overlay{position:fixed;inset:0;z-index:10;display:flex;align-items:center;justify-content:center;padding:16px;background:rgba(0,0,0,.52);animation:feedback-fade-in .18s ease-out both}.feedback-modal{width:min(350px,100%);border-radius:18px;background:#fff;padding:25px 20px;text-align:center;color:#202124;box-shadow:0 8px 30px #0003;animation:feedback-modal-in .22s ease-out both}.reward-image{display:block;width:min(180px,100%);height:auto;margin:0 auto 24px}@keyframes feedback-fade-in{0%{opacity:0}to{opacity:1}}@keyframes feedback-modal-in{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.reward-title{display:flex;align-items:center;justify-content:center;gap:7px;color:#3d3217}.reward-title span{color:#f6b800;font-size:27px;line-height:1}.reward-title strong{font-size:23px;line-height:28px;font-weight:700}.reward-subtitle{margin-top:1px;color:#716755;font-size:11px;line-height:16px}.feedback-heading{margin:28px 0 15px;font-size:17px;line-height:25px}.feedback-heading b,.feedback-copy b{color:#f6b800;font-weight:700}.feedback-app-card{display:flex;align-items:center;gap:16px;padding:14px 16px;border-radius:16px;text-align:left;box-shadow:0 3px 15px #3c404329}.feedback-app-card>img{width:68px;height:68px;border-radius:15px}.feedback-app-card h3{display:flex;align-items:center;gap:4px;margin:0 0 7px;font-size:22px;line-height:26px;font-weight:400}.feedback-app-card h3 img{width:17px;height:17px}.feedback-app-card small{display:flex;align-items:center;gap:4px;color:#6f7478;font-size:9px;white-space:nowrap}.feedback-app-card small svg{color:#00966c}.feedback-copy{margin:25px 0 24px;text-align:center;font-size:14px;line-height:19px;color:#3c4043}.feedback-install{width:100%;height:35px;border:0;border-radius:7px;background:#008f68;color:#fff;font:inherit;font-size:14px;cursor:pointer}@media (min-width: 700px){.shell{padding-top:158px}.store-brand{height:100px}.app-head{margin-left:0}.install-art{height:220px}.gallery img{height:180px}.about{padding-top:18px}.bottom-nav{margin-top:2px}}@media (max-width: 600px){.shell{width:calc(100% - 32px);padding-top:103px;padding-bottom:78px}.store-brand{width:100%;height:auto;aspect-ratio:720 / 109;align-items:flex-start}.store-brand img{display:block;width:100%;max-width:none}.app-head{gap:22px;margin-top:0;margin-bottom:32px}.app-icon-wrap,.app-icon{width:74px;height:74px;border-radius:16px}.app-title{align-self:flex-start;padding-top:3px}.app-title h1{font-size:24px;line-height:36px}.app-title small{font-size:12px}.stats{margin-left:0;height:auto;min-height:42px;margin-bottom:38px;justify-content:space-between}.stats div{height:auto;min-height:42px;min-width:0;flex:1 0 auto;padding:0 2px}.stats span{font-size:12px}.install-art{display:none}.install{height:54px;border-radius:8px;margin-bottom:20px}.install strong{font-size:16px}.install em{font-size:12px}.actions{height:auto;min-height:45px;margin:0 0 28px;gap:16px}.gallery img{flex:0 0 100%;width:100%;height:224px}.gallery{margin-bottom:24px}.about{padding-top:0}.section-head h2{font-size:18px;line-height:24px;font-weight:500;margin-bottom:24px}.about p,.description{font-size:14px;line-height:19px}.updated{margin-top:23px}.data-safety,.ratings{padding-top:18px}.data-safety p,.ratings>p{font-size:14px;line-height:19px}.safety-card{padding:17px 18px;gap:16px}.safety-card>div{font-size:14px;line-height:23px}.safety-card small{font-size:13px;line-height:23px}.device-tabs{margin-top:25px}.rating-summary{padding-top:7px}.bars{width:180px}.review p{font-size:14px}.bottom-nav{height:55px;left:0;right:0;width:100%;transform:none;z-index:4}.bottom-nav a{gap:2px}}@media (max-width: 380px){.stats span{font-size:11px}.actions{gap:10px}.actions button{font-size:12px;gap:5px}}
