.SetupScreen_setupScreenWrapper__s_HqU{background-color:#121212;color:#fff;min-height:100vh;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:sans-serif}.SetupScreen_helpButton__QgMfE{position:absolute;top:10px;right:10px;background-color:rgba(255,255,255,.1);color:#fff;border:none;border-radius:50%;width:30px;height:30px;font-size:16px;cursor:pointer;transition:background-color .3s ease}.SetupScreen_helpButton__QgMfE:hover{background-color:rgba(255,255,255,.2)}.SetupScreen_gameModeDisplay__pugLn{display:flex;align-items:center;margin-bottom:20px}.SetupScreen_arrowButton__huUF5{color:#fff;background-color:transparent;border:none;font-size:24px;cursor:pointer;padding:10px;transition:background-color .2s ease-in-out,transform .2s ease-in-out;border-radius:5px}.SetupScreen_arrowButton__huUF5:active{transform:scale(.9)}.SetupScreen_gameModeTitle__isuH1{font-size:2em;margin:0 20px;text-transform:uppercase;letter-spacing:.1em}.SetupScreen_swipeHint__XWG2G{font-size:.8em;color:#B0BEC5;margin-bottom:20px}.SetupScreen_setupScreenContent__XrMvp{width:100%;max-width:600px}.SetupScreen_settingsArea__DJhP9{gap:20px;margin-bottom:30px}.SetupScreen_settingsArea__DJhP9,.SetupScreen_setupOption__ziuX7{display:flex;flex-direction:column}.SetupScreen_setupOption__ziuX7 label{font-size:1.2em;margin-bottom:5px;color:#B0BEC5}.SetupScreen_inputBase__Oufcn{background-color:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);color:#fff;padding:10px 15px;border-radius:5px;font-size:1em;transition:border-color .3s ease}.SetupScreen_inputBase__Oufcn:focus{border-color:#B0BEC5;outline:none}.SetupScreen_commanderNames__8J7xr input{margin-top:10px}.SetupScreen_actionButtons__OP4Sm{display:flex;gap:20px}.SetupScreen_btn__VCo7K{background-color:transparent;border:2px solid #b0bec5;color:#fff;padding:12px 25px;border-radius:5px;cursor:pointer;font-size:1em;transition:all .3s ease}.SetupScreen_btnPrimary__Q6_Dm,.SetupScreen_btn__VCo7K:hover{background-color:#B0BEC5;color:#121212}.SetupScreen_btnSecondary__hb7RY{border-color:#fff;color:#fff}.SetupScreen_helpModalOverlay__tgZEr{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.SetupScreen_helpModalContent__ZLLaf{background-color:#1E1E1E;color:#fff;padding:20px;border-radius:10px;max-width:500px;position:relative}.SetupScreen_helpModalContent__ZLLaf h2{margin-top:0;margin-bottom:15px;font-size:1.5em}.SetupScreen_helpModalContent__ZLLaf p{margin-bottom:10px;line-height:1.4}.SetupScreen_arrowIcon__W4bCp{width:30px;height:30px;transition:transform .3s ease-in-out}.SetupScreen_gameModeIcon__JcaSS{width:50px;height:50px;margin:0 20px;animation:SetupScreen_rotate__JXYy2 5s linear infinite}@keyframes SetupScreen_rotate__JXYy2{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}