:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0a0e1a;--panel:#131a2e;--border:#263252;--text:#e6ebff;--text-dim:#8b96b8;--accent:#5b8dd6;--owner-0:#5b8dd6;--owner-1:#d6605b;--owner-2:#5bd6a0;font-family:system-ui,-apple-system,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:var(--bg);min-height:100vh;color:var(--text);margin:0}#root{flex-direction:column;min-height:100vh;display:flex}button{font:inherit;cursor:pointer;background:var(--panel);color:var(--text);border:1px solid var(--border);border-radius:6px;padding:.5rem 1rem}button:hover{border-color:var(--accent)}button.active{background:var(--accent);border-color:var(--accent);color:#fff}input{font:inherit;background:var(--bg);color:var(--text);border:1px solid var(--border);border-radius:6px;padding:.5rem}.lobby-form,.lobby-waiting,.loading-screen,.error-screen{text-align:center;width:100%;max-width:360px;margin:auto;padding:2rem}.lobby-form form{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.lobby-form label{text-align:left;color:var(--text-dim);flex-direction:column;gap:.25rem;font-size:.875rem;display:flex}.mode-toggle{justify-content:center;gap:.5rem;display:flex}.invite-code{font-size:1.25rem}.invite-code strong{letter-spacing:.1em;color:var(--accent)}.player-list{margin:1rem 0;padding:0;list-style:none}.player-list li{border-bottom:1px solid var(--border);padding:.5rem}.error-banner{color:#ff8a8a;font-size:.875rem}.galaxy-view{flex-direction:column;flex:1;min-height:0;display:flex}.galaxy-view header{border-bottom:1px solid var(--border);background:var(--panel);flex-wrap:wrap;align-items:center;gap:.5rem 1rem;padding:.75rem 1.5rem;display:flex}.galaxy-view header h1{margin:0;font-size:1.1rem}.legend{flex-wrap:wrap;gap:1rem;margin:0 0 0 auto;padding:0;list-style:none;display:flex}.resource-bar{color:var(--text-dim);white-space:nowrap;gap:.75rem;font-size:.875rem;display:flex}.legend-item:before{content:"";border-radius:50%;width:10px;height:10px;margin-right:.4rem;display:inline-block}.legend-item.owner-0:before{background:var(--owner-0)}.legend-item.owner-1:before{background:var(--owner-1)}.legend-item.owner-2:before{background:var(--owner-2)}.galaxy-main{flex:1;min-height:0;display:flex}.galaxy-map{flex:1;width:100%;min-height:0}.game-over-banner{background:var(--accent);color:#fff;text-align:center;padding:.75rem 1.5rem}.command-panel{background:var(--panel);border-left:1px solid var(--border);flex-shrink:0;width:340px;padding:1rem;overflow-y:auto}.command-panel h2{color:var(--text-dim);margin:1rem 0 .5rem;font-size:.9rem}.command-panel section:first-child h2{margin-top:0}.command-panel .hint{color:var(--text-dim);font-size:.8rem}.colony-card,.fleet-card{border:1px solid var(--border);border-radius:8px;margin-bottom:.5rem;overflow:hidden}.colony-header{text-align:left;background:0 0;border:none;border-radius:0;justify-content:space-between;align-items:center;width:100%;min-height:44px;display:flex}.colony-header .rates{color:var(--text-dim);font-size:.8rem}.build-form{border-top:1px solid var(--border);flex-direction:column;gap:.5rem;padding:.75rem;display:flex}.ship-stepper{align-items:center;gap:.5rem;display:flex}.ship-stepper span:first-child{flex:1;font-size:.875rem}.ship-stepper button{min-width:44px;min-height:44px;padding:0}.ship-count{text-align:center;min-width:1.5rem}.cost-preview{color:var(--text-dim);margin:0;font-size:.8rem}.fleet-card{flex-direction:column;gap:.4rem;padding:.75rem;display:flex}.fleet-header{justify-content:space-between;gap:.5rem;display:flex}.fleet-location{color:var(--text-dim);font-size:.8rem}.fleet-ships{flex-wrap:wrap;gap:.4rem;display:flex}.ship-badge{background:var(--bg);border:1px solid var(--border);border-radius:999px;padding:.15rem .6rem;font-size:.75rem}.fleet-actions{flex-wrap:wrap;gap:.5rem;display:flex}.fleet-actions button{min-height:44px}.move-form{flex-direction:column;gap:.5rem;display:flex}.move-form select{font:inherit;background:var(--bg);color:var(--text);border:1px solid var(--border);border-radius:6px;min-height:44px;padding:.5rem}@media (width<=767px){.galaxy-main{flex-direction:column}.galaxy-map{flex:auto;min-height:240px}.command-panel{border-left:none;border-top:1px solid var(--border);width:100%;max-height:45vh}}.lane{stroke:var(--border);stroke-width:1.5px}.system circle{stroke-width:1.5px;stroke:var(--text-dim);fill:var(--panel)}.system text{fill:var(--text-dim);font-size:9px}.system.empty circle{fill:var(--bg);stroke:var(--border)}.system.unowned circle{fill:#4a4a4a;stroke:var(--text-dim)}.system.owner-0 circle{fill:var(--owner-0);stroke:var(--owner-0)}.system.owner-1 circle{fill:var(--owner-1);stroke:var(--owner-1)}.system.owner-2 circle{fill:var(--owner-2);stroke:var(--owner-2)}.system.mine circle{stroke:#fff;stroke-width:2.5px}
