html,body,#app{margin:0;height:100%;overflow:hidden;background:#0b0e14}.app{display:flex;flex-direction:column;height:100%}.home{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;height:100%;font-family:monospace;color:#c9d1d9;background:#0b0e14}.home__title{font-size:2.5rem;letter-spacing:.1em;margin:0}.home__field{display:flex;align-items:center;gap:.5rem}.home__create{padding:.6rem 1.4rem;font-family:monospace;font-size:1rem;background:#4fc3f7;color:#0b0e14;border:none;border-radius:4px;cursor:pointer}.home__create:hover{filter:brightness(1.1)}.game-canvas{width:100%;flex:1 1 auto;min-height:0;overflow:hidden}.game-canvas canvas{display:block}.hud{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;font-family:monospace;color:#c9d1d9;background:#0b0e14;border-bottom:1px solid #1c2230}.hud__result--won{color:#4fc3f7}.hud__result--lost{color:#ef5350}.galaxy-view{display:flex;flex-direction:column;height:100%}.lobby{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;flex:1 1 auto;font-family:monospace;color:#c9d1d9;background:#0b0e14}.lobby__title{margin:0;font-size:1.5rem;letter-spacing:.05em}.lobby__error{color:#ef5350}.lobby__field{display:flex;align-items:center;gap:.5rem}.lobby__players{list-style:none;padding:0;margin:0;min-width:16rem;display:flex;flex-direction:column;gap:.4rem}.lobby__player{display:flex;align-items:center;gap:.5rem;padding:.4rem .6rem .4rem 0;background:#131824;border-radius:4px;overflow:hidden}.lobby__player-color{align-self:stretch;width:6px;flex-shrink:0}.lobby__player-name{font-family:monospace;font-size:.95rem;background:#0f141f;color:#c9d1d9;border:2px solid;border-radius:4px;padding:.3rem .5rem;width:9rem}.lobby__player-name:disabled{color:#8a8f98;opacity:.85;cursor:default}.lobby__player-name:focus{outline:none;filter:brightness(1.25)}.lobby__tag{color:#8a8f98;font-size:.8rem}.lobby__remove{margin-left:auto}.lobby__actions{display:flex;gap:.75rem}.lobby__actions button{padding:.6rem 1.4rem;font-family:monospace;font-size:1rem;background:#4fc3f7;color:#0b0e14;border:none;border-radius:4px;cursor:pointer}.lobby__actions button:disabled{background:#2a3040;color:#6b7280;cursor:not-allowed}
