.game-viewport{position:relative;flex:1;min-height:0;background:#000}.game-hud{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1}.game-hud .overlay{position:absolute;opacity:.65;color:#4cff00;pointer-events:auto}.game-hud button{all:revert;cursor:pointer}.game-hud button:hover{cursor:pointer}.game-hud button.is-paused{color:#ff6a00;font-weight:700}.game-hud #gameControls{top:0;left:0;width:100px;height:100px}.game-hud #gameInfo{left:300px;top:0}.game-hud .scoreboard-row{margin-bottom:.35rem}.game-hud .scoreboard-label{font-size:.85em;opacity:.85}.game-hud #playerMutagenCount,.game-hud #playerEntityCount,.game-hud #playerBiomassCount,.game-hud #playerSpeciesCount{list-style:none;margin:0;padding:0}.game-hud #playerMutagenCount li{float:left;margin-left:5px}.game-hud #playerMutagenCount:after,.game-hud #playerEntityCount:after,.game-hud #playerBiomassCount:after,.game-hud #playerSpeciesCount:after{content:"";display:block;clear:both}.game-hud .mutation-panel{top:300px;left:0}.game-hud .mutation-cost{margin-bottom:.35rem}.game-hud #mutationList{margin:0;padding:0;list-style:none}.game-hud #mutationList li{margin:3px;padding:3px;border:1px solid red;border-radius:15%}.game-hud #mutationList.affordable li:hover{cursor:pointer;border-color:#fff;color:#fff}.game-hud #mutationList.affordable li{border-color:green}.game-hud #entityInformation{right:0;top:0;color:#ff6a00;width:100px;height:100px}.game-hud #entityInformation ul{margin:0;padding:0;list-style:none}.game-hud #chat{left:0;bottom:0;width:320px}.game-hud .chat-player-list{list-style:none;margin:0 0 .25rem;padding:0}.game-hud #chatLog{padding:10px 5px 5px;width:300px;height:150px;overflow-y:scroll;overflow-x:hidden;border:1px solid #4cff00}.game-hud #chatInput{height:20px;margin-top:.25rem}.game-hud #chatInput input{all:revert;width:100%;box-sizing:border-box;color:#4cff00;background:#000;border:1px solid #4cff00}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#e8eef2;background:#0b1218}*{box-sizing:border-box}body{margin:0;min-height:100vh}button,input{font:inherit;border:1px solid #3a5368;background:#0a1118;color:inherit;border-radius:6px;padding:.55rem .75rem}button{cursor:pointer;border:1px solid #3a5368;background:#152433;color:inherit;border-radius:6px;padding:.55rem 1rem}button:hover{background:#1d3145}button.primary{background:#2f6fab;border-color:#2f6fab}button.primary:hover{background:#3a7ec4}.app-shell{max-width:960px;margin:0 auto;padding:1.5rem}.panel{background:#111b24;border:1px solid #243646;border-radius:10px;padding:1rem}.stack{display:flex;flex-direction:column;gap:1rem}.row{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.lobby-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:800px){.lobby-grid{grid-template-columns:1fr}}.chat-log{height:220px;overflow-y:auto;background:#0a1118;border:1px solid #243646;border-radius:6px;padding:.75rem;font-size:.95rem}.muted{color:#8aa0b2}.error{color:#ff8a8a}ul.plain{list-style:none;padding:0;margin:0}ul.plain li{padding:.25rem 0}.lobby-player{display:flex;align-items:center;gap:.5rem}.lobby-player-id{color:#8aa0b2;font-size:.85rem;min-width:2rem}.lobby-player-name{flex:1}.lobby-player-you{background:#2f6fab26;border:1px solid rgba(47,111,171,.45);border-radius:6px;padding:.35rem .5rem;margin:.15rem 0}.lobby-player-badge{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:#9fd0ff;background:#2f6fab59;border-radius:999px;padding:.1rem .45rem}
