:root{--arena-accent:#0fc;--arena-accent-dim:#00ffcc26;--arena-danger:#f36;--arena-warning:#fa0}.ArenaGame-module__fwe0jq__container{color:#fff;background:#000;flex-direction:column;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;display:flex;overflow:hidden}.ArenaGame-module__fwe0jq__statusBar{border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;padding:8px 16px;display:flex}.ArenaGame-module__fwe0jq__connectionStatus{color:#fff6;letter-spacing:.05em;align-items:center;gap:8px;font-size:.7rem;display:flex}.ArenaGame-module__fwe0jq__statusDot{background:#ffffff4d;border-radius:50%;width:6px;height:6px;transition:background .3s}.ArenaGame-module__fwe0jq__connected{background:var(--arena-accent);box-shadow:0 0 6px var(--arena-accent-dim)}.ArenaGame-module__fwe0jq__connecting{background:var(--arena-warning);animation:1s infinite ArenaGame-module__fwe0jq__blink}.ArenaGame-module__fwe0jq__error,.ArenaGame-module__fwe0jq__disconnected{background:#fff3}@keyframes ArenaGame-module__fwe0jq__blink{0%,to{opacity:1}50%{opacity:.3}}.ArenaGame-module__fwe0jq__tempoDisplay{color:#ffffff80;letter-spacing:.1em;align-items:center;gap:12px;font-size:.7rem;display:flex}.ArenaGame-module__fwe0jq__bpmValue{color:var(--arena-accent);font-variant-numeric:tabular-nums;text-align:right;min-width:48px;font-size:1rem;font-weight:300}.ArenaGame-module__fwe0jq__errorBanner{color:#ffffffb3;background:#ff336614;border:1px solid #f363;border-radius:6px;justify-content:space-between;align-items:center;margin:0 16px;padding:8px 14px;font-size:.75rem;animation:.3s ease-out ArenaGame-module__fwe0jq__fadeIn;display:flex}.ArenaGame-module__fwe0jq__errorClose{color:#ffffff80;cursor:pointer;background:0 0;border:none;padding:4px 8px}@keyframes ArenaGame-module__fwe0jq__fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.ArenaGame-module__fwe0jq__lobby{flex-direction:column;justify-content:center;align-items:center;gap:28px;height:calc(100vh - 50px);padding:20px;display:flex}.ArenaGame-module__fwe0jq__title{letter-spacing:.3em;color:var(--arena-accent);text-shadow:0 0 30px #0fc3;font-size:clamp(1.8rem,7vw,3rem);font-weight:200}.ArenaGame-module__fwe0jq__subtitle{color:#ffffff4d;letter-spacing:.25em;font-size:.75rem;font-weight:400}.ArenaGame-module__fwe0jq__playerCount{color:#ffffff40;letter-spacing:.1em;font-size:.65rem}.ArenaGame-module__fwe0jq__lobbyActions{flex-direction:column;gap:12px;width:100%;max-width:320px;display:flex}.ArenaGame-module__fwe0jq__primaryBtn{background:var(--arena-accent);color:#000;cursor:pointer;letter-spacing:.2em;text-align:center;border:none;border-radius:8px;padding:14px 32px;font-family:inherit;font-size:.8rem;font-weight:500;transition:all .25s}.ArenaGame-module__fwe0jq__primaryBtn:hover:not(:disabled){background:#00ffccd9;transform:translateY(-2px);box-shadow:0 4px 20px #0fc3}.ArenaGame-module__fwe0jq__primaryBtn:disabled{opacity:.3;cursor:not-allowed}.ArenaGame-module__fwe0jq__secondaryBtn{color:#fff9;cursor:pointer;letter-spacing:.1em;text-align:center;background:0 0;border:1px solid #ffffff1a;border-radius:8px;padding:12px 24px;font-family:inherit;font-size:.75rem;font-weight:500;transition:all .25s}.ArenaGame-module__fwe0jq__secondaryBtn:hover{color:#fff;background:#ffffff0d;border-color:#fff3}.ArenaGame-module__fwe0jq__nameEntry{flex-direction:column;justify-content:center;align-items:center;gap:20px;height:calc(100vh - 50px);display:flex}.ArenaGame-module__fwe0jq__sectionTitle{color:#fff;letter-spacing:.2em;margin-bottom:8px;font-size:1.3rem;font-weight:300}.ArenaGame-module__fwe0jq__nameInput{text-align:center;color:#fff;letter-spacing:.05em;background:#ffffff08;border:1px solid #ffffff26;border-radius:8px;width:260px;padding:12px 24px;font-family:inherit;font-size:1rem;transition:border-color .3s}.ArenaGame-module__fwe0jq__nameInput:focus{border-color:var(--arena-accent);outline:none}.ArenaGame-module__fwe0jq__queueScreen{flex-direction:column;justify-content:center;align-items:center;gap:24px;height:calc(100vh - 50px);display:flex}.ArenaGame-module__fwe0jq__queuePulse{border:2px solid var(--arena-accent);border-radius:50%;width:60px;height:60px;animation:2s infinite ArenaGame-module__fwe0jq__pulse}@keyframes ArenaGame-module__fwe0jq__pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(1.3)}to{opacity:1;transform:scale(1)}}.ArenaGame-module__fwe0jq__queueInfo{text-align:center;color:#ffffff80;letter-spacing:.1em;font-size:.8rem}.ArenaGame-module__fwe0jq__queueCount{color:var(--arena-accent);margin-top:8px;font-size:1.2rem;font-weight:300}.ArenaGame-module__fwe0jq__waitingRoom{flex-direction:column;justify-content:center;align-items:center;gap:20px;height:calc(100vh - 50px);padding:20px;display:flex}.ArenaGame-module__fwe0jq__arenaCode{background:#00ffcc08;border:1px solid #00ffcc1f;border-radius:8px;align-items:center;gap:12px;padding:10px 18px;display:flex}.ArenaGame-module__fwe0jq__arenaCodeLabel{color:#ffffff4d;letter-spacing:.15em;font-size:.6rem}.ArenaGame-module__fwe0jq__arenaCodeValue{letter-spacing:.3em;color:var(--arena-accent);font-variant-numeric:tabular-nums;font-size:1.4rem;font-weight:400}.ArenaGame-module__fwe0jq__copyBtn{color:#ffffff80;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:4px;padding:5px 10px;font-size:.65rem;font-weight:500;transition:all .2s}.ArenaGame-module__fwe0jq__copyBtn:hover{color:#fff;background:#ffffff1a}.ArenaGame-module__fwe0jq__playersGrid{grid-template-columns:repeat(3,1fr);gap:10px;width:100%;max-width:460px;display:grid}.ArenaGame-module__fwe0jq__playerSlot{text-align:center;background:#ffffff05;border:1px solid #ffffff14;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;min-height:56px;padding:12px 10px;transition:all .3s;display:flex}.ArenaGame-module__fwe0jq__playerSlot.ArenaGame-module__fwe0jq__ready{border-color:var(--arena-accent);background:#00ffcc08}.ArenaGame-module__fwe0jq__playerSlot.ArenaGame-module__fwe0jq__host{border-color:#0fc6}.ArenaGame-module__fwe0jq__playerSlot.ArenaGame-module__fwe0jq__empty{opacity:.2;border-style:dashed}.ArenaGame-module__fwe0jq__playerSlot.ArenaGame-module__fwe0jq__eliminated{opacity:.3;border-color:#ff33664d}.ArenaGame-module__fwe0jq__playerSlotName{color:#fff;justify-content:center;align-items:center;gap:4px;font-size:.75rem;font-weight:500;display:flex}.ArenaGame-module__fwe0jq__hostBadge{background:var(--arena-accent-dim);color:var(--arena-accent);letter-spacing:.08em;border-radius:4px;padding:1px 5px;font-size:.5rem;font-weight:600}.ArenaGame-module__fwe0jq__playerSlotStatus{color:#ffffff4d;margin-top:3px;font-size:.6rem}.ArenaGame-module__fwe0jq__waitingActions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.ArenaGame-module__fwe0jq__countdownScreen{flex-direction:column;justify-content:center;align-items:center;gap:16px;height:calc(100vh - 50px);display:flex}.ArenaGame-module__fwe0jq__countdownNumber{color:var(--arena-accent);text-shadow:0 0 40px #00ffcc4d;font-size:clamp(6rem,25vw,12rem);font-weight:200;animation:.5s ease-out ArenaGame-module__fwe0jq__countdownPop}@keyframes ArenaGame-module__fwe0jq__countdownPop{0%{opacity:0;transform:scale(2)}to{opacity:1;transform:scale(1)}}.ArenaGame-module__fwe0jq__countdownLabel{color:#fff6;letter-spacing:.3em;font-size:.8rem}.ArenaGame-module__fwe0jq__arenaPlayfield{flex-direction:column;height:calc(100vh - 50px);display:flex;overflow:hidden}.ArenaGame-module__fwe0jq__hudBar{border-bottom:1px solid #ffffff0a;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding:8px 16px;display:flex}.ArenaGame-module__fwe0jq__chaosBar{flex-direction:column;flex:1;gap:3px;max-width:200px;display:flex}.ArenaGame-module__fwe0jq__chaosLabel{color:#ffffff59;letter-spacing:.15em;justify-content:space-between;font-size:.55rem;display:flex}.ArenaGame-module__fwe0jq__chaosTrack{background:#ffffff0f;border-radius:2px;height:4px;overflow:hidden}.ArenaGame-module__fwe0jq__chaosFill{border-radius:2px;height:100%;transition:width .3s,background .3s}.ArenaGame-module__fwe0jq__chaosLow{background:var(--arena-accent)}.ArenaGame-module__fwe0jq__chaosMedium{background:var(--arena-warning)}.ArenaGame-module__fwe0jq__chaosHigh{background:var(--arena-danger)}.ArenaGame-module__fwe0jq__gimmickBanner{color:var(--arena-warning);letter-spacing:.1em;background:#ffaa001a;border:1px solid #fa03;border-radius:4px;padding:4px 12px;font-size:.65rem;animation:.5s ease-out ArenaGame-module__fwe0jq__gimmickFlash}@keyframes ArenaGame-module__fwe0jq__gimmickFlash{0%{opacity:0;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.ArenaGame-module__fwe0jq__beatIndicator{border:1px solid #00ffcc4d;border-radius:50%;width:12px;height:12px;transition:all .1s}.ArenaGame-module__fwe0jq__beatIndicator.ArenaGame-module__fwe0jq__onBeat{background:var(--arena-accent);box-shadow:0 0 8px var(--arena-accent);transform:scale(1.2)}.ArenaGame-module__fwe0jq__syncValue{color:#fff6;font-variant-numeric:tabular-nums;font-size:.65rem}.ArenaGame-module__fwe0jq__arenaContent{flex:1;display:flex;overflow:hidden}.ArenaGame-module__fwe0jq__myBoardArea{flex:2;justify-content:center;align-items:center;padding:8px;display:flex;position:relative}.ArenaGame-module__fwe0jq__myBoard{border:1px solid #00ffcc26;border-radius:4px;position:relative;overflow:hidden}.ArenaGame-module__fwe0jq__boardRow{display:flex}.ArenaGame-module__fwe0jq__boardCell{width:var(--cell-size,24px);height:var(--cell-size,24px);box-sizing:border-box;border:1px solid #ffffff08}.ArenaGame-module__fwe0jq__boardCell.ArenaGame-module__fwe0jq__filled{border-color:#0003}.ArenaGame-module__fwe0jq__opponentsSidebar{flex:3;grid-template-columns:repeat(2,1fr);align-content:start;gap:6px;padding:8px;display:grid;overflow-y:auto}.ArenaGame-module__fwe0jq__opponentMini{background:#ffffff05;border:1px solid #ffffff0f;border-radius:6px;flex-direction:column;align-items:center;gap:3px;padding:6px;display:flex}.ArenaGame-module__fwe0jq__opponentMini.ArenaGame-module__fwe0jq__eliminated{opacity:.25;border-color:#f363}.ArenaGame-module__fwe0jq__opponentName{color:#ffffff80;letter-spacing:.05em;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.55rem;overflow:hidden}.ArenaGame-module__fwe0jq__opponentMiniBoard{border:1px solid #ffffff0a;border-radius:2px;flex-direction:column;display:flex}.ArenaGame-module__fwe0jq__miniRow{display:flex}.ArenaGame-module__fwe0jq__miniCell{width:4px;height:4px}.ArenaGame-module__fwe0jq__miniCell.ArenaGame-module__fwe0jq__filled{opacity:.8}.ArenaGame-module__fwe0jq__opponentStats{color:#ffffff4d;gap:6px;font-size:.5rem;display:flex}.ArenaGame-module__fwe0jq__opponentSync{background:#ffffff0d;border-radius:1px;width:100%;height:2px;overflow:hidden}.ArenaGame-module__fwe0jq__opponentSyncFill{background:var(--arena-accent);height:100%;transition:width .3s}.ArenaGame-module__fwe0jq__tempoCollapseOverlay{pointer-events:none;z-index:50;background:#ff00000d;animation:1s ease-out forwards ArenaGame-module__fwe0jq__collapseFlash;position:fixed;inset:0}@keyframes ArenaGame-module__fwe0jq__collapseFlash{0%{background:#ff000026}to{background:0 0}}.ArenaGame-module__fwe0jq__eliminationBanner{color:var(--arena-danger);letter-spacing:.1em;z-index:40;background:#ff33661a;border:1px solid #f363;border-radius:6px;padding:8px 20px;font-size:.75rem;animation:.3s ease-out ArenaGame-module__fwe0jq__fadeIn;position:fixed;top:60px;left:50%;transform:translate(-50%)}.ArenaGame-module__fwe0jq__resultsScreen{flex-direction:column;justify-content:center;align-items:center;gap:24px;height:calc(100vh - 50px);padding:20px;display:flex}.ArenaGame-module__fwe0jq__resultReason{color:#ffffff4d;letter-spacing:.2em;text-transform:uppercase;font-size:.7rem}.ArenaGame-module__fwe0jq__resultTitle{color:var(--arena-accent);letter-spacing:.2em;text-shadow:0 0 30px #0fc3;font-size:clamp(2rem,8vw,3.5rem);font-weight:200}.ArenaGame-module__fwe0jq__resultTitle.ArenaGame-module__fwe0jq__defeat{color:#ffffff80;text-shadow:none}.ArenaGame-module__fwe0jq__rankingsTable{flex-direction:column;gap:4px;width:100%;max-width:500px;display:flex}.ArenaGame-module__fwe0jq__rankingRow{background:#ffffff05;border:1px solid #ffffff0a;border-radius:6px;align-items:center;gap:12px;padding:8px 14px;font-size:.75rem;display:flex}.ArenaGame-module__fwe0jq__rankingRow.ArenaGame-module__fwe0jq__isMe{border-color:var(--arena-accent);background:#00ffcc08}.ArenaGame-module__fwe0jq__rankingRow.ArenaGame-module__fwe0jq__first{background:#ffd70008;border-color:#ffd7004d}.ArenaGame-module__fwe0jq__rankingPlace{color:#ffffff80;text-align:center;min-width:24px;font-size:.85rem;font-weight:400}.ArenaGame-module__fwe0jq__rankingName{color:#fff;flex:1;font-weight:500}.ArenaGame-module__fwe0jq__rankingStat{color:#fff6;font-variant-numeric:tabular-nums;font-size:.65rem}.ArenaGame-module__fwe0jq__statsGrid{grid-template-columns:repeat(3,1fr);gap:12px;width:100%;max-width:400px;display:grid}.ArenaGame-module__fwe0jq__statItem{text-align:center}.ArenaGame-module__fwe0jq__statValue{color:var(--arena-accent);font-variant-numeric:tabular-nums;font-size:1.2rem;font-weight:300}.ArenaGame-module__fwe0jq__statLabel{color:#ffffff4d;letter-spacing:.1em;margin-top:2px;font-size:.55rem}.ArenaGame-module__fwe0jq__resultActions{gap:12px;display:flex}@media (max-width:640px){.ArenaGame-module__fwe0jq__opponentsSidebar{grid-template-columns:repeat(4,1fr)}.ArenaGame-module__fwe0jq__arenaContent{flex-direction:column}.ArenaGame-module__fwe0jq__myBoardArea{flex:1}.ArenaGame-module__fwe0jq__opponentsSidebar{flex:none;max-height:30vh}.ArenaGame-module__fwe0jq__miniCell{width:3px;height:3px}.ArenaGame-module__fwe0jq__playersGrid{grid-template-columns:repeat(3,1fr);max-width:320px}}@media (max-width:480px){.ArenaGame-module__fwe0jq__title{font-size:1.5rem}.ArenaGame-module__fwe0jq__statsGrid{grid-template-columns:repeat(2,1fr)}}.ArenaGame-module__fwe0jq__arenaSidePanel{flex-direction:column;align-items:center;gap:8px;min-width:60px;padding:8px;display:flex}.ArenaGame-module__fwe0jq__arenaSidePanelLabel{color:#ffffff4d;letter-spacing:.15em;text-transform:uppercase;font-size:.55rem}.ArenaGame-module__fwe0jq__piecePreviewGrid{flex-direction:column;display:flex}.ArenaGame-module__fwe0jq__piecePreviewRow{display:flex}.ArenaGame-module__fwe0jq__piecePreviewCell{box-sizing:border-box;border:1px solid #ffffff08;width:12px;height:12px}.ArenaGame-module__fwe0jq__piecePreviewCell.ArenaGame-module__fwe0jq__filled{border-color:#0003}.ArenaGame-module__fwe0jq__piecePreviewEmpty{width:48px;height:48px}.ArenaGame-module__fwe0jq__arenaGameStats{color:#ffffff80;letter-spacing:.05em;gap:16px;font-size:.65rem;display:flex}.ArenaGame-module__fwe0jq__arenaGameStats span{font-variant-numeric:tabular-nums}.ArenaGame-module__fwe0jq__arenaStatValue{color:var(--arena-accent);font-weight:500}.ArenaGame-module__fwe0jq__boardGameOver{z-index:10;background:#000000b3;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ArenaGame-module__fwe0jq__boardGameOverText{color:var(--arena-danger);letter-spacing:.3em;text-shadow:0 0 20px #ff33664d;font-size:1.2rem;font-weight:300}.ArenaGame-module__fwe0jq__powerUpHud{align-items:center;gap:8px;display:flex}.ArenaGame-module__fwe0jq__powerUpSlot{cursor:default;background:#ffffff08;border:1px solid #ffffff14;border-radius:6px;justify-content:center;align-items:center;gap:6px;min-width:80px;padding:4px 10px;transition:all .3s;display:flex}.ArenaGame-module__fwe0jq__powerUpSlot.ArenaGame-module__fwe0jq__hasPowerUp{cursor:pointer;background:#00ffcc0a;border-color:#00ffcc4d;animation:2s ease-in-out infinite ArenaGame-module__fwe0jq__powerUpGlow}.ArenaGame-module__fwe0jq__powerUpSlot.ArenaGame-module__fwe0jq__hasPowerUp:hover{border-color:var(--arena-accent);background:#00ffcc14;transform:scale(1.05)}@keyframes ArenaGame-module__fwe0jq__powerUpGlow{0%,to{box-shadow:0 0 #0fc0}50%{box-shadow:0 0 12px #00ffcc26}}.ArenaGame-module__fwe0jq__powerUpIcon{border-radius:3px;flex-shrink:0;width:10px;height:10px}.ArenaGame-module__fwe0jq__powerUpLabel{letter-spacing:.1em;color:var(--arena-accent);font-size:.6rem;font-weight:600}.ArenaGame-module__fwe0jq__powerUpKey{color:#ffffff4d;font-size:.5rem}.ArenaGame-module__fwe0jq__powerUpEmpty{color:#ffffff26;letter-spacing:.15em;font-size:.6rem}.ArenaGame-module__fwe0jq__activeEffects{gap:4px;display:flex}.ArenaGame-module__fwe0jq__activeEffect{letter-spacing:.1em;border:1px solid;border-radius:4px;padding:2px 8px;font-size:.5rem;font-weight:600;animation:1s ease-in-out infinite ArenaGame-module__fwe0jq__effectPulse}@keyframes ArenaGame-module__fwe0jq__effectPulse{0%,to{opacity:1}50%{opacity:.5}}.ArenaGame-module__fwe0jq__eventFeed{z-index:30;pointer-events:none;flex-direction:column;gap:3px;max-width:280px;display:flex;position:fixed;bottom:60px;left:12px}.ArenaGame-module__fwe0jq__feedItem{letter-spacing:.05em;white-space:nowrap;text-overflow:ellipsis;background:#0009;border-radius:4px;padding:3px 8px;font-size:.6rem;font-weight:500;animation:.3s ease-out ArenaGame-module__fwe0jq__feedSlideIn;overflow:hidden}@keyframes ArenaGame-module__fwe0jq__feedSlideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.ArenaGame-module__fwe0jq__targetSelector{flex-direction:column;align-items:center;gap:6px;margin-top:12px;display:flex}.ArenaGame-module__fwe0jq__targetLabel{color:#ffffff4d;letter-spacing:.2em;font-size:.5rem}.ArenaGame-module__fwe0jq__targetModes{gap:3px;display:flex}.ArenaGame-module__fwe0jq__targetModeBtn{letter-spacing:.05em;color:#fff6;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:3px;padding:3px 6px;font-family:inherit;font-size:.5rem;font-weight:600;transition:all .2s}.ArenaGame-module__fwe0jq__targetModeBtn:hover{color:#ffffffb3;background:#ffffff14}.ArenaGame-module__fwe0jq__targetModeBtn.ArenaGame-module__fwe0jq__targetModeActive{color:var(--arena-danger);background:#ff33661a;border-color:#ff33664d}.ArenaGame-module__fwe0jq__targetPlayers{flex-wrap:wrap;justify-content:center;gap:2px;max-width:80px;display:flex}.ArenaGame-module__fwe0jq__targetPlayerBtn{color:#ffffff4d;cursor:pointer;background:#ffffff08;border:1px solid #ffffff0f;border-radius:2px;padding:2px 4px;font-family:inherit;font-size:.45rem;transition:all .15s}.ArenaGame-module__fwe0jq__targetPlayerBtn:hover{color:#fff9;background:#ff336614;border-color:#f363}.ArenaGame-module__fwe0jq__targetPlayerBtn.ArenaGame-module__fwe0jq__targetPlayerActive{border-color:var(--arena-danger);color:var(--arena-danger);background:#ff336626}.ArenaGame-module__fwe0jq__opponentMini.ArenaGame-module__fwe0jq__targeted{border-color:var(--arena-danger);box-shadow:0 0 8px #ff336626}.ArenaGame-module__fwe0jq__targetBadge{color:var(--arena-danger);letter-spacing:.05em;background:#ff336626;border-radius:2px;margin-left:3px;padding:1px 3px;font-size:.4rem;font-weight:700}.ArenaGame-module__fwe0jq__opponentBoardWrap{position:relative}.ArenaGame-module__fwe0jq__emoteBar{gap:4px;margin-top:10px;display:flex}.ArenaGame-module__fwe0jq__emoteBtn{color:#ffffff80;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:4px;padding:4px 6px;font-family:inherit;font-size:.55rem;font-weight:700;transition:all .15s}.ArenaGame-module__fwe0jq__emoteBtn:hover{color:#fff;background:#ffffff14;transform:scale(1.1)}.ArenaGame-module__fwe0jq__emoteBubble{color:#000;white-space:nowrap;z-index:20;pointer-events:none;background:#ffffffe6;border-radius:4px;padding:2px 6px;font-size:.5rem;font-weight:700;animation:.3s ease-out ArenaGame-module__fwe0jq__emotePop,3s ease-in forwards ArenaGame-module__fwe0jq__emoteFade;position:absolute;top:-14px;left:50%;transform:translate(-50%)}@keyframes ArenaGame-module__fwe0jq__emotePop{0%{opacity:0;transform:translate(-50%)scale(.5)}to{opacity:1;transform:translate(-50%)scale(1)}}@keyframes ArenaGame-module__fwe0jq__emoteFade{0%,70%{opacity:1}to{opacity:0}}.ArenaGame-module__fwe0jq__keyHints{color:#ffffff26;letter-spacing:.05em;z-index:5;gap:12px;font-size:.5rem;display:flex;position:fixed;bottom:8px;right:12px}@media (max-width:640px){.ArenaGame-module__fwe0jq__powerUpHud{gap:4px}.ArenaGame-module__fwe0jq__powerUpSlot{min-width:60px;padding:3px 6px}.ArenaGame-module__fwe0jq__eventFeed{max-width:200px;bottom:40px}.ArenaGame-module__fwe0jq__targetSelector{margin-top:8px}.ArenaGame-module__fwe0jq__emoteBar{margin-top:6px}.ArenaGame-module__fwe0jq__keyHints{display:none}}
