:root{--bg:#08050f;--panel:rgba(18,10,34,.86);--text:#fff;--muted:#b8afca;--purple:#9146ff;--purple2:#5c1bff;--yellow:#ffd529;--cyan:#38e7ff;--line:rgba(255,255,255,.11);--safe:env(safe-area-inset-bottom,0px)}
*{box-sizing:border-box}html{background:var(--bg);color-scheme:dark;scroll-behavior:smooth}body{margin:0;min-height:100vh;background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-tap-highlight-color:transparent;overflow-x:hidden}body.modal-open{overflow:hidden}button,input{font:inherit}.background-layer{position:fixed;inset:0;z-index:-4;background:linear-gradient(180deg,rgba(5,2,12,.45),rgba(8,5,15,.94) 65%,#08050f),url("assets/hyper-bg.webp") center top/cover no-repeat}.stars{position:fixed;inset:0;z-index:-3;pointer-events:none;opacity:.34;background-image:radial-gradient(circle,#fff 0 1px,transparent 1.5px),radial-gradient(circle,#9146ff 0 1px,transparent 1.6px);background-size:72px 72px,113px 113px;animation:drift 20s linear infinite}.aurora{position:fixed;width:300px;height:300px;border-radius:50%;filter:blur(85px);opacity:.16;z-index:-2;animation:float 9s ease-in-out infinite}.a1{left:-120px;top:10%;background:#7f2cff}.a2{right:-130px;top:45%;background:#15bfff;animation-delay:-4s}@keyframes drift{to{transform:translateY(72px)}}@keyframes float{50%{transform:translateY(28px) scale(1.08)}}
.splash{position:fixed;inset:0;z-index:100;display:grid;place-content:center;gap:20px;background:#08050f;transition:.4s}.splash.hide{opacity:0;visibility:hidden}.splash-logo{font-size:32px;font-weight:900;letter-spacing:-.06em}.splash-logo strong,h1 strong{color:var(--yellow)}.loader{width:180px;height:4px;border-radius:99px;background:#ffffff12;overflow:hidden}.loader i{display:block;width:40%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--purple),var(--cyan));animation:load 1s infinite}@keyframes load{from{transform:translateX(-120%)}to{transform:translateX(360%)}}
.app{width:min(100%,680px);margin:auto;min-height:100vh;padding:16px 14px calc(132px + var(--safe))}.topbar{display:flex;align-items:center;justify-content:space-between;padding:4px 3px 15px}.brand span{color:#ad9bc9;font-size:9px;font-weight:900;letter-spacing:.2em}.brand h1{margin:4px 0 0;font-size:28px;line-height:1;letter-spacing:-.06em}.avatar-button{position:relative;padding:0;border:0;background:transparent}.avatar-button img{display:block;width:48px;height:48px;border:2px solid #9848ff;border-radius:16px;object-fit:cover;box-shadow:0 0 25px #7d2eff66}.avatar-button i{position:absolute;right:-2px;bottom:-2px;width:13px;height:13px;border:3px solid #0c0717;border-radius:50%;background:#3fea98;box-shadow:0 0 10px #3fea98}
.featured{position:relative;overflow:hidden;border-radius:26px}.featured-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.featured-track::-webkit-scrollbar{display:none}.featured-slide{position:relative;flex:0 0 100%;height:285px;scroll-snap-align:start;overflow:hidden;border:1px solid var(--line);border-radius:26px}.featured-slide img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.featured-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,3,16,.97),rgba(8,4,20,.65) 58%,rgba(5,3,14,.12)),linear-gradient(0deg,rgba(6,3,14,.86),transparent 55%)}.featured-copy{position:relative;z-index:2;width:72%;padding:25px 22px}.featured-copy .badge{display:inline-flex;padding:7px 10px;border:1px solid #ffffff20;border-radius:999px;background:#7a2cff42;font-size:9px;font-weight:900;letter-spacing:.08em}.featured-copy h2{margin:15px 0 8px;font-size:31px;line-height:1.02;letter-spacing:-.045em}.featured-copy p{margin:0;color:#ffffffb8;font-size:12px;line-height:1.5}.featured-actions{display:flex;gap:9px;margin-top:18px}.featured-actions button{height:44px;border:0;border-radius:14px;font-weight:900}.featured-actions .primary{padding:0 18px;background:linear-gradient(135deg,var(--yellow),#ffac17);color:#1a1025}.featured-actions .ghost{width:44px;border:1px solid #ffffff20;background:#ffffff12;color:#fff}.slider-dots{position:absolute;left:22px;bottom:14px;z-index:3;display:flex;gap:6px}.slider-dots button{width:7px;height:7px;padding:0;border:0;border-radius:99px;background:#ffffff55;transition:.2s}.slider-dots button.active{width:22px;background:var(--yellow)}
.welcome-card{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px;padding:19px;border:1px solid var(--line);border-radius:22px;background:var(--panel);backdrop-filter:blur(18px)}.welcome-card>div:first-child span{color:var(--muted);font-size:11px}.welcome-card h3{margin:5px 0 4px;font-size:18px}.welcome-card p{margin:0;color:#9b8daf;font-size:11px}.welcome-stats{display:flex;gap:14px;text-align:center}.welcome-stats b{display:block;font-size:17px}.welcome-stats span{display:block;margin-top:3px;color:#9f94b5;font-size:8px}.section-heading{display:flex;align-items:end;justify-content:space-between;margin:27px 3px 13px}.section-heading.compact{margin-top:25px}.section-heading span{color:#aa98c8;font-size:9px;font-weight:900;letter-spacing:.18em}.section-heading h2{margin:5px 0 0;font-size:24px;letter-spacing:-.04em}.section-heading>b{display:grid;place-items:center;width:30px;height:30px;border-radius:10px;background:#ffffff0f;color:#cbbcf1;font-size:12px}.text-button{border:0;background:transparent;color:#ad8cdf;font-size:11px}.recent-row{display:flex;gap:11px;overflow-x:auto;padding-bottom:3px;scrollbar-width:none}.recent-row::-webkit-scrollbar{display:none}.recent-card{flex:0 0 112px;padding:0;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#11091e;color:#fff;text-align:left}.recent-card img{display:block;width:100%;height:88px;object-fit:cover}.recent-card span{display:block;padding:9px;font-size:10px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sticky-tools{position:sticky;top:0;z-index:15;margin:22px -14px 0;padding:10px 14px 8px;background:linear-gradient(#08050ff2 70%,transparent);backdrop-filter:blur(13px)}.toolbar{display:flex;gap:9px}.search-box{display:flex;align-items:center;gap:9px;flex:1;height:48px;padding:0 15px;border:1px solid var(--line);border-radius:16px;background:#10091dcc}.search-box span{font-size:20px;color:#ad9ac9}.search-box input{width:100%;border:0;outline:0;background:transparent;color:#fff;font-size:13px}.favorites-toggle{width:48px;border:1px solid var(--line);border-radius:16px;background:#10091dcc;color:#c8bdd8;font-size:24px}.favorites-toggle.active{color:#ff4b91;background:#3a102a}.categories{display:flex;gap:8px;margin-top:10px;overflow-x:auto;scrollbar-width:none}.categories::-webkit-scrollbar{display:none}.category{flex:0 0 auto;padding:9px 13px;border:1px solid var(--line);border-radius:999px;background:#ffffff08;color:#a99dbb;font-size:10px;font-weight:800}.category.active{border-color:#9847ff80;background:linear-gradient(135deg,#7226d9,#4a16a3);color:#fff;box-shadow:0 8px 22px #6b22db33}
.games-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.game-card{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:20px;background:#11091e;box-shadow:0 14px 35px #00000038;animation:cardIn .35s both;animation-delay:calc(var(--i)*30ms)}@keyframes cardIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.game-card:active{transform:scale(.98)}.game-image-wrap{position:relative;aspect-ratio:1.08;overflow:hidden}.game-image{width:100%;height:100%;object-fit:cover;transition:.3s}.game-card:active .game-image{transform:scale(1.04)}.hot-badge{position:absolute;left:9px;top:9px;padding:5px 7px;border-radius:8px;background:#ff3e64;color:#fff;font-size:7px;font-weight:900}.hot-badge.new{background:#31c98b}.favorite-button{position:absolute;right:8px;top:8px;width:31px;height:31px;border:1px solid #ffffff2b;border-radius:10px;background:#0b0714b8;color:#fff;font-size:17px;backdrop-filter:blur(8px)}.favorite-button.active{color:#ff4b91}.game-info{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px}.game-info h3{margin:0;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.game-info p{margin:4px 0 0;color:#9f93b3;font-size:9px}.play-chip{flex:0 0 auto;padding:7px 9px;border-radius:9px;background:#ffffff0d;color:#fff;font-size:9px;font-weight:800}.empty-state{display:none;padding:45px 10px;text-align:center;color:#aaa0b8}.empty-state div{font-size:34px}.empty-state h3{margin:12px 0 5px}.empty-state p{margin:0;font-size:11px}
.bottom-nav{position:fixed;left:50%;bottom:calc(10px + var(--safe));z-index:30;display:grid;grid-template-columns:repeat(4,1fr);width:min(calc(100% - 28px),652px);padding:7px;border:1px solid #ffffff16;border-radius:22px;background:#0d0718e8;box-shadow:0 18px 45px #000;backdrop-filter:blur(22px);transform:translateX(-50%)}.nav-item{display:grid;place-items:center;gap:4px;height:58px;border:0;border-radius:17px;background:transparent;color:#8e829f}.nav-item span{font-size:20px}.nav-item b{font-size:9px}.nav-item.active{background:linear-gradient(135deg,#5f1cb4,#2b0a64);color:#fff;box-shadow:0 10px 25px #5d20bd55}
.modal{position:fixed;inset:0;z-index:60;display:flex;align-items:flex-end;visibility:hidden;opacity:0;transition:.25s}.modal.open{visibility:visible;opacity:1}.modal-backdrop{position:absolute;inset:0;border:0;background:#0009;backdrop-filter:blur(7px)}.game-sheet,.profile-sheet{position:relative;z-index:2;width:min(100%,680px);margin:auto;padding:13px 14px calc(24px + var(--safe));border:1px solid #ffffff18;border-radius:30px 30px 0 0;background:#10091d;transform:translateY(105%);transition:.3s cubic-bezier(.2,.8,.2,1)}.modal.open .game-sheet,.modal.open .profile-sheet{transform:none}.sheet-handle{width:42px;height:4px;margin:0 auto 10px;border-radius:99px;background:#ffffff2b}.close-button{position:absolute;right:18px;top:17px;z-index:4;width:34px;height:34px;border:1px solid #ffffff24;border-radius:12px;background:#10091dcc;color:#fff;font-size:22px}.game-sheet>img{display:block;width:100%;height:220px;border-radius:22px;object-fit:cover}.game-sheet-copy{padding:16px 5px 0}.modal-tags{display:flex;align-items:center;justify-content:space-between}.modal-tags>span{padding:6px 9px;border-radius:9px;background:#7d29e0;color:#fff;font-size:8px;font-weight:900}.modal-tags button{width:38px;height:38px;border:1px solid var(--line);border-radius:12px;background:#ffffff08;color:#fff;font-size:21px}.modal-tags button.active{color:#ff4b91}.game-sheet h2{margin:12px 0 7px;font-size:27px}.game-sheet p{margin:0;color:#aaa0ba;font-size:12px;line-height:1.55}.play-now{display:flex;align-items:center;justify-content:space-between;width:100%;height:54px;margin-top:18px;padding:0 19px;border:0;border-radius:17px;background:linear-gradient(135deg,var(--yellow),#ffac17);color:#1a1025;font-weight:900}.profile-sheet{text-align:center}.profile-sheet>img{width:82px;height:82px;border:3px solid #8d3cff;border-radius:25px;object-fit:cover}.profile-sheet h2{margin:12px 0 5px}.profile-sheet>p{margin:0;color:#9f92b4;font-size:11px}.profile-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:19px 0}.profile-stats div{padding:13px 5px;border:1px solid var(--line);border-radius:15px;background:#ffffff08}.profile-stats strong{display:block;font-size:21px}.profile-stats span{display:block;margin-top:4px;color:#9d91af;font-size:8px}.profile-action{width:100%;height:49px;margin-top:9px;border:0;border-radius:15px;background:linear-gradient(135deg,#7724da,#4e16a3);color:#fff;font-weight:900}.profile-action.secondary{border:1px solid var(--line);background:#ffffff08}
.launch-overlay{position:fixed;inset:0;z-index:90;display:grid;place-items:center;visibility:hidden;opacity:0;background:#06030dd9;backdrop-filter:blur(10px);transition:.2s}.launch-overlay.show{visibility:visible;opacity:1}.launch-card{display:grid;place-items:center;gap:10px;min-width:210px;padding:27px;border:1px solid var(--line);border-radius:23px;background:#130b22}.launch-card span{color:#9d91b0;font-size:10px}.launch-spinner{width:38px;height:38px;border:3px solid #ffffff18;border-top-color:var(--yellow);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.toast{position:fixed;left:50%;bottom:calc(95px + var(--safe));z-index:95;padding:11px 15px;border:1px solid var(--line);border-radius:13px;background:#10091deb;color:#fff;font-size:10px;font-weight:800;opacity:0;transform:translate(-50%,10px);transition:.2s;pointer-events:none}.toast.show{opacity:1;transform:translate(-50%,0)}.reveal{animation:reveal .5s both}.delay-1{animation-delay:.07s}.delay-2{animation-delay:.13s}.delay-3{animation-delay:.19s}@keyframes reveal{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
@media(max-width:390px){.featured-slide{height:270px}.featured-copy h2{font-size:28px}.game-sheet>img{height:200px}.welcome-stats{gap:9px}.games-grid{gap:10px}.game-info{padding:10px}.game-info h3{font-size:12px}}@media(min-width:600px){.games-grid{grid-template-columns:repeat(3,1fr)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

/* Hyper Play 5.0 motion layer */
:root{--motion-fast:180ms;--motion-mid:420ms;--motion-slow:900ms}
body::before{content:"";position:fixed;inset:-20%;z-index:-1;pointer-events:none;background:conic-gradient(from 180deg at 50% 50%,transparent 0 20%,rgba(145,70,255,.08) 28%,transparent 38% 62%,rgba(56,231,255,.06) 72%,transparent 82%);animation:bgSpin 28s linear infinite}
@keyframes bgSpin{to{transform:rotate(360deg)}}
.app{opacity:0;transform:translateY(16px) scale(.985);transition:opacity .7s ease,transform .8s cubic-bezier(.2,.8,.2,1)}
.app.ready{opacity:1;transform:none}
.reveal{opacity:0;transform:translateY(24px) scale(.985);filter:blur(7px);transition:opacity .7s ease,transform .75s cubic-bezier(.2,.8,.2,1),filter .7s ease}.reveal.in-view{opacity:1;transform:none;filter:none}.delay-1{transition-delay:.08s}.delay-2{transition-delay:.14s}.delay-3{transition-delay:.2s}
.featured-slide img{transform:scale(1.06);transition:transform 7s ease,filter .6s ease}.featured-slide.is-active img{transform:scale(1.16) translate3d(1.5%,-1%,0)}
.featured-slide::before{content:"";position:absolute;inset:-40%;z-index:1;background:linear-gradient(105deg,transparent 36%,rgba(255,255,255,.16) 49%,transparent 62%);transform:translateX(-70%) rotate(8deg);animation:heroShine 5.5s ease-in-out infinite}
@keyframes heroShine{0%,55%{transform:translateX(-70%) rotate(8deg)}75%,100%{transform:translateX(70%) rotate(8deg)}}
.featured-copy>*{opacity:0;transform:translateY(12px);animation:heroContent .55s forwards}.featured-copy .badge{animation-delay:.08s}.featured-copy h2{animation-delay:.14s}.featured-copy p{animation-delay:.2s}.featured-actions{animation-delay:.27s}@keyframes heroContent{to{opacity:1;transform:none}}
.featured-actions .primary,.play-now{position:relative;overflow:hidden;box-shadow:0 12px 32px rgba(255,188,22,.22);transition:transform var(--motion-fast),box-shadow var(--motion-fast)}.featured-actions .primary::after,.play-now::after{content:"";position:absolute;top:-40%;bottom:-40%;width:34%;left:-45%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);transform:skewX(-22deg);animation:buttonSweep 3.4s ease-in-out infinite}@keyframes buttonSweep{0%,55%{left:-45%}80%,100%{left:125%}}.featured-actions button:active,.play-now:active{transform:scale(.95)}
.game-card{opacity:0;transform:translateY(26px) scale(.96);transition:opacity .55s ease,transform .6s cubic-bezier(.2,.8,.2,1),box-shadow .25s ease,border-color .25s ease;transition-delay:calc(min(var(--i),8)*45ms);will-change:transform}.game-card.card-visible{opacity:1;transform:none}.game-card:active{transform:scale(.965) rotateX(2deg)}.game-card::after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(120deg,transparent 20%,rgba(255,255,255,.14) 48%,transparent 72%);transform:translateX(-130%);transition:transform .75s ease}.game-card:active::after{transform:translateX(130%)}
.game-image{transition:transform .55s cubic-bezier(.2,.8,.2,1),filter .35s ease;filter:saturate(1.08) contrast(1.04)}.game-card:active .game-image{transform:scale(1.08)}
.favorite-button.active{animation:heartPop .42s cubic-bezier(.2,1.6,.4,1)}@keyframes heartPop{0%{transform:scale(.7)}55%{transform:scale(1.35) rotate(-8deg)}100%{transform:scale(1)}}
.bottom-nav{animation:navRise .75s .35s both cubic-bezier(.2,.8,.2,1)}@keyframes navRise{from{opacity:0;transform:translateY(34px)}to{opacity:1;transform:none}}.nav-item{transition:transform .24s ease,background .28s ease,color .28s ease}.nav-item.active{animation:navPulse .4s ease}@keyframes navPulse{50%{transform:translateY(-3px) scale(1.04)}}
.modal.open .game-sheet,.modal.open .profile-sheet{animation:sheetUp .48s cubic-bezier(.18,.9,.22,1)}@keyframes sheetUp{from{transform:translateY(100%) scale(.97);opacity:.6}to{transform:none;opacity:1}}
.launch-spinner{animation:spin .8s linear infinite,pulseGlow 1.25s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulseGlow{50%{filter:drop-shadow(0 0 16px #9146ff)}}
.particle{position:fixed;border-radius:50%;pointer-events:none;z-index:-1;background:radial-gradient(circle,#fff 0 20%,rgba(145,70,255,.7) 40%,transparent 72%);opacity:0;animation:particleFloat var(--dur) linear infinite;animation-delay:var(--delay)}@keyframes particleFloat{0%{opacity:0;transform:translate3d(0,14vh,0) scale(.5)}15%{opacity:.45}80%{opacity:.25}100%{opacity:0;transform:translate3d(var(--drift),-110vh,0) scale(1.2)}}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}


/* Hyper Play 6.0 — rewards, referrals and tasks */
.earn-view[hidden],#homeView[hidden]{display:none!important}.earn-view{padding-top:2px}.earn-hero{position:relative;overflow:hidden;padding:22px;border:1px solid rgba(255,255,255,.13);border-radius:26px;background:radial-gradient(circle at 92% 8%,rgba(255,213,41,.22),transparent 34%),linear-gradient(145deg,rgba(86,26,166,.94),rgba(20,10,40,.94));box-shadow:0 22px 55px #0007}.earn-hero:after{content:"";position:absolute;right:-45px;top:-55px;width:180px;height:180px;border-radius:50%;border:24px solid rgba(255,255,255,.035);animation:rewardOrbit 9s linear infinite}@keyframes rewardOrbit{to{transform:rotate(360deg)}}.earn-hero-top{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.earn-hero span,.referral-copy>span,.how-it-works>span{color:#d6c4f3;font-size:9px;font-weight:900;letter-spacing:.17em}.earn-hero h2,.referral-card h2,.how-it-works h2{margin:6px 0 7px;font-size:27px;letter-spacing:-.05em}.earn-hero p,.referral-card p{margin:0;color:#d0c5dc;font-size:11px;line-height:1.5}.coin-balance{flex:0 0 auto;min-width:91px;padding:13px 10px;border:1px solid rgba(255,255,255,.15);border-radius:18px;background:rgba(8,5,15,.42);text-align:center;backdrop-filter:blur(12px)}.coin-balance i{display:block;font-style:normal;font-size:20px;filter:drop-shadow(0 0 10px #ffd529)}.coin-balance strong{display:block;margin-top:3px;font-size:25px}.coin-balance span{display:block;margin-top:1px;color:#c9bdd6;font-size:8px;letter-spacing:0}.level-bar{position:relative;z-index:1;margin-top:21px}.level-bar>div:first-child{display:flex;justify-content:space-between;font-size:10px}.level-bar>div:first-child span{letter-spacing:0}.level-track{height:8px;margin:9px 0 7px;overflow:hidden;border-radius:99px;background:#09051180}.level-track i{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#ffd529,#ff9d22);box-shadow:0 0 16px #ffd529;transition:width .7s cubic-bezier(.2,.8,.2,1)}.level-bar small{color:#b9acca;font-size:8px}.referral-card{position:relative;margin-top:16px;padding:20px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(145deg,rgba(20,10,38,.95),rgba(13,7,24,.95));box-shadow:0 18px 50px #0005}.referral-icon{display:grid;place-items:center;width:48px;height:48px;margin-bottom:13px;border-radius:16px;background:linear-gradient(135deg,#8d37f6,#4a15a2);font-size:22px;box-shadow:0 10px 28px #7629e044}.referral-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin:17px 0}.referral-stats div{padding:13px;border:1px solid var(--line);border-radius:15px;background:#ffffff08;text-align:center}.referral-stats strong{display:block;font-size:21px}.referral-stats span{display:block;margin-top:3px;color:#9e92b0;font-size:8px}.referral-link{display:flex;height:48px;padding:4px;border:1px solid var(--line);border-radius:15px;background:#090511}.referral-link input{min-width:0;flex:1;padding:0 10px;border:0;outline:0;background:transparent;color:#aaa0b7;font-size:10px}.referral-link button{padding:0 13px;border:0;border-radius:11px;background:#ffffff10;color:#fff;font-size:9px;font-weight:800}.invite-button{position:relative;overflow:hidden;width:100%;height:51px;margin-top:10px;border:0;border-radius:15px;background:linear-gradient(135deg,#ffd529,#ffad1d);color:#1b1025;font-weight:900;box-shadow:0 12px 30px #ffba1b24}.invite-button:after{content:"";position:absolute;inset:-60% auto -60% -45%;width:35%;background:linear-gradient(90deg,transparent,#fff9,transparent);transform:skewX(-20deg);animation:buttonSweep 3.4s infinite}.referral-note{margin-top:10px!important;color:#796f87!important;font-size:8px!important}.tasks-tabs{display:flex;gap:8px;margin:-3px 0 12px}.task-tab{padding:8px 12px;border:1px solid var(--line);border-radius:999px;background:#ffffff07;color:#9f94af;font-size:9px;font-weight:800}.task-tab.active{border-color:#8e42f6;background:#6120ba;color:#fff}.tasks-list{display:grid;gap:10px}.task-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:14px;border:1px solid var(--line);border-radius:18px;background:rgba(17,9,30,.88);transition:.25s}.task-card.done{border-color:#37d99655;background:linear-gradient(135deg,rgba(24,70,55,.38),rgba(17,9,30,.9))}.task-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:linear-gradient(145deg,#32115e,#171025);font-size:20px}.task-copy{min-width:0}.task-copy h3{margin:0;font-size:12px}.task-copy p{margin:4px 0 7px;color:#958aa5;font-size:8px}.task-progress{height:4px;overflow:hidden;border-radius:99px;background:#ffffff0e}.task-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#9146ff,#3fe0ff);transition:width .4s}.task-action{min-width:70px;height:35px;padding:0 9px;border:0;border-radius:11px;background:linear-gradient(135deg,#7027cb,#451190);color:#fff;font-size:8px;font-weight:900}.task-action.ready{background:linear-gradient(135deg,#ffd529,#ffad1d);color:#201128;animation:claimPulse 1.8s infinite}.task-action:disabled{background:#ffffff0a;color:#756b82}.task-reward{display:block;margin-top:3px;color:#ffd529;font-size:8px}@keyframes claimPulse{50%{box-shadow:0 0 20px #ffd5294d;transform:scale(1.03)}}.how-it-works{margin-top:26px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.steps>div{padding:13px 9px;border:1px solid var(--line);border-radius:17px;background:#ffffff06;text-align:center}.steps i{display:grid;place-items:center;width:28px;height:28px;margin:0 auto 9px;border-radius:9px;background:#6b24c4;color:#fff;font-style:normal;font-size:10px;font-weight:900}.steps b{display:block;font-size:10px}.steps p{margin:5px 0 0;color:#8f849d;font-size:7px;line-height:1.4}.bottom-nav{grid-template-columns:repeat(5,1fr)}.nav-item{min-width:0}.nav-item span{font-size:18px}.nav-item b{font-size:8px}@media(max-width:390px){.bottom-nav{width:calc(100% - 16px);padding:6px}.nav-item{height:56px}.nav-item b{font-size:7px}.earn-hero h2,.referral-card h2{font-size:24px}.coin-balance{min-width:82px}.task-card{gap:9px;padding:12px}.task-action{min-width:62px;padding:0 7px}.steps{gap:6px}.steps>div{padding:12px 6px}}


/* Hyper Play 7.0 — full player profile */
.player-profile-view[hidden]{display:none!important}.player-profile-view{padding-top:2px;padding-bottom:24px}
.player-cover{position:relative;overflow:hidden;padding:22px;border:1px solid rgba(255,255,255,.13);border-radius:28px;background:radial-gradient(circle at 86% 4%,rgba(255,213,41,.20),transparent 28%),radial-gradient(circle at 10% 10%,rgba(145,70,255,.34),transparent 34%),linear-gradient(145deg,rgba(35,14,65,.98),rgba(10,6,20,.98));box-shadow:0 24px 60px #0008}
.profile-cover-glow{position:absolute;right:-50px;top:-70px;width:220px;height:220px;border-radius:50%;background:conic-gradient(from 0deg,transparent,#9146ff55,transparent,#ffd52944,transparent);filter:blur(8px);animation:profileGlowSpin 12s linear infinite}
@keyframes profileGlowSpin{to{transform:rotate(360deg)}}
.player-identity{position:relative;z-index:1;display:flex;align-items:center;gap:16px}
.player-avatar-wrap{position:relative;flex:0 0 auto;width:88px;height:88px;padding:4px;border-radius:27px;background:linear-gradient(145deg,#b36cff,#5d19c7 52%,#ffd529);box-shadow:0 14px 36px #6e25d85c}
.player-avatar-wrap img{width:100%;height:100%;border-radius:23px;object-fit:cover;background:#120a22}
.online-dot{position:absolute;right:1px;bottom:5px;width:17px;height:17px;border:4px solid #160d25;border-radius:50%;background:#2ce69c;box-shadow:0 0 15px #2ce69c}
.level-ring{position:absolute;left:-5px;bottom:-7px;display:grid;place-items:center;width:30px;height:30px;border:3px solid #21112f;border-radius:50%;background:linear-gradient(145deg,#ffd529,#ff9f1d);color:#24132e;font-size:11px;font-weight:900}
.player-name-block{min-width:0}.profile-kicker{color:#d5c0f4;font-size:8px;font-weight:900;letter-spacing:.18em}.player-name-block h2{margin:7px 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:26px;letter-spacing:-.05em}.player-name-block>p{margin:0;color:#ac9cbd;font-size:11px}
.player-id-row{display:flex;align-items:center;gap:6px;margin-top:10px}.player-id-row>span{color:#776b86;font-size:8px;font-weight:900}.player-id-row code{max-width:112px;overflow:hidden;text-overflow:ellipsis;color:#d9cfdf;font-size:9px}.player-id-row button{padding:5px 8px;border:1px solid #ffffff12;border-radius:8px;background:#ffffff0b;color:#cbbbd9;font-size:7px;font-weight:800}
.profile-level-card{position:relative;z-index:1;margin-top:20px;padding:14px;border:1px solid #ffffff12;border-radius:18px;background:#07040d63;backdrop-filter:blur(14px)}.profile-level-card>div:first-child{display:flex;justify-content:space-between;align-items:center}.profile-level-card span{color:#9c8dab;font-size:9px}.profile-level-card strong{font-size:11px}.profile-level-track{height:8px;margin:10px 0 7px;overflow:hidden;border-radius:99px;background:#ffffff0b}.profile-level-track i{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#9146ff,#d068ff,#ffd529);box-shadow:0 0 16px #a64eff;transition:width .7s cubic-bezier(.2,.8,.2,1)}.profile-level-card small{color:#80738e;font-size:8px}
.profile-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:14px}.profile-stat-grid article{padding:14px 7px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(145deg,rgba(25,13,42,.94),rgba(12,7,22,.94));text-align:center}.profile-stat-grid span{display:block;font-size:18px}.profile-stat-grid strong{display:block;margin-top:6px;font-size:20px}.profile-stat-grid small{display:block;margin-top:2px;color:#8c8099;font-size:7px}
.profile-panel{margin-top:18px}.achievement-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.achievement{position:relative;padding:13px 8px;border:1px solid var(--line);border-radius:18px;background:#ffffff06;text-align:center;opacity:.45;filter:grayscale(.75)}.achievement.unlocked{opacity:1;filter:none;border-color:#9b50ff55;background:radial-gradient(circle at 50% 0,#9146ff2c,transparent 60%),#ffffff08}.achievement .achievement-icon{display:grid;place-items:center;width:42px;height:42px;margin:0 auto 9px;border-radius:14px;background:linear-gradient(145deg,#30135b,#170c28);font-size:21px}.achievement.unlocked .achievement-icon{box-shadow:0 0 22px #9146ff42}.achievement b{display:block;font-size:9px}.achievement small{display:block;margin-top:4px;color:#85788f;font-size:6.5px;line-height:1.35}.achievement-lock{position:absolute;right:7px;top:7px;font-size:9px}
.profile-favorites-row{display:grid;grid-auto-flow:column;grid-auto-columns:104px;gap:10px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.profile-favorites-row::-webkit-scrollbar{display:none}.profile-favorite-card{padding:0;border:0;background:transparent;color:#fff;text-align:left}.profile-favorite-card img{width:104px;height:104px;border:1px solid var(--line);border-radius:20px;object-fit:cover;box-shadow:0 12px 28px #0007}.profile-favorite-card b{display:block;margin-top:7px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px}.profile-empty{padding:18px;border:1px dashed #ffffff15;border-radius:17px;color:#7f738c;font-size:9px;text-align:center}
.activity-list{display:grid;gap:9px}.activity-item{display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:10px;padding:12px;border:1px solid var(--line);border-radius:17px;background:#ffffff05}.activity-item>span{display:grid;place-items:center;width:40px;height:40px;border-radius:13px;background:#2b124d;font-size:17px}.activity-item b{display:block;font-size:10px}.activity-item small{display:block;margin-top:3px;color:#81758d;font-size:7px}.activity-item time{color:#70657a;font-size:7px}
.profile-actions-panel{overflow:hidden;border:1px solid var(--line);border-radius:22px;background:#ffffff05}.profile-menu-button{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:10px;width:100%;padding:13px 14px;border:0;border-bottom:1px solid var(--line);background:transparent;color:#fff;text-align:left}.profile-menu-button:last-child{border-bottom:0}.profile-menu-button>span{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:linear-gradient(145deg,#33155f,#170c28);font-size:18px}.profile-menu-button b{display:block;font-size:10px}.profile-menu-button small{display:block;margin-top:3px;color:#7f748a;font-size:7px}.profile-menu-button>i{color:#71657c;font-style:normal;font-size:21px}.profile-menu-button.danger b{color:#ff8b9b}.profile-menu-button.danger>span{background:#4b1425}
.profile-sync-note{margin:16px 16px 0;color:#62586c;font-size:7px;line-height:1.5;text-align:center}
@media(max-width:390px){.player-cover{padding:18px}.player-avatar-wrap{width:78px;height:78px}.player-name-block h2{font-size:23px}.profile-stat-grid{gap:6px}.profile-stat-grid article{padding:12px 4px}.profile-stat-grid strong{font-size:18px}.achievement-grid{gap:7px}.achievement{padding:11px 5px}}

/* Hyper Play 8.0 server profile */
.sync-status{position:fixed;top:calc(env(safe-area-inset-top) + 8px);left:50%;z-index:90;transform:translate(-50%,-18px);padding:7px 11px;border:1px solid #ffffff18;border-radius:999px;background:#10091ce8;color:#bcaec8;font-size:8px;opacity:0;pointer-events:none;transition:.25s}.sync-status.show{transform:translate(-50%,0);opacity:1}.sync-status.ok{color:#72efbd}.sync-status.error{color:#ff8da1}
.leaderboard-list{display:grid;gap:8px}.leaderboard-player{display:grid;grid-template-columns:28px 40px 1fr auto;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--line);border-radius:17px;background:#ffffff05}.leaderboard-player.me{border-color:#9d54ff88;background:linear-gradient(90deg,#9146ff20,#ffffff05)}.leaderboard-player>strong{color:#8c7c99;font-size:11px;text-align:center}.leaderboard-player img{width:40px;height:40px;border-radius:13px;object-fit:cover;background:#1d102c}.leaderboard-player b{display:block;font-size:9px}.leaderboard-player small{display:block;margin-top:3px;color:#7e7188;font-size:7px}.leaderboard-score{text-align:right}.leaderboard-score b{font-size:11px;color:#ffd75a}.leaderboard-score small{font-size:6px}


/* Hyper Play 9.0 */
.top-actions{display:flex;align-items:center;gap:10px}.notification-button{position:relative;display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--line);border-radius:15px;background:#ffffff09;color:#fff;font-size:18px}.notification-button i{position:absolute;right:7px;top:7px;width:8px;height:8px;border:2px solid #0c0717;border-radius:50%;background:#ff4f76;display:none}.notification-button i.show{display:block}
.player-hub{margin-top:16px;padding:18px;border:1px solid rgba(168,96,255,.32);border-radius:24px;background:radial-gradient(circle at 100% 0,rgba(255,213,41,.14),transparent 30%),linear-gradient(145deg,rgba(36,17,61,.96),rgba(13,8,25,.96));box-shadow:0 18px 44px #0007}.hub-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.hub-kicker{color:#bda6df;font-size:8px;font-weight:900;letter-spacing:.18em}.hub-top h2{margin:6px 0 0;font-size:17px}.hub-top h2 b{color:var(--yellow)}.hub-streak{display:grid;grid-template-columns:auto auto;align-items:center;gap:4px;padding:9px 11px;border:1px solid #ffffff12;border-radius:15px;background:#ffffff08}.hub-streak span{font-size:16px}.hub-streak b{font-size:15px}.hub-streak small{grid-column:1/3;color:#8f819d;font-size:7px;text-align:center}.hub-progress{height:10px;margin-top:16px;overflow:hidden;border-radius:999px;background:#ffffff0d}.hub-progress i{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#8b43ff,#d763ff,#ffd529);box-shadow:0 0 18px #a34cff;transition:width .65s cubic-bezier(.2,.8,.2,1)}.hub-progress-copy{display:flex;justify-content:space-between;margin-top:7px;color:#83758e;font-size:8px}.hub-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:15px}.hub-actions button{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:8px;padding:11px;border:1px solid #ffffff10;border-radius:17px;background:#ffffff07;color:#fff;text-align:left}.hub-actions button>span{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:linear-gradient(145deg,#3a166b,#1c0d32);font-size:16px}.hub-actions b{display:block;font-size:9px}.hub-actions small{display:block;margin-top:3px;color:#8c7e98;font-size:6.5px;line-height:1.3}.hub-actions button>i{color:#786a83;font-style:normal;font-size:18px}
.notification-center{position:fixed;inset:0;z-index:120;pointer-events:none;visibility:hidden}.notification-center.open{pointer-events:auto;visibility:visible}.notification-backdrop{position:absolute;inset:0;border:0;background:#0009;opacity:0;transition:.25s}.notification-center.open .notification-backdrop{opacity:1}.notification-sheet{position:absolute;left:0;right:0;bottom:0;max-height:72vh;padding:18px 14px calc(24px + env(safe-area-inset-bottom));border:1px solid var(--line);border-radius:28px 28px 0 0;background:#0d0717;transform:translateY(105%);transition:.32s cubic-bezier(.2,.8,.2,1)}.notification-center.open .notification-sheet{transform:translateY(0)}.notification-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:14px}.notification-head span{color:#9e8bae;font-size:8px;font-weight:900;letter-spacing:.18em}.notification-head h2{margin:5px 0 0}.notification-head button{border:0;background:transparent;color:#aa98b8;font-size:8px}.notification-list{display:grid;gap:9px;overflow:auto;max-height:55vh}.notification-item{display:grid;grid-template-columns:42px 1fr;gap:10px;padding:12px;border:1px solid var(--line);border-radius:17px;background:#ffffff05}.notification-item>span{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#2d1450;font-size:18px}.notification-item b{display:block;font-size:10px}.notification-item p{margin:4px 0 0;color:#8f829a;font-size:7.5px;line-height:1.4}.notification-empty{padding:28px;border:1px dashed #ffffff16;border-radius:18px;color:#74687e;text-align:center;font-size:9px}
.bottom-nav{left:10px!important;right:10px!important;width:auto!important;max-width:660px!important;margin:auto!important;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;overflow:hidden!important}.bottom-nav .nav-item{min-width:0!important;width:100%!important;padding-left:3px!important;padding-right:3px!important}.bottom-nav .nav-item b{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:7px!important}
@media(max-width:390px){.hub-actions{grid-template-columns:1fr}.player-hub{padding:15px}.notification-button{width:40px;height:40px}}


/* Hyper Play 11.0 — Stage 1 */
.achievement{position:relative;overflow:hidden}.achievement-progress{height:5px;margin-top:10px;border-radius:99px;background:#ffffff0c;overflow:hidden}.achievement-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#7f35ff,#d65cff,#ffd529);transition:width .55s}.achievement em{display:block;margin-top:5px;color:#80728c;font-size:7px;font-style:normal}.achievement.unlocked{border-color:rgba(255,213,41,.32);background:radial-gradient(circle at 100% 0,rgba(255,213,41,.13),transparent 35%),rgba(25,12,41,.9)}.achievement.unlocked .achievement-icon{filter:drop-shadow(0 0 12px rgba(255,213,41,.45))}
.achievement-popup{position:fixed;inset:0;z-index:180;display:grid;place-items:center;padding:22px;background:rgba(3,1,8,.86);opacity:0;visibility:hidden;transition:.28s}.achievement-popup.show{opacity:1;visibility:visible}.achievement-popup-card{position:relative;width:min(100%,360px);overflow:hidden;padding:29px 22px 22px;border:1px solid rgba(255,213,41,.35);border-radius:28px;background:radial-gradient(circle at 50% 20%,rgba(145,70,255,.38),transparent 38%),linear-gradient(165deg,#24113f,#0c0715 70%);box-shadow:0 30px 90px #000,0 0 60px rgba(145,70,255,.3);text-align:center;transform:scale(.78) translateY(24px);transition:.38s cubic-bezier(.2,.9,.2,1.25)}.achievement-popup.show .achievement-popup-card{transform:scale(1) translateY(0)}.achievement-rays{position:absolute;left:50%;top:35px;width:260px;height:260px;translate:-50% -50%;background:repeating-conic-gradient(from 0deg,rgba(255,213,41,.11) 0 8deg,transparent 8deg 20deg);animation:achievementSpin 9s linear infinite;pointer-events:none}.achievement-popup-label{position:relative;color:#ffd529;font-size:8px;font-weight:900;letter-spacing:.2em}.achievement-popup-icon{position:relative;display:grid;place-items:center;width:92px;height:92px;margin:20px auto 14px;border:1px solid rgba(255,255,255,.18);border-radius:30px;background:linear-gradient(145deg,#6f2dca,#301256);font-size:47px;box-shadow:0 0 42px rgba(158,74,255,.58);animation:achievementFloat 2s ease-in-out infinite}.achievement-popup h2{position:relative;margin:0;font-size:24px}.achievement-popup p{position:relative;margin:8px 0 20px;color:#a99bb6;font-size:11px}.achievement-popup button{position:relative;width:100%;height:48px;border:0;border-radius:16px;background:linear-gradient(135deg,#ffd529,#ffae18);color:#1b1024;font-weight:900}.leaderboard-player.rank-1{border-color:rgba(255,213,41,.34);background:linear-gradient(90deg,rgba(255,213,41,.10),rgba(255,255,255,.03))}.leaderboard-player.rank-2{border-color:rgba(196,212,230,.24)}.leaderboard-player.rank-3{border-color:rgba(205,127,50,.25)}.leaderboard-player.rank-1>strong{color:#ffd529}.leaderboard-player.rank-2>strong{color:#dce8f5}.leaderboard-player.rank-3>strong{color:#df9857}@keyframes achievementSpin{to{transform:rotate(360deg)}}@keyframes achievementFloat{50%{transform:translateY(-7px) scale(1.04)}}


/* Hyper Play 11.0 — Stage 2 */
.economy-view{display:grid;gap:16px}.economy-hero{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:22px;border:1px solid rgba(255,213,41,.26);border-radius:26px;background:radial-gradient(circle at 90% 0,rgba(255,213,41,.18),transparent 35%),linear-gradient(145deg,#251236,#0d0716)}.economy-hero span,.daily-chest-card span{color:#bda6ce;font-size:8px;font-weight:900;letter-spacing:.18em}.economy-hero h2{margin:6px 0 7px;font-size:22px}.economy-hero p{margin:0;color:#9b8ca7;font-size:9px;line-height:1.45}.economy-balance{min-width:94px;padding:13px;border:1px solid #ffffff12;border-radius:19px;background:#ffffff08;text-align:center}.economy-balance i{display:block;font-style:normal;font-size:22px}.economy-balance strong{display:block;margin-top:4px;font-size:20px}.economy-balance span{display:block;margin-top:2px;color:#8d7f96;font-size:7px;letter-spacing:0}
.daily-chest-card{display:grid;grid-template-columns:64px 1fr auto;align-items:center;gap:13px;padding:17px;border:1px solid var(--line);border-radius:23px;background:rgba(18,10,34,.9)}.daily-chest-visual{display:grid;place-items:center;width:64px;height:64px;border-radius:20px;background:linear-gradient(145deg,#6c2dbc,#2a104a);font-size:34px;box-shadow:0 0 28px rgba(145,70,255,.35);animation:chestFloat 2.3s ease-in-out infinite}.daily-chest-card h3{margin:5px 0 5px;font-size:15px}.daily-chest-card p{margin:0;color:#8c7e98;font-size:8px}.daily-chest-card button{height:40px;padding:0 14px;border:0;border-radius:13px;background:linear-gradient(135deg,#ffd529,#ffad17);color:#1a1025;font-size:9px;font-weight:900}
.shop-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.shop-item{position:relative;padding:15px;border:1px solid var(--line);border-radius:21px;background:linear-gradient(155deg,rgba(32,17,52,.96),rgba(13,8,24,.96));overflow:hidden}.shop-item.owned{border-color:rgba(87,232,178,.28)}.shop-item.equipped{box-shadow:0 0 0 1px rgba(255,213,41,.28),0 18px 44px #0005}.shop-item-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:#ffffff0a;font-size:25px}.shop-item>span{display:block;margin-top:11px;color:#a492b5;font-size:7px;font-weight:900;letter-spacing:.15em}.shop-item h3{margin:5px 0 5px;font-size:14px}.shop-item p{min-height:34px;margin:0;color:#86798f;font-size:7.5px;line-height:1.45}.shop-item button{width:100%;height:38px;margin-top:12px;border:1px solid #ffffff12;border-radius:13px;background:#ffffff08;color:#fff;font-size:8px;font-weight:900}.shop-item:not(.owned) button{border:0;background:linear-gradient(135deg,#7d34e9,#5119ae)}.shop-item.equipped button{background:linear-gradient(135deg,#ffd529,#ffad17);color:#1a1025}
.chest-popup{position:fixed;inset:0;z-index:181;display:grid;place-items:center;padding:22px;background:#030108e6;opacity:0;visibility:hidden;transition:.28s}.chest-popup.show{opacity:1;visibility:visible}.chest-popup-card{position:relative;width:min(100%,350px);padding:30px 22px 22px;border:1px solid rgba(255,213,41,.35);border-radius:28px;background:radial-gradient(circle at 50% 25%,rgba(255,213,41,.16),transparent 36%),linear-gradient(160deg,#26133c,#0c0715 72%);text-align:center;overflow:hidden;transform:scale(.78);transition:.38s cubic-bezier(.2,.9,.2,1.25)}.chest-popup.show .chest-popup-card{transform:scale(1)}.chest-glow{position:absolute;left:50%;top:35%;width:250px;height:250px;translate:-50% -50%;border-radius:50%;background:radial-gradient(circle,rgba(255,213,41,.28),transparent 65%);filter:blur(8px);animation:chestPulse 1.8s ease-in-out infinite}.chest-icon{position:relative;font-size:72px;animation:chestBounce 1.2s ease-in-out infinite}.chest-popup span{position:relative;color:#ffd529;font-size:8px;font-weight:900;letter-spacing:.18em}.chest-popup h2{position:relative;margin:9px 0 6px;font-size:25px}.chest-popup p{position:relative;margin:0 0 20px;color:#9d8faa;font-size:9px}.chest-popup button{position:relative;width:100%;height:47px;border:0;border-radius:15px;background:linear-gradient(135deg,#ffd529,#ffad17);color:#1a1025;font-weight:900}
body[data-equipped="frame-neon"] .avatar-button img{border-color:#b95cff;box-shadow:0 0 25px #b95cff,0 0 45px #7b2cff88}body[data-equipped="frame-gold"] .avatar-button img{border-color:#ffd529;box-shadow:0 0 25px #ffd52999}body[data-equipped="theme-amoled"]{--bg:#000;--panel:rgba(8,8,8,.94)}body[data-equipped="theme-cyan"]{--purple:#00bce7;--purple2:#006bff;--cyan:#7cfff5}
@keyframes chestFloat{50%{transform:translateY(-5px)}}@keyframes chestPulse{50%{transform:scale(1.12)}}@keyframes chestBounce{40%{transform:translateY(-10px) rotate(-4deg)}70%{transform:translateY(2px) rotate(3deg)}}
@media(max-width:390px){.daily-chest-card{grid-template-columns:54px 1fr}.daily-chest-visual{width:54px;height:54px}.daily-chest-card button{grid-column:1/3}.shop-grid{grid-template-columns:1fr}}


/* Hyper Play 11.0 — Stage 3 */
.season-pass-panel{position:relative;overflow:hidden;border-color:rgba(146,70,255,.3);background:radial-gradient(circle at 95% 0,rgba(126,54,239,.24),transparent 35%),linear-gradient(155deg,rgba(28,14,48,.98),rgba(10,6,18,.98))}
.season-pass-panel:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 15%,rgba(255,255,255,.025) 40%,transparent 62%);pointer-events:none}
.season-pass-head{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.season-pass-head>div:first-child>span{color:#c69eff;font-size:8px;font-weight:900;letter-spacing:.2em}.season-pass-head h2{margin:6px 0 5px;font-size:23px}.season-pass-head p{margin:0;color:#91849e;font-size:8px}.season-level{display:grid;place-items:center;width:62px;height:62px;border:1px solid rgba(255,213,41,.34);border-radius:20px;background:radial-gradient(circle,#482075,#1a0d2c);box-shadow:0 0 28px rgba(145,70,255,.25)}.season-level small{color:#bda7cb;font-size:6px;font-weight:900}.season-level strong{color:#ffd529;font-size:23px;line-height:1}
.season-progress-line{position:relative;height:9px;margin-top:18px;border:1px solid #ffffff0b;border-radius:99px;background:#07040d;overflow:hidden}.season-progress-line i{display:block;height:100%;width:0;border-radius:inherit;background:linear-gradient(90deg,#7130d4,#b84cff,#ffd529);box-shadow:0 0 16px #a645ff;transition:width .7s cubic-bezier(.2,.8,.2,1)}
.season-progress-caption{display:flex;justify-content:space-between;margin-top:6px;color:#877990;font-size:7px}.season-rewards-track{display:flex;gap:9px;margin:16px -2px 20px;padding:2px;overflow-x:auto;scrollbar-width:none}.season-rewards-track::-webkit-scrollbar{display:none}.season-reward{flex:0 0 72px;min-height:84px;padding:10px 7px;border:1px solid var(--line);border-radius:17px;background:#ffffff05;text-align:center;opacity:.52}.season-reward.unlocked{opacity:1;border-color:rgba(255,213,41,.3);background:linear-gradient(145deg,rgba(255,213,41,.10),rgba(145,70,255,.10))}.season-reward span{display:block;font-size:23px}.season-reward b{display:grid;place-items:center;width:20px;height:20px;margin:6px auto 4px;border-radius:50%;background:#ffffff0b;color:#fff;font-size:8px}.season-reward small{display:block;color:#91849d;font-size:6px;line-height:1.3}
.season-task-heading{margin-top:4px}.season-task-list{display:grid;gap:9px}.season-task{display:grid;grid-template-columns:45px minmax(0,1fr) 76px;align-items:center;gap:10px;padding:12px;border:1px solid var(--line);border-radius:19px;background:#ffffff04}.season-task.completed{border-color:rgba(86,231,178,.27)}.season-task.claimed{opacity:.7}.season-task-icon{display:grid;place-items:center;width:45px;height:45px;border-radius:14px;background:linear-gradient(145deg,#3c1a62,#1a0d2a);font-size:23px}.season-task-main span{font-size:10px;font-weight:900}.season-task-main p{margin:3px 0 7px;color:#8d8097;font-size:7px}.season-task-progress{height:5px;border-radius:99px;background:#ffffff0a;overflow:hidden}.season-task-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#7836dc,#bf55ff)}.season-task-main small{display:block;margin-top:4px;color:#796d82;font-size:6px}.season-task-reward{text-align:right}.season-task-reward b{display:block;color:#d9b9ff;font-size:7px}.season-task-reward small{display:block;margin-top:3px;color:#ffd529;font-size:7px}.season-task-reward button{width:100%;height:28px;margin-top:7px;border:0;border-radius:9px;background:linear-gradient(135deg,#8a3df0,#5a1abb);color:#fff;font-size:6.5px;font-weight:900}.season-task-reward button:disabled{background:#ffffff08;color:#776b80}
@media(max-width:390px){.season-task{grid-template-columns:40px minmax(0,1fr)}.season-task-icon{width:40px;height:40px}.season-task-reward{grid-column:1/3;display:grid;grid-template-columns:1fr 1fr 100px;align-items:center;text-align:left}.season-task-reward button{margin:0}}


/* Hyper Play 11.0 — Stage 4 */
.statistics-panel{background:radial-gradient(circle at 100% 0,rgba(35,202,255,.10),transparent 35%),linear-gradient(155deg,rgba(22,13,39,.98),rgba(9,6,17,.98))}
.statistics-highlight{display:grid;grid-template-columns:66px minmax(0,1fr) auto;align-items:center;gap:13px;padding:14px;border:1px solid rgba(92,220,255,.18);border-radius:21px;background:linear-gradient(135deg,rgba(30,195,255,.08),rgba(145,70,255,.08))}
.statistics-game-cover{width:66px;height:66px;padding:3px;border-radius:19px;background:linear-gradient(145deg,#22c9ff,#8d38ef)}.statistics-game-cover img{width:100%;height:100%;object-fit:cover;border-radius:16px}.statistics-highlight span{color:#85dff7;font-size:7px;font-weight:900;letter-spacing:.16em}.statistics-highlight h3{margin:5px 0 4px;font-size:14px}.statistics-highlight p{margin:0;color:#897d94;font-size:7px;line-height:1.4}.statistics-highlight>strong{display:grid;place-items:center;min-width:42px;height:42px;border-radius:14px;background:#ffffff08;color:#fff;font-size:16px}
.statistics-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:12px}.statistics-cards article{padding:12px 7px;border:1px solid var(--line);border-radius:17px;background:#ffffff04;text-align:center}.statistics-cards span{display:block;font-size:18px}.statistics-cards strong{display:block;margin-top:6px;font-size:15px}.statistics-cards small{display:block;margin-top:3px;color:#817489;font-size:6px}
.statistics-top-heading{margin-top:18px}.statistics-top-list{display:grid;gap:8px}.statistics-top-game{display:grid;grid-template-columns:24px 43px minmax(0,1fr) 30px;align-items:center;gap:9px;width:100%;padding:8px 10px;border:1px solid var(--line);border-radius:16px;background:#ffffff03;color:#fff;text-align:left}.statistics-top-game>b{color:#9b8aaa;font-size:10px;text-align:center}.statistics-top-game img{width:43px;height:43px;border-radius:12px;object-fit:cover}.statistics-top-game div>strong{font-size:9px}.statistics-top-game>span{font-size:11px;font-weight:900;text-align:right}.statistics-game-bar{height:5px;margin-top:7px;border-radius:99px;background:#ffffff09;overflow:hidden}.statistics-game-bar i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#20c8ff,#a844ff)}
.economy-view[hidden],.profile-view[hidden],.earn-view[hidden],.home-view[hidden]{display:none!important}
@media(max-width:390px){.statistics-cards{grid-template-columns:repeat(2,1fr)}.statistics-highlight{grid-template-columns:58px minmax(0,1fr)}.statistics-game-cover{width:58px;height:58px}.statistics-highlight>strong{grid-column:1/3;width:100%;height:30px}}


/* Hyper Play 11.0 — Stage 5 */
.social-panel{background:radial-gradient(circle at 100% 0,rgba(93,234,181,.11),transparent 34%),linear-gradient(155deg,rgba(20,15,38,.98),rgba(9,7,17,.98))}
.social-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.social-summary article{padding:13px 8px;border:1px solid var(--line);border-radius:17px;background:#ffffff04;text-align:center}.social-summary span{display:block;font-size:19px}.social-summary strong{display:block;margin-top:5px;font-size:15px}.social-summary small{display:block;margin-top:3px;color:#82758d;font-size:6px}
.social-invite-button{display:grid;grid-template-columns:42px minmax(0,1fr) 20px;align-items:center;gap:10px;width:100%;margin:12px 0;border:1px solid rgba(92,231,180,.23);border-radius:18px;padding:10px;background:linear-gradient(135deg,rgba(92,231,180,.08),rgba(145,70,255,.08));color:#fff;text-align:left}.social-invite-button>span{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:linear-gradient(145deg,#31c995,#176f57);font-size:20px}.social-invite-button b{display:block;font-size:10px}.social-invite-button small{display:block;margin-top:3px;color:#8c8096;font-size:7px}.social-invite-button i{font-size:22px;font-style:normal;color:#897a94}
.social-list{display:grid;gap:8px}.social-player{display:grid;grid-template-columns:22px 44px minmax(0,1fr) 42px 12px;align-items:center;gap:8px;width:100%;padding:8px 10px;border:1px solid var(--line);border-radius:16px;background:#ffffff03;color:#fff;text-align:left}.social-player>.social-rank{color:#9d8baa;font-size:9px;text-align:center}.social-player img{width:44px;height:44px;border-radius:13px;object-fit:cover}.social-player div strong{display:block;font-size:9px}.social-player div small{display:block;margin-top:3px;color:#7e7188;font-size:7px}.social-player>span{text-align:right}.social-player>span b{display:block;font-size:10px}.social-player>span small{display:block;color:#9585a1;font-size:6px}.social-player>i{font-style:normal;color:#897b94;font-size:16px}
.player-popup{position:fixed;inset:0;z-index:184;display:grid;place-items:center;padding:22px;background:#030108e8;opacity:0;visibility:hidden;transition:.25s}.player-popup.show{opacity:1;visibility:visible}.player-popup-card{position:relative;width:min(100%,350px);padding:28px 20px 20px;border:1px solid rgba(145,70,255,.32);border-radius:28px;background:radial-gradient(circle at 50% 0,rgba(145,70,255,.28),transparent 37%),linear-gradient(155deg,#211137,#0b0713);text-align:center;transform:translateY(25px) scale(.92);transition:.35s cubic-bezier(.2,.85,.2,1.1)}.player-popup.show .player-popup-card{transform:none}.player-popup-close{position:absolute;right:14px;top:14px;width:31px;height:31px;border:1px solid #ffffff12;border-radius:10px;background:#ffffff07;color:#fff;font-size:18px}.player-popup-avatar{width:86px;height:86px;margin:2px auto 12px;padding:3px;border-radius:28px;background:linear-gradient(145deg,#a749ff,#22d5f4)}.player-popup-avatar img{width:100%;height:100%;object-fit:cover;border-radius:25px}.player-popup-card>span{color:#ae9abb;font-size:8px}.player-popup-card h2{margin:5px 0 17px;font-size:20px}.player-popup-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.player-popup-stats article{padding:10px 4px;border:1px solid var(--line);border-radius:14px;background:#ffffff04}.player-popup-stats strong{display:block;font-size:13px}.player-popup-stats small{display:block;margin-top:3px;color:#81748c;font-size:5.5px}.player-popup-favorite{margin-top:12px;padding:12px;border:1px solid var(--line);border-radius:16px;background:#ffffff03}.player-popup-favorite span{display:block;color:#8e7e99;font-size:6px;font-weight:900;letter-spacing:.15em}.player-popup-favorite b{display:block;margin-top:5px;font-size:10px}
@media(max-width:390px){.social-summary{grid-template-columns:1fr}.player-popup-stats{grid-template-columns:repeat(2,1fr)}}



/* Hyper Play — simplified icon home screen */
#homeView .featured,
#homeView .welcome-card,
#homeView .player-hub,
#homeView .recent-section{display:none!important}

.topbar{position:relative;justify-content:center;padding:4px 0 14px;min-height:104px}
.topbar .brand{width:100%;justify-content:center}
.topbar .brand-logo{width:190px;height:96px;border-radius:22px;object-fit:cover;object-position:center;box-shadow:0 14px 36px rgba(72,28,170,.35),0 0 0 1px rgba(255,255,255,.08)}
.topbar .top-actions{position:absolute;right:0;top:8px;display:flex;gap:8px}
.topbar .notification-button{display:none}
.topbar .avatar-button img{width:42px;height:42px;border-radius:14px}

#homeView .sticky-tools{position:sticky;top:0;z-index:20;padding-top:4px;background:linear-gradient(180deg,#08050f 74%,transparent);backdrop-filter:blur(14px)}
#homeView .toolbar{margin-top:0}
#homeView .catalog{margin-top:4px}
#homeView .section-heading{margin:18px 3px 12px}
#homeView .section-heading>div>span{display:none}
#homeView .section-heading h2{font-size:22px}

.games-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 11px}
.game-card.icon-card{overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none;text-align:center}
.game-card.icon-card .game-image-wrap{aspect-ratio:1;border:1px solid rgba(255,255,255,.1);border-radius:22px;box-shadow:0 12px 28px rgba(0,0,0,.38);background:#11091e}
.game-card.icon-card .game-image{display:block;width:100%;height:100%;border-radius:inherit;object-fit:cover}
.game-card.icon-card .favorite-button{right:6px;top:6px;width:29px;height:29px;border-radius:10px;font-size:15px;background:rgba(7,4,16,.72)}
.game-card.icon-card .icon-title{margin:8px 3px 0;color:#fff;font-size:11px;line-height:1.2;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.game-card.icon-card:active{transform:scale(.95)}
.game-card.icon-card::after{display:none}

.splash-logo img{width:210px;height:210px;border-radius:38px;object-fit:cover;box-shadow:0 0 50px rgba(128,55,255,.45)}

@media(max-width:390px){
  .topbar{min-height:94px}
  .topbar .brand-logo{width:170px;height:86px}
  .games-grid{gap:12px 9px}
  .game-card.icon-card .game-image-wrap{border-radius:19px}
  .game-card.icon-card .icon-title{font-size:10px}
}
@media(min-width:600px){.games-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}

/* Hyper Play 12.1 — simple icon-only home */
body.simple-home #hpInstallInlineBanner,
body.simple-home .featured,
body.simple-home .welcome-card,
body.simple-home .player-hub,
body.simple-home .recent-section,
body.simple-home .sticky-tools{display:none!important}
body.simple-home .app{padding:10px 14px calc(112px + var(--safe));max-width:680px}
body.simple-home .topbar{padding:8px 2px 18px;position:sticky;top:0;z-index:20;background:linear-gradient(180deg,#08050f 72%,transparent);backdrop-filter:blur(14px)}
body.simple-home .brand{display:flex;align-items:center;gap:11px}
body.simple-home .brand-logo{width:44px;height:44px;border-radius:14px;object-fit:cover;box-shadow:0 0 0 1px rgba(255,255,255,.12),0 8px 24px rgba(89,30,180,.38)}
body.simple-home .brand-copy{display:grid;gap:3px}
body.simple-home .brand-copy strong{font-size:19px;line-height:1;font-weight:900;letter-spacing:-.04em}
body.simple-home .brand-copy span{font-size:9px;line-height:1;color:#9b8dae;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
body.simple-home .notification-button{display:none}
body.simple-home .avatar-button img{width:44px;height:44px;border-radius:14px}
body.simple-home .catalog{margin-top:0}
body.simple-home .section-heading.simple-heading{align-items:center;margin:2px 2px 16px}
body.simple-home .section-heading.simple-heading span{font-size:8px;color:#987dbb;letter-spacing:.2em}
body.simple-home .section-heading.simple-heading h2{font-size:30px;margin-top:4px;letter-spacing:-.055em}
body.simple-home .section-heading.simple-heading>b{width:34px;height:34px;border-radius:12px;background:#ffffff0b;color:#c7b8d8}
body.simple-home .games-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:17px 10px}
body.simple-home .game-card.icon-card{overflow:visible;border:0;background:transparent;box-shadow:none;border-radius:0}
body.simple-home .game-card.icon-card::after{display:none}
body.simple-home .game-image-wrap{aspect-ratio:1/1;border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:#12091f;box-shadow:0 10px 25px rgba(0,0,0,.36)}
body.simple-home .game-image{display:block;width:100%;height:100%;object-fit:cover}
body.simple-home .favorite-button{right:6px;top:6px;width:27px;height:27px;border-radius:9px;font-size:15px;background:rgba(7,4,14,.7)}
body.simple-home .icon-title{display:block;margin:8px 3px 0;color:#eee8f5;font-size:11px;line-height:1.25;font-weight:800;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.simple-home .empty-state{padding-top:80px}
body.simple-home .bottom-nav{grid-template-columns:repeat(5,1fr)}
body.simple-home .bottom-nav .nav-item[data-section="games"]{display:none}
body.simple-home .nav-item{height:58px}
body.simple-home .nav-item span{font-size:19px}
@media(max-width:360px){body.simple-home .games-grid{gap:15px 8px}body.simple-home .game-image-wrap{border-radius:17px}body.simple-home .icon-title{font-size:10px}}
@media(min-width:600px){body.simple-home .games-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:20px 14px}}


/* Hyper Play 12.2 — rating tab and logo/game fixes */
body.simple-home .topbar .brand-logo{width:52px;height:52px;border-radius:16px;object-fit:cover}
body.simple-home .topbar{min-height:78px;justify-content:flex-start}
body.simple-home .topbar .brand{justify-content:flex-start;width:auto}
body.simple-home .bottom-nav{grid-template-columns:repeat(5,minmax(0,1fr));padding:7px 5px}
body.simple-home .nav-item{min-width:0;padding:0 2px}
body.simple-home .nav-item b{font-size:8px;white-space:nowrap}
body.simple-home .nav-item span{font-size:18px}
.leaderboard-view{display:grid;gap:14px}
.leaderboard-view[hidden]{display:none!important}
.leaderboard-hero{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:22px;border:1px solid rgba(145,70,255,.28);border-radius:26px;background:radial-gradient(circle at 90% 0,rgba(145,70,255,.24),transparent 40%),linear-gradient(145deg,#211038,#0d0716)}
.leaderboard-hero span{color:#b79acc;font-size:8px;font-weight:900;letter-spacing:.18em}
.leaderboard-hero h2{margin:6px 0 5px;font-size:27px}
.leaderboard-hero p{margin:0;color:#92859e;font-size:9px}
.leaderboard-rank{display:grid;place-items:center;flex:0 0 76px;height:76px;border:1px solid rgba(255,213,41,.28);border-radius:23px;background:radial-gradient(circle,#482075,#190c2a)}
.leaderboard-rank small{font-size:6px;color:#a996b7;font-weight:900}.leaderboard-rank strong{font-size:26px;color:#ffd529}
.leaderboard-panel{padding:15px;border:1px solid var(--line);border-radius:24px;background:rgba(15,8,27,.78)}
@media(max-width:390px){body.simple-home .nav-item b{font-size:7px}.leaderboard-hero{padding:18px}.leaderboard-hero h2{font-size:24px}}


/* Hyper Play 12.3 — admin-managed New Games section */
body.simple-home .new-games-section{margin:2px 0 24px}
body.simple-home .new-games-section[hidden]{display:none!important}
body.simple-home .new-games-section .section-heading{margin:2px 2px 13px}
body.simple-home .new-games-row{display:flex;gap:12px;overflow-x:auto;padding:2px 2px 8px;scroll-snap-type:x proximity;scrollbar-width:none}
body.simple-home .new-games-row::-webkit-scrollbar{display:none}
body.simple-home .new-game-card{flex:0 0 104px;min-width:0;scroll-snap-align:start;cursor:pointer}
body.simple-home .new-game-image-wrap{position:relative;aspect-ratio:1;border:1px solid rgba(255,255,255,.13);border-radius:21px;overflow:hidden;background:#12091f;box-shadow:0 11px 27px rgba(0,0,0,.4)}
body.simple-home .new-game-image-wrap img{width:100%;height:100%;display:block;object-fit:cover}
body.simple-home .new-game-image-wrap span{position:absolute;left:7px;top:7px;padding:5px 7px;border-radius:8px;background:linear-gradient(135deg,#8b32ff,#d52fff);color:#fff;font-size:7px;font-weight:950;letter-spacing:.08em;box-shadow:0 5px 14px rgba(139,50,255,.38)}
body.simple-home .new-game-card h3{margin:8px 3px 0;color:#f1ebf7;font-size:11px;line-height:1.2;font-weight:850;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.simple-home .new-game-card:active{transform:scale(.96)}
@media(max-width:360px){body.simple-home .new-game-card{flex-basis:94px}body.simple-home .new-game-image-wrap{border-radius:18px}}
@media(min-width:600px){body.simple-home .new-game-card{flex-basis:120px}}


/* Search at the very top of the home screen */
.home-search{padding:4px 20px 14px;position:relative;z-index:8}
.home-search-box{width:100%;min-height:52px;border-radius:18px;background:rgba(20,13,31,.94);border:1px solid rgba(255,255,255,.12);box-shadow:0 12px 30px rgba(0,0,0,.2)}
.home-search-box span{font-size:25px;color:#b89fc9}
.home-search-box input{font-size:16px}
.catalog-controls-hidden{display:none!important}
@media(max-width:520px){.home-search{padding:2px 16px 12px}.home-search-box{min-height:50px}}

/* Hyper Play 12.5 — wide logo banner in top header */
body.simple-home .topbar{
  align-items:center;
  padding-top:4px;
  padding-bottom:14px;
}
body.simple-home .topbar .brand{
  width:auto;
  min-width:0;
  flex:1;
  justify-content:flex-start;
  overflow:visible;
}
body.simple-home .topbar .brand-banner{
  display:block;
  width:min(230px,70vw);
  height:auto;
  max-height:112px;
  object-fit:contain;
  object-position:left center;
  filter:drop-shadow(0 12px 24px rgba(93,29,214,.38));
}
body.simple-home .topbar .avatar-button{
  flex:0 0 auto;
  margin-left:10px;
}
@media(max-width:390px){
  body.simple-home .topbar .brand-banner{width:min(205px,66vw);max-height:100px}
}


/* Hyper Play 12.3 — emoji bottom navigation */
body.simple-home .bottom-nav .nav-item .nav-emoji{
  display:block;
  font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif;
  font-size:27px!important;
  line-height:1;
  transform:translateZ(0);
  transition:transform .22s ease,filter .22s ease;
}
body.simple-home .bottom-nav .nav-item.active .nav-emoji{
  transform:translateY(-2px) scale(1.14);
  filter:drop-shadow(0 0 11px rgba(145,70,255,.78));
}
body.simple-home .bottom-nav .nav-item:active .nav-emoji{transform:scale(.92)}
body.simple-home .bottom-nav .nav-item b{margin-top:1px}
@media(max-width:390px){body.simple-home .bottom-nav .nav-item .nav-emoji{font-size:25px!important}}


/* Hyper Play 13.0 — visible notifications and persistent install prompt */
body.simple-home .topbar .top-actions{display:flex;align-items:center;gap:9px;flex:0 0 auto;margin-left:auto}
body.simple-home .topbar .notification-button{display:grid!important;flex:0 0 auto;width:44px;height:44px;border-radius:15px;background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.045));box-shadow:0 10px 26px rgba(0,0,0,.28)}
body.simple-home .topbar .notification-button:active{transform:scale(.94)}
body.simple-home .topbar .notification-button i.show{display:block;animation:notificationDotPulse 1.7s ease-in-out infinite}
@keyframes notificationDotPulse{50%{transform:scale(1.28);box-shadow:0 0 12px rgba(255,79,118,.8)}}
.notification-head-actions{display:flex;align-items:center;gap:8px}
.notification-head-actions .notification-close{display:grid;place-items:center;width:34px;height:34px;padding:0;border:1px solid rgba(255,255,255,.13);border-radius:11px;background:rgba(255,255,255,.07);color:#fff;font-size:22px;line-height:1}
.notification-sheet{box-shadow:0 -22px 70px rgba(0,0,0,.58)}
.notification-item{grid-template-columns:46px 1fr;padding:13px;background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.035))}
.notification-item>span{width:46px;height:46px;font-size:20px;background:linear-gradient(145deg,#3b1768,#1c0b33)}
.notification-item b{font-size:12px}
.notification-item p{font-size:9px;line-height:1.45}
@media(max-width:390px){body.simple-home .topbar .notification-button{width:40px;height:40px}body.simple-home .topbar .brand-banner{width:min(175px,56vw)}}

/* Hyper Play 14.0 — guaranteed install notification */
#hpInstallInlineBanner{
  visibility:visible;
  pointer-events:auto;
}

/* Hyper Play 15.0 — square game details modal */
.game-sheet{
  max-height:calc(100dvh - env(safe-area-inset-top,0px) - 18px);
  overflow-y:auto;
  overscroll-behavior:contain;
}

.game-sheet>img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:1 / 1;
  object-fit:cover;
  border-radius:22px;
  background:#0b0614;
}

.game-sheet-copy{
  padding:16px 5px 2px;
}

.game-sheet h2{
  margin:13px 0 8px;
}

.game-sheet p{
  min-height:38px;
}

.play-now{
  position:sticky;
  bottom:0;
  z-index:3;
}

/* Hyper Play 16.0 — referral system at the top of profile */
.player-profile-view .profile-referral-card{
  margin-top:0;
  margin-bottom:16px;
}

.player-profile-view .profile-referral-card .referral-note{
  margin-bottom:0;
}

@media (max-width:520px){
  .player-profile-view .profile-referral-card{
    border-radius:22px;
  }
}

/* Hyper Play 17.0 — TOP 100 leaderboard */
.leaderboard-list{counter-reset:leaderboard;gap:9px}
.leaderboard-player{grid-template-columns:30px 46px minmax(0,1fr) auto;min-height:66px;overflow:hidden}
.leaderboard-player-info{min-width:0}
.leaderboard-name-row{display:flex;align-items:center;flex-wrap:wrap;gap:6px;min-width:0}
.leaderboard-name-row>b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}
.leaderboard-avatar-frame{position:relative;display:grid;place-items:center;width:46px;height:46px;padding:3px;border-radius:16px;background:rgba(255,255,255,.08)}
.leaderboard-avatar-frame img{width:100%;height:100%;border-radius:13px;object-fit:cover;position:relative;z-index:2}
.top-rank-badge{display:inline-flex;align-items:center;flex:0 0 auto;height:18px;padding:0 7px;border-radius:999px;font-size:6px;font-weight:1000;letter-spacing:.08em;white-space:nowrap}
.top-rank-1{color:#dffaff;border:1px solid rgba(116,225,255,.55);background:linear-gradient(110deg,rgba(38,154,255,.34),rgba(187,246,255,.24),rgba(30,121,255,.32));box-shadow:0 0 14px rgba(78,207,255,.28)}
.top-rank-2{color:#fff4bb;border:1px solid rgba(255,211,74,.55);background:linear-gradient(110deg,rgba(155,94,0,.40),rgba(255,225,107,.27),rgba(181,110,0,.38));box-shadow:0 0 14px rgba(255,190,39,.24)}
.top-rank-3{color:#f4f7ff;border:1px solid rgba(218,226,239,.52);background:linear-gradient(110deg,rgba(104,115,132,.42),rgba(239,244,255,.24),rgba(95,106,122,.40));box-shadow:0 0 14px rgba(216,226,242,.18)}
.leaderboard-player.rank-1,.leaderboard-player.rank-2,.leaderboard-player.rank-3{position:relative;isolation:isolate}
.leaderboard-player.rank-1{border-color:rgba(88,210,255,.50);background:linear-gradient(100deg,rgba(16,105,187,.23),rgba(108,226,255,.08),rgba(255,255,255,.025));box-shadow:inset 0 0 22px rgba(58,190,255,.08),0 0 20px rgba(39,173,255,.09)}
.leaderboard-player.rank-2{border-color:rgba(255,204,53,.45);background:linear-gradient(100deg,rgba(157,103,0,.22),rgba(255,219,91,.08),rgba(255,255,255,.025));box-shadow:inset 0 0 22px rgba(255,198,42,.07),0 0 20px rgba(255,184,24,.07)}
.leaderboard-player.rank-3{border-color:rgba(211,220,234,.38);background:linear-gradient(100deg,rgba(103,115,134,.22),rgba(226,233,244,.07),rgba(255,255,255,.025));box-shadow:inset 0 0 22px rgba(220,229,244,.06),0 0 20px rgba(210,221,238,.05)}
.leaderboard-avatar-frame.top-frame-1,.leaderboard-avatar-frame.top-frame-2,.leaderboard-avatar-frame.top-frame-3{padding:3px;overflow:hidden}
.leaderboard-avatar-frame.top-frame-1::before,.leaderboard-avatar-frame.top-frame-2::before,.leaderboard-avatar-frame.top-frame-3::before{content:"";position:absolute;inset:-55%;z-index:0;animation:topFrameShimmer 2.2s linear infinite}
.leaderboard-avatar-frame.top-frame-1::before{background:conic-gradient(from 0deg,#0b74ff,#8feaff,#e9fdff,#3dbfff,#0b74ff)}
.leaderboard-avatar-frame.top-frame-2::before{background:conic-gradient(from 0deg,#8e5600,#ffd538,#fff3a6,#ffad0a,#8e5600)}
.leaderboard-avatar-frame.top-frame-3::before{background:conic-gradient(from 0deg,#6f7886,#eef4ff,#aeb8c8,#ffffff,#6f7886)}
.leaderboard-avatar-frame.top-frame-1::after,.leaderboard-avatar-frame.top-frame-2::after,.leaderboard-avatar-frame.top-frame-3::after{content:"";position:absolute;inset:3px;z-index:1;border-radius:13px;background:#11091c}
.leaderboard-player.rank-1 .leaderboard-position{color:#8cecff;text-shadow:0 0 13px rgba(72,210,255,.75)}
.leaderboard-player.rank-2 .leaderboard-position{color:#ffd858;text-shadow:0 0 13px rgba(255,194,43,.60)}
.leaderboard-player.rank-3 .leaderboard-position{color:#e6edf8;text-shadow:0 0 13px rgba(214,225,242,.48)}
@keyframes topFrameShimmer{to{transform:rotate(360deg)}}
@media(max-width:390px){
  .leaderboard-player{grid-template-columns:24px 42px minmax(0,1fr) auto;gap:8px;padding:9px}
  .leaderboard-avatar-frame{width:42px;height:42px}
  .top-rank-badge{height:17px;padding:0 6px;font-size:5.5px}
}

/* Hyper Play 18.0 — animated TOP 3 podium */
.leaderboard-podium{
  display:grid;
  grid-template-columns:1fr 1.12fr 1fr;
  align-items:end;
  gap:10px;
  margin:0 0 16px;
  padding:18px 10px 12px;
  border:1px solid rgba(170,94,255,.24);
  border-radius:26px;
  background:
    radial-gradient(circle at 50% 0%,rgba(119,48,255,.22),transparent 45%),
    linear-gradient(180deg,rgba(31,12,50,.90),rgba(17,8,29,.94));
  overflow:hidden;
  position:relative;
}

.leaderboard-podium::before{
  content:"";
  position:absolute;
  inset:-40%;
  pointer-events:none;
  background:conic-gradient(from 0deg,transparent,rgba(159,89,255,.09),transparent 28%);
  animation:podiumAura 7s linear infinite;
}

.podium-player{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  align-items:center;
  min-width:0;
  animation:podiumEnter .55s both cubic-bezier(.2,.8,.2,1);
}

.podium-rank-1{
  transform:translateY(-12px);
  animation-delay:.08s;
}
.podium-rank-2{animation-delay:.16s}
.podium-rank-3{animation-delay:.24s}

.podium-crown{
  height:23px;
  font-size:18px;
  filter:drop-shadow(0 0 8px currentColor);
  animation:podiumFloat 2.6s ease-in-out infinite;
}

.podium-avatar{
  position:relative;
  width:72px;
  height:72px;
  padding:4px;
  border-radius:24px;
  overflow:hidden;
  isolation:isolate;
  box-shadow:0 8px 28px rgba(0,0,0,.28);
}

.podium-rank-1 .podium-avatar{
  width:86px;
  height:86px;
  border-radius:28px;
}

.podium-avatar::before{
  content:"";
  position:absolute;
  inset:-55%;
  z-index:0;
  animation:topFrameShimmer 2.2s linear infinite;
}
.podium-avatar.top-frame-1::before{background:conic-gradient(from 0deg,#006eff,#8deaff,#fff,#37bfff,#006eff)}
.podium-avatar.top-frame-2::before{background:conic-gradient(from 0deg,#8a5000,#ffd537,#fff2a2,#ff9f00,#8a5000)}
.podium-avatar.top-frame-3::before{background:conic-gradient(from 0deg,#69727f,#f5f8ff,#aeb8c7,#fff,#69727f)}

.podium-avatar::after{
  content:"";
  position:absolute;
  inset:4px;
  z-index:1;
  border-radius:20px;
  background:#12091d;
}
.podium-rank-1 .podium-avatar::after{border-radius:24px}

.podium-avatar img{
  position:relative;
  z-index:2;
  width:100%;
  height:100%;
  border-radius:20px;
  object-fit:cover;
}
.podium-rank-1 .podium-avatar img{border-radius:24px}

.podium-place{
  position:absolute;
  right:-3px;
  bottom:-3px;
  z-index:3;
  display:grid;
  place-items:center;
  width:25px;
  height:25px;
  border-radius:50%;
  font-size:11px;
  font-weight:1000;
  color:#fff;
  background:linear-gradient(145deg,#6722c4,#2a0b50);
  border:2px solid rgba(255,255,255,.75);
  box-shadow:0 4px 12px rgba(0,0,0,.35);
}

.podium-name{
  width:100%;
  margin-top:9px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  text-align:center;
  font-size:10px;
  font-weight:900;
  color:#fff;
}

.podium-player .top-rank-badge{
  margin-top:5px;
}

.podium-points{
  display:flex;
  flex-direction:column;
  align-items:center;
  margin-top:7px;
}
.podium-points b{font-size:15px;color:#fff}
.podium-points small{font-size:7px;color:#9c90ad;text-transform:uppercase;letter-spacing:.08em}

.profile-top-rank-wrap{
  position:relative;
  display:inline-grid;
  place-items:center;
  padding:4px;
  border-radius:28px;
  overflow:hidden;
  isolation:isolate;
}
.profile-top-rank-wrap::before{
  content:"";
  position:absolute;
  inset:-55%;
  z-index:0;
  animation:topFrameShimmer 2.2s linear infinite;
}
.profile-top-rank-wrap.top-frame-1::before{background:conic-gradient(from 0deg,#006eff,#8deaff,#fff,#37bfff,#006eff)}
.profile-top-rank-wrap.top-frame-2::before{background:conic-gradient(from 0deg,#8a5000,#ffd537,#fff2a2,#ff9f00,#8a5000)}
.profile-top-rank-wrap.top-frame-3::before{background:conic-gradient(from 0deg,#69727f,#f5f8ff,#aeb8c7,#fff,#69727f)}
.profile-top-rank-wrap::after{
  content:"";
  position:absolute;
  inset:4px;
  z-index:1;
  border-radius:24px;
  background:#12091d;
}
.profile-top-rank-wrap #profileAvatar{
  position:relative;
  z-index:2;
}
.profile-top-badge{
  margin-left:7px;
  vertical-align:middle;
}

@keyframes podiumAura{to{transform:rotate(360deg)}}
@keyframes podiumFloat{50%{transform:translateY(-4px) scale(1.05)}}
@keyframes podiumEnter{
  from{opacity:0;transform:translateY(18px) scale(.92)}
  to{opacity:1}
}

@media(max-width:390px){
  .leaderboard-podium{gap:6px;padding-left:6px;padding-right:6px}
  .podium-avatar{width:62px;height:62px;border-radius:21px}
  .podium-rank-1 .podium-avatar{width:74px;height:74px;border-radius:25px}
  .podium-name{font-size:8.5px}
  .podium-player .top-rank-badge{font-size:5px;padding:0 5px}
}

/* Hyper Play 18.1 — premium podium position badges */
.podium-place{
  right:-7px;
  bottom:-7px;
  width:32px;
  height:32px;
  border:0;
  font-size:13px;
  line-height:1;
  font-weight:1000;
  color:#fff;
  box-shadow:
    0 7px 16px rgba(0,0,0,.42),
    inset 0 1px 0 rgba(255,255,255,.55);
  animation:podiumBadgePulse 3.4s ease-in-out infinite;
}

.podium-place::before{
  content:"";
  position:absolute;
  inset:2px;
  border-radius:inherit;
  border:1px solid rgba(255,255,255,.34);
  pointer-events:none;
}

.podium-place-crown{
  right:50%;
  bottom:auto;
  top:-26px;
  transform:translateX(50%);
  width:38px;
  height:38px;
  font-size:25px;
  background:
    radial-gradient(circle at 50% 40%,rgba(255,255,255,.50),transparent 34%),
    linear-gradient(145deg,#ffd95a,#f3a900 48%,#a96300);
  border:2px solid #fff0a7;
  box-shadow:
    0 0 20px rgba(255,197,46,.72),
    0 8px 18px rgba(0,0,0,.38),
    inset 0 1px 1px rgba(255,255,255,.70);
  filter:drop-shadow(0 0 6px rgba(255,216,84,.65));
  animation:podiumCrownFloat 2.7s ease-in-out infinite;
}

.podium-place-2{
  color:#fff7c7;
  background:
    radial-gradient(circle at 35% 25%,#fff4a8 0 10%,transparent 28%),
    linear-gradient(145deg,#ffd34f 0%,#d89400 55%,#8f5600 100%);
  border:2px solid #ffec89;
  text-shadow:0 1px 2px rgba(90,49,0,.65);
  box-shadow:
    0 0 16px rgba(255,188,30,.45),
    0 7px 16px rgba(0,0,0,.40),
    inset 0 1px 1px rgba(255,255,255,.65);
}

.podium-place-3{
  color:#ffffff;
  background:
    radial-gradient(circle at 35% 25%,#ffffff 0 10%,transparent 29%),
    linear-gradient(145deg,#f5f8ff 0%,#aeb8c7 52%,#687281 100%);
  border:2px solid #edf3ff;
  text-shadow:0 1px 2px rgba(45,54,67,.70);
  box-shadow:
    0 0 16px rgba(218,227,242,.35),
    0 7px 16px rgba(0,0,0,.40),
    inset 0 1px 1px rgba(255,255,255,.72);
}

.podium-rank-1 .podium-avatar{
  margin-top:20px;
}

@keyframes podiumBadgePulse{
  0%,78%,100%{transform:scale(1)}
  86%{transform:scale(1.10)}
  92%{transform:scale(.98)}
}

@keyframes podiumCrownFloat{
  0%,100%{transform:translateX(50%) translateY(0) rotate(-2deg)}
  50%{transform:translateX(50%) translateY(-4px) rotate(2deg)}
}

@media(max-width:390px){
  .podium-place{
    width:29px;
    height:29px;
    right:-6px;
    bottom:-6px;
    font-size:12px;
  }
  .podium-place-crown{
    width:34px;
    height:34px;
    top:-23px;
    right:50%;
    bottom:auto;
    font-size:22px;
  }
  .podium-rank-1 .podium-avatar{
    margin-top:17px;
  }
}

/* Hyper Play 19.0 — Tasks center */
.tasks-hero{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:14px;
  padding:22px;
  border:1px solid rgba(141,74,255,.34);
  border-radius:28px;
  background:
    radial-gradient(circle at 90% 10%,rgba(108,44,235,.28),transparent 42%),
    linear-gradient(145deg,rgba(39,17,67,.98),rgba(17,8,29,.98));
  box-shadow:0 16px 36px rgba(0,0,0,.22);
}
.tasks-hero-copy span,
.daily-bonus-head>div:nth-child(2)>span,
.tasks-info>span{
  font-size:8px;
  font-weight:1000;
  letter-spacing:.16em;
  color:#caa6ff;
}
.tasks-hero-copy h2{
  margin:6px 0 6px;
  font-size:25px;
}
.tasks-hero-copy p{
  max-width:420px;
  margin:0;
  color:#9d91ad;
  font-size:11px;
  line-height:1.5;
}
.tasks-balance{
  display:flex;
  flex-direction:column;
  align-items:center;
  min-width:92px;
  padding:13px 12px;
  border:1px solid rgba(255,215,77,.28);
  border-radius:22px;
  background:rgba(255,210,55,.07);
}
.tasks-balance i{font-style:normal;font-size:20px}
.tasks-balance strong{margin-top:3px;font-size:23px;color:#ffd84e}
.tasks-balance span{font-size:7px;color:#a99ab9;text-transform:uppercase;letter-spacing:.1em}

.daily-bonus-card{
  margin-bottom:16px;
  padding:18px;
  border:1px solid rgba(93,210,255,.28);
  border-radius:25px;
  background:
    radial-gradient(circle at 0 0,rgba(52,189,255,.18),transparent 38%),
    linear-gradient(145deg,rgba(17,35,56,.95),rgba(15,9,29,.98));
}
.daily-bonus-head{
  display:grid;
  grid-template-columns:48px minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
}
.daily-bonus-icon{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:17px;
  font-size:24px;
  background:linear-gradient(145deg,rgba(57,191,255,.28),rgba(88,48,203,.25));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.10),0 0 18px rgba(64,190,255,.12);
}
.daily-bonus-head h3{margin:4px 0;font-size:15px}
.daily-bonus-head p{margin:0;color:#9388a2;font-size:9px}
.daily-bonus-reward{
  color:#6fe2ff;
  font-size:19px;
  text-shadow:0 0 14px rgba(74,208,255,.45);
}
.daily-bonus-progress{
  height:8px;
  margin:16px 0 12px;
  border-radius:999px;
  overflow:hidden;
  background:rgba(255,255,255,.07);
}
.daily-bonus-progress i{
  display:block;
  width:0;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,#6530e4,#48d5ff);
  box-shadow:0 0 14px rgba(68,207,255,.40);
  transition:width .6s linear;
}
.daily-bonus-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.daily-countdown{display:flex;flex-direction:column;gap:3px}
.daily-countdown span{font-size:8px;color:#8e839d}
.daily-countdown b{
  font-variant-numeric:tabular-nums;
  font-size:18px;
  letter-spacing:.08em;
}
#claimTasksDailyBonus{
  min-width:132px;
  min-height:42px;
  border:0;
  border-radius:15px;
  color:#fff;
  font-weight:900;
  background:linear-gradient(135deg,#6931db,#3cbfe8);
  box-shadow:0 8px 20px rgba(74,67,220,.24);
}
#claimTasksDailyBonus:disabled{
  opacity:.45;
  box-shadow:none;
}

.tasks-section .section-heading{margin-bottom:12px}
.task-card{
  grid-template-columns:46px minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
  padding:14px;
  border-radius:21px;
}
.task-card.ready-task{
  border-color:rgba(99,215,255,.30);
  box-shadow:inset 0 0 20px rgba(63,196,255,.05);
}
.task-icon{
  width:46px;
  height:46px;
  border-radius:16px;
  font-size:21px;
}
.task-title-row{
  display:flex;
  justify-content:space-between;
  gap:8px;
  align-items:center;
}
.task-title-row h3{min-width:0}
.task-reward{
  flex:0 0 auto;
  color:#ffd94d;
  font-size:10px;
  font-weight:1000;
}
.task-progress-label{
  display:block;
  margin-top:4px;
  font-size:7px;
  color:#887b98;
  text-align:right;
}
.task-action{
  min-width:84px;
  padding:10px 9px;
  border-radius:13px;
}
.task-tabs{
  overflow-x:auto;
  scrollbar-width:none;
}
.task-tabs::-webkit-scrollbar{display:none}

.tasks-info{
  margin-top:16px;
  padding:18px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px;
  background:rgba(255,255,255,.025);
}
.tasks-info-grid{
  display:grid;
  gap:10px;
  margin-top:12px;
}
.tasks-info-grid article{
  display:grid;
  grid-template-columns:30px minmax(0,1fr);
  gap:10px;
  align-items:start;
}
.tasks-info-grid i{
  display:grid;
  place-items:center;
  width:28px;
  height:28px;
  border-radius:10px;
  font-style:normal;
  font-size:10px;
  font-weight:1000;
  color:#fff;
  background:linear-gradient(145deg,#6531d4,#3c1e73);
}
.tasks-info-grid b{font-size:10px}
.tasks-info-grid p{margin:3px 0 0;color:#8f849d;font-size:8px;line-height:1.45}

@media(max-width:430px){
  .tasks-hero{padding:18px}
  .tasks-hero-copy h2{font-size:22px}
  .tasks-balance{min-width:78px;padding:11px 8px}
  .task-card{grid-template-columns:40px minmax(0,1fr);gap:10px}
  .task-icon{width:40px;height:40px}
  .task-action{
    grid-column:2;
    justify-self:stretch;
    width:100%;
  }
  .daily-bonus-footer{align-items:flex-end}
  #claimTasksDailyBonus{min-width:120px}
}

/* Центрирование шкалы загрузки Hyper Play */
.splash .loader,
.splash-screen .loader,
#splash .loader {
    display: block !important;
    width: 180px !important;
    height: 4px !important;
    margin: 22px auto 0 !important;
    padding: 0 !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    border-radius: 999px !important;
    overflow: hidden !important;
}

.splash .loader i,
.splash-screen .loader i,
#splash .loader i {
    display: block !important;
    width: 40% !important;
    height: 100% !important;
    margin: 0 !important;
}

/* Две кнопки задания подписки */
.subscription-task-actions {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 8px !important;
  width: 100% !important;
  margin-top: 10px !important;
}

.subscription-task-actions button {
  min-width: 0 !important;
  height: 42px !important;
  padding: 0 10px !important;
  border: 0 !important;
  border-radius: 13px !important;
  font: inherit !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.subscription-open-button {
  background: linear-gradient(135deg, #7724da, #4e16a3) !important;
  color: #fff !important;
}

.subscription-check-button {
  background: rgba(255,255,255,.1) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.14) !important;
}

.subscription-task-actions button:disabled {
  opacity: .6 !important;
}

/* Исправление кнопок подписки */
.subscription-task-actions{
display:flex!important;
gap:8px!important;
width:100%!important;
margin-top:8px!important;
}

.subscription-task-actions button{
flex:1!important;
height:46px!important;
padding:0 12px!important;
margin:0!important;
border-radius:14px!important;
display:flex!important;
align-items:center!important;
justify-content:center!important;
font-size:13px!important;
font-weight:700!important;
box-sizing:border-box!important;
}

.subscription-open-button{
background:linear-gradient(135deg,var(--purple),var(--purple2))!important;
color:#fff!important;
border:none!important;
}

.subscription-check-button{
background:#ffffff10!important;
border:1px solid var(--line)!important;
color:#fff!important;
}


/* Правильное расположение двух кнопок подписки */
.task-card > .subscription-task-actions{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:8px!important;
  width:auto!important;
  min-width:0!important;
  height:46px!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}

.task-card > .subscription-task-actions button{
  width:100%!important;
  min-width:0!important;
  height:46px!important;
  margin:0!important;
  padding:0 10px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:14px!important;
  font-size:12px!important;
  font-weight:800!important;
  line-height:1!important;
  box-sizing:border-box!important;
}


/* Hyper Play — встроенный полноэкранный проигрыватель игр */
body.game-player-open{overflow:hidden!important;overscroll-behavior:none}
.embedded-game-player[hidden]{display:none!important}
.embedded-game-player{
  position:fixed;
  inset:0;
  z-index:2147483646;
  display:flex;
  flex-direction:column;
  width:100%;
  height:100dvh;
  background:#000;
  opacity:0;
  visibility:hidden;
  transform:translateY(12px);
  transition:opacity .2s ease,transform .2s ease,visibility .2s;
}
.embedded-game-player.open{opacity:1;visibility:visible;transform:none}
.embedded-game-toolbar{
  position:absolute;
  top:calc(env(safe-area-inset-top,0px) + 10px);
  left:10px;
  right:10px;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  pointer-events:none;
}
.embedded-game-control{
  pointer-events:auto;
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  padding:0;
  border:1px solid rgba(255,255,255,.22);
  border-radius:15px;
  background:rgba(8,5,15,.82);
  color:#fff;
  box-shadow:0 8px 28px rgba(0,0,0,.45);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  font-size:24px;
  font-weight:800;
  line-height:1;
}
.embedded-game-control:active{transform:scale(.93)}
#embeddedGameFrame{
  display:block;
  width:100%;
  height:100%;
  min-height:100dvh;
  flex:1;
  border:0;
  background:#000;
}

.embedded-game-close{font-size:30px;font-weight:500;padding-bottom:3px}
.game-close,#gameClose,.close-game{display:none!important;}
#embeddedGameClose,.embedded-game-close{display:none!important;}
