.EoEGame-module__dDg8-W__gameContainer{color:#e0e0e0;width:100%;min-height:100vh;font-family:var(--font-theme-body,"Inter",sans-serif);background:linear-gradient(135deg,#0a0a1a 0%,#1a0a2e 50%,#0a1a3e 100%);position:relative;overflow:hidden}.EoEGame-module__dDg8-W__mainContent{flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:1rem;display:flex;position:relative}.EoEGame-module__dDg8-W__connectionBanner{color:#fff;text-align:center;z-index:100;background:#ef4444e6;padding:.5rem;font-size:.875rem;position:fixed;top:0;left:0;right:0}.EoEGame-module__dDg8-W__errorBanner{color:#1a1a2e;text-align:center;z-index:99;background:#eab308e6;padding:.5rem;font-size:.875rem;position:fixed;top:0;left:0;right:0}.EoEGame-module__dDg8-W__menu{flex-direction:column;gap:2rem;width:100%;max-width:1200px;padding:2rem;display:flex}.EoEGame-module__dDg8-W__menuHeader{text-align:center}.EoEGame-module__dDg8-W__gameTitle{letter-spacing:.15em;background:linear-gradient(135deg,#007fff,#a855f7,#ec4899);-webkit-text-fill-color:transparent;text-shadow:none;-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:900}.EoEGame-module__dDg8-W__gameSubtitle{color:#a0a0c0;margin-top:.25rem;font-size:1.25rem}.EoEGame-module__dDg8-W__modeGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;display:grid}.EoEGame-module__dDg8-W__modeCard{cursor:pointer;text-align:center;background:#ffffff0d;border:2px solid #ffffff1a;border-radius:12px;flex-direction:column;align-items:center;gap:.25rem;padding:1.25rem;transition:all .2s;display:flex;position:relative}.EoEGame-module__dDg8-W__modeCard:hover{border-color:var(--mode-color,#007fff);background:#ffffff1a;transform:translateY(-2px)}.EoEGame-module__dDg8-W__modeCardSelected{border-color:var(--mode-color,#007fff);background:#007fff26;box-shadow:0 0 20px #007fff33}.EoEGame-module__dDg8-W__modeCardLocked{opacity:.4;cursor:not-allowed}.EoEGame-module__dDg8-W__modeIcon{font-size:2rem}.EoEGame-module__dDg8-W__modeName{font-size:.9rem;font-weight:700}.EoEGame-module__dDg8-W__modeNameJa{color:#a0a0c0;font-size:.75rem}.EoEGame-module__dDg8-W__modeDesc{color:#808090;font-size:.7rem;line-height:1.3}.EoEGame-module__dDg8-W__modePlayers{color:#a0a0c0;margin-top:.25rem;font-size:.7rem}.EoEGame-module__dDg8-W__rankedBadge{color:#1a1a2e;background:#f59e0b;border-radius:4px;padding:1px 5px;font-size:.6rem;font-weight:700;position:absolute;top:4px;right:6px}.EoEGame-module__dDg8-W__menuActions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.EoEGame-module__dDg8-W__menuFooter{justify-content:center;gap:1rem;display:flex}.EoEGame-module__dDg8-W__footerButton{color:#e0e0e0;cursor:pointer;background:#ffffff0d;border:1px solid #fff3;border-radius:8px;padding:.5rem 1.5rem;transition:all .2s}.EoEGame-module__dDg8-W__footerButton:hover{background:#ffffff1a}.EoEGame-module__dDg8-W__primaryButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#007fff,#06c);border:none;border-radius:8px;padding:.75rem 2rem;font-size:1rem;font-weight:700;transition:all .2s}.EoEGame-module__dDg8-W__primaryButton:hover{background:linear-gradient(135deg,#06c,#004fa3);transform:translateY(-1px)}.EoEGame-module__dDg8-W__secondaryButton{color:#e0e0e0;cursor:pointer;background:#ffffff0d;border:1px solid #fff3;border-radius:8px;padding:.75rem 2rem;font-weight:600;transition:all .2s}.EoEGame-module__dDg8-W__secondaryButton:hover{background:#ffffff1a}.EoEGame-module__dDg8-W__backButton{color:#a0a0c0;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:8px;margin-top:1rem;padding:.5rem 1.5rem}.EoEGame-module__dDg8-W__cancelButton{color:#ef4444;border-color:#ef4444;}.EoEGame-module__dDg8-W__leaveButton{color:#ef4444;border-color:#ef44444d;}.EoEGame-module__dDg8-W__modal{z-index:50;background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.EoEGame-module__dDg8-W__modalContent{background:#1a1a2e;border:1px solid #ffffff26;border-radius:16px;flex-direction:column;gap:1rem;min-width:300px;padding:2rem;display:flex}.EoEGame-module__dDg8-W__modalActions{justify-content:flex-end;gap:.75rem;display:flex}.EoEGame-module__dDg8-W__codeInput{color:#fff;text-align:center;letter-spacing:.3em;background:#ffffff0d;border:1px solid #fff3;border-radius:8px;padding:.75rem;font-family:monospace;font-size:1.5rem}.EoEGame-module__dDg8-W__queueScreen{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.EoEGame-module__dDg8-W__queueSpinner{border:4px solid #ffffff1a;border-top-color:#007fff;border-radius:50%;width:48px;height:48px;animation:1s linear infinite EoEGame-module__dDg8-W__spin}@keyframes EoEGame-module__dDg8-W__spin{to{transform:rotate(360deg)}}.EoEGame-module__dDg8-W__queueTitle{font-size:1.5rem}.EoEGame-module__dDg8-W__queuePosition{color:#a0a0c0}.EoEGame-module__dDg8-W__loadingScreen{flex-direction:column;align-items:center;gap:1rem;display:flex}.EoEGame-module__dDg8-W__loadingBar{background:#ffffff1a;border-radius:2px;width:200px;height:4px;overflow:hidden}.EoEGame-module__dDg8-W__loadingBar:after{content:"";background:#007fff;width:50%;height:100%;animation:1.5s ease-in-out infinite EoEGame-module__dDg8-W__loadSlide;display:block}@keyframes EoEGame-module__dDg8-W__loadSlide{0%{transform:translate(-100%)}to{transform:translate(300%)}}.EoEGame-module__dDg8-W__lobby{flex-direction:column;gap:1.5rem;width:100%;max-width:900px;padding:1rem;display:flex}.EoEGame-module__dDg8-W__lobbyHeader{text-align:center}.EoEGame-module__dDg8-W__roomCode{color:#a0a0c0;font-size:.875rem}.EoEGame-module__dDg8-W__codeHighlight{color:#007fff;letter-spacing:.2em;font-family:monospace;font-size:1.25rem;font-weight:700}.EoEGame-module__dDg8-W__lobbyMode{color:#a0a0c0;font-size:.875rem}.EoEGame-module__dDg8-W__playerList{flex-direction:column;gap:.5rem;display:flex}.EoEGame-module__dDg8-W__playerCard{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.EoEGame-module__dDg8-W__playerReady{background:#22c55e1a;border-color:#22c55e}.EoEGame-module__dDg8-W__playerInfo{flex-direction:column;gap:.125rem;display:flex}.EoEGame-module__dDg8-W__playerName{font-weight:600}.EoEGame-module__dDg8-W__playerCharacter{font-size:.75rem}.EoEGame-module__dDg8-W__readyBadge{color:#22c55e;font-size:.75rem;font-weight:700}.EoEGame-module__dDg8-W__notReadyBadge{color:#808090;font-size:.75rem}.EoEGame-module__dDg8-W__characterGrid{flex-direction:column;gap:.75rem;display:flex}.EoEGame-module__dDg8-W__charList{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.5rem;display:grid}.EoEGame-module__dDg8-W__charCard{cursor:pointer;text-align:center;background:#ffffff08;border:2px solid #ffffff1a;border-radius:8px;flex-direction:column;gap:.125rem;padding:.75rem .5rem;font-size:.75rem;transition:all .2s;display:flex}.EoEGame-module__dDg8-W__charCard:hover{border-color:var(--char-color,#007fff)}.EoEGame-module__dDg8-W__charCardSelected{border-color:var(--char-color,#007fff);background:#007fff26}.EoEGame-module__dDg8-W__charCardTaken{opacity:.3;cursor:not-allowed}.EoEGame-module__dDg8-W__charRarity{color:gold;font-size:.65rem}.EoEGame-module__dDg8-W__charName{font-size:.85rem;font-weight:700}.EoEGame-module__dDg8-W__charNameJa{color:#a0a0c0;font-size:.7rem}.EoEGame-module__dDg8-W__charElement{color:var(--char-color,#a0a0c0);font-size:.65rem}.EoEGame-module__dDg8-W__charRole{color:#808090;text-transform:uppercase;font-size:.6rem}.EoEGame-module__dDg8-W__lobbyActions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.EoEGame-module__dDg8-W__readyButton{background:linear-gradient(135deg,#22c55e,#16a34a);}.EoEGame-module__dDg8-W__readyButton:hover{background:linear-gradient(135deg,#16a34a,#15803d)}.EoEGame-module__dDg8-W__readyButtonActive{color:#22c55e;border-color:#22c55e;}.EoEGame-module__dDg8-W__startButton{background:linear-gradient(135deg,#f59e0b,#d97706);}.EoEGame-module__dDg8-W__startButton:hover{background:linear-gradient(135deg,#d97706,#b45309)}.EoEGame-module__dDg8-W__startButton:disabled{opacity:.5;cursor:not-allowed}.EoEGame-module__dDg8-W__battleScreen{flex-direction:column;gap:1rem;width:100%;max-width:1100px;padding:.5rem;display:flex}.EoEGame-module__dDg8-W__battleLoading{text-align:center;color:#a0a0c0}.EoEGame-module__dDg8-W__turnIndicator{color:#a0a0c0;justify-content:center;align-items:center;gap:1rem;font-size:.875rem;display:flex}.EoEGame-module__dDg8-W__phaseLabel{color:#007fff;text-transform:uppercase;font-weight:600}.EoEGame-module__dDg8-W__yourTurn{color:#22c55e;font-weight:700;animation:1s infinite EoEGame-module__dDg8-W__pulse}@keyframes EoEGame-module__dDg8-W__pulse{0%,to{opacity:1}50%{opacity:.5}}.EoEGame-module__dDg8-W__comboCounter{text-align:center;z-index:10;position:fixed;top:50%;right:2rem;transform:translateY(-50%)}.EoEGame-module__dDg8-W__comboNumber{color:#f59e0b;font-size:3rem;font-weight:900;line-height:1;display:block}.EoEGame-module__dDg8-W__comboLabel{color:#a0a0c0;letter-spacing:.2em;font-size:.875rem}.EoEGame-module__dDg8-W__comboMultiplier{color:#ec4899;font-size:1.25rem;font-weight:700;display:block}.EoEGame-module__dDg8-W__damagePopup{color:#ef4444;pointer-events:none;z-index:20;font-size:2rem;font-weight:900;animation:.8s ease-out forwards EoEGame-module__dDg8-W__damageFloat;position:fixed;top:30%;left:50%;transform:translate(-50%)}.EoEGame-module__dDg8-W__critDamage{color:gold;font-size:3rem}.EoEGame-module__dDg8-W__perfectCrit{color:#a855f7;font-size:1rem;display:block}@keyframes EoEGame-module__dDg8-W__damageFloat{0%{opacity:1;transform:translate(-50%)translateY(0)}to{opacity:0;transform:translate(-50%)translateY(-60px)}}.EoEGame-module__dDg8-W__reactionPopup{text-align:center;pointer-events:none;z-index:20;animation:1s ease-out forwards EoEGame-module__dDg8-W__reactionPop;position:fixed;top:40%;left:50%;transform:translate(-50%)}.EoEGame-module__dDg8-W__reactionType{color:#a855f7;letter-spacing:.1em;font-size:1.5rem;font-weight:900;display:block}.EoEGame-module__dDg8-W__reactionDamage{color:#ec4899;font-size:1rem}@keyframes EoEGame-module__dDg8-W__reactionPop{0%{opacity:0;transform:translate(-50%)scale(.5)}20%{opacity:1;transform:translate(-50%)scale(1.2)}to{opacity:0;transform:translate(-50%)scale(1)translateY(-40px)}}.EoEGame-module__dDg8-W__enemySide,.EoEGame-module__dDg8-W__playerSide{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.EoEGame-module__dDg8-W__enemyCard,.EoEGame-module__dDg8-W__allyCard{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;min-width:140px;max-width:200px;padding:.75rem}.EoEGame-module__dDg8-W__enemyCard{cursor:default;transition:all .2s}.EoEGame-module__dDg8-W__enemyTargetable{cursor:pointer;border-color:#ef4444}.EoEGame-module__dDg8-W__enemyTargetable:hover{background:#ef444426}.EoEGame-module__dDg8-W__enemyTargeted{background:#ef444433;border-color:#ef4444;box-shadow:0 0 10px #ef44444d}.EoEGame-module__dDg8-W__enemyDead,.EoEGame-module__dDg8-W__allyDead{opacity:.3}.EoEGame-module__dDg8-W__allyCurrent{border-color:#22c55e;box-shadow:0 0 10px #22c55e33}.EoEGame-module__dDg8-W__enemyHeader,.EoEGame-module__dDg8-W__allyHeader{align-items:center;gap:.5rem;margin-bottom:.25rem;font-size:.75rem;display:flex}.EoEGame-module__dDg8-W__enemyElement,.EoEGame-module__dDg8-W__allyElement{font-weight:700}.EoEGame-module__dDg8-W__enemyName,.EoEGame-module__dDg8-W__allyName{flex:1;font-size:.8rem;font-weight:600}.EoEGame-module__dDg8-W__enemyLevel,.EoEGame-module__dDg8-W__allyLevel{color:#a0a0c0;font-size:.7rem}.EoEGame-module__dDg8-W__bossBadge{color:#fff;background:#ef4444;border-radius:3px;padding:1px 4px;font-size:.6rem;font-weight:700}.EoEGame-module__dDg8-W__hpBarOuter,.EoEGame-module__dDg8-W__mpBarOuter{background:#ffffff1a;border-radius:6px;height:12px;margin-top:.25rem;position:relative;overflow:hidden}.EoEGame-module__dDg8-W__hpBarInner{border-radius:6px;height:100%;transition:width .3s}.EoEGame-module__dDg8-W__mpBarOuter{height:8px;margin-top:.125rem}.EoEGame-module__dDg8-W__mpBarInner{background:#3b82f6;border-radius:4px;height:100%;transition:width .3s}.EoEGame-module__dDg8-W__hpText,.EoEGame-module__dDg8-W__mpText{color:#fff;justify-content:center;align-items:center;font-size:.55rem;font-weight:600;display:flex;position:absolute;inset:0}.EoEGame-module__dDg8-W__statusEffects{flex-wrap:wrap;gap:2px;margin-top:.25rem;display:flex}.EoEGame-module__dDg8-W__statusBadge{color:#a0a0c0;background:#ffffff26;border-radius:3px;padding:1px 3px;font-size:.5rem}.EoEGame-module__dDg8-W__skillBar{background:#0000004d;border-radius:12px;flex-wrap:wrap;justify-content:center;gap:.5rem;padding:.75rem;display:flex}.EoEGame-module__dDg8-W__skillButton{cursor:pointer;text-align:center;background:#ffffff0d;border:2px solid #ffffff26;border-radius:8px;flex-direction:column;gap:.125rem;min-width:100px;padding:.5rem 1rem;transition:all .2s;display:flex}.EoEGame-module__dDg8-W__skillButton:hover{border-color:var(--skill-color,#007fff);background:#ffffff1a}.EoEGame-module__dDg8-W__skillSelected{border-color:var(--skill-color,#007fff);background:#007fff33}.EoEGame-module__dDg8-W__skillButton:disabled{opacity:.3;cursor:not-allowed}.EoEGame-module__dDg8-W__skillName{color:#e0e0e0;font-size:.8rem;font-weight:700}.EoEGame-module__dDg8-W__skillType{color:#808090;text-transform:uppercase;font-size:.6rem}.EoEGame-module__dDg8-W__skillCost{color:#3b82f6;font-size:.6rem}.EoEGame-module__dDg8-W__skillCooldown{color:#ef4444;font-size:.6rem}.EoEGame-module__dDg8-W__skillMultiplier{color:#f59e0b;font-size:.6rem}.EoEGame-module__dDg8-W__endTurnButton{align-self:center;}.EoEGame-module__dDg8-W__rhythmScreen{flex-direction:column;width:100%;max-width:600px;height:80vh;display:flex;position:relative}.EoEGame-module__dDg8-W__rhythmLoading{text-align:center;color:#a0a0c0}.EoEGame-module__dDg8-W__rhythmHeader{text-align:center;padding:.5rem}.EoEGame-module__dDg8-W__rhythmStats{justify-content:space-between;margin-bottom:.25rem;font-size:.875rem;display:flex}.EoEGame-module__dDg8-W__rhythmCombo{color:#f59e0b;font-weight:700}.EoEGame-module__dDg8-W__rhythmProgress{color:#a0a0c0}.EoEGame-module__dDg8-W__rhythmProgressBar{background:#ffffff1a;border-radius:2px;height:4px}.EoEGame-module__dDg8-W__rhythmProgressFill{background:linear-gradient(90deg,#007fff,#a855f7);border-radius:2px;height:100%;transition:width .1s}.EoEGame-module__dDg8-W__judgementDisplay{z-index:10;pointer-events:none;font-size:2rem;font-weight:900;animation:.4s ease-out forwards EoEGame-module__dDg8-W__judgePop;position:absolute;top:30%;left:50%;transform:translate(-50%)}.EoEGame-module__dDg8-W__judgement_perfect{color:gold}.EoEGame-module__dDg8-W__judgement_great{color:#3b82f6}.EoEGame-module__dDg8-W__judgement_good{color:#22c55e}.EoEGame-module__dDg8-W__judgement_miss{color:#ef4444}@keyframes EoEGame-module__dDg8-W__judgePop{0%{opacity:0;transform:translate(-50%)scale(.5)}30%{opacity:1;transform:translate(-50%)scale(1.2)}to{opacity:0;transform:translate(-50%)scale(1)translateY(-20px)}}.EoEGame-module__dDg8-W__laneContainer{background:#0000004d;border-radius:8px;flex:1;gap:4px;display:flex;position:relative;overflow:hidden}.EoEGame-module__dDg8-W__lane{border-right:1px solid #ffffff0d;flex:1;position:relative}.EoEGame-module__dDg8-W__lane:last-child{border-right:none}.EoEGame-module__dDg8-W__note{color:#fff;border-radius:4px;justify-content:center;align-items:center;width:80%;height:20px;font-size:.75rem;font-weight:700;transition:top 50ms linear;display:flex;position:absolute;left:10%}.EoEGame-module__dDg8-W__note_hold{border:2px solid #ffffff80}.EoEGame-module__dDg8-W__note_flick{border-radius:50%}.EoEGame-module__dDg8-W__holdTail{background:inherit;opacity:.5;width:4px;height:40px;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.EoEGame-module__dDg8-W__flickArrow,.EoEGame-module__dDg8-W__slideArrow{font-size:1rem}.EoEGame-module__dDg8-W__hitZone{border:2px solid #ffffff4d;border-radius:4px;justify-content:center;align-items:center;width:80%;height:24px;display:flex;position:absolute;bottom:10%;left:10%}.EoEGame-module__dDg8-W__laneKey{color:#ffffff80;font-size:.875rem;font-weight:700}.EoEGame-module__dDg8-W__rhythmScore{justify-content:center;gap:1rem;padding:.5rem;font-size:.8rem;font-weight:600;display:flex}.EoEGame-module__dDg8-W__scoreItem{font-family:monospace}.EoEGame-module__dDg8-W__rhythmReady{z-index:20;background:#000000b3;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.EoEGame-module__dDg8-W__rhythmReady h2{color:#007fff;font-size:2.5rem;animation:1s infinite EoEGame-module__dDg8-W__pulse}.EoEGame-module__dDg8-W__rhythmDifficulty{color:#a0a0c0;font-size:.875rem}.EoEGame-module__dDg8-W__resultsScreen{flex-direction:column;gap:1.5rem;width:100%;max-width:700px;padding:2rem;display:flex}.EoEGame-module__dDg8-W__resultBanner{text-align:center;border-radius:16px;padding:2rem}.EoEGame-module__dDg8-W__result_victory{background:linear-gradient(135deg,#22c55e33,#007fff1a);border:2px solid #22c55e}.EoEGame-module__dDg8-W__result_defeat{background:linear-gradient(135deg,#ef444433,#6400001a);border:2px solid #ef4444}.EoEGame-module__dDg8-W__result_draw{background:linear-gradient(135deg,#eab30833,#6450001a);border:2px solid #eab308}.EoEGame-module__dDg8-W__resultTitle{letter-spacing:.2em;font-size:3rem;font-weight:900}.EoEGame-module__dDg8-W__result_victory .EoEGame-module__dDg8-W__resultTitle{color:#22c55e}.EoEGame-module__dDg8-W__result_defeat .EoEGame-module__dDg8-W__resultTitle{color:#ef4444}.EoEGame-module__dDg8-W__result_draw .EoEGame-module__dDg8-W__resultTitle{color:#eab308}.EoEGame-module__dDg8-W__resultTitleJa{color:#a0a0c0;font-size:1.25rem}.EoEGame-module__dDg8-W__statsGrid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.EoEGame-module__dDg8-W__statCard{text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:.75rem}.EoEGame-module__dDg8-W__statLabel{color:#808090;text-transform:uppercase;font-size:.7rem;display:block}.EoEGame-module__dDg8-W__statValue{color:#e0e0e0;font-size:1.25rem;font-weight:700}.EoEGame-module__dDg8-W__damageBreakdown{background:#ffffff08;border-radius:8px;padding:.75rem}.EoEGame-module__dDg8-W__damageRow{justify-content:space-between;padding:.25rem 0;font-size:.8rem;display:flex}.EoEGame-module__dDg8-W__damageValue{color:#ef4444;font-weight:600}.EoEGame-module__dDg8-W__rewardsSection{background:#ffffff08;border-radius:8px;padding:.75rem}.EoEGame-module__dDg8-W__rewardsList{flex-direction:column;gap:.25rem;display:flex}.EoEGame-module__dDg8-W__rewardItem{justify-content:space-between;font-size:.8rem;display:flex}.EoEGame-module__dDg8-W__rewardValue{color:#22c55e;font-weight:600}.EoEGame-module__dDg8-W__mvpSection{text-align:center;padding:.75rem}.EoEGame-module__dDg8-W__mvpLabel{color:gold;letter-spacing:.15em;font-size:.7rem}.EoEGame-module__dDg8-W__mvpName{color:gold;font-size:1.25rem;font-weight:700;display:block}.EoEGame-module__dDg8-W__resultsActions{justify-content:center;display:flex}.EoEGame-module__dDg8-W__charSelectScreen{width:100%;max-width:1100px;padding:1rem}.EoEGame-module__dDg8-W__charSelectTitle{text-align:center;margin-bottom:1rem;font-size:1.5rem}.EoEGame-module__dDg8-W__charSelectLayout{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@media (max-width:768px){.EoEGame-module__dDg8-W__charSelectLayout{grid-template-columns:1fr}}.EoEGame-module__dDg8-W__charSelectGrid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.5rem;display:grid}.EoEGame-module__dDg8-W__charSelectCard{cursor:pointer;text-align:center;background:#ffffff08;border:2px solid #ffffff1a;border-radius:8px;flex-direction:column;gap:.125rem;padding:.75rem .5rem;transition:all .2s;display:flex}.EoEGame-module__dDg8-W__charSelectCard:hover{border-color:var(--char-color,#007fff)}.EoEGame-module__dDg8-W__charSelectCardActive{border-color:var(--char-color,#007fff);background:#007fff26;box-shadow:0 0 15px #007fff33}.EoEGame-module__dDg8-W__charSelectRarity{color:gold;font-size:.6rem}.EoEGame-module__dDg8-W__charSelectName{font-size:.8rem;font-weight:700}.EoEGame-module__dDg8-W__charSelectNameJa{color:#a0a0c0;font-size:.65rem}.EoEGame-module__dDg8-W__charSelectElement{color:var(--char-color,#a0a0c0);font-size:.6rem}.EoEGame-module__dDg8-W__charSelectRole{color:#808090;text-transform:uppercase;font-size:.55rem}.EoEGame-module__dDg8-W__charDetail{background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;max-height:70vh;padding:1rem;overflow-y:auto}.EoEGame-module__dDg8-W__charTitle{color:#a0a0c0;font-size:.875rem;font-style:italic}.EoEGame-module__dDg8-W__charLore{color:#808090;margin:.5rem 0;font-size:.8rem;line-height:1.5}.EoEGame-module__dDg8-W__charStats{grid-template-columns:repeat(3,1fr);gap:.25rem;margin:.75rem 0;display:grid}.EoEGame-module__dDg8-W__statRow{background:#ffffff08;border-radius:4px;justify-content:space-between;padding:.25rem .5rem;font-size:.75rem;display:flex}.EoEGame-module__dDg8-W__charSkillList,.EoEGame-module__dDg8-W__charPassives{margin-top:.75rem}.EoEGame-module__dDg8-W__charSkillList h4,.EoEGame-module__dDg8-W__charPassives h4{color:#a0a0c0;margin-bottom:.5rem;font-size:.875rem}.EoEGame-module__dDg8-W__skillDetail{background:#ffffff08;border-radius:6px;margin-bottom:.5rem;padding:.5rem}.EoEGame-module__dDg8-W__skillDetailName{font-size:.85rem;font-weight:700}.EoEGame-module__dDg8-W__skillDetailType{color:#808090;margin-left:.5rem;font-size:.65rem}.EoEGame-module__dDg8-W__skillDetailDesc{color:#a0a0c0;margin:.125rem 0;font-size:.7rem}.EoEGame-module__dDg8-W__skillDetailMeta{color:#808090;gap:.75rem;font-size:.65rem;display:flex}.EoEGame-module__dDg8-W__passiveDetail{background:#ffffff08;border-radius:6px;margin-bottom:.5rem;padding:.5rem}.EoEGame-module__dDg8-W__passiveName{font-size:.8rem;font-weight:700}.EoEGame-module__dDg8-W__passiveDesc{color:#a0a0c0;font-size:.7rem}.EoEGame-module__dDg8-W__gachaScreen{flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:800px;padding:2rem;display:flex}.EoEGame-module__dDg8-W__gachaTitle{background:linear-gradient(135deg,gold,#f59e0b);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:900}.EoEGame-module__dDg8-W__gachaSubtitle{color:#a0a0c0;margin-top:-1rem}.EoEGame-module__dDg8-W__bannerInfo{text-align:center}.EoEGame-module__dDg8-W__bannerName{font-size:1.25rem;font-weight:700}.EoEGame-module__dDg8-W__bannerRates{color:#808090;font-size:.75rem}.EoEGame-module__dDg8-W__pityInfo{color:#a0a0c0;gap:1rem;font-size:.8rem;display:flex}.EoEGame-module__dDg8-W__guaranteedBadge{color:gold;font-weight:700}.EoEGame-module__dDg8-W__pullButtons{gap:1rem;display:flex}.EoEGame-module__dDg8-W__pullButton{cursor:pointer;text-align:center;background:#ffd7001a;border:2px solid gold;border-radius:12px;flex-direction:column;gap:.25rem;padding:1rem 2rem;transition:all .2s;display:flex}.EoEGame-module__dDg8-W__pullButton:hover{background:#ffd70033;transform:translateY(-2px)}.EoEGame-module__dDg8-W__pullButton10{background:#a855f71a;border-color:#a855f7}.EoEGame-module__dDg8-W__pullButton10:hover{background:#a855f733}.EoEGame-module__dDg8-W__pullLabel{color:#e0e0e0;font-size:1rem;font-weight:700}.EoEGame-module__dDg8-W__pullCost{color:#a0a0c0;font-size:.75rem}.EoEGame-module__dDg8-W__gachaResults{flex-direction:column;align-items:center;gap:1rem;width:100%;display:flex}.EoEGame-module__dDg8-W__gachaCardGrid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem;width:100%;display:grid}.EoEGame-module__dDg8-W__gachaCard{cursor:pointer;text-align:center;background:#ffffff0d;border:2px solid #ffffff1a;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;min-height:120px;padding:1rem;transition:all .3s;display:flex}.EoEGame-module__dDg8-W__gachaCardRevealed{transform:rotateY(0)}.EoEGame-module__dDg8-W__gacha_rainbow{background:linear-gradient(135deg,#ffd70026,#a855f726);border-color:gold}.EoEGame-module__dDg8-W__gacha_golden{background:#a855f71a;border-color:#a855f7}.EoEGame-module__dDg8-W__gachaRarity{color:gold;font-size:.75rem}.EoEGame-module__dDg8-W__gachaCharName{font-size:.9rem;font-weight:700}.EoEGame-module__dDg8-W__gachaCharTitle{color:#a0a0c0;font-size:.65rem}.EoEGame-module__dDg8-W__gachaHidden{color:#808090;font-size:2rem}.EoEGame-module__dDg8-W__gachaNewBadge{color:#fff;background:#22c55e;border-radius:4px;padding:1px 6px;font-size:.6rem;font-weight:700}.EoEGame-module__dDg8-W__gachaFeaturedBadge{color:#1a1a2e;background:#f59e0b;border-radius:4px;padding:1px 6px;font-size:.6rem;font-weight:700}.EoEGame-module__dDg8-W__gachaPityBadge{color:#fff;background:#a855f7;border-radius:4px;padding:1px 6px;font-size:.6rem;font-weight:700}.EoEGame-module__dDg8-W__gachaRevealActions{gap:.75rem;display:flex}.EoEGame-module__dDg8-W__hud{pointer-events:none;z-index:30;position:fixed;inset:0}.EoEGame-module__dDg8-W__hud>*{pointer-events:auto}.EoEGame-module__dDg8-W__hudTopRight{position:absolute;top:.5rem;right:.5rem}.EoEGame-module__dDg8-W__hudBottomLeft{flex-direction:column;gap:.5rem;display:flex;position:absolute;bottom:.5rem;left:.5rem}.EoEGame-module__dDg8-W__hudBottomRight{position:absolute;bottom:.5rem;right:.5rem}.EoEGame-module__dDg8-W__hudButton{color:#e0e0e0;cursor:pointer;background:#00000080;border:1px solid #fff3;border-radius:6px;padding:.375rem .75rem;font-size:.75rem}.EoEGame-module__dDg8-W__chatBox{background:#000000b3;border:1px solid #ffffff1a;border-radius:8px;width:280px;padding:.5rem}.EoEGame-module__dDg8-W__chatMessages{flex-direction:column;gap:.125rem;max-height:150px;display:flex;overflow-y:auto}.EoEGame-module__dDg8-W__chatMessage{color:#c0c0d0;font-size:.7rem}.EoEGame-module__dDg8-W__chatSender{color:#007fff;margin-right:.25rem;font-weight:600}.EoEGame-module__dDg8-W__chatInputRow{gap:.25rem;margin-top:.25rem;display:flex}.EoEGame-module__dDg8-W__chatInput{color:#fff;background:#ffffff0d;border:1px solid #ffffff26;border-radius:4px;flex:1;padding:.25rem .5rem;font-size:.7rem}.EoEGame-module__dDg8-W__chatSendButton{color:#fff;cursor:pointer;background:#007fff;border:none;border-radius:4px;padding:.25rem .5rem;font-size:.7rem}.EoEGame-module__dDg8-W__emoteBar{gap:.25rem;display:flex}.EoEGame-module__dDg8-W__emoteButton{cursor:pointer;background:#00000080;border:1px solid #ffffff1a;border-radius:6px;padding:.25rem;font-size:1.25rem;transition:transform .1s}.EoEGame-module__dDg8-W__emoteButton:hover{transform:scale(1.2)}.EoEGame-module__dDg8-W__emotePopup{pointer-events:none;animation:2s ease-out forwards EoEGame-module__dDg8-W__emoteRise;position:absolute;bottom:4rem}.EoEGame-module__dDg8-W__emoteIcon{font-size:2rem}@keyframes EoEGame-module__dDg8-W__emoteRise{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-80px)}}.EoEGame-module__dDg8-W__levelUpNotification,.EoEGame-module__dDg8-W__achievementNotification{text-align:center;z-index:50;border-radius:12px;padding:1rem 2rem;animation:.3s ease-out EoEGame-module__dDg8-W__slideDown;position:fixed;top:3rem;left:50%;transform:translate(-50%)}.EoEGame-module__dDg8-W__levelUpNotification{background:linear-gradient(135deg,#22c55ee6,#007fffe6);border:2px solid #22c55e}.EoEGame-module__dDg8-W__achievementNotification{background:linear-gradient(135deg,#f59e0be6,#a855f7e6);border:2px solid #f59e0b}.EoEGame-module__dDg8-W__achievementJa{color:#fffc;font-size:.8rem}@keyframes EoEGame-module__dDg8-W__slideDown{0%{opacity:0;transform:translate(-50%)translateY(-20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.EoEGame-module__dDg8-W__comingSoon{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.EoEGame-module__dDg8-W__comingSoon h2{color:#a0a0c0;font-size:1.5rem}.EoEGame-module__dDg8-W__comingSoon p{color:#808090}
