#player-name-input{position:absolute;width:300px;height:40px;padding:10px 20px;font-size:24px;font-family:sans-serif;color:#333;background:#fffe;border:none;border-radius:12px;box-shadow:0 4px 15px #0000001a;outline:none;z-index:1000;transition:all .3s ease}#player-name-input:focus{box-shadow:0 0 0 3px #0dad1bee}#game-container{position:relative;width:100vw;height:100vh;overflow:hidden}.game-list{list-style-type:none;padding:0}.game-item{padding:10px;margin:5px;font-family:FONT_PRESS_START_2P;font-size:10px;background-color:#f4f4f4;border-radius:0;display:flex;justify-content:space-between;align-items:center;transition:background-color .1s ease}.game-item span{font-weight:700}.game-item .state{color:#666}.game-item:hover{background-color:#739466;color:#fff}.commander-list{list-style-type:none;padding:0}.commander-item{padding:10px;margin:0;font-family:FONT_PRESS_START_2P;font-size:10px;background-color:#f4f4f4;border-radius:0;display:flex;justify-content:space-between;align-items:center;transition:background-color .1s ease}.commander-item span{font-weight:700}.commander-item .state{color:#666}.commander-item:hover{background-color:#739466;color:#fff}.commander-item.selected{background-color:#2ecc71;color:#fff;font-weight:700}
