.GameFight-module__U3TfUq__page{--panel:#fff;--arena-bg:#eef2f8;--text:#1b1f2b;--muted:#5b6472;--border:#d5dbe8;--track:#c9d0de;--accent:#3b6cff;--danger:#ef4444;--good:#16a34a;--radius:16px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:var(--font-space-grotesk), system-ui, -apple-system, Roboto, sans-serif;color:var(--text);-webkit-tap-highlight-color:transparent;background:radial-gradient(1200px 600px at 50% -10%,#fff 0%,#0000 60%),#eef1f7;justify-content:center;min-height:100%;padding:20px 16px 40px;display:flex}.GameFight-module__U3TfUq__app{background:#fff;border-radius:18px;width:100%;max-width:560px;padding:18px 16px 20px;box-shadow:0 12px 40px #0f172a22,inset 0 0 0 1px #e2e6ef}.GameFight-module__U3TfUq__topbar{margin-bottom:12px}.GameFight-module__U3TfUq__topbar h1{letter-spacing:-.5px;margin:0;font-size:clamp(26px,7vw,36px);font-weight:800}.GameFight-module__U3TfUq__topbar h1 span{color:var(--accent)}.GameFight-module__U3TfUq__subtitle{color:var(--muted);margin:4px 0 0;font-size:13px}.GameFight-module__U3TfUq__hud{align-items:center;gap:10px;margin-bottom:10px;display:flex}.GameFight-module__U3TfUq__fighterHud{flex:1;min-width:0}.GameFight-module__U3TfUq__nameRow{align-items:baseline;gap:8px;margin-bottom:4px;font-size:13px;display:flex}.GameFight-module__U3TfUq__right .GameFight-module__U3TfUq__nameRow{justify-content:flex-end}.GameFight-module__U3TfUq__heroName{font-weight:700}.GameFight-module__U3TfUq__you{color:var(--good);letter-spacing:1px;font-size:11px;font-weight:800}.GameFight-module__U3TfUq__cpu{color:var(--danger);letter-spacing:1px;font-size:11px;font-weight:800}.GameFight-module__U3TfUq__hpTrack{background:var(--track);border-radius:8px;height:12px;overflow:hidden;box-shadow:inset 0 1px 3px #00000018}.GameFight-module__U3TfUq__hpFill{background:linear-gradient(90deg,#22c55e,#16a34a);height:100%;transition:width .18s}.GameFight-module__U3TfUq__right .GameFight-module__U3TfUq__hpFill{margin-left:auto}.GameFight-module__U3TfUq__enemyFill{background:linear-gradient(90deg,#f97316,#ef4444)}.GameFight-module__U3TfUq__vs{color:var(--muted);flex:none;font-size:13px;font-weight:900}.GameFight-module__U3TfUq__arena{aspect-ratio:4/3;border-radius:var(--radius);touch-action:none;background:radial-gradient(120% 90% at 50% 0,#fff 0%,#0000 55%),linear-gradient(#eef2f8 0%,#d5dce9 100%);width:100%;position:relative;overflow:hidden;box-shadow:0 18px 40px #64748b33,inset 0 0 0 1px #00000010}.GameFight-module__U3TfUq__canvasMount{position:absolute;inset:0}.GameFight-module__U3TfUq__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fffc;justify-content:center;align-items:center;padding:16px;animation:.25s GameFight-module__U3TfUq__fade;display:flex;position:absolute;inset:0}@keyframes GameFight-module__U3TfUq__fade{0%{opacity:0}to{opacity:1}}.GameFight-module__U3TfUq__overlayCard{text-align:center;width:100%;max-width:420px}.GameFight-module__U3TfUq__overlayCard h2{margin:0 0 14px;font-size:26px}.GameFight-module__U3TfUq__overlayCard p{color:var(--muted);margin:0 0 16px}.GameFight-module__U3TfUq__win{color:var(--good)}.GameFight-module__U3TfUq__lose{color:var(--danger)}.GameFight-module__U3TfUq__heroGrid{grid-template-columns:repeat(auto-fit,minmax(90px,1fr));gap:10px;display:grid}.GameFight-module__U3TfUq__heroCard{border:1px solid var(--border);background:var(--panel);cursor:pointer;color:var(--text);border-radius:12px;flex-direction:column;align-items:center;gap:6px;padding:12px 8px;font-family:inherit;font-size:13px;font-weight:700;transition:transform 80ms,border-color .15s,box-shadow .15s;display:flex}.GameFight-module__U3TfUq__heroCard:hover{border-color:var(--accent);box-shadow:0 6px 16px #3b6cff22}.GameFight-module__U3TfUq__heroCard:active{transform:scale(.96)}.GameFight-module__U3TfUq__heroEmoji{font-size:34px;line-height:1}.GameFight-module__U3TfUq__overlayActions{justify-content:center;gap:10px;display:flex}.GameFight-module__U3TfUq__btn{border:1px solid var(--border);color:var(--text);background:var(--panel);cursor:pointer;border-radius:10px;padding:11px 20px;font-family:inherit;font-size:14px;font-weight:700;transition:transform 80ms,filter .15s}.GameFight-module__U3TfUq__btn:active{transform:scale(.96)}.GameFight-module__U3TfUq__btnPrimary{color:#fff;background:linear-gradient(135deg,#3b6cff,#2a4fd6);border:none;box-shadow:0 6px 16px #3b6cff44}.GameFight-module__U3TfUq__controls{justify-content:space-between;align-items:center;gap:12px;margin-top:12px;display:flex}.GameFight-module__U3TfUq__dpad,.GameFight-module__U3TfUq__actions{gap:10px;display:flex}.GameFight-module__U3TfUq__ctrlBtn{border:1px solid var(--border);background:var(--panel);cursor:pointer;width:58px;height:58px;color:var(--text);-webkit-user-select:none;user-select:none;touch-action:none;border-radius:14px;font-size:22px;transition:transform 60ms,background .1s;box-shadow:0 2px 6px #64748b1f}.GameFight-module__U3TfUq__ctrlBtn:active{background:var(--arena-bg);transform:scale(.92)}.GameFight-module__U3TfUq__attack{color:#fff;background:linear-gradient(135deg,#ff7a5c,#ef4444);border:none}.GameFight-module__U3TfUq__block{color:#fff;background:linear-gradient(135deg,#60a5fa,#3b6cff);border:none}.GameFight-module__U3TfUq__kick{color:#fff;background:linear-gradient(135deg,#c084fc,#7a2edf);border:none}.GameFight-module__U3TfUq__jump{color:#fff;background:linear-gradient(135deg,#34d399,#0d9488);border:none}.GameFight-module__U3TfUq__hint{text-align:center;color:var(--muted);margin:14px 0 0;font-size:12px}
