:root{font-family:Inter,system-ui,sans-serif;color:#e5e7eb;background:radial-gradient(circle at top,#0f172a,#020617 60%)}*{box-sizing:border-box}body,html,#root{margin:0;width:100%;height:100%}.app-shell{width:100%;height:100%;display:flex;flex-direction:column}.topbar{height:52px;border-bottom:1px solid #1f2937;background:#020617cc;display:flex;align-items:center;justify-content:space-between;padding:0 16px}.app{display:grid;grid-template-columns:1fr 320px;height:calc(100% - 52px)}canvas{background:#0f172a;width:100%;height:100%;display:block}.panel{padding:12px;background:#111827e0;border-left:1px solid #374151;display:flex;flex-direction:column;gap:12px}.hud-card{border:1px solid #334155;background:#0f172ab3;border-radius:10px;padding:10px}.hud-card h3{margin:0 0 8px}.hud-card ul{list-style:none;margin:0;padding:0;display:grid;gap:6px}.leader-list{margin:0;padding-left:0;list-style:none;display:grid;gap:6px}.leader-list li{display:flex;justify-content:space-between;border-bottom:1px solid #1f2937;padding-bottom:4px}.home-wrap{height:100%;display:flex;align-items:center;justify-content:center;padding:20px}.home-card{width:min(520px,100%);border:1px solid #334155;border-radius:14px;padding:20px;background:#0f172ad9}.home-card h1{margin-top:0;margin-bottom:10px}.mode-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:14px 0}.mode-tabs button,.auth-panel button,.ghost-btn{background:#334155;color:#e2e8f0;border:1px solid #475569;border-radius:8px;padding:10px 12px;cursor:pointer}.mode-tabs button.active{background:#1d4ed8;border-color:#2563eb}.auth-panel{display:grid;gap:8px}.auth-panel input{background:#0b1220;color:#e5e7eb;border:1px solid #334155;border-radius:8px;padding:10px}.ghost-btn{width:100%;margin-top:12px;background:transparent}.error-text{color:#f87171;margin-bottom:0}@media(max-width:980px){.app{grid-template-columns:1fr}.panel{border-left:none;border-top:1px solid #374151;max-height:36vh;overflow:auto}}
