:root{color-scheme:light;font-family:Roboto,Segoe UI,Arial,sans-serif;line-height:1.4;font-weight:400;color:#202124;background:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--blue: #2756CA;--text-secondary: #1F1F1F;--border: #e8eaed;--surface: #f8f9fa}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#fff}body.dialog-open{overflow:hidden}button,a{font:inherit}a{color:inherit;text-decoration:none}.app-shell{width:min(100%,420px);min-height:100vh;margin:0 auto;background:#fff;padding-bottom:72px}.topbar{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:40px 1fr auto;gap:8px;align-items:center;min-height:56px;padding:8px 12px;background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.topbar__title{color:var(--text-secondary);font-size:.92rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar__actions{display:flex;align-items:center;gap:4px}.icon-button{width:40px;height:40px;display:grid;place-items:center;border:0;border-radius:20px;background:transparent;color:#3c4043;cursor:pointer}.icon-button svg{width:22px;height:22px;fill:currentColor}.play-page{padding:6px 16px 28px}.header-row{display:flex;gap:16px;margin-bottom:28px;min-height:78px}.header-row__icon-wrap{position:relative;width:74px;height:74px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.header-row__icon{width:100%;height:100%;border-radius:20%;object-fit:cover;transition:all .35s}.header-row__spinner{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;z-index:5}.header-row__spinner svg{display:block;width:100%;height:100%;animation:spin 2s linear infinite;color:var(--blue)}.header-row__spinner svg circle{stroke:currentColor;stroke-width:2;stroke-linecap:round;animation:spinner-dash 1.5s ease-in-out infinite}[data-state=installing] .header-row__icon{width:34px!important;height:34px!important}[data-state=installing] .header-row__spinner,[data-state=play] .header-row__spinner{opacity:0;visibility:hidden}[data-state=installing] .header-row__spinner{opacity:1;visibility:visible}.header-row__info{min-width:0}.header-row__title{font-size:1.5rem;font-weight:700;line-height:1.2;margin-bottom:2px}.header-row__developer{margin:0 0 3px;color:var(--blue);font-size:.88rem;font-weight:500}.header-row__progress{display:none;margin:0 0 3px;color:#333;font-size:.75rem;font-weight:500}.header-row__protect{display:flex;align-items:center;gap:4px;margin:0;color:#333;font-size:.65rem}[data-state=installing] .header-row__developer,[data-state=play] .header-row__developer,[data-state=installed] .header-row__developer{display:none}[data-state=installing] .header-row__progress,[data-state=play] .header-row__progress,[data-state=installed] .header-row__progress{display:block}.info-strip{display:flex;width:max-content;margin-bottom:0}.info-strip__item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 15px;position:relative}.info-strip__item:first-child:before{display:none}.info-strip__value{display:flex;align-items:center;color:#202124;font-size:.88rem;font-weight:500}.info-strip__label{margin-top:2px;color:var(--text-secondary);font-size:.7rem}.info-strip__dl-icon{width:20px;height:20px;color:var(--text-secondary)}.age-badge{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:2px solid #3c4043;border-radius:4px;font-size:.72rem;font-weight:700}.install-panel{margin:20px 0 8px}.install-btn{width:100%;height:42px;border:0;border-radius:42px;background:var(--blue);color:#fff;position:relative;overflow:hidden;cursor:pointer;transition:opacity .18s,transform .18s}.install-btn__install,.install-btn__ing,.install-btn__play{display:none}[data-state=install] .install-btn__install{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:.95rem;font-weight:600}[data-state=installing] .install-btn{opacity:1}[data-state=installing] .install-btn__ing{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;width:100%;height:100%;padding:5px 14px 9px}[data-state=play] .install-btn__play{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:.95rem;font-weight:600}.install-btn__rapid{display:flex;align-items:center;gap:4px;color:#faff00;font-size:.92rem;font-weight:500;line-height:21px}.install-btn__countdown{color:#fff;font-size:.75rem;line-height:17px}.install-btn__countdown strong{font-weight:600}.install-btn__progress-num{color:#fff;font-size:.76rem;font-weight:600;letter-spacing:.01em;line-height:1.1}.install-btn__progress{position:absolute;left:14px;right:14px;bottom:6px;height:3px;border-radius:999px;background:#ffffff40;overflow:hidden}.install-btn__progress-bar{display:block;width:0%;height:100%;border-radius:inherit;background:#ffffffeb;transition:width .16s linear}.install-meta{margin:6px 0 0;color:var(--text-secondary);font-size:.78rem}.install-dialog[hidden]{display:none}.install-dialog{position:fixed;inset:0;z-index:80;display:grid;align-items:end;opacity:0;pointer-events:none;transition:opacity .18s ease}.install-dialog.is-visible{opacity:1;pointer-events:auto}.install-dialog__backdrop{position:absolute;inset:0;border:0;background:#0f172a80}.install-dialog__panel{position:relative;width:min(100%,420px);margin:0 auto;padding:18px 18px 16px;border-radius:24px 24px 0 0;background:#fff;box-shadow:0 -16px 36px #0f172a33;transform:translateY(18px);transition:transform .18s ease}.install-dialog.is-visible .install-dialog__panel{transform:translateY(0)}.install-dialog__eyebrow{margin:0 0 16px;color:#202124;font-size:1rem;font-weight:700}.install-dialog__app{display:flex;align-items:center;gap:14px;padding:14px;border:1px solid var(--border);border-radius:18px;background:#f8f9fa}.install-dialog__icon{width:56px;height:56px;border-radius:16px;object-fit:cover;flex-shrink:0}.install-dialog__info{min-width:0;display:grid;gap:3px}.install-dialog__info strong{color:#202124;font-size:.96rem;font-weight:700}.install-dialog__info span{color:#5f6368;font-size:.81rem;line-height:1.35;word-break:break-word}.install-dialog__copy{margin:14px 0 0;color:#5f6368;font-size:.88rem;line-height:1.55}.install-dialog__actions{display:grid;gap:10px;margin-top:18px}.install-dialog[data-mode=ready] .install-dialog__actions{grid-template-columns:1fr 1fr}.install-dialog:not([data-mode=ready]) .install-dialog__actions{grid-template-columns:1fr}.install-dialog__btn{height:44px;border-radius:22px;cursor:pointer;font-size:.92rem;font-weight:600}.install-dialog__btn--ghost{border:1px solid var(--border);background:#fff;color:#202124}.install-dialog__btn--primary{border:0;background:var(--blue);color:#fff}.share-row{display:flex;gap:28px;margin-bottom:0}.share-row__item{display:flex;align-items:center;gap:8px;color:var(--text-secondary);font-size:.82rem}.section{margin-top:28px}.section--divider{padding-top:24px;border-top:1px solid var(--border)}.section__head{display:flex;justify-content:space-between;gap:12px;align-items:center}.section__head h2{margin:0;font-size:1.1rem;font-weight:500}.section__chevron{color:var(--text-secondary);font-size:.88rem}.section__arrow{width:28px;height:33px;display:grid;place-items:center;border-radius:16px;color:#42484d;flex-shrink:0;background:#eaf0f5}.section__arrow svg{width:20px;height:20px}.section__copy,.section__subcopy{margin:12px 0 0;font-size:.9rem;color:var(--text-secondary)}.chip-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.chip{padding:8px 12px;border-radius:16px;background:var(--surface);font-size:.82rem;color:#3c4043}.gallery__list{display:grid;grid-auto-flow:column;grid-auto-columns:162px;gap:12px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.gallery__list::-webkit-scrollbar{display:none}.shot{position:relative;height:324px;border-radius:16px;overflow:hidden;border:1px solid var(--border);background:#fff}.shot__img{width:100%;height:100%;object-fit:cover;display:block}.shot span,.shot i{display:block}.shot__bar-top{height:10px;border-radius:999px;background:#ffffff14;width:50%}.shot__bar-bottom{position:absolute;left:16px;right:16px;bottom:12px;height:5px;border-radius:999px;background:#ffffff26}.shot__game-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:16px}.shot__game-grid i{height:62px;border-radius:10px}.shot--game1 .shot__game-grid i:nth-child(1){background:linear-gradient(135deg,#c0392b,#e74c3c)}.shot--game1 .shot__game-grid i:nth-child(2){background:linear-gradient(135deg,#d4ac0d,#f1c40f)}.shot--game1 .shot__game-grid i:nth-child(3){background:linear-gradient(135deg,#27ae60,#2ecc71)}.shot--game1 .shot__game-grid i:nth-child(4){background:linear-gradient(135deg,#8e44ad,#9b59b6)}.shot--game1 .shot__game-grid i:nth-child(5){background:linear-gradient(135deg,#2980b9,#3498db)}.shot--game1 .shot__game-grid i:nth-child(6){background:linear-gradient(135deg,#e67e22,#f39c12)}.shot--game1 .shot__game-grid i:nth-child(7){background:linear-gradient(135deg,#c0392b,#e74c3c)}.shot--game1 .shot__game-grid i:nth-child(8){background:linear-gradient(135deg,#16a085,#1abc9c)}.shot--game1 .shot__game-grid i:nth-child(9){background:linear-gradient(135deg,#d4ac0d,#f1c40f)}.shot__game-banner{height:80px;margin-top:16px;border-radius:12px;background:linear-gradient(135deg,#d4ac0d80,#c0392b80)}.shot__game-banner--alt{background:linear-gradient(135deg,#2980b999,#8e44ad80)}.shot__game-banner--b{background:linear-gradient(135deg,#27ae6080,#2980b980)}.shot__game-cards{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.shot__game-cards i{height:96px;border-radius:12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08)}.shot--game2 .shot__game-cards i:first-child{background:linear-gradient(180deg,#e74c3c4d,#c0392b26)}.shot--game2 .shot__game-cards i:last-child{background:linear-gradient(180deg,#f1c40f4d,#d4ac0d26)}.shot__game-list{display:grid;gap:8px;margin-top:16px}.shot__game-list i{height:52px;border-radius:10px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08)}.shot--game3 .shot__game-list i:nth-child(1){background:linear-gradient(90deg,rgba(231,76,60,.2),transparent);border-color:#e74c3c26}.shot--game3 .shot__game-list i:nth-child(2){background:linear-gradient(90deg,rgba(241,196,15,.2),transparent);border-color:#f1c40f26}.shot--game3 .shot__game-list i:nth-child(3){background:linear-gradient(90deg,rgba(46,204,113,.2),transparent);border-color:#2ecc7126}.shot--game3 .shot__game-list i:nth-child(4){background:linear-gradient(90deg,rgba(52,152,219,.2),transparent);border-color:#3498db26}.shot__game-grid--2x2{grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.shot__game-grid--2x2 i{height:72px;border-radius:10px}.shot--game4 .shot__game-grid--2x2 i:nth-child(1){background:linear-gradient(135deg,#e74c3c,#c0392b)}.shot--game4 .shot__game-grid--2x2 i:nth-child(2){background:linear-gradient(135deg,#f1c40f,#d4ac0d)}.shot--game4 .shot__game-grid--2x2 i:nth-child(3){background:linear-gradient(135deg,#2ecc71,#27ae60)}.shot--game4 .shot__game-grid--2x2 i:nth-child(4){background:linear-gradient(135deg,#9b59b6,#8e44ad)}.shot--game5 .shot__game-cards i:first-child{background:linear-gradient(180deg,#27ae604d,#16a08526)}.shot--game5 .shot__game-cards i:last-child{background:linear-gradient(180deg,#3498db4d,#2980b926)}.safety-card{margin-top:16px;padding:20px 16px;border-radius:16px;background:#fff;border:1px solid var(--border)}.safety-list{display:grid;gap:18px}.safety-item{display:grid;grid-template-columns:28px 1fr;gap:14px;align-items:start}.safety-item__icon{width:28px;height:28px;margin-top:1px;display:grid;place-items:center;color:var(--text-secondary)}.safety-item__icon svg{width:20px;height:20px}.safety-item strong{display:block;font-size:.9rem;font-weight:500}.safety-item p{margin:4px 0 0;font-size:.82rem;color:var(--text-secondary)}.safety-underline{color:var(--text-secondary);text-decoration:underline}.safety-link{display:inline-block;margin-top:18px;color:#1a73e8;font-size:.88rem;font-weight:500;text-decoration:none}.ratings-summary{display:grid;grid-template-columns:96px 1fr;gap:18px;align-items:center;margin-top:16px}.ratings-summary__score strong{display:block;font-size:3rem;line-height:.95;font-weight:400}.ratings-summary__score span{margin-top:4px;font-size:.85rem;letter-spacing:.08em}.rating-stars{display:inline-flex;align-items:center;letter-spacing:.08em;white-space:nowrap;flex-wrap:nowrap;line-height:1}.rating-stars__on{color:var(--blue)}.rating-stars__half{position:relative;display:inline-block;width:1em;height:1em;color:#9aa0a6}.rating-stars__half:before,.rating-stars__half:after{content:"★";position:absolute;inset:0}.rating-stars__half:before{color:#9aa0a6}.rating-stars__half:after{color:var(--blue);width:50%;overflow:hidden}.rating-stars__off{color:#9aa0a6}.ratings-summary__score small{display:block;margin-top:6px;color:var(--text-secondary);font-size:.78rem}.ratings-bars{display:grid;gap:7px}.ratings-bars__row{display:grid;grid-template-columns:12px 1fr;gap:8px;align-items:center;color:var(--text-secondary);font-size:.76rem}.ratings-bars__row i{height:8px;border-radius:999px;background:#eef0f1;overflow:hidden}.ratings-bars__row b{display:block;height:100%;border-radius:inherit;background:var(--blue)}.reviews{margin-top:16px}.review{display:grid;grid-template-columns:36px 1fr;gap:12px;padding:18px 0;border-top:1px solid var(--border)}.review__avatar{width:36px;height:36px;border-radius:18px;display:grid;place-items:center;overflow:hidden;border:1px solid #e3e6ea;color:#3c4043c7;font-weight:500;font-size:.8rem;letter-spacing:.01em}.review__avatar img{width:100%;height:100%;object-fit:cover;display:block}.review__avatar.avatar--olive{background:#e8eee4}.review__avatar.avatar--rose{background:#f3e4e8}.review__avatar.avatar--slate{background:#e9edf2}.review__head{display:flex;justify-content:space-between;gap:12px;align-items:baseline}.review__head strong{font-size:.92rem;font-weight:500}.review__head span{color:var(--text-secondary);font-size:.78rem}.review__rating{font-size:.78rem;margin-top:4px;letter-spacing:.08em}.review p{margin:10px 0 0;font-size:.88rem;color:var(--text-secondary)}.review__helpful{margin-top:12px;padding:0 16px;min-height:36px;border:1px solid var(--border);border-radius:18px;background:#fff;color:#3c4043;font-size:.82rem;cursor:pointer}.support-row{display:flex;gap:24px;margin-top:16px}.support-item{display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--text-secondary);text-decoration:none}.support-item__icon{width:44px;height:44px;display:grid;place-items:center;border-radius:22px;background:var(--surface);color:#3c4043}.support-item__icon svg{width:22px;height:22px}.support-item__label{font-size:.76rem}.fixed-tabbar{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:min(100%,420px);display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border-top:1px solid var(--border);z-index:30;padding-bottom:env(safe-area-inset-bottom,0)}.fixed-tabbar__item{display:grid;grid-template-rows:40px auto;justify-items:center;align-items:center;row-gap:4px;padding:10px 0 8px;color:#5f6368;text-decoration:none;font-size:.75rem}.fixed-tabbar__item svg{width:24px;height:24px;fill:currentColor}.fixed-tabbar__item>svg{align-self:center;fill:#000}.fixed-tabbar__item>span:last-child{line-height:1.1}.fixed-tabbar__item--active{color:#316090}.fixed-tabbar__icon-bg{width:57px;height:33px;display:grid;place-items:center;border-radius:20px;background:#cae7fd}.fixed-tabbar__icon-bg svg{width:22px;height:22px;fill:#25466a}@keyframes spin{to{transform:rotate(360deg)}}@keyframes spinner-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}to{stroke-dasharray:89,200;stroke-dashoffset:-124}}@keyframes shiny{0%{opacity:0;transform:scale(0) rotate(45deg)}70%{opacity:0;transform:scale(0) rotate(45deg)}71%{opacity:1;transform:scale(4) rotate(45deg)}to{opacity:0;transform:scale(50) rotate(45deg)}}@media(min-width:720px){html,body{background:#f5f7f8}.app-shell{box-shadow:0 24px 60px #3c404314}}@media(max-width:389px){.play-page{padding-inline:14px}.gallery__list{grid-auto-columns:148px}.ratings-summary{grid-template-columns:84px 1fr;gap:14px}}
