:root,:root[data-theme=dark]{--bg: #0b1016;--bg-2: #0f1720;--bar-bg: #131a22;--bar-border: rgba(34, 199, 192, .14);--bar-shadow: 0 10px 30px rgba(0, 0, 0, .55);--surface: #16202a;--surface-border: rgba(34, 199, 192, .26);--text: #eaf2f5;--muted: #7e8c95;--accent-1: #2fd9d0;--accent-2: #13a3b8;--accent: #22c7c0;--accent-ink: #04262a;--ring: rgba(34, 199, 192, .85);--avatar-1: #38bdf8;--avatar-2: #0e7490;--card-shadow: 0 8px 20px rgba(0, 0, 0, .5);--card-shadow-hover: 0 14px 30px rgba(0, 0, 0, .62);color-scheme:dark}:root[data-theme=light]{--bg: #f2f6f7;--bg-2: #ffffff;--bar-bg: #ffffff;--bar-border: rgba(0, 0, 0, .07);--bar-shadow: 0 8px 26px rgba(12, 74, 80, .12);--surface: #edf4f5;--surface-border: rgba(19, 163, 184, .4);--text: #10191e;--muted: #6b7a82;--accent-1: #35d3cb;--accent-2: #0fa0b4;--accent: #17b3ae;--accent-ink: #04262a;--ring: rgba(19, 163, 184, .8);--avatar-1: #38bdf8;--avatar-2: #0e7490;--card-shadow: 0 8px 20px rgba(12, 74, 80, .16);--card-shadow-hover: 0 14px 30px rgba(12, 74, 80, .24);color-scheme:light}*{box-sizing:border-box}html,body,#root{height:100%;max-width:100%;overflow-x:hidden;overscroll-behavior-x:none}body{margin:0;touch-action:pan-y;background:var(--bg);color:var(--text);font-family:Rubik,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;transition:background-color .35s ease,color .35s ease}button{font:inherit;color:inherit;border:none;background:none;cursor:pointer;padding:0}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid var(--ring);outline-offset:2px;border-radius:8px}.tnum{font-variant-numeric:tabular-nums}.page-title,.prof-row-title,.prof-set-label,.hist-name,.hist-status,.top-login,.gp-section-title,.gp-sheet-name,.gp-result-title,.gp-done-title,.wallet-card-title,.wallet-state-title{color:var(--text)}:root.theme-anim,:root.theme-anim *,:root.theme-anim *:before,:root.theme-anim *:after{transition:background-color .5s ease,border-color .5s ease,color .5s ease,fill .5s ease,stroke .5s ease,box-shadow .5s ease!important}@media(prefers-reduced-motion:reduce){:root.theme-anim,:root.theme-anim *,:root.theme-anim *:before,:root.theme-anim *:after{transition:none!important}}.rp-wave{position:relative;overflow:hidden;animation:rp-wave-glow 7s ease-in-out infinite}.rp-wave:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;border-radius:inherit;background:linear-gradient(100deg,transparent 28%,rgba(34,199,192,.1) 42%,rgba(47,217,208,.26) 50%,rgba(34,199,192,.1) 58%,transparent 72%);background-size:240% 100%;background-repeat:no-repeat;animation:rp-wave-run 7s linear infinite}@keyframes rp-wave-run{0%{background-position:-120% 0}to{background-position:220% 0}}@keyframes rp-wave-glow{0%,to{box-shadow:var(--bar-shadow)}50%{box-shadow:var(--bar-shadow),0 6px 26px #22c7c038}}@media(prefers-reduced-motion:reduce){.rp-wave,.rp-wave:before{animation:none}}.accent-title{margin:0;font-family:Rubik,system-ui,sans-serif;font-weight:400;letter-spacing:.01em;line-height:1.1;background:linear-gradient(100deg,var(--accent-2) 0%,var(--accent-1) 28%,#e6fffc 50%,var(--accent-1) 72%,var(--accent-2) 100%);background-size:220% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;filter:drop-shadow(0 3px 12px rgba(34,199,192,.25));animation:accent-shine 4.5s linear infinite}@keyframes accent-shine{0%{background-position:210% 0}to{background-position:-210% 0}}.page-head{display:flex;align-items:center;gap:10px;margin:10px 2px 16px;animation:page-head-in .5s cubic-bezier(.2,.7,.2,1) both}.page-head-ic{width:28px;height:28px;flex:none;color:var(--accent);filter:drop-shadow(0 2px 6px rgba(34,199,192,.5))}.page-head .accent-title{font-size:clamp(1.5rem,7vw,2.2rem)}@keyframes page-head-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}.seg{position:relative;display:grid;padding:5px;border-radius:999px;background:var(--surface);border:1px solid var(--surface-border);box-shadow:0 12px 28px #00000052,0 0 0 1px #22c7c01a,inset 0 1px #ffffff0d}.seg-pill{position:absolute;top:5px;bottom:5px;left:5px;border-radius:999px;background:linear-gradient(155deg,var(--accent-1),var(--accent-2));box-shadow:0 4px 16px #22c7c080,0 2px 6px #13a3b866,inset 0 1px #ffffff73;transform:translate(0);transition:transform .42s cubic-bezier(.34,1.28,.42,1);pointer-events:none;overflow:hidden}.seg-pill:after{content:"";position:absolute;top:-50%;left:-60%;width:40%;height:200%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);transform:rotate(45deg);filter:blur(3px);animation:seg-shine 4s ease-in-out infinite}.seg-btn{position:relative;z-index:1;height:36px;border-radius:999px;font-weight:700;font-size:.82rem;color:var(--muted);transition:color .3s ease,transform .15s ease}.seg-btn.is-active{color:var(--accent-ink)}.seg-btn:active{transform:scale(.94)}@keyframes seg-shine{0%{left:-60%}18%{left:130%}to{left:130%}}@media(prefers-reduced-motion:reduce){.seg-pill{transition:none}.seg-pill:after{animation:none}.accent-title,.page-head{animation:none}}.games-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.game-card{position:relative;aspect-ratio:1 / 1;border-radius:18px;overflow:hidden;background:var(--surface);border:1px solid var(--surface-border);box-shadow:var(--card-shadow);-webkit-tap-highlight-color:transparent}.game-card:hover .game-card-img{transform:scale(1.09)}.game-card:active{box-shadow:var(--card-shadow-hover)}.game-card.is-selected{border-color:var(--accent);box-shadow:0 0 0 3px #22c7c047,var(--card-shadow-hover)}.game-card.is-selected .game-sel{position:absolute;top:7px;right:7px;z-index:3;width:22px;height:22px;display:grid;place-items:center;border-radius:50%;font-size:.72rem;font-weight:800;color:var(--accent-ink);background:linear-gradient(155deg,var(--accent-1),var(--accent-2));box-shadow:0 2px 8px #0006}.game-card-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transform:scale(1);transition:transform .55s cubic-bezier(.2,.7,.2,1)}.game-card:before{content:"";position:absolute;z-index:2;top:-40%;height:180%;width:34%;left:-55%;background:linear-gradient(90deg,#fff0,#ffffff8c,#fff0);transform:rotate(45deg);filter:blur(3px);pointer-events:none;animation:card-shine 5s ease-in-out infinite;animation-delay:var(--shine-delay, 0s)}@keyframes card-shine{0%{left:-55%}13%{left:130%}to{left:130%}}.game-card-scrim{position:absolute;left:0;right:0;bottom:0;height:62%;background:linear-gradient(to top,rgba(0,0,0,.82) 0%,rgba(0,0,0,.45) 42%,transparent 100%);pointer-events:none}.game-card:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px #2fd9d024,inset 0 1px #ffffff14;pointer-events:none}.game-card-name{position:absolute;left:7px;right:7px;bottom:8px;z-index:1;text-align:center;color:#fff;font-weight:700;font-size:clamp(.62rem,2.7vw,.8rem);line-height:1.15;letter-spacing:-.01em;text-shadow:0 1px 5px rgba(0,0,0,.7);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(prefers-reduced-motion:reduce){.game-card-img{transition:none}.game-card:hover .game-card-img{transform:none}.game-card:before{animation:none;display:none}}.page{min-height:40vh;display:flex;flex-direction:column;gap:6px;padding:18px 4px}.page-title{font-size:clamp(1.4rem,6vw,2rem);font-weight:700;letter-spacing:-.02em}.page-sub{color:var(--muted);font-size:.95rem}.splash{position:fixed;inset:0;z-index:9999;background:radial-gradient(120% 70% at 50% -10%,rgba(34,199,192,.14),transparent 60%),var(--bg, #0b1016);display:flex;align-items:center;justify-content:center;overflow:hidden}.splash-logo{display:flex;align-items:center;animation:splash-pulse 1.6s ease-in-out var(--splash-intro, 1.6s) infinite}.splash-word{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(38px,13vw,72px);font-weight:800;line-height:1;color:var(--text)}@keyframes splash-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.045)}}@media(prefers-reduced-motion:reduce){.splash-logo{animation:none}}.bw{display:inline-flex;gap:.01em;white-space:nowrap}.bw__letter{display:inline-block;opacity:0;animation:bw-appear .5s ease forwards,bw-jump var(--bw-cycle, 10s) linear infinite;perspective:600px;will-change:transform,opacity}.bw__letter--accent{color:var(--accent)}.bw__glyph{display:inline-block}.bw__glyph--spin{animation:bw-spin var(--bw-cycle, 10s) linear infinite;will-change:transform}@keyframes bw-appear{to{opacity:1}}@keyframes bw-jump{0%{transform:translateY(-70%) scale(1.12);animation-timing-function:cubic-bezier(.3,0,.4,1)}2%{transform:translateY(0) scale(1)}2.9%{transform:translateY(-26%)}3.8%{transform:translateY(0)}4.4%{transform:translateY(-9%)}5%,to{transform:translateY(0)}}@keyframes bw-spin{0%{transform:rotateY(0);animation-timing-function:cubic-bezier(.45,.05,.25,1)}6%,to{transform:rotateY(360deg)}}@media(prefers-reduced-motion:reduce){.bw__letter,.bw__glyph--spin{opacity:1;transform:none;animation:none}}.botgate{position:fixed;inset:0;z-index:300;display:grid;place-items:center;padding:28px;background:radial-gradient(120% 70% at 50% -10%,rgba(34,199,192,.12),transparent 60%),#0b1016;color:#eaf2f5;text-align:center}.botgate-inner{max-width:360px;display:flex;flex-direction:column;align-items:center;animation:botgate-in .5s cubic-bezier(.2,.7,.2,1) both}.botgate-logo{width:min(72vw,260px);height:auto;margin-bottom:18px;border-radius:50%;filter:drop-shadow(0 8px 26px rgba(34,199,192,.18))}.botgate-title{margin:0 0 10px;font-size:clamp(1.4rem,6vw,1.9rem);font-weight:700;letter-spacing:-.02em;background:linear-gradient(180deg,#2fd9d0,#13a3b8);-webkit-background-clip:text;background-clip:text;color:transparent}.botgate-text{margin:0 0 22px;color:#94a3ab;font-size:.98rem;line-height:1.5}.botgate-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;height:52px;padding:0 26px;border-radius:15px;font-weight:800;font-size:1.02rem;color:#04262a;background:linear-gradient(150deg,#2fd9d0,#13a3b8);box-shadow:0 10px 26px #22c7c073;transition:transform .15s ease,box-shadow .2s ease}.botgate-btn:hover{transform:translateY(-2px);box-shadow:0 14px 32px #22c7c099}.botgate-btn:active{transform:translateY(0) scale(.98)}.botgate-tg svg{width:22px;height:22px;display:block}.botgate-bot{margin-top:14px;font-family:ui-monospace,monospace;font-size:.9rem;letter-spacing:.02em;color:#7e8c95}@keyframes botgate-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.botgate-inner{animation:none}}.shell{min-height:100dvh;background:radial-gradient(120% 60% at 50% -10%,var(--bg-2),transparent 60%),var(--bg)}.shell-main{max-width:720px;margin:0 auto;padding:4px 14px calc(96px + env(safe-area-inset-bottom,0px))}.rp-hdr{position:sticky;top:0;z-index:50;padding:10px 12px 6px;background:linear-gradient(var(--bg) 68%,transparent)}.rp-hdr__bar{display:flex;align-items:center;justify-content:space-between;gap:10px;height:56px;padding:0 10px;border-radius:20px;background:var(--bar-bg);border:1px solid var(--bar-border);box-shadow:var(--bar-shadow)}.rp-brand{position:relative;z-index:1;display:flex;align-items:center;gap:9px;min-width:0;transition:transform .15s ease}.rp-brand:active{transform:scale(.97)}.rp-brand__mark{width:34px;height:34px;flex:none;border-radius:50%;object-fit:cover;box-shadow:0 0 0 1.5px var(--surface-border)}.rp-brand__name{font-family:Rubik,system-ui,sans-serif;font-weight:700;font-size:1.12rem;line-height:1;letter-spacing:.01em;white-space:nowrap;color:var(--text)}.rp-hdr__actions{position:relative;z-index:1;display:flex;align-items:center;gap:8px}.rp-icon--sm{width:14px;height:14px}.rp-balance{display:flex;align-items:center;gap:6px;height:34px;padding:0 4px 0 12px;border-radius:999px;background:var(--surface);border:1px solid var(--surface-border);transition:transform .15s ease}.rp-balance:hover{transform:translateY(-1px)}.rp-balance:active{transform:translateY(0) scale(.98)}.rp-balance__num{font-weight:700;font-size:.9rem;color:var(--text)}.rp-balance__plus{width:26px;height:26px;display:grid;place-items:center;border-radius:999px;color:var(--accent-ink);background:radial-gradient(circle at 50% 35%,var(--accent-1),var(--accent-2));box-shadow:0 2px 8px #13a3b873}.rp-avatar{width:38px;height:38px;flex:none;display:grid;place-items:center;border-radius:999px;font-weight:800;font-size:1rem;color:#fff;background:linear-gradient(150deg,var(--avatar-1),var(--avatar-2));box-shadow:0 0 0 2px var(--bar-bg),0 0 0 3.5px var(--ring);transition:transform .15s ease}.rp-avatar:hover{transform:translateY(-1px)}.rp-avatar:active{transform:scale(.94)}.rp-avatar__img{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block}@media(max-width:380px){.rp-brand__name{display:none}.rp-balance__num{font-size:.82rem}}.bnav{position:fixed;left:50%;transform:translate(-50%);bottom:calc(10px + env(safe-area-inset-bottom,0px));z-index:50;width:min(100% - 20px,460px)}.bnav-bar{position:relative;display:flex;align-items:stretch;height:58px;padding:7px;border-radius:24px;background:var(--bar-bg);border:1px solid var(--bar-border);box-shadow:var(--bar-shadow);overflow:hidden}.bnav-pill{position:absolute;z-index:1;top:7px;bottom:7px;left:7px;width:calc((100% - 14px) / var(--bnav-count, 4));transform:translate(0);transition:transform .42s cubic-bezier(.34,1.2,.42,1);pointer-events:none}.bnav-pill[data-hidden=true]{opacity:0}.bnav-pill>i{display:block;width:100%;height:100%;border-radius:16px;background:linear-gradient(155deg,var(--accent-1),var(--accent-2));box-shadow:0 6px 16px #13a3b866,inset 0 1px #ffffff59}.bnav-item{position:relative;z-index:1;flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--muted);transition:color .3s ease}.bnav-item.is-active{color:var(--accent-ink)}.bnav-icon{width:27px;height:27px}@media(prefers-reduced-motion:reduce){.bnav-pill{transition:none}}.home-banner{margin:4px 0 16px;border-radius:22px;overflow:hidden;background:#000;border:1px solid var(--surface-border);box-shadow:0 12px 30px #00000073,0 0 0 1px #22c7c014}.home-banner-img{display:block;width:100%;height:auto;aspect-ratio:1200 / 420;object-fit:cover}.gamepage{padding-bottom:100px}.gp-head{display:flex;align-items:center;gap:12px;padding:12px 14px;margin:8px 0 16px;border-radius:18px;background:linear-gradient(150deg,rgba(34,199,192,.1),var(--surface));border:1px solid var(--surface-border);box-shadow:var(--card-shadow)}.gp-back{flex:none;width:34px;height:34px;display:grid;place-items:center;border-radius:10px;font-size:1.5rem;line-height:1;color:var(--text);background:var(--bar-bg);border:1px solid var(--surface-border)}.gp-game-img{width:48px;height:48px;border-radius:12px;object-fit:cover;flex:none}.gp-game-name{font-family:Rubik,system-ui,sans-serif;font-weight:400;font-size:1.3rem;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gp-section-title{font-weight:700;font-size:.95rem;margin:0 2px 10px}.gp-empty{padding:26px 12px;text-align:center;color:var(--muted);font-size:.92rem}.gp-products{display:grid;grid-template-columns:repeat(2,1fr);gap:11px}.gp-card{position:relative;display:flex;flex-direction:column;gap:9px;padding:11px;border-radius:16px;text-align:left;cursor:pointer;background:var(--surface);border:1.5px solid var(--surface-border);box-shadow:var(--card-shadow);overflow:hidden;transition:transform .12s ease,border-color .2s ease,box-shadow .2s ease;-webkit-tap-highlight-color:transparent}.gp-card-top{display:flex;align-items:center;gap:11px}.gp-card:active{transform:scale(.98)}.gp-card.is-hit{border-color:#f59e0b8c;box-shadow:0 0 0 1px #f59e0b38,var(--card-shadow)}.gp-card.is-picked{border-color:var(--accent);box-shadow:0 0 0 2px #22c7c059,var(--card-shadow)}.gp-hit{position:absolute;top:0;right:0;padding:3px 9px;border-radius:0 14px 0 12px;font-size:.6rem;font-weight:800;letter-spacing:.06em;color:#fff;background:linear-gradient(135deg,#f7a41a,#e0740a)}.gp-card-step{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:4px;border-radius:12px;background:var(--bar-bg);border:1px solid var(--surface-border)}.gp-card-step button{flex:none;width:34px;height:28px;border-radius:9px;font-size:1.2rem;font-weight:800;line-height:1;color:var(--accent-ink);background:linear-gradient(155deg,var(--accent-1),var(--accent-2))}.gp-card-step button:disabled{opacity:.4}.gp-card-step button:active{transform:scale(.92)}.gp-card-step-q{font-weight:800;font-size:.98rem;min-width:20px;text-align:center;color:var(--text)}.gp-card-thumb{flex:none;width:52px;height:52px;border-radius:12px;overflow:hidden;display:grid;place-items:center;background:#22c7c014}.gp-card-thumb img{width:100%;height:100%;object-fit:contain}.gp-card-coin{font-size:1.6rem;color:var(--accent)}.gp-card-info{min-width:0;display:flex;flex-direction:column;gap:3px}.gp-card-name{font-weight:800;font-size:.92rem;line-height:1.15;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gp-card-price{font-weight:700;font-size:.84rem;color:var(--accent)}.gp-card-price.hit{color:#f5a623}.gp-buybar{position:fixed;left:50%;transform:translate(-50%);bottom:calc(84px + env(safe-area-inset-bottom,0px));z-index:40;width:min(100% - 28px,692px)}.gp-buy{width:100%;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:space-between;padding:0 8px;font-weight:800;color:var(--accent-ink);background:linear-gradient(150deg,var(--accent-1),var(--accent-2));box-shadow:0 12px 30px #22c7c08c;transition:transform .15s ease}.gp-buy:active{transform:translateY(1px) scale(.99)}.gp-buy-left{display:flex;align-items:center;gap:10px;padding-left:6px}.gp-buy-count{width:26px;height:26px;display:grid;place-items:center;border-radius:999px;background:#2a220538;font-size:.85rem}.gp-buy-price{font-size:1.15rem;padding-right:12px}.gp-modal{position:fixed;inset:0;z-index:200;display:flex;align-items:flex-end;justify-content:center;background:#0009;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:gp-fade .2s ease both}.gp-sheet{position:relative;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;padding:22px 18px calc(22px + env(safe-area-inset-bottom,0px));border-radius:24px 24px 0 0;background:var(--bar-bg);border:1px solid var(--surface-border);box-shadow:0 -12px 40px #00000080;animation:gp-slide .3s cubic-bezier(.2,.8,.2,1) both}.gp-sheet-close{position:absolute;top:12px;right:14px;width:32px;height:32px;border-radius:50%;font-size:1.4rem;line-height:1;color:var(--muted);background:var(--surface)}.gp-sheet-title{font-family:Rubik,system-ui,sans-serif;font-weight:400;font-size:1.4rem;letter-spacing:.01em;margin:2px 0 14px;color:var(--text)}.gp-cart-list{display:flex;flex-direction:column;gap:8px;margin-bottom:14px;max-height:36vh;overflow-y:auto}.gp-cart-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:13px;background:var(--surface);border:1px solid var(--surface-border)}.gp-cart-thumb{flex:none;width:42px;height:42px;border-radius:10px;overflow:hidden;display:grid;place-items:center;background:#22c7c014;font-size:1.1rem;color:var(--accent)}.gp-cart-thumb img{width:100%;height:100%;object-fit:contain}.gp-cart-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.gp-cart-name{font-weight:700;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text)}.gp-cart-price{font-size:.78rem;font-weight:700;color:var(--accent)}.gp-step{flex:none;display:flex;align-items:center;gap:3px}.gp-step button{width:30px;height:30px;border-radius:9px;font-size:1.15rem;font-weight:800;color:var(--text);background:var(--bar-bg);border:1px solid var(--surface-border)}.gp-step button:active{transform:scale(.9)}.gp-step-q{min-width:22px;text-align:center;font-weight:800}.gp-total-row{display:flex;align-items:center;justify-content:space-between;padding:4px 2px 14px;font-weight:700;color:var(--muted)}.gp-total-val{color:var(--text);font-size:1.15rem;font-weight:800}.gp-help-link{display:inline-flex;align-items:center;gap:6px;margin-bottom:12px;font-size:.88rem;font-weight:700;color:var(--accent);text-decoration:underline;text-underline-offset:3px}.gp-input{width:100%;height:50px;padding:0 16px;margin-bottom:10px;border-radius:13px;font-size:1rem;font-weight:600;color:var(--text);background:var(--surface);border:1px solid var(--surface-border);outline:none;transition:border-color .2s ease,box-shadow .2s ease}.gp-input::placeholder{color:var(--muted);font-weight:500}.gp-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #22c7c02e}.gp-error{padding:10px 14px;margin-bottom:10px;border-radius:12px;font-size:.85rem;font-weight:600;color:#ef5350;background:#ef535024;border:1px solid rgba(239,83,80,.3)}.gp-error.is-warn{color:#f5a623;background:#f5a62329;border-color:#f5a62359}.gp-btn{width:100%;height:52px;border-radius:14px;font-weight:800;font-size:1rem;color:var(--accent-ink);background:linear-gradient(150deg,var(--accent-1),var(--accent-2));box-shadow:0 8px 22px #22c7c073;display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:6px;transition:transform .15s ease,opacity .2s ease}.gp-btn:active{transform:translateY(1px) scale(.99)}.gp-btn:disabled{opacity:.5;box-shadow:none}.gp-btn-ghost{color:var(--accent);background:var(--surface);border:1px solid var(--surface-border);box-shadow:none}.gp-buying{display:flex;flex-direction:column;align-items:center;gap:10px;padding:40px 10px 24px}.gp-spinner-lg{width:44px;height:44px;border-radius:50%;border:4px solid rgba(34,199,192,.25);border-top-color:var(--accent);animation:gp-spin .8s linear infinite}.gp-buying-title{font-weight:800;font-size:1.15rem}.gp-buying-sub{color:var(--muted);font-weight:700}.gp-result{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:14px 4px 6px}.gp-result-emoji{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;font-size:1.9rem;font-weight:900;margin-bottom:2px}.gp-result-emoji.ok{color:#12b36a;background:#12b36a26}.gp-result-emoji.warn{color:#f5a623;background:#f5a62326}.gp-done-title{font-family:Rubik,system-ui,sans-serif;font-size:1.45rem;font-weight:400;letter-spacing:.01em}.gp-done-text{color:var(--muted);font-weight:800;font-size:1.1rem}.gp-res-list{width:100%;display:flex;flex-direction:column;gap:6px;margin:10px 0;max-height:34vh;overflow-y:auto}.gp-res-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 12px;border-radius:11px;background:var(--surface);border:1px solid var(--surface-border);font-size:.88rem}.gp-res-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}.gp-res-status{flex:none;font-weight:800;font-size:1rem}.gp-res-item.ok .gp-res-status{color:#12b36a}.gp-res-item.failed .gp-res-status{color:#ef5350}.gp-res-item.ambiguous .gp-res-status{color:#f5a623}.gp-help-title{font-weight:800;font-size:1.2rem;margin:4px 0 14px}.gp-help-img{width:100%;border-radius:14px;margin-bottom:14px;border:1px solid var(--surface-border)}.gp-help-text{color:var(--text);font-size:.94rem;line-height:1.5;white-space:pre-wrap;margin-bottom:8px}@keyframes gp-spin{to{transform:rotate(360deg)}}@keyframes gp-fade{0%{opacity:0}to{opacity:1}}@keyframes gp-slide{0%{transform:translateY(100%)}to{transform:none}}@media(prefers-reduced-motion:reduce){.gp-modal,.gp-sheet{animation:none}}.gp-voucher-note{padding:12px 14px;margin-bottom:4px;border:1px dashed rgba(212,175,55,.55);border-radius:10px;background:#d4af3714;font-size:13px;line-height:1.4;opacity:.9;text-align:center}.wallet{gap:0}.wallet-head{display:flex;align-items:center;gap:10px;margin:10px 2px 16px;animation:wallet-in .5s cubic-bezier(.2,.7,.2,1) both}.wallet-head-ic{width:28px;height:28px;flex:none;color:var(--accent);filter:drop-shadow(0 2px 6px rgba(34,199,192,.5))}.wallet-title{margin:0;font-family:Rubik,system-ui,sans-serif;font-size:clamp(1.5rem,7vw,2.2rem);font-weight:400;letter-spacing:.01em;line-height:1.1;background:linear-gradient(100deg,var(--accent-2) 0%,var(--accent-1) 28%,#e6fffc 50%,var(--accent-1) 72%,var(--accent-2) 100%);background-size:220% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;filter:drop-shadow(0 3px 12px rgba(34,199,192,.25));animation:wallet-title-shine 4.5s linear infinite}@keyframes wallet-title-shine{0%{background-position:210% 0}to{background-position:-210% 0}}.wallet-balance{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-radius:18px;margin-bottom:14px;background:linear-gradient(150deg,rgba(34,199,192,.12),var(--surface));border:1px solid var(--surface-border);box-shadow:var(--card-shadow)}.wallet-balance-label{color:var(--muted);font-size:.86rem;font-weight:600}.wallet-balance-value{display:flex;align-items:baseline;gap:6px;font-weight:800;font-size:1.35rem;background:linear-gradient(180deg,var(--accent-1),var(--accent-2));-webkit-background-clip:text;background-clip:text;color:transparent}.wallet-balance-cur{font-size:.7rem;font-weight:700;color:var(--muted);-webkit-text-fill-color:var(--muted)}.wallet-card{padding:16px;border-radius:20px;margin-bottom:14px;background:var(--surface);border:1px solid var(--surface-border);box-shadow:var(--card-shadow);animation:wallet-in .4s cubic-bezier(.2,.7,.2,1) both}.wallet-card-title{font-weight:700;font-size:1rem;margin-bottom:10px}.wallet-steps{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:7px;color:var(--muted);font-size:.9rem;line-height:1.35}.wallet-steps li::marker{color:var(--accent);font-weight:800}.wallet-video-btn{margin-top:12px;height:42px;width:100%;border-radius:12px;font-weight:700;font-size:.9rem;color:var(--accent);background:var(--bar-bg);border:1px solid var(--surface-border);display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:transform .15s ease,border-color .2s ease}.wallet-video-btn:active{transform:scale(.98)}.wallet-video-modal{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:18px;background:#000000c7;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:wallet-in .25s ease both}.wallet-video-box{position:relative;width:100%;max-width:520px;border-radius:18px;overflow:hidden;background:#000;box-shadow:0 20px 50px #0009}.wallet-video-close{position:absolute;top:8px;right:8px;z-index:1;width:34px;height:34px;border-radius:50%;font-size:1.4rem;line-height:1;color:#fff;background:#0000008c;display:grid;place-items:center}.wallet-video{display:block;width:100%;max-height:70vh;background:#000}.wallet-input{width:100%;height:46px;padding:0 14px;border-radius:12px;font-size:1rem;font-weight:600;color:var(--text);background:var(--bar-bg);border:1px solid var(--surface-border);outline:none;transition:box-shadow .2s ease,border-color .2s ease}.wallet-input::placeholder{color:var(--muted);font-weight:500}.wallet-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #22c7c02e}.wallet-msg{margin-top:10px;font-size:.85rem;color:var(--accent);font-weight:600}.wallet-btn{width:100%;height:50px;margin-top:14px;border-radius:14px;font-weight:800;font-size:1rem;color:var(--accent-ink);background:linear-gradient(150deg,var(--accent-1),var(--accent-2));box-shadow:0 8px 22px #22c7c073;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:transform .15s ease,box-shadow .2s ease,opacity .2s ease}.wallet-btn:active{transform:translateY(1px) scale(.99)}.wallet-btn:disabled{opacity:.5;box-shadow:none}.wallet-btn-ic{width:18px;height:18px}.wallet-btn-ghost{color:var(--accent);background:var(--bar-bg);border:1px solid var(--surface-border);box-shadow:none;height:46px}.wallet-btn-ghost:active{transform:scale(.99)}.wallet-preview-note{margin-top:10px;font-size:.8rem;color:var(--muted);line-height:1.35}.wallet-timer{display:flex;flex-direction:column;align-items:center;gap:6px;margin-bottom:16px}.wallet-timer-label{color:var(--muted);font-size:.8rem;font-weight:600}.wallet-timer-value{font-size:2.2rem;font-weight:800;letter-spacing:.02em;background:linear-gradient(180deg,var(--accent-1),var(--accent-2));-webkit-background-clip:text;background-clip:text;color:transparent}.wallet-timer-bar{width:100%;height:6px;border-radius:999px;background:var(--bar-bg);overflow:hidden}.wallet-timer-fill{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--accent-2),var(--accent-1));transition:width 1s linear}.wallet-amount-block{display:flex;flex-direction:column;align-items:center;gap:6px;margin-bottom:16px}.wallet-amount-hint{color:var(--muted);font-size:.82rem;font-weight:600}.wallet-amount{position:relative;display:inline-flex;align-items:baseline;gap:7px;padding:10px 18px;border-radius:14px;background:var(--bar-bg);border:1px dashed var(--surface-border);font-weight:800;font-size:1.7rem;color:var(--text)}.wallet-amount-cur{font-size:.8rem;font-weight:700;color:var(--muted)}.wallet-cards-title{font-weight:700;font-size:.92rem;margin-bottom:8px}.wallet-cards{display:flex;flex-direction:column;gap:8px}.wallet-bankcard{position:relative;display:grid;grid-template-columns:auto 1fr;grid-template-areas:"type number" "type name";align-items:center;column-gap:12px;row-gap:2px;padding:12px 14px;text-align:left;border-radius:14px;background:var(--bar-bg);border:1px solid var(--surface-border);transition:border-color .2s ease,transform .15s ease}.wallet-bankcard:active{transform:scale(.99)}.wallet-bank-type{grid-area:type;align-self:center;padding:6px 10px;border-radius:10px;font-size:.72rem;font-weight:800;color:#fff}.type-humo{background:linear-gradient(150deg,#12b36a,#0a8f52)}.type-uzcard{background:linear-gradient(150deg,#2f7bff,#1b53c8)}.wallet-bank-number{grid-area:number;font-weight:700;font-size:1.02rem;letter-spacing:.04em}.wallet-bank-name{grid-area:name;color:var(--muted);font-size:.78rem;font-weight:600}.wallet-copy-tag{position:absolute;top:8px;right:10px;font-size:.66rem;font-weight:700;color:var(--accent)}.wallet-waiting{display:flex;align-items:center;justify-content:center;gap:9px;margin-top:16px;color:var(--muted);font-size:.9rem;font-weight:600}.wallet-spinner{width:16px;height:16px;border-radius:50%;border:2px solid rgba(34,199,192,.3);border-top-color:var(--accent);animation:wallet-spin .8s linear infinite}.wallet-center{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:28px 18px}.wallet-state-emoji{font-size:3rem;line-height:1;margin-bottom:4px}.wallet-state-title{font-family:Rubik,system-ui,sans-serif;font-size:1.4rem;font-weight:400;letter-spacing:.01em}.wallet-state-text{color:var(--muted);font-size:.92rem;max-width:32ch}.wallet-success-balance{display:flex;align-items:baseline;gap:6px;margin-top:6px;font-weight:800;font-size:1.8rem;background:linear-gradient(180deg,var(--accent-1),var(--accent-2));-webkit-background-clip:text;background-clip:text;color:transparent}.wallet-check svg{width:84px;height:84px}.wallet-check-circle{fill:none;stroke:var(--accent);stroke-width:3;stroke-dasharray:151;stroke-dashoffset:151;animation:wallet-draw .5s ease forwards}.wallet-check-mark{fill:none;stroke:var(--accent);stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:40;stroke-dashoffset:40;animation:wallet-draw .35s .4s ease forwards}@keyframes wallet-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes wallet-spin{to{transform:rotate(360deg)}}@keyframes wallet-draw{to{stroke-dashoffset:0}}@media(prefers-reduced-motion:reduce){.wallet-card,.wallet-video-wrap,.wallet-check-circle,.wallet-check-mark{animation:none}.wallet-check-circle,.wallet-check-mark{stroke-dashoffset:0}.wallet-spinner{animation-duration:1.6s}}.wallet-howto{transition:border-color .25s ease,box-shadow .25s ease}.wallet-howto:has(.wallet-howto-wrap.is-open){border-color:var(--accent);box-shadow:var(--card-shadow),0 0 0 1px #22c7c02e}.wallet-howto-toggle{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;text-align:left;transition:color .2s ease}.wallet-howto-toggle .wallet-card-title{margin:0}.wallet-howto-toggle:active{transform:scale(.995)}.wallet-howto-chev{flex:none;display:grid;place-items:center;width:28px;height:28px;border-radius:50%;color:var(--accent);background:var(--surface);border:1px solid var(--surface-border);font-size:1rem;line-height:1;transition:transform .3s cubic-bezier(.3,.9,.3,1),background .25s ease}.wallet-howto-chev.is-open{transform:rotate(180deg);background:#22c7c024}.wallet-howto-wrap{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .32s cubic-bezier(.3,.9,.3,1),opacity .25s ease}.wallet-howto-wrap.is-open{grid-template-rows:1fr;opacity:1}.wallet-howto-clip{overflow:hidden}.wallet-howto-body{margin-top:14px;padding-top:14px;border-top:1px solid var(--surface-border)}.wallet-howto-wrap.is-open .wallet-steps li{animation:wallet-step-in .35s ease both}.wallet-howto-wrap.is-open .wallet-steps li:nth-child(1){animation-delay:.06s}.wallet-howto-wrap.is-open .wallet-steps li:nth-child(2){animation-delay:.12s}.wallet-howto-wrap.is-open .wallet-steps li:nth-child(3){animation-delay:.18s}.wallet-howto-wrap.is-open .wallet-steps li:nth-child(4){animation-delay:.24s}@keyframes wallet-step-in{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}@media(prefers-reduced-motion:reduce){.wallet-howto-wrap,.wallet-howto-chev,.wallet-howto-wrap.is-open .wallet-steps li{transition:none;animation:none}}.hist-list{display:flex;flex-direction:column;gap:9px;margin-top:16px}.hist-row{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:16px;background:var(--surface);border:1px solid var(--surface-border);box-shadow:var(--card-shadow);animation:hist-in .4s cubic-bezier(.2,.7,.2,1) both}.hist-icon{flex:none;width:38px;height:38px;display:grid;place-items:center;border-radius:12px;font-size:1.15rem;font-weight:800}.hist-icon.is-in{color:#12b36a;background:#12b36a24}.hist-icon.is-out{color:var(--accent);background:#22c7c024}.hist-main{flex:1;min-width:0}.hist-name{font-weight:700;font-size:.96rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hist-sub{color:var(--muted);font-size:.8rem;margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hist-date{opacity:.75;font-size:.74rem}.hist-right{flex:none;display:flex;flex-direction:column;align-items:flex-end;gap:4px}.hist-amount{font-weight:800;font-size:1rem;white-space:nowrap}.hist-amount.is-in{color:#12b36a}.hist-amount.is-out{background:linear-gradient(180deg,var(--accent-1),var(--accent-2));-webkit-background-clip:text;background-clip:text;color:transparent}.hist-status{font-size:.68rem;font-weight:700;padding:3px 8px;border-radius:999px;white-space:nowrap}.hist-status.ok{color:#12b36a;background:#12b36a24}.hist-status.wait{color:var(--accent);background:#22c7c024}.hist-status.err{color:#ef5350;background:#ef535024}.hist-empty{padding:34px 12px;text-align:center;color:var(--muted);font-size:.92rem}@keyframes hist-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.hist-row{animation:none}}.hist-voucher{display:inline-flex;align-items:center;gap:6px;margin-top:6px;padding:4px 10px;border:1px dashed rgba(212,175,55,.6);border-radius:8px;background:#d4af371a;cursor:pointer;font:inherit;color:inherit;max-width:100%}.hist-voucher:active{transform:scale(.98)}.hist-voucher-label{font-size:11px;opacity:.7}.hist-voucher-code{font-family:ui-monospace,monospace;font-weight:700;letter-spacing:.5px;word-break:break-all}.hist-voucher-copy{font-size:13px;opacity:.8}.prof-card{display:flex;align-items:center;gap:14px;padding:18px;margin:10px 0 14px;border-radius:20px;background:linear-gradient(150deg,rgba(34,199,192,.12),var(--surface));border:1px solid var(--surface-border);box-shadow:var(--card-shadow);animation:prof-in .45s cubic-bezier(.2,.7,.2,1) both}.prof-avatar{flex:none;width:64px;height:64px;display:grid;place-items:center;border-radius:50%;overflow:hidden;font-weight:800;font-size:1.7rem;color:#fff;background:linear-gradient(150deg,var(--avatar-1),var(--avatar-2));box-shadow:0 0 0 2px var(--surface),0 0 0 4px var(--ring)}.prof-avatar-img{width:100%;height:100%;object-fit:cover;display:block}.prof-id{min-width:0}.prof-name{display:flex;align-items:center;gap:8px;min-width:0}.prof-name-text{font-family:Rubik,system-ui,sans-serif;font-weight:400;font-size:1.4rem;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:linear-gradient(100deg,var(--accent-2) 0%,var(--accent-1) 28%,#e6fffc 50%,var(--accent-1) 72%,var(--accent-2) 100%);background-size:220% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:accent-shine 4.5s linear infinite}.prof-vip{flex:none;font-size:.62rem;font-weight:800;letter-spacing:.06em;padding:3px 7px;border-radius:7px;color:var(--accent-ink);background:linear-gradient(155deg,var(--accent-1),var(--accent-2))}.prof-idchip{display:inline-flex;align-items:center;gap:8px;margin-top:6px;padding:6px 10px 6px 12px;border-radius:999px;background:var(--bar-bg);border:1px solid var(--surface-border);transition:transform .15s ease,border-color .25s ease}.prof-idchip:active{transform:scale(.97)}.prof-idchip.is-copied{border-color:var(--accent)}.prof-idchip-label{color:var(--muted);font-size:.74rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.prof-idchip-value{color:var(--text);font-size:.95rem;font-weight:700}.prof-idchip-ic{display:grid;place-items:center;width:22px;height:22px;color:var(--accent);font-size:.9rem;font-weight:800}.prof-idchip-ic svg{width:15px;height:15px}.prof-list{margin-top:16px;display:flex;flex-direction:column;gap:9px;animation:prof-in .45s cubic-bezier(.2,.7,.2,1) .15s both}.prof-row{display:flex;align-items:center;gap:13px;width:100%;padding:13px 15px;text-align:left;border-radius:16px;background:var(--surface);border:1px solid var(--surface-border);box-shadow:var(--card-shadow);transition:transform .15s ease,border-color .2s ease}.prof-row:active{transform:scale(.99)}.prof-row-ic{flex:none;width:40px;height:40px;display:grid;place-items:center;border-radius:12px}.prof-row-ic svg{width:21px;height:21px}.prof-row-ic.accent{color:var(--accent);background:#22c7c024}.prof-row-ic.tg{color:#fff;background:linear-gradient(150deg,#35a8e6,#1d84c6)}.prof-row-ic.yt{color:#fff;background:linear-gradient(150deg,#ff4e45,#d91d13)}.prof-row-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.prof-row-title{font-weight:700;font-size:.96rem}.prof-row-sub{color:var(--muted);font-size:.78rem}.prof-row-chev{flex:none;color:var(--muted);opacity:.6}.prof-row-chev svg{width:18px;height:18px;display:block}.prof-settings{margin-top:0;padding:8px 16px 14px;border-radius:18px;background:var(--surface);border:1px solid var(--surface-border);box-shadow:var(--card-shadow);animation:prof-in .45s cubic-bezier(.2,.7,.2,1) .1s both}.prof-set-head{font-weight:700;font-size:.82rem;color:var(--muted);letter-spacing:.03em;text-transform:uppercase;padding:8px 2px 4px}.prof-set-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0}.prof-set-row+.prof-set-row{border-top:1px solid var(--surface-border)}.prof-set-label{font-weight:700;font-size:.98rem}.prof-set-control{width:128px;flex:none}.prof-theme{flex:none;width:46px;height:34px;display:grid;place-items:center;border-radius:999px;color:var(--accent);background:var(--bar-bg);border:1px solid var(--surface-border);transition:transform .15s ease}.prof-theme:active{transform:scale(.94)}.prof-theme-ic{width:18px;height:18px}@keyframes prof-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.prof-card,.prof-list{animation:none}}
